-
Notifications
You must be signed in to change notification settings - Fork 115
/
composer.json
30 lines (30 loc) · 978 Bytes
/
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
{
"name": "cakephp/datasources",
"description": "CakePHP Datasources Plugin",
"type": "cakephp-plugin",
"keywords": ["cakephp", "datasources", "adodb", "couchdb", "db2", "firebird", "ldap", "odbc", "sqlserver", "sqlite", "sybase"],
"homepage": "https://github.com/cakephp/datasources",
"license": "MIT",
"authors": [
{
"name": "CakePHP Community",
"homepage": "https://github.com/cakephp/datasources/graphs/contributors"
}
],
"support": {
"issues": "https://github.com/cakephp/datasources/issues",
"forum": "http://stackoverflow.com/tags/cakephp",
"irc": "irc://irc.freenode.org/cakephp",
"source": "https://github.com/cakephp/datasources"
},
"require": {
"php": ">=5.2.8",
"composer/installers": "*"
},
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
},
"installer-name": "Datasources"
}
}