summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 78d2eb670332d392bc76a896783286fe3e944ff3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "imagick/imagick",
    "type": "php-ext",
    "license": "PHP-3.01",
    "description": "The Imagick PHP extension",
    "require": {
        "php": ">= 5.6.0"
    },
    "php-ext": {
        "extension-name": "imagick",
        "configure-options": [
            {
                "name": "with-imagick",
                "description": "Enables the imagick extension. DIR is the prefix to ImageMagick installation directory.",
                "needs-value": true
            }
        ]
    }
}