From 91610d422441496c6ce77e4c13d65d056b2be65a Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 17 Mar 2022 10:39:25 +0100 Subject: Add PHP8.1 support Signed-off-by: Christoph Wurst --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'composer.lock') diff --git a/composer.lock b/composer.lock index ef2286086..605893992 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": "b1c307444d66ee5ad260eb0d712b61dc", + "content-hash": "bf60d7f2e2448119556c1841143408d3", "packages": [ { "name": "amphp/amp", @@ -367,12 +367,12 @@ }, "type": "library", "autoload": { - "files": [ - "src/functions.php" - ], "psr-4": { "Amp\\Serialization\\": "src" - } + }, + "files": [ + "src/functions.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -3101,7 +3101,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=7.4" + "php": ">=7.4 <=8.1" }, "platform-dev": [], "platform-overrides": { -- cgit v1.2.3