composer.json update, add sitemap library
This commit is contained in:
parent
ad5df0f4d5
commit
9c80b5894d
@ -10,7 +10,8 @@
|
|||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-yaml": "*",
|
"ext-yaml": "*",
|
||||||
"ext-gmp": "*",
|
"ext-gmp": "*",
|
||||||
"ext-memcached": "*"
|
"ext-memcached": "*",
|
||||||
|
"samdark/sitemap": "^2.1"
|
||||||
},
|
},
|
||||||
"repositories": [
|
"repositories": [
|
||||||
{
|
{
|
||||||
|
54
composer.lock
generated
54
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "dba6710f07144861b58159926e3c0cc7",
|
"content-hash": "5fba09fb495209abe5954d5dc485a308",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "erusev/parsedown",
|
"name": "erusev/parsedown",
|
||||||
@ -265,6 +265,54 @@
|
|||||||
},
|
},
|
||||||
"time": "2013-08-22T08:05:44+00:00"
|
"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",
|
"name": "scrivo/highlight.php",
|
||||||
"version": "v9.18.1.10",
|
"version": "v9.18.1.10",
|
||||||
@ -357,7 +405,9 @@
|
|||||||
"ext-gd": "*",
|
"ext-gd": "*",
|
||||||
"ext-mysqli": "*",
|
"ext-mysqli": "*",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-yaml": "*"
|
"ext-yaml": "*",
|
||||||
|
"ext-gmp": "*",
|
||||||
|
"ext-memcached": "*"
|
||||||
},
|
},
|
||||||
"platform-dev": [],
|
"platform-dev": [],
|
||||||
"plugin-api-version": "2.3.0"
|
"plugin-api-version": "2.3.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user