a few more base modules
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "drupal/devel",
|
||||
"description": "Various blocks, pages, and functions for developers.",
|
||||
"type": "drupal-module",
|
||||
"homepage": "http://drupal.org/project/devel",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Moshe Weitzman",
|
||||
"email": "weitzman@tejasa.com",
|
||||
"homepage": "https://github.com/weitzman",
|
||||
"role": "Maintainer"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"issues": "http://drupal.org/project/devel",
|
||||
"irc": "irc://irc.freenode.org/drupal-contribute",
|
||||
"source": "http://cgit.drupalcode.org/devel"
|
||||
},
|
||||
"license": "GPL-2.0+",
|
||||
"minimum-stability": "dev",
|
||||
"require": { },
|
||||
"suggest": {
|
||||
"symfony/var-dumper": "Pretty print complex values better with var-dumper available"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user