summaryrefslogtreecommitdiff
path: root/tests/composer.json
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-04-20 15:52:27 +0300
committerGitHub <[email protected]>2021-04-20 15:52:27 +0300
commit02cb030cec51a81c6b2f6d8351e66112eb2c9b7f (patch)
treeb3feb3cf19a34652d5ad23be3e049123bbc04233 /tests/composer.json
parenta3ced86a77b406bd8d127135636d33e12517d7f8 (diff)
parent5c63b9b8b774917712bab165b37f360aab509828 (diff)
#638 fix(http): Make a Serve function in the `http` plugin asynchronousv2.1.0-beta.3
#638 fix(http): Make a Serve function in the `http` plugin asynchronous
Diffstat (limited to 'tests/composer.json')
-rw-r--r--tests/composer.json27
1 files changed, 14 insertions, 13 deletions
diff --git a/tests/composer.json b/tests/composer.json
index cff9bd6b..543b2053 100644
--- a/tests/composer.json
+++ b/tests/composer.json
@@ -1,16 +1,17 @@
{
- "minimum-stability": "beta",
- "prefer-stable": true,
- "require": {
- "nyholm/psr7": "^1.3",
- "spiral/roadrunner": "^2.0",
- "spiral/roadrunner-http": "^2.0",
- "temporal/sdk": ">=1.0",
- "spiral/tokenizer": ">=2.7"
- },
- "autoload": {
- "psr-4": {
- "Temporal\\Tests\\": "src"
+ "minimum-stability": "beta",
+ "prefer-stable": true,
+ "require": {
+ "nyholm/psr7": "^1.3",
+ "spiral/roadrunner": "^2.0",
+ "spiral/roadrunner-http": "^2.0",
+ "temporal/sdk": ">=1.0",
+ "spiral/tokenizer": ">=2.7",
+ "spiral/roadrunner-metrics": "^2.0"
+ },
+ "autoload": {
+ "psr-4": {
+ "Temporal\\Tests\\": "src"
+ }
}
- }
}