diff options
author | Frederic Guillot <git@guillot.email> | 2015-01-11 20:52:09 -0500 |
---|---|---|
committer | Frederic Guillot <git@guillot.email> | 2015-01-11 20:52:09 -0500 |
commit | c88687d45bc5cb89693d5a008479560aaf5d328b (patch) | |
tree | af1ec79f3da791ad734d90b0e8c4a3017abc8671 | |
parent | c5e4c781f5cbda416e0077e88fe75bf5b785f659 (diff) |
Add extension
-rw-r--r-- | composer.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 547e0b89..f6745474 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,6 @@ { "require": { + "ext-mbstring": "*", "ircmaxell/password-compat": "1.0.3", "fguillot/simple-validator": "dev-master", "swiftmailer/swiftmailer": "@stable", |