Skip to content

Commit 4a82292

Browse files
committed
Bump dependencies for Laravel 12
1 parent 7ca04e6 commit 4a82292

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
@@ -20,13 +20,13 @@
2020
],
2121
"require": {
2222
"php": "^7.3|^8.0",
23-
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
24-
"illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0"
23+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
24+
"illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
2525
},
2626
"require-dev": {
27-
"illuminate/pagination": "^7.0|^8.0|^9.0|^10.0|^11.0",
28-
"orchestra/testbench": "^6.3|^7.0|^8.0|^9.0",
29-
"phpunit/phpunit": "^8.4|^9.1|^10.5"
27+
"illuminate/pagination": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
28+
"orchestra/testbench": "^6.3|^7.0|^8.0|^9.0|^10.0",
29+
"phpunit/phpunit": "^8.4|^9.1|^10.5|^11.5.3"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)