Require webmozart/assert ^1.6 to ensure compatibility with Assert::isList()

This commit is contained in:
David Garcia 2020-10-08 12:54:56 +01:00 committed by David Garcia
parent b6d0ace9f3
commit 27d579fdf1

View File

@ -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",