From e0b3867213d8321ece8bd78199b05ccf1af05d08 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Aug 2019 08:01:50 +0200 Subject: v1.2.1 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index ca2a0d3..faeeb7b 100644 --- a/composer.json +++ b/composer.json @@ -24,10 +24,10 @@ "require": { "ext-openssl": "*", "ext-pcre": "*", - "php": "^5.3.2 || ^7.0" + "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5", + "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8", "psr/log": "^1.0", "symfony/process": "^2.5 || ^3.0 || ^4.0" }, -- cgit