From f217c8e26ae8446908f9b515e9fb65b48bbf403a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 17 Jun 2019 15:40:26 +0200 Subject: v1.1.0 from Fedora --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index dedd68e..0a41051 100644 --- a/composer.json +++ b/composer.json @@ -16,10 +16,10 @@ } }, "require": { - "php": "~5.4|~7.0", - "phpunit/phpunit-mock-objects": "~2.0|~3.0" + "php": "~7.0", + "phpunit/phpunit-mock-objects": "~5.0|~6.0" }, "require-dev": { - "phpunit/phpunit": "~4.0|~5.0" + "phpunit/phpunit": "~6.4|~7.0" } } -- cgit