From 20311d9dfd1f77e85c504f4d26429a61326d9f7b Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Date: Tue, 15 Nov 2022 18:15:48 +0530 Subject: [PATCH] AC-7022::Added PHP 8.2 compatibility for all the Laminas dependencies --- .laminas-ci.json | 5 ++++- composer.json | 2 +- composer.lock | 16 ++++++++-------- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.laminas-ci.json b/.laminas-ci.json index 0d667160..530bbcf3 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1,5 +1,8 @@ { "extensions": [ "gd" - ] + ], + "ignore_php_platform_requirements": { + "8.2": true + } } diff --git a/composer.json b/composer.json index 8e3b4ce3..f03bc740 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ }, "extra": {}, "require": { - "php": "^7.4 || ~8.0.0 || ~8.1.0", + "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0", "laminas/laminas-recaptcha": "^3.4.0", "laminas/laminas-session": "^2.12", "laminas/laminas-stdlib": "^3.10.1", diff --git a/composer.lock b/composer.lock index a14f3bd1..2a0f70a7 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": "5f058798f797cf74b206d231ebd153a7", + "content-hash": "a2592ccaba3fc50daea61bfcd5bb8bd8", "packages": [ { "name": "laminas/laminas-escaper", @@ -1776,16 +1776,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.15.1", + "version": "v4.15.2", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900" + "reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0ef6c55a3f47f89d7a374e6f835197a0b5fcf900", - "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc", + "reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc", "shasum": "" }, "require": { @@ -1826,9 +1826,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.1" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.2" }, - "time": "2022-09-04T07:30:47+00:00" + "time": "2022-11-12T15:38:23+00:00" }, { "name": "openlss/lib-array2xml", @@ -4970,7 +4970,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.4 || ~8.0.0 || ~8.1.0" + "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0" }, "platform-dev": { "ext-gd": "*"