Skip to content
This repository was archived by the owner on Aug 21, 2026. It is now read-only.

composer(deps-dev): bump the development-dependencies group with 4 updates - #259

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/composer/master/development-dependencies-b82fad8b04
Jul 19, 2025
Merged

composer(deps-dev): bump the development-dependencies group with 4 updates#259
github-actions[bot] merged 1 commit into
masterfrom
dependabot/composer/master/development-dependencies-b82fad8b04

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 19, 2025

Copy link
Copy Markdown
Contributor

Updates the requirements on mimmi20/coding-standard, phpstan/phpstan, rector/rector and symplify/phpstan-rules to permit the latest version.
Updates mimmi20/coding-standard to 6.1.5

Commits
  • e07f29a Merge pull request #755 from mimmi20/dependabot/composer/master/friendsofphp/...
  • ca4c2dd composer (master)(deps): update friendsofphp/php-cs-fixer requirement
  • c2b4888 Merge pull request #754 from mimmi20/dependabot/composer/master/friendsofphp/...
  • 524fc90 composer (master)(deps): update friendsofphp/php-cs-fixer requirement
  • 3efb311 Merge pull request #752 from mimmi20/dependabot/composer/master/rector/rector...
  • 1344d3f composer (master)(deps-dev): update rector/rector requirement
  • 7e5c6f8 Merge pull request #750 from mimmi20/dependabot/composer/master/friendsofphp/...
  • 1e34141 composer (master)(deps): update friendsofphp/php-cs-fixer requirement
  • See full diff in compare view

Updates phpstan/phpstan to 2.1.18

Release notes

Sourced from phpstan/phpstan's releases.

2.1.18

Bleeding edge 🔪

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more

Improvements 🔧

Bugfixes 🐛

... (truncated)

Commits
  • ee1f390 PHPStan 2.1.18
  • 5878035 Updated PHPStan to commit 5878035a0284d12982a562892ade0f4fa26fa24e
  • a758cf3 Updated PHPStan to commit a758cf3a6a15886c8fa87a7b96081cdb61100f14
  • 2fea15d Updated PHPStan to commit 2fea15de06eabfd75fa3afa899704a42e93e94f8
  • cdf4b4d Updated PHPStan to commit cdf4b4df4825935846e7a62f7ca9c28d9ea66d93
  • fcfb846 Playground: enable PhpdocCommentRule
  • c34a3e6 integration-tests: bump dead-code-detector
  • 695e718 Updated PHPStan to commit 695e718790d38b3d252815414126e01ef05f8875
  • b657d6c Updated PHPStan to commit b657d6c959b3b6c81ab43d188af8f4dd77ec89f5
  • 7e1387b Update errors identifiers
  • Additional commits viewable in compare view

Updates rector/rector to 2.1.2

Release notes

Sourced from rector/rector's releases.

Released Rector 2.1.2

