From a9ca919f5e1e1245bdacd1957a4c5822309e5468 Mon Sep 17 00:00:00 2001 From: GitHub Action <> Date: Fri, 8 Mar 2024 08:49:17 +0000 Subject: [PATCH] build: update package file versions to 1.1.0 --- composer.json | 4 ++-- composer.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 593bbea..311fbd4 100644 --- a/composer.json +++ b/composer.json @@ -14,10 +14,10 @@ "php": ">=7.4", "composer/installers": "~1.0" }, - "version": "1.0.0", + "version": "1.1.0", "config": { "allow-plugins": { "composer/installers": true } } -} +} \ No newline at end of file diff --git a/composer.lock b/composer.lock index ae51203..f46119b 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": "b72a575a267b57d41f07b11dda017895", + "content-hash": "5dd62524fdfd7e3c3cd8099d43dec2dd", "packages": [ { "name": "composer/installers",