1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-30 09:10:21 +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": {
"php": ">=5.4.0",
"ext-fileinfo": "*",
"ext-mbstring": "*",
"guzzlehttp/psr7": "~1.1"
"guzzlehttp/psr7": "~1.1",
"symfony/polyfill-mbstring": ">=1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8 || ^5.7",