X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/188c29b2554269b7088ed39feff5b325ae106e49..56285722981037cdb3205b5c6cc2aed5f14c7b16:/composer.json 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" } } }