[
    {
        "name": "hashids/hashids",
        "version": "3.0.0",
        "version_normalized": "3.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ivanakimov/hashids.php.git",
            "reference": "b6c61142bfe36d43740a5419d11c351dddac0458"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ivanakimov/hashids.php/zipball/b6c61142bfe36d43740a5419d11c351dddac0458",
            "reference": "b6c61142bfe36d43740a5419d11c351dddac0458",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "require-dev": {
            "phpunit/phpunit": "^7.0"
        },
        "suggest": {
            "ext-bcmath": "Required to use BC Math arbitrary precision mathematics (*).",
            "ext-gmp": "Required to use GNU multiple precision mathematics (*)."
        },
        "time": "2018-03-12T16:30:09+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Hashids\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ivan Akimov",
                "email": "ivan@barreleye.com",
                "homepage": "https://twitter.com/IvanAkimov"
            },
            {
                "name": "Vincent Klaiber",
                "email": "hello@vinkla.com",
                "homepage": "https://vinkla.com"
            }
        ],
        "description": "Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers",
        "homepage": "http://hashids.org/php",
        "keywords": [
            "bitly",
            "decode",
            "encode",
            "hash",
            "hashid",
            "hashids",
            "ids",
            "obfuscate",
            "youtube"
        ]
    }
]
