From 59268b14673e58c144ba481fa2c752f4047a715d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Mon, 28 Oct 2019 20:49:38 +0100 Subject: [PATCH] Cleanup Fix requires --- composer.json | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 52cf48a..c2bed89 100644 --- a/composer.json +++ b/composer.json @@ -4,20 +4,30 @@ "license": "AGPL-3.0-or-later", "type": "symfony-bundle", "authors": [{ - "name": "Raphaël Gertz", - "email": "userbundle@rapsys.eu" + "name": "Raphaël Gertz", + "email": "userbundle@rapsys.eu" }], "autoload": { - "psr-4": { - "Rapsys\\UserBundle\\": "" - } + "psr-4": { + "Rapsys\\UserBundle\\": "" + } }, "require": { - "php": ">=5.6" + "php": "*", + "doctrine/common": "*", + "symfony/config": "*", + "symfony/dependency-injection": "*", + "symfony/form": "*", + "symfony/framework-bundle": "*", + "symfony/routing": "*", + "symfony/security": "*" + }, + "require-dev": { + "doctrine/data-fixtures": "*" }, "extra": { "branch-alias": { - "dev-master": "master" + "dev-master": "master" } } } -- 2.41.0