fixed Composer constraints

This commit is contained in:
Fabien Potencier 2017-02-18 11:15:38 -08:00
parent d6ffc73ced
commit 86eb217de7
3 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
"require-dev": {
"symfony/stopwatch": "~2.8|~3.0",
"symfony/dependency-injection": "~2.8|~3.0",
"symfony/form": "~3.0,>=3.0.5",
"symfony/form": "^3.0.5",
"symfony/http-kernel": "~2.8|~3.0",
"symfony/property-access": "~2.8|~3.0",
"symfony/property-info": "~2.8|3.0",
@ -34,7 +34,7 @@
"symfony/translation": "~2.8|~3.0",
"doctrine/data-fixtures": "1.0.*",
"doctrine/dbal": "~2.4",
"doctrine/orm": "~2.4,>=2.4.5"
"doctrine/orm": "^2.4.5"
},
"suggest": {
"symfony/form": "",

View File

@ -27,7 +27,7 @@
"symfony/polyfill-mbstring": "~1.0",
"symfony/filesystem": "~2.8|~3.0",
"symfony/finder": "~2.8|~3.0",
"symfony/routing": "~3.1.10|~3.2.3",
"symfony/routing": "~3.1.10|^3.2.3",
"symfony/security-core": "~2.8|~3.0",
"symfony/security-csrf": "~2.8|~3.0",
"symfony/stopwatch": "~2.8|~3.0",

View File

@ -29,7 +29,7 @@
"symfony/cache": "~3.1",
"doctrine/annotations": "~1.0",
"doctrine/cache": "~1.0",
"egulias/email-validator": "~1.2,>=1.2.8|~2.0"
"egulias/email-validator": "^1.2.8|~2.0"
},
"suggest": {
"psr/cache-implementation": "For using the metadata cache.",