From 3eb1a10f0e0706d6a7fbdc07409e1eac80906e2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 22:34:21 +0000 Subject: [PATCH] composer(deps): bump symfony/cache-contracts from 3.6.0 to 3.7.0 Bumps [symfony/cache-contracts](https://github.com/symfony/cache-contracts) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/symfony/cache-contracts/releases) - [Changelog](https://github.com/symfony/cache-contracts/blob/main/CHANGELOG.md) - [Commits](https://github.com/symfony/cache-contracts/compare/v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: symfony/cache-contracts dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 20 ++++++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index ee4d0e8..5065018 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "psr/container": "^2.0", "psr/log": "^3.0", "symfony/cache": "^7.3", - "symfony/cache-contracts": "^3.4", + "symfony/cache-contracts": "^3.7", "symfony/config": "^7.3", "symfony/console": "^7.3", "symfony/dependency-injection": "^7.3", diff --git a/composer.lock b/composer.lock index 15282dd..45fd651 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": "03a18aa04a2991c8a92ad825b85299e7", + "content-hash": "465657ff62c9991c7f29b06a2142fcf6", "packages": [ { "name": "composer/semver", @@ -459,16 +459,16 @@ }, { "name": "symfony/cache-contracts", - "version": "v3.6.0", + "version": "v3.7.0", "source": { "type": "git", "url": "https://github.com/symfony/cache-contracts.git", - "reference": "5d68a57d66910405e5c0b63d6f0af941e66fc868" + "reference": "225e8a254166bd3442e370c6f50145465db63831" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/5d68a57d66910405e5c0b63d6f0af941e66fc868", - "reference": "5d68a57d66910405e5c0b63d6f0af941e66fc868", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/225e8a254166bd3442e370c6f50145465db63831", + "reference": "225e8a254166bd3442e370c6f50145465db63831", "shasum": "" }, "require": { @@ -482,7 +482,7 @@ "name": "symfony/contracts" }, "branch-alias": { - "dev-main": "3.6-dev" + "dev-main": "3.7-dev" } }, "autoload": { @@ -515,7 +515,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/cache-contracts/tree/v3.6.0" + "source": "https://github.com/symfony/cache-contracts/tree/v3.7.0" }, "funding": [ { @@ -526,12 +526,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-03-13T15:25:07+00:00" + "time": "2026-05-05T15:33:14+00:00" }, { "name": "symfony/config",