From c4700f0793672eccd1f123c3c618b9473117e86c Mon Sep 17 00:00:00 2001 From: Andreas Heigl Date: Fri, 18 Oct 2024 11:42:36 +0200 Subject: [PATCH] Allow tests to run on PHP8.4 This then also prepares the package to be released for PHP8.4 runtimes (cherry picked from commit 0a5575e1e3d23dfabb8ccf38dc07c0ced251d820) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c39ab15..91064f7 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "require": { - "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "scheb/2fa-bundle": "self.version", "spomky-labs/otphp": "^10.0 || ^11.0", "paragonie/constant_time_encoding": "^2.4"