We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0403ea + 105473a commit b9908c5Copy full SHA for b9908c5
composer.json
@@ -5,11 +5,11 @@
5
"license": "MIT",
6
"require": {
7
"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.*"
+ "symfony/workflow": "^3.3 || ^4.0",
+ "symfony/process": "^3.3 || ^4.0",
+ "symfony/event-dispatcher": "^3.3 || ^4.0",
+ "illuminate/console": "5.3.* || 5.4.* || 5.5.* || 5.6.*",
+ "illuminate/support": "5.3.* || 5.4.* || 5.5.* || 5.6.*"
13
},
14
"autoload": {
15
"psr-4": {
@@ -36,6 +36,6 @@
36
37
"require-dev": {
38
"mockery/mockery": "^0.9.8",
39
- "phpunit/phpunit": "^6.0"
+ "phpunit/phpunit": "^6.0 || ~7.0"
40
}
41
0 commit comments