From 8abb9ec408b078f759a5d2012c295e16868c50fd Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 1 Jan 2015 20:14:41 -0500 Subject: [PATCH] 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). --- tests/apps/php/composer.json | 2 ++ 1 file changed, 2 insertions(+) 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"