Skip to content

Commit 8e63e0f

Browse files
authored
Merge pull request #75 from php-http/require-factory-implementation
we need a psr http factory implementation
2 parents 2ed4245 + aa7d3c1 commit 8e63e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"php-http/httplug": "^2.0",
2222
"php-http/message": "^1.2",
2323
"psr/http-client": "^1.0",
24-
"psr/http-factory": "^1.0",
24+
"psr/http-factory-implementation": "^1.0",
2525
"symfony/options-resolver": "^3.4 || ^4.0 || ^5.0 || ^6.0"
2626
},
2727
"require-dev": {

0 commit comments

Comments
 (0)