From 29b0bd880f4c456eb030ddeab3340e97b0053bd0 Mon Sep 17 00:00:00 2001 From: Dan Wallis Date: Wed, 26 Apr 2023 17:17:40 +0100 Subject: [PATCH 1/2] Correct PHP version requirements --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 6209b247..34a048a9 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ } }, "require": { - "php": "^8.0 || ^8.1 || ^8.2", + "php": "~8.0.0 || ~8.1.0 || ~8.2.0", "ext-json": "*", "ramsey/uuid": "^4.1", "psr/log": "^1.1 || ^2.0 || ^3.0", diff --git a/composer.lock b/composer.lock index 0c8bde56..6d804356 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": "9d1685fb41aab8c8e11bddf6e09182cc", + "content-hash": "52e850000bc73919771093cb193c38e3", "packages": [ { "name": "brick/math", @@ -2977,7 +2977,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.4 || ^8.0 || ^8.1", + "php": "~8.0.0 || ~8.1.0 || ~8.2.0", "ext-json": "*" }, "platform-dev": [], From 8bf88106b5c32bdc86695af2d6cc0936aebacb3f Mon Sep 17 00:00:00 2001 From: Dan Wallis Date: Wed, 26 Apr 2023 17:25:21 +0100 Subject: [PATCH 2/2] Add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a0e8cfc..8a7df801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## Unreleased - [#262](https://github.com/Shopify/shopify-api-php/pull/262) ⚠️ [Breaking] Added support for PHP 8.2, and removed support for PHP 7.4 +- [#264](https://github.com/Shopify/shopify-api-php/pull/264) [Patch] Remove support for currently-non-existent versions of PHP (8.3+) ## v4.3.0 - 2023-04-12