8000 Replace Guzzle with RingCentral · reactphp/http-client@aba3d17 · GitHub
[go: up one dir, main page]

Skip to content

Commit aba3d17

Browse files
committed
Replace Guzzle with RingCentral
1 parent a0f6814 commit aba3d17

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"license": "MIT",
66
"require": {
77
"php": ">=5.4.0",
8-
"guzzlehttp/psr7": "^1.0",
8+
"evenement/evenement": "^3.0 || ^2.0",
99
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
1010
"react/socket": "^1.0 || ^0.8.4",
1111
"react/stream": "^1.0 || ^0.7.1",
1212
"react/promise": "~2.2",
13-
"evenement/evenement": "^3.0 || ^2.0"
13+
"ringcentral/psr7": "^1.2"
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"

src/Request.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
namespace React\HttpClient;
44

55
use Evenement\EventEmitterTrait;
6-
use GuzzleHttp\Psr7 as gPsr;
76
use React\Promise;
7+
use React\Socket\ConnectionInterface;
88
use React\Socket\ConnectorInterface;
99
use React\Stream\WritableStreamInterface;
10-
use React\Socket\ConnectionInterface;
10+
use RingCentral\Psr7 as gPsr;
1111

1212
/**
1313
* @event response

0 commit comments

Comments
 (0)
0