From 05386e056b91d56234024e22977219b98079c8e7 Mon Sep 17 00:00:00 2001 From: sasezaki Date: Tue, 21 Mar 2023 09:47:50 +0900 Subject: [PATCH] Allow php:^8.0, because the possibility of a BC break is not present only with interfaces --- composer.json | 3 ++- composer.lock | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index d820aa0..17f2fa1 100644 --- a/composer.json +++ b/composer.json @@ -11,10 +11,11 @@ } ], "require": { - "php": "^7.2 || ~8.0.0 || ~8.1.0 || ~8.2.0" + "php": "^7.2 || ^8.0" }, "require-dev": { "ext-simplexml": "*", + "psr/log": "^1", "squizlabs/php_codesniffer": "^3.7", "vimeo/psalm": "^5", "weirdan/codeception-psalm-module": "^0.14.0" diff --git a/composer.lock b/composer.lock index 0362b65..094b0d2 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": "cf59d2a67608c2bcdca0f09e0e02fbf5", + "content-hash": "8c843295438a0840dbe3a5aaad7fb1a2", "packages": [], "packages-dev": [ { @@ -5111,8 +5111,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.2 || ~8.0.0 || ~8.1.0 || ~8.2.0", - "ext-simplexml": "*" + "php": "^7.2 || ^8.0" }, "platform-dev": { "ext-simplexml": "*"