From 9f95cb7e4811b0f55f60bd33e8c23469e039917f Mon Sep 17 00:00:00 2001 From: Christian Schiffler Date: Fri, 4 Jul 2025 21:29:44 +0200 Subject: [PATCH] Add versions 10, 11 and 12 --- phpcq-plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpcq-plugin.json b/phpcq-plugin.json index 2c0fc4c..1a0df06 100644 --- a/phpcq-plugin.json +++ b/phpcq-plugin.json @@ -9,7 +9,7 @@ }, "tool": { "phpunit": { - "constraints": "^6.0 || ^7.0 || ^8.0 || ^9.0", + "constraints": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0", "sources": [ { "type": "github",