Files
automatic-releases/composer.json
2020-08-01 13:55:18 +00:00

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"
}
}
}