Skip to content

Commit

Permalink
Add composer.json file.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 20, 2013
1 parent ade7516 commit 8310055
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "markstory/asset_compress",
"description": "An asset compression plugin for CakePHP. Provides file concatenation and a flexible filter system for preprocessing and minification.",
"type": "cakephp-plugin",
"keywords": ["cakephp", "assets", "minifier", "less", "coffee-script", "sass"],
"homepage": "https://github.com/markstory/asset_compress",
"license": "MIT",
"authors": [
{
"name": "Mark Story",
"homepage": "http://mark-story.com",
"role": "Author"
}
],
"support": {
"issues": "https://github.com/markstory/asset_compress/issues",
"source": "https://github.com/markstory/asset_compress"
},
"require": {
"php": ">=5.3.0",
"composer/installers": "*"
}
}

0 comments on commit 8310055

Please sign in to comment.