From fe77d1335493fd00e272dc7ec65edefb6c2e3c1e Mon Sep 17 00:00:00 2001 From: Alt-Charlie Date: Mon, 20 Apr 2026 13:48:31 +0100 Subject: [PATCH 1/2] Bump phpunit versions --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5e1c6ac..a0591d4 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ } ], "support": { - "email": "support@alt-desgin.net" + "email": "support@alt-design.net" }, "require": { "php": "^8.2", @@ -19,7 +19,7 @@ "stripe/stripe-php": "^17.6" }, "require-dev": { - "phpunit/phpunit": "^11", + "phpunit/phpunit": "^12.5.22|^13.1.6", "mockery/mockery": "^1", "phpstan/phpstan": "^2.0", "phpstan/phpstan-mockery": "^2.0", From 7faccfb9bdbb258750cbc6ce96148356faa8fada Mon Sep 17 00:00:00 2001 From: Alt-Charlie Date: Mon, 20 Apr 2026 16:38:51 +0100 Subject: [PATCH 2/2] Bump PHP version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a0591d4..70dcbf9 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "email": "support@alt-design.net" }, "require": { - "php": "^8.2", + "php": "^8.3", "ext-json": "*", "ext-curl": "*", "ext-mbstring": "*",