From dd1f65b283e0c94fe5d0a640695ca5505f96f40e Mon Sep 17 00:00:00 2001 From: Marco Rieger Date: Wed, 24 Apr 2024 17:53:26 +0200 Subject: [PATCH] drop php5 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index eddfa1b..868eb35 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "require": { "ext-json": "*", "guzzlehttp/psr7": "^2.4.4", - "php": "^5.6 || ^7.0 || ^8.0", + "php": "^7.0 || ^8.0", "php-http/httplug": ">=1.1.0" }, "suggest": { @@ -36,4 +36,4 @@ "scripts": { "test": "php ./vendor/bin/phpunit --configuration ./phpunit.xml.dist" } -} \ No newline at end of file +}