Skip to content

Commit c267817

Browse files
Allow nikic/php-parser ^5.0
1 parent a48ea06 commit c267817

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
@@ -28,12 +28,13 @@
2828
"sort-packages": true
2929
},
3030
"prefer-stable": true,
31+
"minimum-stability": "dev",
3132
"require": {
3233
"php": ">=8.1",
3334
"ext-dom": "*",
3435
"ext-libxml": "*",
3536
"ext-xmlwriter": "*",
36-
"nikic/php-parser": "^4.15",
37+
"nikic/php-parser": "^4.18 || ^5.0",
3738
"phpunit/php-file-iterator": "^4.0",
3839
"phpunit/php-text-template": "^3.0",
3940
"sebastian/code-unit-reverse-lookup": "^3.0",

0 commit comments

Comments
 (0)