Merge pull request #863 from progrium/fix-composer-app

Add missing properties to the php composer.json
This commit is contained in:
Jose Diaz-Gonzalez
2015-01-01 20:38:33 -05:00

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"