mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
This avoids errors in deploying the test app. Composer recently updated to require this for all projects (which appears to be a bug).
12 lines
214 B
JSON
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": "*"
|
|
}
|
|
}
|