Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
carloscabo committed Oct 10, 2016
1 parent 6c28006 commit a09197f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
{
"name": "carloscabo/husl-php-class",
"description": "Port",
"name": "carloscabo/husl",
"type": "library",
"description": "HUSL / rgb / hex color conversion library",
"keywords": ["HUSL","color"],
"homepage": "https://github.com/carloscabo/husl-php-class",
"minimum-stability": "dev",
"authors": [
{
"name": "Carlos Cabo",
"email": "carloscabo@gmail.com",
"homepage": "http://carloscabo.com",
"role": "Developer"
}
],
"license": "MIT",
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a09197f

Please sign in to comment.