Skip to content

Commit f92fe96

Browse files
Update Dependencies for Laravel 9 (barryvdh#1271)
1 parent 81b130f commit f92fe96

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
@@ -12,11 +12,11 @@
1212
"require": {
1313
"php": ">=7.2",
1414
"maximebf/debugbar": "^1.17.2",
15-
"illuminate/routing": "^6|^7|^8",
16-
"illuminate/session": "^6|^7|^8",
17-
"illuminate/support": "^6|^7|^8",
18-
"symfony/debug": "^4.3|^5",
19-
"symfony/finder": "^4.3|^5"
15+
"illuminate/routing": "^6|^7|^8|^9",
16+
"illuminate/session": "^6|^7|^8|^9",
17+
"illuminate/support": "^6|^7|^8|^9",
18+
"symfony/debug": "^4.3|^5|^6",
19+
"symfony/finder": "^4.3|^5|^6"
2020
},
2121
"require-dev": {
2222
"mockery/mockery": "^1.3.3",

0 commit comments

Comments
 (0)