diff options
author | Remi Collet <remi@remirepo.net> | 2024-07-26 11:06:57 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-07-26 11:06:57 +0200 |
commit | 494778cf0574ac386cea431626c430223622cbbf (patch) | |
tree | be0b08ea9a19a6663af7e11dda79e2f206ec80ea /composer.json | |
parent | 99d08049b306a4ee6ed397d625f1b4159222f82a (diff) |
update to 5.1.11
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 353646a..0412b4d 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "require-dev" : { "friendsofphp/php-cs-fixer": "~2.17.1", "phpstan/phpstan": "^0.12", - "phpunit/phpunit" : "^7.5 || ^8.5 || ^9.0" + "phpunit/phpunit" : "^7.5 || ^8.5 || ^9.6" }, "suggest" : { "ext-curl" : " to make http requests with the Client class" |