mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 03:35:01 +01:00
e6e5895517
[Naming] Skip used in arrow function args on RenameVariableToMatchMethodCallReturnTypeRector (#2599)
53 lines
1.8 KiB
JSON
53 lines
1.8 KiB
JSON
{
|
|
"name": "symplify\/autowire-array-parameter",
|
|
"description": "Autowire array parameters for your Symfony applications",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=8.0",
|
|
"nette\/utils": "^3.2",
|
|
"symfony\/dependency-injection": "^6.0",
|
|
"symplify\/package-builder": "^11.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit\/phpunit": "^9.5"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"RectorPrefix202207\\Symplify\\AutowireArrayParameter\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"RectorPrefix202207\\Symplify\\AutowireArrayParameter\\Tests\\": "tests"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "11.1-dev"
|
|
}
|
|
},
|
|
"conflict": {
|
|
"symplify\/astral": "<11.0.6",
|
|
"symplify\/composer-json-manipulator": "<11.0.6",
|
|
"symplify\/easy-coding-standard": "<11.0.6",
|
|
"symplify\/phpstan-rules": "<11.0.6",
|
|
"symplify\/easy-testing": "<11.0.6",
|
|
"symplify\/rule-doc-generator-contracts": "<11.0.6",
|
|
"symplify\/php-config-printer": "<11.0.6",
|
|
"symplify\/phpstan-extensions": "<11.0.6",
|
|
"symplify\/rule-doc-generator": "<11.0.6",
|
|
"symplify\/vendor-patches": "<11.0.6",
|
|
"symplify\/skipper": "<11.0.6",
|
|
"symplify\/smart-file-system": "<11.0.6",
|
|
"symplify\/symfony-static-dumper": "<11.0.6",
|
|
"symplify\/symplify-kernel": "<11.0.6",
|
|
"symplify\/monorepo-builder": "<11.0.6",
|
|
"symplify\/config-transformer": "<11.0.6",
|
|
"symplify\/easy-ci": "<11.0.6",
|
|
"symplify\/coding-standard": "<11.0.6",
|
|
"symplify\/easy-parallel": "<11.0.6",
|
|
"symplify\/neon-config-dumper": "<11.0.6"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
} |