Skip to content

Commit

Permalink
Allow symfony >=2.2 and 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Spea committed Dec 17, 2016
1 parent 5382796 commit cda0ddb
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 @@ -18,14 +18,14 @@
"require": {
"php": ">=5.3.2",
"doctrine/common": ">=2.2,<2.7-dev",
"symfony/options-resolver": "~2.1",
"symfony/filesystem": "^2.1 | ^3.0",
"symfony/options-resolver": "^2.2|^3.0",
"symfony/filesystem": "^2.2|^3.0",
"phpcollection/phpcollection": "~0.4",
"symfony/property-access": "^2.2",
"symfony/property-access": "^2.2|^3.0",
"jms/cg": "~1.2"
},
"require-dev": {
"symfony/yaml": ">=2.1",
"symfony/yaml": "^2.2|^3.0",
"phpunit/phpunit": "~5.4",
"doctrine/data-fixtures": "~1.1",
"doctrine/orm": ">=2.2,<2.7-dev",
Expand Down

0 comments on commit cda0ddb

Please sign in to comment.