mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 05:28:30 +01:00
MDL-71747 composer: Regenerate with php74 and requirements raised
Now that the required PHP version has been raised to php74, set it in the composer.json file and regenerate everything, following the instructions @ https://docs.moodle.org/dev/Composer, also with php74. That's the only change (raised php version) as far as no change has been performed to extension.
This commit is contained in:
parent
a23f0bff3e
commit
f678a20463
@ -28,7 +28,7 @@
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"require": {
|
||||
"php": ">=7.3.0",
|
||||
"php": ">=7.4.0",
|
||||
"ext-iconv": "*",
|
||||
"ext-mbstring": "*",
|
||||
"ext-curl": "*",
|
||||
|
703
composer.lock
generated
703
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user