From 8bb0d27ae7a8547d643e325679597fec03d8ea06 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 May 2026 15:19:06 +0200 Subject: update to 1.4.4 --- installed.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'installed.json') diff --git a/installed.json b/installed.json index 49510e1..32d8d11 100644 --- a/installed.json +++ b/installed.json @@ -149,17 +149,17 @@ }, { "name": "composer/composer", - "version": "2.9.7", - "version_normalized": "2.9.7.0", + "version": "2.9.8", + "version_normalized": "2.9.8.0", "source": { "type": "git", "url": "https://github.com/composer/composer.git", - "reference": "82a2fbd1372a98d7915cfb092acf05207d9b4113" + "reference": "39ee8baff8e97a1b657bbfcd6a236ff93a5efbb2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/composer/zipball/82a2fbd1372a98d7915cfb092acf05207d9b4113", - "reference": "82a2fbd1372a98d7915cfb092acf05207d9b4113", + "url": "https://api.github.com/repos/composer/composer/zipball/39ee8baff8e97a1b657bbfcd6a236ff93a5efbb2", + "reference": "39ee8baff8e97a1b657bbfcd6a236ff93a5efbb2", "shasum": "" }, "require": { @@ -201,7 +201,7 @@ "ext-zip": "Allows direct extraction of ZIP archives (unzip/7z binaries will be used instead if available)", "ext-zlib": "Enables gzip for HTTP requests" }, - "time": "2026-04-14T11:31:52+00:00", + "time": "2026-05-13T07:28:38+00:00", "bin": [ "bin/composer" ], @@ -249,7 +249,7 @@ "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/composer/issues", "security": "https://github.com/composer/composer/security/policy", - "source": "https://github.com/composer/composer/tree/2.9.7" + "source": "https://github.com/composer/composer/tree/2.9.8" }, "funding": [ { -- cgit