mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 19:53:14 +01:00
49d6cc0dfa
[Php 8.1 Dep] Update stringy vendor patches to update with #[\ReturnTypeWillChange] (#1370)
63 lines
2.5 KiB
JSON
63 lines
2.5 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": "^5.3|^6.0",
|
|
"symplify\/package-builder": "^10.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit\/phpunit": "^9.5"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"RectorPrefix20211203\\Symplify\\AutowireArrayParameter\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"RectorPrefix20211203\\Symplify\\AutowireArrayParameter\\Tests\\": "tests"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "10.0-dev"
|
|
}
|
|
},
|
|
"conflict": {
|
|
"symplify\/astral": "<10.0.0-beta15",
|
|
"symplify\/composer-json-manipulator": "<10.0.0-beta15",
|
|
"symplify\/easy-coding-standard": "<10.0.0-beta15",
|
|
"symplify\/phpstan-rules": "<10.0.0-beta15",
|
|
"symplify\/easy-testing": "<10.0.0-beta15",
|
|
"symplify\/rule-doc-generator-contracts": "<10.0.0-beta15",
|
|
"symplify\/symfony-php-config": "<10.0.0-beta15",
|
|
"symplify\/simple-php-doc-parser": "<10.0.0-beta15",
|
|
"symplify\/php-config-printer": "<10.0.0-beta15",
|
|
"symplify\/console-color-diff": "<10.0.0-beta15",
|
|
"symplify\/markdown-diff": "<10.0.0-beta15",
|
|
"symplify\/amnesia": "<10.0.0-beta15",
|
|
"symplify\/phpstan-extensions": "<10.0.0-beta15",
|
|
"symplify\/rule-doc-generator": "<10.0.0-beta15",
|
|
"symplify\/vendor-patches": "<10.0.0-beta15",
|
|
"symplify\/skipper": "<10.0.0-beta15",
|
|
"symplify\/smart-file-system": "<10.0.0-beta15",
|
|
"symplify\/symfony-static-dumper": "<10.0.0-beta15",
|
|
"symplify\/git-wrapper": "<10.0.0-beta15",
|
|
"symplify\/symplify-kernel": "<10.0.0-beta15",
|
|
"symplify\/monorepo-builder": "<10.0.0-beta15",
|
|
"symplify\/config-transformer": "<10.0.0-beta15",
|
|
"symplify\/easy-ci": "<10.0.0-beta15",
|
|
"symplify\/coding-standard": "<10.0.0-beta15",
|
|
"symplify\/twig-phpstan-compiler": "<10.0.0-beta15",
|
|
"symplify\/latte-phpstan-compiler": "<10.0.0-beta15",
|
|
"symplify\/template-phpstan-compiler": "<10.0.0-beta15",
|
|
"symplify\/phpstan-latte-rules": "<10.0.0-beta15",
|
|
"symplify\/phpstan-twig-rules": "<10.0.0-beta15",
|
|
"symplify\/easy-parallel": "<10.0.0-beta15"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
} |