{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "94801d7d79e8d889a8cf8683e2467275", "packages": [ { "name": "paragonie/constant_time_encoding", "version": "v2.6.3", "source": { "type": "git", "url": "https://github.com/paragonie/constant_time_encoding.git", "reference": "58c3f47f650c94ec05a151692652a868995d2938" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938", "reference": "58c3f47f650c94ec05a151692652a868995d2938", "shasum": "" }, "require": { "php": "^7|^8" }, "require-dev": { "phpunit/phpunit": "^6|^7|^8|^9", "vimeo/psalm": "^1|^2|^3|^4" }, "type": "library", "autoload": { "psr-4": { "ParagonIE\\ConstantTime\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com", "role": "Maintainer" }, { "name": "Steve 'Sc00bz' Thomas", "email": "steve@tobtu.com", "homepage": "https://www.tobtu.com", "role": "Original Developer" } ], "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", "keywords": [ "base16", "base32", "base32_decode", "base32_encode", "base64", "base64_decode", "base64_encode", "bin2hex", "encoding", "hex", "hex2bin", "rfc4648" ], "support": { "email": "info@paragonie.com", "issues": "https://github.com/paragonie/constant_time_encoding/issues", "source": "https://github.com/paragonie/constant_time_encoding" }, "time": "2022-06-14T06:56:20+00:00" }, { "name": "paragonie/random_compat", "version": "v9.99.100", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", "shasum": "" }, "require": { "php": ">= 7" }, "require-dev": { "phpunit/phpunit": "4.*|5.*", "vimeo/psalm": "^1" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "polyfill", "pseudorandom", "random" ], "support": { "email": "info@paragonie.com", "issues": "https://github.com/paragonie/random_compat/issues", "source": "https://github.com/paragonie/random_compat" }, "time": "2020-10-15T08:29:30+00:00" }, { "name": "phpseclib/phpseclib", "version": "3.0.19", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", "reference": "cc181005cf548bfd8a4896383bb825d859259f95" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/cc181005cf548bfd8a4896383bb825d859259f95", "reference": "cc181005cf548bfd8a4896383bb825d859259f95", "shasum": "" }, "require": { "paragonie/constant_time_encoding": "^1|^2", "paragonie/random_compat": "^1.4|^2.0|^9.99.99", "php": ">=5.6.1" }, "require-dev": { "phpunit/phpunit": "*" }, "suggest": { "ext-dom": "Install the DOM extension to load XML formatted public keys.", "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." }, "type": "library", "autoload": { "files": [ "phpseclib/bootstrap.php" ], "psr-4": { "phpseclib3\\": "phpseclib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jim Wigginton", "email": "terrafrost@php.net", "role": "Lead Developer" }, { "name": "Patrick Monnerat", "email": "pm@datasphere.ch", "role": "Developer" }, { "name": "Andreas Fischer", "email": "bantu@phpbb.com", "role": "Developer" }, { "name": "Hans-Jürgen Petrich", "email": "petrich@tronic-media.com", "role": "Developer" }, { "name": "Graham Campbell", "email": "graham@alt-three.com", "role": "Developer" } ], "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", "homepage": "http://phpseclib.sourceforge.net", "keywords": [ "BigInteger", "aes", "asn.1", "asn1", "blowfish", "crypto", "cryptography", "encryption", "rsa", "security", "sftp", "signature", "signing", "ssh", "twofish", "x.509", "x509" ], "support": { "issues": "https://github.com/phpseclib/phpseclib/issues", "source": "https://github.com/phpseclib/phpseclib/tree/3.0.19" }, "funding": [ { "url": "https://github.com/terrafrost", "type": "github" }, { "url": "https://www.patreon.com/phpseclib", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib", "type": "tidelift" } ], "time": "2023-03-05T17:13:09+00:00" }, { "name": "planetteamspeak/ts3-php-framework", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/planetteamspeak/ts3phpframework.git", "reference": "5759ab6f4256382e83dfdb1c3424c9261d82420b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/planetteamspeak/ts3phpframework/zipball/5759ab6f4256382e83dfdb1c3424c9261d82420b", "reference": "5759ab6f4256382e83dfdb1c3424c9261d82420b", "shasum": "" }, "require": { "ext-ctype": "*", "ext-json": "*", "ext-openssl": "*", "php": "^8.0", "phpseclib/phpseclib": "^3.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.8", "php-coveralls/php-coveralls": "^2.5", "phpcompatibility/php-compatibility": "^9.3", "phpunit/phpunit": "^9.5", "react/socket": "^1.11", "squizlabs/php_codesniffer": "^3.6", "symfony/yaml": "^6.0" }, "type": "library", "autoload": { "psr-4": { "PlanetTeamSpeak\\TeamSpeak3Framework\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0" ], "authors": [ { "name": "Sven 'ScP' Paulsen", "email": "scp@planetteamspeak.com" } ], "description": "Modern use-at-will framework that provides individual components to manage TeamSpeak 3 Server instances", "homepage": "https://www.planetteamspeak.com", "keywords": [ "api", "filetransfer", "interface", "management", "query", "server", "teamspeak", "ts3" ], "support": { "docs": "https://docs.planetteamspeak.com/ts3/php/framework", "email": "info@planetteamspeak.com", "issues": "https://github.com/planetteamspeak/ts3phpframework/issues", "source": "https://github.com/planetteamspeak/ts3phpframework/tree/1.2.0" }, "time": "2023-02-16T23:22:27+00:00" }, { "name": "promphp/prometheus_client_php", "version": "v2.6.2", "source": { "type": "git", "url": "https://github.com/PromPHP/prometheus_client_php.git", "reference": "df77bbcc65bd173f2ffaf40ab4e1ca8716da8ce6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PromPHP/prometheus_client_php/zipball/df77bbcc65bd173f2ffaf40ab4e1ca8716da8ce6", "reference": "df77bbcc65bd173f2ffaf40ab4e1ca8716da8ce6", "shasum": "" }, "require": { "ext-json": "*", "php": "^7.2|^8.0" }, "replace": { "endclothing/prometheus_client_php": "*", "jimdo/prometheus_client_php": "*", "lkaemmerling/prometheus_client_php": "*" }, "require-dev": { "guzzlehttp/guzzle": "^6.3|^7.0", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^1.5.4", "phpstan/phpstan-phpunit": "^1.1.0", "phpstan/phpstan-strict-rules": "^1.1.0", "phpunit/phpunit": "^9.4", "squizlabs/php_codesniffer": "^3.6", "symfony/polyfill-apcu": "^1.6" }, "suggest": { "ext-apc": "Required if using APCu.", "ext-redis": "Required if using Redis.", "promphp/prometheus_push_gateway_php": "An easy client for using Prometheus PushGateway.", "symfony/polyfill-apcu": "Required if you use APCu on PHP8.0+" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-4": { "Prometheus\\": "src/Prometheus/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Lukas Kämmerling", "email": "kontakt@lukas-kaemmerling.de" } ], "description": "Prometheus instrumentation library for PHP applications.", "support": { "issues": "https://github.com/PromPHP/prometheus_client_php/issues", "source": "https://github.com/PromPHP/prometheus_client_php/tree/v2.6.2" }, "time": "2022-06-30T03:46:23+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "platform-overrides": { "php": "8.0" }, "plugin-api-version": "2.3.0" }