Files
dokku/tests/apps/php/composer.json

14 lines
260 B
JSON
Raw Normal View History

2014-12-16 16:42:29 -08:00
{
"description": "a test php app for dokku",
"name": "test-php-app/0.1",
2014-12-16 16:42:29 -08:00
"require": {
"monolog/monolog": "~1.7",
"php": ">=5.5.9",
2014-12-16 16:42:29 -08:00
"silex/silex": "~1.1"
},
"require-dev": {
"heroku/heroku-buildpack-php": "*"
},
"license": "MIT"
2014-12-16 16:42:29 -08:00
}