From 1c7f8f354d43861e2ddc6d573e1afea902a51c63 Mon Sep 17 00:00:00 2001 From: Raj Mohan Date: Tue, 15 Oct 2024 11:28:21 +0530 Subject: [PATCH 1/2] PHP 8.4 support added Signed-off-by: Raj Mohan --- .laminas-ci.json | 2 +- composer.json | 2 +- composer.lock | 22 ++++++++++++++++++---- 3 files changed, 20 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 a684a87..7d293f2 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,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", "laminas/laminas-mvc": "^3.3", "laminas/laminas-session": "^2.12.0", "laminas/laminas-stdlib": "^3.6.4", diff --git a/composer.lock b/composer.lock index 596bd6e..430a685 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": "f4dc345c4b3cbcbae3e2ea436cabdecd", + "content-hash": "ff4ab2e77526db3d9743454a8fb2c1e9", "packages": [ { "name": "brick/varexporter", @@ -4346,12 +4346,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": "" }, @@ -4396,6 +4396,20 @@ "source": "https://github.com/squizlabs/PHP_CodeSniffer", "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" }, + "funding": [ + { + "url": "https://github.com/PHPCSStandards", + "type": "github" + }, + { + "url": "https://github.com/jrfnl", + "type": "github" + }, + { + "url": "https://opencollective.com/php_codesniffer", + "type": "open_collective" + } + ], "time": "2023-02-22T23:07:41+00:00" }, { @@ -5401,7 +5415,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" }, "platform-dev": [], "platform-overrides": { From ccef6a00d3ee7fc41d5658bb8b5585cc839e15d2 Mon Sep 17 00:00:00 2001 From: Raj Mohan Date: Thu, 7 Nov 2024 16:08:09 +0530 Subject: [PATCH 2/2] Fix Doc Lint Issues Signed-off-by: Raj Mohan --- docs/book/basic-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/basic-usage.md b/docs/book/basic-usage.md index d310bcd..fe41ae0 100644 --- a/docs/book/basic-usage.md +++ b/docs/book/basic-usage.md @@ -40,4 +40,4 @@ Output: ```html
  • Album created successfully.
-``` \ No newline at end of file +```