forked from symfony/assetic-bundle
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 877 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 877 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
26
27
28
29
30
31
{
"name": "icans/assetic-bundle",
"version": "2.0.2",
"description": "Integrates Assetic into Symfony2",
"keywords": ["assets", "compression", "minification"],
"homepage": "https://github.com/symfony/AsseticBundle",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Kris Wallsmith",
"email": "kris.wallsmith@gmail.com",
"homepage": "http://kriswallsmith.net/"
}
],
"require": {
"php": ">=5.3.0",
"symfony/framework-bundle": "2.0.*",
"kriswallsmith/assetic": "1.0.*"
},
"suggest": {
"symfony/twig-bundle": "2.0.*"
},
"replace": {
"symfony/assetic-bundle": "self.version"
},
"autoload": {
"psr-0": { "Symfony\\Bundle\\AsseticBundle": "" }
},
"target-dir": "Symfony/Bundle/AsseticBundle"
}