diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..898137e --- /dev/null +++ b/composer.json @@ -0,0 +1,38 @@ +{ + "name": "drupal/humanstxt", + "description": "Generates a humans.txt file dynamically and allows you to edit it.", + "type": "drupal-module", + "homepage": "https://www.drupal.org/project/humanstxt", + "authors": [ + { + "name": "Pedro Cambra", + "email": "pedro@cambrico.net", + "homepage": "https://www.drupal.org/u/pcambra", + "role": "Maintainer" + }, + { + "name": "David Rodríguez", + "email": "davidjguru@therussianlullaby.com", + "homepage": "https://www.drupal.org/u/davidjguru", + "role": "Contributor" + }, + { + "name": "See other contributors", + "homepage": "https://www.drupal.org/node/1044650/committers" + } + ], + "support": { + "issues": "https://www.drupal.org/project/issues/humanstxt", + "source": "https://git.drupalcode.org/project/humanstxt" + }, + "license": "GPL-2.0+", + "require": { + "drupal/multiline_config": "^1.0" + }, + "repositories": { + "drupal": { + "type": "composer", + "url": "https://packages.drupal.org/8" + } + } +} diff --git a/humanstxt.info.yml b/humanstxt.info.yml index b62798d..be9c751 100644 --- a/humanstxt.info.yml +++ b/humanstxt.info.yml @@ -3,4 +3,6 @@ type: module description: 'Generates a humans.txt file dynamically and allows you to edit it.' package: Other core: 8.x -configure: humanstxt.settings +configure: humanstxt.admin_settings_form +dependencies: + - drupal:multiline_config