Skip to content

Commit

Permalink
Merge pull request #5 from JLepeltier/master
Browse files Browse the repository at this point in the history
Add composer.json
  • Loading branch information
heristop committed Feb 1, 2013
2 parents 51b7642 + a597c59 commit 3082e29
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "heristop/sf-combine-plugin",
"type": "symfony1-plugin",
"description": "Combines and compresses JavaScript and CSS files",
"keywords": ["symfony", "combine", "js", "css", "minify"],
"license": "MIT",
"homepage": "https://github.com/heristop/sfCombinePlugin",
"require": {
"composer/installers": "*"
},
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
}
}

0 comments on commit 3082e29

Please sign in to comment.