From fc5a0e650c480a62e338a1fb2043c6c913dcc698 Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Thu, 18 Aug 2022 23:03:26 +0200 Subject: [PATCH] relax composer requirements --- composer.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/composer.json b/composer.json index 8a78dec..389b5d9 100644 --- a/composer.json +++ b/composer.json @@ -12,17 +12,11 @@ "classmap" : ["src/"] }, "require": { - "php": ">=5.6", "andy128k/pegp": "0.2" }, "require-dev": { "phpunit/phpunit": "~5" }, - "config": { - "platform": { - "php": "5.6.4" - } - }, "scripts": { "test": "phpunit ./t", "coverage": "phpunit t --coverage-html coverage --whitelist src" -- 2.49.0