summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Component/EventDispatcher
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-07-27 07:36:54 +0200
committerRemi Collet <remi@remirepo.net>2021-07-27 07:36:54 +0200
commitacd7873483409ffd0602c21da46ba8f736b800e4 (patch)
treecd3ce953814439bd5253b6a54d052af399250c39 /src/Symfony/Component/EventDispatcher
parentfc3f3f5e8562dc9b056a64c18137469b828f926f (diff)
update to 4.4.28
all components now require symfony/polyfill-php80
Diffstat (limited to 'src/Symfony/Component/EventDispatcher')
-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"