File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ matrix:
1717 - php : 5.6
1818 env : DEPENDENCY_INJECTION_VERSION=2.6.* EXPRESSION_LANGUAGE_VERSION=2.6.*
1919 - php : 5.6
20- env : DEPENDENCY_INJECTION_VERSION=2.7.*@dev EXPRESSION_LANGUAGE_VERSION=2.7.*@dev
20+ env : DEPENDENCY_INJECTION_VERSION=2.7.* EXPRESSION_LANGUAGE_VERSION=2.7.*
2121 - php : 5.6
22- env : DEPENDENCY_INJECTION_VERSION=3.0.*@dev EXPRESSION_LANGUAGE_VERSION=3.0.*@dev
22+ env : DEPENDENCY_INJECTION_VERSION=3.0.* EXPRESSION_LANGUAGE_VERSION=3.0.*
2323
2424env :
2525 global :
Original file line number Diff line number Diff line change 1313 }
1414 ],
1515 "require" : {
16- "symfony/dependency-injection" : " 2.* "
16+ "symfony/dependency-injection" : " ~2.0|~3.0 "
1717 },
1818 "require-dev" : {
1919 "phpunit/phpunit" : " ~4.0" ,
20- "symfony/config" : " 2.* " ,
21- "symfony/expression-language" : " ~2.4"
20+ "symfony/config" : " ~2.0|~3.0 " ,
21+ "symfony/expression-language" : " ~2.4|~3.0 "
2222 },
2323 "autoload" : {
2424 "psr-4" : { "Matthias\\ SymfonyServiceDefinitionValidator\\ " : " " }
You can’t perform that action at this time.
0 commit comments