mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Merge pull request #940 from progrium/mh-valid-composer-json
use valid composer json with specified php runtime
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
1194
tests/apps/php/composer.lock
generated
1194
tests/apps/php/composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user