composer.json update, add sitemap library

This commit is contained in:
E. S. 2024-03-15 17:25:45 +00:00
parent ad5df0f4d5
commit 9c80b5894d
2 changed files with 54 additions and 3 deletions

View File

@ -10,7 +10,8 @@
"ext-json": "*",
"ext-yaml": "*",
"ext-gmp": "*",
"ext-memcached": "*"
"ext-memcached": "*",
"samdark/sitemap": "^2.1"
},
"repositories": [
{

54
composer.lock generated
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": "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"