From ebe29239e9ba74e299d6c27a9f583362fce039cc Mon Sep 17 00:00:00 2001 From: Vincent Date: Sat, 11 Jan 2025 07:07:48 +0000 Subject: [PATCH] restore dependencies to allow wide test matrix --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 27b5395..9986469 100644 --- a/composer.json +++ b/composer.json @@ -35,11 +35,11 @@ "ext-json": "*" }, "require-dev": { - "overtrue/phplint": "^9.5", + "overtrue/phplint": "^3.2|^9.5", "pds/skeleton": "^1.0.0", "phpmd/phpmd": "@stable", "phpstan/phpstan": "^2.1", - "phpunit/phpunit": "^11", + "phpunit/phpunit": "^7|^11", "squizlabs/php_codesniffer": "^3.11" }, "scripts": {