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 414571a commit 49aacf7Copy full SHA for 49aacf7
composer.json
@@ -7,11 +7,16 @@
7
"license": "MIT",
8
"require": {
9
"php": "^7.3|^8.0",
10
- "queue-interop/queue-interop": "^0.8",
11
- "enqueue/dsn": "^0.10",
12
- "thruway/client": "^0.5.0",
+ "queue-interop/queue-interop": "^0.8.1",
+ "enqueue/dsn": "^0.10.8",
+ "thruway/client": "^0.5.4",
13
"thruway/pawl-transport": "^0.5.0",
14
- "voryx/thruway-common": "^1.0.1"
+ "voryx/thruway-common": "^1.0.1",
15
+ "react/event-loop": "^1.0",
16
+ "react/stream": "^1.0",
17
+ "react/cache": "^1.0",
18
+ "react/dns": "^1.0",
19
+ "react/socket": "^1.0"
20
},
21
"require-dev": {
22
"phpunit/phpunit": "^9.5",
0 commit comments