Files
palette/composer.json
renovate[bot] fa16ba60aa chore(deps): update dependency squizlabs/php_codesniffer to v3.9.0 (#58)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-17 12:15:41 +02:00

38 lines
956 B
JSON

{
"name": "ivuorinen/palette",
"description": "Get most used colors from an image",
"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"
},
"autoload": {
"psr-0": { "ivuorinen\\Palette\\": "src/" },
"classmap": ["src/"]
},
"autoload-dev": {
"psr-0": {
"ivuorinen\\Palette\\Tests\\": "tests/"
}
},
"require": {
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "10.5.10",
"squizlabs/php_codesniffer": "3.9.0"
},
"scripts": {
"test": "vendor/bin/phpunit"
}
}