Skip to content

Commit

Permalink
Require Multibyte String extension with Composer (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
wandersonwhcr authored and florianeckerstorfer committed Sep 17, 2017
1 parent c5a4ac9 commit 7f637bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
}
],
"require": {
"php": ">=5.5.9"
"php": ">=5.5.9",
"ext-mbstring": "*"
},
"require-dev": {
"laravel/framework": "~5.1",
Expand Down

0 comments on commit 7f637bd

Please sign in to comment.