{ "name": "enimovendors/fosuserbundle", "type": "symfony-bundle", "description": "Symfony FOSUserBundle", "keywords": [ "User management" ], "homepage": "http://friendsofsymfony.github.com", "license": "MIT", "authors": [ { "name": "Christophe Coevoet", "email": "stof@notk.org" }, { "name": "Thibault Duplessis" }, { "name": "FriendsOfSymfony Community", "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors" } ], "require": { "php": "^7.2.5", "paragonie/random_compat": "^1 || ^2 || ^9", "symfony/form": "^4.4 || ^5.0", "symfony/framework-bundle": "^4.4 || ^5.0", "symfony/security-bundle": "^4.4 || ^5.0", "symfony/templating": "^4.4 || ^5.0", "symfony/translation": "^4.4 || ^5.0", "symfony/translation-contracts": "^2.0", "symfony/twig-bundle": "^4.4 || ^5.0", "symfony/validator": "^4.4 || ^5.0", "twig/twig": "^1.28 || ^2.0" }, "conflict": { "doctrine/doctrine-bundle": "<1.3", "symfony/doctrine-bridge": "<2.7" }, "require-dev": { "doctrine/doctrine-bundle": "^1.3", "friendsofphp/php-cs-fixer": "^2.2", "phpunit/phpunit": "^4.8.35 || ^5.7.11 || ^6.5", "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0", "symfony/console": "^2.8 || ^3.0 || ^4.0", "symfony/phpunit-bridge": "^2.8 || ^3.0 || ^4.0", "symfony/yaml": "^2.8 || ^3.0 || ^4.0" }, "config": { "sort-packages": true }, "autoload": { "psr-4": { "FOS\\UserBundle\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "autoload-dev": { "psr-4": { "FOS\\UserBundle\\Tests\\": "/Tests/" } }, "support": { "docs": "https://symfony.com/doc/master/bundles/FOSUserBundle/index.html" } }