Skip to content

Commit

Permalink
Add Composer support
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Dec 18, 2012
1 parent 4f3aeb2 commit 92aa311
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ src/plugins/csscomb.webstorm_pycharm_idea/csscomb.php
src/plugins/csscomb_for_coda_2.codaplugin/Contents/Resources/55543892-82DE-4679-9ADE-11CA109E2C68/Support\ Files/csscomb.php src/plugins/csscomb_for_coda_2.codaplugin/Contents/Resources/55543892-82DE-4679-9ADE-11CA109E2C68/Support\ Files/csscomb.php
yuicompressor* yuicompressor*
build/*.zip build/*.zip
vendor
15 changes: 15 additions & 0 deletions composer.json
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "miripiruni/csscomb",
"description": "The greatest tool for sorting CSS properties in specific order.",
"homepage": "http://csscomb.com",
"license": "MIT",
"authors": [
{
"name": "Slava Oliyanchuk",
"homepage": "http://miripiruni.org"
}
],
"autoload": {
"classmap": ["src/csscomb.php"]
}
}

0 comments on commit 92aa311

Please sign in to comment.