Skip to content

Commit

Permalink
Merge pull request #124 from clue-labs/ring
Browse files Browse the repository at this point in the history
Replace Guzzle with RingCentral
  • Loading branch information
WyriHaximus authored Feb 8, 2018
2 parents df0dd4a + aba3d17 commit 245c40f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"license": "MIT",
"require": {
"php": ">=5.4.0",
"guzzlehttp/psr7": "^1.0",
"evenement/evenement": "^3.0 || ^2.0",
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
"react/socket": "^1.0 || ^0.8.4",
"react/stream": "^1.0 || ^0.7.1",
"react/promise": "~2.2",
"evenement/evenement": "^3.0 || ^2.0"
"ringcentral/psr7": "^1.2"
},
"require-dev": {
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
Expand Down
4 changes: 2 additions & 2 deletions src/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
namespace React\HttpClient;

use Evenement\EventEmitterTrait;
use GuzzleHttp\Psr7 as gPsr;
use React\Promise;
use React\Socket\ConnectionInterface;
use React\Socket\ConnectorInterface;
use React\Stream\WritableStreamInterface;
use React\Socket\ConnectionInterface;
use RingCentral\Psr7 as gPsr;

/**
* @event response
Expand Down

0 comments on commit 245c40f

Please sign in to comment.