| {
    "name": "tinram/file-identifier",
    "type": "library",
    "description": "A simple library to identify files through MIME types and file signatures.",
    "homepage": "https://github.com/tinram/file-identifier",
    "license": "GPL-3.0-or-later",
    "minimum-stability": "dev",
    "authors": [
        {
            "name": "Martin Latter",
            "homepage": "https://tinram.github.io/",
            "role": "Developer"
        }
    ],
    "keywords": ["file-signature","file-identification","magic-bytes","files"],
    "require": {
        "php": ">=7.2.0"
    },
    "autoload": {
        "psr-4": {
            "Tinram\\File-Identifier\\": "src/"
        },
        "files": [
            "src/FileIdentifier.php",
            "src/FileSignatures.php"
        ]
    }
}
 |