One Hat Cyber Team
Your IP:
216.73.216.102
Server IP:
198.54.114.155
Server:
Linux server71.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
5.6.40
Create File
|
Create Folder
Execute
Dir :
~
/
home
/
fluxyjvi
/
www
/
project
/
vendor
/
tymon
/
jwt-auth
/
View File Name :
composer.json
{ "name": "tymon/jwt-auth", "description": "JSON Web Token Authentication for Laravel and Lumen", "keywords": [ "auth", "authentication", "json web token", "jwt", "laravel" ], "homepage": "https://github.com/tymondesigns/jwt-auth", "support": { "issues": "https://github.com/tymondesigns/jwt-auth/issues", "source": "https://github.com/tymondesigns/jwt-auth" }, "license": "MIT", "authors": [ { "name": "Sean Tymon", "email": "tymon148@gmail.com", "homepage": "https://tymon.xyz", "role": "Developer" } ], "require": { "php": "^8.0", "illuminate/auth": "^9.0|^10.0", "illuminate/contracts": "^9.0|^10.0", "illuminate/http": "^9.0|^10.0", "illuminate/support": "^9.0|^10.0", "lcobucci/jwt": "^4.0", "nesbot/carbon": "^2.0" }, "require-dev": { "illuminate/console": "^9.0|^10.0", "illuminate/database": "^9.0|^10.0", "illuminate/routing": "^9.0|^10.0", "mockery/mockery": ">=0.9.9", "phpunit/phpunit": "^9.4" }, "autoload": { "psr-4": { "Tymon\\JWTAuth\\": "src/" } }, "autoload-dev": { "psr-4": { "Tymon\\JWTAuth\\Test\\": "tests/" } }, "extra": { "branch-alias": { "dev-develop": "1.0-dev", "dev-2.x": "2.0-dev" }, "laravel": { "aliases": { "JWTAuth": "Tymon\\JWTAuth\\Facades\\JWTAuth", "JWTFactory": "Tymon\\JWTAuth\\Facades\\JWTFactory" }, "providers": [ "Tymon\\JWTAuth\\Providers\\LaravelServiceProvider" ] } }, "funding": [ { "type": "patreon", "url": "https://www.patreon.com/seantymon" } ], "config": { "sort-packages": true }, "prefer-stable": true, "minimum-stability": "dev", "scripts": { "test": "phpunit --colors=always", "test:ci": "composer test -- --verbose --coverage-text --coverage-clover=coverage.xml" } }