From 075f4eec1c21fe3bcbe1a59be56eb6c175cccde4 Mon Sep 17 00:00:00 2001 From: fluffycondor <62219548+fluffycondor@users.noreply.github.com> Date: Fri, 27 May 2022 17:44:13 +0300 Subject: [PATCH] Fix wrong package name --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0d12f33..40dc8c1 100644 --- a/composer.json +++ b/composer.json @@ -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": {