Skip to content

Commit

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

Updates the requirements on [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 `nikic/php-parser` to 4.19.1
- [Release notes](https://github.com/nikic/PHP-Parser/releases)
- [Changelog](https://github.com/nikic/PHP-Parser/blob/v4.19.1/CHANGELOG.md)
- [Commits](nikic/PHP-Parser@v4.18.0...v4.19.1)

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

Updates `phpunit/phpunit` to 10.5.13
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.13/ChangeLog-10.5.md)
- [Commits](sebastianbergmann/phpunit@10.5.12...10.5.13)

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

---
updated-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 Mar 19, 2024
1 parent 1775811 commit 493b6c1
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 @@ -31,13 +31,13 @@
"ext-xmlwriter": "*",
"infection/infection": "^0.27.10",
"mimmi20/coding-standard": "^5.2.17",
"nikic/php-parser": "^v4.18.0",
"nikic/php-parser": "^v4.19.1",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.60",
"phpstan/phpstan": "^1.10.63",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.16",
"phpunit/phpunit": "^10.5.12",
"rector/rector": "^1.0.2"
"phpunit/phpunit": "^10.5.13",
"rector/rector": "^1.0.3"
},
"minimum-stability": "stable",
"prefer-stable": true,
Expand Down

0 comments on commit 493b6c1

Please sign in to comment.