-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·34 lines (34 loc) · 844 Bytes
/
composer.json
File metadata and controls
executable file
·34 lines (34 loc) · 844 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
28
29
30
31
32
33
34
{
"name": "cpierce/cakephp-sybasedb",
"description": "CakePHP plugin to handle PDO MSSQL Connections using dblib",
"type": "cakephp-plugin",
"keywords": [
"cakephp",
"MSSQL",
"Sybase",
"PDO",
"dblib"
],
"homepage": "http://github.com/cpierce/microsoft-sql-pdo-for-cakephp-2.x",
"license": "MIT",
"authors": [
{
"name": "Chris Pierce",
"email": "cpierce@csdurant.com",
"homepage": "http://www.cpierce.org",
"role": "Maintainer"
}
],
"require": {
"composer/installers": "*",
"php": ">=5.6"
},
"support": {
"email": "cpierce@csdurant.com",
"issues": "https://github.com/cpierce/microsoft-sql-pdo-for-cakephp-2.x/issues",
"source": "https://github.com/cpierce/microsoft-sql-pdo-for-cakephp-2.x"
},
"extra": {
"installer-name": "SybaseDB"
}
}