From d6f3d7b192aa9cd3afbc50ccbc13093aa816be76 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Jun 2023 08:02:11 +0200 Subject: update to 3.20.0 --- installed.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'installed.json') diff --git a/installed.json b/installed.json index 1c70bd7..cc4c6ca 100644 --- a/installed.json +++ b/installed.json @@ -1059,17 +1059,17 @@ }, { "name": "symfony/filesystem", - "version": "v5.4.23", - "version_normalized": "5.4.23.0", + "version": "v5.4.25", + "version_normalized": "5.4.25.0", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5" + "reference": "0ce3a62c9579a53358d3a7eb6b3dfb79789a6364" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5", - "reference": "b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/0ce3a62c9579a53358d3a7eb6b3dfb79789a6364", + "reference": "0ce3a62c9579a53358d3a7eb6b3dfb79789a6364", "shasum": "" }, "require": { @@ -1078,7 +1078,7 @@ "symfony/polyfill-mbstring": "~1.8", "symfony/polyfill-php80": "^1.16" }, - "time": "2023-03-02T11:38:35+00:00", + "time": "2023-05-31T13:04:02+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -1106,7 +1106,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v5.4.23" + "source": "https://github.com/symfony/filesystem/tree/v5.4.25" }, "funding": [ { -- cgit