MOON
Server: Apache
System: Linux res.emeff.ca 3.10.0-962.3.2.lve1.5.24.10.el7.x86_64 #1 SMP Wed Mar 20 07:36:02 EDT 2019 x86_64
User: accemeff (1004)
PHP: 7.0.33
Disabled: NONE
Upload Files
File: /home/accemeff/vendor/pixelandtonic/imagine/composer.json
{
    "name": "pixelandtonic/imagine",
    "description": "Image processing for PHP 5.3",
    "keywords": [
        "image manipulation",
        "image processing",
        "drawing",
        "graphics"
    ],
    "homepage": "http://imagine.readthedocs.org/",
    "license": "MIT",
    "authors": [
        {
            "name": "Bulat Shakirzyanov",
            "email": "mallluhuct@gmail.com",
            "homepage": "http://avalanche123.com"
        }
    ],
    "config": {
        "bin-dir": "bin"
    },
    "require": {
        "php": ">=5.3.2"
    },
    "require-dev": {
        "sami/sami": "^3.3",
        "symfony/phpunit-bridge": "^3.2"
    },
    "suggest": {
        "ext-gd": "to use the GD implementation",
        "ext-imagick": "to use the Imagick implementation",
        "ext-gmagick": "to use the Gmagick implementation"
    },
    "autoload": {
        "psr-0": {
            "Imagine": "lib/"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-develop": "0.7-dev"
        }
    },
    "archive": {
        "exclude": [
            "/.*",
            "/tests",
            "/vendor",
            "/bin",
            "docs/_build",
            "Imagine-*.tgz",
            "imagine-*.phar",
            "composer.phar"
        ]
    }
}