From bf11ff7a5f06cfd55b498070c4bdac0b2e9b7c96 Mon Sep 17 00:00:00 2001 From: Michael Telgmann Date: Thu, 21 Sep 2023 16:22:05 +0200 Subject: [PATCH] feat: Allow installation on PHP 8.3 in composer.json --- composer.json | 2 +- composer.lock | 4 ++-- recovery/common/composer.json | 2 +- recovery/common/composer.lock | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index e007fd53114..c11c2e3366c 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "issues": "https://issues.shopware.com" }, "require": { - "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0", + "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", "ext-ctype": "*", "ext-curl": "*", "ext-date": "*", diff --git a/composer.lock b/composer.lock index ce37643c3cd..33c01a10425 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": "a39fd5ba20eaa67be044cb23fe3255f1", + "content-hash": "5d9ae3cd9b26536f826ab4e994643068", "packages": [ { "name": "aws/aws-crt-php", @@ -10920,7 +10920,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0", + "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", "ext-ctype": "*", "ext-curl": "*", "ext-date": "*", diff --git a/recovery/common/composer.json b/recovery/common/composer.json index c3bfab730d5..cd2632a4d6f 100644 --- a/recovery/common/composer.json +++ b/recovery/common/composer.json @@ -1,6 +1,6 @@ { "require": { - "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0", + "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", "knplabs/gaufrette": "0.11.1", "pimple/pimple": "3.5.0", "slim/slim": "2.6.3", diff --git a/recovery/common/composer.lock b/recovery/common/composer.lock index d3069143ba3..6d60879c133 100644 --- a/recovery/common/composer.lock +++ b/recovery/common/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": "5e12e58996c7d623ea395eeaf95a1a88", + "content-hash": "c6ceb3b9ec9de94345bd1d0c524c235a", "packages": [ { "name": "knplabs/gaufrette", @@ -1381,7 +1381,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0" + "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" }, "platform-dev": [], "plugin-api-version": "2.3.0"