X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/188c29b2554269b7088ed39feff5b325ae106e49..HEAD:/composer.json diff --git a/composer.json b/composer.json index 52cf48a..f40e26d 100644 --- a/composer.json +++ b/composer.json @@ -4,20 +4,26 @@ "license": "AGPL-3.0-or-later", "type": "symfony-bundle", "authors": [{ - "name": "Raphaël Gertz", - "email": "userbundle@rapsys.eu" + "name": "Raphaël Gertz", + "email": "symfony@rapsys.eu" }], "autoload": { - "psr-4": { - "Rapsys\\UserBundle\\": "" - } + "psr-4": { + "Rapsys\\UserBundle\\": "" + } }, "require": { - "php": ">=5.6" + "doctrine/doctrine-bundle": "^1.0|^2.0", + "rapsys/packbundle": "dev-master", + "symfony/flex": "^1.0|^2.0", + "symfony/form": "^4.0|^5.0|^6.0", + "symfony/framework-bundle": "^4.0|^5.0|^6.0", + "symfony/security-bundle": "^4.0|^5.0|^6.0", + "symfony/validator": "^4.0|^5.0|^6.0" }, "extra": { "branch-alias": { - "dev-master": "master" + "dev-master": "master" } } }