Skip to content

Commit 1da4223

Browse files
author
Kirill Lyubaev
committed
Added support for Laravel 5.8
1 parent 497f45a commit 1da4223

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.* || 5.7.*",
12-
"illuminate/support": "5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.*"
11+
"illuminate/console": "5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*",
12+
"illuminate/support": "5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*"
1313
},
1414
"autoload": {
1515
"psr-4": {

0 commit comments

Comments
 (0)