Skip to content

Commit 8395020

Browse files
authored
Prepare for L5.6
1 parent 0b04bcd commit 8395020

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"require": {
1313
"php": ">=7.0",
1414
"maximebf/debugbar": "~1.15.0",
15-
"illuminate/routing": "5.5.x",
16-
"illuminate/session": "5.5.x",
17-
"illuminate/support": "5.5.x",
18-
"symfony/debug": "^3",
19-
"symfony/finder": "^3"
15+
"illuminate/routing": "5.5.x|5.6.x",
16+
"illuminate/session": "5.5.x|5.6.x",
17+
"illuminate/support": "5.5.x|5.6.x",
18+
"symfony/debug": "^3|^4",
19+
"symfony/finder": "^3|^4"
2020
},
2121
"autoload": {
2222
"psr-4": {
@@ -30,7 +30,7 @@
3030
"prefer-stable": true,
3131
"extra": {
3232
"branch-alias": {
33-
"dev-master": "3.0-dev"
33+
"dev-master": "3.2-dev"
3434
},
3535
"laravel": {
3636
"providers": [

0 commit comments

Comments
 (0)