Allow serializer 3.0 in the PropertyInfo component

This makes the component consistent with other components.
This commit is contained in:
Christophe Coevoet 2015-09-26 12:59:51 +02:00
parent 4a98f287bd
commit 0d72411017

View File

@ -26,8 +26,8 @@
"php": ">=5.3.9"
},
"require-dev": {
"symfony/phpunit-bridge": "~2.7",
"symfony/serializer": "~2.7",
"symfony/phpunit-bridge": "~2.7|~3.0.0",
"symfony/serializer": "~2.7|~3.0.0",
"phpdocumentor/reflection": "^1.0.7",
"doctrine/annotations": "~1.0"
},