Skip to content

Commit d93a5f4

Browse files
authored
Add support to nikic/php-parser v5 (#52)
1 parent 530efcc commit d93a5f4

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
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": "~8.2.0 || ~8.3.0",
15-
"nikic/php-parser": "^4.18.0",
15+
"nikic/php-parser": "^4.18.0 || ^5.0.0",
1616
"phpstan/phpstan": "^1.10.55"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)