Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update composer dev dependencies (#757)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [phpunit/phpunit](https://phpunit.de/) ([source](https://togithub.com/sebastianbergmann/phpunit)) | `11.3.0` -> `11.3.1` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/phpunit%2fphpunit/11.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/phpunit%2fphpunit/11.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/phpunit%2fphpunit/11.3.0/11.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpunit%2fphpunit/11.3.0/11.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [rector/rector](https://getrector.org) ([source](https://togithub.com/rectorphp/rector)) | `1.2.2` -> `1.2.3` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/rector%2frector/1.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/rector%2frector/1.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/rector%2frector/1.2.2/1.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/rector%2frector/1.2.2/1.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sebastianbergmann/phpunit (phpunit/phpunit)</summary> ### [`v11.3.1`](https://togithub.com/sebastianbergmann/phpunit/compare/11.3.0...11.3.1) [Compare Source](https://togithub.com/sebastianbergmann/phpunit/compare/11.3.0...11.3.1) </details> <details> <summary>rectorphp/rector (rector/rector)</summary> ### [`v1.2.3`](https://togithub.com/rectorphp/rector/releases/tag/1.2.3): Released Rector 1.2.3 [Compare Source](https://togithub.com/rectorphp/rector/compare/1.2.2...1.2.3) š## New Features 🥳 - Add withRealPathReporting() to allow real paths in output formatters ([#​6187](https://togithub.com/rectorphp/rector-src/pull/6187)), Thanks [@​llaville](https://togithub.com/llaville)! - Add known type casting to AnnotationToAttributeRector ([#​6217](https://togithub.com/rectorphp/rector-src/pull/6217)) <br><br> #### Bugfixes 🐛 - Only import docblock if import name enabled on PostFileProcessor ([#​6185](https://togithub.com/rectorphp/rector-src/pull/6185)) - fix issue [#​8755](https://togithub.com/rectorphp/rector/issues/8755) about wrong systemError location ([#​6184](https://togithub.com/rectorphp/rector-src/pull/6184)), Thanks [@​llaville](https://togithub.com/llaville)! - \[PostRector] Only register ClassRenamingPostRector when class data collector not empty ([#​6188](https://togithub.com/rectorphp/rector-src/pull/6188)) - \[Performance] \[PostRector] Avoid unnecessary traverse() to count total namespaces on NameImportingPostRector ([#​6191](https://togithub.com/rectorphp/rector-src/pull/6191)) - Support more assign cases in PropertyFetchAssignManipulator ([#​6192](https://togithub.com/rectorphp/rector-src/pull/6192)), Thanks [@​andersonamuller](https://togithub.com/andersonamuller)! - Use instanceof check ([#​6200](https://togithub.com/rectorphp/rector-src/pull/6200)) - Skip symfony response in ReturnTypeFromReturnNewRector ([#​6202](https://togithub.com/rectorphp/rector-src/pull/6202)) - Skip only response inside controller class ([#​6204](https://togithub.com/rectorphp/rector-src/pull/6204)) - Carbon use parse method ([#​6183](https://togithub.com/rectorphp/rector-src/pull/6183)), Thanks [@​florisbosch](https://togithub.com/florisbosch)! - \[Php54] No need reprint when array is just created on LongArrayToShortArrayRector ([#​6206](https://togithub.com/rectorphp/rector-src/pull/6206)) - \[TypeDeclaration] Handle crash on nullable intersection on ClosureReturnTypeRector ([#​6213](https://togithub.com/rectorphp/rector-src/pull/6213)) - Merge only if one item follow next to avoid skipping a type in MultiExceptionCatchRector ([#​6216](https://togithub.com/rectorphp/rector-src/pull/6216)) - \[Php71] Allow multiple same catches on MultiExceptionCatchRector ([#​6218](https://togithub.com/rectorphp/rector-src/pull/6218)) - \[CodeQuality] Skip Generator on SimplifyForeachToCoalescingRector ([#​6221](https://togithub.com/rectorphp/rector-src/pull/6221)) - \[CodeQuality] Ensure check native array type on Foreach\* rules ([#​6222](https://togithub.com/rectorphp/rector-src/pull/6222)) - \[TypeDeclaration] Skip isset and empty with index on param variable on StrictArrayParamDimFetchRector ([#​6227](https://togithub.com/rectorphp/rector-src/pull/6227)) - \[TypeDeclaration] Skip mixed in union on ClosureReturnTypeRector ([#​6228](https://togithub.com/rectorphp/rector-src/pull/6228)) <br><br> #### Removed 💀 - Remove SimplifyUselessVariableRector from code quality level ([#​6201](https://togithub.com/rectorphp/rector-src/pull/6201)), Thanks [@​Harfusha](https://togithub.com/Harfusha)! *** #### rectorphp/rector-symfony - Add the Symfony 7.0 set to SymfonySetList.php ([#​659](https://togithub.com/rectorphp/rector-symfony/pull/659)), Thanks [@​pbowyer](https://togithub.com/pbowyer) - add ContainerGetNameToTypeInTestsRector to symfony-constructor-injection set ([#​656](https://togithub.com/rectorphp/rector-symfony/pull/656)) - \[Config] Add ParameterBagToAutowireAttributeRector ([#​654](https://togithub.com/rectorphp/rector-symfony/pull/654)) - add void fixture ([#​653](https://togithub.com/rectorphp/rector-symfony/pull/653)) - \[CodeQuality] Remove no returns check on ResponseReturnTypeControllerActionRector ([#​652](https://togithub.com/rectorphp/rector-symfony/pull/652)) - Add new Response() support to ResponseReturnTypeControllerActionRector ([#​651](https://togithub.com/rectorphp/rector-symfony/pull/651)) - \[Configs] Add MergeServiceNameTypeRector ([#​650](https://togithub.com/rectorphp/rector-symfony/pull/650)) - Deprecate ServicesSetNameToSetTypeRector as it creates invalid code ([#​649](https://togithub.com/rectorphp/rector-symfony/pull/649)) <br> #### rectorphp/rector-doctrine - Add ODM support to TypedPropertyFromToManyRelationTypeRector ([#​335](https://togithub.com/rectorphp/rector-doctrine/pull/335)) - Add next fixture ([#​334](https://togithub.com/rectorphp/rector-doctrine/pull/334)) - Include ODM in description ([#​333](https://togithub.com/rectorphp/rector-doctrine/pull/333)) - Add TYPED_COLLECTIONS set, to have rules deadling with collections together ([#​332](https://togithub.com/rectorphp/rector-doctrine/pull/332)) - Merge AddReturnDocBlockToCollectionPropertyGetterByToManyAttributeRector to single rule ([#​331](https://togithub.com/rectorphp/rector-doctrine/pull/331)) - Add odm support to AddReturnDocBlockToCollectionPropertyGetterByToManyAnnotationRector ([#​330](https://togithub.com/rectorphp/rector-doctrine/pull/330)) - Add ODM support to ExplicitRelationCollectionRector ([#​329](https://togithub.com/rectorphp/rector-doctrine/pull/329)) <br> #### rectorphp/rector-phpunit - \[PHPUnit100] Skip First class callable on RemoveSetMethodsMethodCallRector ([#​352](https://togithub.com/rectorphp/rector-phpunit/pull/352)) - Add magic methods mocking to RemoveSetMethodsMethodCallRector ([#​351](https://togithub.com/rectorphp/rector-phpunit/pull/351)) - \[CodeQuality] SetUpBeforeClassToSetUpRector ([#​350](https://togithub.com/rectorphp/rector-phpunit/pull/350)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/Lendable/aggregate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information