* Create composer.json added composer.json with mbstring for heroku support * Update .gitignore Added heroku's entries to the gitignore file * Update composer.json
7 lines
62 B
JSON
7 lines
62 B
JSON
{
|
|
"require" : {
|
|
"php" : "^5.5",
|
|
"ext-mbstring": "*"
|
|
}
|
|
}
|