Adding requires to composer.json

This commit is contained in:
naomi 2021-01-21 19:05:52 +00:00
parent 360fe56a6d
commit 146eb2b8ba
1 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
}
],
"require": {
"composer/installers": "*"
"composer/installers": "*",
"drupal/superfish": "*"
}
}