From 51e36410790fcbed17324f4a16e073cb7e156b07 Mon Sep 17 00:00:00 2001 From: Kelvin Mo Date: Tue, 10 Dec 2024 20:59:33 +0000 Subject: [PATCH] Disallow PHP 8.3.14 and 8.2.26 There is a bug in these two PHP releases that causes gmp_pow to fail. See https://github.com/php/php-src/issues/16870 --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index fd45b24..0d73f50 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,9 @@ "ext-sodium": "Provides support for OKP (X25519/Ed25519) keys", "kelvinmo/jwkstool": "Command-line tool to manage JSON web keys" }, + "conflict": { + "php": "8.2.26 || 8.3.14" + }, "license": "BSD-3-Clause", "authors": [ {