⚝
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
/
public_html
/
vendor
/
minishlink
/
web-push
/
View File Name :
composer.json
{ "name": "minishlink/web-push", "type": "library", "description": "Web Push library for PHP", "keywords": ["push", "notifications", "web", "WebPush", "Push API"], "homepage": "https://github.com/web-push-libs/web-push-php", "license": "MIT", "authors": [ { "name": "Louis Lagrange", "email": "lagrange.louis@gmail.com", "homepage": "https://github.com/Minishlink" } ], "scripts": { "test:unit": "./vendor/bin/phpunit --color", "test:typing": "./vendor/bin/phpstan analyse", "test:syntax": "./vendor/bin/php-cs-fixer fix ./src --dry-run --stop-on-violation --using-cache=no" }, "require": { "php": ">=8.0", "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", "ext-openssl": "*", "guzzlehttp/guzzle": "^7.0.1|^6.2", "web-token/jwt-signature": "^2.0|^3.0.2", "web-token/jwt-key-mgmt": "^2.0|^3.0.2", "web-token/jwt-signature-algorithm-ecdsa": "^2.0|^3.0.2", "web-token/jwt-util-ecc": "^2.0|^3.0.2", "spomky-labs/base64url": "^2.0" }, "suggest": { "ext-gmp": "Optional for performance." }, "require-dev": { "phpunit/phpunit": "^9.5.27", "phpstan/phpstan": "^1.9.8", "friendsofphp/php-cs-fixer": "^v3.13.2" }, "autoload": { "psr-4" : { "Minishlink\\WebPush\\" : "src" } } }