From 625a2e397c52293a42d50f1c9ed98e7ea5344d91 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Jun 2020 08:38:25 +0200 Subject: update to 1.3.1 (no change) switch to phpunit8 --- composer.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 9002a91..a84baa7 100644 --- a/composer.json +++ b/composer.json @@ -15,8 +15,13 @@ "homepage": "http://ocramius.github.com/" } ], + "config": { + "platform": { + "php": "7.1.27" + } + }, "require": { - "php": "^7.1" + "php": "^7.1 || ^8.0" }, "require-dev": { "ext-phar": "*", -- cgit