-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 990 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 990 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
{
"name": "ctrl/concerto-bundle",
"description": "Multi Tenancy for Symfony + Doctrine",
"keywords": [ "concerto", "concerto-bundle", "tenant", "tenancy", "multi-tenant", "multi-tenancy", "multi tenant", "multi tenancy" ],
"require": {
"doctrine/orm": "~2.4",
"doctrine/doctrine-bundle": "~1.2"
},
"require-dev": {
"symfony/framework-bundle": "~2.5",
"symfony/finder": "~2.5",
"doctrine/doctrine-fixtures-bundle": "~2.2.0",
"liip/functional-test-bundle": "~1.0",
"phpunit/phpunit": "~4.0",
"ptrofimov/xpmock": "~1.1",
"whatthejeff/nyancat-phpunit-resultprinter": "~1.2",
"codeclimate/php-test-reporter": "dev-master"
},
"autoload": {
"psr-4": {
"Ctrl\\Bundle\\ConcertoBundle\\": "src"
}
},
"license": "MIT",
"authors": [
{
"name": "Cody Jennings",
"email": "cody.jennings@groundctrl.com"
}
]
}