Skip to content

Commit

Permalink
Added Composer support
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Welch committed Mar 12, 2016
1 parent d8759db commit 6cadcc5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"name": "nystudio107/minify",
"minimum-stability": "dev",
"description": "A simple plugin that allows you to minify blocks of HTML, CSS, and JS inline in Craft CMS templates.",
"type": "craft-plugin",
"require": {
"mrclay/minify" : "dev-master"
"mrclay/minify" : "dev-master",
"composer/installers": "~1.0"
}
}

0 comments on commit 6cadcc5

Please sign in to comment.