From 91354080ae60f09364fd8417bf7185a3dfae0e54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 01:44:11 +0000 Subject: [PATCH] chore(deps-dev): bump symfony/stopwatch from 7.2.2 to 7.2.4 Bumps [symfony/stopwatch](https://github.com/symfony/stopwatch) from 7.2.2 to 7.2.4. - [Release notes](https://github.com/symfony/stopwatch/releases) - [Changelog](https://github.com/symfony/stopwatch/blob/7.2/CHANGELOG.md) - [Commits](https://github.com/symfony/stopwatch/compare/v7.2.2...v7.2.4) --- updated-dependencies: - dependency-name: symfony/stopwatch dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 038fa46..01276c5 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "require-dev": { "phpunit/phpunit": "~10", "orchestra/testbench": "^v8.22.2", - "symfony/stopwatch": "v7.2.2", + "symfony/stopwatch": "v7.2.4", "symfony/css-selector": "^v7.0.3", "symfony/event-dispatcher": "^v7.0.3", "symfony/string": "^v7.0.3", diff --git a/composer.lock b/composer.lock index 695d99f..d756d3a 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": "d01b131b6d4dbd9aa115d228959c6d12", + "content-hash": "652c5052e0b2fea81c1358a7a54c5963", "packages": [ { "name": "dflydev/dot-access-data", @@ -6650,16 +6650,16 @@ }, { "name": "symfony/stopwatch", - "version": "v7.2.2", + "version": "v7.2.4", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "e46690d5b9d7164a6d061cab1e8d46141b9f49df" + "reference": "5a49289e2b308214c8b9c2fda4ea454d8b8ad7cd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/e46690d5b9d7164a6d061cab1e8d46141b9f49df", - "reference": "e46690d5b9d7164a6d061cab1e8d46141b9f49df", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/5a49289e2b308214c8b9c2fda4ea454d8b8ad7cd", + "reference": "5a49289e2b308214c8b9c2fda4ea454d8b8ad7cd", "shasum": "" }, "require": { @@ -6692,7 +6692,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v7.2.2" + "source": "https://github.com/symfony/stopwatch/tree/v7.2.4" }, "funding": [ { @@ -6708,7 +6708,7 @@ "type": "tidelift" } ], - "time": "2024-12-18T14:28:33+00:00" + "time": "2025-02-24T10:49:57+00:00" }, { "name": "symfony/string", @@ -7532,5 +7532,5 @@ "php": "^8.2" }, "platform-dev": [], - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }