mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Bumps [silex/silex](https://github.com/silexphp/Silex) from 1.2.3 to 2.2.4. - [Release notes](https://github.com/silexphp/Silex/releases) - [Changelog](https://github.com/silexphp/Silex/blob/master/doc/changelog.rst) - [Commits](https://github.com/silexphp/Silex/compare/v1.2.3...v2.2.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
14 lines
260 B
JSON
14 lines
260 B
JSON
{
|
|
"description": "a test php app for dokku",
|
|
"name": "test-php-app/0.1",
|
|
"require": {
|
|
"monolog/monolog": "~1.7",
|
|
"php": ">=5.5.9",
|
|
"silex/silex": "~2.2"
|
|
},
|
|
"require-dev": {
|
|
"heroku/heroku-buildpack-php": "*"
|
|
},
|
|
"license": "MIT"
|
|
}
|