File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
before_script :
12
12
- composer self-update
13
13
- 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;
15
15
- composer install --no-interaction --prefer-source --dev
16
16
17
17
script : phpunit --verbose
Original file line number Diff line number Diff line change 23
23
"twig/twig" : " ^1.11|^2.0"
24
24
},
25
25
"require-dev" : {
26
- "phpunit/phpunit" : " ~ 5.0,<5.4" ,
26
+ "phpunit/phpunit" : " ^4.8||^ 5.0,<5.4" ,
27
27
"symfony/framework-bundle" : " >=2.7,<4"
28
28
},
29
29
"autoload" : {
You can’t perform that action at this time.
0 commit comments