From 0d72411017d2eb05fb9d2a04c212e48f59d7f312 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Sat, 26 Sep 2015 12:59:51 +0200 Subject: [PATCH] Allow serializer 3.0 in the PropertyInfo component This makes the component consistent with other components. --- src/Symfony/Component/PropertyInfo/composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Component/PropertyInfo/composer.json b/src/Symfony/Component/PropertyInfo/composer.json index a9826d42d7..2461684c11 100644 --- a/src/Symfony/Component/PropertyInfo/composer.json +++ b/src/Symfony/Component/PropertyInfo/composer.json @@ -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" },