| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "vinkla/hashids",
- "description": "A Hashids bridge for Laravel",
- "license": "MIT",
- "keywords": ["laravel", "hashids", "hashid", "hash", "ids", "youtube", "bitly", "encrypt", "decrypt", "obfuscate"],
- "authors": [
- {
- "name": "Vincent Klaiber",
- "email": "hello@vinkla.com"
- }
- ],
- "require": {
- "php": "^5.6.4 || ^7.0",
- "illuminate/contracts": "5.1.* || 5.2.* || 5.3.*",
- "illuminate/support": "5.1.* || 5.2.* || 5.3.*",
- "graham-campbell/manager": "^2.4",
- "hashids/hashids": "^1.0"
- },
- "require-dev": {
- "graham-campbell/testbench": "^3.2",
- "mockery/mockery": "^0.9.5",
- "phpunit/phpunit": "^5.4"
- },
- "autoload": {
- "psr-4": {
- "Vinkla\\Hashids\\": "src/"
- }
- },
- "autoload-dev": {
- "psr-4": {
- "Vinkla\\Tests\\Hashids\\": "tests/"
- }
- },
- "config": {
- "preferred-install": "dist"
- },
- "extra": {
- "branch-alias": {
- "dev-master": "2.4-dev"
- }
- },
- "minimum-stability": "dev",
- "prefer-stable": true
- }
|