From 8a5e8147ef888fd65ff14a685eaf3fcdce29989f Mon Sep 17 00:00:00 2001 From: George Steel Date: Fri, 11 Oct 2024 15:16:00 +0100 Subject: [PATCH] Add support for PHP 8.4 - Bump dev deps - Add BC Checker to CI - Ignore platform reqs Signed-off-by: George Steel --- .laminas-ci.json | 5 +++-- composer.json | 6 +++--- composer.lock | 20 ++++++++++---------- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/.laminas-ci.json b/.laminas-ci.json index 6f96f6d..6238f6f 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1,5 +1,6 @@ { "ignore_php_platform_requirements": { - "8.2": false - } + "8.4": true + }, + "backwardCompatibilityCheck": true } diff --git a/composer.json b/composer.json index 4849203..db3c0d2 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,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", "mezzio/mezzio-session": "^1.0", "psr/container": "^1.0 || ^2.0", "psr/http-server-middleware": "^1.0" @@ -43,8 +43,8 @@ "require-dev": { "laminas/laminas-coding-standard": "~2.5.0", "mezzio/mezzio-flash": "^1.8", - "phpunit/phpunit": "^10.5.2", - "vimeo/psalm": "^5.17" + "phpunit/phpunit": "^10.5.36", + "vimeo/psalm": "^5.26.1" }, "conflict": { "zendframework/zend-expressive-csrf": "*" diff --git a/composer.lock b/composer.lock index b0420af..927f615 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": "73a29294103c5af7a1b62c7abb8a2b23", + "content-hash": "3964d2dc259bb7c1b4c3cebb97d1b178", "packages": [ { "name": "dflydev/fig-cookies", @@ -1968,16 +1968,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.35", + "version": "10.5.36", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "7ac8b4e63f456046dcb4c9787da9382831a1874b" + "reference": "aa0a8ce701ea7ee314b0dfaa8970dc94f3f8c870" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7ac8b4e63f456046dcb4c9787da9382831a1874b", - "reference": "7ac8b4e63f456046dcb4c9787da9382831a1874b", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/aa0a8ce701ea7ee314b0dfaa8970dc94f3f8c870", + "reference": "aa0a8ce701ea7ee314b0dfaa8970dc94f3f8c870", "shasum": "" }, "require": { @@ -2049,7 +2049,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.35" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.36" }, "funding": [ { @@ -2065,7 +2065,7 @@ "type": "tidelift" } ], - "time": "2024-09-19T10:52:21+00:00" + "time": "2024-10-08T15:36:51+00:00" }, { "name": "psr/log", @@ -4232,13 +4232,13 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": {}, + "stability-flags": [], "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-dev": [], "platform-overrides": { "php": "8.1.99" },