Skip to content

Commit 6e01328

Browse files
committed
Bump dependencies for Laravel 12
1 parent 78e00d5 commit 6e01328

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"prefer-stable": true,
2323
"require": {
2424
"php": "^8.2",
25-
"illuminate/http": "^10|^11.0"
25+
"illuminate/http": "^10|^11.0|^12.0"
2626
},
2727
"require-dev": {
28-
"orchestra/testbench": "^8.0|^9.0",
29-
"phpunit/phpunit": "^9.4|^10.5"
28+
"orchestra/testbench": "^8.0|^9.0|^10.0",
29+
"phpunit/phpunit": "^9.4|^10.5|^11.5.3"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)