Skip to content

Commit

Permalink
composer(deps-dev): bump the version-updates group with 3 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [rector/type-perfect](https://github.com/rectorphp/type-perfect), [tomasvotruba/type-coverage](https://github.com/TomasVotruba/type-coverage) and [tomasvotruba/unused-public](https://github.com/TomasVotruba/unused-public) to permit the latest version.

Updates `rector/type-perfect` to 1.0.0
- [Commits](rectorphp/type-perfect@0.2.0...1.0.0)

Updates `tomasvotruba/type-coverage` to 1.0.0
- [Commits](TomasVotruba/type-coverage@0.3.1...1.0.0)

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

---
updated-dependencies:
- dependency-name: rector/type-perfect
  dependency-type: direct:development
  dependency-group: version-updates
- dependency-name: tomasvotruba/type-coverage
  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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent f74375c commit db10ead
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^1.12.5",
"phpstan/phpstan-deprecation-rules": "^1.2.1",
"rector/type-perfect": "^0.2.0",
"rector/type-perfect": "^1.0.0",
"symplify/phpstan-rules": "^13.0.1",
"tomasvotruba/cognitive-complexity": "^0.2.3",
"tomasvotruba/type-coverage": "^0.3.1",
"tomasvotruba/unused-public": "^0.4.0"
"tomasvotruba/type-coverage": "^1.0.0",
"tomasvotruba/unused-public": "^1.0.0"
},
"minimum-stability": "stable",
"prefer-stable": true,
Expand Down

0 comments on commit db10ead

Please sign in to comment.