{
    "name": "contao/image",
    "type": "library",
    "description": "Contao image library",
    "license": "LGPL-3.0-or-later",
    "authors": [
        {
            "name": "Martin Auswöger",
            "homepage": "https://github.com/ausi"
        }
    ],
    "require": {
        "php": "^7.1",
        "ext-json": "*",
        "imagine/imagine": "^0.7.1 || ^1.0",
        "symfony/filesystem": "^2.8 || ^3.0 || ^4.0 || ^5.0",
        "symfony/polyfill-php73": "^1.11",
        "webmozart/path-util": "^2.0"
    },
    "conflict": {
        "contao/imagine-svg": "<0.1.4 || >=0.3"
    },
    "require-dev": {
        "contao/imagine-svg": "^0.1.4 || ^0.2",
        "friendsofphp/php-cs-fixer": "^2.14",
        "php-coveralls/php-coveralls": "^2.1",
        "phpstan/phpstan-phpunit": "^0.10",
        "phpunit/phpunit": "^7.5 || ^8.0",
        "symfony/console": "^4.3 || ^5.0",
        "symfony/phpunit-bridge": "^4.3.4 || ^5.0"
    },
    "suggest": {
        "ext-exif": "To support EXIF auto-rotation"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.0.x-dev"
        }
    },
    "autoload": {
        "psr-4": {
            "Contao\\Image\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Contao\\Image\\Tests\\": "tests/"
        }
    }
}
