We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583b98a commit 2b9168cCopy full SHA for 2b9168c
composer.json
@@ -6,7 +6,7 @@
6
"require": {
7
"php": ">=5.4.0",
8
"guzzlehttp/psr7": "^1.0",
9
- "react/socket": "^0.7",
+ "react/socket": "^1.0 || ^0.8 || ^0.7",
10
"react/event-loop": "0.4.*",
11
"react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.2",
12
"react/promise": "~2.2",
tests/RequestTest.php
@@ -17,7 +17,7 @@ class RequestTest extends TestCase
17
18
public function setUp()
19
{
20
- $this->stream = $this->getMockBuilder('React\Socket\Connection')
+ $this->stream = $this->getMockBuilder('React\Socket\ConnectionInterface')
21
->disableOriginalConstructor()
22
->getMock();
23
0 commit comments