-
Notifications
You must be signed in to change notification settings - Fork 142
/
composer.json
57 lines (57 loc) · 1.59 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
52
53
54
55
56
57
{
"name": "ichikaway/cakephp-mongodb",
"description": "MongoDB Datasource for CakePHP",
"type": "cakephp-plugin",
"keywords": ["cakephp", "mongo", "datasource"],
"homepage": "https://github.com/ichikaway/cakephp-mongodb",
"license": "MIT",
"authors": [
{
"name": "Yasushi Ichikawa",
"homepage": "http://twitter.com/ichikaway",
"role": "Author"
},
{
"name": "Andy Dawson",
"homepage": "http://twitter.com/AD7six",
"role": "Author"
},
{
"name": "predominant",
"homepage": "http://github.com/predominant/",
"role": "Contributor"
},
{
"name": "jrbasso",
"homepage": "http://github.com/jrbasso/",
"role": "Contributor"
},
{
"name": "tkyk",
"homepage": "http://github.com/tkyk/",
"role": "Contributor"
},
{
"name": "Various Others",
"homepage": "https://github.com/ichikaway/cakephp-mongodb/graphs/contributors"
}
],
"support": {
"issues": "https://github.com/ichikaway/cakephp-mongodb/issues",
"source": "https://github.com/ichikaway/cakephp-mongodb"
},
"require": {
"php": ">=5.3.0",
"composer/installers": "*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"extra": {
"branch-alias": {
"dev-cake2.0": "2.0.x-dev",
"dev-cake2.2": "2.2.x-dev"
},
"installer-name": "Mongodb"
}
}