Skip to content

Commit

Permalink
Allow php-parser 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Apr 6, 2024
1 parent e293a4c commit 505821b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -20,7 +20,7 @@
],
"require": {
"php": ">=7.4 <8.4",
"nikic/php-parser": "^4.13.2",
"nikic/php-parser": "^4.13.2 || ^v5.0.2",
"phpstan/phpstan": "^1.8.11"
},
"require-dev": {
Expand Down

0 comments on commit 505821b

Please sign in to comment.