From: Raphaƫl Gertz Date: Mon, 3 Oct 2022 03:45:39 +0000 (+0200) Subject: Remove unnecessary dev requirement X-Git-Tag: 0.2.1~1 X-Git-Url: https://git.rapsys.eu/userbundle/commitdiff_plain/74958d6d980f6d9779869a34d2f99c6b0716d086 Remove unnecessary dev requirement --- diff --git a/composer.json b/composer.json index e541a64..2669f02 100644 --- a/composer.json +++ b/composer.json @@ -21,9 +21,6 @@ "symfony/security-bundle": "^4.0|^5.0", "symfony/validator": "^4.0|^5.0" }, - "require-dev": { - "doctrine/data-fixtures": "^1.0" - }, "extra": { "branch-alias": { "dev-master": "master"