Skip to content

Commit

Permalink
added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kriswallsmith committed Feb 9, 2012
1 parent e9baebf commit b143e36
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "kriswallsmith/assetic",
"version": "1.0.3",
"description": "Asset Management for PHP 5.3",
"keywords": ["assets", "compression", "minification"],
"homepage": "https://github.com/kriswallsmith/assetic",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Kris Wallsmith",
"email": "[email protected]",
"homepage": "http://kriswallsmith.net/"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": { "Assetic": "src/" }
}
}

0 comments on commit b143e36

Please sign in to comment.