Support for heroku (#75)
* Create composer.json added composer.json with mbstring for heroku support * Update .gitignore Added heroku's entries to the gitignore file * Update composer.jsonpull/77/head
parent
262ccad21e
commit
9e293b45a9
@ -0,0 +1,6 @@
|
||||
{
|
||||
"require" : {
|
||||
"php" : "^5.5",
|
||||
"ext-mbstring": "*"
|
||||
}
|
||||
}
|
Loading…
Reference in new issue