forked from realestateconz/MssqlBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 869 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": "lashus/mssql-bundle",
"type": "symfony-bundle",
"description": "Microsoft SQL Server Bundle for Symfony 2. Fork of realestateconz/mssql-bundle to work with ubuntu",
"keywords": ["mssql", "sql server", "driver"],
"license": "MIT",
"authors": [
{
"name": "Realestate.co.nz",
"homepage": "http://www.realestate.co.nz"
},
{
"name": "Ken Golovin",
"homepage": "https://github.com/pasinter"
},
{
"name": "Community contributions",
"homepage": "https://github.com/realestateconz/MssqlBundle/contributors"
}
],
"require": {
"doctrine/common": "~2.2,>=2.2.3"
},
"autoload": {
"psr-0": {
"Realestate\\MssqlBundle": ""
}
},
"target-dir": "Realestate/MssqlBundle"
}