Skip to content

Commit 1125c19

Browse files
author
Willem Oostendorp
committed
Added Laravel 5.6 support
1 parent be4bc58 commit 1125c19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"symfony/workflow": "^3.3",
99
"symfony/process": "^3.3",
1010
"symfony/event-dispatcher": "^3.3",
11-
"illuminate/console": "5.3.* | 5.4.* | 5.5.*",
12-
"illuminate/support": "5.3.* | 5.4.* | 5.5.*"
11+
"illuminate/console": "5.3.* | 5.4.* | 5.5.* | 5.6.*",
12+
"illuminate/support": "5.3.* | 5.4.* | 5.5.* | 5.6.*"
1313
},
1414
"autoload": {
1515
"psr-4": {
@@ -36,6 +36,6 @@
3636
},
3737
"require-dev": {
3838
"mockery/mockery": "^0.9.8",
39-
"phpunit/phpunit": "^6.0"
39+
"phpunit/phpunit": "^6.0|~7.0"
4040
}
4141
}

0 commit comments

Comments
 (0)