Palette takes first steps, nothing working yet, but we're getting there.

This commit is contained in:
Ismo Vuorinen
2013-06-27 03:58:28 +03:00
parent a933241785
commit 38cae8b68b
2 changed files with 184 additions and 0 deletions

25
composer.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "ivuorinen/palette",
"keywords": ["image", "colors", "palette", "psr-2"],
"homepage": "https://github.com/ivuorinen/palette",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Ismo Vuorinen",
"email": "ivuorinen@me.com"
}
],
"support": {
"source": "https://github.com/ivuorinen/palette",
"issues": "https://github.com/ivuorinen/palette/issues"
},
"require": {
"php": ">=5.2.0",
},
"extra": {
"branch-alias": {
"dev-master": "master"
}
}
}