File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 3737
3838before_install :
3939 - rm -rf composer.lock vendor/
40- - if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/workflow:${SYMFONY_VERSION}" "symfony/translation:${SYMFONY_VERSION}" --no-update; fi;
40+ - if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/workflow:${SYMFONY_VERSION}" --no-update; fi;
4141
4242install : COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --prefer-dist --no-interaction
4343
Original file line number Diff line number Diff line change 3030 "symfony/workflow" : " ^3.2|^4.0|^5.0"
3131 },
3232 "require-dev" : {
33- "phpunit/phpunit" : " ^5.0" ,
34- "symfony/translation" : " ^3.4|^4.0|^5.0"
33+ "phpunit/phpunit" : " ^5.0"
3534 },
3635 "minimum-stability" : " stable" ,
3736 "extra" : {
You can’t perform that action at this time.
0 commit comments