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.json
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -5,6 +5,9 @@ admin/
|
||||
cache/
|
||||
!/cache/.htaccess
|
||||
|
||||
# Heroku specific entries
|
||||
vendor/
|
||||
.env
|
||||
|
||||
# Created by https://www.gitignore.io/api/osx,linux,windows,phpstorm,sublimetext
|
||||
|
||||
|
Reference in New Issue
Block a user