Skip to content

Commit

Permalink
Fix type error (#99)
Browse files Browse the repository at this point in the history
Lock packages to nikic/php-parser ^4.18 because nikic/php-parser 5.0.0
causes PHPStan type error.
  • Loading branch information
ngmy committed Feb 10, 2024
1 parent 468863c commit b9cc90e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"tomasvotruba/cognitive-complexity": "^0.2.2",
"php-parallel-lint/php-parallel-lint": "^1.3",
"tomasvotruba/type-coverage": "^0.2",
"symplify/easy-ci": "^11.2"
"symplify/easy-ci": "^11.2",
"nikic/php-parser": "^4.18"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b9cc90e

Please sign in to comment.