| {
    "name": "ganeshkandu/imageanalysis",
    "description": "This tool compares the original image to a recompressed version. This can make manipulated regions stand out in various ways. For example they can be darker or brighter than similar regions which have not been manipulated.",
    "keywords": ["composer","php","packagist","image","ela","analysis","forensic"],
    "type": "library",
    "license": "GPL-3.0",
    "authors": [
        {
            "name": "Ganesh Kandu",
            "email": "kanduganesh@gmail.com",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "ext-gd": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5"
    },
    "support": {
        "issues": "https://github.com/ganeshkandu/imageanalysis/issues",
        "source": "https://github.com/ganeshkandu/imageanalysis"
    },
    "minimum-stability": "beta",
	"autoload": {
        "psr-4": {
            "ImageAnalysis\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "ImageAnalysis\\Tests\\": "tests"
        }
    }
}
 |