From 0a72556a6c729499bba360ba637412727931f6fb Mon Sep 17 00:00:00 2001 From: Witold Wasiczko Date: Wed, 11 May 2022 10:59:22 +0200 Subject: [PATCH] Allow php 8.1 Signed-off-by: Witold Wasiczko --- composer.json | 7 +++++-- composer.lock | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 9f7522e..77769bd 100644 --- a/composer.json +++ b/composer.json @@ -19,10 +19,13 @@ "forum": "https://discourse.laminas.dev" }, "config": { - "sort-packages": true + "sort-packages": true, + "allow-plugins": { + "dealerdirect/phpcodesniffer-composer-installer": true + } }, "require": { - "php": "^7.3 || ~8.0.0", + "php": "^7.3 || ~8.0.0 || ~8.1.0", "bshaffer/oauth2-server-php": "^1.10", "laminas-api-tools/api-tools-api-problem": "^1.4", "laminas-api-tools/api-tools-content-negotiation": "^1.5", diff --git a/composer.lock b/composer.lock index 4e10856..3a752d9 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": "8ebe4e7432021e69ac028a1818a27659", + "content-hash": "fe49fb0afcc26cb5f8b26733a72f9f80", "packages": [ { "name": "brick/varexporter", @@ -6628,8 +6628,8 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.3 || ~8.0.0" + "php": "^7.3 || ~8.0.0 || ~8.1.0" }, "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.3.0" }