{ "name": "net15/security_application_manager_bundle", "type": "Symfony-bundle", "description": "Security of the application", "license": "NET15", "authors": [ { "name": "Net15", "homepage": "https://www.net15.fr/" } ], "require": { "php": "^7.2.3", "ext-ctype": "*", "ext-iconv": "*" }, "require-dev": { "symfony/debug-pack": "*", "symfony/maker-bundle": "^1.0", "symfony/profiler-pack": "*", "symfony/test-pack": "*", "symfony/web-server-bundle": "*" }, "config": { "sort-packages": true }, "autoload": { "psr-4": { "SecurityApplicationBundle\\": "src/" } }, "autoload-dev": { "psr-4": { "SecurityApplicationBundle\\Tests\\": "tests/" } }, "extra": { "symfony": { "allow-contrib": false, "require": "*" } }, "repositories": [{ "type": "composer", "url": "https://package.net15.fr" }] }