Skip to content

Commit

Permalink
Merge pull request #8 from laravel-shift/l9-compatibility
Browse files Browse the repository at this point in the history
Laravel 9.x Compatibility
  • Loading branch information
Scyllaly authored Apr 23, 2022
2 parents c2e1f74 + 0922f9b commit 97f516f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "scyllaly/hcaptcha",
"description": "hCaptcha for Laravel",
"keywords": ["hcaptcha", "captcha", "laravel"],
"keywords": [
"hcaptcha",
"captcha",
"laravel"
],
"license": "MIT",
"authors": [
{
Expand All @@ -11,10 +15,10 @@
],
"require": {
"php": ">=5.5.5",
"illuminate/support": "5.*|6.*|7.*|8.*"
"illuminate/support": "5.*|6.*|7.*|8.*|^9.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8"
"phpunit/phpunit": "~4.8|^9.5.10"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 97f516f

Please # to comment.