Skip to content

Commit 3030d1a

Browse files
authored
Allow 5.4
1 parent 58bdd29 commit 3030d1a

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.0",
1414
"maximebf/debugbar": "~1.14.0",
15-
"illuminate/support": "5.5.x",
16-
"illuminate/session": "5.5.x",
17-
"symfony/debug": "^3.3",
18-
"symfony/finder": "^3.3",
19-
"illuminate/routing": "5.5.x"
15+
"illuminate/routing": "5.4.x|5.5.x",
16+
"illuminate/session": "5.4.x|5.5.x",
17+
"illuminate/support": "5.4.x|5.5.x",
18+
"symfony/debug": "^3.2",
19+
"symfony/finder": "^3.2"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)