Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 57af7b1 commit a1948ed
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 @@ -29,7 +29,7 @@
},
"require-dev": {
"phpunit/phpunit": "^10.3",
"nikic/php-parser": "^4.17",
"nikic/php-parser": "^5.0",
"spatie/invade": "^2.0",
"illuminate/http": "^10",
"illuminate/console": "^10",
Expand Down

0 comments on commit a1948ed

Please sign in to comment.