diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..c5ecb765 --- /dev/null +++ b/composer.json @@ -0,0 +1,18 @@ +{ + "name": "heroku/heroku-buildpack-php", + "description": "Toolkit for starting a PHP application locally, using the same config for PHP and Apache2/Nginx as on Heroku", + "keywords": ["heroku", "php", "apache", "apache2", "nginx"], + "homepage": "https://github.com/bellodox/php-buildpack", + "type": "library", + "license": "MIT", + "authors": [ + { + "name": "David Zuelke", + "email": "dz@heroku.com" + } + ], + "bin": [ + "bin/heroku-php-apache2", + "bin/heroku-php-nginx" + ] +} \ No newline at end of file