Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 92bc3c3

Browse files
committed
Bump dependencies for Laravel 11
1 parent 1412366 commit 92bc3c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
],
2121
"require": {
2222
"php": "^7.3|^8.0",
23-
"illuminate/routing": "^7.0|^8.0|^9.0|^10.0",
24-
"illuminate/support": "^7.0|^8.0|^9.0|^10.0"
23+
"illuminate/routing": "^7.0|^8.0|^9.0|^10.0|^11.0",
24+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0"
2525
},
2626
"require-dev": {
27-
"orchestra/testbench": "5.*|6.*|^7.0|^8.0",
28-
"phpunit/phpunit": "^9.1"
27+
"orchestra/testbench": "5.*|6.*|^7.0|^8.0|^9.0",
28+
"phpunit/phpunit": "^9.1|^10.5"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)