Skip to content

Commit 56174d8

Browse files
committed
Added app.json
1 parent db6a151 commit 56174d8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

app.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "PHP Starter",
3+
"description": "start php app on heroku via api",
4+
"website": "http://php.net",
5+
"repository": "https://github.com/heroku/php-getting-started",
6+
"scripts": {
7+
"postdeploy": "composer install"
8+
},
9+
"env": {
10+
"PHP_ENV": "production",
11+
"PHP_SERVE_STATIC_FILES": "true"
12+
},
13+
"addons": []
14+
}

0 commit comments

Comments
 (0)