We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c6548 commit c715dcaCopy full SHA for c715dca
composer.json
@@ -13,7 +13,7 @@
13
"require": {
14
"php": "^7.4 | ^8.0",
15
"php-http/httplug": "^2.0",
16
- "psr/http-client": "^1.0",
+ "psr/http-client": "^1.0.3",
17
"guzzlehttp/guzzle": "^7.0"
18
},
19
"require-dev": {
phpunit.xml.dist
@@ -3,7 +3,7 @@
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
colors="true"
5
bootstrap="vendor/autoload.php"
6
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd">
7
<coverage>
8
<include>
9
<directory suffix=".php">src/</directory>
0 commit comments