File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1515
1616language : php
1717
18+ env :
19+ - COMPOSER_FLAGS="--prefer-source"
20+
1821php :
1922 - 5.4
2023 - 5.5
2427
2528matrix :
2629 fast_finish : true
30+ include :
31+ - php : 5.4
32+ env : COMPOSER_FLAGS="--prefer-lowest"
2733
2834before_script :
2935 - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then pecl install rar; fi;'
3036 - sh -c 'if [ "$TRAVIS_PHP_VERSION" = "hhvm" ]; then echo "phar.readonly = 0" > travis.hhvm.ini; fi;'
3137 - composer self-update
32- - composer install --prefer-source
38+ - composer update $COMPOSER_FLAGS
3339
3440script :
3541 - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpunit --verbose; else hhvm -c travis.hhvm.ini ~/.phpenv/versions/$(phpenv version-name)/bin/phpunit; fi
Original file line number Diff line number Diff line change 2222 "require" : {
2323 "php" : " >=5.4.0" ,
2424 "pimple/pimple" : " ~3.0" ,
25- "symfony/filesystem" : " ~2.4" ,
26- "symfony/process" : " ~2.4"
25+ "symfony/filesystem" : " ~2.4|^3.0 " ,
26+ "symfony/process" : " ~2.4|^3.0 "
2727 },
2828 "require-dev" : {
2929 "raulfraile/ladybug" : " ~1.0" ,
3030 "mockery/mockery" : " 0.9.1" ,
31- "symfony/finder" : " ~2.4"
31+ "symfony/finder" : " ~2.4|^3.0 "
3232 },
3333 "suggest" : {
3434 "ext-zip" : " Allows to uncompress zip files using ZipArchive" ,
You can’t perform that action at this time.
0 commit comments