Skip to content

Commit b4fe624

Browse files
committed
[BUGFIX] Use a bounded dependency on nikic/php-parser
This avoids pulling in a newer version of this package with breaking changes. (Currently, version with breaking changes is in development.)
1 parent 30bb9ec commit b4fe624

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)