Skip to content

Commit a892e96

Browse files
Allow Symfony 3.0
1 parent 84b0444 commit a892e96

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2424
env:
2525
global:

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
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\\" : "" }

0 commit comments

Comments
 (0)