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/composer.json

32 lines
803 B
JSON
Raw Normal View History

2011-09-24 18:13:35 +01:00
{
"name": "symfony/security",
"type": "library",
"description": "Symfony Security Component",
"keywords": [],
"homepage": "http://symfony.com",
"version": "2.0.4",
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"require": {
"php": ">=5.3.2",
"symfony/event-dispatcher": ">=2.0",
"symfony/http-foundation": ">=2.0",
"symfony/http-kernel": ">=2.0"
},
"suggest": {
"symfony/class-loader": ">=2.0",
"symfony/finder": ">=2.0",
"symfony/form": ">=2.0",
"symfony/routing": ">=2.0"
}
}