add heroku buildpack for php

This commit is contained in:
Jackk Goh
2018-04-02 11:21:02 +08:00
parent a0fdb9fcf3
commit f0d0d47e37
+4 -1
View File
@@ -37,7 +37,10 @@
"doctrine/dbal": "2.3.4",
"swiftmailer/swiftmailer": "5.1.0",
"twilio/sdk": "^5.16"
},
},
"require-dev": {
"heroku/heroku-buildpack-php": "*"
},
"config": {
"vendor-dir": "includes/vendor"
}