From b7337b878c13277e4057a2834d1112366faca6b9 Mon Sep 17 00:00:00 2001 From: Witold Wasiczko Date: Tue, 7 Jun 2022 15:54:43 +0200 Subject: [PATCH] Allow PHP 8.1 --- composer.json | 2 +- composer.lock | 6 +++--- config/modules.config.php | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index cd37fa8..96dbbab 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ } }, "require": { - "php": "^7.3 || ~8.0.0", + "php": "^7.3 || ~8.0.0 || ~8.1.0", "laminas-api-tools/api-tools": "^1.4", "laminas-api-tools/api-tools-documentation": "^1.3", "laminas/laminas-component-installer": "^2.1.1", diff --git a/composer.lock b/composer.lock index 1ded018..ac335ee 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": "e45f72a96543c48f842b6528f78eaed0", + "content-hash": "a19661255f3690736d51b629e06b9c97", "packages": [ { "name": "brick/varexporter", @@ -9079,8 +9079,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.1.0" + "plugin-api-version": "2.3.0" } diff --git a/config/modules.config.php b/config/modules.config.php index 14e707c..6047efb 100644 --- a/config/modules.config.php +++ b/config/modules.config.php @@ -7,6 +7,8 @@ declare(strict_types=1); return [ + 'Laminas\Mvc\I18n', + 'Laminas\I18n', 'Laminas\Db', 'Laminas\Filter', 'Laminas\Hydrator',