forked from Tolerance/Tolerance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (36 loc) · 1.01 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "tolerance/tolerance",
"type": "library",
"license": "MIT",
"description": "Fault tolerance library and micro-services helpers",
"require-dev": {
"phpspec/phpspec": "~2.5",
"behat/behat": "~3.1.0rc1",
"behat/symfony2-extension": "^2.1",
"phpunit/phpunit": "^5.1",
"csa/guzzle-bundle": "~2.0@dev",
"jms/aop-bundle": "^1.2",
"ruflin/elastica": "^3.0",
"symfony/symfony": "~2.8|~3.0",
"jms/serializer-bundle": "^1.1",
"php-amqplib/rabbitmq-bundle": "^1.8",
"beberlei/metrics": "^2.1",
"simple-bus/rabbitmq-bundle-bridge": "^3.0",
"guzzlehttp/promises": "^1.3",
"php-http/client-common": "^1.4",
"php-http/mock-client": "^0.3.3"
},
"autoload": {
"psr-0": {
"Tolerance\\": "src/"
}
},
"autoload-dev": {
"psr-0": {
"Tolerance\\": "tests/"
}
},
"replace": {
"sroze/tolerance": "self.version"
}
}