From 93673399f65eb3fc1ab27151894fce815184f387 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 15 Dec 2021 15:49:57 +0100 Subject: [PATCH] Require `jfcherng/php-diff` and raise min PHP requirement to 7.1 --- composer.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index b8394ef..9356e23 100644 --- a/composer.json +++ b/composer.json @@ -7,14 +7,14 @@ "config": { "sort-packages": true, "platform": { - "php": "5.6.3" + "php": "7.1.3" } }, "support": { "issues": "https://github.com/Icinga/icinga-php-thirdparty/issues" }, "require": { - "php": ">=5.6.3", + "php": ">=7.1.3", "ext-curl": "*", "clue/block-react": "^1", "clue/connection-manager-extra": "^1", @@ -40,7 +40,8 @@ "react/socket": "^1", "react/stream": "^1", "guzzlehttp/psr7": "^1", - "guzzlehttp/guzzle": "^6.5" + "guzzlehttp/guzzle": "^6.5", + "jfcherng/php-diff": "^6.10" }, "require-dev": { }