-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathcomposer.json
39 lines (39 loc) · 1.24 KB
/
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
34
35
36
37
38
39
{
"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": "^1.0 || ^2.0",
"symfony/twig-bundle": "^3.4 || ^4.0 || ^5.0",
"symfony/templating": "^3.4 || ^4.0 || ^5.0",
"sensio/framework-extra-bundle": "^3.4 || ^4.0 || ^5.0",
"symfony/yaml": "^3.4 || ^4.0 || ^5.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.1",
"symfony/browser-kit": "^3.4 || ^4.0 || ^5.0",
"doctrine/annotations": "^1.4"
},
"suggest": {
"troopers/assetic-injector-bundle": "For Inject libraries in your views easily"
},
"autoload": {
"psr-0": { "Troopers\\AlertifyBundle": "" }
},
"target-dir": "Troopers/AlertifyBundle"
}