summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Component/Security/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/Symfony/Component/Security/composer.json')
-rw-r--r--src/Symfony/Component/Security/composer.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Symfony/Component/Security/composer.json b/src/Symfony/Component/Security/composer.json
index 9571efe..508d3fd 100644
--- a/src/Symfony/Component/Security/composer.json
+++ b/src/Symfony/Component/Security/composer.json
@@ -1,7 +1,7 @@
{
"name": "symfony/security",
"type": "library",
- "description": "Symfony Security Component",
+ "description": "Provides a complete security system for your web application",
"keywords": [],
"homepage": "https://symfony.com",
"license": "MIT",
@@ -20,6 +20,7 @@
"symfony/event-dispatcher-contracts": "^1.1|^2",
"symfony/http-foundation": "^3.4.40|^4.4.7|^5.0.7",
"symfony/http-kernel": "^4.4",
+ "symfony/polyfill-php80": "^1.16",
"symfony/property-access": "^3.4|^4.0|^5.0",
"symfony/service-contracts": "^1.1|^2"
},
@@ -30,7 +31,7 @@
"symfony/security-http": "self.version"
},
"require-dev": {
- "psr/container": "^1.0",
+ "psr/container": "^1.0|^2.0",
"symfony/finder": "^3.4|^4.0|^5.0",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-icu": "~1.0",
@@ -39,7 +40,7 @@
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/ldap": "^4.4|^5.0",
"symfony/translation": "^4.4|^5.0",
- "psr/log": "~1.0"
+ "psr/log": "^1|^2|^3"
},
"conflict": {
"symfony/event-dispatcher": ">=5",