From 7383ebccbdb93c2c5dfae091b56799823f63c4c9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 4 Mar 2017 10:10:10 +0100 Subject: php-sebastian-code-unit-reverse-lookup: 1.0.1 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index a23bbef..b9a2419 100644 --- a/composer.json +++ b/composer.json @@ -10,10 +10,10 @@ } ], "require": { - "php": ">=5.6" + "php": "^5.6 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "~5" + "phpunit/phpunit": "^5.7 || ^6.0" }, "autoload": { "classmap": [ -- cgit