use valid composer json with specified php runtime

This commit is contained in:
Michael Hobbs
2015-02-03 08:57:44 -08:00
parent 2dad1afa57
commit bf7b44f215
2 changed files with 606 additions and 594 deletions

View File

@@ -1,11 +1,13 @@
{
"name": "test-php-app",
"description": "a test php app for dokku",
"name": "test-php-app/0.1",
"require": {
"monolog/monolog": "~1.7",
"php": ">=5.5.9",
"silex/silex": "~1.1"
},
"require-dev": {
"heroku/heroku-buildpack-php": "*"
}
},
"license": "MIT"
}

File diff suppressed because it is too large Load Diff