diff --git a/tests/apps/php/composer.json b/tests/apps/php/composer.json index 70dbc81c3..8131a6deb 100644 --- a/tests/apps/php/composer.json +++ b/tests/apps/php/composer.json @@ -1,4 +1,6 @@ { + "name": "test-php-app", + "description": "a test php app for dokku", "require": { "monolog/monolog": "~1.7", "silex/silex": "~1.1"