mirror of
https://github.com/ivuorinen/palette.git
synced 2026-02-10 08:49:08 +00:00
Palette takes first steps, nothing working yet, but we're getting there.
This commit is contained in:
25
composer.json
Normal file
25
composer.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user