summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-11-16 13:38:06 +0100
committerRemi Collet <fedora@famillecollet.com>2016-11-16 13:38:06 +0100
commit5cd73321debc2b4e4dd4004342c763b52861b647 (patch)
tree271f6669b06c7d546b169fb304e7df6b0c561c87 /composer.json
parent3fc84707b45cfec1ea1264ad394739d1b5325801 (diff)
php-true-punycode: 2.1.1
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 63adea9..5b2815a 100644
--- a/composer.json
+++ b/composer.json
@@ -16,8 +16,8 @@
}
},
"require": {
- "php": ">=5.3.0",
- "ext-mbstring": "*"
+ "symfony/polyfill-mbstring": "^1.3",
+ "php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.7",