⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
dalily.dev-unit.com
/
vendor
/
vonage
/
jwt
/
View File Name :
composer.json
{ "name": "vonage/jwt", "description": "A standalone package for creating JWTs for Vonage APIs", "type": "library", "require": { "php": "~8.1 || ~8.2 || ~8.3", "lcobucci/jwt": "^4.3.0|^5.0", "ramsey/uuid": "^4.7.5" }, "require-dev": { "phpunit/phpunit": "^8.5|^9.4", "phpstan/phpstan": "^1.10", "squizlabs/php_codesniffer": "^3.5" }, "license": "Apache-2.0", "authors": [ { "name": "James Seconde", "email": "jim.seconde@vonage.com", "role": "PHP Developer Advocate" }, { "name": "Chris Tankersley", "email": "chris@ctankersley.com", "role": "Developer" } ], "autoload": { "psr-4": { "Vonage\\": "src/" } }, "autoload-dev": { "psr-4": { "Vonage\\": "test/", "VonageTest\\": "test/" } }, "scripts": { "phpstan": "phpstan", "cs-check": "phpcs", "cs-fix": "phpcbf", "test": "phpunit" } }