{
    "name": "opctim/php-nilsimsa",
    "description": "A PHP implementation of the Nilsimsa hash.",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "beager",
            "email": "beager@gmail.com"
        },
        {
            "name": "opctim",
            "email": "opctim1@gmail.com"
        }
    ],
    "minimum-stability": "stable",
    "require": {
        "php": ">=5.6.0"
    },
    "autoload": {
        "psr-4": {
            "Beager\\": "src/"
        }
    }
}
