mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 13:28:18 +01:00
bump symplify 8.3.33
This commit is contained in:
parent
c05e43defa
commit
2635f174c9
@ -31,13 +31,13 @@
|
||||
"symfony/dependency-injection": "^4.4.8|^5.1",
|
||||
"symfony/finder": "^4.4.8|^5.1",
|
||||
"symfony/process": "^4.4.8|^5.1",
|
||||
"symplify/autowire-array-parameter": "^8.3.29",
|
||||
"symplify/console-color-diff": "^8.3.29",
|
||||
"symplify/easy-testing": "^8.3.29",
|
||||
"symplify/composer-json-manipulator": "^8.3.29",
|
||||
"symplify/package-builder": "^8.3.29",
|
||||
"symplify/set-config-resolver": "^8.3.29",
|
||||
"symplify/smart-file-system": "^8.3.29",
|
||||
"symplify/autowire-array-parameter": "^8.3.33",
|
||||
"symplify/console-color-diff": "^8.3.33",
|
||||
"symplify/easy-testing": "^8.3.33",
|
||||
"symplify/composer-json-manipulator": "^8.3.33",
|
||||
"symplify/package-builder": "^8.3.33",
|
||||
"symplify/set-config-resolver": "^8.3.33",
|
||||
"symplify/smart-file-system": "^8.3.33",
|
||||
"webmozart/assert": "^1.8"
|
||||
},
|
||||
"require-dev": {
|
||||
@ -50,11 +50,11 @@
|
||||
"php-parallel-lint/php-parallel-lint": "^1.2",
|
||||
"phpunit/phpunit": "^8.5|^9.2",
|
||||
"psr/event-dispatcher": "^1.0",
|
||||
"symplify/changelog-linker": "^8.3.29",
|
||||
"symplify/easy-coding-standard": "^8.3.29",
|
||||
"symplify/easy-testing": "^8.3.29",
|
||||
"symplify/monorepo-builder": "^8.3.29",
|
||||
"symplify/phpstan-extensions": "^8.3.29",
|
||||
"symplify/changelog-linker": "^8.3.33",
|
||||
"symplify/easy-coding-standard": "^8.3.33",
|
||||
"symplify/easy-testing": "^8.3.33",
|
||||
"symplify/monorepo-builder": "^8.3.33",
|
||||
"symplify/phpstan-extensions": "^8.3.33",
|
||||
"tracy/tracy": "^2.7",
|
||||
"thecodingmachine/phpstan-strict-rules": "^0.12"
|
||||
},
|
||||
|
@ -17,5 +17,6 @@ return static function (ContainerConfigurator $containerConfigurator): void {
|
||||
$parameters = $containerConfigurator->parameters();
|
||||
$parameters->set(Option::DIRECTORIES_TO_REPOSITORIES, [
|
||||
__DIR__ . '/packages/symfony-php-config' => 'git@github.com:rectorphp/symfony-php-config.git',
|
||||
// __DIR__ . '/packages/symfony-php-config' => 'git@github.com:rectorphp/symfony-php-config.git',
|
||||
]);
|
||||
};
|
||||
|
@ -13,7 +13,7 @@
|
||||
"php": "^7.2.4|^8.0",
|
||||
"symfony/dependency-injection": "^4.4.8|^5.1",
|
||||
"symfony/http-kernel": "^4.4.8|^5.0.6",
|
||||
"symplify/package-builder": "^8.3.29"
|
||||
"symplify/package-builder": "^8.3.33"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^8.5|^9.2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user