From e34dc7862c4f92c52c6c4eebc6eabe1cb32aae6c Mon Sep 17 00:00:00 2001 From: Anne W <41674213+AnneWielis@users.noreply.github.com> Date: Tue, 18 May 2021 09:06:45 +0200 Subject: [PATCH] I'm pretty sure it won't work with PHP 5 any more --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9bfbd7d..ecb7f1b 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "dawguk/php-garmin-connect", "description": "A PHP adapter for interrogating the Garmin Connect \"API\"", "require": { - "php": ">=5.3.0", + "php": ">=7.0.0", "ext-curl": "*", "ext-json": "*" },