From cdef78c76ff42fa076f66f28049f88fb7d6bf97d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 16:06:42 +0000 Subject: [PATCH] chore(deps): Bump samdark/sitemap from 2.5.0 to 3.0.1 Bumps [samdark/sitemap](https://github.com/samdark/sitemap) from 2.5.0 to 3.0.1. - [Release notes](https://github.com/samdark/sitemap/releases) - [Commits](https://github.com/samdark/sitemap/compare/2.5.0...3.0.1) --- updated-dependencies: - dependency-name: samdark/sitemap dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 25 ++++++++++++++++--------- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index c0a3d517..7c2bd7ab 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "libresign/espeak": "dev-main", "elaborate-code/jigsaw-localization": "dev-main", "nesbot/carbon": "^3.3", - "samdark/sitemap": "^2.4" + "samdark/sitemap": "^3.0" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index c1f1448d..e9122981 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": "13b0204aa5bbde1b9c0d698037ee13bd", + "content-hash": "ec154b608a4ab7f2db5e82b79ba04174", "packages": [ { "name": "brick/math", @@ -2881,29 +2881,36 @@ }, { "name": "samdark/sitemap", - "version": "2.5.0", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/samdark/sitemap.git", - "reference": "9f8e1d051e128f64f5efeeef5b0f5ff17eb3d27a" + "reference": "5244852d7612fb51a83a74e7e0d8ec39f5332ea7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/samdark/sitemap/zipball/9f8e1d051e128f64f5efeeef5b0f5ff17eb3d27a", - "reference": "9f8e1d051e128f64f5efeeef5b0f5ff17eb3d27a", + "url": "https://api.github.com/repos/samdark/sitemap/zipball/5244852d7612fb51a83a74e7e0d8ec39f5332ea7", + "reference": "5244852d7612fb51a83a74e7e0d8ec39f5332ea7", "shasum": "" }, "require": { "ext-xmlwriter": "*", - "php": ">=5.3.0" + "php": ">=7.1" }, "require-dev": { - "phpunit/phpunit": "^9.0" + "phpbench/phpbench": "~1.0.0", + "phpstan/phpstan": "^1.12.5", + "phpunit/phpunit": "^9.0", + "rector/rector": "^1.2.10" + }, + "suggest": { + "ext-intl": "For encoding international domain names", + "ext-zlib": "For gzipped sitemaps" }, "type": "library", "autoload": { "psr-4": { - "samdark\\sitemap\\": "" + "samdark\\sitemap\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -2936,7 +2943,7 @@ "type": "patreon" } ], - "time": "2026-04-09T21:03:43+00:00" + "time": "2026-04-25T00:01:34+00:00" }, { "name": "spatie/backtrace",