Skip to content

Commit 593271e

Browse files
committed
Make requirement of PhpParser 5 explicit
1 parent 1d553a8 commit 593271e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"require": {
1313
"php": "^7.4 || ^8.0",
1414
"phpstan/phpstan": "^2.0",
15-
"thecodingmachine/safe": "^1.0 || ^2.0"
15+
"thecodingmachine/safe": "^1.0 || ^2.0",
16+
"nikic/php-parser": "^5"
1617
},
1718
"require-dev": {
1819
"phpunit/phpunit": "^9.6",

0 commit comments

Comments
 (0)