Skip to content

Commit f614d52

Browse files
author
Willem Oostendorp
committed
Added support for older versions to be backwards compatible
1 parent 03def8a commit f614d52

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: php
22

33
php:
4+
- 7.0
45
- 7.1
56
before_install:
67
- sudo apt-get update -q

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"license": "MIT",
66
"require": {
77
"php": ">=5.5.9",
8-
"symfony/workflow": "^4.0",
9-
"symfony/process": "^4.0",
8+
"symfony/workflow": "^3.3 | ^4.0",
9+
"symfony/process": "^3.3 | ^4.0",
1010
"symfony/event-dispatcher": "^4.0",
1111
"illuminate/console": "5.3.* | 5.4.* | 5.5.* | 5.6.*",
1212
"illuminate/support": "5.3.* | 5.4.* | 5.5.* | 5.6.*"
@@ -36,6 +36,6 @@
3636
},
3737
"require-dev": {
3838
"mockery/mockery": "^0.9.8",
39-
"phpunit/phpunit": "^6.0|~7.0"
39+
"phpunit/phpunit": "^6.0 | ~7.0"
4040
}
4141
}

0 commit comments

Comments
 (0)