Skip to content

Commit

Permalink
Revert "removed 3.0 constraints from 2.7 composer files"
Browse files Browse the repository at this point in the history
This reverts commit 5503804cf91f4ede81b94b34609653c013139038.
  • Loading branch information
fabpot committed Apr 10, 2015
1 parent bd7d379 commit 443186e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"php": ">=5.3.9"
},
"require-dev": {
"symfony/phpunit-bridge": "~2.7",
"symfony/yaml": "~2.1",
"symfony/config": "~2.2",
"symfony/expression-language": "~2.6"
"symfony/phpunit-bridge": "~2.7|~3.0.0",
"symfony/yaml": "~2.1|~3.0.0",
"symfony/config": "~2.2|~3.0.0",
"symfony/expression-language": "~2.6|~3.0.0"
},
"conflict": {
"symfony/expression-language": "<2.6"
Expand Down

0 comments on commit 443186e

Please sign in to comment.