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), [nikic/php-parser](https://github.com/nikic/PHP-Parser), [phpstan/phpstan](https://github.com/phpstan/phpstan), [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) and [rector/rector](https://github.com/rectorphp/rector) 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 `nikic/php-parser` to 4.17.1
- [Release notes](https://github.com/nikic/PHP-Parser/releases)
- [Changelog](https://github.com/nikic/PHP-Parser/blob/4.x/CHANGELOG.md)
- [Commits](nikic/PHP-Parser@v4.16.0...v4.17.1)

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)

---
updated-dependencies:
- dependency-name: mimmi20/coding-standard
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: nikic/php-parser
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 18, 2023
1 parent 77682d1 commit 8d23e10
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 @@ -32,14 +32,14 @@
"infection/infection": "^0.27.0",
"laminas/laminas-modulemanager": "^2.14.0",
"laminas/laminas-servicemanager": "^3.21.0",
"mimmi20/coding-standard": "^5.1.10",
"nikic/php-parser": "^v4.16.0",
"mimmi20/coding-standard": "^5.1.11",
"nikic/php-parser": "^v4.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",
"phpunit/phpunit": "^10.3.2",
"rector/rector": "^0.18.0",
"vimeo/psalm": "^5.14.1"
},
"autoload": {
Expand Down

0 comments on commit 8d23e10

Please sign in to comment.