Skip to content

Commit 20f1a59

Browse files
committed
chore: update dependencies to support Laravel 11
1 parent b0750c4 commit 20f1a59

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"require": {
1414
"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 || ^12.0",
17+
"illuminate/http": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
18+
"illuminate/routing": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
19+
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0"
2020
},
2121
"require-dev": {
2222
"friendsofphp/php-cs-fixer": "^3.0",
23-
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0 || ^9.0",
24-
"phpunit/phpunit": "^9.0 || ^10.0",
23+
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
24+
"phpunit/phpunit": "^9.0 || ^10.0 || ^11.5",
2525
"signifly/php-config": "^1.0"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)