Skip to content

Commit 3a523ad

Browse files
authored
Merge pull request #35 from clue-labs/promise-v3
Forward compatibility with upcoming Promise v3
2 parents d6fd3dd + 6b3bb75 commit 3a523ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
],
1313
"require": {
1414
"php": ">=5.3",
15-
"clue/socks-react": "^1.0",
15+
"clue/socks-react": "^1.4",
1616
"react/child-process": "^0.6",
1717
"react/event-loop": "^1.2",
18-
"react/promise": "^2.1 || ^1.2.1",
19-
"react/socket": "^1.9",
18+
"react/promise": "^3 || ^2.1 || ^1.2.1",
19+
"react/socket": "^1.12.0",
2020
"react/stream": "^1.2"
2121
},
2222
"require-dev": {
23-
"clue/block-react": "^1.3",
23+
"clue/block-react": "^1.5",
2424
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36",
2525
"react/http": "^1.5",
2626
"react/mysql": "^0.5.5"

0 commit comments

Comments
 (0)