Skip to content

Commit 29e9097

Browse files
committed
Support Laravel 6
1 parent 525274e commit 29e9097

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "brexis/laravel-workflow",
33
"description": "Integerate Symfony Workflow component into Laravel.",
4-
"keywords": ["workflow", "symfony", "laravel", "laravel5"],
4+
"keywords": ["workflow", "symfony", "laravel", "laravel5", "laravel6"],
55
"license": "MIT",
66
"require": {
77
"php": ">=5.5.9",
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.* || 5.8.*",
12-
"illuminate/support": "5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*"
11+
"illuminate/console": "5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || 6.*",
12+
"illuminate/support": "5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || 6.*"
1313
},
1414
"autoload": {
1515
"psr-4": {
@@ -36,6 +36,6 @@
3636
},
3737
"require-dev": {
3838
"mockery/mockery": "^1.0",
39-
"phpunit/phpunit": "^6.0 || ~7.0"
39+
"phpunit/phpunit": "^6.0 || ~7.0 || ^8.0"
4040
}
4141
}

0 commit comments

Comments
 (0)