mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-13 12:33:52 +01:00
ff1ad31d6a
[PHP 7.2] Refactor DowngradeParameterTypeWideningRector to class method (#380)
54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"name": "symfony\/event-dispatcher",
|
|
"type": "library",
|
|
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
|
|
"keywords": [],
|
|
"homepage": "https:\/\/symfony.com",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https:\/\/symfony.com\/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony\/deprecation-contracts": "^2.1",
|
|
"symfony\/event-dispatcher-contracts": "^2",
|
|
"symfony\/polyfill-php80": "^1.15"
|
|
},
|
|
"require-dev": {
|
|
"symfony\/dependency-injection": "^4.4|^5.0",
|
|
"symfony\/expression-language": "^4.4|^5.0",
|
|
"symfony\/config": "^4.4|^5.0",
|
|
"symfony\/error-handler": "^4.4|^5.0",
|
|
"symfony\/http-foundation": "^4.4|^5.0",
|
|
"symfony\/service-contracts": "^1.1|^2",
|
|
"symfony\/stopwatch": "^4.4|^5.0",
|
|
"psr\/log": "~1.0"
|
|
},
|
|
"conflict": {
|
|
"symfony\/dependency-injection": "<4.4"
|
|
},
|
|
"provide": {
|
|
"psr\/event-dispatcher-implementation": "1.0",
|
|
"symfony\/event-dispatcher-implementation": "2.0"
|
|
},
|
|
"suggest": {
|
|
"symfony\/dependency-injection": "",
|
|
"symfony\/http-kernel": ""
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"RectorPrefix20210705\\Symfony\\Component\\EventDispatcher\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"\/Tests\/"
|
|
]
|
|
},
|
|
"minimum-stability": "dev"
|
|
} |