Skip to content

Commit 35ae940

Browse files
authored
Update illuminate package version constraints
1 parent 45ca97a commit 35ae940

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
@@ -19,9 +19,9 @@
1919
"require": {
2020
"php": "^8.1",
2121
"php-debugbar/php-debugbar": "^2.2.4",
22-
"illuminate/routing": "^9|^10|^11|^12",
23-
"illuminate/session": "^9|^10|^11|^12",
24-
"illuminate/support": "^9|^10|^11|^12",
22+
"illuminate/routing": "^10|^11|^12",
23+
"illuminate/session": "^10|^11|^12",
24+
"illuminate/support": "^10|^11|^12",
2525
"symfony/finder": "^6|^7"
2626
},
2727
"require-dev": {

0 commit comments

Comments
 (0)