082a0130c2
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
34 lines
902 B
JSON
34 lines
902 B
JSON
{
|
|
"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.1.*",
|
|
"kriswallsmith/assetic": "1.1.*"
|
|
},
|
|
"suggest": {
|
|
"symfony/twig-bundle": "2.1.*"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "Symfony\\Bundle\\AsseticBundle": "" }
|
|
},
|
|
"target-dir": "Symfony/Bundle/AsseticBundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1.x-dev"
|
|
}
|
|
}
|
|
}
|