1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-16 02:04:09 +02:00

Add ext-mbstring to composer.json

This commit is contained in:
vlakoff
2015-01-03 23:20:21 +01:00
parent 27ef5a8914
commit 28c3db01c5

View File

@@ -15,7 +15,8 @@
} }
], ],
"require": { "require": {
"php": ">=5.3.0" "php": ">=5.3.0",
"ext-mbstring": "*"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.0" "phpunit/phpunit": "~4.0"