|
@@ -4,8 +4,249 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "44486a9a1b206d281de829f0a81c5ef3",
|
|
|
+ "content-hash": "0b94b47b777b531a2c91338a4b4b7ff1",
|
|
|
"packages": [
|
|
|
+ {
|
|
|
+ "name": "adbario/php-dot-notation",
|
|
|
+ "version": "2.5.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/adbario/php-dot-notation.git",
|
|
|
+ "reference": "081e2cca50c84bfeeea2e3ef9b2c8d206d80ccae"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/adbario/php-dot-notation/zipball/081e2cca50c84bfeeea2e3ef9b2c8d206d80ccae",
|
|
|
+ "reference": "081e2cca50c84bfeeea2e3ef9b2c8d206d80ccae",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "php": "^5.5 || ^7.0 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.8|^5.7|^6.6|^7.5|^8.5|^9.5",
|
|
|
+ "squizlabs/php_codesniffer": "^3.6"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/helpers.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Adbar\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Riku Särkinen",
|
|
|
+ "email": "riku@adbar.io"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHP dot notation access to arrays",
|
|
|
+ "homepage": "https://github.com/adbario/php-dot-notation",
|
|
|
+ "keywords": [
|
|
|
+ "ArrayAccess",
|
|
|
+ "dotnotation"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/adbario/php-dot-notation/issues",
|
|
|
+ "source": "https://github.com/adbario/php-dot-notation/tree/2.5.0"
|
|
|
+ },
|
|
|
+ "time": "2022-10-14T20:31:46+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "alibabacloud/tea",
|
|
|
+ "version": "3.2.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/aliyun/tea-php.git",
|
|
|
+ "reference": "1619cb96c158384f72b873e1f85de8b299c9c367"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/aliyun/tea-php/zipball/1619cb96c158384f72b873e1f85de8b299c9c367",
|
|
|
+ "reference": "1619cb96c158384f72b873e1f85de8b299c9c367",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "adbario/php-dot-notation": "^2.4",
|
|
|
+ "ext-curl": "*",
|
|
|
+ "ext-json": "*",
|
|
|
+ "ext-libxml": "*",
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "ext-openssl": "*",
|
|
|
+ "ext-simplexml": "*",
|
|
|
+ "ext-xmlwriter": "*",
|
|
|
+ "guzzlehttp/guzzle": "^6.3|^7.0",
|
|
|
+ "php": ">=5.5"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "*",
|
|
|
+ "symfony/dotenv": "^3.4",
|
|
|
+ "symfony/var-dumper": "^3.4"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-sockets": "To use client-side monitoring"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "AlibabaCloud\\Tea\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Alibaba Cloud SDK",
|
|
|
+ "email": "sdk-team@alibabacloud.com",
|
|
|
+ "homepage": "http://www.alibabacloud.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Client of Tea for PHP",
|
|
|
+ "homepage": "https://www.alibabacloud.com/",
|
|
|
+ "keywords": [
|
|
|
+ "alibabacloud",
|
|
|
+ "client",
|
|
|
+ "cloud",
|
|
|
+ "tea"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/aliyun/tea-php/issues",
|
|
|
+ "source": "https://github.com/aliyun/tea-php"
|
|
|
+ },
|
|
|
+ "time": "2023-05-16T06:43:41+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "alibabacloud/tea-fileform",
|
|
|
+ "version": "0.3.4",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/alibabacloud-sdk-php/tea-fileform.git",
|
|
|
+ "reference": "4bf0c75a045c8115aa8cb1a394bd08d8bb833181"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/alibabacloud-sdk-php/tea-fileform/zipball/4bf0c75a045c8115aa8cb1a394bd08d8bb833181",
|
|
|
+ "reference": "4bf0c75a045c8115aa8cb1a394bd08d8bb833181",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "alibabacloud/tea": "^3.0",
|
|
|
+ "php": ">5.5"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.8.35|^5.4.3"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "AlibabaCloud\\Tea\\FileForm\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Alibaba Cloud SDK",
|
|
|
+ "email": "sdk-team@alibabacloud.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Alibaba Cloud Tea File Library for PHP",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/alibabacloud-sdk-php/tea-fileform/issues",
|
|
|
+ "source": "https://github.com/alibabacloud-sdk-php/tea-fileform/tree/0.3.4"
|
|
|
+ },
|
|
|
+ "time": "2020-12-01T07:24:35+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "alipaysdk/easysdk",
|
|
|
+ "version": "2.2.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/alipay/alipay-easysdk.git",
|
|
|
+ "reference": "c6008839a22a5fca08e9f8536730f7abfed522d5"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/alipay/alipay-easysdk/zipball/c6008839a22a5fca08e9f8536730f7abfed522d5",
|
|
|
+ "reference": "c6008839a22a5fca08e9f8536730f7abfed522d5",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "alibabacloud/tea": "^3.1",
|
|
|
+ "alibabacloud/tea-fileform": "^0.3.2",
|
|
|
+ "ext-ctype": "*",
|
|
|
+ "ext-curl": "*",
|
|
|
+ "ext-dom": "*",
|
|
|
+ "ext-fileinfo": "*",
|
|
|
+ "ext-json": "*",
|
|
|
+ "ext-libxml": "*",
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "ext-openssl": "*",
|
|
|
+ "ext-simplexml": "*",
|
|
|
+ "ext-xmlwriter": "*",
|
|
|
+ "guzzlehttp/guzzle": ">=6.3",
|
|
|
+ "php": ">=7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^7.5"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Alipay\\EasySDK\\": "php/src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "junying.wjy",
|
|
|
+ "email": "junying.wjy@antfin.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "支付宝官方 Alipay Easy SDK",
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/alipay/alipay-easysdk/tree/v2.2.3"
|
|
|
+ },
|
|
|
+ "time": "2022-11-28T14:04:57+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "aws/aws-crt-php",
|
|
|
"version": "v1.2.7",
|