Skip to content

Commit cf01983

Browse files
authored
Merge pull request #168 from andrewnicols/MDL-87950
MDL-87950: Allow installation of 'insecure' packages
2 parents 0f92c9d + 3bd1844 commit cf01983

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)