|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "605e568f89f5eadd9c04d718e23c56f0",
|
|
|
+ "content-hash": "be3b9d766f321140954c93f9129e2ca7",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "aliyuncs/oss-sdk-php",
|
|
@@ -2981,6 +2981,172 @@
|
|
|
"description": "Client of QCloud.com COS",
|
|
|
"time": "2024-09-04T13:58:12+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "paragonie/constant_time_encoding",
|
|
|
+ "version": "v3.0.0",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://mirrors.tencent.com/repository/composer/paragonie/constant_time_encoding/v3.0.0/paragonie-constant_time_encoding-v3.0.0.zip",
|
|
|
+ "reference": "df1e7fde177501eee2037dd159cf04f5f301a512",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^8"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^9",
|
|
|
+ "vimeo/psalm": "^4|^5"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "ParagonIE\\ConstantTime\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "time": "2024-05-08T12:36:18+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "paragonie/random_compat",
|
|
|
+ "version": "v9.99.100",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://mirrors.tencent.com/repository/composer/paragonie/random_compat/v9.99.100/paragonie-random_compat-v9.99.100.zip",
|
|
|
+ "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",
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "time": "2020-10-15T08:29:30+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "php-amqplib/php-amqplib",
|
|
|
+ "version": "v3.7.1",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://mirrors.tencent.com/repository/composer/php-amqplib/php-amqplib/v3.7.1/php-amqplib-php-amqplib-v3.7.1.zip",
|
|
|
+ "reference": "5db9a68435fdde9ba4248a8fd2fae6d07b442b65",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "ext-sockets": "*",
|
|
|
+ "php": "^7.2||^8.0",
|
|
|
+ "phpseclib/phpseclib": "^2.0|^3.0"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "php": "7.4.0 - 7.4.1"
|
|
|
+ },
|
|
|
+ "replace": {
|
|
|
+ "videlalvaro/php-amqplib": "self.version"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-curl": "*",
|
|
|
+ "nategood/httpful": "^0.2.20",
|
|
|
+ "phpunit/phpunit": "^7.5|^9.5",
|
|
|
+ "squizlabs/php_codesniffer": "^3.6"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.0-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "PhpAmqpLib\\": "PhpAmqpLib/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "LGPL-2.1-or-later"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Alvaro Videla",
|
|
|
+ "role": "Original Maintainer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Raúl Araya",
|
|
|
+ "email": "nubeiro@gmail.com",
|
|
|
+ "role": "Maintainer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Luke Bakken",
|
|
|
+ "email": "luke@bakken.io",
|
|
|
+ "role": "Maintainer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Ramūnas Dronga",
|
|
|
+ "email": "github@ramuno.lt",
|
|
|
+ "role": "Maintainer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
|
|
|
+ "homepage": "https://github.com/php-amqplib/php-amqplib/",
|
|
|
+ "keywords": [
|
|
|
+ "message",
|
|
|
+ "queue",
|
|
|
+ "rabbitmq"
|
|
|
+ ],
|
|
|
+ "time": "2024-09-03T19:18:03+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "phpoffice/phpspreadsheet",
|
|
|
"version": "1.29.2",
|
|
@@ -3131,6 +3297,92 @@
|
|
|
],
|
|
|
"time": "2024-07-20T21:41:07+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "phpseclib/phpseclib",
|
|
|
+ "version": "3.0.42",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://mirrors.tencent.com/repository/composer/phpseclib/phpseclib/3.0.42/phpseclib-phpseclib-3.0.42.zip",
|
|
|
+ "reference": "db92f1b1987b12b13f248fe76c3a52cadb67bb98",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "paragonie/constant_time_encoding": "^1|^2|^3",
|
|
|
+ "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/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "time": "2024-09-16T03:06:04+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "predis/predis",
|
|
|
"version": "v2.2.2",
|
|
@@ -5654,6 +5906,60 @@
|
|
|
"description": "A multi-language port of Browserscope's user agent parser.",
|
|
|
"time": "2020-10-02T23:36:20+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "vladimir-yuldashev/laravel-queue-rabbitmq",
|
|
|
+ "version": "v14.1.0",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://mirrors.tencent.com/repository/composer/vladimir-yuldashev/laravel-queue-rabbitmq/v14.1.0/vladimir-yuldashev-laravel-queue-rabbitmq-v14.1.0.zip",
|
|
|
+ "reference": "3d58891479582ebe988df7c3303efa4784dabccd",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "illuminate/queue": "^10.0|^11.0",
|
|
|
+ "php": "^8.0",
|
|
|
+ "php-amqplib/php-amqplib": "^v3.6"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "laravel/framework": "^9.0|^10.0|^11.0",
|
|
|
+ "laravel/horizon": "^5.0",
|
|
|
+ "laravel/pint": "^1.2",
|
|
|
+ "mockery/mockery": "^1.0",
|
|
|
+ "orchestra/testbench": "^7.0|^8.0|^9.0",
|
|
|
+ "phpunit/phpunit": "^10.0|^11.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-pcntl": "Required to use all features of the queue consumer."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "13.0-dev"
|
|
|
+ },
|
|
|
+ "laravel": {
|
|
|
+ "providers": [
|
|
|
+ "VladimirYuldashev\\LaravelQueueRabbitMQ\\LaravelQueueRabbitMQServiceProvider"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "VladimirYuldashev\\LaravelQueueRabbitMQ\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Vladimir Yuldashev",
|
|
|
+ "email": "misterio92@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "RabbitMQ driver for Laravel Queue. Supports Laravel Horizon.",
|
|
|
+ "time": "2024-04-26T22:36:00+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "vlucas/phpdotenv",
|
|
|
"version": "v5.6.1",
|