From 27d579fdf1295dd3fdf35f14cde797de21615fb7 Mon Sep 17 00:00:00 2001 From: David Garcia Date: Thu, 8 Oct 2020 12:54:56 +0100 Subject: [PATCH] Require webmozart/assert ^1.6 to ensure compatibility with Assert::isList() --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e865148..8279ff5 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "php-http/multipart-stream-builder": "^1.0", "php-http/client-common": "^1.9 || ^2.0", "php-http/discovery": "^1.6", - "webmozart/assert": "^1.2" + "webmozart/assert": "^1.6" }, "require-dev": { "phpunit/phpunit": "^7.5",