Skip to content

Commit ba3ee56

Browse files
Bump dependencies for Laravel 11 (#114)
1 parent dcf5e19 commit ba3ee56

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
@@ -17,17 +17,17 @@
1717
],
1818
"require": {
1919
"php": "^7.3|^8.0",
20-
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
21-
"illuminate/routing": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
22-
"illuminate/config": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
23-
"illuminate/queue": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
20+
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
21+
"illuminate/routing": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
22+
"illuminate/config": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
23+
"illuminate/queue": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
2424
"guzzlehttp/guzzle": "^7.0"
2525
},
2626
"require-dev": {
2727
"mockery/mockery": "^1.0",
28-
"orchestra/testbench": "~3.8.0|^4.0|^5.0|^6.0|^7.0|^8.0",
29-
"phpunit/phpunit": "^9.2",
30-
"pestphp/pest": "^1.22"
28+
"orchestra/testbench": "~3.8.0|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0",
29+
"phpunit/phpunit": "^9.2|^10.5",
30+
"pestphp/pest": "^1.22|^2.34"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)