Skip to content

Commit 059b2ad

Browse files
committed
Merge branch '2.0' into 2.1
2 parents e6530e6 + f0c066f commit 059b2ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cache:
1111
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;
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

1717
script: phpunit --verbose

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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": {

0 commit comments

Comments
 (0)