summaryrefslogtreecommitdiffstats
path: root/composer.json
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 /composer.json
parentfc3f3f5e8562dc9b056a64c18137469b828f926f (diff)
update to 4.4.28
all components now require symfony/polyfill-php80
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index c3ef535..da8e66b 100644
--- a/composer.json
+++ b/composer.json
@@ -23,7 +23,7 @@
"psr/event-dispatcher-implementation": "1.0",
"psr/http-client-implementation": "1.0",
"psr/link-implementation": "1.0",
- "psr/log-implementation": "1.0",
+ "psr/log-implementation": "1.0|2.0",
"psr/simple-cache-implementation": "1.0",
"symfony/cache-implementation": "1.0|2.0",
"symfony/event-dispatcher-implementation": "1.1",
@@ -41,7 +41,7 @@
"psr/cache": "^1.0|^2.0",
"psr/container": "^1.0",
"psr/link": "^1.0",
- "psr/log": "~1.0",
+ "psr/log": "^1|^2",
"symfony/contracts": "^1.1.8",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-icu": "~1.0",
@@ -49,7 +49,7 @@
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php72": "~1.5",
"symfony/polyfill-php73": "^1.11",
- "symfony/polyfill-php80": "^1.15",
+ "symfony/polyfill-php80": "^1.16",
"symfony/polyfill-php81": "^1.22"
},
"replace": {