-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
executable file
·48 lines (48 loc) · 1.32 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
41
42
43
44
45
46
47
48
{
"name": "cocoonprojects/ora",
"description": "Non-hierarchical clustering technology platform",
"version": "0.0.1-dev",
"license": "BSD-3-Clause",
"keywords": [
"liquido",
"liquid organization",
"credits accounting",
"decision making",
"reputation"
],
"homepage": "https://github.com/cocoonprojects/ora",
"require": {
"php": ">=5.3.3",
"ext-intl": "*",
"zendframework/zendframework": "2.4.*",
"zendframework/zftool": "dev-master",
"doctrine/doctrine-module": "0.*",
"doctrine/doctrine-orm-module": "0.*",
"doctrine/common": ">=2.5",
"doctrine/orm": ">=2.5",
"doctrine/dbal": ">=2.5",
"guzzle/guzzle": ">=2.4",
"prooph/service-bus": "~2.0",
"prooph/event-sourcing": "~1.0",
"prooph/event-store": "~2.0",
"prooph/prooph-event-store-module": "~2.0",
"acelaya/zf2-acmailer": "~5.0",
"namshi/jose": "5.0.*",
"google/apiclient": "1.0.*@beta",
"vlucas/phpdotenv": "^2.4"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"behat/mink-extension": ">=2.0.1",
"behat/mink-goutte-driver": "*",
"behat/mink-selenium2-driver": "*",
"symfony/var-dumper": "^3.3",
"coduo/php-matcher": "^2.3"
},
"autoload-dev": {
"psr-4": {
"Test\\": "tests/functional/Test",
"IntegrationTest\\": "tests/integration/Test"
}
}
}