mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-23 11:14:38 +01:00
e6e5895517
[Naming] Skip used in arrow function args on RenameVariableToMatchMethodCallReturnTypeRector (#2599)
59 lines
1.9 KiB
JSON
59 lines
1.9 KiB
JSON
{
|
|
"name": "symplify\/easy-parallel",
|
|
"description": "Helper package for easier CLI project parallelization",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=8.0",
|
|
"clue\/ndjson-react": "^1.2",
|
|
"react\/child-process": "^0.6.4",
|
|
"react\/event-loop": "^1.3",
|
|
"react\/socket": "^1.11",
|
|
"symfony\/console": "^6.0",
|
|
"symplify\/package-builder": "^11.0.6"
|
|
},
|
|
"require-dev": {
|
|
"phpunit\/phpunit": "^9.5"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"RectorPrefix202207\\Symplify\\EasyParallel\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"RectorPrefix202207\\Symplify\\EasyParallel\\Tests\\": "tests"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "11.1-dev"
|
|
}
|
|
},
|
|
"config": {
|
|
"platform-check": false
|
|
},
|
|
"conflict": {
|
|
"symplify\/astral": "<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\/autowire-array-parameter": "<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\/symfony-static-dumper": "<11.0.6",
|
|
"symplify\/config-transformer": "<11.0.6",
|
|
"symplify\/easy-ci": "<11.0.6",
|
|
"symplify\/coding-standard": "<11.0.6",
|
|
"symplify\/composer-json-manipulator": "<11.0.6",
|
|
"symplify\/smart-file-system": "<11.0.6",
|
|
"symplify\/monorepo-builder": "<11.0.6",
|
|
"symplify\/symplify-kernel": "<11.0.6",
|
|
"symplify\/neon-config-dumper": "<11.0.6"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
} |