minor #15912 Allow serializer 3.0 in the PropertyInfo component (stof)

This PR was merged into the 2.8 branch.

Discussion
----------

Allow serializer 3.0 in the PropertyInfo component

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

This makes the component consistent with other components.

Commits
-------

0d72411 Allow serializer 3.0 in the PropertyInfo component
This commit is contained in:
Fabien Potencier 2015-09-27 10:49:22 +02:00
commit 936e1b3ac2

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"
},