-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 763 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 763 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
{
"name": "vbardales/multiple-app-kernel-bundle",
"version": "1.0.0",
"description": "Allow Symfony2 base to host multiple apps",
"keywords": ["multiple", "app", "symfony2"],
"type": "symfony-bundle",
"homepage": "https://github.com/vbardales/MultipleAppKernelBundle",
"authors": [
{
"name": "Virginie BARDALES",
"email": "virginie.bardales@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "http://github.com/vbardales/MultipleAppKernelBundle/contributors"
}
],
"require": {
"symfony/symfony": "2.*"
},
"target-dir": "MultipleApp/KernelBundle",
"autoload": {
"psr-0": { "MultipleApp\\KernelBundle": "" }
}
}