{ "_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#composer-lock-the-lock-file", "This file is @generated automatically" ], "content-hash": "d9b0c5872971e79b8d9b1185dcd97a2b", "packages": [ { "name": "claviska/simpleimage", "version": "3.3.3", "source": { "type": "git", "url": "https://github.com/claviska/SimpleImage.git", "reference": "31ba5b8358e1663a2813e2ada7242fa8d97a96dc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/claviska/SimpleImage/zipball/31ba5b8358e1663a2813e2ada7242fa8d97a96dc", "reference": "31ba5b8358e1663a2813e2ada7242fa8d97a96dc", "shasum": "" }, "require": { "ext-gd": "*", "league/color-extractor": "0.3.*", "php": ">=5.6.0" }, "type": "library", "autoload": { "psr-0": { "claviska": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Cory LaViska", "homepage": "http://www.abeautifulsite.net/", "role": "Developer" } ], "description": "A PHP class that makes working with images as simple as possible.", "time": "2017-09-12T09:03:56+00:00" }, { "name": "league/color-extractor", "version": "0.3.2", "source": { "type": "git", "url": "https://github.com/thephpleague/color-extractor.git", "reference": "837086ec60f50c84c611c613963e4ad2e2aec806" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/color-extractor/zipball/837086ec60f50c84c611c613963e4ad2e2aec806", "reference": "837086ec60f50c84c611c613963e4ad2e2aec806", "shasum": "" }, "require": { "ext-gd": "*", "php": ">=5.4.0" }, "replace": { "matthecat/colorextractor": "*" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2", "phpunit/phpunit": "~5" }, "type": "library", "autoload": { "psr-4": { "": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mathieu Lechat", "email": "math.lechat@gmail.com", "homepage": "http://matthecat.com", "role": "Developer" } ], "description": "Extract colors from an image as a human would do.", "homepage": "https://github.com/thephpleague/color-extractor", "keywords": [ "color", "extract", "human", "image", "palette" ], "time": "2016-12-15T09:30:02+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }