-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 1.01 KB
/
composer.json
File metadata and controls
36 lines (36 loc) · 1.01 KB
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
{
"name": "abguy/trade-processor-worker",
"description": "Market Trade Processor Worker",
"authors": [
{
"name": "Alexey Belyaev",
"email": "Alexey.V.Belyaev@gmail.com"
}
],
"autoload": {
"psr-0": { "": "src/"}
},
"require": {
"php": ">=5.6",
"ext-intl": "*",
"ext-mbstring": "*",
"doctrine/annotations": "1.*",
"doctrine/cache": "1.*",
"symfony/stopwatch": "~2.6",
"symfony/console": "~2.6",
"symfony/yaml": "~2.6",
"symfony/intl": "~2.6",
"symfony/validator": "~2.6",
"videlalvaro/php-amqplib": "2.3.*",
"zendframework/zend-filter": "~2.4",
"zendframework/zend-validator": "~2.4",
"zendframework/zend-inputfilter": "~2.4",
"zendframework/zend-i18n": "~2.4",
"zendframework/zend-http": "~2.4"
},
"require-dev": {
"symfony/debug": "~2.6",
"phpunit/phpunit": "~4.6"
},
"minimum-stability": "stable"
}