Skip to content

Commit

Permalink
Added mbstring extension to the requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kerwitz committed May 20, 2015
1 parent 5006944 commit df3de1e
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 @@ -11,7 +11,8 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/database": "4.2.x|~5.0"
"illuminate/database": "4.2.x|~5.0",
"ext-mbstring": "*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit df3de1e

Please sign in to comment.