Skip to content

Commit c0cf887

Browse files
authored
Merge pull request #12 from webfactory/relax-version-constraint
Relax Symfony version constraints for Symfony 2.8, 3.4 and 4.x
2 parents f58fbc3 + 38d9a7c commit c0cf887

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"require": {
2020
"doctrine/annotations": "~1.0",
2121
"psr/log": "^1.0",
22-
"symfony/config": "~2.2",
23-
"symfony/dependency-injection": "~2.6",
24-
"symfony/framework-bundle": "~2.2",
25-
"symfony/http-foundation": "~2.2",
26-
"symfony/http-kernel": "~2.2",
22+
"symfony/config": "2.8.*|3.4.*|^4.0",
23+
"symfony/dependency-injection": "2.8.*|3.4.*|^4.0",
24+
"symfony/framework-bundle": "2.8.*|3.4.*|^4.0",
25+
"symfony/http-foundation": "2.8.*|3.4.*|^4.0",
26+
"symfony/http-kernel": "2.8.*|3.4.*|^4.0",
2727
"twig/twig": "^1.23",
2828
"webfactory/dom": "~1.0, >= 1.0.15"
2929
}

0 commit comments

Comments
 (0)