{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "fe1941e26bf85d2672f44ded192a7e44", "packages": [ { "name": "ksubileau/color-thief-php", "version": "v1.4.1", "source": { "type": "git", "url": "https://github.com/ksubileau/color-thief-php.git", "reference": "fc2acefacbd037f68cf61bcc62b30ac1bb16ed59" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ksubileau/color-thief-php/zipball/fc2acefacbd037f68cf61bcc62b30ac1bb16ed59", "reference": "fc2acefacbd037f68cf61bcc62b30ac1bb16ed59", "shasum": "" }, "require": { "php": ">=5.4.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.13", "phpunit/phpunit": "~4.8|~5.7" }, "suggest": { "ext-gd": "to use the GD image adapter.", "ext-gmagick": "to use the Gmagick image adapter.", "ext-imagick": "to use the Imagick image adapter." }, "type": "library", "autoload": { "psr-4": { "ColorThief\\": "lib/ColorThief" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "CC-BY-2.5" ], "authors": [ { "name": "Kevin Subileau", "homepage": "http://www.kevinsubileau.fr" } ], "description": "Grabs the dominant color or a representative color palette from an image.", "homepage": "http://www.kevinsubileau.fr/projets/color-thief-php", "keywords": [ "color", "dominant", "palette", "php", "thief" ], "time": "2018-10-27T18:57:38+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }