-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
51 lines (51 loc) · 1.56 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
49
50
51
{
"name": "zoopcommerce/shard-module",
"description": "Zend Framework 2 Module for Shard",
"type": "library",
"keywords": [
"doctrine",
"zf2",
"zoop",
"shard",
"mongo"
],
"homepage": "http://zoopcommerce.github.io/shard-module",
"authors": [
{
"name": "Tim Roediger",
"email": "superdweebie@gmail.com"
},
{
"name": "Josh Stuart",
"email": "josh.stuart@zoopcommerce.com"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/zoopcommerce/mongodb-odm"
}
],
"require": {
"php" : ">=5.4",
"zendframework/zendframework" : "~2.3",
"doctrine/annotations" : "dev-master#a11349d39d85bef75a71bd69bd604ac4fb993f03 as dev-master",
"zoopcommerce/shard" : "~5.0",
"zoopcommerce/maggott-module" : "~1.1",
"zoopcommerce/juggernaut" : "~1.1",
"doctrine/doctrine-mongo-odm-module" : "1.0.x-dev",
"doctrine/doctrine-module" : "1.0.x-dev as 1.0",
"doctrine/mongodb-odm" : "dev-hotfix719 as 1.0.0-BETA9"
},
"require-dev": {
"phpunit/phpunit" : ">=3.7",
"squizlabs/php_codesniffer" : "1.4.*",
"phpmd/phpmd" : "2.*",
"zoopcommerce/slipstream" : "~0.1"
},
"autoload": {
"psr-0": {
"Zoop\\ShardModule": "src/"
}
}
}