forked from Troopers/AlertifyBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 906 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
{
"name": "troopers/alertify-bundle",
"type": "symfony-bundle",
"description": "Symfony AlertifyBundle",
"keywords": ["alert"],
"homepage": "https://github.com/Troopers/TroopersAlertifyBundle",
"license": "MIT",
"authors": [
{
"name": "Paul Andrieux",
"email": "[email protected]",
"homepage": "http://troopers.agency"
},
{
"name": "Leny Bernard",
"email": "[email protected]",
"homepage": "http://troopers.agency"
}
],
"require": {
"friendsofsymfony/jsrouting-bundle": "2.0.*@dev"
},
"suggest": {
"troopers/assetic-injector-bundle": "~1.1"
},
"require-dev": {
"symfony/class-loader": "~2.1"
},
"autoload": {
"psr-0": { "Troopers\\AlertifyBundle": "" }
},
"target-dir": "Troopers/AlertifyBundle"
}