Skip to content

Commit 97f516f

Browse files
authored
Merge pull request #8 from laravel-shift/l9-compatibility
Laravel 9.x Compatibility
2 parents c2e1f74 + 0922f9b commit 97f516f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

composer.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "scyllaly/hcaptcha",
33
"description": "hCaptcha for Laravel",
4-
"keywords": ["hcaptcha", "captcha", "laravel"],
4+
"keywords": [
5+
"hcaptcha",
6+
"captcha",
7+
"laravel"
8+
],
59
"license": "MIT",
610
"authors": [
711
{
@@ -11,10 +15,10 @@
1115
],
1216
"require": {
1317
"php": ">=5.5.5",
14-
"illuminate/support": "5.*|6.*|7.*|8.*"
18+
"illuminate/support": "5.*|6.*|7.*|8.*|^9.0"
1519
},
1620
"require-dev": {
17-
"phpunit/phpunit": "~4.8"
21+
"phpunit/phpunit": "~4.8|^9.5.10"
1822
},
1923
"autoload": {
2024
"psr-4": {

0 commit comments

Comments
 (0)