Merge branch '2.8' into 3.1

* 2.8:
  fixed composer.json
This commit is contained in:
Fabien Potencier 2017-01-27 16:21:39 -08:00
commit f904f0406d
1 changed files with 2 additions and 2 deletions

View File

@ -89,12 +89,12 @@
"egulias/email-validator": "~1.2,>=1.2.1",
"symfony/polyfill-apcu": "~1.1",
"symfony/security-acl": "~2.8|~3.0",
"phpdocumentor/reflection-docblock": "^3.0"
"phpdocumentor/reflection-docblock": "^3.0",
"sensio/framework-extra-bundle": "^3.0.2"
},
"conflict": {
"phpdocumentor/reflection-docblock": "<3.0",
"phpdocumentor/type-resolver": "<0.2.0",
"sensio/framework-extra-bundle": "^3.0.2"
},
"provide": {
"psr/cache-implementation": "1.0"