summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-02-24 11:58:57 +0100
committerRemi Collet <remi@php.net>2022-02-24 11:58:57 +0100
commit14a7f609ae05ff484235fd4d61602512aea319c9 (patch)
treeffdb400caf3038b5c4714acd3c83ea342868aee5 /composer.json
parentf895c842e0887125a0387848fc25d26bde41b06d (diff)
update to 2.16.0
drop dependency on true/punycode add dependency on intl extension
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json12
1 files changed, 9 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index e181d21..96074d2 100644
--- a/composer.json
+++ b/composer.json
@@ -15,8 +15,8 @@
"laminas/laminas-stdlib": "^3.6",
"laminas/laminas-validator": "^2.15",
"symfony/polyfill-mbstring": "^1.12.0",
- "true/punycode": "^2.1",
- "webmozart/assert": "^1.10"
+ "webmozart/assert": "^1.10",
+ "symfony/polyfill-intl-idn": "^1.24.0"
},
"conflict": {
"zendframework/zend-mail": "*"
@@ -36,7 +36,13 @@
"laminas/laminas-servicemanager": "^2.7.10 || ^3.3.1 when using SMTP to deliver messages"
},
"config": {
- "sort-packages": true
+ "sort-packages": true,
+ "allow-plugins": {
+ "composer/package-versions-deprecated": true
+ },
+ "platform": {
+ "php": "7.3.99"
+ }
},
"extra": {
"laminas": {