Skip to content

Commit ce10ab1

Browse files
author
Zack Teska
committed
updating to allow laravel6
1 parent ddf7d76 commit ce10ab1

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

0 commit comments

Comments
 (0)