You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
547 B
21 lines
547 B
{
|
|
"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.1"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "Assetic": "src/" }
|
|
}
|
|
}
|
|
|