Skip to content

Commit 3e26adc

Browse files
committed
update composer to support laravel 12
1 parent 82c9e77 commit 3e26adc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^8.1",
22-
"illuminate/http": "^10.0|^11.0",
23-
"illuminate/routing": "^10.0|^11.0",
24-
"illuminate/session": "^10.0|^11.0",
25-
"illuminate/support": "^10.0|^11.0",
26-
"illuminate/view": "^10.0|^11.0"
21+
"php": "^8.1|^8.2",
22+
"illuminate/http": "^10.0|^11.0|^12.0",
23+
"illuminate/routing": "^10.0|^11.0|^12.0",
24+
"illuminate/session": "^10.0|^11.0|^12.0",
25+
"illuminate/support": "^10.0|^11.0|^12.0",
26+
"illuminate/view": "^10.0|^11.0|^12.0"
2727
},
2828
"require-dev": {
29-
"illuminate/database": "^10.0|^11.0",
29+
"illuminate/database": "^10.0|^11.0|^12.0",
3030
"mockery/mockery": "^1.0",
3131
"phpunit/phpunit": "^10.0"
3232
},

0 commit comments

Comments
 (0)