Skip to content

Commit 5044b4f

Browse files
[3.4] Allow 4.* deps
1 parent dff8495 commit 5044b4f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"php": ">=5.5.9"
2020
},
2121
"require-dev": {
22-
"symfony/yaml": "~3.3|~4.0.0",
23-
"symfony/config": "~2.8|~3.0|~4.0.0",
24-
"symfony/property-access": "~2.8|~3.0|~4.0.0",
25-
"symfony/http-foundation": "~2.8|~3.0|~4.0.0",
26-
"symfony/cache": "~3.1|~4.0.0",
27-
"symfony/property-info": "~3.1|~4.0.0",
22+
"symfony/yaml": "~3.3|~4.0",
23+
"symfony/config": "~2.8|~3.0|~4.0",
24+
"symfony/property-access": "~2.8|~3.0|~4.0",
25+
"symfony/http-foundation": "~2.8|~3.0|~4.0",
26+
"symfony/cache": "~3.1|~4.0",
27+
"symfony/property-info": "~3.1|~4.0",
2828
"doctrine/annotations": "~1.0",
29-
"symfony/dependency-injection": "~3.2|~4.0.0",
29+
"symfony/dependency-injection": "~3.2|~4.0",
3030
"doctrine/cache": "~1.0",
3131
"phpdocumentor/reflection-docblock": "~3.0"
3232
},

0 commit comments

Comments
 (0)