From 69d07979d3e466be5d639ac8a639379d2077869f Mon Sep 17 00:00:00 2001
From: Guilhem Niot <guilhem@gniot.fr>
Date: Fri, 27 Aug 2021 17:20:17 +0200
Subject: [PATCH] symfony/property-info is a mandatory dependency

---
 composer.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index 0c00d20..dff8116 100644
--- a/composer.json
+++ b/composer.json
@@ -28,6 +28,7 @@
         "symfony/http-foundation": "^4.4|^5.0",
         "symfony/http-kernel": "^4.4|^5.0",
         "symfony/options-resolver": "^4.4|^5.0",
+        "symfony/property-info": "^4.4|^5.0",
         "symfony/routing": "^4.4|^5.0",
         "zircote/swagger-php": "^3.0",
         "phpdocumentor/reflection-docblock": "^3.1|^4.4|^5.0"
@@ -41,7 +42,6 @@
         "symfony/form": "^4.4|^5.0",
         "symfony/phpunit-bridge": "^5.2",
         "symfony/property-access": "^4.4|^5.0",
-        "symfony/property-info": "^4.4|^5.0",
         "symfony/serializer": "^4.4|^5.0",
         "symfony/stopwatch": "^4.4|^5.0",
         "symfony/templating": "^4.4|^5.0",
@@ -63,7 +63,6 @@
         "symfony/cache": "For using a PSR-6 compatible cache implementation with the API doc generator.",
         "symfony/form": "For describing your form type models.",
         "symfony/monolog-bundle": "For using a PSR-3 compatible logger implementation with the API PHP describer.",
-        "symfony/property-info": "For describing your models.",
         "symfony/serializer": "For describing your models.",
         "symfony/validator": "For describing the validation constraints in your models.",
         "twig/twig-bundle": "For using the Swagger UI.",