File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111before_script :
1212 - composer self-update
1313 - if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update symfony/config:${SYMFONY_VERSION} symfony/dependency-injection:${SYMFONY_VERSION} symfony/event-dispatcher:${SYMFONY_VERSION} symfony/http-kernel:${SYMFONY_VERSION} symfony/framework-bundle:${SYMFONY_VERSION}; fi;
14- - if [ "SYMFONY_EVENT_DISPATCHER_VERSION" != "" ]; then composer require --no-update symfony/event-dispatcher:${SYMFONY_EVENT_DISPATCHER_VERSION}; fi;
14+ - if [ "$ SYMFONY_EVENT_DISPATCHER_VERSION" != "" ]; then composer require --no-update symfony/event-dispatcher:${SYMFONY_EVENT_DISPATCHER_VERSION}; fi;
1515 - composer install --no-interaction --prefer-source --dev
1616
1717script : phpunit --verbose
Original file line number Diff line number Diff line change 2323 "twig/twig" : " ^1.11|^2.0"
2424 },
2525 "require-dev" : {
26- "phpunit/phpunit" : " ~ 5.0,<5.4" ,
26+ "phpunit/phpunit" : " ^4.8||^ 5.0,<5.4" ,
2727 "symfony/framework-bundle" : " >=2.7,<4"
2828 },
2929 "autoload" : {
You can’t perform that action at this time.
0 commit comments