Skip to content

Commit

Permalink
composer(deps): update nikic/php-parser requirement from ^4.10 to ^4.13
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/master/CHANGELOG.md)
- [Commits](nikic/PHP-Parser@v4.10.0...v4.13.2)

---
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 Dec 14, 2021
1 parent 5a538ba commit aee5f28
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 @@ -18,7 +18,7 @@
"require": {
"php": ">=7.3 || ^8.0",
"composer/composer": "^2.0",
"nikic/php-parser": "^4.10",
"nikic/php-parser": "^4.13",
"symfony/finder": "4.4 || ^5.3"
},
"require-dev": {
Expand Down

0 comments on commit aee5f28

Please sign in to comment.