File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ before_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;
1414 - if [ "$SYMFONY_EVENT_DISPATCHER_VERSION" != "" ]; then composer require --no-update symfony/event-dispatcher:${SYMFONY_EVENT_DISPATCHER_VERSION}; fi;
15+ - if [ "$SYMFONY_EVENT_DISPATCHER_VERSION" = "" ]; then composer require --no-update symfony/event-dispatcher:{$SYMFONY_VERSION}; fi;
1516 - composer install --no-interaction --prefer-source --dev
1617
1718script : phpunit --verbose
You can’t perform that action at this time.
0 commit comments