Files
dokku/tests/apps/php/composer.json
Jose Diaz-Gonzalez 8abb9ec408 Add missing properties to the php composer.json
This avoids errors in deploying the test app. Composer recently updated to require this for all projects (which appears to be a bug).
2015-01-01 20:14:41 -05:00

12 lines
214 B
JSON

{
"name": "test-php-app",
"description": "a test php app for dokku",
"require": {
"monolog/monolog": "~1.7",
"silex/silex": "~1.1"
},
"require-dev": {
"heroku/heroku-buildpack-php": "*"
}
}