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).
This commit is contained in:
Jose Diaz-Gonzalez
2015-01-01 20:14:41 -05:00
parent 97734cc242
commit 8abb9ec408

View File

@@ -1,4 +1,6 @@
{
"name": "test-php-app",
"description": "a test php app for dokku",
"require": {
"monolog/monolog": "~1.7",
"silex/silex": "~1.1"