forked from symfony/assetic-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 808 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 808 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
{
"name": "symfony/assetic-bundle",
"version": "2.1.0",
"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.*",
"kriswallsmith/assetic": ">=1.1.0-dev"
},
"suggest": {
"symfony/twig-bundle": "2.*"
},
"autoload": {
"psr-0": { "Symfony\\Bundle\\AsseticBundle": "" }
},
"target-dir": "Symfony/Bundle/AsseticBundle"
}