summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-11-07 10:32:13 +0100
committerRemi Collet <remi@remirepo.net>2019-11-07 10:32:13 +0100
commit8cf637acba6f952c8cfce6c40afbf0c7d47250ef (patch)
treef67f0ef38ab634190eefbbdefed173a50087574f /composer.json
parenta96a680f4850d0dbeea46be4f570ef94b5304e4b (diff)
update to 1.4.0
switch to phpunit8
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 3 insertions, 3 deletions
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": {