Skip to content

Commit cf20579

Browse files
committed
chore: update composer dependencies to support laravel 11
1 parent 05b1eae commit cf20579

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.4|^8.3",
14+
"php": "^7.4 || ^8.0",
1515
"guzzlehttp/guzzle": "^7.2",
16-
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
17-
"illuminate/http": "^8.0|^9.0|^10.0|^11.0",
18-
"illuminate/routing": "^8.0|^9.0|^10.0|^11.0",
19-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
16+
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0 || ^11.0",
17+
"illuminate/http": "^8.0 || ^9.0 || ^10.0 || ^11.0",
18+
"illuminate/routing": "^8.0 || ^9.0 || ^10.0 || ^11.0",
19+
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0"
2020
},
2121
"require-dev": {
2222
"friendsofphp/php-cs-fixer": "^3.0",
23-
"orchestra/testbench": "^6.0|^7.0|^8.0",
24-
"phpunit/phpunit": "^9.0",
23+
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0 || ^9.0",
24+
"phpunit/phpunit": "^9.0 || ^10.0",
2525
"signifly/php-config": "^1.0"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)