Skip to content

Commit

Permalink
Adjusted composer.json and travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DonCallisto committed Dec 1, 2017
1 parent bfb30cb commit b1cadad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2
- hhvm

env:
Expand All @@ -28,5 +29,5 @@ script:
- find tests/ -name "*Test.php" | php fastest -v
- bin/behat --config=adapters/Behat2/behat.yml
- composer require --dev "behat/behat:~3.3" --no-update # update the Behat version.
- composer update --prefer-source $PREFER_LOWEST
- composer update $PREFER_LOWEST
- bin/behat --config=adapters/Behat/behat.yml
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
],
"require": {
"php": ">=5.6",
"symfony/console": "~2.7|~3.0|~4.0",
"symfony/stopwatch": "~2.7|~3.0|~4.0",
"symfony/process": "~2.7|~3.0|~4.0",
"symfony/console": ">=2.7 <5.0",
"symfony/stopwatch": ">=2.7 <5.0",
"symfony/process": ">=2.7 <5.0",
"doctrine/collections" : "~1.2",
"phpunit/phpunit": "^5.7|^6.1"
},
Expand Down

0 comments on commit b1cadad

Please sign in to comment.