Skip to content

Commit

Permalink
composer(deps-dev): bump the version-updates group with 4 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard), [phpstan/extension-installer](https://github.com/phpstan/extension-installer), [phpstan/phpstan](https://github.com/phpstan/phpstan) and [tomasvotruba/unused-public](https://github.com/TomasVotruba/unused-public) to permit the latest version.

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

Updates `phpstan/extension-installer` to 1.4.3
- [Release notes](https://github.com/phpstan/extension-installer/releases)
- [Commits](phpstan/extension-installer@1.4.2...1.4.3)

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

Updates `tomasvotruba/unused-public` to 0.3.11
- [Commits](TomasVotruba/unused-public@0.3.10...0.3.11)

---
updated-dependencies:
- dependency-name: mimmi20/coding-standard
  dependency-type: direct:development
  dependency-group: version-updates
- dependency-name: phpstan/extension-installer
  dependency-type: direct:development
  dependency-group: version-updates
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  dependency-group: version-updates
- dependency-name: tomasvotruba/unused-public
  dependency-type: direct:development
  dependency-group: version-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
1 parent ec2a321 commit 9736fda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"laminas/laminas-http": "^2.19.0",
"laminas/laminas-modulemanager": "^2.16.0",
"laminas/laminas-servicemanager": "^3.22.1",
"mimmi20/coding-standard": "^5.2.41",
"mimmi20/coding-standard": "^5.2.43",
"nikic/php-parser": "^4.19.1 || ^5.0.2",
"phpstan/extension-installer": "^1.4.2",
"phpstan/phpstan": "^1.12.0",
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^1.12.1",
"phpstan/phpstan-deprecation-rules": "^1.2.0",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpunit/phpunit": "^10.5.27",
Expand All @@ -46,7 +46,7 @@
"symplify/phpstan-rules": "^13.0.1",
"tomasvotruba/cognitive-complexity": "^0.2.3",
"tomasvotruba/type-coverage": "^0.3.1",
"tomasvotruba/unused-public": "^0.3.10"
"tomasvotruba/unused-public": "^0.3.11"
},
"suggest": {
"laminas/laminas-modulemanager": "Required for Module Integration",
Expand Down

0 comments on commit 9736fda

Please sign in to comment.