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

Merge pull request #124 from lucasmichot/feature/master/integrates-polyfill

Add polyfill
This commit is contained in:
Daniel St. Jules
2016-02-09 16:59:23 -08:00

View File

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