forked from cvele/MultiTenantBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 839 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 839 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
{
"name": "cvele/multitenant-bundle",
"type": "symfony-bundle",
"description": "Symfony MultiTenantBundle",
"keywords": ["User multitenancy"],
"homepage": "http://github.com/cvele/MultiTenantBundle",
"license": "MIT",
"authors": [
{
"name": "Vladimir Cvetic",
"email": "vladimir@ferdinand.rs"
}
],
"require": {
"php": ">=5.4"
},
"require-dev": {
"symfony/framework-bundle": "~2.3|~3.0",
"doctrine/doctrine-bundle": "~1.3",
"symfony/console": "~2.3|~3.0",
"symfony/phpunit-bridge": "~2.7|~3.0"
},
"autoload": {
"psr-4": { "Cvele\\MultiTenantBundle\\": "" }
},
"suggest": {
"friendsofsymfony/user-bundle": "MultiTenantBundle has been thurley tested to work with FOSUserBundle"
}
}