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 37
37
38
38
before_install :
39
39
- 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;
41
41
42
42
install : COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --prefer-dist --no-interaction
43
43
Original file line number Diff line number Diff line change 30
30
"symfony/workflow" : " ^3.2|^4.0|^5.0"
31
31
},
32
32
"require-dev" : {
33
- "phpunit/phpunit" : " ^5.0" ,
34
- "symfony/translation" : " ^3.4|^4.0|^5.0"
33
+ "phpunit/phpunit" : " ^5.0"
35
34
},
36
35
"minimum-stability" : " stable" ,
37
36
"extra" : {
You can’t perform that action at this time.
0 commit comments