Skip to content

Commit

Permalink
Moodle version 3.9.*
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmeneses committed Mar 17, 2022
1 parent e6d5348 commit 23bb7ce
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 17 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"composer/installers": "~1.0",
"moodle/moodle": "3.9.11"
"moodle/moodle": "3.9.*"
},
"extra": {
"installerdir": "moodle",
Expand Down Expand Up @@ -93,6 +93,9 @@
"preferred-install": {
"moodle/moodle": "dist"
},
"discard-changes": true
"discard-changes": true,
"allow-plugins": {
"composer/installers": true
}
}
}
68 changes: 53 additions & 15 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 23bb7ce

Please sign in to comment.