{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], "hash": "e8e7427897acaa349facd19a4a05dfd3", "content-hash": "93eb4725f8530743efe82a394f70fece", "packages": [ { "name": "hashids/hashids", "version": "1.0.6", "source": { "type": "git", "url": "https://github.com/ivanakimov/hashids.php.git", "reference": "6bd7ceffb2ccddef6cd64e88f1717f97d131cc3c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ivanakimov/hashids.php/zipball/6bd7ceffb2ccddef6cd64e88f1717f97d131cc3c", "reference": "6bd7ceffb2ccddef6cd64e88f1717f97d131cc3c", "shasum": "" }, "require": { "php": "^5.3.3 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8 || ^5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-4": { "Hashids\\": "lib/Hashids/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ivan Akimov", "email": "ivan@barreleye.com", "homepage": "https://twitter.com/IvanAkimov" } ], "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" ], "time": "2016-01-21 04:26:38" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }