Skip to content

Commit

Permalink
adds in composer/installers£
Browse files Browse the repository at this point in the history
  • Loading branch information
Tawmu committed Apr 28, 2023
1 parent 4e5a7bd commit d11c02c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
vendor/
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,13 @@
"version": "2023042002",
"require": {
"composer/installers": "~1.0"
},
"extra": {
"installer-name": "moodle-nhse"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}

0 comments on commit d11c02c

Please sign in to comment.