X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fadvanced_help%2Fcomposer.json;fp=web%2Fmodules%2Fcontrib%2Fadvanced_help%2Fcomposer.json;h=7b7e22c62c01b5425d1899702b7c448c5cde37aa;hp=0000000000000000000000000000000000000000;hb=8acec36f19c470dfcda1ae2336826a782f41874c;hpb=e0411c4e83ba0d079034db83c3f7f55be24a0e35 diff --git a/web/modules/contrib/advanced_help/composer.json b/web/modules/contrib/advanced_help/composer.json new file mode 100644 index 000000000..7b7e22c62 --- /dev/null +++ b/web/modules/contrib/advanced_help/composer.json @@ -0,0 +1,22 @@ +{ + "name": "drupal/advanced_help", + "description": "Provide extended help and documentation.", + "type": "drupal-module", + "license": "GPL-2.0+", + "minimum-stability": "dev", + "authors": [ + { + "name": "David Valdez (gnuget)", + "homepage": "https://www.drupal.org/u/gnuget", + "role": "Maintainer" + } + ], + "support": { + "issues": "https://www.drupal.org/project/issues/advanced_help", + "irc": "irc://irc.freenode.org/drupal-contribute", + "source": "https://cgit.drupalcode.org/advanced_help" + }, + "require": { + "michelf/php-markdown": "^1.7" + } +}