|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
"This file is @generated automatically"
|
|
|
],
|
|
],
|
|
|
- "content-hash": "fab742d38f3abf7546bf3b18e5bf84bb",
|
|
|
|
|
|
|
+ "content-hash": "a34fa1dec3b26a570802758c924dc489",
|
|
|
"packages": [
|
|
"packages": [
|
|
|
{
|
|
{
|
|
|
"name": "aws/aws-crt-php",
|
|
"name": "aws/aws-crt-php",
|
|
@@ -1054,6 +1054,85 @@
|
|
|
],
|
|
],
|
|
|
"time": "2025-08-23T21:21:41+00:00"
|
|
"time": "2025-08-23T21:21:41+00:00"
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "hyperf/amqp",
|
|
|
|
|
+ "version": "v3.1.63",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/hyperf/amqp.git",
|
|
|
|
|
+ "reference": "73cf773449b238697434f609d6a1e0345bbe6759"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/hyperf/amqp/zipball/73cf773449b238697434f609d6a1e0345bbe6759",
|
|
|
|
|
+ "reference": "73cf773449b238697434f609d6a1e0345bbe6759",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "doctrine/instantiator": "^1.2.0",
|
|
|
|
|
+ "hyperf/codec": "~3.1.0",
|
|
|
|
|
+ "hyperf/collection": "~3.1.0",
|
|
|
|
|
+ "hyperf/context": "~3.1.0",
|
|
|
|
|
+ "hyperf/contract": "~3.1.0",
|
|
|
|
|
+ "hyperf/coordinator": "~3.1.0",
|
|
|
|
|
+ "hyperf/coroutine": "~3.1.0",
|
|
|
|
|
+ "hyperf/engine": "^2.0",
|
|
|
|
|
+ "hyperf/pool": "~3.1.0",
|
|
|
|
|
+ "hyperf/process": "~3.1.0",
|
|
|
|
|
+ "hyperf/support": "~3.1.0",
|
|
|
|
|
+ "php": ">=8.1",
|
|
|
|
|
+ "php-amqplib/php-amqplib": "^3.5",
|
|
|
|
|
+ "psr/container": "^1.0 || ^2.0",
|
|
|
|
|
+ "psr/event-dispatcher": "^1.0",
|
|
|
|
|
+ "psr/log": "^1.0 || ^2.0 || ^3.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "hyperf/di": "Required to use annotations.",
|
|
|
|
|
+ "hyperf/event": "Declare queue and start consumers automatically."
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "hyperf": {
|
|
|
|
|
+ "config": "Hyperf\\Amqp\\ConfigProvider"
|
|
|
|
|
+ },
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "3.1-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Hyperf\\Amqp\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "A amqplib for hyperf.",
|
|
|
|
|
+ "homepage": "https://hyperf.io",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "AMQP",
|
|
|
|
|
+ "hyperf",
|
|
|
|
|
+ "php"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "docs": "https://hyperf.wiki",
|
|
|
|
|
+ "issues": "https://github.com/hyperf/hyperf/issues",
|
|
|
|
|
+ "pull-request": "https://github.com/hyperf/hyperf/pulls",
|
|
|
|
|
+ "source": "https://github.com/hyperf/hyperf"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://hyperf.wiki/#/zh-cn/donate",
|
|
|
|
|
+ "type": "custom"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://opencollective.com/hyperf",
|
|
|
|
|
+ "type": "open_collective"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-10-30T01:44:44+00:00"
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"name": "hyperf/cache",
|
|
"name": "hyperf/cache",
|
|
|
"version": "v3.1.63",
|
|
"version": "v3.1.63",
|
|
@@ -5302,6 +5381,206 @@
|
|
|
],
|
|
],
|
|
|
"time": "2025-03-16T02:16:27+00:00"
|
|
"time": "2025-03-16T02:16:27+00:00"
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "paragonie/constant_time_encoding",
|
|
|
|
|
+ "version": "v3.1.3",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/paragonie/constant_time_encoding.git",
|
|
|
|
|
+ "reference": "d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77",
|
|
|
|
|
+ "reference": "d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": "^8"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "infection/infection": "^0",
|
|
|
|
|
+ "nikic/php-fuzzer": "^0",
|
|
|
|
|
+ "phpunit/phpunit": "^9|^10|^11",
|
|
|
|
|
+ "vimeo/psalm": "^4|^5|^6"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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": "2025-09-24T15:06:41+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": "php-amqplib/php-amqplib",
|
|
|
|
|
+ "version": "v3.7.4",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/php-amqplib/php-amqplib.git",
|
|
|
|
|
+ "reference": "381b6f7c600e0e0c7463cdd7f7a1a3bc6268e5fd"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/381b6f7c600e0e0c7463cdd7f7a1a3bc6268e5fd",
|
|
|
|
|
+ "reference": "381b6f7c600e0e0c7463cdd7f7a1a3bc6268e5fd",
|
|
|
|
|
+ "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/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "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"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/php-amqplib/php-amqplib/issues",
|
|
|
|
|
+ "source": "https://github.com/php-amqplib/php-amqplib/tree/v3.7.4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2025-11-23T17:00:56+00:00"
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"name": "php-di/phpdoc-reader",
|
|
"name": "php-di/phpdoc-reader",
|
|
|
"version": "2.2.1",
|
|
"version": "2.2.1",
|
|
@@ -5419,6 +5698,116 @@
|
|
|
],
|
|
],
|
|
|
"time": "2025-12-27T19:41:33+00:00"
|
|
"time": "2025-12-27T19:41:33+00:00"
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "phpseclib/phpseclib",
|
|
|
|
|
+ "version": "3.0.48",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/phpseclib/phpseclib.git",
|
|
|
|
|
+ "reference": "64065a5679c50acb886e82c07aa139b0f757bb89"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/64065a5679c50acb886e82c07aa139b0f757bb89",
|
|
|
|
|
+ "reference": "64065a5679c50acb886e82c07aa139b0f757bb89",
|
|
|
|
|
+ "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/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "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.48"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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": "2025-12-15T11:51:42+00:00"
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"name": "psr/cache",
|
|
"name": "psr/cache",
|
|
|
"version": "3.0.0",
|
|
"version": "3.0.0",
|
|
@@ -11015,6 +11404,6 @@
|
|
|
"platform": {
|
|
"platform": {
|
|
|
"php": ">=8.1"
|
|
"php": ">=8.1"
|
|
|
},
|
|
},
|
|
|
- "platform-dev": [],
|
|
|
|
|
- "plugin-api-version": "2.6.0"
|
|
|
|
|
|
|
+ "platform-dev": {},
|
|
|
|
|
+ "plugin-api-version": "2.9.0"
|
|
|
}
|
|
}
|