1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-31 09:31:53 +02:00

Use Symfony polyfill instead of requiring mbstring extension

This commit is contained in:
vlakoff
2018-09-09 08:11:36 +02:00
parent e661de60b1
commit 87f24c63fa

View File

@@ -14,8 +14,8 @@
"require": { "require": {
"php": ">=5.4.0", "php": ">=5.4.0",
"ext-fileinfo": "*", "ext-fileinfo": "*",
"ext-mbstring": "*", "guzzlehttp/psr7": "~1.1",
"guzzlehttp/psr7": "~1.1" "symfony/polyfill-mbstring": ">=1.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.8 || ^5.7", "phpunit/phpunit": "^4.8 || ^5.7",