Skip to content

Commit

Permalink
Merge pull request #51 from aryehraber/feat/statamic-4
Browse files Browse the repository at this point in the history
Support Statamic 4 (closes #50)
  • Loading branch information
aryehraber authored May 10, 2023
2 parents e863e73 + 15c8818 commit 53929c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"homepage": "https://github.com/aryehraber/statamic-captcha",
"license": "MIT",
"require": {
"statamic/cms": "^3.0"
"statamic/cms": "^3.0|^4.0"
},
"autoload": {
"psr-4": {
Expand All @@ -32,7 +32,7 @@
"name": "Captcha",
"slug": "captcha",
"description": "Protect your Statamic forms using a Captcha service",
"version": "1.9.1"
"version": "1.10.0"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit 53929c9

Please sign in to comment.