Skip to content

Commit 578ee73

Browse files
error fixed
1 parent df40f12 commit 578ee73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Async HTTP client",
44
"type": "library",
55
"require": {
6-
"php": "^8.4",
6+
"php": "^8.3",
77
"ext-sockets": "*",
88
"psr/http-client": "^1.0",
99
"psr/http-message": "^2.0"
@@ -26,7 +26,7 @@
2626
}
2727
],
2828
"scripts": {
29-
"test": "vendor/bin/phpstan"
29+
"test": "vendor/bin/phpunit"
3030
},
3131
"minimum-stability": "stable",
3232
"prefer-stable": true

0 commit comments

Comments
 (0)