moodlehq / moodle-cs

Moodle Coding Style

Home Page:https://github.com/moodlehq/moodle-cs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow nikic/php-parser v5 to be used once we move to php80 as requirement

stronk7 opened this issue · comments

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 locked nikic/php-parser v4: 6eb7253 in January 2024.

Once we officially make moodle-cs to only support php >= 8.0
we can remove this lock (basically, remove the commit above).

This issue will be in charge of that.