From 9c80b5894d47ca1fc3dbfafe4e5780500bb2187d Mon Sep 17 00:00:00 2001 From: "E. S." Date: Fri, 15 Mar 2024 17:25:45 +0000 Subject: [PATCH] composer.json update, add sitemap library --- composer.json | 3 ++- composer.lock | 54 +++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 54 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 22b197f..6081fe0 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,8 @@ "ext-json": "*", "ext-yaml": "*", "ext-gmp": "*", - "ext-memcached": "*" + "ext-memcached": "*", + "samdark/sitemap": "^2.1" }, "repositories": [ { diff --git a/composer.lock b/composer.lock index be528c8..5fedc9b 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "dba6710f07144861b58159926e3c0cc7", + "content-hash": "5fba09fb495209abe5954d5dc485a308", "packages": [ { "name": "erusev/parsedown", @@ -265,6 +265,54 @@ }, "time": "2013-08-22T08:05:44+00:00" }, + { + "name": "samdark/sitemap", + "version": "2.1.0", + "source": { + "type": "git", + "url": "https://github.com/samdark/sitemap.git", + "reference": "6b7eed71534b31d0c6e6dfd18d3cca5a677e0b5b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/samdark/sitemap/zipball/6b7eed71534b31d0c6e6dfd18d3cca5a677e0b5b", + "reference": "6b7eed71534b31d0c6e6dfd18d3cca5a677e0b5b", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.4" + }, + "type": "library", + "autoload": { + "psr-4": { + "samdark\\sitemap\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Alexander Makarov", + "email": "sam@rmcreative.ru", + "homepage": "http://rmcreative.ru/" + } + ], + "description": "Sitemap and sitemap index builder", + "homepage": "https://github.com/samdark/sitemap", + "keywords": [ + "Sitemap" + ], + "support": { + "issues": "https://github.com/samdark/sitemap/issues", + "source": "https://github.com/samdark/sitemap" + }, + "time": "2017-11-24T07:24:48+00:00" + }, { "name": "scrivo/highlight.php", "version": "v9.18.1.10", @@ -357,7 +405,9 @@ "ext-gd": "*", "ext-mysqli": "*", "ext-json": "*", - "ext-yaml": "*" + "ext-yaml": "*", + "ext-gmp": "*", + "ext-memcached": "*" }, "platform-dev": [], "plugin-api-version": "2.3.0"