We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cf9362 + 541589d commit de901ccCopy full SHA for de901cc
.travis.yml
@@ -9,7 +9,7 @@ env:
9
- SYMFONY_VERSION=2.2.*
10
- SYMFONY_VERSION=2.3.*
11
- SYMFONY_VERSION=2.4.*
12
- - SYMFONY_VERSION=dev-master
+ - SYMFONY_VERSION='dev-master symfony/event-dispatcher:~2.5@dev'
13
14
before_script:
15
- composer require symfony/framework-bundle:${SYMFONY_VERSION} --no-update
@@ -21,6 +21,3 @@ notifications:
21
email:
22
- [email protected]
23
24
-matrix:
25
- allow_failures:
26
- - env: SYMFONY_VERSION=dev-master
0 commit comments