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

Add polyfill

This commit is contained in:
Lucas Michot
2016-02-10 01:56:06 +01:00
parent ffc3fa5ff9
commit e3d397fa74

View File

@@ -15,7 +15,8 @@
}
],
"require": {
"php": ">=5.3.0"
"php": ">=5.3.0",
"symfony/polyfill-mbstring": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "~4.0"