{
    "name": "vinkla/hashids",
    "description": "A Hashids bridge for Laravel",
    "keywords": [
        "laravel",
        "hashids",
        "hashid",
        "hash",
        "ids",
        "youtube",
        "bitly",
        "encrypt",
        "decrypt",
        "obfuscate"
    ],
    "license": "MIT",
    "authors": [
        {
            "name": "Vincent Klaiber",
            "email": "hello@vinkla.com",
            "homepage": "https://vinkla.com"
        }
    ],
    "require": {
        "php": "^7.1.3",
        "graham-campbell/manager": "^4.2",
        "hashids/hashids": "^3.0",
        "illuminate/contracts": "5.8.*",
        "illuminate/support": "5.8.*"
    },
    "require-dev": {
        "graham-campbell/analyzer": "^2.1",
        "graham-campbell/testbench": "^5.2",
        "mockery/mockery": "^1.2",
        "phpunit/phpunit": "^7.5 || ^8.0"
    },
    "config": {
        "preferred-install": "dist"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "5.2-dev"
        },
        "laravel": {
            "providers": [
                "Vinkla\\Hashids\\HashidsServiceProvider"
            ],
            "aliases": {
                "Hashids": "Vinkla\\Hashids\\Facades\\Hashids"
            }
        }
    },
    "autoload": {
        "psr-4": {
            "Vinkla\\Hashids\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Vinkla\\Tests\\Hashids\\": "tests/"
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
