This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Security/Csrf/composer.json

40 lines
1.0 KiB
JSON
Raw Normal View History

2013-09-27 08:05:52 +01:00
{
"name": "symfony/security-csrf",
"type": "library",
"description": "Symfony Security Component - CSRF Library",
"keywords": [],
"homepage": "https://symfony.com",
2013-09-27 08:05:52 +01:00
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2013-09-27 08:05:52 +01:00
}
],
"require": {
"php": ">=5.3.3",
"symfony/security-core": "~2.4"
2013-09-27 08:05:52 +01:00
},
"require-dev": {
"symfony/phpunit-bridge": "~2.7",
"symfony/http-foundation": "~2.1"
},
"suggest": {
"symfony/http-foundation": "For using the class SessionTokenStorage."
2013-09-27 08:05:52 +01:00
},
"autoload": {
"psr-0": { "Symfony\\Component\\Security\\Csrf\\": "" }
},
"target-dir": "Symfony/Component/Security/Csrf",
"minimum-stability": "dev",
"extra": {
"branch-alias": {
2014-05-23 15:36:49 +01:00
"dev-master": "2.6-dev"
2013-09-27 08:05:52 +01:00
}
}
}