Skip to content

Commit

Permalink
composer(deps-dev): bump the minor-patch-dependencies group with 2 up…
Browse files Browse the repository at this point in the history
…dates

Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) and [rector/rector](https://github.com/rectorphp/rector) to permit the latest version.

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

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

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: rector/rector
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mimmi20 committed Nov 23, 2023
1 parent a8d7c3d commit cf7c48e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"mimmi20/coding-standard": "^5.1.25",
"nikic/php-parser": "^v4.17.1",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.41",
"phpstan/phpstan": "^1.10.44",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpunit/phpunit": "^10.4.2",
"rector/rector": "^0.18.8"
"rector/rector": "^0.18.10"
},
"suggest": {
"laminas/laminas-modulemanager": "Required for Module Integration",
Expand Down

0 comments on commit cf7c48e

Please sign in to comment.