chore(deps): update composer dev tooling dependencies#14
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/composer-dev-tooling
branch
2 times, most recently
from
January 20, 2026 15:51
c597fd9 to
d44bbb2
Compare
renovate
Bot
force-pushed
the
renovate/composer-dev-tooling
branch
4 times, most recently
from
January 30, 2026 18:00
27c9884 to
d840a00
Compare
renovate
Bot
force-pushed
the
renovate/composer-dev-tooling
branch
2 times, most recently
from
February 5, 2026 00:24
c6d6c59 to
fc3a97f
Compare
renovate
Bot
force-pushed
the
renovate/composer-dev-tooling
branch
from
February 13, 2026 15:13
fc3a97f to
fcc9c1c
Compare
renovate
Bot
force-pushed
the
renovate/composer-dev-tooling
branch
4 times, most recently
from
February 27, 2026 19:35
c093eee to
f54cbcd
Compare
renovate
Bot
force-pushed
the
renovate/composer-dev-tooling
branch
from
March 1, 2026 11:01
f54cbcd to
671e8f3
Compare
renovate
Bot
force-pushed
the
renovate/composer-dev-tooling
branch
2 times, most recently
from
March 27, 2026 03:40
1e0bdbe to
cc59b28
Compare
renovate
Bot
force-pushed
the
renovate/composer-dev-tooling
branch
from
March 30, 2026 19:50
cc59b28 to
4e20158
Compare
renovate
Bot
force-pushed
the
renovate/composer-dev-tooling
branch
2 times, most recently
from
April 15, 2026 17:41
e12dd19 to
c4fa2ac
Compare
renovate
Bot
force-pushed
the
renovate/composer-dev-tooling
branch
3 times, most recently
from
April 23, 2026 19:02
c5ead56 to
07bb76f
Compare
renovate
Bot
force-pushed
the
renovate/composer-dev-tooling
branch
2 times, most recently
from
April 28, 2026 00:18
9318ce6 to
46f7bda
Compare
renovate
Bot
force-pushed
the
renovate/composer-dev-tooling
branch
3 times, most recently
from
May 22, 2026 14:35
cc9c99d to
66f2c93
Compare
renovate
Bot
force-pushed
the
renovate/composer-dev-tooling
branch
2 times, most recently
from
June 3, 2026 00:43
e3e047e to
33c2004
Compare
renovate
Bot
force-pushed
the
renovate/composer-dev-tooling
branch
2 times, most recently
from
June 10, 2026 18:40
c4aadcd to
fce77be
Compare
renovate
Bot
force-pushed
the
renovate/composer-dev-tooling
branch
4 times, most recently
from
June 23, 2026 16:47
cba5405 to
92c8542
Compare
renovate
Bot
force-pushed
the
renovate/composer-dev-tooling
branch
5 times, most recently
from
June 29, 2026 12:38
970c966 to
150c96d
Compare
renovate
Bot
force-pushed
the
renovate/composer-dev-tooling
branch
from
July 2, 2026 19:26
150c96d to
7778c06
Compare
renovate
Bot
force-pushed
the
renovate/composer-dev-tooling
branch
3 times, most recently
from
July 14, 2026 18:44
aa7f8f2 to
6a5dc17
Compare
renovate
Bot
force-pushed
the
renovate/composer-dev-tooling
branch
from
July 16, 2026 19:04
6a5dc17 to
b8a8f93
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.3→^1.4.0^3.92→^3.95.12^2.3→^2.5.5Release Notes
Lendable/composer-license-checker (lendable/composer-license-checker)
v1.4.0Compare Source
Features
Fixes / Maintenance
PHP-CS-Fixer/shim (php-cs-fixer/shim)
v3.95.12Compare Source
v3.95.11Compare Source
v3.95.10Compare Source
v3.95.9Compare Source
v3.95.8Compare Source
v3.95.7Compare Source
v3.95.6Compare Source
v3.95.5Compare Source
v3.95.4Compare Source
v3.95.3Compare Source
v3.95.2Compare Source
v3.95.1Compare Source
v3.95.0Compare Source
v3.94.2Compare Source
v3.94.1Compare Source
v3.94.0Compare Source
v3.93.1Compare Source
v3.93.0Compare Source
rectorphp/rector (rector/rector)
v2.5.5: Released Rector 2.5.5Compare Source
New Features 🥳
AlternativeIfToBracketRector(#8158)Bugfixes 🐛
AddClosureParamTypeForArrayMapRectorto type closure params from array values, not keys (#8163)v2.5.4: Released Rector 2.5.4Compare Source
New Features 🥳
Bugfixes 🐛
v2.5.3: Released Rector 2.5.3Compare Source
New Features 🥳
withTypeGuardedClasses()Are you an open-source project or package used by others? Do you want to make type changes, but keep BC?
Guard the listed classes and their non-final descendants against method signature changes - e.g. adding a return type or a param type — that would break child classes (#8135)
New Rules 🎉
NegatedAndsToPositiveOrsRector(CodeQuality) — simplify a negated "and" to "or" via de Morgan (#8082)
ExplicitAttributeNamedArgsRector(CodeQuality) — positional attribute args → named args (#8079), Thanks @DaveLiddament!
SwitchTrueToMatchRector(CodeQuality) —
switch (true)of returning cases →match (true), replaces deprecatedSwitchTrueToIfRector(#8113)RemoveDuplicatedReturnSelfDocblockRector(DeadCode) — drop
@returnduplicating native self/static (#8087)final class SomeClass { - /** - * @​return $this - */ public function some(): self { return $this; } }RemoveMixedDocblockOverruledByNativeTypeRector(DeadCode) — drop
@param mixed/@return mixedoverruled by native type (#8089)RemoveUselessUnionReturnDocblockRector(DeadCode) — drop
@returnunion broader than a specific native type (#8126)ClosureReturnTypeFromAssertInstanceOfRector(TypeDeclaration) — add closure return type narrowed by
assertInstanceOf()(#8115)TypedPropertyFromContainerGetSetUpRector(TypeDeclaration) — type property from
@varwhen assigned via containerget()insetUp()(#8120)TypedPropertyFromGetRepositorySetUpRector(TypeDeclaration) — same, for
getRepository()assignment insetUp()(#8124)protected function setUp(): void
{
$this->someEntityRepository = $this->em->getRepository(SomeEntity::class);
}
NarrowBoolDocblockReturnTypeRector(TypeDeclaration) — narrow
@return booltofalse/trueper native type (#8127)NarrowArrayCollectionUnionReturnDocblockRector(TypeDeclarationDocblocks) —
Type[]|ArrayCollection→ genericArrayCollection<int, Type>(#8136)AddClosureParamTypeFromVariableCallRector(TypeDeclaration) — add closure param type from how the closure variable is called (#8142)
rectorphp/rector-symfony 🎵
EventSubscriberMethodReturnVoidRector(CodeQuality) — subscribed event methods must return
void(event is by-reference) (#949)rectorphp/rector-phpunit 🟢
PHPUnit 12 cluster — typing
createMock()/createStub()properties as intersections after theMockObject→Stubsplit.ChangeMockObjectReturnUnionToIntersectionRector(CodeQuality) — MockObject
@returnunion → intersection (#703)AddIntersectionVarToMockObjectPropertyRector(CodeQuality) — add MockObject intersection
@varto a native MockObject property (#697)AddStubIntersectionVarToStubPropertyRector(CodeQuality) — add Stub intersection
@varto a native Stub property (#700)MockObjectVarToStubRector(PHPUnit120) — on a property retyped to Stub, update
@varfrom MockObject to Stub (#689)BareVarToStubIntersectionRector(PHPUnit120) — add
&Stubto a bare single-class@varof a Stub property (#690)PreferTestsWithCamelCaseRector(CodeQuality) — rename PHPUnit test methods to camelCase (#668), Thanks @Xammie!
PreferTestsWithSnakeCaseRector(CodeQuality) — rename PHPUnit test methods to snake_case, the opposite convention (#668), Thanks @Xammie!
Bugfixes 🐛
--only/--only-suffixruns now cache under a rule-scoped key (#8075), Thanks @SanderMuller!ParamTypeByMethodCallTypeRectorsplit into Object / Scalar / Array rules (#8134)Deprecations & Removals 💀
Migrate away - these will be removed in a future release:
SwitchTrueToIfRector→ use newSwitchTrueToMatchRector(#8109)StrictStringParamConcatRector— too many false positives (#8090)StaticClosureRector+StaticArrowFunctionRector(#8092)StaticCallOnNonStaticToInstanceCallRector— risky change (#8093)EnumCaseToPascalCaseRector— risky change (#8095)JoinStringConcatRector(#8107)RemoveTypedPropertyNonMockDocblockRector— no real value (#8119)rectorphp/rector-symfony
ParameterBagToAutowireAttributeRector(#954)AddRouteAnnotationRector(#952)rectorphp/rector-phpunit
BehatPHPUnitAssertToWebmozartRector— too narrow (#686)v2.5.2: Released Rector 2.5.2Compare Source
Bugfixes 🐛
class => [paths]skips being wrongly flagged as unused (#8073)class => [paths]map — richer per-path skip tracking backing the report (#8074)v2.5.1: Released Rector 2.5.1Compare Source
Bugfixes 🐛
RemoveAlwaysTrueIfConditionRector— avoid scanning whole new statements on dynamic variable checks; moved logic toExprAnalyzerand bail early on defined variables (#8057)v2.5.0: Released Rector 2.5Compare Source
New Features 🥳 🎉 🎉 🎉
This release has 3 interesting new features. Let's look at them:
[dx] Report skips that never matched (#8058)
What? - like PHPStan's
reportUnusedIgnores, but for Rector->withSkip(). Flags skip entries that never matched anything during the run, so you can delete stale skips.Why? - skips rot. You skip a path/rule to dodge a problem, later the file moves or the rule stops firing there — the skip lingers forever,
silently masking nothing. This surfaces dead skips so config stays honest.
Run output:
[dx] Removing unused imports by default (#8047)
You can update your
rector.phpconfig:In case it's not for you, turn it off:
[dx] Introducing Drupal composer-based sets (#8041), Thanks @bbrala!
If you're using Drupal Rector, you can now enable it's per-version sets via:
return RectorConfig::configure() + ->withComposerBased(drupal: true);To learn more about composer-based-sets, checkout the documentation.
New Rules 🎉
AddArrayAnyAllClosureParamTypeRectorandNarrowArrayAnyAllNullableParamTypeRector(#8049)MoveInnerFunctionToTopLevelRector(#8042)NewArrayItemConcatAssignToAssignRector(#8045)FixClassCaseSensitivityVarDocblockRector(#8046)AddParamTypeToRefactorMethodRectorif missing (#8061)Bugfixes 🐛
MoveInnerFunctionToTopLevelRector(#8044)--onlyruns caching files as unchanged, hiding pending changes from full runs (#8029), Thanks @SanderMuller!RemoveUnusedPrivateMethodRectorfor NeverType (#8050)rectorphp/rector-doctrine 🟠
v2.4.6: Released Rector 2.4.6Compare Source
New Features 🥳
Bugfixes 🐛
--autoload-file(#8034), Thanks @SanderMuller!rectorphp/rector-symfony 🎶
rectorphp/rector-phpunit 🟢
rectorphp/rector-downgrade-php ⬇️
v2.4.5: Released Rector 2.4.5Compare Source
New Features 🥳
Bugfixes 🐛
rectorphp/rector-symfony
rectorphp/rector-doctrine
rectorphp/rector-phpunit
rectorphp/rector-downgrade-php
v2.4.4: Released Rector 2.4.4Compare Source
New Features 🥳
Bugfixes 🐛
Removed 💀
rectorphp/rector-symfony
rectorphp/rector-downgrade-php
v2.4.3: Released Rector 2.4.3Compare Source
New Features 🥳
Bugfixes 🐛
ClassPropertyAssignToConstructorPromotionRectorwhen types do not match (#7972), Thanks @mspirkov!adb24d0)7805989)Removed 💀
2166603)rectorphp/rector-symfony
rectorphp/rector-phpunit
rectorphp/rector-downgrade-php
v2.4.2: Released Rector 2.4.2Compare Source
New Features 🥳
Bugfixes 🐛
rectorphp/rector-symfony 🎵
v2.4.1: Released Rector 2.4.1Compare Source
New Features 🥳
RemoveUselessTernaryRector(#7961)CoalesceToTernaryRector(#7960)--rules-summaryoption to display applied rules summary with count (#7874), Thanks @carlos-granados!#[Override]attribute to methods implementing interfaces (#7934), Thanks @hockdudu!Bugfixes 🐛
Deprecations 💀
NewInInitializerRectoras depends on context (#7913)v2.4.0: Released Rector 2.4.0Compare Source
New Features 🥳
SafeDeclareStrictTypesRectorto code quality set (#7935), Thanks @calebdw!Bugfixes 🐛
Removed 💀
rectorphp/rector-symfony 🎵
rectorphp/rector-doctrine 🟠
rectorphp/rector-phpunit 🟢
v2.3.9: Released Rector 2.3.9Compare Source
New Features 🥳
StrictInArrayRector(#7921)Bugfixes 🐛
rectorphp/rector-symfony 🎵
rectorphp/rector-doctrine 🟠
rectorphp/rector-phpunit 🟢
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.