Skip to content

Commit

Permalink
composer(deps): update nikic/php-parser requirement from ^4.16 to ^4.17
Browse files Browse the repository at this point in the history
Updates the requirements on [nikic/php-parser](https://github.com/nikic/PHP-Parser) to permit the latest version.
- [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)

---
updated-dependencies:
- dependency-name: nikic/php-parser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and icanhazstring committed Aug 15, 2023
1 parent 5bf6866 commit 872cf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"require": {
"php": "^7.4 || ^8.0",
"composer-unused/contracts": "^0.3",
"nikic/php-parser": "^4.16",
"nikic/php-parser": "^4.17",
"phpstan/phpdoc-parser": "^1.23",
"psr/container": "^1.0 || ^2.0",
"psr/log": "^1.1 || ^2 || ^3",
Expand Down

0 comments on commit 872cf1d

Please sign in to comment.