Skip to content

Commit 339d1c5

Browse files
committed
Laravel 11
1 parent d607191 commit 339d1c5

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
@@ -17,15 +17,15 @@
1717
],
1818
"require": {
1919
"php": "^7.3|^8.0",
20-
"illuminate/auth": "^8.0|^9.0|^10.0",
21-
"illuminate/database": "^8.0|^9.0|^10.0",
22-
"illuminate/notifications": "^8.0|^9.0|^10.0",
23-
"illuminate/support": "^8.0|^9.0|^10.0",
20+
"illuminate/auth": "^8.0|^9.0|^10.0|^11.0",
21+
"illuminate/database": "^8.0|^9.0|^10.0|^11.0",
22+
"illuminate/notifications": "^8.0|^9.0|^10.0|^11.0",
23+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
2424
"laravel/ui": "^3.0|^4.0"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "^9.0",
28-
"orchestra/testbench": "^6.0"
27+
"phpunit/phpunit": "^9.0|^10.5",
28+
"orchestra/testbench": "^6.0|^9.5"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)