Skip to content

Commit b9908c5

Browse files
authored
Merge pull request #18 from willemo/laravel-5-6-support
Laravel 5 6 support
2 parents e0403ea + 105473a commit b9908c5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"license": "MIT",
66
"require": {
77
"php": ">=5.5.9",
8-
"symfony/workflow": "^3.3",
9-
"symfony/process": "^3.3",
10-
"symfony/event-dispatcher": "^3.3",
11-
"illuminate/console": "5.3.* | 5.4.* | 5.5.*",
12-
"illuminate/support": "5.3.* | 5.4.* | 5.5.*"
8+
"symfony/workflow": "^3.3 || ^4.0",
9+
"symfony/process": "^3.3 || ^4.0",
10+
"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.*"
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)