From 94a287fc2462ed09370da33f84bdcf2718630581 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Mar 2025 07:03:31 +0100 Subject: update to 3.70.1 --- installed.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'installed.json') diff --git a/installed.json b/installed.json index 73247e5..dd700d1 100644 --- a/installed.json +++ b/installed.json @@ -2224,23 +2224,23 @@ }, { "name": "symfony/process", - "version": "v6.4.15", - "version_normalized": "6.4.15.0", + "version": "v6.4.19", + "version_normalized": "6.4.19.0", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "3cb242f059c14ae08591c5c4087d1fe443564392" + "reference": "7a1c12e87b08ec9c97abdd188c9b3f5a40e37fc3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/3cb242f059c14ae08591c5c4087d1fe443564392", - "reference": "3cb242f059c14ae08591c5c4087d1fe443564392", + "url": "https://api.github.com/repos/symfony/process/zipball/7a1c12e87b08ec9c97abdd188c9b3f5a40e37fc3", + "reference": "7a1c12e87b08ec9c97abdd188c9b3f5a40e37fc3", "shasum": "" }, "require": { "php": ">=8.1" }, - "time": "2024-11-06T14:19:14+00:00", + "time": "2025-02-04T13:35:48+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -2268,7 +2268,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.4.15" + "source": "https://github.com/symfony/process/tree/v6.4.19" }, "funding": [ { @@ -2374,24 +2374,24 @@ }, { "name": "symfony/stopwatch", - "version": "v6.4.13", - "version_normalized": "6.4.13.0", + "version": "v6.4.19", + "version_normalized": "6.4.19.0", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "2cae0a6f8d04937d02f6d19806251e2104d54f92" + "reference": "dfe1481c12c06266d0c3d58c0cb4b09bd497ab9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/2cae0a6f8d04937d02f6d19806251e2104d54f92", - "reference": "2cae0a6f8d04937d02f6d19806251e2104d54f92", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/dfe1481c12c06266d0c3d58c0cb4b09bd497ab9c", + "reference": "dfe1481c12c06266d0c3d58c0cb4b09bd497ab9c", "shasum": "" }, "require": { "php": ">=8.1", "symfony/service-contracts": "^2.5|^3" }, - "time": "2024-09-25T14:18:03+00:00", + "time": "2025-02-21T10:06:30+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -2419,7 +2419,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v6.4.13" + "source": "https://github.com/symfony/stopwatch/tree/v6.4.19" }, "funding": [ { -- cgit