From 9a4d993cb6b3bc75fdc3465cd96eb02823ef98f7 Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Tue, 14 Jan 2020 20:04:53 +0100 Subject: [PATCH] Mark package as compatible with PHP 7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0ab400b..b985ae5 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "source": "https://github.com/matomo-org/matomo-php-tracker" }, "require": { - "php": "^5.3", + "php": ">=5.3", "ext-json": "*" }, "suggest": {