{
    "name": "league/color-extractor",
    "type": "library",
    "description": "Extract colors from an image as a human would do.",
    "keywords": ["image", "color", "extract", "palette", "human"],
    "homepage": "https://github.com/thephpleague/color-extractor",
    "license": "MIT",
    "replace": {
        "matthecat/colorextractor": "*"
    },
    "authors": [
        {
            "name": "Mathieu Lechat",
            "email": "math.lechat@gmail.com",
            "homepage": "http://matthecat.com",
            "role": "Developer"
        }
    ],
    "require": {
        "php": "^7.3 || ^8.0",
        "ext-gd": "*"
    },
    "require-dev": {
        "friendsofphp/php-cs-fixer": "~2",
        "phpunit/phpunit": "^9.5"
    },
    "suggest": {
        "ext-curl": "To download images from remote URLs if allow_url_fopen is disabled for security reasons"
    },
    "autoload": {
        "psr-4": {
            "League\\ColorExtractor\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "League\\ColorExtractor\\Tests\\": "tests"
        }
    }
}
