composer.json
0 → 100755
+29
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "drupal/group_term",
|
||
"type": "drupal-module",
|
||
"description": "Enables Group functionality for the Taxonomy terms module.",
|
||
"homepage": "https://www.drupal.org/project/group_term",
|
||
"authors": [
|
||
{
|
||
"name": "Nikolay Lobachev",
|
||
"homepage": "https://www.drupal.org/u/lobsterr",
|
||
"role": "Maintainer"
|
||
}
|
||
],
|
||
"support": {
|
||
"issues": "https://www.drupal.org/project/issues/group_term",
|
||
"source": "https://git.drupalcode.org/project/group_term"
|
||
},
|
||
"license": "GPL-2.0-or-later",
|
||
"minimum-stability": "dev",
|
||
"require": {
|
||
"drupal/group": "^2.0",
|
||
"drupal/core": "^9 || ^10"
|
||
},
|
||
"repositories": [
|
||
{
|
||
"type": "composer",
|
||
"url": "https://packages.drupal.org/8"
|
||
}
|
||
]
|
||
} |
File changed.
Preview size limit exceeded, changes collapsed.
+1
−1
group_term.links.action.yml
0 → 100644
+11
−0
+79
−88
File changed.
Preview size limit exceeded, changes collapsed.
Loading