Skip to content

Commit 3b7c868

Browse files
author
Greg Bowler
authored
build: hard dependencies (#96)
1 parent 145981e commit 3b7c868

File tree

2 files changed

+452
-307
lines changed

2 files changed

+452
-307
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phpgt/fetch",
3-
"description": "Asynchronous HTTP client with promises for PHP 7 applications.",
3+
"description": "Asynchronous HTTP client with promises.",
44
"type": "library",
55
"license": "MIT",
66

@@ -22,8 +22,8 @@
2222
},
2323

2424
"require-dev": {
25-
"phpunit/phpunit": "9.*",
26-
"phpstan/phpstan": ">=0.12.42"
25+
"phpstan/phpstan": "v1.8.0",
26+
"phpunit/phpunit": "v9.5.21"
2727
},
2828

2929
"autoload": {
@@ -57,7 +57,7 @@
5757
"curl",
5858
"curl_multi"
5959
],
60-
60+
6161
"funding": [
6262
{
6363
"type": "github",

0 commit comments

Comments
 (0)