Add more contrib modules
This commit is contained in:
parent
f8e4057686
commit
1c9eb77604
23 changed files with 1112 additions and 1 deletions
289
composer.lock
generated
289
composer.lock
generated
|
@ -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": "62e6320a4cda0cebc0ed9be529c173ca",
|
||||
"content-hash": "31cc09e6d005852d1cdf8df6cbe0c1d5",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
|
@ -2242,6 +2242,74 @@
|
|||
"issues": "https://www.drupal.org/project/markdown"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/metatag",
|
||||
"version": "1.11.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/metatag.git",
|
||||
"reference": "8.x-1.11"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.11.zip",
|
||||
"reference": "8.x-1.11",
|
||||
"shasum": "9acb04a741d80b4ab468d118a242271169d11f00"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "*",
|
||||
"drupal/token": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"drupal/devel": "^2.0",
|
||||
"drupal/metatag_dc": "*",
|
||||
"drupal/metatag_open_graph": "*",
|
||||
"drupal/page_manager": "^4.0",
|
||||
"drupal/redirect": "^1.0",
|
||||
"drupal/restui": "^1.0",
|
||||
"drupal/schema_metatag": "^1.0",
|
||||
"drupal/schema_web_page": "*"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-1.x": "1.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-1.11",
|
||||
"datestamp": "1576870683",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0+"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "See contributors",
|
||||
"homepage": "https://www.drupal.org/node/640498/committers",
|
||||
"role": "Developer"
|
||||
},
|
||||
{
|
||||
"name": "Dave Reid",
|
||||
"homepage": "https://www.drupal.org/user/53892"
|
||||
}
|
||||
],
|
||||
"description": "Manage meta tags for all entities.",
|
||||
"homepage": "https://www.drupal.org/project/metatag",
|
||||
"keywords": [
|
||||
"Drupal",
|
||||
"seo"
|
||||
],
|
||||
"support": {
|
||||
"source": "http://cgit.drupalcode.org/metatag",
|
||||
"issues": "http://drupal.org/project/issues/metatag"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/paragraphs",
|
||||
"version": "1.10.0",
|
||||
|
@ -2326,6 +2394,61 @@
|
|||
"source": "https://git.drupalcode.org/project/paragraphs"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/redirect",
|
||||
"version": "1.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/redirect.git",
|
||||
"reference": "8.x-1.5"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.5.zip",
|
||||
"reference": "8.x-1.5",
|
||||
"shasum": "7940acfb28bd802235d159f1c7a9a58e89dd3d15"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8.7.7 || ^9"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-1.x": "1.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-1.5",
|
||||
"datestamp": "1576656784",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0+"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Berdir",
|
||||
"homepage": "https://www.drupal.org/user/214652"
|
||||
},
|
||||
{
|
||||
"name": "Dave Reid",
|
||||
"homepage": "https://www.drupal.org/user/53892"
|
||||
},
|
||||
{
|
||||
"name": "pifagor",
|
||||
"homepage": "https://www.drupal.org/user/2375692"
|
||||
}
|
||||
],
|
||||
"description": "Allows users to redirect from old URLs to new URLs.",
|
||||
"homepage": "https://www.drupal.org/project/redirect",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/redirect"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/speakerdeck_field",
|
||||
"version": "1.0.0-rc1",
|
||||
|
@ -2373,6 +2496,170 @@
|
|||
"source": "https://git.drupalcode.org/project/speakerdeck_field"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/token",
|
||||
"version": "1.6.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/token.git",
|
||||
"reference": "8.x-1.6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/token-8.x-1.6.zip",
|
||||
"reference": "8.x-1.6",
|
||||
"shasum": "22039a3d927220609e708932ac5c501b90ca4925"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8.7.7 || ^9"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-1.x": "1.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-1.6",
|
||||
"datestamp": "1577708583",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
},
|
||||
"drush": {
|
||||
"services": {
|
||||
"drush.services.yml": "^9 || ^10"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0+"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Berdir",
|
||||
"homepage": "https://www.drupal.org/user/214652"
|
||||
},
|
||||
{
|
||||
"name": "Dave Reid",
|
||||
"homepage": "https://www.drupal.org/user/53892"
|
||||
},
|
||||
{
|
||||
"name": "eaton",
|
||||
"homepage": "https://www.drupal.org/user/16496"
|
||||
},
|
||||
{
|
||||
"name": "fago",
|
||||
"homepage": "https://www.drupal.org/user/16747"
|
||||
},
|
||||
{
|
||||
"name": "greggles",
|
||||
"homepage": "https://www.drupal.org/user/36762"
|
||||
},
|
||||
{
|
||||
"name": "mikeryan",
|
||||
"homepage": "https://www.drupal.org/user/4420"
|
||||
}
|
||||
],
|
||||
"description": "Provides a user interface for the Token API, some missing core tokens.",
|
||||
"homepage": "https://www.drupal.org/project/token",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/token"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/xmlsitemap",
|
||||
"version": "1.0.0-rc1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/xmlsitemap.git",
|
||||
"reference": "8.x-1.0-rc1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/xmlsitemap-8.x-1.0-rc1.zip",
|
||||
"reference": "8.x-1.0-rc1",
|
||||
"shasum": "9b88caa55f9a45b8c89a1284d2db739fbf0c830f"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8 || ^9",
|
||||
"ext-xmlwriter": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"drupal/robotstxt": "^1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"drush/drush": "Command-line regenerating and rebuilding sitemaps."
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-1.x": "1.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-1.0-rc1",
|
||||
"datestamp": "1576705928",
|
||||
"security-coverage": {
|
||||
"status": "not-covered",
|
||||
"message": "RC releases are not covered by Drupal security advisories."
|
||||
}
|
||||
},
|
||||
"drush": {
|
||||
"services": {
|
||||
"drush.services.yml": "^9 || ^10"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Dave Reid",
|
||||
"homepage": "https://www.drupal.org/user/53892"
|
||||
},
|
||||
{
|
||||
"name": "RenatoG",
|
||||
"homepage": "https://www.drupal.org/user/3326031"
|
||||
},
|
||||
{
|
||||
"name": "amateescu",
|
||||
"homepage": "https://www.drupal.org/user/729614"
|
||||
},
|
||||
{
|
||||
"name": "andrei.dincu",
|
||||
"homepage": "https://www.drupal.org/user/2628879"
|
||||
},
|
||||
{
|
||||
"name": "juampynr",
|
||||
"homepage": "https://www.drupal.org/user/682736"
|
||||
},
|
||||
{
|
||||
"name": "paulmckibben",
|
||||
"homepage": "https://www.drupal.org/user/279003"
|
||||
},
|
||||
{
|
||||
"name": "pifagor",
|
||||
"homepage": "https://www.drupal.org/user/2375692"
|
||||
},
|
||||
{
|
||||
"name": "tadityar",
|
||||
"homepage": "https://www.drupal.org/user/3094465"
|
||||
},
|
||||
{
|
||||
"name": "th_tushar",
|
||||
"homepage": "https://www.drupal.org/user/1835276"
|
||||
}
|
||||
],
|
||||
"description": "Creates XML sitemaps for the site",
|
||||
"homepage": "https://www.drupal.org/project/xmlsitemap",
|
||||
"support": {
|
||||
"source": "http://cgit.drupalcode.org/xmlsitemap",
|
||||
"issues": "http://drupal.org/project/issues/xmlsitemap"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drush/drush",
|
||||
"version": "10.2.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue