Skip to content

Commit b1cadad

Browse files
committed
Adjusted composer.json and travis.yml
1 parent bfb30cb commit b1cadad

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 5.6
55
- 7.0
66
- 7.1
7+
- 7.2
78
- hhvm
89

910
env:
@@ -28,5 +29,5 @@ script:
2829
- find tests/ -name "*Test.php" | php fastest -v
2930
- bin/behat --config=adapters/Behat2/behat.yml
3031
- composer require --dev "behat/behat:~3.3" --no-update # update the Behat version.
31-
- composer update --prefer-source $PREFER_LOWEST
32+
- composer update $PREFER_LOWEST
3233
- bin/behat --config=adapters/Behat/behat.yml

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
],
1111
"require": {
1212
"php": ">=5.6",
13-
"symfony/console": "~2.7|~3.0|~4.0",
14-
"symfony/stopwatch": "~2.7|~3.0|~4.0",
15-
"symfony/process": "~2.7|~3.0|~4.0",
13+
"symfony/console": ">=2.7 <5.0",
14+
"symfony/stopwatch": ">=2.7 <5.0",
15+
"symfony/process": ">=2.7 <5.0",
1616
"doctrine/collections" : "~1.2",
1717
"phpunit/phpunit": "^5.7|^6.1"
1818
},

0 commit comments

Comments
 (0)