56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"name": "symfony/security-http",
|
|
"type": "library",
|
|
"description": "Symfony Security Component - HTTP Integration",
|
|
"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": ">=8.2",
|
|
"symfony/deprecation-contracts": "^2.5|^3",
|
|
"symfony/http-foundation": "^6.4|^7.0",
|
|
"symfony/http-kernel": "^6.4|^7.0",
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
"symfony/property-access": "^6.4|^7.0",
|
|
"symfony/security-core": "^6.4|^7.0",
|
|
"symfony/service-contracts": "^2.5|^3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/cache": "^6.4|^7.0",
|
|
"symfony/clock": "^6.4|^7.0",
|
|
"symfony/expression-language": "^6.4|^7.0",
|
|
"symfony/http-client": "^6.4|^7.0",
|
|
"symfony/http-client-contracts": "^3.0",
|
|
"symfony/rate-limiter": "^6.4|^7.0",
|
|
"symfony/routing": "^6.4|^7.0",
|
|
"symfony/security-csrf": "^6.4|^7.0",
|
|
"symfony/translation": "^6.4|^7.0",
|
|
"psr/log": "^1|^2|^3",
|
|
"web-token/jwt-library": "^3.3.2|^4.0"
|
|
},
|
|
"conflict": {
|
|
"symfony/clock": "<6.4",
|
|
"symfony/event-dispatcher": "<6.4",
|
|
"symfony/http-client-contracts": "<3.0",
|
|
"symfony/security-bundle": "<6.4",
|
|
"symfony/security-csrf": "<6.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "Symfony\\Component\\Security\\Http\\": "" },
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|