{ "name": "symfony/security-http", "type": "library", "description": "Symfony Security Component - HTTP Integration", "keywords": [], "homepage": "http://symfony.com", "license": "MIT", "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "require": { "php": ">=5.5.9", "symfony/security-core": "~2.7|~3.0", "symfony/event-dispatcher": "~2.7|~3.0", "symfony/http-foundation": "~2.7|~3.0", "symfony/http-kernel": "~2.7|~3.0" }, "require-dev": { "symfony/phpunit-bridge": "~2.7|~3.0", "symfony/routing": "~2.7|~3.0", "symfony/security-csrf": "~2.7|~3.0", "psr/log": "~1.0" }, "suggest": { "symfony/security-csrf": "For using tokens to protect authentication/logout attempts", "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs" }, "autoload": { "psr-0": { "Symfony\\Component\\Security\\Http\\": "" } }, "target-dir": "Symfony/Component/Security/Http", "minimum-stability": "dev", "extra": { "branch-alias": { "dev-master": "3.0-dev" } } }