Skip to content

Commit

Permalink
Update nikic/php-parser requirement from ^4.0 to ^5.0
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.0.0...v5.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 23, 2024
1 parent b8e46fa commit 7558456
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 @@ -23,7 +23,7 @@
},
"require": {
"php": ">=8.2",
"nikic/php-parser": "^4.0"
"nikic/php-parser": "^5.0"
},
"require-dev": {
"phpunit/phpunit": "^10.5.8",
Expand Down

0 comments on commit 7558456

Please sign in to comment.