Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit d8903d5

Browse files
committed
Fixed bug occurred while rebasing.
1 parent 73fb33c commit d8903d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414
"require": {
1515
"php": "^5.6 || ^7.0",
1616
"psr/http-message": "^1.0",
17-
"php-http/client-implementation": "^2.0",
17+
"php-http/client-implementation": "^1.0",
1818
"php-http/httplug": "^1.0",
19-
"php-http/discovery": "^1.0"
19+
"php-http/discovery": "^1.0",
20+
"paragonie/random_compat": "^2.0"
2021
},
2122
"require-dev": {
2223
"phpunit/phpunit": "~4.0",

0 commit comments

Comments
 (0)