Skip to content

Commit 1761786

Browse files
Update nikic/php-parser requirement from ^4.10 to ^5.0
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...v5.0.2) --- updated-dependencies: - dependency-name: nikic/php-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3bae103 commit 1761786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"require": {
2222
"php": "^7.3|^8.0",
23-
"nikic/php-parser": "^4.10",
23+
"nikic/php-parser": "^5.0",
2424
"permafrost-dev/code-snippets": "^1.2.0"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)