Skip to content

Commit 96c12d0

Browse files
committed
Add compatibly for laravel 5.4 and 5.5
1 parent 0c90659 commit 96c12d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"symfony/workflow": "^3.2",
99
"symfony/process": "^3.1",
1010
"symfony/event-dispatcher": "^3.1",
11-
"illuminate/console": "5.3.*",
12-
"illuminate/support": "5.3.*"
11+
"illuminate/console": "5.3.* | 5.4.* | 5.5.*",
12+
"illuminate/support": "5.3.* | 5.4.* | 5.5.*"
1313
},
1414
"autoload": {
1515
"psr-4": {

0 commit comments

Comments
 (0)