Created
February 11, 2017 23:50
-
-
Save joekarasek/4ef748476715fee3d2b8306b0c2b3484 to your computer and use it in GitHub Desktop.
Files Needed for Silex Heroku Deployment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "silex-heroku-hello", | |
"require": { | |
"php": ">=5.3.0", | |
"silex/silex": "~1.0@dev" | |
}, | |
"extra": { | |
"heroku": { | |
"document-root": "web", | |
"index-document": "index.php" | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
web: vendor/bin/heroku-php-apache2 web/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment