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.
1 parent 03def8a commit f614d52Copy full SHA for f614d52
.travis.yml
@@ -1,6 +1,7 @@
1
language: php
2
3
php:
4
+ - 7.0
5
- 7.1
6
before_install:
7
- sudo apt-get update -q
composer.json
@@ -5,8 +5,8 @@
"license": "MIT",
"require": {
"php": ">=5.5.9",
8
- "symfony/workflow": "^4.0",
9
- "symfony/process": "^4.0",
+ "symfony/workflow": "^3.3 | ^4.0",
+ "symfony/process": "^3.3 | ^4.0",
10
"symfony/event-dispatcher": "^4.0",
11
"illuminate/console": "5.3.* | 5.4.* | 5.5.* | 5.6.*",
12
"illuminate/support": "5.3.* | 5.4.* | 5.5.* | 5.6.*"
@@ -36,6 +36,6 @@
36
},
37
"require-dev": {
38
"mockery/mockery": "^0.9.8",
39
- "phpunit/phpunit": "^6.0|~7.0"
+ "phpunit/phpunit": "^6.0 | ~7.0"
40
}
41
0 commit comments