From 338f238785f12b750d976a91a6ede6c4ca6a8e33 Mon Sep 17 00:00:00 2001 From: gggeek Date: Sun, 6 Dec 2020 15:43:45 +0000 Subject: [PATCH] comments --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index a3691aa7..412ef4a1 100644 --- a/composer.json +++ b/composer.json @@ -8,6 +8,7 @@ "php": ">=5.3.0", "ext-xml": "*" }, + "_comment::tests": "The dev packages below require a minimum of php 5.6, even though we support php 5.3. Can we manage to do better?", "require-dev": { "phpunit/phpunit": "^5.0 || ^8.5.12", "phpunit/phpunit-selenium": "*", -- 2.47.0