Skip to content

Commit 8eb71d7

Browse files
authored
Merge pull request #554 from phpDocumentor/composer/bump-php-parser
Allow phpparser v5
2 parents d8288fb + 9e9c835 commit 8eb71d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"require": {
2222
"php": "8.1.*|8.2.*|8.3.*",
23-
"nikic/php-parser": "~4.14",
23+
"nikic/php-parser": "~4.14 || ^5.0",
2424
"phpdocumentor/reflection-common": "^2.1",
2525
"phpdocumentor/reflection-docblock": "^5",
2626
"phpdocumentor/type-resolver": "^1.2",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)