From 7f0d1651e9c29a11fdd51761e2d517eb80c912e7 Mon Sep 17 00:00:00 2001 From: Wilfried Date: Fri, 17 Jan 2020 12:45:02 +0100 Subject: [PATCH] chore (php7.4): update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0ec64f1..67b12cb 100644 --- a/composer.json +++ b/composer.json @@ -12,10 +12,10 @@ "licence" : "MIT", "homepage" : "http://github.com/v-technologies/simpl-es/", "require": { - "php" : ">=7.3.0" + "php" : ">=7.4.0" }, "require-dev": { - "phpunit/phpunit": "^8.4" + "phpunit/phpunit": "^8.5" }, "autoload": { "psr-0": {"Simples": "lib/"}