-
Bug
-
Resolution: Fixed
-
Major
-
4.4
-
MOODLE_404_STABLE
-
MOODLE_404_STABLE
-
Was installing some 4.4dev Moodle PHPUnit sites when, by mistake, I tried to install Moodle 4.4dev with PHP 7.4. My surprise came when composer told me that the required version was 8.0 and not 8.1.
Looking to MDL-78496 it seems that we completely missed the TODO-4:
TODO-4: Composer: To be done as part of this issue (main only):
- Raised lower PHP version does imply that core composer stuff need to be updated and regenerated with it.
- Also, check that all the php and extensions requirements and recommendations in the composer.json file match the ones specified in the admin/environment.xml file (defined by this issue).
This issue will fix that remaining TODO (main, aka 4.4dev only).