From 8cf637acba6f952c8cfce6c40afbf0c7d47250ef Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 7 Nov 2019 10:32:13 +0100 Subject: update to 1.4.0 switch to phpunit8 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index b93de4d..ea40a2f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "composer/xdebug-handler", - "description": "Restarts a process without xdebug.", + "description": "Restarts a process without Xdebug.", "type": "library", "license": "MIT", "keywords": [ @@ -18,11 +18,11 @@ "issues": "https://github.com/composer/xdebug-handler/issues" }, "require": { - "php": "^5.3.2 || ^7.0", + "php": "^5.3.2 || ^7.0 || ^8.0", "psr/log": "^1.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" + "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8" }, "autoload": { "psr-4": { -- cgit