Skip to content

Commit 7158417

Browse files
committed
Revert "removed 3.0 constraints from 2.7 composer files"
This reverts commit 5503804cf91f4ede81b94b34609653c013139038.
1 parent 8fff682 commit 7158417

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"php": ">=5.3.9"
2020
},
2121
"require-dev": {
22-
"symfony/phpunit-bridge": "~2.7",
23-
"symfony/event-dispatcher": "~2.1",
24-
"symfony/expression-language": "~2.6",
25-
"symfony/http-foundation": "~2.4",
26-
"symfony/translation": "~2.0,>=2.0.5",
27-
"symfony/validator": "~2.5,>=2.5.5",
22+
"symfony/phpunit-bridge": "~2.7|~3.0.0",
23+
"symfony/event-dispatcher": "~2.1|~3.0.0",
24+
"symfony/expression-language": "~2.6|~3.0.0",
25+
"symfony/http-foundation": "~2.4|~3.0.0",
26+
"symfony/translation": "~2.0,>=2.0.5|~3.0.0",
27+
"symfony/validator": "~2.5,>=2.5.5|~3.0.0",
2828
"psr/log": "~1.0",
2929
"ircmaxell/password-compat": "1.0.*"
3030
},

0 commit comments

Comments
 (0)