This commit is contained in:
Tomas Votruba 2022-03-04 10:52:50 +00:00
parent 978fd78253
commit c60362fd41

View File

@ -42,7 +42,7 @@ final class ChangePackageVersionComposerRector implements ComposerRectorInterfac
return new RuleDefinition('Change package version `composer.json`', [new ConfiguredCodeSample(
<<<'CODE_SAMPLE'
{
"require-dev": {
"require": {
"symfony/console": "^3.4"
}
}