forked from intellectsoft-uk/MssqlBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 918 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
31
32
33
34
{
"name": "improvein/mssql-bundle",
"type": "symfony-bundle",
"description": "Microsoft SQL Server Bundle for Symfony 2",
"keywords": ["mssql", "sql server", "driver"],
"license": "MIT",
"authors": [
{
"name": "Improve-in",
"homepage": "http://www.improvein.com"
},
{
"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": {
"Improvein\\MssqlBundle": ""
}
},
"target-dir": "Improvein/MssqlBundle"
}