Skip to content

Commit e7f55e4

Browse files
author
Kirill Lyubaev
committed
Added support for Laravel 5.7
1 parent 3f16611 commit e7f55e4

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.3 || ^4.0",
99
"symfony/process": "^3.3 || ^4.0",
1010
"symfony/event-dispatcher": "^3.3 || ^4.0",
11-
"illuminate/console": "5.3.* || 5.4.* || 5.5.* || 5.6.*",
12-
"illuminate/support": "5.3.* || 5.4.* || 5.5.* || 5.6.*"
11+
"illuminate/console": "5.3 - 5.7",
12+
"illuminate/support": "5.3 - 5.7"
1313
},
1414
"autoload": {
1515
"psr-4": {

0 commit comments

Comments
 (0)