From 43dba2bcabca13ebee8a73198b130619052651a8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 Mar 2019 12:03:10 +0100 Subject: v1.5.1 --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 50b5763..bda5b2b 100644 --- a/composer.json +++ b/composer.json @@ -30,11 +30,10 @@ "issues": "https://github.com/composer/spdx-licenses/issues" }, "require": { - "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-mock-objects": "2.3.0 || ^3.0" + "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7" }, "autoload": { "psr-4": { -- cgit