Skip to content
Snippets Groups Projects
Commit 26d66261 authored by Brian Canini's avatar Brian Canini
Browse files

new module - simple xml sitemap

parent 21f4a044
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "ea81419b7788ac165090f6f773f17c7a",
"content-hash": "63d43b920a506eddccb3d90debb5fd5c",
"packages": [
{
"name": "alchemy/zippy",
......@@ -3431,7 +3431,8 @@
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
}
}
},
"patches_applied": []
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
......@@ -3450,10 +3451,18 @@
"name": "Drupal Media Team",
"homepage": "https://www.drupal.org/user/3260690"
},
{
"name": "Wim Leers",
"homepage": "https://www.drupal.org/user/99777"
},
{
"name": "cs_shadow",
"homepage": "https://www.drupal.org/user/2828287"
},
{
"name": "phenaproxima",
"homepage": "https://www.drupal.org/user/205645"
},
{
"name": "slashrsm",
"homepage": "https://www.drupal.org/user/744628"
......@@ -5306,6 +5315,67 @@
"issues": "https://www.drupal.org/project/issues/simple_megamenu"
}
},
{
"name": "drupal/simple_sitemap",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://git.drupal.org/project/simple_sitemap",
"reference": "8.x-3.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/simple_sitemap-8.x-3.0.zip",
"reference": "8.x-3.0",
"shasum": "9c3d1fb78d4693dd4f3258e8870b173650c828cd"
},
"require": {
"drupal/core": "~8.0",
"ext-xmlwriter": "*"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-3.x": "3.x-dev"
},
"drupal": {
"version": "8.x-3.0",
"datestamp": "1544876325",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Pawel Ginalski (gbyte.co)",
"homepage": "https://www.drupal.org/u/gbyte.co",
"email": "contact@gbyte.co",
"role": "Maintainer"
},
{
"name": "gbyte.co",
"homepage": "https://www.drupal.org/user/2381352"
}
],
"description": "Creates a standard conform hreflang XML sitemap of the site content and provides a framework for developing other sitemap types.",
"homepage": "https://drupal.org/project/simple_sitemap",
"support": {
"source": "https://cgit.drupalcode.org/simple_sitemap",
"issues": "https://drupal.org/project/issues/simple_sitemap",
"irc": "irc://irc.freenode.org/drupal-contribute"
}
},
{
"name": "drupal/simplesamlphp_auth",
"version": "3.0.0",
......
......@@ -3554,10 +3554,18 @@
"name": "Drupal Media Team",
"homepage": "https://www.drupal.org/user/3260690"
},
{
"name": "Wim Leers",
"homepage": "https://www.drupal.org/user/99777"
},
{
"name": "cs_shadow",
"homepage": "https://www.drupal.org/user/2828287"
},
{
"name": "phenaproxima",
"homepage": "https://www.drupal.org/user/205645"
},
{
"name": "slashrsm",
"homepage": "https://www.drupal.org/user/744628"
......@@ -5471,6 +5479,69 @@
"issues": "https://www.drupal.org/project/issues/simple_megamenu"
}
},
{
"name": "drupal/simple_sitemap",
"version": "3.0.0",
"version_normalized": "3.0.0.0",
"source": {
"type": "git",
"url": "https://git.drupal.org/project/simple_sitemap",
"reference": "8.x-3.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/simple_sitemap-8.x-3.0.zip",
"reference": "8.x-3.0",
"shasum": "9c3d1fb78d4693dd4f3258e8870b173650c828cd"
},
"require": {
"drupal/core": "~8.0",
"ext-xmlwriter": "*"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-3.x": "3.x-dev"
},
"drupal": {
"version": "8.x-3.0",
"datestamp": "1544876325",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9"
}
}
},
"installation-source": "dist",
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Pawel Ginalski (gbyte.co)",
"homepage": "https://www.drupal.org/u/gbyte.co",
"email": "contact@gbyte.co",
"role": "Maintainer"
},
{
"name": "gbyte.co",
"homepage": "https://www.drupal.org/user/2381352"
}
],
"description": "Creates a standard conform hreflang XML sitemap of the site content and provides a framework for developing other sitemap types.",
"homepage": "https://drupal.org/project/simple_sitemap",
"support": {
"source": "https://cgit.drupalcode.org/simple_sitemap",
"issues": "https://drupal.org/project/issues/simple_sitemap",
"irc": "irc://irc.freenode.org/drupal-contribute"
}
},
{
"name": "drupal/simplesamlphp_auth",
"version": "3.0.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment