summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Component/EventDispatcher/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/Symfony/Component/EventDispatcher/composer.json')
-rw-r--r--src/Symfony/Component/EventDispatcher/composer.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Symfony/Component/EventDispatcher/composer.json b/src/Symfony/Component/EventDispatcher/composer.json
index 8f6b5ce..55c2716 100644
--- a/src/Symfony/Component/EventDispatcher/composer.json
+++ b/src/Symfony/Component/EventDispatcher/composer.json
@@ -17,7 +17,8 @@
],
"require": {
"php": ">=7.1.3",
- "symfony/event-dispatcher-contracts": "^1.1"
+ "symfony/event-dispatcher-contracts": "^1.1",
+ "symfony/polyfill-php80": "^1.16"
},
"require-dev": {
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
@@ -27,7 +28,7 @@
"symfony/http-foundation": "^3.4|^4.0|^5.0",
"symfony/service-contracts": "^1.1|^2",
"symfony/stopwatch": "^3.4|^4.0|^5.0",
- "psr/log": "~1.0"
+ "psr/log": "^1|^2|^3"
},
"conflict": {
"symfony/dependency-injection": "<3.4"