composer (master)(deps-dev): bump the development-dependencies group with 8 updates - #924
Merged
mimmi20 merged 1 commit intoJul 24, 2026
Conversation
…with 8 updates Updates the requirements on [infection/infection](https://github.com/infection/infection), [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard), [nikic/php-parser](https://github.com/nikic/PHP-Parser), [phpstan/phpstan](https://github.com/phpstan/phpstan-phar-composer-source), [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit), [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit), [rector/rector](https://github.com/rectorphp/rector) and [tomasvotruba/unused-public](https://github.com/TomasVotruba/unused-public) to permit the latest version. Updates `infection/infection` to 0.34.0 - [Release notes](https://github.com/infection/infection/releases) - [Changelog](https://github.com/infection/infection/blob/master/CHANGELOG.md) - [Commits](infection/infection@0.33.2...0.34.0) Updates `mimmi20/coding-standard` to 8.0.12 - [Release notes](https://github.com/mimmi20/coding-standard/releases) - [Commits](mimmi20/coding-standard@8.0.5...8.0.12) Updates `nikic/php-parser` to 5.8.0 - [Release notes](https://github.com/nikic/PHP-Parser/releases) - [Changelog](https://github.com/nikic/PHP-Parser/blob/master/CHANGELOG.md) - [Commits](nikic/PHP-Parser@v5.7.0...v5.8.0) Updates `phpstan/phpstan` to 2.2.5 - [Commits](https://github.com/phpstan/phpstan-phar-composer-source/commits) Updates `phpstan/phpstan-phpunit` to 2.0.18 - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](phpstan/phpstan-phpunit@2.0.16...2.0.18) Updates `phpunit/phpunit` to 13.2.4 - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/13.2.4/ChangeLog-13.2.md) - [Commits](sebastianbergmann/phpunit@13.1.10...13.2.4) Updates `rector/rector` to 2.5.7 - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](rectorphp/rector@2.4.5...2.5.7) Updates `tomasvotruba/unused-public` to 2.2.1 - [Commits](TomasVotruba/unused-public@2.2.0...2.2.1) --- updated-dependencies: - dependency-name: infection/infection dependency-version: 0.34.0 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: mimmi20/coding-standard dependency-version: 8.0.12 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: nikic/php-parser dependency-version: 5.8.0 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: phpstan/phpstan dependency-version: 2.2.5 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: phpstan/phpstan-phpunit dependency-version: 2.0.18 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: phpunit/phpunit dependency-version: 13.2.4 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: rector/rector dependency-version: 2.5.7 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: tomasvotruba/unused-public dependency-version: 2.2.1 dependency-type: direct:development dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
mimmi20
approved these changes
Jul 24, 2026
mimmi20
deleted the
dependabot/composer/development-dependencies-ed4c7358c3
branch
July 24, 2026 19:28
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.
Updates the requirements on infection/infection, mimmi20/coding-standard, nikic/php-parser, phpstan/phpstan, phpstan/phpstan-phpunit, phpunit/phpunit, rector/rector and tomasvotruba/unused-public to permit the latest version.
Updates
infection/infectionto 0.34.0Release notes
Sourced from infection/infection's releases.
Commits
373c2abAllow skippingruncommand with positional args (#3285)d8b56fcAdd support for positional arguments forconfig:list-sourcescommand (#3307)2960c35Deprecate--filteroptions in favor of new positional arguments for filteri...0efff96Support positional arguments to mimic--filterand `--test-framewor-extra-a...cd433d3refactor(autoreview): Refine autoreview I/O detection for source classes (#3286)371d88drefactor(autoreview): Move the PHPUnit related code from IoCodeDetector to th...a6fd990refactor(autoreview): Minor variable and method renames (#3305)f75942dfeat: Add our own local unified diff output builder (#3300)9031987docs: Improve the description of the Differ service (#3304)af20b6bSupport sebastian/diff: 9 (#3298)Updates
mimmi20/coding-standardto 8.0.12Commits
a23a0e7Merge pull request #1049 from mimmi20/dependabot/composer/friendsofphp/php-cs...5daf107composer (master)(deps): update friendsofphp/php-cs-fixer requirement00ed247Merge pull request #1048 from mimmi20/dependabot/composer/development-depende...e68896fcomposer (master)(deps-dev): update rector/rector requirement6d1ced4Merge pull request #1047 from mimmi20/dependabot/composer/development-depende...7091540composer (master)(deps-dev): bump the development-dependencies group with 3 u...6de7894Merge pull request #1046 from mimmi20/dependabot/composer/development-depende...9ee6e21composer (master)(deps-dev): update phpstan/phpstan requirementfc29f17Merge pull request #1045 from mimmi20/dependabot/composer/slevomat/coding-sta...3848456composer (master)(deps): update slevomat/coding-standard requirementUpdates
nikic/php-parserto 5.8.0Release notes
Sourced from nikic/php-parser's releases.
Changelog
Sourced from nikic/php-parser's changelog.
... (truncated)
Commits
044a6a3Release PHP-Parser 5.8.0ca145acTry to fix tests on older versionsc81a0afTest PHP 8.6 in CIb82d4c2Handle comment after object operator49429efIntegration test against PHP 8.59c3fe25Drop support for pipe operator in constant expression evaluator2e66ec3Fix PHPStan build on latest release (#1148)b560dbaAdd missing label characters in PrettyPrinterAbstract::$labelCharMap (#1150)50f0d9cRestore FnTokenEmulator (#1141)0512478Prevent void param type (#1142)Updates
phpstan/phpstanto 2.2.5Commits
Updates
phpstan/phpstan-phpunitto 2.0.18Release notes
Sourced from phpstan/phpstan-phpunit's releases.
Commits
f5dc20fFix#[RequiresPhpunit]version requirement being evaluated against PHP vers...1e573d3AttributeVersionRequirementHelper: add defaults to bool parameters (#312)c2f9775Update actions/cache action to v6 (#311)933f682Update actions/cache action to v5.1.0 (#310)8ec191fCheck#[RequiresPhpunit]in the same way we check#[RequiresPhp](#308)d138088Implement ClassAttributeRequiresPhpVersionRule (#305)caada62Update github-actions to v7 (#307)611a216Update github-actions to v3.0.1 (#306)2312495Extract AttributeVersionRequirementHelper (#304)952d0eeWarn about incomplete versions in#[RequiresPhp](#303)Updates
phpunit/phpunitto 13.2.4Release notes
Sourced from phpunit/phpunit's releases.
Changelog
Sourced from phpunit/phpunit's changelog.
... (truncated)
Commits
8f5180fPrepare release6b667a5Closes #68181d90b39Closes #68174f2ca2cUpdate dependenciesd76d0e2Prepare releaseeca8792Merge branch '12.5' into 13.20608d15Prepare releaseca03a71Merge branch '11.5' into 12.55f83edfPrepare release2f3b5e4Merge branch '10.5' into 11.5Updates
rector/rectorto 2.5.7Release notes
Sourced from rector/rector's releases.
... (truncated)
Commits
ba22f8cRector 2.5.71109537Updated Rector to commit 653ec233fa55057fb11a6c133ed5c8d57dec9ff2e363554Updated Rector to commit 3c481b689cd746323dfad98782cd7939f28035e4fb62051Updated Rector to commit 3c481b689cd746323dfad98782cd7939f28035e4561c81cUpdated Rector to commit 51d61737c5fbaed10c5f711bbc8074720452417e9f3ea3aUpdated Rector to commit e713102f40682bc65311d3a50e5490e6acc452f378b5c28Updated Rector to commit 306b852af3e4d0045034a6865bffe311ccdf38c94bb232cUpdated Rector to commit 0e269a0d17470ec8331efb518efcfd5fa6e7162deab289bUpdated Rector to commit cc1a748e25adb989f2cf42f0329792810d79d2164ebe4bcUpdated Rector to commit ed944a11e6e3a83bac0f9e1f4a413bcc7153fca7Updates
tomasvotruba/unused-publicto 2.2.1Commits
00ddca4release PHP 7.4 downgraded22128e6Update dependencies (phpunit 13, rector/jack 1) and fix CI (#157)1be9659no ansicf2154d8fix CI: PHPStan errors after dep/PHP 8.3 bumpYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions