Skip to content

Commit

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

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

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

Updates `phpstan/phpstan` to 1.10.29
- [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.28...1.10.29)

Updates `phpunit/phpunit` to 10.3.2
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.3.2/ChangeLog-10.3.md)
- [Commits](sebastianbergmann/phpunit@10.3.1...10.3.2)

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

Updates `vimeo/psalm` to 5.15.0
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](vimeo/psalm@5.14.1...5.15.0)

---
updated-dependencies:
- dependency-name: mimmi20/coding-standard
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: rector/rector
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent 77733a8 commit 95127d9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
"ext-xml": "*",
"ext-xmlwriter": "*",
"infection/infection": "^0.27.0",
"mimmi20/coding-standard": "^5.1.10",
"mimmi20/coding-standard": "^5.1.11",
"nikic/php-parser": "^4.17.1",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.28",
"phpstan/phpstan": "^1.10.29",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.13",
"phpunit/phpunit": "^10.3.1",
"rector/rector": "^0.17.12",
"vimeo/psalm": "^5.14.1"
"phpunit/phpunit": "^10.3.2",
"rector/rector": "^0.18.0",
"vimeo/psalm": "^5.15.0"
},
"minimum-stability": "stable",
"prefer-stable": true,
Expand Down

0 comments on commit 95127d9

Please sign in to comment.