mirror of
https://github.com/doctrine/automatic-releases.git
synced 2026-03-23 22:32:12 +01:00
Bumps [php-http/discovery](https://github.com/php-http/discovery) from 1.7.4 to 1.9.1. - [Release notes](https://github.com/php-http/discovery/releases) - [Changelog](https://github.com/php-http/discovery/blob/master/CHANGELOG.md) - [Commits](https://github.com/php-http/discovery/compare/1.7.4...1.9.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
{
|
|
"name": "doctrine/automatic-releases",
|
|
"type": "project",
|
|
"description": "Application that eases release management in the Doctrine organisation through GitHub hooks",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\AutomaticReleases\\": "src"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "^7.3",
|
|
"beberlei/assert": "^3.2",
|
|
"jwage/changelog-generator": "^1.2",
|
|
"php-http/curl-client": "^2.1",
|
|
"php-http/discovery": "^1.9",
|
|
"php-http/httplug": "^2.2",
|
|
"psr/http-client": "^1.0",
|
|
"psr/http-message": "^1.0",
|
|
"symfony/process": "^5.1",
|
|
"thecodingmachine/safe": "^0.1.16",
|
|
"zendframework/zend-diactoros": "^2.2",
|
|
"ext-tideways": "@stable"
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Doctrine\\AutomaticReleases\\Test\\Unit\\": "test/unit"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^6.0",
|
|
"infection/infection": "^0.15.2",
|
|
"phpstan/phpstan": "^0.11.19",
|
|
"phpstan/phpstan-beberlei-assert": "^0.11.0",
|
|
"phpstan/phpstan-phpunit": "^0.11.0",
|
|
"phpstan/phpstan-strict-rules": "^0.11.0",
|
|
"phpunit/phpunit": "^8.5",
|
|
"psalm/plugin-phpunit": "^0.10.1",
|
|
"roave/no-leaks": "^1.1",
|
|
"squizlabs/php_codesniffer": "^3.5",
|
|
"thecodingmachine/phpstan-safe-rule": "^0.1.3",
|
|
"vimeo/psalm": "^3.10"
|
|
},
|
|
"config": {
|
|
"sort-packages": true,
|
|
"platform": {
|
|
"php": "7.3.4",
|
|
"ext-tideways": "1.0.0"
|
|
}
|
|
}
|
|
}
|