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 8070e70 commit c5aee1dCopy full SHA for c5aee1d
composer.json
@@ -12,8 +12,9 @@
12
"thruway/client": "^0.5.5",
13
"thruway/pawl-transport": "^0.5.1",
14
"voryx/thruway-common": "^1.0.1",
15
- "react/dns": "^1.0",
16
- "react/event-loop": "^1.0"
+ "react/dns": "^1.4",
+ "react/event-loop": "^1.2",
17
+ "react/promise": "^2.8"
18
},
19
"require-dev": {
20
"phpunit/phpunit": "^9.5",
@@ -34,10 +35,13 @@
34
35
"/Tests/"
36
]
37
- "minimum-stability": "dev",
38
+ "minimum-stability": "beta",
39
"extra": {
40
"branch-alias": {
41
"dev-master": "0.10.x-dev"
42
}
43
+ },
44
+ "config": {
45
+ "prefer-stable": true
46
47
0 commit comments