Skip to content

Commit 279e189

Browse files
Merge pull request #81 from oliverklee/bugfix/nikic-php-parser-version
[BUGFIX] Use a bounded dependency on `nikic/php-parser`
2 parents ebd9d6c + b4fe624 commit 279e189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"require": {
99
"php": "^7.2 || ^8.0",
1010
"phpstan/phpstan": "^1.8",
11-
"nikic/php-parser": ">= 4.13",
11+
"nikic/php-parser": "^4.13.0",
1212
"typo3/cms-core": "^9.5 || ^10.4 || ^11.5",
1313
"typo3/cms-extbase": "^9.5 || ^10.4 || ^11.5"
1414
},

0 commit comments

Comments
 (0)