8000
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 529a5f8 commit ffd7b3cCopy full SHA for ffd7b3c
composer.json
@@ -8,14 +8,20 @@
8
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
9
"react/dns": "^1.1",
10
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
11
- "react/promise": "^2.6.0 || ^1.2.1",
12
- "react/promise-timer": "^1.4.0",
+ "react/promise": "dev-master as 2.999.999",
+ "react/promise-timer": "dev-promise-3 as 1.6.0",
13
"react/stream": "^1.1"
14
},
15
"require-dev": {
16
"clue/block-react": "^1.2",
17
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
18
19
+ "repositories": [
20
+ {
21
+ "type": "vcs",
22
+ "url": "https://github.com/WyriHaximus-labs/promise-timer"
23
+ }
24
+ ],
25
"autoload": {
26
"psr-4": {
27
"React\\Socket\\": "src"
0 commit comments