Skip to content

Commit

Permalink
Lock nikic/php-parser v4
Browse files Browse the repository at this point in the history
It seems that both phpunit and php-code-coverage have
started to accept nikic/php-parser v5, but that's leading
to problems with PHP 7.4 runs, that we still support.

So, with this commit, we are locking nikic/php-parser v4

Once we officially make moodle-cs to only support php >= 8.0
we can remove this lock. Issue: moodlehq#88
  • Loading branch information
stronk7 committed Jan 11, 2024
1 parent 0cfc3d8 commit 6eb7253
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"nikic/php-parser": "^4.18",
"mikey179/vfsstream": "^1.6",
"overtrue/phplint": "^3.4.0 | ^9.0.4",
"phpmd/phpmd": "^2.11",
Expand Down

0 comments on commit 6eb7253

Please sign in to comment.