Bugfixes 🐛

  • Rectify (#7058)
  • [Php82] Handle array dim fetch variable on VariableInStringInterpolationFixerRector (#7060)
  • [Php82] Ensure ArrayDimFetch var is Variable to transform {$ on VariableInStringInterpolationFixerRector (#7061)
  • Update LNumber and DNumber to Int_ and Float_ (#7062)
  • [DeadCode] Handle crash on empty content on SimplifyIfElseWithSameContentRector (#7063)
  • Fix return on SimplifyIfElseWithSameContentRector (#7064)
  • [CodeQuality] Skip when class has __isset() method on IssetOnPropertyObjectToPropertyExistsRector (#7067)
  • [ReplaceArgumentDefaultValueRector] handle multiple replace argument values (#9256) (#7068), Thanks @​JohJohan!

New Features 🥳

  • [Php56] Add parentheses on unary minus pow left on PowToExpRector (#7065)

Removed 💀

  • [removal] Remove RectorConfigBuilderRector as not maintained and broken (#7066)

rectorphp/rector-symfony

  • [SYMFONY 4.4] replace Link withRel and withoutRel argument values with constants (#821), Thanks @​JohJohan
  • [SYMFONY 5.1] replace Cookie withSameSite argument values with constants (#819), Thanks @​JohJohan
  • [SYMFONY 4.2] replace Cookie argument values with constants (#818), Thanks @​JohJohan
  • [SYMFONY 3.2] replace Cookie argument values with constants (#817), Thanks @​JohJohan
  • [SYMFONY 6.3] replace Link argument values with constants (#816), Thanks @​JohJohan
  • [Symfony73] Handle nested array on ConstraintOptionsToNamedArgumentsRector (#815)
  • [Symfony 74] Rename Application::add() to Application::addCommand() (#813), Thanks @​mttsch
  • [SYMFONY 4.4] replace Link argument values with constants (#812), Thanks @​JohJohan
  • [Symfony 74] Rename Application::add() to Application::addCommand() (#809), Thanks @​mttsch

rectorphp/rector-doctrine

  • Update deprecated ArrayItem, Lnumber to use under Node, and Int_ instead (#456)

rectorphp/rector-phpunit

  • Update to use ArrayItem under Node (#504)

... (truncated)

Commits
  • 40a7144 Rector 2.1.2
  • 64340d2 Updated Rector to commit 4cffd4fdf4592363226b3ff539280e9d0a89820d
  • 746ff66 Updated Rector to commit d18cb8a4202cf0e98aca24a398b460a916292098
  • 006ea48 Updated Rector to commit d18cb8a4202cf0e98aca24a398b460a916292098
  • 8dd7fbc Updated Rector to commit d18cb8a4202cf0e98aca24a398b460a916292098
  • b6aa269 Updated Rector to commit 49f655e24a60803f4da8b76a19b1b1ce1262995c
  • 80000e9 Updated Rector to commit 0821e872bc0293beba78aa18c6aae5d6dfe2e78d
  • 722a6eb Updated Rector to commit bb5778a0c72e87ee5f2ef918e5f5d6aba70f501c
  • a1799b5 Updated Rector to commit 2dd53cf186819ae3afcf4ea6f4981140ffe72a2e
  • 01ce3e5 Updated Rector to commit 2dd53cf186819ae3afcf4ea6f4981140ffe72a2e
  • Additional commits viewable in compare view

Updates symplify/phpstan-rules to 14.6.11

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

…dates

Updates the requirements on [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard), [phpstan/phpstan](https://github.com/phpstan/phpstan), [rector/rector](https://github.com/rectorphp/rector) and [symplify/phpstan-rules](https://github.com/symplify/phpstan-rules) to permit the latest version.

Updates `mimmi20/coding-standard` to 6.1.5
- [Release notes](https://github.com/mimmi20/coding-standard/releases)
- [Commits](mimmi20/coding-standard@6.1.4...6.1.5)

Updates `phpstan/phpstan` to 2.1.18
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@2.1.17...2.1.18)

Updates `rector/rector` to 2.1.2
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@2.1.1...2.1.2)

Updates `symplify/phpstan-rules` to 14.6.11
- [Release notes](https://github.com/symplify/phpstan-rules/releases)
- [Commits](symplify/phpstan-rules@14.6.9...14.6.11)

---
updated-dependencies:
- dependency-name: mimmi20/coding-standard
  dependency-version: 6.1.5
  dependency-type: direct:development
  dependency-group: development-dependencies
- dependency-name: phpstan/phpstan
  dependency-version: 2.1.18
  dependency-type: direct:development
  dependency-group: development-dependencies
- dependency-name: rector/rector
  dependency-version: 2.1.2
  dependency-type: direct:development
  dependency-group: development-dependencies
- dependency-name: symplify/phpstan-rules
  dependency-version: 14.6.11
  dependency-type: direct:development
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot requested a review from mimmi20 as a code owner July 19, 2025 02:51
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 19, 2025
@github-actions

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
composer/mimmi20/coding-standard >= 6.1.5, < 7.0.0 UnknownUnknown
composer/phpstan/phpstan >= 2.1.18, < 3.0.0 🟢 5.5
Details
CheckScoreReason
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow⚠️ -1no workflows found
Token-Permissions⚠️ -1No tokens found
Binary-Artifacts🟢 10no binaries found in the repo
Code-Review⚠️ 0Found 1/23 approved changesets -- score normalized to 0
Maintained🟢 1030 commit(s) and 18 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Vulnerabilities🟢 100 existing vulnerabilities detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases🟢 85 out of the last 5 releases have a total of 5 signed artifacts.
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Security-Policy🟢 10security policy file detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Pinned-Dependencies⚠️ -1no dependencies found
composer/rector/rector >= 2.1.2, < 3.0.0 🟢 4.8
Details
CheckScoreReason
Code-Review⚠️ 0Found 0/30 approved changesets -- score normalized to 0
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow⚠️ -1no workflows found
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions⚠️ -1No tokens found
Maintained🟢 1030 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10
Security-Policy⚠️ 0security policy file not detected
License🟢 10license file detected
Fuzzing⚠️ 0project is not fuzzed
SAST⚠️ 0no SAST tool detected
Binary-Artifacts🟢 9binaries present in source code
Pinned-Dependencies⚠️ -1no dependencies found
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Vulnerabilities🟢 100 existing vulnerabilities detected
composer/symplify/phpstan-rules >= 14.6.11, < 15.0.0 UnknownUnknown

Scanned Files

  • composer.json

@github-actions
github-actions Bot enabled auto-merge July 19, 2025 02:53
@codecov

codecov Bot commented Jul 19, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (dbe84d3) to head (a726b62).
Report is 3 commits behind head on master.

✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##              master      #259   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        23        23           
===========================================
  Files              4         4           
  Lines             82        82           
===========================================
  Hits              82        82           
Flag Coverage Δ
php-8.3 100.00% <ø> (ø)
phpunit 100.00% <ø> (ø)
ubuntu-latest 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@github-actions
github-actions Bot merged commit 1fd46b3 into master Jul 19, 2025
77 checks passed
@github-actions
github-actions Bot deleted the dependabot/composer/master/development-dependencies-b82fad8b04 branch July 19, 2025 03:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant