forked from ichikaway/cakephp-mongodb
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 892 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 892 Bytes
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
{
"name": "radig/cakephp-mongodb",
"description": "MongoDB datasource for CakePHP forked from github.com/ichikaway/cakephp-mongodb by Yasushi Ichikawa (ichikaway), Andy Dawson (AD7six)",
"type": "cakephp-plugin",
"license": "MIT",
"keywords": ["cakephp-mongodb", "datasource", "mongodb", "database", "ichikaway", "cakephp", "radig"],
"homepage": "https://github.com/radig/cakephp-mongodb",
"authors": [
{
"name": "Radig Soluções em TI",
"email": "suporte@radig.com.br",
"homepage": "http://www.radig.com.br",
"role": "Author"
}
],
"require": {
"php": ">=5.3.0",
"composer/installers": "~1.0"
},
"extra": {
"installer-name": "Mongodb",
"branch-alias": {
"dev-cake2.0": "2.0.x-dev",
"dev-cake2.2": "2.2.x-dev"
}
}
}