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.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Symfony/Component/EventDispatcher/composer.json b/src/Symfony/Component/EventDispatcher/composer.json
index 5bb0f7d..55c2716 100644
--- a/src/Symfony/Component/EventDispatcher/composer.json
+++ b/src/Symfony/Component/EventDispatcher/composer.json
@@ -1,7 +1,7 @@
{
"name": "symfony/event-dispatcher",
"type": "library",
- "description": "Symfony EventDispatcher Component",
+ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"keywords": [],
"homepage": "https://symfony.com",
"license": "MIT",
@@ -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"