summaryrefslogtreecommitdiff
path: root/tests/composer.json
blob: 060f105e8ae305e232576a80d672f439014ced45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "minimum-stability": "dev",
  "prefer-stable": true,
  "require": {
    "nyholm/psr7": "^1.3",
    "spiral/roadrunner": "^2.0",
    "spiral/roadrunner-http": "^2.0",
    "temporal/sdk": "dev-master"
  },
  "autoload": {
    "psr-4": {
      "Temporal\\Tests\\": "temporal"
    }
  }
}