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 145981e commit 3b7c868Copy full SHA for 3b7c868
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "phpgt/fetch",
3
- "description": "Asynchronous HTTP client with promises for PHP 7 applications.",
+ "description": "Asynchronous HTTP client with promises.",
4
"type": "library",
5
"license": "MIT",
6
@@ -22,8 +22,8 @@
22
},
23
24
"require-dev": {
25
- "phpunit/phpunit": "9.*",
26
- "phpstan/phpstan": ">=0.12.42"
+ "phpstan/phpstan": "v1.8.0",
+ "phpunit/phpunit": "v9.5.21"
27
28
29
"autoload": {
@@ -57,7 +57,7 @@
57
"curl",
58
"curl_multi"
59
],
60
-
+
61
"funding": [
62
63
"type": "github",
0 commit comments