forked from lexik/LexikMaintenanceBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 943 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
{
"name": "lexik/maintenance-bundle",
"type": "symfony-bundle",
"description": "This bundle allows you to place your website in maintenance mode by calling two commands from your console.",
"keywords": ["Symfony2", "bundle", "maintenance"],
"homepage": "https://github.com/lexik/LexikMaintenanceBundle",
"license": "MIT",
"authors": [
{
"name": "Gilles Gauthier",
"email": "[email protected]"
},
{
"name": "Dev Lexik",
"email": "[email protected]"
},
{
"name": "Djuri Baars",
"email" : "[email protected]"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.1.*",
"symfony/dependency-injection": "2.1.*"
},
"autoload": {
"psr-0": { "Lexik\\Bundle\\MaintenanceBundle": "" }
},
"target-dir": "Lexik/Bundle/MaintenanceBundle"
}