Skip to content

Commit

Permalink
MDL-71747 composer: Regenerate with php74 and requirements raised
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
stronk7 committed Jul 7, 2022
1 parent a23f0bf commit f678a20
Show file tree
Hide file tree
Showing 2 changed files with 376 additions and 329 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*",
Expand Down
Loading

0 comments on commit f678a20

Please sign in to comment.