3065 lines
106 KiB
JSON
3065 lines
106 KiB
JSON
{
|
||
"_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": "66dcfdb00a15d9b5da44d0ac7a2c1974",
|
||
"packages": [
|
||
{
|
||
"name": "aliyuncs/oss-sdk-php",
|
||
"version": "v2.6.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/aliyun/aliyun-oss-php-sdk.git",
|
||
"reference": "572d0f8e099e8630ae7139ed3fdedb926c7a760f"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/aliyun/aliyun-oss-php-sdk/zipball/572d0f8e099e8630ae7139ed3fdedb926c7a760f",
|
||
"reference": "572d0f8e099e8630ae7139ed3fdedb926c7a760f",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "*",
|
||
"satooshi/php-coveralls": "*"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"OSS\\": "src/OSS"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Aliyuncs",
|
||
"homepage": "http://www.aliyun.com"
|
||
}
|
||
],
|
||
"description": "Aliyun OSS SDK for PHP",
|
||
"homepage": "http://www.aliyun.com/product/oss/",
|
||
"support": {
|
||
"issues": "https://github.com/aliyun/aliyun-oss-php-sdk/issues",
|
||
"source": "https://github.com/aliyun/aliyun-oss-php-sdk/tree/v2.6.0"
|
||
},
|
||
"time": "2022-08-03T08:06:01+00:00"
|
||
},
|
||
{
|
||
"name": "dragonmantank/cron-expression",
|
||
"version": "v3.3.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/dragonmantank/cron-expression.git",
|
||
"reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/782ca5968ab8b954773518e9e49a6f892a34b2a8",
|
||
"reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^7.2|^8.0",
|
||
"webmozart/assert": "^1.0"
|
||
},
|
||
"replace": {
|
||
"mtdowling/cron-expression": "^1.0"
|
||
},
|
||
"require-dev": {
|
||
"phpstan/extension-installer": "^1.0",
|
||
"phpstan/phpstan": "^1.0",
|
||
"phpstan/phpstan-webmozart-assert": "^1.0",
|
||
"phpunit/phpunit": "^7.0|^8.0|^9.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Cron\\": "src/Cron/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Chris Tankersley",
|
||
"email": "chris@ctankersley.com",
|
||
"homepage": "https://github.com/dragonmantank"
|
||
}
|
||
],
|
||
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
|
||
"keywords": [
|
||
"cron",
|
||
"schedule"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/dragonmantank/cron-expression/issues",
|
||
"source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.2"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/dragonmantank",
|
||
"type": "github"
|
||
}
|
||
],
|
||
"time": "2022-09-10T18:51:20+00:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/command",
|
||
"version": "1.2.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/command.git",
|
||
"reference": "7883359e0ecab8a8f7c43aad2fc36360a35d21e8"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/command/zipball/7883359e0ecab8a8f7c43aad2fc36360a35d21e8",
|
||
"reference": "7883359e0ecab8a8f7c43aad2fc36360a35d21e8",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"guzzlehttp/guzzle": "^7.4.1",
|
||
"guzzlehttp/promises": "^1.5.1",
|
||
"guzzlehttp/psr7": "^1.8.3 || ^2.1",
|
||
"php": "^7.2.5 || ^8.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^8.5.19"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.2-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"GuzzleHttp\\Command\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Graham Campbell",
|
||
"email": "hello@gjcampbell.co.uk",
|
||
"homepage": "https://github.com/GrahamCampbell"
|
||
},
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
},
|
||
{
|
||
"name": "Jeremy Lindblom",
|
||
"email": "jeremeamia@gmail.com",
|
||
"homepage": "https://github.com/jeremeamia"
|
||
},
|
||
{
|
||
"name": "Tobias Nyholm",
|
||
"email": "tobias.nyholm@gmail.com",
|
||
"homepage": "https://github.com/Nyholm"
|
||
}
|
||
],
|
||
"description": "Provides the foundation for building command-based web service clients",
|
||
"support": {
|
||
"issues": "https://github.com/guzzle/command/issues",
|
||
"source": "https://github.com/guzzle/command/tree/1.2.2"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/GrahamCampbell",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://github.com/Nyholm",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/command",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-02-08T10:21:14+00:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/guzzle",
|
||
"version": "7.5.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/guzzle.git",
|
||
"reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba",
|
||
"reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-json": "*",
|
||
"guzzlehttp/promises": "^1.5",
|
||
"guzzlehttp/psr7": "^1.9 || ^2.4",
|
||
"php": "^7.2.5 || ^8.0",
|
||
"psr/http-client": "^1.0",
|
||
"symfony/deprecation-contracts": "^2.2 || ^3.0"
|
||
},
|
||
"provide": {
|
||
"psr/http-client-implementation": "1.0"
|
||
},
|
||
"require-dev": {
|
||
"bamarni/composer-bin-plugin": "^1.8.1",
|
||
"ext-curl": "*",
|
||
"php-http/client-integration-tests": "^3.0",
|
||
"phpunit/phpunit": "^8.5.29 || ^9.5.23",
|
||
"psr/log": "^1.1 || ^2.0 || ^3.0"
|
||
},
|
||
"suggest": {
|
||
"ext-curl": "Required for CURL handler support",
|
||
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
|
||
"psr/log": "Required for using the Log middleware"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"bamarni-bin": {
|
||
"bin-links": true,
|
||
"forward-command": false
|
||
},
|
||
"branch-alias": {
|
||
"dev-master": "7.5-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"src/functions_include.php"
|
||
],
|
||
"psr-4": {
|
||
"GuzzleHttp\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Graham Campbell",
|
||
"email": "hello@gjcampbell.co.uk",
|
||
"homepage": "https://github.com/GrahamCampbell"
|
||
},
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
},
|
||
{
|
||
"name": "Jeremy Lindblom",
|
||
"email": "jeremeamia@gmail.com",
|
||
"homepage": "https://github.com/jeremeamia"
|
||
},
|
||
{
|
||
"name": "George Mponos",
|
||
"email": "gmponos@gmail.com",
|
||
"homepage": "https://github.com/gmponos"
|
||
},
|
||
{
|
||
"name": "Tobias Nyholm",
|
||
"email": "tobias.nyholm@gmail.com",
|
||
"homepage": "https://github.com/Nyholm"
|
||
},
|
||
{
|
||
"name": "Márk Sági-Kazár",
|
||
"email": "mark.sagikazar@gmail.com",
|
||
"homepage": "https://github.com/sagikazarmark"
|
||
},
|
||
{
|
||
"name": "Tobias Schultze",
|
||
"email": "webmaster@tubo-world.de",
|
||
"homepage": "https://github.com/Tobion"
|
||
}
|
||
],
|
||
"description": "Guzzle is a PHP HTTP client library",
|
||
"keywords": [
|
||
"client",
|
||
"curl",
|
||
"framework",
|
||
"http",
|
||
"http client",
|
||
"psr-18",
|
||
"psr-7",
|
||
"rest",
|
||
"web service"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/guzzle/guzzle/issues",
|
||
"source": "https://github.com/guzzle/guzzle/tree/7.5.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/GrahamCampbell",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://github.com/Nyholm",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-08-28T15:39:27+00:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/guzzle-services",
|
||
"version": "1.3.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/guzzle-services.git",
|
||
"reference": "4989d902dd4e0411b320e851c46f3c94d652d891"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/guzzle-services/zipball/4989d902dd4e0411b320e851c46f3c94d652d891",
|
||
"reference": "4989d902dd4e0411b320e851c46f3c94d652d891",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"guzzlehttp/command": "^1.2.2",
|
||
"guzzlehttp/guzzle": "^7.4.1",
|
||
"guzzlehttp/psr7": "^1.8.3 || ^2.1",
|
||
"guzzlehttp/uri-template": "^1.0.1",
|
||
"php": "^7.2.5 || ^8.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^8.5.19 || ^9.5.8"
|
||
},
|
||
"suggest": {
|
||
"gimler/guzzle-description-loader": "^0.0.4"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.3-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"GuzzleHttp\\Command\\Guzzle\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Graham Campbell",
|
||
"email": "hello@gjcampbell.co.uk",
|
||
"homepage": "https://github.com/GrahamCampbell"
|
||
},
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
},
|
||
{
|
||
"name": "Stefano Kowalke",
|
||
"email": "blueduck@mail.org",
|
||
"homepage": "https://github.com/Konafets"
|
||
},
|
||
{
|
||
"name": "Tobias Nyholm",
|
||
"email": "tobias.nyholm@gmail.com",
|
||
"homepage": "https://github.com/Nyholm"
|
||
}
|
||
],
|
||
"description": "Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.",
|
||
"support": {
|
||
"issues": "https://github.com/guzzle/guzzle-services/issues",
|
||
"source": "https://github.com/guzzle/guzzle-services/tree/1.3.2"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/GrahamCampbell",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://github.com/Nyholm",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle-services",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-03-03T11:21:34+00:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/promises",
|
||
"version": "1.5.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/promises.git",
|
||
"reference": "b94b2807d85443f9719887892882d0329d1e2598"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
|
||
"reference": "b94b2807d85443f9719887892882d0329d1e2598",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.5"
|
||
},
|
||
"require-dev": {
|
||
"symfony/phpunit-bridge": "^4.4 || ^5.1"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.5-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"src/functions_include.php"
|
||
],
|
||
"psr-4": {
|
||
"GuzzleHttp\\Promise\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Graham Campbell",
|
||
"email": "hello@gjcampbell.co.uk",
|
||
"homepage": "https://github.com/GrahamCampbell"
|
||
},
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
},
|
||
{
|
||
"name": "Tobias Nyholm",
|
||
"email": "tobias.nyholm@gmail.com",
|
||
"homepage": "https://github.com/Nyholm"
|
||
},
|
||
{
|
||
"name": "Tobias Schultze",
|
||
"email": "webmaster@tubo-world.de",
|
||
"homepage": "https://github.com/Tobion"
|
||
}
|
||
],
|
||
"description": "Guzzle promises library",
|
||
"keywords": [
|
||
"promise"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/guzzle/promises/issues",
|
||
"source": "https://github.com/guzzle/promises/tree/1.5.2"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/GrahamCampbell",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://github.com/Nyholm",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-08-28T14:55:35+00:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/psr7",
|
||
"version": "2.4.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/psr7.git",
|
||
"reference": "69568e4293f4fa993f3b0e51c9723e1e17c41379"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/psr7/zipball/69568e4293f4fa993f3b0e51c9723e1e17c41379",
|
||
"reference": "69568e4293f4fa993f3b0e51c9723e1e17c41379",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^7.2.5 || ^8.0",
|
||
"psr/http-factory": "^1.0",
|
||
"psr/http-message": "^1.0",
|
||
"ralouphie/getallheaders": "^3.0"
|
||
},
|
||
"provide": {
|
||
"psr/http-factory-implementation": "1.0",
|
||
"psr/http-message-implementation": "1.0"
|
||
},
|
||
"require-dev": {
|
||
"bamarni/composer-bin-plugin": "^1.8.1",
|
||
"http-interop/http-factory-tests": "^0.9",
|
||
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
|
||
},
|
||
"suggest": {
|
||
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"bamarni-bin": {
|
||
"bin-links": true,
|
||
"forward-command": false
|
||
},
|
||
"branch-alias": {
|
||
"dev-master": "2.4-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"GuzzleHttp\\Psr7\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Graham Campbell",
|
||
"email": "hello@gjcampbell.co.uk",
|
||
"homepage": "https://github.com/GrahamCampbell"
|
||
},
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
},
|
||
{
|
||
"name": "George Mponos",
|
||
"email": "gmponos@gmail.com",
|
||
"homepage": "https://github.com/gmponos"
|
||
},
|
||
{
|
||
"name": "Tobias Nyholm",
|
||
"email": "tobias.nyholm@gmail.com",
|
||
"homepage": "https://github.com/Nyholm"
|
||
},
|
||
{
|
||
"name": "Márk Sági-Kazár",
|
||
"email": "mark.sagikazar@gmail.com",
|
||
"homepage": "https://github.com/sagikazarmark"
|
||
},
|
||
{
|
||
"name": "Tobias Schultze",
|
||
"email": "webmaster@tubo-world.de",
|
||
"homepage": "https://github.com/Tobion"
|
||
},
|
||
{
|
||
"name": "Márk Sági-Kazár",
|
||
"email": "mark.sagikazar@gmail.com",
|
||
"homepage": "https://sagikazarmark.hu"
|
||
}
|
||
],
|
||
"description": "PSR-7 message implementation that also provides common utility methods",
|
||
"keywords": [
|
||
"http",
|
||
"message",
|
||
"psr-7",
|
||
"request",
|
||
"response",
|
||
"stream",
|
||
"uri",
|
||
"url"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/guzzle/psr7/issues",
|
||
"source": "https://github.com/guzzle/psr7/tree/2.4.1"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/GrahamCampbell",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://github.com/Nyholm",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-08-28T14:45:39+00:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/uri-template",
|
||
"version": "v1.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/uri-template.git",
|
||
"reference": "b945d74a55a25a949158444f09ec0d3c120d69e2"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/uri-template/zipball/b945d74a55a25a949158444f09ec0d3c120d69e2",
|
||
"reference": "b945d74a55a25a949158444f09ec0d3c120d69e2",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^7.2.5 || ^8.0",
|
||
"symfony/polyfill-php80": "^1.17"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^8.5.19 || ^9.5.8",
|
||
"uri-template/tests": "1.0.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"GuzzleHttp\\UriTemplate\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Graham Campbell",
|
||
"email": "hello@gjcampbell.co.uk",
|
||
"homepage": "https://github.com/GrahamCampbell"
|
||
},
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
},
|
||
{
|
||
"name": "George Mponos",
|
||
"email": "gmponos@gmail.com",
|
||
"homepage": "https://github.com/gmponos"
|
||
},
|
||
{
|
||
"name": "Tobias Nyholm",
|
||
"email": "tobias.nyholm@gmail.com",
|
||
"homepage": "https://github.com/Nyholm"
|
||
}
|
||
],
|
||
"description": "A polyfill class for uri_template of PHP",
|
||
"keywords": [
|
||
"guzzlehttp",
|
||
"uri-template"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/guzzle/uri-template/issues",
|
||
"source": "https://github.com/guzzle/uri-template/tree/v1.0.1"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/GrahamCampbell",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://github.com/Nyholm",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2021-10-07T12:57:01+00:00"
|
||
},
|
||
{
|
||
"name": "lcobucci/jwt",
|
||
"version": "3.3.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/lcobucci/jwt.git",
|
||
"reference": "c1123697f6a2ec29162b82f170dd4a491f524773"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://repo.huaweicloud.com/repository/php/lcobucci/jwt/3.3.3/lcobucci-jwt-3.3.3.zip",
|
||
"reference": "c1123697f6a2ec29162b82f170dd4a491f524773",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-mbstring": "*",
|
||
"ext-openssl": "*",
|
||
"php": "^5.6 || ^7.0"
|
||
},
|
||
"require-dev": {
|
||
"mikey179/vfsstream": "~1.5",
|
||
"phpmd/phpmd": "~2.2",
|
||
"phpunit/php-invoker": "~1.1",
|
||
"phpunit/phpunit": "^5.7 || ^7.3",
|
||
"squizlabs/php_codesniffer": "~2.3"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "3.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Lcobucci\\JWT\\": "src"
|
||
}
|
||
},
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Luís Otávio Cobucci Oblonczyk",
|
||
"email": "lcobucci@gmail.com",
|
||
"role": "Developer"
|
||
}
|
||
],
|
||
"description": "A simple library to work with JSON Web Token and JSON Web Signature",
|
||
"keywords": [
|
||
"JWS",
|
||
"jwt"
|
||
],
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/lcobucci",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://www.patreon.com/lcobucci",
|
||
"type": "patreon"
|
||
}
|
||
],
|
||
"time": "2020-08-20T13:22:28+00:00"
|
||
},
|
||
{
|
||
"name": "league/flysystem",
|
||
"version": "1.1.9",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/flysystem.git",
|
||
"reference": "094defdb4a7001845300334e7c1ee2335925ef99"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://repo.huaweicloud.com/repository/php/league/flysystem/1.1.9/league-flysystem-1.1.9.zip",
|
||
"reference": "094defdb4a7001845300334e7c1ee2335925ef99",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-fileinfo": "*",
|
||
"league/mime-type-detection": "^1.3",
|
||
"php": "^7.2.5 || ^8.0"
|
||
},
|
||
"conflict": {
|
||
"league/flysystem-sftp": "<1.0.6"
|
||
},
|
||
"require-dev": {
|
||
"phpspec/prophecy": "^1.11.1",
|
||
"phpunit/phpunit": "^8.5.8"
|
||
},
|
||
"suggest": {
|
||
"ext-ftp": "Allows you to use FTP server storage",
|
||
"ext-openssl": "Allows you to use FTPS server storage",
|
||
"league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
|
||
"league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
|
||
"league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
|
||
"league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
|
||
"league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
|
||
"league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
|
||
"league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
|
||
"league/flysystem-webdav": "Allows you to use WebDAV storage",
|
||
"league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
|
||
"spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
|
||
"srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"League\\Flysystem\\": "src/"
|
||
}
|
||
},
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Frank de Jonge",
|
||
"email": "info@frenky.net"
|
||
}
|
||
],
|
||
"description": "Filesystem abstraction: Many filesystems, one API.",
|
||
"keywords": [
|
||
"Cloud Files",
|
||
"WebDAV",
|
||
"abstraction",
|
||
"aws",
|
||
"cloud",
|
||
"copy.com",
|
||
"dropbox",
|
||
"file systems",
|
||
"files",
|
||
"filesystem",
|
||
"filesystems",
|
||
"ftp",
|
||
"rackspace",
|
||
"remote",
|
||
"s3",
|
||
"sftp",
|
||
"storage"
|
||
],
|
||
"funding": [
|
||
{
|
||
"url": "https://offset.earth/frankdejonge",
|
||
"type": "other"
|
||
}
|
||
],
|
||
"time": "2021-12-09T09:40:50+00:00"
|
||
},
|
||
{
|
||
"name": "league/flysystem-cached-adapter",
|
||
"version": "1.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
|
||
"reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://repo.huaweicloud.com/repository/php/league/flysystem-cached-adapter/1.1.0/league-flysystem-cached-adapter-1.1.0.zip",
|
||
"reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"league/flysystem": "~1.0",
|
||
"psr/cache": "^1.0.0"
|
||
},
|
||
"require-dev": {
|
||
"mockery/mockery": "~0.9",
|
||
"phpspec/phpspec": "^3.4",
|
||
"phpunit/phpunit": "^5.7",
|
||
"predis/predis": "~1.0",
|
||
"tedivm/stash": "~0.12"
|
||
},
|
||
"suggest": {
|
||
"ext-phpredis": "Pure C implemented extension for PHP"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"League\\Flysystem\\Cached\\": "src/"
|
||
}
|
||
},
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "frankdejonge",
|
||
"email": "info@frenky.net"
|
||
}
|
||
],
|
||
"description": "An adapter decorator to enable meta-data caching.",
|
||
"time": "2020-07-25T15:56:04+00:00"
|
||
},
|
||
{
|
||
"name": "league/mime-type-detection",
|
||
"version": "1.11.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/mime-type-detection.git",
|
||
"reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://repo.huaweicloud.com/repository/php/league/mime-type-detection/1.11.0/league-mime-type-detection-1.11.0.zip",
|
||
"reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-fileinfo": "*",
|
||
"php": "^7.2 || ^8.0"
|
||
},
|
||
"require-dev": {
|
||
"friendsofphp/php-cs-fixer": "^3.2",
|
||
"phpstan/phpstan": "^0.12.68",
|
||
"phpunit/phpunit": "^8.5.8 || ^9.3"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"League\\MimeTypeDetection\\": "src"
|
||
}
|
||
},
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Frank de Jonge",
|
||
"email": "info@frankdejonge.nl"
|
||
}
|
||
],
|
||
"description": "Mime-type detection for Flysystem",
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/frankdejonge",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/league/flysystem",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-04-17T13:12:02+00:00"
|
||
},
|
||
{
|
||
"name": "liz/flysystem-qiniu",
|
||
"version": "v1.23",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/l396635210/flysystem-qiniu.git",
|
||
"reference": "24af0f95644fcf66e82cc04ce840f31f6450e026"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/l396635210/flysystem-qiniu/zipball/24af0f95644fcf66e82cc04ce840f31f6450e026",
|
||
"reference": "24af0f95644fcf66e82cc04ce840f31f6450e026",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"league/flysystem": "^1.0",
|
||
"php": "^7.0 || ^8.0",
|
||
"qiniu/php-sdk": "^7.2"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Liz\\Flysystem\\QiNiu\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "liz in company",
|
||
"email": "396635210@qq.com"
|
||
}
|
||
],
|
||
"description": "QiNiu oss adapter for flysystem",
|
||
"support": {
|
||
"issues": "https://github.com/l396635210/flysystem-qiniu/issues",
|
||
"source": "https://github.com/l396635210/flysystem-qiniu/tree/v1.23"
|
||
},
|
||
"time": "2021-01-12T12:50:38+00:00"
|
||
},
|
||
{
|
||
"name": "myclabs/php-enum",
|
||
"version": "1.6.6",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/myclabs/php-enum.git",
|
||
"reference": "32c4202886c51fbe5cc3a7c34ec5c9a4a790345e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/myclabs/php-enum/zipball/32c4202886c51fbe5cc3a7c34ec5c9a4a790345e",
|
||
"reference": "32c4202886c51fbe5cc3a7c34ec5c9a4a790345e",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-json": "*",
|
||
"php": ">=5.4"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^4.8.35|^5.7|^6.0",
|
||
"squizlabs/php_codesniffer": "1.*"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"MyCLabs\\Enum\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP Enum contributors",
|
||
"homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
|
||
}
|
||
],
|
||
"description": "PHP Enum implementation",
|
||
"homepage": "http://github.com/myclabs/php-enum",
|
||
"keywords": [
|
||
"enum"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/myclabs/php-enum/issues",
|
||
"source": "https://github.com/myclabs/php-enum/tree/master"
|
||
},
|
||
"time": "2019-02-04T21:18:49+00:00"
|
||
},
|
||
{
|
||
"name": "nesbot/carbon",
|
||
"version": "2.62.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/briannesbitt/Carbon.git",
|
||
"reference": "01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a",
|
||
"reference": "01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-json": "*",
|
||
"php": "^7.1.8 || ^8.0",
|
||
"symfony/polyfill-mbstring": "^1.0",
|
||
"symfony/polyfill-php80": "^1.16",
|
||
"symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/dbal": "^2.0 || ^3.0",
|
||
"doctrine/orm": "^2.7",
|
||
"friendsofphp/php-cs-fixer": "^3.0",
|
||
"kylekatarnls/multi-tester": "^2.0",
|
||
"ondrejmirtes/better-reflection": "*",
|
||
"phpmd/phpmd": "^2.9",
|
||
"phpstan/extension-installer": "^1.0",
|
||
"phpstan/phpstan": "^0.12.99 || ^1.7.14",
|
||
"phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
|
||
"phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
|
||
"squizlabs/php_codesniffer": "^3.4"
|
||
},
|
||
"bin": [
|
||
"bin/carbon"
|
||
],
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-3.x": "3.x-dev",
|
||
"dev-master": "2.x-dev"
|
||
},
|
||
"laravel": {
|
||
"providers": [
|
||
"Carbon\\Laravel\\ServiceProvider"
|
||
]
|
||
},
|
||
"phpstan": {
|
||
"includes": [
|
||
"extension.neon"
|
||
]
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Carbon\\": "src/Carbon/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Brian Nesbitt",
|
||
"email": "brian@nesbot.com",
|
||
"homepage": "https://markido.com"
|
||
},
|
||
{
|
||
"name": "kylekatarnls",
|
||
"homepage": "https://github.com/kylekatarnls"
|
||
}
|
||
],
|
||
"description": "An API extension for DateTime that supports 281 different languages.",
|
||
"homepage": "https://carbon.nesbot.com",
|
||
"keywords": [
|
||
"date",
|
||
"datetime",
|
||
"time"
|
||
],
|
||
"support": {
|
||
"docs": "https://carbon.nesbot.com/docs",
|
||
"issues": "https://github.com/briannesbitt/Carbon/issues",
|
||
"source": "https://github.com/briannesbitt/Carbon"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/sponsors/kylekatarnls",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://opencollective.com/Carbon#sponsor",
|
||
"type": "opencollective"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-09-02T07:48:13+00:00"
|
||
},
|
||
{
|
||
"name": "nette/php-generator",
|
||
"version": "v3.6.7",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/nette/php-generator.git",
|
||
"reference": "b9ba414c9895fd9420887f20eeb4eabde123677f"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://repo.huaweicloud.com/repository/php/nette/php-generator/v3.6.7/nette-php-generator-v3.6.7.zip",
|
||
"reference": "b9ba414c9895fd9420887f20eeb4eabde123677f",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"nette/utils": "^3.1.2",
|
||
"php": ">=7.2 <8.2"
|
||
},
|
||
"require-dev": {
|
||
"nette/tester": "^2.4",
|
||
"nikic/php-parser": "^4.13",
|
||
"phpstan/phpstan": "^0.12",
|
||
"tracy/tracy": "^2.8"
|
||
},
|
||
"suggest": {
|
||
"nikic/php-parser": "to use ClassType::withBodiesFrom() & GlobalFunction::withBodyFrom()"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "3.6-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/"
|
||
]
|
||
},
|
||
"license": [
|
||
"BSD-3-Clause",
|
||
"GPL-2.0-only",
|
||
"GPL-3.0-only"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "David Grudl",
|
||
"homepage": "https://davidgrudl.com"
|
||
},
|
||
{
|
||
"name": "Nette Community",
|
||
"homepage": "https://nette.org/contributors"
|
||
}
|
||
],
|
||
"description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 8.1 features.",
|
||
"homepage": "https://nette.org",
|
||
"keywords": [
|
||
"code",
|
||
"nette",
|
||
"php",
|
||
"scaffolding"
|
||
],
|
||
"time": "2022-03-10T01:51:00+00:00"
|
||
},
|
||
{
|
||
"name": "nette/utils",
|
||
"version": "v3.2.7",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/nette/utils.git",
|
||
"reference": "0af4e3de4df9f1543534beab255ccf459e7a2c99"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://repo.huaweicloud.com/repository/php/nette/utils/v3.2.7/nette-utils-v3.2.7.zip",
|
||
"reference": "0af4e3de4df9f1543534beab255ccf459e7a2c99",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.2 <8.2"
|
||
},
|
||
"conflict": {
|
||
"nette/di": "<3.0.6"
|
||
},
|
||
"require-dev": {
|
||
"nette/tester": "~2.0",
|
||
"phpstan/phpstan": "^1.0",
|
||
"tracy/tracy": "^2.3"
|
||
},
|
||
"suggest": {
|
||
"ext-gd": "to use Image",
|
||
"ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
|
||
"ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
|
||
"ext-json": "to use Nette\\Utils\\Json",
|
||
"ext-mbstring": "to use Strings::lower() etc...",
|
||
"ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
|
||
"ext-xml": "to use Strings::length() etc. when mbstring is not available"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "3.2-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/"
|
||
]
|
||
},
|
||
"license": [
|
||
"BSD-3-Clause",
|
||
"GPL-2.0-only",
|
||
"GPL-3.0-only"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "David Grudl",
|
||
"homepage": "https://davidgrudl.com"
|
||
},
|
||
{
|
||
"name": "Nette Community",
|
||
"homepage": "https://nette.org/contributors"
|
||
}
|
||
],
|
||
"description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
|
||
"homepage": "https://nette.org",
|
||
"keywords": [
|
||
"array",
|
||
"core",
|
||
"datetime",
|
||
"images",
|
||
"json",
|
||
"nette",
|
||
"paginator",
|
||
"password",
|
||
"slugify",
|
||
"string",
|
||
"unicode",
|
||
"utf-8",
|
||
"utility",
|
||
"validation"
|
||
],
|
||
"time": "2022-01-24T11:29:14+00:00"
|
||
},
|
||
{
|
||
"name": "overtrue/flysystem-cos",
|
||
"version": "2.1.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/overtrue/flysystem-cos.git",
|
||
"reference": "f6985f38f3c76a9be962f404f127b7222a9b5fff"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/overtrue/flysystem-cos/zipball/f6985f38f3c76a9be962f404f127b7222a9b5fff",
|
||
"reference": "f6985f38f3c76a9be962f404f127b7222a9b5fff",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"guzzlehttp/guzzle": "^6.3|^7.0",
|
||
"league/flysystem": "^1.0",
|
||
"php": ">=7.0",
|
||
"qcloud/cos-sdk-v5": "^2.0.0"
|
||
},
|
||
"require-dev": {
|
||
"mockery/mockery": "~1.0",
|
||
"php": ">=7.1",
|
||
"phpunit/phpunit": "^8.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Overtrue\\Flysystem\\Cos\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "overtrue",
|
||
"email": "i@overtrue.me"
|
||
}
|
||
],
|
||
"description": "Flysystem adapter for the QCloud COS storage.",
|
||
"support": {
|
||
"issues": "https://github.com/overtrue/flysystem-cos/issues",
|
||
"source": "https://github.com/overtrue/flysystem-cos/tree/2.1.2"
|
||
},
|
||
"time": "2020-10-22T10:28:58+00:00"
|
||
},
|
||
{
|
||
"name": "psr/cache",
|
||
"version": "1.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/cache.git",
|
||
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://repo.huaweicloud.com/repository/php/psr/cache/1.0.1/psr-cache-1.0.1.zip",
|
||
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\Cache\\": "src/"
|
||
}
|
||
},
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "http://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common interface for caching libraries",
|
||
"keywords": [
|
||
"cache",
|
||
"psr",
|
||
"psr-6"
|
||
],
|
||
"time": "2016-08-06T20:24:11+00:00"
|
||
},
|
||
{
|
||
"name": "psr/container",
|
||
"version": "1.1.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/container.git",
|
||
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://repo.huaweicloud.com/repository/php/psr/container/1.1.2/psr-container-1.1.2.zip",
|
||
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.4.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\Container\\": "src/"
|
||
}
|
||
},
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "https://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common Container Interface (PHP FIG PSR-11)",
|
||
"homepage": "https://github.com/php-fig/container",
|
||
"keywords": [
|
||
"PSR-11",
|
||
"container",
|
||
"container-interface",
|
||
"container-interop",
|
||
"psr"
|
||
],
|
||
"time": "2021-11-05T16:50:12+00:00"
|
||
},
|
||
{
|
||
"name": "psr/http-client",
|
||
"version": "1.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/http-client.git",
|
||
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
||
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^7.0 || ^8.0",
|
||
"psr/http-message": "^1.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\Http\\Client\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "http://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common interface for HTTP clients",
|
||
"homepage": "https://github.com/php-fig/http-client",
|
||
"keywords": [
|
||
"http",
|
||
"http-client",
|
||
"psr",
|
||
"psr-18"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/php-fig/http-client/tree/master"
|
||
},
|
||
"time": "2020-06-29T06:28:15+00:00"
|
||
},
|
||
{
|
||
"name": "psr/http-factory",
|
||
"version": "1.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/http-factory.git",
|
||
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
||
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.0.0",
|
||
"psr/http-message": "^1.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\Http\\Message\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "http://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common interfaces for PSR-7 HTTP message factories",
|
||
"keywords": [
|
||
"factory",
|
||
"http",
|
||
"message",
|
||
"psr",
|
||
"psr-17",
|
||
"psr-7",
|
||
"request",
|
||
"response"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/php-fig/http-factory/tree/master"
|
||
},
|
||
"time": "2019-04-30T12:38:16+00:00"
|
||
},
|
||
{
|
||
"name": "psr/http-message",
|
||
"version": "1.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/http-message.git",
|
||
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://repo.huaweicloud.com/repository/php/psr/http-message/1.0.1/psr-http-message-1.0.1.zip",
|
||
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\Http\\Message\\": "src/"
|
||
}
|
||
},
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "http://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common interface for HTTP messages",
|
||
"homepage": "https://github.com/php-fig/http-message",
|
||
"keywords": [
|
||
"http",
|
||
"http-message",
|
||
"psr",
|
||
"psr-7",
|
||
"request",
|
||
"response"
|
||
],
|
||
"time": "2016-08-06T14:39:51+00:00"
|
||
},
|
||
{
|
||
"name": "psr/log",
|
||
"version": "1.1.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/log.git",
|
||
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://repo.huaweicloud.com/repository/php/psr/log/1.1.4/psr-log-1.1.4.zip",
|
||
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\Log\\": "Psr/Log/"
|
||
}
|
||
},
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "https://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common interface for logging libraries",
|
||
"homepage": "https://github.com/php-fig/log",
|
||
"keywords": [
|
||
"log",
|
||
"psr",
|
||
"psr-3"
|
||
],
|
||
"time": "2021-05-03T11:20:27+00:00"
|
||
},
|
||
{
|
||
"name": "psr/simple-cache",
|
||
"version": "1.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/simple-cache.git",
|
||
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://repo.huaweicloud.com/repository/php/psr/simple-cache/1.0.1/psr-simple-cache-1.0.1.zip",
|
||
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\SimpleCache\\": "src/"
|
||
}
|
||
},
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "http://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common interfaces for simple caching",
|
||
"keywords": [
|
||
"cache",
|
||
"caching",
|
||
"psr",
|
||
"psr-16",
|
||
"simple-cache"
|
||
],
|
||
"time": "2017-10-23T01:57:42+00:00"
|
||
},
|
||
{
|
||
"name": "qcloud/cos-sdk-v5",
|
||
"version": "v2.5.6",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/tencentyun/cos-php-sdk-v5.git",
|
||
"reference": "607ee49d372a799964206b6ae0a9eb2816201c42"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/tencentyun/cos-php-sdk-v5/zipball/607ee49d372a799964206b6ae0a9eb2816201c42",
|
||
"reference": "607ee49d372a799964206b6ae0a9eb2816201c42",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-curl": "*",
|
||
"ext-json": "*",
|
||
"ext-simplexml": "*",
|
||
"guzzlehttp/guzzle": "^6.2.1 || ^7.0",
|
||
"guzzlehttp/guzzle-services": "^1.1",
|
||
"guzzlehttp/psr7": "^1.3.1 || ^2.0",
|
||
"php": ">=5.6"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.4-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"src/Common.php"
|
||
],
|
||
"psr-4": {
|
||
"Qcloud\\Cos\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "yaozongyou",
|
||
"email": "yaozongyou@vip.qq.com"
|
||
},
|
||
{
|
||
"name": "lewzylu",
|
||
"email": "327874225@qq.com"
|
||
},
|
||
{
|
||
"name": "tuunalai",
|
||
"email": "550566181@qq.com"
|
||
}
|
||
],
|
||
"description": "PHP SDK for QCloud COS",
|
||
"keywords": [
|
||
"cos",
|
||
"php",
|
||
"qcloud"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/tencentyun/cos-php-sdk-v5/issues",
|
||
"source": "https://github.com/tencentyun/cos-php-sdk-v5/tree/v2.5.6"
|
||
},
|
||
"time": "2022-06-07T14:49:19+00:00"
|
||
},
|
||
{
|
||
"name": "qiniu/php-sdk",
|
||
"version": "v7.7.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/qiniu/php-sdk.git",
|
||
"reference": "dde03fc55de64815412f8ccfe24e1bd21564a6f1"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/qiniu/php-sdk/zipball/dde03fc55de64815412f8ccfe24e1bd21564a6f1",
|
||
"reference": "dde03fc55de64815412f8ccfe24e1bd21564a6f1",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"myclabs/php-enum": "1.6.6",
|
||
"php": ">=5.3.3"
|
||
},
|
||
"require-dev": {
|
||
"paragonie/random_compat": ">=2",
|
||
"phpunit/phpunit": "~4.0",
|
||
"squizlabs/php_codesniffer": "~3.6"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [
|
||
"src/Qiniu/functions.php"
|
||
],
|
||
"psr-4": {
|
||
"Qiniu\\": "src/Qiniu"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Qiniu",
|
||
"email": "sdk@qiniu.com",
|
||
"homepage": "http://www.qiniu.com"
|
||
}
|
||
],
|
||
"description": "Qiniu Resource (Cloud) Storage SDK for PHP",
|
||
"homepage": "http://developer.qiniu.com/",
|
||
"keywords": [
|
||
"cloud",
|
||
"qiniu",
|
||
"sdk",
|
||
"storage"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/qiniu/php-sdk/issues",
|
||
"source": "https://github.com/qiniu/php-sdk/tree/v7.7.0"
|
||
},
|
||
"time": "2022-09-02T10:53:05+00:00"
|
||
},
|
||
{
|
||
"name": "ralouphie/getallheaders",
|
||
"version": "3.0.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/ralouphie/getallheaders.git",
|
||
"reference": "120b605dfeb996808c31b6477290a714d356e822"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
||
"reference": "120b605dfeb996808c31b6477290a714d356e822",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.6"
|
||
},
|
||
"require-dev": {
|
||
"php-coveralls/php-coveralls": "^2.1",
|
||
"phpunit/phpunit": "^5 || ^6.5"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [
|
||
"src/getallheaders.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Ralph Khattar",
|
||
"email": "ralph.khattar@gmail.com"
|
||
}
|
||
],
|
||
"description": "A polyfill for getallheaders.",
|
||
"support": {
|
||
"issues": "https://github.com/ralouphie/getallheaders/issues",
|
||
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
|
||
},
|
||
"time": "2019-03-08T08:55:37+00:00"
|
||
},
|
||
{
|
||
"name": "sent/tree",
|
||
"version": "v1.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://gitee.com/ycgpp/tree.git",
|
||
"reference": "61229ea4cc4485fb8a82343921d33559daed2992"
|
||
},
|
||
"require": {
|
||
"php": ">=5.6"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"sent\\tree\\": "src"
|
||
}
|
||
},
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "molong",
|
||
"email": "ycgpp@126.com"
|
||
}
|
||
],
|
||
"description": "tree",
|
||
"time": "2019-11-26T13:24:07+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/deprecation-contracts",
|
||
"version": "v2.5.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/deprecation-contracts.git",
|
||
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
|
||
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.1"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "2.5-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/contracts",
|
||
"url": "https://github.com/symfony/contracts"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"function.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nicolas Grekas",
|
||
"email": "p@tchwork.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "A generic function and convention to trigger deprecation notices",
|
||
"homepage": "https://symfony.com",
|
||
"support": {
|
||
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-01-02T09:53:40+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-mbstring",
|
||
"version": "v1.25.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
||
"reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://repo.huaweicloud.com/repository/php/symfony/polyfill-mbstring/v1.25.0/symfony-polyfill-mbstring-v1.25.0.zip",
|
||
"reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.1"
|
||
},
|
||
"provide": {
|
||
"ext-mbstring": "*"
|
||
},
|
||
"suggest": {
|
||
"ext-mbstring": "For best performance"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "1.23-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/polyfill",
|
||
"url": "https://github.com/symfony/polyfill"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"bootstrap.php"
|
||
],
|
||
"psr-4": {
|
||
"Symfony\\Polyfill\\Mbstring\\": ""
|
||
}
|
||
},
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nicolas Grekas",
|
||
"email": "p@tchwork.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony polyfill for the Mbstring extension",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"compatibility",
|
||
"mbstring",
|
||
"polyfill",
|
||
"portable",
|
||
"shim"
|
||
],
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2021-11-30T18:21:41+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-php80",
|
||
"version": "v1.25.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-php80.git",
|
||
"reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://repo.huaweicloud.com/repository/php/symfony/polyfill-php80/v1.25.0/symfony-polyfill-php80-v1.25.0.zip",
|
||
"reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.1"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "1.23-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/polyfill",
|
||
"url": "https://github.com/symfony/polyfill"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"bootstrap.php"
|
||
],
|
||
"psr-4": {
|
||
"Symfony\\Polyfill\\Php80\\": ""
|
||
},
|
||
"classmap": [
|
||
"Resources/stubs"
|
||
]
|
||
},
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Ion Bazan",
|
||
"email": "ion.bazan@gmail.com"
|
||
},
|
||
{
|
||
"name": "Nicolas Grekas",
|
||
"email": "p@tchwork.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"compatibility",
|
||
"polyfill",
|
||
"portable",
|
||
"shim"
|
||
],
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-03-04T08:16:47+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/process",
|
||
"version": "v5.4.11",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/process.git",
|
||
"reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/process/zipball/6e75fe6874cbc7e4773d049616ab450eff537bf1",
|
||
"reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.2.5",
|
||
"symfony/polyfill-php80": "^1.16"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\Process\\": ""
|
||
},
|
||
"exclude-from-classmap": [
|
||
"/Tests/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Executes commands in sub-processes",
|
||
"homepage": "https://symfony.com",
|
||
"support": {
|
||
"source": "https://github.com/symfony/process/tree/v5.4.11"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-06-27T16:58:25+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/translation",
|
||
"version": "v5.4.14",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/translation.git",
|
||
"reference": "f0ed07675863aa6e3939df8b1bc879450b585cab"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/translation/zipball/f0ed07675863aa6e3939df8b1bc879450b585cab",
|
||
"reference": "f0ed07675863aa6e3939df8b1bc879450b585cab",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.2.5",
|
||
"symfony/deprecation-contracts": "^2.1|^3",
|
||
"symfony/polyfill-mbstring": "~1.0",
|
||
"symfony/polyfill-php80": "^1.16",
|
||
"symfony/translation-contracts": "^2.3"
|
||
},
|
||
"conflict": {
|
||
"symfony/config": "<4.4",
|
||
"symfony/console": "<5.3",
|
||
"symfony/dependency-injection": "<5.0",
|
||
"symfony/http-kernel": "<5.0",
|
||
"symfony/twig-bundle": "<5.0",
|
||
"symfony/yaml": "<4.4"
|
||
},
|
||
"provide": {
|
||
"symfony/translation-implementation": "2.3"
|
||
},
|
||
"require-dev": {
|
||
"psr/log": "^1|^2|^3",
|
||
"symfony/config": "^4.4|^5.0|^6.0",
|
||
"symfony/console": "^5.4|^6.0",
|
||
"symfony/dependency-injection": "^5.0|^6.0",
|
||
"symfony/finder": "^4.4|^5.0|^6.0",
|
||
"symfony/http-client-contracts": "^1.1|^2.0|^3.0",
|
||
"symfony/http-kernel": "^5.0|^6.0",
|
||
"symfony/intl": "^4.4|^5.0|^6.0",
|
||
"symfony/polyfill-intl-icu": "^1.21",
|
||
"symfony/service-contracts": "^1.1.2|^2|^3",
|
||
"symfony/yaml": "^4.4|^5.0|^6.0"
|
||
},
|
||
"suggest": {
|
||
"psr/log-implementation": "To use logging capability in translator",
|
||
"symfony/config": "",
|
||
"symfony/yaml": ""
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [
|
||
"Resources/functions.php"
|
||
],
|
||
"psr-4": {
|
||
"Symfony\\Component\\Translation\\": ""
|
||
},
|
||
"exclude-from-classmap": [
|
||
"/Tests/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Provides tools to internationalize your application",
|
||
"homepage": "https://symfony.com",
|
||
"support": {
|
||
"source": "https://github.com/symfony/translation/tree/v5.4.14"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-10-07T08:01:20+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/translation-contracts",
|
||
"version": "v2.5.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/translation-contracts.git",
|
||
"reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
|
||
"reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.2.5"
|
||
},
|
||
"suggest": {
|
||
"symfony/translation-implementation": ""
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "2.5-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/contracts",
|
||
"url": "https://github.com/symfony/contracts"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Contracts\\Translation\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nicolas Grekas",
|
||
"email": "p@tchwork.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Generic abstractions related to translation",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"abstractions",
|
||
"contracts",
|
||
"decoupling",
|
||
"interfaces",
|
||
"interoperability",
|
||
"standards"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/translation-contracts/tree/v2.5.2"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-06-27T16:58:25+00:00"
|
||
},
|
||
{
|
||
"name": "thans/thinkphp-filesystem-cloud",
|
||
"version": "v1.0.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/QThans/thinkphp-filesystem-cloud.git",
|
||
"reference": "b8d6d61a8b28df12ae9b1b19249b90e8a645ffa2"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/QThans/thinkphp-filesystem-cloud/zipball/b8d6d61a8b28df12ae9b1b19249b90e8a645ffa2",
|
||
"reference": "b8d6d61a8b28df12ae9b1b19249b90e8a645ffa2",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"liz/flysystem-qiniu": "^1.10",
|
||
"overtrue/flysystem-cos": "^2.0.0",
|
||
"php": ">=7.1.0",
|
||
"topthink/framework": "^6.0.0",
|
||
"xxtime/flysystem-aliyun-oss": "^1.4"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"think": {
|
||
"services": [
|
||
"thans\\filesystem\\Service"
|
||
]
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"thans\\filesystem\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Thans",
|
||
"email": "360641274@qq.com"
|
||
}
|
||
],
|
||
"description": "thinkphp6.0 filesystem,include Aliyun and Qiniu",
|
||
"support": {
|
||
"issues": "https://github.com/QThans/thinkphp-filesystem-cloud/issues",
|
||
"source": "https://github.com/QThans/thinkphp-filesystem-cloud/tree/master"
|
||
},
|
||
"time": "2019-11-29T00:57:33+00:00"
|
||
},
|
||
{
|
||
"name": "topthink/framework",
|
||
"version": "v6.0.12",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/top-think/framework.git",
|
||
"reference": "e478316ac843c1a884a3b3a7a94db17c4001ff5c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://repo.huaweicloud.com/repository/php/topthink/framework/v6.0.12/topthink-framework-v6.0.12.zip",
|
||
"reference": "e478316ac843c1a884a3b3a7a94db17c4001ff5c",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-json": "*",
|
||
"ext-mbstring": "*",
|
||
"league/flysystem": "^1.1.4",
|
||
"league/flysystem-cached-adapter": "^1.0",
|
||
"php": ">=7.2.5",
|
||
"psr/container": "~1.0",
|
||
"psr/http-message": "^1.0",
|
||
"psr/log": "~1.0",
|
||
"psr/simple-cache": "^1.0",
|
||
"topthink/think-helper": "^3.1.1",
|
||
"topthink/think-orm": "^2.0"
|
||
},
|
||
"require-dev": {
|
||
"guzzlehttp/psr7": "^2.1.0",
|
||
"mikey179/vfsstream": "^1.6",
|
||
"mockery/mockery": "^1.2",
|
||
"phpunit/phpunit": "^7.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [],
|
||
"psr-4": {
|
||
"think\\": "src/think/"
|
||
}
|
||
},
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "liu21st",
|
||
"email": "liu21st@gmail.com"
|
||
},
|
||
{
|
||
"name": "yunwuxin",
|
||
"email": "448901948@qq.com"
|
||
}
|
||
],
|
||
"description": "The ThinkPHP Framework.",
|
||
"homepage": "http://thinkphp.cn/",
|
||
"keywords": [
|
||
"framework",
|
||
"orm",
|
||
"thinkphp"
|
||
],
|
||
"time": "2022-01-21T06:31:07+00:00"
|
||
},
|
||
{
|
||
"name": "topthink/think-helper",
|
||
"version": "v3.1.6",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/top-think/think-helper.git",
|
||
"reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://repo.huaweicloud.com/repository/php/topthink/think-helper/v3.1.6/topthink-think-helper-v3.1.6.zip",
|
||
"reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.1.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^9.5"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [
|
||
"src/helper.php"
|
||
],
|
||
"psr-4": {
|
||
"think\\": "src"
|
||
}
|
||
},
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "yunwuxin",
|
||
"email": "448901948@qq.com"
|
||
}
|
||
],
|
||
"description": "The ThinkPHP6 Helper Package",
|
||
"time": "2021-12-15T04:27:55+00:00"
|
||
},
|
||
{
|
||
"name": "topthink/think-migration",
|
||
"version": "v3.0.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/top-think/think-migration.git",
|
||
"reference": "5717d9e5f3ea745f6dbfd1e30b4402aaadff9a79"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/top-think/think-migration/zipball/5717d9e5f3ea745f6dbfd1e30b4402aaadff9a79",
|
||
"reference": "5717d9e5f3ea745f6dbfd1e30b4402aaadff9a79",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"topthink/framework": "^6.0.0",
|
||
"topthink/think-helper": "^3.0.3"
|
||
},
|
||
"require-dev": {
|
||
"fzaninotto/faker": "^1.8"
|
||
},
|
||
"suggest": {
|
||
"fzaninotto/faker": "Required to use the factory builder (^1.8)."
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"think": {
|
||
"services": [
|
||
"think\\migration\\Service"
|
||
]
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Phinx\\": "phinx/src/Phinx",
|
||
"think\\migration\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "yunwuxin",
|
||
"email": "448901948@qq.com"
|
||
}
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/top-think/think-migration/issues",
|
||
"source": "https://github.com/top-think/think-migration/tree/v3.0.3"
|
||
},
|
||
"time": "2020-12-07T05:54:22+00:00"
|
||
},
|
||
{
|
||
"name": "topthink/think-orm",
|
||
"version": "v2.0.53",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/top-think/think-orm.git",
|
||
"reference": "06783eda65547a70ea686360a897759e1f873fff"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://repo.huaweicloud.com/repository/php/topthink/think-orm/v2.0.53/topthink-think-orm-v2.0.53.zip",
|
||
"reference": "06783eda65547a70ea686360a897759e1f873fff",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-json": "*",
|
||
"ext-pdo": "*",
|
||
"php": ">=7.1.0",
|
||
"psr/log": "~1.0",
|
||
"psr/simple-cache": "^1.0",
|
||
"topthink/think-helper": "^3.1"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^7|^8|^9.5"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [
|
||
"stubs/load_stubs.php"
|
||
],
|
||
"psr-4": {
|
||
"think\\": "src"
|
||
}
|
||
},
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "liu21st",
|
||
"email": "liu21st@gmail.com"
|
||
}
|
||
],
|
||
"description": "think orm",
|
||
"keywords": [
|
||
"database",
|
||
"orm"
|
||
],
|
||
"time": "2022-02-28T14:54:22+00:00"
|
||
},
|
||
{
|
||
"name": "webmozart/assert",
|
||
"version": "1.11.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/webmozarts/assert.git",
|
||
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
|
||
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-ctype": "*",
|
||
"php": "^7.2 || ^8.0"
|
||
},
|
||
"conflict": {
|
||
"phpstan/phpstan": "<0.12.20",
|
||
"vimeo/psalm": "<4.6.1 || 4.6.2"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^8.5.13"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.10-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Webmozart\\Assert\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Bernhard Schussek",
|
||
"email": "bschussek@gmail.com"
|
||
}
|
||
],
|
||
"description": "Assertions to validate method input/output with nice error messages.",
|
||
"keywords": [
|
||
"assert",
|
||
"check",
|
||
"validate"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/webmozarts/assert/issues",
|
||
"source": "https://github.com/webmozarts/assert/tree/1.11.0"
|
||
},
|
||
"time": "2022-06-03T18:03:27+00:00"
|
||
},
|
||
{
|
||
"name": "xiaodi/think-jwt",
|
||
"version": "v2.0.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/friendsofthinkphp/think-jwt.git",
|
||
"reference": "e24e6084a25d3463f125b3844061b0b0fa1ab843"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://repo.huaweicloud.com/repository/php/xiaodi/think-jwt/v2.0.3/xiaodi-think-jwt-v2.0.3.zip",
|
||
"reference": "e24e6084a25d3463f125b3844061b0b0fa1ab843",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-json": "*",
|
||
"ext-mbstring": "*",
|
||
"lcobucci/jwt": "3.3.3",
|
||
"nette/php-generator": "^3.2",
|
||
"php": ">=7.1.0",
|
||
"topthink/framework": "^6.0.2"
|
||
},
|
||
"require-dev": {
|
||
"friendsofphp/php-cs-fixer": "^2.15",
|
||
"mockery/mockery": "^1.2",
|
||
"phpstan/phpstan": "^0.12.0",
|
||
"phpunit/phpunit": "^6.2"
|
||
},
|
||
"type": "think-extend",
|
||
"extra": {
|
||
"think": {
|
||
"services": [
|
||
"xiaodi\\JWTAuth\\JwtService"
|
||
],
|
||
"config": {
|
||
"jwt": "config/config.php"
|
||
}
|
||
},
|
||
"think-config": {
|
||
"jwt": "config/config.php"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"xiaodi\\JWTAuth\\": "src/"
|
||
}
|
||
},
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "xiaodi",
|
||
"email": "liangjinbiao@live.com"
|
||
}
|
||
],
|
||
"description": "ThinkPHP Jwt Component",
|
||
"keywords": [
|
||
"php",
|
||
"thinkphp"
|
||
],
|
||
"time": "2021-02-22T02:09:36+00:00"
|
||
},
|
||
{
|
||
"name": "xin/helper",
|
||
"version": "1.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://gitee.com/liuxiaojinla/php-helper",
|
||
"reference": "02a58132dae2aea2d1c0b8e66f55125969224747"
|
||
},
|
||
"require": {
|
||
"ext-ctype": "*",
|
||
"ext-iconv": "*",
|
||
"ext-json": "*",
|
||
"ext-libxml": "*",
|
||
"ext-mbstring": "*",
|
||
"ext-openssl": "*",
|
||
"ext-simplexml": "*"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"xin\\helper\\": "src/"
|
||
}
|
||
},
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "晋",
|
||
"email": "1540175452@qq.com"
|
||
}
|
||
],
|
||
"description": "PHP项目日常开发必备基础库,数组工具类、字符串工具类、数字工具类、函数工具类、服务器工具类、加密工具类",
|
||
"time": "2019-06-22T08:28:23+00:00"
|
||
},
|
||
{
|
||
"name": "xxtime/flysystem-aliyun-oss",
|
||
"version": "1.5.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/xxtime/flysystem-aliyun-oss.git",
|
||
"reference": "ae873b5919076157b9cfeaf39d2f56d2dbb39ee9"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/xxtime/flysystem-aliyun-oss/zipball/ae873b5919076157b9cfeaf39d2f56d2dbb39ee9",
|
||
"reference": "ae873b5919076157b9cfeaf39d2f56d2dbb39ee9",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"aliyuncs/oss-sdk-php": "~2.3",
|
||
"league/flysystem": "^1.0.49",
|
||
"php": ">=5.5.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Xxtime\\Flysystem\\Aliyun\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Joe",
|
||
"email": "joe@xxtime.com",
|
||
"homepage": "https://github.com/xxtime",
|
||
"role": "Developer"
|
||
}
|
||
],
|
||
"description": "AliYun OSS adapter for flysystem. aliyuncs/oss-sdk-php ~2.3",
|
||
"homepage": "https://github.com/xxtime/flysystem-aliyun-oss",
|
||
"keywords": [
|
||
"Flysystem",
|
||
"aliyun-oss",
|
||
"flysystem-aliyun-oss"
|
||
],
|
||
"support": {
|
||
"email": "joe@xxtime.com",
|
||
"issues": "https://github.com/xxtime/flysystem-aliyun-oss/issues",
|
||
"source": "https://github.com/xxtime/flysystem-aliyun-oss/tree/1.5.0",
|
||
"wiki": "https://github.com/xxtime"
|
||
},
|
||
"time": "2019-11-12T07:57:34+00:00"
|
||
},
|
||
{
|
||
"name": "yunwuxin/think-cron",
|
||
"version": "v3.0.5",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/yunwuxin/think-cron.git",
|
||
"reference": "a5e5c679b7f5daedab9fb4bb00b641b6c4a054ca"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/yunwuxin/think-cron/zipball/a5e5c679b7f5daedab9fb4bb00b641b6c4a054ca",
|
||
"reference": "a5e5c679b7f5daedab9fb4bb00b641b6c4a054ca",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"dragonmantank/cron-expression": "^3.0",
|
||
"nesbot/carbon": "^2.28",
|
||
"symfony/process": "^4.4|^5.0",
|
||
"topthink/framework": "^6.0"
|
||
},
|
||
"require-dev": {
|
||
"topthink/think-swoole": "^4.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"think": {
|
||
"config": {
|
||
"cron": "src/config.php"
|
||
},
|
||
"services": [
|
||
"yunwuxin\\cron\\Service"
|
||
]
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"yunwuxin\\cron\\": "src/cron"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "yunwuxin",
|
||
"email": "448901948@qq.com"
|
||
}
|
||
],
|
||
"description": "计划任务",
|
||
"support": {
|
||
"issues": "https://github.com/yunwuxin/think-cron/issues",
|
||
"source": "https://github.com/yunwuxin/think-cron/tree/v3.0.5"
|
||
},
|
||
"time": "2021-12-22T09:25:54+00:00"
|
||
}
|
||
],
|
||
"packages-dev": [
|
||
{
|
||
"name": "symfony/polyfill-php72",
|
||
"version": "v1.25.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-php72.git",
|
||
"reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://repo.huaweicloud.com/repository/php/symfony/polyfill-php72/v1.25.0/symfony-polyfill-php72-v1.25.0.zip",
|
||
"reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.1"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "1.23-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/polyfill",
|
||
"url": "https://github.com/symfony/polyfill"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"bootstrap.php"
|
||
],
|
||
"psr-4": {
|
||
"Symfony\\Polyfill\\Php72\\": ""
|
||
}
|
||
},
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nicolas Grekas",
|
||
"email": "p@tchwork.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"compatibility",
|
||
"polyfill",
|
||
"portable",
|
||
"shim"
|
||
],
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2021-05-27T09:17:38+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/var-dumper",
|
||
"version": "v4.4.41",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/var-dumper.git",
|
||
"reference": "58eb36075c04aaf92a7a9f38ee9a8b97e24eb481"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://repo.huaweicloud.com/repository/php/symfony/var-dumper/v4.4.41/symfony-var-dumper-v4.4.41.zip",
|
||
"reference": "58eb36075c04aaf92a7a9f38ee9a8b97e24eb481",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.1.3",
|
||
"symfony/polyfill-mbstring": "~1.0",
|
||
"symfony/polyfill-php72": "~1.5",
|
||
"symfony/polyfill-php80": "^1.16"
|
||
},
|
||
"conflict": {
|
||
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
|
||
"symfony/console": "<3.4"
|
||
},
|
||
"require-dev": {
|
||
"ext-iconv": "*",
|
||
"symfony/console": "^3.4|^4.0|^5.0",
|
||
"symfony/process": "^4.4|^5.0",
|
||
"twig/twig": "^1.43|^2.13|^3.0.4"
|
||
},
|
||
"suggest": {
|
||
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
|
||
"ext-intl": "To show region name in time zone dump",
|
||
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
|
||
},
|
||
"bin": [
|
||
"Resources/bin/var-dump-server"
|
||
],
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [
|
||
"Resources/functions/dump.php"
|
||
],
|
||
"psr-4": {
|
||
"Symfony\\Component\\VarDumper\\": ""
|
||
},
|
||
"exclude-from-classmap": [
|
||
"/Tests/"
|
||
]
|
||
},
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nicolas Grekas",
|
||
"email": "p@tchwork.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Provides mechanisms for walking through any arbitrary PHP variable",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"debug",
|
||
"dump"
|
||
],
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-04-25T21:15:06+00:00"
|
||
},
|
||
{
|
||
"name": "topthink/think-trace",
|
||
"version": "v1.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/top-think/think-trace.git",
|
||
"reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://repo.huaweicloud.com/repository/php/topthink/think-trace/v1.4/topthink-think-trace-v1.4.zip",
|
||
"reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.1.0",
|
||
"topthink/framework": "^6.0.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"think": {
|
||
"services": [
|
||
"think\\trace\\Service"
|
||
],
|
||
"config": {
|
||
"trace": "src/config.php"
|
||
}
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"think\\trace\\": "src"
|
||
}
|
||
},
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "liu21st",
|
||
"email": "liu21st@gmail.com"
|
||
}
|
||
],
|
||
"description": "thinkphp debug trace",
|
||
"time": "2020-06-29T05:27:28+00:00"
|
||
}
|
||
],
|
||
"aliases": [],
|
||
"minimum-stability": "stable",
|
||
"stability-flags": [],
|
||
"prefer-stable": false,
|
||
"prefer-lowest": false,
|
||
"platform": {
|
||
"php": ">=7.2.5"
|
||
},
|
||
"platform-dev": [],
|
||
"plugin-api-version": "2.0.0"
|
||
}
|