From 4597aef87d32018fe38c7853bca535cdc723d289 Mon Sep 17 00:00:00 2001 From: Stanislav Idolov Date: Wed, 7 Feb 2024 15:08:16 -0600 Subject: [PATCH 1/2] 1.10.0-beta1 release --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 99545b0..f130fbf 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "magento/composer", "description": "Magento composer library helps to instantiate Composer application and run composer commands.", "type": "library", - "version": "1.9.0", + "version": "1.10.0-beta1", "license": [ "OSL-3.0", "AFL-3.0" From 04ee4edfbc9d3db314e649ddb20a981389092c21 Mon Sep 17 00:00:00 2001 From: Stanislav Idolov Date: Wed, 7 Feb 2024 15:11:07 -0600 Subject: [PATCH 2/2] 1.10.0-beta1 release --- .github/workflows/php.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 974af59..a3e48b9 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -15,6 +15,8 @@ jobs: php-version: - "7.4" - "8.1" + - "8.2" + - "8.3" dependencies: - "lowest" - "highest"