diff options
author | Remi Collet <remi@remirepo.net> | 2021-01-21 11:21:58 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-01-21 11:21:58 +0100 |
commit | 6bc594598b735acc5f9424e2ce88194bca7e0daa (patch) | |
tree | a3abaf111dccf698cd74fd9fb5cc58494b92c7bd /composer.json | |
parent | 2268de1284b0438f40b4cfce1e151afeeb2e03dd (diff) |
update to 0.9.2
switch to phpunit9
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json index d347b6b..c89955d 100644 --- a/composer.json +++ b/composer.json @@ -14,13 +14,13 @@ ], "license": "MIT", "require": { - "php": "^7.1|^8.0", + "php": "^7.1 || ^8.0", "ext-json": "*" }, "require-dev": { - "phpunit/phpunit": "^7.5.15|^8.5", + "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0", "php-coveralls/php-coveralls": "^2.2", - "vimeo/psalm": "^3.5" + "vimeo/psalm": "4.3.2" }, "autoload": { "psr-4": { |