From ca47c7482b399da1b600802b3f90a6aae1fd0f7d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Oct 2024 06:58:03 +0200 Subject: update to 0.1.0 (pre-release) --- installed.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'installed.json') diff --git a/installed.json b/installed.json index 2f8e633..efd7c93 100644 --- a/installed.json +++ b/installed.json @@ -162,12 +162,12 @@ "source": { "type": "git", "url": "https://github.com/composer/composer.git", - "reference": "b840a0620784fae0db0f55badf9fe4b702c8b479" + "reference": "a67ce984e9d833d791a8fb4657b49315bfe61158" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/composer/zipball/b840a0620784fae0db0f55badf9fe4b702c8b479", - "reference": "b840a0620784fae0db0f55badf9fe4b702c8b479", + "url": "https://api.github.com/repos/composer/composer/zipball/a67ce984e9d833d791a8fb4657b49315bfe61158", + "reference": "a67ce984e9d833d791a8fb4657b49315bfe61158", "shasum": "" }, "require": { @@ -206,7 +206,7 @@ "ext-zip": "Enabling the zip extension allows you to unzip archives", "ext-zlib": "Allow gzip compression of HTTP requests" }, - "time": "2024-10-04T09:47:01+00:00", + "time": "2024-10-04T14:39:31+00:00", "default-branch": true, "bin": [ "bin/composer" -- cgit