36 lines
975 B
JSON
36 lines
975 B
JSON
|
{
|
||
|
"name": "kriswallsmith/assetic",
|
||
|
"description": "Asset Management for PHP",
|
||
|
"keywords": ["assets", "compression", "minification"],
|
||
|
"homepage": "https://github.com/kriswallsmith/assetic",
|
||
|
"type": "library",
|
||
|
"license": "MIT",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Kris Wallsmith",
|
||
|
"email": "kris.wallsmith@gmail.com",
|
||
|
"homepage": "http://kriswallsmith.net/"
|
||
|
}
|
||
|
],
|
||
|
"require": {
|
||
|
"php": ">=5.3.0",
|
||
|
"symfony/process": "2.1.*"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"twig/twig": ">=1.6.0,<2.0",
|
||
|
"leafo/lessphp": "*"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"twig/twig": "Assetic provides the integration with the Twig templating engine",
|
||
|
"leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-0": { "Assetic": "src/" }
|
||
|
},
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.1-dev"
|
||
|
}
|
||
|
}
|
||
|
}
|