fixed authors admin view, added taxonomy_unique

This commit is contained in:
2021-05-03 17:09:26 +02:00
parent ce23952f79
commit ac50b0dd56
5 changed files with 126 additions and 2 deletions
+71 -1
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "59be9916db252189be036d7363f0bd50",
"content-hash": "ba8509570e549c6b9c926cbc9d83b5de",
"packages": [
{
"name": "alchemy/zippy",
@@ -7484,6 +7484,76 @@
},
"time": "2020-12-11T23:17:33+00:00"
},
{
"name": "drupal/taxonomy_unique",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/taxonomy_unique.git",
"reference": "8.x-2.3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/taxonomy_unique-8.x-2.3.zip",
"reference": "8.x-2.3",
"shasum": "550d06d5b9c670538b93e0aa31b43b4eb1a76f7e"
},
"require": {
"drupal/core": "^8 || ^9"
},
"require-dev": {
"drupal/coder": "^8.3.6",
"squizlabs/php_codesniffer": "^3.4.1"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.3",
"datestamp": "1591087096",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"scripts": {
"post-install-cmd": [
"./vendor/bin/phpcs --config-set installed_paths ../../drupal/coder/coder_sniffer",
"./vendor/bin/phpcs --config-set show_progress 1"
],
"post-update-cmd": [
"./vendor/bin/phpcs --config-set installed_paths ../../drupal/coder/coder_sniffer",
"./vendor/bin/phpcs --config-set show_progress 1"
],
"phpcs": [
"./vendor/bin/phpcs --standard=Drupal,DrupalPractice ./ --ignore=./vendor"
],
"phpcbf": [
"./vendor/bin/phpcbf --standard=Drupal,DrupalPractice ./ --ignore=./vendor"
]
},
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Rafael Schally",
"homepage": "https://www.drupal.org/user/856550",
"email": "rafael.schally@gmail.com"
}
],
"description": "Checks for duplicate occurrences of term names.",
"homepage": "https://www.drupal.org/project/taxonomy_unique",
"keywords": [
"drupal",
"taxonomy",
"ui"
],
"support": {
"source": "https://git.drupalcode.org/project/taxonomy_unique"
}
},
{
"name": "drupal/token",
"version": "1.9.0",