Server IP : 184.154.167.98 / Your IP : 3.138.120.251 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/public_html/tampico1900/3rdparty/spomky-labs/base64url/ |
Upload File : |
{ "name": "spomky-labs/base64url", "description": "Base 64 URL Safe Encoding/Decoding PHP Library", "type": "library", "license": "MIT", "keywords": ["Base64", "URL", "Safe", "RFC4648"], "homepage": "https://github.com/Spomky-Labs/base64url", "authors": [ { "name": "Florent Morselli", "homepage": "https://github.com/Spomky-Labs/base64url/contributors" } ], "autoload": { "psr-4": { "Base64Url\\": "src/" } }, "autoload-dev": { "psr-4": { "Base64Url\\Test\\": "tests/" } }, "require": { "php": ">=7.1" }, "require-dev": { "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^0.11|^0.12", "phpstan/phpstan-beberlei-assert": "^0.11|^0.12", "phpstan/phpstan-deprecation-rules": "^0.11|^0.12", "phpstan/phpstan-phpunit": "^0.11|^0.12", "phpstan/phpstan-strict-rules": "^0.11|^0.12" } }