����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 3.142.142.113 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/cbt.gltechlimited.com/vendor/vinkla/hashids/ |
Upload File : |
{ "name": "vinkla/hashids", "description": "A Hashids bridge for Laravel", "keywords": [ "hashids", "laravel" ], "license": "MIT", "authors": [ { "name": "Vincent Klaiber", "email": "hello@doubledip.se" } ], "require": { "php": "^7.3 || ^8.0", "graham-campbell/manager": "^4.4", "hashids/hashids": "^4.1", "illuminate/contracts": "^8.0", "illuminate/support": "^8.0" }, "require-dev": { "graham-campbell/analyzer": "^3.0", "graham-campbell/testbench": "^5.4", "mockery/mockery": "^1.3", "phpunit/phpunit": "^9.3", "squizlabs/php_codesniffer": "^3.5" }, "config": { "preferred-install": "dist" }, "extra": { "branch-alias": { "dev-master": "9.1-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 }