-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
48 lines (48 loc) · 1.23 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
40
41
42
43
44
45
46
47
48
{
"name": "salva/jshrink-bundle",
"description": "This bundle integrate jshrink library as Assetic filter and twig extension",
"keywords": [
"Assetic",
"Symfony Bundle",
"javascript",
"jshrink",
"minify",
"twig"
],
"homepage": "https://github.com/nibsirahsieu/SalvaJshrinkBundle",
"license": "MIT",
"authors": [
{
"name": "Nibsirahsieu",
"email": "[email protected]",
"role": "Lead Developer"
},
{
"name": "Emanuele Minotto",
"email": "[email protected]",
"homepage": "http://emanueleminotto.github.io/",
"role": "Collaborator"
}
],
"require": {
"php": "^5.3.2|^7.0",
"symfony/assetic-bundle": "^2.7|^3.0",
"symfony/framework-bundle": "^2.7|^3.0",
"symfony/twig-bundle": "^2.7|^3.0",
"tedivm/jshrink": "~1.0",
"twig/extensions": "~1.2"
},
"require-dev": {
"phpunit/phpunit": "^4.0|^5.0"
},
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"Salva\\JshrinkBundle\\": "."
}
}
}