8000 Forward compatibility with react/promise 3 · reactphp/socket@ffd7b3c · GitHub
[go: up one dir, main page]

Skip to content

Commit ffd7b3c

Browse files
committed
Forward compatibility with react/promise 3
1 parent 529a5f8 commit ffd7b3c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,20 @@
88
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
99
"react/dns": "^1.1",
1010
"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",
11+
"react/promise": "dev-master as 2.999.999",
12+
"react/promise-timer": "dev-promise-3 as 1.6.0",
1313
"react/stream": "^1.1"
1414
},
1515
"require-dev": {
1616
"clue/block-react": "^1.2",
1717
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
1818
},
19+
"repositories": [
20+
{
21+
"type": "vcs",
22+
"url": "https://github.com/WyriHaximus-labs/promise-timer"
23+
}
24+
],
1925
"autoload": {
2026
"psr-4": {
2127
"React\\Socket\\": "src"

0 commit comments

Comments
 (0)
0