Merge pull request #2002 from fluffycondor/fix-twig-suggestion

Fix wrong package name in suggest section
This commit is contained in:
Guilhem Niot 2022-05-31 14:03:36 +02:00 committed by GitHub
commit 7803c7365e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,8 +64,8 @@
"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/serializer": "For describing your models.",
"symfony/twig-bundle": "For using the Swagger UI.",
"symfony/validator": "For describing the validation constraints in your models.",
"twig/twig-bundle": "For using the Swagger UI.",
"willdurand/hateoas-bundle": "For extracting HATEOAS metadata."
},
"conflict": {