diff options
author | Remi Collet <remi@remirepo.net> | 2020-11-04 14:06:34 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-11-04 14:06:34 +0100 |
commit | 0f2d5481ff7f0af0a63dfc9b067edd6f679f393d (patch) | |
tree | 28c2f79b6931a7fc83571e2531a09fadd1846078 /composer.json | |
parent | df4cf1435816fb530e107b1b509414a22e25c391 (diff) |
update to 1.6.0
switch to phpunit9
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 1fdaddd..f3420b8 100644 --- a/composer.json +++ b/composer.json @@ -20,9 +20,9 @@ "require": { "php": ">=5.3", "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5", - "react/promise": "^2.7.0 || ^1.2.1" + "react/promise": "^3.0 || ^2.7.0 || ^1.2.1" }, "require-dev": { - "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35" + "phpunit/phpunit": "^9.0 || ^5.7 || ^4.8.35" } } |