Skip to content

Commit 43bd41f

Browse files
Update composer.json
1 parent d1c1958 commit 43bd41f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
],
2020
"require": {
2121
"php": "^8.0.2",
22-
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0",
23-
"illuminate/http": "^8.0|^9.0|^10.0|^11.0|^12.0",
24-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0"
22+
"illuminate/contracts": "^11.0|^12.0",
23+
"illuminate/http": "^11.0|^12.0",
24+
"illuminate/support": "^11.0|^12.0"
2525
},
2626
"require-dev": {
27-
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0",
28-
"phpunit/phpunit": "^9.0|^10.5|^11.5.3"
27+
"orchestra/testbench": "^9.0|^10.0",
28+
"phpunit/phpunit": "^10.5|^11.5.3"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)