From b3b498b6934aa25cbf10204ff6ca39c6d79edbe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 00:09:23 +0000 Subject: [PATCH] [stable-8] Bump rlanvin/php-rrule from 2.6.0 to 3.0.0 Bumps [rlanvin/php-rrule](https://github.com/rlanvin/php-rrule) from 2.6.0 to 3.0.0. - [Release notes](https://github.com/rlanvin/php-rrule/releases) - [Changelog](https://github.com/rlanvin/php-rrule/blob/master/CHANGELOG.md) - [Commits](https://github.com/rlanvin/php-rrule/compare/v2.6.0...v3.0.0) --- updated-dependencies: - dependency-name: rlanvin/php-rrule dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 70849a3db5..ee59a88da6 100644 --- a/composer.json +++ b/composer.json @@ -65,6 +65,6 @@ }, "require": { "league/commonmark": "^2.1", - "rlanvin/php-rrule": "^2.3" + "rlanvin/php-rrule": "^3.0" } } \ No newline at end of file diff --git a/composer.lock b/composer.lock index bf0cac0fc4..33d4b40176 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": "322cad1dfd0f57d76c5e374aeb123b71", + "content-hash": "542404dba78a730a1f4b7bf9c0b9d343", "packages": [ { "name": "dflydev/dot-access-data", @@ -478,24 +478,25 @@ }, { "name": "rlanvin/php-rrule", - "version": "v2.6.0", + "version": "v3.0.0", "source": { "type": "git", "url": "https://github.com/rlanvin/php-rrule.git", - "reference": "2a389a9fa67dda58bc5a569a3264555152db3c49" + "reference": "93a083db12dcb6f58e4840392a22e158ce96f1ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rlanvin/php-rrule/zipball/2a389a9fa67dda58bc5a569a3264555152db3c49", - "reference": "2a389a9fa67dda58bc5a569a3264555152db3c49", + "url": "https://api.github.com/repos/rlanvin/php-rrule/zipball/93a083db12dcb6f58e4840392a22e158ce96f1ff", + "reference": "93a083db12dcb6f58e4840392a22e158ce96f1ff", "shasum": "" }, "require": { - "php": ">=5.6.0" + "php": ">=7.3" }, "require-dev": { + "nesbot/carbon": "*", "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^5.7|^6.5|^8.0" + "phpunit/phpunit": "^9.0" }, "suggest": { "ext-intl": "Intl extension is needed for humanReadable()" @@ -521,9 +522,9 @@ ], "support": { "issues": "https://github.com/rlanvin/php-rrule/issues", - "source": "https://github.com/rlanvin/php-rrule/tree/v2.6.0" + "source": "https://github.com/rlanvin/php-rrule/tree/v3.0.0" }, - "time": "2025-04-25T07:40:09+00:00" + "time": "2026-07-29T06:25:26+00:00" }, { "name": "symfony/deprecation-contracts",