File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 - 5.6
55 - 7.0
66 - 7.1
7+ - 7.2
78 - hhvm
89
910env :
@@ -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
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments