mirror of
https://github.com/symfony/security-acl.git
synced 2026-03-24 00:12:18 +01:00
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "symfony/security-acl",
|
|
"type": "library",
|
|
"description": "Symfony Security Component - ACL (Access Control List)",
|
|
"keywords": [],
|
|
"homepage": "https://symfony.com",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/security-core": "^4.4|^5.0|^6.0|^7.0|^8.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/cache": "^4.4|^5.0|^6.0|^7.0|^8.0",
|
|
"symfony/finder": "^4.4|^5.0|^6.0|^7.0|^8.0",
|
|
"symfony/phpunit-bridge": "^5.2|^6.0|^7.0|^8.0",
|
|
"doctrine/cache": "^1.11|^2.0",
|
|
"doctrine/common": "^2.2|^3",
|
|
"doctrine/persistence": "^1.3.3|^2|^3",
|
|
"doctrine/dbal": "^2.13.1|^3.1",
|
|
"psr/log": "^1|^2|^3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "Symfony\\Component\\Security\\Acl\\": "" },
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"conflict": {
|
|
"doctrine/cache": "<1.11",
|
|
"doctrine/dbal": "<2.13.1|~3.0.0"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "3.x-dev"
|
|
}
|
|
}
|
|
}
|