From 433e71e949438239cce814536711914a37544c42 Mon Sep 17 00:00:00 2001 From: Atul-glo35265 <138226841+Atul-glo35265@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:06:44 +0530 Subject: [PATCH] PHP 8.4 support added (#41) Add support for PHP 8.4 Signed-off-by: Atul-glo35265 --- .laminas-ci.json | 2 +- composer.json | 2 +- composer.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.laminas-ci.json b/.laminas-ci.json index c6aab18..d69bf3f 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1,5 +1,5 @@ { "ignore_php_platform_requirements": { - "8.3": true + "8.4": true } } diff --git a/composer.json b/composer.json index 699e7fc..08c17ce 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ } }, "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "ext-intl": "*", "container-interop/container-interop": "^1.1", "laminas/laminas-i18n": "^2.13.0", diff --git a/composer.lock b/composer.lock index 9d1024b..aa2c1c3 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": "067cd7a3e366666b0209162a8aad243b", + "content-hash": "f1586140625825ce3c1c50720c6bfec1", "packages": [ { "name": "laminas/laminas-escaper", @@ -3827,12 +3827,12 @@ "version": "3.7.2", "source": { "type": "git", - "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", + "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879", + "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879", "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879", "shasum": "" }, @@ -4877,7 +4877,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "ext-intl": "*" }, "platform-dev": [],