Skip to content

Commit 3bd1844

Browse files
committed
MDL-87950: Allow installation of 'insecure' packages
We have to do this for now until we make Composer our authoritative source and allow it to perform version bumps.
1 parent 0f92c9d commit 3bd1844

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

runner/main/modules/moodle-composer/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"allow-plugins": {
1818
"moodle/composer-installer": true,
1919
"moodle/moodle-composer-scaffold": true
20+
},
21+
"audit": {
22+
"block-insecure": false
2023
}
2124
}
2225
}

0 commit comments

Comments
 (0)