2020-10-28 15:31:11 +08:00
{
"packages" : [
2022-08-02 21:13:36 +08:00
{
"name" : "bacon/bacon-qr-code" ,
"version" : "2.0.7" ,
"version_normalized" : "2.0.7.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/Bacon/BaconQrCode.git" ,
"reference" : "d70c840f68657ce49094b8d91f9ee0cc07fbf66c"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/Bacon/BaconQrCode/zipball/d70c840f68657ce49094b8d91f9ee0cc07fbf66c" ,
"reference" : "d70c840f68657ce49094b8d91f9ee0cc07fbf66c" ,
"shasum" : ""
} ,
"require" : {
"dasprid/enum" : "^1.0.3" ,
"ext-iconv" : "*" ,
"php" : "^7.1 || ^8.0"
} ,
"require-dev" : {
"phly/keep-a-changelog" : "^2.1" ,
"phpunit/phpunit" : "^7 | ^8 | ^9" ,
"spatie/phpunit-snapshot-assertions" : "^4.2.9" ,
"squizlabs/php_codesniffer" : "^3.4"
} ,
"suggest" : {
"ext-imagick" : "to generate QR code images"
} ,
"time" : "2022-03-14T02:02:36+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"BaconQrCode\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-2-Clause"
] ,
"authors" : [
{
"name" : "Ben Scholzen 'DASPRiD'" ,
"email" : "mail@dasprids.de" ,
"homepage" : "https://dasprids.de/" ,
"role" : "Developer"
}
] ,
"description" : "BaconQrCode is a QR code generator for PHP." ,
"homepage" : "https://github.com/Bacon/BaconQrCode" ,
"support" : {
"issues" : "https://github.com/Bacon/BaconQrCode/issues" ,
"source" : "https://github.com/Bacon/BaconQrCode/tree/2.0.7"
} ,
"install-path" : "../bacon/bacon-qr-code"
} ,
2022-11-18 10:31:44 +08:00
{
"name" : "cache/adapter-common" ,
"version" : "1.3.0" ,
"version_normalized" : "1.3.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-cache/adapter-common.git" ,
"reference" : "8788309be72aa7be69b88cdc0687549c74a7d479"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-cache/adapter-common/zipball/8788309be72aa7be69b88cdc0687549c74a7d479" ,
"reference" : "8788309be72aa7be69b88cdc0687549c74a7d479" ,
"shasum" : ""
} ,
"require" : {
"cache/tag-interop" : "^1.0" ,
"php" : ">=7.4" ,
"psr/cache" : "^1.0 || ^2.0" ,
"psr/log" : "^1.0 || ^2.0 || ^3.0" ,
"psr/simple-cache" : "^1.0"
} ,
"require-dev" : {
"cache/integration-tests" : "^0.17" ,
"phpunit/phpunit" : "^7.5.20 || ^9.5.10"
} ,
"time" : "2022-01-15T15:47:19+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.1-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Cache\\Adapter\\Common\\" : ""
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Aaron Scherer" ,
"email" : "aequasi@gmail.com" ,
"homepage" : "https://github.com/aequasi"
} ,
{
"name" : "Tobias Nyholm" ,
"email" : "tobias.nyholm@gmail.com" ,
"homepage" : "https://github.com/nyholm"
}
] ,
"description" : "Common classes for PSR-6 adapters" ,
"homepage" : "http://www.php-cache.com/en/latest/" ,
"keywords" : [
"cache" ,
"psr-6" ,
"tag"
] ,
"support" : {
"source" : "https://github.com/php-cache/adapter-common/tree/1.3.0"
} ,
"install-path" : "../cache/adapter-common"
} ,
{
"name" : "cache/filesystem-adapter" ,
"version" : "1.2.0" ,
"version_normalized" : "1.2.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-cache/filesystem-adapter.git" ,
"reference" : "f1faaae40aaa696ef899cef6f6888aedb90b419b"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-cache/filesystem-adapter/zipball/f1faaae40aaa696ef899cef6f6888aedb90b419b" ,
"reference" : "f1faaae40aaa696ef899cef6f6888aedb90b419b" ,
"shasum" : ""
} ,
"require" : {
"cache/adapter-common" : "^1.0" ,
"league/flysystem" : "^1.0" ,
"php" : ">=7.4" ,
"psr/cache" : "^1.0 || ^2.0" ,
"psr/simple-cache" : "^1.0"
} ,
"provide" : {
"psr/cache-implementation" : "^1.0" ,
"psr/simple-cache-implementation" : "^1.0"
} ,
"require-dev" : {
"cache/integration-tests" : "^0.17" ,
"phpunit/phpunit" : "^7.5.20 || ^9.5.10"
} ,
"time" : "2022-01-15T15:47:19+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.1-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Cache\\Adapter\\Filesystem\\" : ""
} ,
"exclude-from-classmap" : [
"/Tests/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Aaron Scherer" ,
"email" : "aequasi@gmail.com" ,
"homepage" : "https://github.com/aequasi"
} ,
{
"name" : "Tobias Nyholm" ,
"email" : "tobias.nyholm@gmail.com" ,
"homepage" : "https://github.com/nyholm"
}
] ,
"description" : "A PSR-6 cache implementation using filesystem. This implementation supports tags" ,
"homepage" : "http://www.php-cache.com/en/latest/" ,
"keywords" : [
"cache" ,
"filesystem" ,
"psr-6" ,
"tag"
] ,
"support" : {
"source" : "https://github.com/php-cache/filesystem-adapter/tree/1.2.0"
} ,
"install-path" : "../cache/filesystem-adapter"
} ,
{
"name" : "cache/tag-interop" ,
"version" : "1.1.0" ,
"version_normalized" : "1.1.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-cache/tag-interop.git" ,
"reference" : "b062b1d735357da50edf8387f7a8696f3027d328"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-cache/tag-interop/zipball/b062b1d735357da50edf8387f7a8696f3027d328" ,
"reference" : "b062b1d735357da50edf8387f7a8696f3027d328" ,
"shasum" : ""
} ,
"require" : {
"php" : "^5.5 || ^7.0 || ^8.0" ,
"psr/cache" : "^1.0 || ^2.0"
} ,
"time" : "2021-12-31T10:03:23+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.1-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Cache\\TagInterop\\" : ""
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Tobias Nyholm" ,
"email" : "tobias.nyholm@gmail.com" ,
"homepage" : "https://github.com/nyholm"
} ,
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com" ,
"homepage" : "https://github.com/nicolas-grekas"
}
] ,
"description" : "Framework interoperable interfaces for tags" ,
"homepage" : "https://www.php-cache.com/en/latest/" ,
"keywords" : [
"cache" ,
"psr" ,
"psr6" ,
"tag"
] ,
"support" : {
"issues" : "https://github.com/php-cache/tag-interop/issues" ,
"source" : "https://github.com/php-cache/tag-interop/tree/1.1.0"
} ,
"install-path" : "../cache/tag-interop"
} ,
2022-08-02 21:13:36 +08:00
{
"name" : "dasprid/enum" ,
"version" : "1.0.3" ,
"version_normalized" : "1.0.3.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/DASPRiD/Enum.git" ,
"reference" : "5abf82f213618696dda8e3bf6f64dd042d8542b2"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/DASPRiD/Enum/zipball/5abf82f213618696dda8e3bf6f64dd042d8542b2" ,
"reference" : "5abf82f213618696dda8e3bf6f64dd042d8542b2" ,
"shasum" : ""
} ,
"require-dev" : {
"phpunit/phpunit" : "^7 | ^8 | ^9" ,
"squizlabs/php_codesniffer" : "^3.4"
} ,
"time" : "2020-10-02T16:03:48+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"DASPRiD\\Enum\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-2-Clause"
] ,
"authors" : [
{
"name" : "Ben Scholzen 'DASPRiD'" ,
"email" : "mail@dasprids.de" ,
"homepage" : "https://dasprids.de/" ,
"role" : "Developer"
}
] ,
"description" : "PHP 7.1 enum implementation" ,
"keywords" : [
"enum" ,
"map"
] ,
"support" : {
"issues" : "https://github.com/DASPRiD/Enum/issues" ,
"source" : "https://github.com/DASPRiD/Enum/tree/1.0.3"
} ,
"install-path" : "../dasprid/enum"
} ,
{
"name" : "endroid/qr-code" ,
2022-11-20 21:56:09 +08:00
"version" : "4.6.0" ,
"version_normalized" : "4.6.0.0" ,
2022-08-02 21:13:36 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/endroid/qr-code.git" ,
2022-11-20 21:56:09 +08:00
"reference" : "b60873b14e2ca7bf3c3746f5e032023095a7e05c"
2022-08-02 21:13:36 +08:00
} ,
"dist" : {
"type" : "zip" ,
2022-11-20 21:56:09 +08:00
"url" : "https://api.github.com/repos/endroid/qr-code/zipball/b60873b14e2ca7bf3c3746f5e032023095a7e05c" ,
"reference" : "b60873b14e2ca7bf3c3746f5e032023095a7e05c" ,
2022-08-02 21:13:36 +08:00
"shasum" : ""
} ,
"require" : {
"bacon/bacon-qr-code" : "^2.0.5" ,
"php" : "^7.4||^8.0"
} ,
"require-dev" : {
"endroid/quality" : "dev-master" ,
"ext-gd" : "*" ,
"khanamiryan/qrcode-detector-decoder" : "^1.0.4" ,
"setasign/fpdf" : "^1.8.2"
} ,
"suggest" : {
"ext-gd" : "Enables you to write PNG images" ,
"khanamiryan/qrcode-detector-decoder" : "Enables you to use the image validator" ,
"roave/security-advisories" : "Makes sure package versions with known security issues are not installed" ,
"setasign/fpdf" : "Enables you to use the PDF writer"
} ,
2022-11-20 21:56:09 +08:00
"time" : "2022-10-04T17:13:41+00:00" ,
2022-08-02 21:13:36 +08:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "4.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Endroid\\QrCode\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Jeroen van den Enden" ,
"email" : "info@endroid.nl"
}
] ,
"description" : "Endroid QR Code" ,
"homepage" : "https://github.com/endroid/qr-code" ,
"keywords" : [
"code" ,
"endroid" ,
"php" ,
"qr" ,
"qrcode"
] ,
"support" : {
"issues" : "https://github.com/endroid/qr-code/issues" ,
2022-11-20 21:56:09 +08:00
"source" : "https://github.com/endroid/qr-code/tree/4.6.0"
2022-08-02 21:13:36 +08:00
} ,
"funding" : [
{
"url" : "https://github.com/endroid" ,
"type" : "github"
}
] ,
"install-path" : "../endroid/qr-code"
} ,
2021-01-30 17:47:18 +08:00
{
"name" : "firebase/php-jwt" ,
2021-12-06 15:50:11 +08:00
"version" : "v5.5.1" ,
"version_normalized" : "5.5.1.0" ,
2021-01-30 17:47:18 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/firebase/php-jwt.git" ,
2021-12-06 15:50:11 +08:00
"reference" : "83b609028194aa042ea33b5af2d41a7427de80e6"
2021-01-30 17:47:18 +08:00
} ,
"dist" : {
"type" : "zip" ,
2021-12-06 15:50:11 +08:00
"url" : "https://api.github.com/repos/firebase/php-jwt/zipball/83b609028194aa042ea33b5af2d41a7427de80e6" ,
"reference" : "83b609028194aa042ea33b5af2d41a7427de80e6" ,
2021-01-30 17:47:18 +08:00
"shasum" : "" ,
"mirrors" : [
{
"url" : "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%" ,
"preferred" : true
}
]
} ,
"require" : {
"php" : ">=5.3.0"
} ,
"require-dev" : {
"phpunit/phpunit" : ">=4.8 <=9"
} ,
2021-08-04 18:44:24 +08:00
"suggest" : {
"paragonie/sodium_compat" : "Support EdDSA (Ed25519) signatures when libsodium is not present"
} ,
2021-12-06 15:50:11 +08:00
"time" : "2021-11-08T20:18:51+00:00" ,
2021-01-30 17:47:18 +08:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Firebase\\JWT\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Neuman Vong" ,
"email" : "neuman+pear@twilio.com" ,
"role" : "Developer"
} ,
{
"name" : "Anant Narayanan" ,
"email" : "anant@php.net" ,
"role" : "Developer"
}
] ,
"description" : "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec." ,
"homepage" : "https://github.com/firebase/php-jwt" ,
"keywords" : [
"jwt" ,
"php"
] ,
"support" : {
"issues" : "https://github.com/firebase/php-jwt/issues" ,
2021-12-06 15:50:11 +08:00
"source" : "https://github.com/firebase/php-jwt/tree/v5.5.1"
2021-01-30 17:47:18 +08:00
} ,
"install-path" : "../firebase/php-jwt"
} ,
2022-08-02 21:13:36 +08:00
{
"name" : "guzzlehttp/guzzle" ,
"version" : "7.0.0" ,
"version_normalized" : "7.0.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/guzzle/guzzle.git" ,
"reference" : "414c24961042f6616fb43e23fa69a785f9fc053e"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/guzzle/guzzle/zipball/414c24961042f6616fb43e23fa69a785f9fc053e" ,
"reference" : "414c24961042f6616fb43e23fa69a785f9fc053e" ,
"shasum" : ""
} ,
"require" : {
"ext-json" : "*" ,
"guzzlehttp/promises" : "^1.0" ,
"guzzlehttp/psr7" : "^1.6.1" ,
"php" : "^7.2.5" ,
"psr/http-client" : "^1.0"
} ,
"provide" : {
"psr/http-client-implementation" : "1.0"
} ,
"require-dev" : {
"ergebnis/composer-normalize" : "^2.0" ,
"ext-curl" : "*" ,
"php-http/client-integration-tests" : "dev-phpunit8" ,
"phpunit/phpunit" : "^8.5.5" ,
"psr/log" : "^1.1"
} ,
"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"
} ,
"time" : "2020-06-27T08:47:54+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "7.0-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"src/functions_include.php"
] ,
"psr-4" : {
"GuzzleHttp\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Michael Dowling" ,
"email" : "mtdowling@gmail.com" ,
"homepage" : "https://github.com/mtdowling"
} ,
{
"name" : "Márk Sági-Kazár" ,
"email" : "mark.sagikazar@gmail.com" ,
"homepage" : "https://sagikazarmark.hu"
}
] ,
"description" : "Guzzle is a PHP HTTP client library" ,
"homepage" : "http://guzzlephp.org/" ,
"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/master"
} ,
"install-path" : "../guzzlehttp/guzzle"
} ,
{
"name" : "guzzlehttp/promises" ,
2022-09-23 11:03:10 +08:00
"version" : "1.5.2" ,
"version_normalized" : "1.5.2.0" ,
2022-08-02 21:13:36 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/guzzle/promises.git" ,
2022-09-23 11:03:10 +08:00
"reference" : "b94b2807d85443f9719887892882d0329d1e2598"
2022-08-02 21:13:36 +08:00
} ,
"dist" : {
"type" : "zip" ,
2022-09-23 11:03:10 +08:00
"url" : "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598" ,
"reference" : "b94b2807d85443f9719887892882d0329d1e2598" ,
2022-08-02 21:13:36 +08:00
"shasum" : ""
} ,
"require" : {
"php" : ">=5.5"
} ,
"require-dev" : {
"symfony/phpunit-bridge" : "^4.4 || ^5.1"
} ,
2022-09-23 11:03:10 +08:00
"time" : "2022-08-28T14:55:35+00:00" ,
2022-08-02 21:13:36 +08:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.5-dev"
}
} ,
"installation-source" : "dist" ,
"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" ,
2022-09-23 11:03:10 +08:00
"source" : "https://github.com/guzzle/promises/tree/1.5.2"
2022-08-02 21:13:36 +08:00
} ,
"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"
}
] ,
"install-path" : "../guzzlehttp/promises"
} ,
{
"name" : "guzzlehttp/psr7" ,
"version" : "1.9.0" ,
"version_normalized" : "1.9.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/guzzle/psr7.git" ,
"reference" : "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/guzzle/psr7/zipball/e98e3e6d4f86621a9b75f623996e6bbdeb4b9318" ,
"reference" : "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.4.0" ,
"psr/http-message" : "~1.0" ,
"ralouphie/getallheaders" : "^2.0.5 || ^3.0.0"
} ,
"provide" : {
"psr/http-message-implementation" : "1.0"
} ,
"require-dev" : {
"ext-zlib" : "*" ,
"phpunit/phpunit" : "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
} ,
"suggest" : {
"laminas/laminas-httphandlerrunner" : "Emit PSR-7 responses"
} ,
"time" : "2022-06-20T21:43:03+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.9-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"src/functions_include.php"
] ,
"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"
}
] ,
"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/1.9.0"
} ,
"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"
}
] ,
"install-path" : "../guzzlehttp/psr7"
} ,
2022-11-18 10:31:44 +08:00
{
"name" : "jaeger/g-http" ,
"version" : "V1.7.2" ,
"version_normalized" : "1.7.2.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/jae-jae/GHttp.git" ,
"reference" : "82585ddd5e2c6651e37ab1d8166efcdbb6b293d4"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/jae-jae/GHttp/zipball/82585ddd5e2c6651e37ab1d8166efcdbb6b293d4" ,
"reference" : "82585ddd5e2c6651e37ab1d8166efcdbb6b293d4" ,
"shasum" : ""
} ,
"require" : {
"cache/filesystem-adapter" : "^1" ,
"guzzlehttp/guzzle" : "^6.0 | ^7.0"
} ,
"time" : "2021-08-08T04:59:44+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Jaeger\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Jaeger" ,
"email" : "JaegerCode@gmail.com"
}
] ,
"description" : "Simple Http client base on GuzzleHttp" ,
"support" : {
"issues" : "https://github.com/jae-jae/GHttp/issues" ,
"source" : "https://github.com/jae-jae/GHttp/tree/V1.7.2"
} ,
"install-path" : "../jaeger/g-http"
} ,
{
"name" : "jaeger/phpquery-single" ,
"version" : "1.1.1" ,
"version_normalized" : "1.1.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/jae-jae/phpQuery-single.git" ,
"reference" : "39a650ade692a6b480c22220dce0c198d6a946fb"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/jae-jae/phpQuery-single/zipball/39a650ade692a6b480c22220dce0c198d6a946fb" ,
"reference" : "39a650ade692a6b480c22220dce0c198d6a946fb" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.0"
} ,
"time" : "2022-03-26T15:01:16+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"phpQuery.php"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Tobiasz Cudnik" ,
"email" : "tobiasz.cudnik@gmail.com" ,
"homepage" : "https://github.com/TobiaszCudnik" ,
"role" : "Developer"
} ,
{
"name" : "Jaeger" ,
"role" : "Packager"
}
] ,
"description" : "phpQuery单文件版本, 是Querylist的依赖(http://querylist.cc/), phpQuery项目主页:http://code.google.com/p/phpquery/" ,
"homepage" : "http://code.google.com/p/phpquery/" ,
"support" : {
"issues" : "https://github.com/jae-jae/phpQuery-single/issues" ,
"source" : "https://github.com/jae-jae/phpQuery-single/tree/1.1.1"
} ,
"install-path" : "../jaeger/phpquery-single"
} ,
{
"name" : "jaeger/querylist" ,
"version" : "V4.2.8" ,
"version_normalized" : "4.2.8.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/jae-jae/QueryList.git" ,
"reference" : "39dc0ca9c668bec7a793e20472ccd7d26ef89ea4"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/jae-jae/QueryList/zipball/39dc0ca9c668bec7a793e20472ccd7d26ef89ea4" ,
"reference" : "39dc0ca9c668bec7a793e20472ccd7d26ef89ea4" ,
"shasum" : ""
} ,
"require" : {
"ext-dom" : "*" ,
"jaeger/g-http" : "^1.1" ,
"jaeger/phpquery-single" : "^1" ,
"php" : ">=7.1" ,
"tightenco/collect" : ">5.0"
} ,
"require-dev" : {
"phpunit/phpunit" : "^8.5" ,
"symfony/var-dumper" : "^3.3"
} ,
"time" : "2021-07-05T06:07:58+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"QL\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Jaeger" ,
"email" : "JaegerCode@gmail.com"
}
] ,
"description" : "Simple, elegant, extensible PHP Web Scraper (crawler/spider),Use the css3 dom selector,Based on phpQuery! 简洁、优雅、可扩展的PHP采集工具(爬虫), 基于phpQuery。" ,
"homepage" : "http://querylist.cc" ,
"keywords" : [
"QueryList" ,
"phpQuery" ,
"spider"
] ,
"support" : {
"issues" : "https://github.com/jae-jae/QueryList/issues" ,
"source" : "https://github.com/jae-jae/QueryList/tree/V4.2.8"
} ,
"funding" : [
{
"url" : "https://opencollective.com/querylist" ,
"type" : "open_collective"
}
] ,
"install-path" : "../jaeger/querylist"
} ,
2022-08-02 21:13:36 +08:00
{
"name" : "laravel/serializable-closure" ,
2022-09-23 11:03:10 +08:00
"version" : "v1.2.2" ,
"version_normalized" : "1.2.2.0" ,
2022-08-02 21:13:36 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/laravel/serializable-closure.git" ,
2022-09-23 11:03:10 +08:00
"reference" : "47afb7fae28ed29057fdca37e16a84f90cc62fae"
2022-08-02 21:13:36 +08:00
} ,
"dist" : {
"type" : "zip" ,
2022-09-23 11:03:10 +08:00
"url" : "https://api.github.com/repos/laravel/serializable-closure/zipball/47afb7fae28ed29057fdca37e16a84f90cc62fae" ,
"reference" : "47afb7fae28ed29057fdca37e16a84f90cc62fae" ,
2022-08-02 21:13:36 +08:00
"shasum" : ""
} ,
"require" : {
"php" : "^7.3|^8.0"
} ,
"require-dev" : {
2022-09-23 11:03:10 +08:00
"nesbot/carbon" : "^2.61" ,
"pestphp/pest" : "^1.21.3" ,
"phpstan/phpstan" : "^1.8.2" ,
"symfony/var-dumper" : "^5.4.11"
2022-08-02 21:13:36 +08:00
} ,
2022-09-23 11:03:10 +08:00
"time" : "2022-09-08T13:45:54+00:00" ,
2022-08-02 21:13:36 +08:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Laravel\\SerializableClosure\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Taylor Otwell" ,
"email" : "taylor@laravel.com"
} ,
{
"name" : "Nuno Maduro" ,
"email" : "nuno@laravel.com"
}
] ,
"description" : "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP." ,
"keywords" : [
"closure" ,
"laravel" ,
"serializable"
] ,
"support" : {
"issues" : "https://github.com/laravel/serializable-closure/issues" ,
"source" : "https://github.com/laravel/serializable-closure"
} ,
"install-path" : "../laravel/serializable-closure"
} ,
2020-10-28 15:31:11 +08:00
{
"name" : "league/flysystem" ,
2022-11-20 21:56:09 +08:00
"version" : "1.1.10" ,
"version_normalized" : "1.1.10.0" ,
2020-10-28 15:31:11 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/thephpleague/flysystem.git" ,
2022-11-20 21:56:09 +08:00
"reference" : "3239285c825c152bcc315fe0e87d6b55f5972ed1"
2020-10-28 15:31:11 +08:00
} ,
"dist" : {
"type" : "zip" ,
2022-11-20 21:56:09 +08:00
"url" : "https://api.github.com/repos/thephpleague/flysystem/zipball/3239285c825c152bcc315fe0e87d6b55f5972ed1" ,
"reference" : "3239285c825c152bcc315fe0e87d6b55f5972ed1" ,
"shasum" : ""
2020-10-28 15:31:11 +08:00
} ,
"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"
} ,
2022-11-20 21:56:09 +08:00
"time" : "2022-10-04T09:16:37+00:00" ,
2020-10-28 15:31:11 +08:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.1-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"League\\Flysystem\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
2020-01-01 13:17:19 +08:00
{
2020-10-28 15:31:11 +08:00
"name" : "Frank de Jonge" ,
"email" : "info@frenky.net"
2020-01-01 13:17:19 +08:00
}
2020-10-28 15:31:11 +08:00
] ,
"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"
] ,
2021-08-04 18:44:24 +08:00
"support" : {
"issues" : "https://github.com/thephpleague/flysystem/issues" ,
2022-11-20 21:56:09 +08:00
"source" : "https://github.com/thephpleague/flysystem/tree/1.1.10"
2021-08-04 18:44:24 +08:00
} ,
"funding" : [
{
"url" : "https://offset.earth/frankdejonge" ,
"type" : "other"
}
] ,
2020-10-28 15:31:11 +08:00
"install-path" : "../league/flysystem"
} ,
{
"name" : "league/flysystem-cached-adapter" ,
"version" : "1.1.0" ,
"version_normalized" : "1.1.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/thephpleague/flysystem-cached-adapter.git" ,
"reference" : "d1925efb2207ac4be3ad0c40b8277175f99ffaff"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/d1925efb2207ac4be3ad0c40b8277175f99ffaff" ,
"reference" : "d1925efb2207ac4be3ad0c40b8277175f99ffaff" ,
"shasum" : "" ,
"mirrors" : [
{
"url" : "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%" ,
"preferred" : true
}
]
} ,
"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"
} ,
"time" : "2020-07-25T15:56:04+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"League\\Flysystem\\Cached\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
2020-01-01 13:17:19 +08:00
{
2020-10-28 15:31:11 +08:00
"name" : "frankdejonge" ,
"email" : "info@frenky.net"
2020-01-01 13:17:19 +08:00
}
2020-10-28 15:31:11 +08:00
] ,
"description" : "An adapter decorator to enable meta-data caching." ,
"install-path" : "../league/flysystem-cached-adapter"
} ,
{
"name" : "league/mime-type-detection" ,
2022-04-19 17:26:10 +08:00
"version" : "1.11.0" ,
"version_normalized" : "1.11.0.0" ,
2020-10-28 15:31:11 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/thephpleague/mime-type-detection.git" ,
2022-04-19 17:26:10 +08:00
"reference" : "ff6248ea87a9f116e78edd6002e39e5128a0d4dd"
2020-10-28 15:31:11 +08:00
} ,
"dist" : {
"type" : "zip" ,
2022-04-19 17:26:10 +08:00
"url" : "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd" ,
"reference" : "ff6248ea87a9f116e78edd6002e39e5128a0d4dd" ,
2022-04-17 17:09:19 +08:00
"shasum" : ""
2020-10-28 15:31:11 +08:00
} ,
"require" : {
"ext-fileinfo" : "*" ,
"php" : "^7.2 || ^8.0"
} ,
"require-dev" : {
2021-12-06 15:50:11 +08:00
"friendsofphp/php-cs-fixer" : "^3.2" ,
2021-01-30 17:47:18 +08:00
"phpstan/phpstan" : "^0.12.68" ,
"phpunit/phpunit" : "^8.5.8 || ^9.3"
2020-10-28 15:31:11 +08:00
} ,
2022-04-19 17:26:10 +08:00
"time" : "2022-04-17T13:12:02+00:00" ,
2020-10-28 15:31:11 +08:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"League\\MimeTypeDetection\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
2020-09-20 15:14:34 +08:00
{
2020-10-28 15:31:11 +08:00
"name" : "Frank de Jonge" ,
"email" : "info@frankdejonge.nl"
2020-09-20 15:14:34 +08:00
}
2020-10-28 15:31:11 +08:00
] ,
"description" : "Mime-type detection for Flysystem" ,
"support" : {
"issues" : "https://github.com/thephpleague/mime-type-detection/issues" ,
2022-04-19 17:26:10 +08:00
"source" : "https://github.com/thephpleague/mime-type-detection/tree/1.11.0"
2020-10-28 15:31:11 +08:00
} ,
"funding" : [
2020-01-01 13:17:19 +08:00
{
2020-10-28 15:31:11 +08:00
"url" : "https://github.com/frankdejonge" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/league/flysystem" ,
"type" : "tidelift"
2020-01-01 13:17:19 +08:00
}
2020-10-28 15:31:11 +08:00
] ,
"install-path" : "../league/mime-type-detection"
} ,
2022-01-12 16:12:09 +08:00
{
"name" : "liliuwei/thinkphp-social" ,
"version" : "v1.3" ,
"version_normalized" : "1.3.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/liliuwei/thinkphp-social.git" ,
"reference" : "2067fc2c2cc3b3d109602bc19c3e5a99c5f4c970"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/liliuwei/thinkphp-social/zipball/2067fc2c2cc3b3d109602bc19c3e5a99c5f4c970" ,
"reference" : "2067fc2c2cc3b3d109602bc19c3e5a99c5f4c970" ,
"shasum" : "" ,
"mirrors" : [
{
"url" : "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%" ,
"preferred" : true
}
]
} ,
"require" : {
"php" : ">=5.6.0" ,
"topthink/framework" : "^5.1 || ^6.0" ,
"topthink/think-installer" : "^2.0"
} ,
"time" : "2021-01-13T05:11:12+00:00" ,
"type" : "think-extend" ,
"extra" : {
"think-config" : {
"social" : "src/config/config.php"
} ,
"think" : {
"config" : {
"social" : "src/config/config.php"
}
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"liliuwei\\social\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"Apache-2.0"
] ,
"authors" : [
{
"name" : "liliuwei" ,
"email" : "974829947@qq.com"
}
] ,
"description" : "适用于thinkphp5.1和6.0的社会化登录扩展" ,
"keywords" : [
"Facebook登录" ,
"Gitee登录" ,
"Github登录" ,
"Google登录" ,
"Oschina登录" ,
"QQ登录" ,
"oauth" ,
"think-social" ,
"thinkphp" ,
"thinkphp-social" ,
"thinkphp5.1" ,
"thinkphp6.0" ,
"小米登录" ,
"微信登录" ,
"抖音登录" ,
"新浪登录" ,
"淘宝登录" ,
"百度登录" ,
"第三方授权登录" ,
"谷歌登录" ,
"钉钉登录"
] ,
"support" : {
"issues" : "https://github.com/liliuwei/thinkphp-social/issues" ,
"source" : "https://github.com/liliuwei/thinkphp-social/tree/v1.3"
} ,
"install-path" : "../liliuwei/thinkphp-social"
} ,
2021-01-30 17:47:18 +08:00
{
"name" : "lotofbadcode/phpspirit_databackup" ,
2022-08-02 21:13:36 +08:00
"version" : "v1.2" ,
"version_normalized" : "1.2.0.0" ,
2021-01-30 17:47:18 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/lotofbadcode/phpspirit_databackup.git" ,
2022-08-02 21:13:36 +08:00
"reference" : "1835cf8230531840ada1ed2b25eba23de5ad32c5"
2021-01-30 17:47:18 +08:00
} ,
"dist" : {
"type" : "zip" ,
2022-08-02 21:13:36 +08:00
"url" : "https://api.github.com/repos/lotofbadcode/phpspirit_databackup/zipball/1835cf8230531840ada1ed2b25eba23de5ad32c5" ,
"reference" : "1835cf8230531840ada1ed2b25eba23de5ad32c5" ,
"shasum" : ""
2021-01-30 17:47:18 +08:00
} ,
"require" : {
"php" : ">=7.0"
} ,
2022-08-02 21:13:36 +08:00
"time" : "2022-06-18T12:21:57+00:00" ,
2021-01-30 17:47:18 +08:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"phpspirit\\databackup\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"Apache-2.0"
] ,
"authors" : [
{
"name" : "代码庸医" ,
"email" : "3359964266@qq.com"
}
] ,
"description" : "一个PHP数据库备份恢复的插件" ,
"keywords" : [
"library" ,
"php"
] ,
"support" : {
2022-08-02 21:13:36 +08:00
"issues" : "https://github.com/lotofbadcode/phpspirit_databackup/issues" ,
"source" : "https://github.com/lotofbadcode/phpspirit_databackup/tree/v1.2"
} ,
"install-path" : "../lotofbadcode/phpspirit_databackup"
} ,
{
"name" : "php-di/invoker" ,
"version" : "2.3.3" ,
"version_normalized" : "2.3.3.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/PHP-DI/Invoker.git" ,
"reference" : "cd6d9f267d1a3474bdddf1be1da079f01b942786"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/PHP-DI/Invoker/zipball/cd6d9f267d1a3474bdddf1be1da079f01b942786" ,
"reference" : "cd6d9f267d1a3474bdddf1be1da079f01b942786" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.3" ,
"psr/container" : "^1.0|^2.0"
} ,
"require-dev" : {
"athletic/athletic" : "~0.1.8" ,
"mnapoli/hard-mode" : "~0.3.0" ,
"phpunit/phpunit" : "^9.0"
} ,
"time" : "2021-12-13T09:22:56+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Invoker\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"description" : "Generic and extensible callable invoker" ,
"homepage" : "https://github.com/PHP-DI/Invoker" ,
"keywords" : [
"callable" ,
"dependency" ,
"dependency-injection" ,
"injection" ,
"invoke" ,
"invoker"
] ,
"support" : {
"issues" : "https://github.com/PHP-DI/Invoker/issues" ,
"source" : "https://github.com/PHP-DI/Invoker/tree/2.3.3"
} ,
"funding" : [
{
"url" : "https://github.com/mnapoli" ,
"type" : "github"
}
] ,
"install-path" : "../php-di/invoker"
} ,
{
"name" : "php-di/php-di" ,
"version" : "6.4.0" ,
"version_normalized" : "6.4.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/PHP-DI/PHP-DI.git" ,
"reference" : "ae0f1b3b03d8b29dff81747063cbfd6276246cc4"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/ae0f1b3b03d8b29dff81747063cbfd6276246cc4" ,
"reference" : "ae0f1b3b03d8b29dff81747063cbfd6276246cc4" ,
"shasum" : ""
} ,
"require" : {
"laravel/serializable-closure" : "^1.0" ,
"php" : ">=7.4.0" ,
"php-di/invoker" : "^2.0" ,
"php-di/phpdoc-reader" : "^2.0.1" ,
"psr/container" : "^1.0"
} ,
"provide" : {
"psr/container-implementation" : "^1.0"
} ,
"require-dev" : {
"doctrine/annotations" : "~1.10" ,
"friendsofphp/php-cs-fixer" : "^2.4" ,
"mnapoli/phpunit-easymock" : "^1.2" ,
"ocramius/proxy-manager" : "^2.11.2" ,
"phpstan/phpstan" : "^0.12" ,
"phpunit/phpunit" : "^9.5"
} ,
"suggest" : {
"doctrine/annotations" : "Install it if you want to use annotations (version ~1.2)" ,
"ocramius/proxy-manager" : "Install it if you want to use lazy injection (version ~2.0)"
} ,
"time" : "2022-04-09T16:46:38+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"src/functions.php"
] ,
"psr-4" : {
"DI\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"description" : "The dependency injection container for humans" ,
"homepage" : "https://php-di.org/" ,
"keywords" : [
"PSR-11" ,
"container" ,
"container-interop" ,
"dependency injection" ,
"di" ,
"ioc" ,
"psr11"
] ,
"support" : {
"issues" : "https://github.com/PHP-DI/PHP-DI/issues" ,
"source" : "https://github.com/PHP-DI/PHP-DI/tree/6.4.0"
} ,
"funding" : [
{
"url" : "https://github.com/mnapoli" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/php-di/php-di" ,
"type" : "tidelift"
}
] ,
"install-path" : "../php-di/php-di"
} ,
{
"name" : "php-di/phpdoc-reader" ,
"version" : "2.2.1" ,
"version_normalized" : "2.2.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/PHP-DI/PhpDocReader.git" ,
"reference" : "66daff34cbd2627740ffec9469ffbac9f8c8185c"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/66daff34cbd2627740ffec9469ffbac9f8c8185c" ,
"reference" : "66daff34cbd2627740ffec9469ffbac9f8c8185c" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.0"
} ,
"require-dev" : {
"mnapoli/hard-mode" : "~0.3.0" ,
"phpunit/phpunit" : "^8.5|^9.0"
} ,
"time" : "2020-10-12T12:39:22+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"PhpDocReader\\" : "src/PhpDocReader"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"description" : "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)" ,
"keywords" : [
"phpdoc" ,
"reflection"
] ,
"support" : {
"issues" : "https://github.com/PHP-DI/PhpDocReader/issues" ,
"source" : "https://github.com/PHP-DI/PhpDocReader/tree/2.2.1"
2021-01-30 17:47:18 +08:00
} ,
2022-08-02 21:13:36 +08:00
"install-path" : "../php-di/phpdoc-reader"
2021-01-30 17:47:18 +08:00
} ,
2020-10-28 15:31:11 +08:00
{
"name" : "phpmailer/phpmailer" ,
2022-11-25 22:44:04 +08:00
"version" : "v6.6.5" ,
"version_normalized" : "6.6.5.0" ,
2020-10-28 15:31:11 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/PHPMailer/PHPMailer.git" ,
2022-11-25 22:44:04 +08:00
"reference" : "8b6386d7417526d1ea4da9edb70b8352f7543627"
2020-10-28 15:31:11 +08:00
} ,
"dist" : {
"type" : "zip" ,
2022-11-25 22:44:04 +08:00
"url" : "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/8b6386d7417526d1ea4da9edb70b8352f7543627" ,
"reference" : "8b6386d7417526d1ea4da9edb70b8352f7543627" ,
2022-04-17 17:05:20 +08:00
"shasum" : ""
2020-10-28 15:31:11 +08:00
} ,
"require" : {
"ext-ctype" : "*" ,
"ext-filter" : "*" ,
2021-01-30 17:47:18 +08:00
"ext-hash" : "*" ,
2020-10-28 15:31:11 +08:00
"php" : ">=5.5.0"
} ,
"require-dev" : {
2021-01-30 17:47:18 +08:00
"dealerdirect/phpcodesniffer-composer-installer" : "^0.7.0" ,
2020-10-28 15:31:11 +08:00
"doctrine/annotations" : "^1.2" ,
2022-08-02 21:13:36 +08:00
"php-parallel-lint/php-console-highlighter" : "^1.0.0" ,
"php-parallel-lint/php-parallel-lint" : "^1.3.2" ,
2021-01-30 17:47:18 +08:00
"phpcompatibility/php-compatibility" : "^9.3.5" ,
"roave/security-advisories" : "dev-latest" ,
2022-03-04 14:16:02 +08:00
"squizlabs/php_codesniffer" : "^3.6.2" ,
2021-11-02 15:40:58 +08:00
"yoast/phpunit-polyfills" : "^1.0.0"
2020-10-28 15:31:11 +08:00
} ,
"suggest" : {
2021-05-10 13:59:58 +08:00
"ext-mbstring" : "Needed to send email in multibyte encoding charset or decode encoded addresses" ,
2020-10-28 15:31:11 +08:00
"hayageek/oauth2-yahoo" : "Needed for Yahoo XOAUTH2 authentication" ,
"league/oauth2-google" : "Needed for Google XOAUTH2 authentication" ,
"psr/log" : "For optional PSR-3 debug logging" ,
2022-11-25 22:44:04 +08:00
"symfony/polyfill-mbstring" : "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" ,
"thenetworg/oauth2-azure" : "Needed for Microsoft XOAUTH2 authentication"
2020-10-28 15:31:11 +08:00
} ,
2022-11-25 22:44:04 +08:00
"time" : "2022-10-07T12:23:10+00:00" ,
2020-10-28 15:31:11 +08:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"PHPMailer\\PHPMailer\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"LGPL-2.1-only"
] ,
"authors" : [
{
"name" : "Marcus Bointon" ,
"email" : "phpmailer@synchromedia.co.uk"
} ,
2020-01-01 13:17:19 +08:00
{
2020-10-28 15:31:11 +08:00
"name" : "Jim Jagielski" ,
"email" : "jimjag@gmail.com"
} ,
{
"name" : "Andy Prevost" ,
"email" : "codeworxtech@users.sourceforge.net"
} ,
{
"name" : "Brent R. Matzelle"
2020-01-01 13:17:19 +08:00
}
2020-10-28 15:31:11 +08:00
] ,
"description" : "PHPMailer is a full-featured email creation and transfer class for PHP" ,
"support" : {
"issues" : "https://github.com/PHPMailer/PHPMailer/issues" ,
2022-11-25 22:44:04 +08:00
"source" : "https://github.com/PHPMailer/PHPMailer/tree/v6.6.5"
2020-10-28 15:31:11 +08:00
} ,
"funding" : [
2020-01-01 13:17:19 +08:00
{
2021-01-30 17:47:18 +08:00
"url" : "https://github.com/Synchro" ,
2020-10-28 15:31:11 +08:00
"type" : "github"
2020-01-01 13:17:19 +08:00
}
2020-10-28 15:31:11 +08:00
] ,
"install-path" : "../phpmailer/phpmailer"
} ,
{
"name" : "psr/cache" ,
"version" : "1.0.1" ,
"version_normalized" : "1.0.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/cache.git" ,
"reference" : "d11b50ad223250cf17b86e38383413f5a6764bf8"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8" ,
"reference" : "d11b50ad223250cf17b86e38383413f5a6764bf8" ,
"shasum" : "" ,
"mirrors" : [
{
"url" : "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%" ,
"preferred" : true
}
]
} ,
"require" : {
"php" : ">=5.3.0"
} ,
"time" : "2016-08-06T20:24:11+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Psr\\Cache\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
2020-01-01 13:17:19 +08:00
{
2020-10-28 15:31:11 +08:00
"name" : "PHP-FIG" ,
"homepage" : "http://www.php-fig.org/"
2020-01-01 13:17:19 +08:00
}
2020-10-28 15:31:11 +08:00
] ,
"description" : "Common interface for caching libraries" ,
"keywords" : [
"cache" ,
"psr" ,
"psr-6"
] ,
"install-path" : "../psr/cache"
} ,
{
"name" : "psr/container" ,
2021-12-06 15:50:11 +08:00
"version" : "1.1.2" ,
"version_normalized" : "1.1.2.0" ,
2020-10-28 15:31:11 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/container.git" ,
2021-12-06 15:50:11 +08:00
"reference" : "513e0666f7216c7459170d56df27dfcefe1689ea"
2020-10-28 15:31:11 +08:00
} ,
"dist" : {
"type" : "zip" ,
2021-12-06 15:50:11 +08:00
"url" : "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea" ,
"reference" : "513e0666f7216c7459170d56df27dfcefe1689ea" ,
2020-10-28 15:31:11 +08:00
"shasum" : "" ,
"mirrors" : [
{
"url" : "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%" ,
"preferred" : true
}
]
} ,
"require" : {
2021-12-06 15:50:11 +08:00
"php" : ">=7.4.0"
2020-10-28 15:31:11 +08:00
} ,
2021-12-06 15:50:11 +08:00
"time" : "2021-11-05T16:50:12+00:00" ,
2020-10-28 15:31:11 +08:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Psr\\Container\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
2020-01-01 13:17:19 +08:00
{
2020-10-28 15:31:11 +08:00
"name" : "PHP-FIG" ,
2021-05-10 13:59:58 +08:00
"homepage" : "https://www.php-fig.org/"
2020-01-01 13:17:19 +08:00
}
2020-10-28 15:31:11 +08:00
] ,
"description" : "Common Container Interface (PHP FIG PSR-11)" ,
"homepage" : "https://github.com/php-fig/container" ,
"keywords" : [
"PSR-11" ,
"container" ,
"container-interface" ,
"container-interop" ,
"psr"
] ,
2021-05-10 13:59:58 +08:00
"support" : {
"issues" : "https://github.com/php-fig/container/issues" ,
2021-12-06 15:50:11 +08:00
"source" : "https://github.com/php-fig/container/tree/1.1.2"
2021-05-10 13:59:58 +08:00
} ,
2020-10-28 15:31:11 +08:00
"install-path" : "../psr/container"
} ,
2022-08-02 21:13:36 +08:00
{
"name" : "psr/event-dispatcher" ,
"version" : "1.0.0" ,
"version_normalized" : "1.0.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/event-dispatcher.git" ,
"reference" : "dbefd12671e8a14ec7f180cab83036ed26714bb0"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0" ,
"reference" : "dbefd12671e8a14ec7f180cab83036ed26714bb0" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.0"
} ,
"time" : "2019-01-08T18:20:26+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Psr\\EventDispatcher\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "http://www.php-fig.org/"
}
] ,
"description" : "Standard interfaces for event handling." ,
"keywords" : [
"events" ,
"psr" ,
"psr-14"
] ,
"support" : {
"issues" : "https://github.com/php-fig/event-dispatcher/issues" ,
"source" : "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
} ,
"install-path" : "../psr/event-dispatcher"
} ,
{
"name" : "psr/http-client" ,
"version" : "1.0.1" ,
"version_normalized" : "1.0.1.0" ,
"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"
} ,
"time" : "2020-06-29T06:28:15+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"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"
} ,
"install-path" : "../psr/http-client"
} ,
2022-01-07 14:43:42 +08:00
{
"name" : "psr/http-message" ,
"version" : "1.0.1" ,
"version_normalized" : "1.0.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/http-message.git" ,
"reference" : "f6561bf28d520154e4b0ec72be95418abe6d9363"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363" ,
"reference" : "f6561bf28d520154e4b0ec72be95418abe6d9363" ,
"shasum" : "" ,
"mirrors" : [
{
"url" : "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%" ,
"preferred" : true
}
]
} ,
"require" : {
"php" : ">=5.3.0"
} ,
"time" : "2016-08-06T14:39:51+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"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 interface for HTTP messages" ,
"homepage" : "https://github.com/php-fig/http-message" ,
"keywords" : [
"http" ,
"http-message" ,
"psr" ,
"psr-7" ,
"request" ,
"response"
] ,
"support" : {
"source" : "https://github.com/php-fig/http-message/tree/master"
} ,
"install-path" : "../psr/http-message"
} ,
2020-10-28 15:31:11 +08:00
{
"name" : "psr/log" ,
2021-05-10 13:59:58 +08:00
"version" : "1.1.4" ,
"version_normalized" : "1.1.4.0" ,
2020-10-28 15:31:11 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/log.git" ,
2021-05-10 13:59:58 +08:00
"reference" : "d49695b909c3b7628b6289db5479a1c204601f11"
2020-10-28 15:31:11 +08:00
} ,
"dist" : {
"type" : "zip" ,
2021-05-10 13:59:58 +08:00
"url" : "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11" ,
"reference" : "d49695b909c3b7628b6289db5479a1c204601f11" ,
2020-10-28 15:31:11 +08:00
"shasum" : "" ,
"mirrors" : [
{
"url" : "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%" ,
"preferred" : true
}
]
} ,
"require" : {
"php" : ">=5.3.0"
} ,
2021-05-10 13:59:58 +08:00
"time" : "2021-05-03T11:20:27+00:00" ,
2020-10-28 15:31:11 +08:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.1.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Psr\\Log\\" : "Psr/Log/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
2020-01-01 13:17:19 +08:00
{
2020-10-28 15:31:11 +08:00
"name" : "PHP-FIG" ,
2021-05-10 13:59:58 +08:00
"homepage" : "https://www.php-fig.org/"
2020-01-01 13:17:19 +08:00
}
2020-10-28 15:31:11 +08:00
] ,
"description" : "Common interface for logging libraries" ,
"homepage" : "https://github.com/php-fig/log" ,
"keywords" : [
"log" ,
"psr" ,
"psr-3"
] ,
2021-05-10 13:59:58 +08:00
"support" : {
"source" : "https://github.com/php-fig/log/tree/1.1.4"
} ,
2020-10-28 15:31:11 +08:00
"install-path" : "../psr/log"
} ,
{
"name" : "psr/simple-cache" ,
"version" : "1.0.1" ,
"version_normalized" : "1.0.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/simple-cache.git" ,
"reference" : "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" ,
"reference" : "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" ,
"shasum" : "" ,
"mirrors" : [
{
"url" : "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%" ,
"preferred" : true
}
]
} ,
"require" : {
"php" : ">=5.3.0"
} ,
"time" : "2017-10-23T01:57:42+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Psr\\SimpleCache\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
2020-01-01 13:17:19 +08:00
{
2020-10-28 15:31:11 +08:00
"name" : "PHP-FIG" ,
"homepage" : "http://www.php-fig.org/"
2020-01-01 13:17:19 +08:00
}
2020-10-28 15:31:11 +08:00
] ,
"description" : "Common interfaces for simple caching" ,
"keywords" : [
"cache" ,
"caching" ,
"psr" ,
"psr-16" ,
"simple-cache"
] ,
"install-path" : "../psr/simple-cache"
} ,
2022-08-02 21:13:36 +08:00
{
"name" : "ralouphie/getallheaders" ,
"version" : "3.0.3" ,
"version_normalized" : "3.0.3.0" ,
"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"
} ,
"time" : "2019-03-08T08:55:37+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"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"
} ,
"install-path" : "../ralouphie/getallheaders"
} ,
2020-10-28 15:31:11 +08:00
{
"name" : "symfony/polyfill-mbstring" ,
2022-08-02 21:13:36 +08:00
"version" : "v1.26.0" ,
"version_normalized" : "1.26.0.0" ,
2020-10-28 15:31:11 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-mbstring.git" ,
2022-08-02 21:13:36 +08:00
"reference" : "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
2020-10-28 15:31:11 +08:00
} ,
"dist" : {
"type" : "zip" ,
2022-08-02 21:13:36 +08:00
"url" : "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" ,
"reference" : "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" ,
2022-04-17 17:05:20 +08:00
"shasum" : ""
2020-10-28 15:31:11 +08:00
} ,
"require" : {
"php" : ">=7.1"
} ,
2022-01-07 14:45:35 +08:00
"provide" : {
"ext-mbstring" : "*"
} ,
2020-10-28 15:31:11 +08:00
"suggest" : {
"ext-mbstring" : "For best performance"
} ,
2022-08-02 21:13:36 +08:00
"time" : "2022-05-24T11:49:31+00:00" ,
2020-10-28 15:31:11 +08:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
2022-08-02 21:13:36 +08:00
"dev-main" : "1.26-dev"
2020-10-28 15:31:11 +08:00
} ,
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"bootstrap.php"
2022-04-17 17:05:20 +08:00
] ,
"psr-4" : {
"Symfony\\Polyfill\\Mbstring\\" : ""
}
2020-10-28 15:31:11 +08:00
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
} ,
2020-06-19 16:30:27 +08:00
{
2020-10-28 15:31:11 +08:00
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
2020-06-19 16:30:27 +08:00
}
2020-10-28 15:31:11 +08:00
] ,
"description" : "Symfony polyfill for the Mbstring extension" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"mbstring" ,
"polyfill" ,
"portable" ,
"shim"
] ,
"support" : {
2022-08-02 21:13:36 +08:00
"source" : "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
2020-06-19 16:30:27 +08:00
} ,
2020-10-28 15:31:11 +08:00
"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"
}
2020-06-19 16:30:27 +08:00
] ,
2020-10-28 15:31:11 +08:00
"install-path" : "../symfony/polyfill-mbstring"
} ,
{
"name" : "symfony/polyfill-php72" ,
2022-08-02 21:13:36 +08:00
"version" : "v1.26.0" ,
"version_normalized" : "1.26.0.0" ,
2020-10-28 15:31:11 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-php72.git" ,
2022-08-02 21:13:36 +08:00
"reference" : "bf44a9fd41feaac72b074de600314a93e2ae78e2"
2020-10-28 15:31:11 +08:00
} ,
"dist" : {
"type" : "zip" ,
2022-08-02 21:13:36 +08:00
"url" : "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2" ,
"reference" : "bf44a9fd41feaac72b074de600314a93e2ae78e2" ,
2022-04-17 17:05:20 +08:00
"shasum" : ""
2020-10-28 15:31:11 +08:00
} ,
"require" : {
"php" : ">=7.1"
} ,
2022-08-02 21:13:36 +08:00
"time" : "2022-05-24T11:49:31+00:00" ,
2020-10-28 15:31:11 +08:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
2022-08-02 21:13:36 +08:00
"dev-main" : "1.26-dev"
2020-10-28 15:31:11 +08:00
} ,
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"bootstrap.php"
2022-04-17 17:05:20 +08:00
] ,
"psr-4" : {
"Symfony\\Polyfill\\Php72\\" : ""
}
2020-10-28 15:31:11 +08:00
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
} ,
2020-01-01 13:17:19 +08:00
{
2020-10-28 15:31:11 +08:00
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
2020-01-01 13:17:19 +08:00
}
] ,
2020-10-28 15:31:11 +08:00
"description" : "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"polyfill" ,
"portable" ,
"shim"
] ,
"support" : {
2022-08-02 21:13:36 +08:00
"source" : "https://github.com/symfony/polyfill-php72/tree/v1.26.0"
2020-01-01 13:17:19 +08:00
} ,
2020-10-28 15:31:11 +08:00
"funding" : [
2020-02-12 17:20:07 +08:00
{
2020-10-28 15:31:11 +08:00
"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"
2020-02-12 17:20:07 +08:00
}
2020-10-28 15:31:11 +08:00
] ,
"install-path" : "../symfony/polyfill-php72"
} ,
{
"name" : "symfony/polyfill-php80" ,
2022-08-02 21:13:36 +08:00
"version" : "v1.26.0" ,
"version_normalized" : "1.26.0.0" ,
2020-10-28 15:31:11 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-php80.git" ,
2022-08-02 21:13:36 +08:00
"reference" : "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
2020-10-28 15:31:11 +08:00
} ,
"dist" : {
"type" : "zip" ,
2022-08-02 21:13:36 +08:00
"url" : "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace" ,
"reference" : "cfa0ae98841b9e461207c13ab093d76b0fa7bace" ,
2022-04-17 17:05:20 +08:00
"shasum" : ""
2020-10-28 15:31:11 +08:00
} ,
"require" : {
"php" : ">=7.1"
} ,
2022-08-02 21:13:36 +08:00
"time" : "2022-05-10T07:21:04+00:00" ,
2020-10-28 15:31:11 +08:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
2022-08-02 21:13:36 +08:00
"dev-main" : "1.26-dev"
2020-10-28 15:31:11 +08:00
} ,
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
2020-02-12 17:20:07 +08:00
}
2020-10-28 15:31:11 +08:00
} ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"bootstrap.php"
] ,
2022-04-17 17:05:20 +08:00
"psr-4" : {
"Symfony\\Polyfill\\Php80\\" : ""
} ,
2020-10-28 15:31:11 +08:00
"classmap" : [
"Resources/stubs"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Ion Bazan" ,
"email" : "ion.bazan@gmail.com"
} ,
2020-01-01 13:17:19 +08:00
{
2020-10-28 15:31:11 +08:00
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
2020-01-01 13:17:19 +08:00
}
2020-10-28 15:31:11 +08:00
] ,
"description" : "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"polyfill" ,
"portable" ,
"shim"
] ,
"support" : {
2022-08-02 21:13:36 +08:00
"source" : "https://github.com/symfony/polyfill-php80/tree/v1.26.0"
2020-10-28 15:31:11 +08:00
} ,
"funding" : [
2020-01-01 13:17:19 +08:00
{
2020-10-28 15:31:11 +08:00
"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"
2020-01-01 13:17:19 +08:00
}
2020-10-28 15:31:11 +08:00
] ,
"install-path" : "../symfony/polyfill-php80"
} ,
{
"name" : "symfony/var-dumper" ,
2022-12-25 17:13:13 +08:00
"version" : "v4.4.47" ,
"version_normalized" : "4.4.47.0" ,
2020-10-28 15:31:11 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/var-dumper.git" ,
2022-12-25 17:13:13 +08:00
"reference" : "1069c7a3fca74578022fab6f81643248d02f8e63"
2020-10-28 15:31:11 +08:00
} ,
"dist" : {
"type" : "zip" ,
2022-12-25 17:13:13 +08:00
"url" : "https://api.github.com/repos/symfony/var-dumper/zipball/1069c7a3fca74578022fab6f81643248d02f8e63" ,
"reference" : "1069c7a3fca74578022fab6f81643248d02f8e63" ,
2022-04-17 17:05:20 +08:00
"shasum" : ""
2020-10-28 15:31:11 +08:00
} ,
"require" : {
"php" : ">=7.1.3" ,
"symfony/polyfill-mbstring" : "~1.0" ,
"symfony/polyfill-php72" : "~1.5" ,
2021-08-04 18:44:24 +08:00
"symfony/polyfill-php80" : "^1.16"
2020-10-28 15:31:11 +08:00
} ,
"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" ,
2021-01-30 17:47:18 +08:00
"twig/twig" : "^1.43|^2.13|^3.0.4"
2020-10-28 15:31:11 +08:00
} ,
"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"
} ,
2022-12-25 17:13:13 +08:00
"time" : "2022-10-03T15:15:11+00:00" ,
2020-10-28 15:31:11 +08:00
"bin" : [
"Resources/bin/var-dump-server"
] ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"Resources/functions/dump.php"
2020-01-01 13:17:19 +08:00
] ,
2020-10-28 15:31:11 +08:00
"psr-4" : {
"Symfony\\Component\\VarDumper\\" : ""
} ,
"exclude-from-classmap" : [
"/Tests/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
2020-01-01 13:17:19 +08:00
}
2020-10-28 15:31:11 +08:00
] ,
2021-01-30 17:47:18 +08:00
"description" : "Provides mechanisms for walking through any arbitrary PHP variable" ,
2020-10-28 15:31:11 +08:00
"homepage" : "https://symfony.com" ,
"keywords" : [
"debug" ,
"dump"
] ,
"support" : {
2022-12-25 17:13:13 +08:00
"source" : "https://github.com/symfony/var-dumper/tree/v4.4.47"
2020-10-28 15:31:11 +08:00
} ,
"funding" : [
2020-01-01 13:17:19 +08:00
{
2020-10-28 15:31:11 +08:00
"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"
2020-01-01 13:17:19 +08:00
}
2020-10-28 15:31:11 +08:00
] ,
"install-path" : "../symfony/var-dumper"
} ,
2022-11-20 21:56:09 +08:00
{
"name" : "symfony/var-exporter" ,
"version" : "v5.4.10" ,
"version_normalized" : "5.4.10.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/var-exporter.git" ,
"reference" : "8fc03ee75eeece3d9be1ef47d26d79bea1afb340"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/var-exporter/zipball/8fc03ee75eeece3d9be1ef47d26d79bea1afb340" ,
"reference" : "8fc03ee75eeece3d9be1ef47d26d79bea1afb340" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
"symfony/polyfill-php80" : "^1.16"
} ,
"require-dev" : {
"symfony/var-dumper" : "^4.4.9|^5.0.9|^6.0"
} ,
"time" : "2022-05-27T12:56:18+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Symfony\\Component\\VarExporter\\" : ""
} ,
"exclude-from-classmap" : [
"/Tests/"
]
} ,
"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" : "Allows exporting any serializable PHP data structure to plain PHP code" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"clone" ,
"construct" ,
"export" ,
"hydrate" ,
"instantiate" ,
"serialize"
] ,
"support" : {
"source" : "https://github.com/symfony/var-exporter/tree/v5.4.10"
} ,
"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"
}
] ,
"install-path" : "../symfony/var-exporter"
} ,
2021-11-02 15:40:58 +08:00
{
"name" : "taoser/think-addons" ,
2022-12-25 17:13:13 +08:00
"version" : "v1.0.8" ,
"version_normalized" : "1.0.8.0" ,
2021-11-02 15:40:58 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/taoser/think-addons.git" ,
2022-12-25 17:13:13 +08:00
"reference" : "570367e8d4904842625427f132d23c93f5edfc68"
2021-11-02 15:40:58 +08:00
} ,
"dist" : {
"type" : "zip" ,
2022-12-25 17:13:13 +08:00
"url" : "https://api.github.com/repos/taoser/think-addons/zipball/570367e8d4904842625427f132d23c93f5edfc68" ,
"reference" : "570367e8d4904842625427f132d23c93f5edfc68" ,
2022-08-02 21:13:36 +08:00
"shasum" : ""
2021-11-02 15:40:58 +08:00
} ,
"require" : {
"php" : ">=7.1.0" ,
2022-11-20 21:56:09 +08:00
"symfony/var-exporter" : "^5.4" ,
2021-11-02 15:40:58 +08:00
"topthink/framework" : "^6.0" ,
"topthink/think-helper" : "^3.0.0" ,
"topthink/think-view" : "^1.0"
} ,
2022-12-25 17:13:13 +08:00
"time" : "2022-10-15T06:21:17+00:00" ,
2021-11-02 15:40:58 +08:00
"type" : "library" ,
"extra" : {
"think" : {
"services" : [
"taoser\\addons\\Service"
] ,
"config" : {
"addons" : "src/config.php"
}
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"src/helper.php"
2022-08-02 21:13:36 +08:00
] ,
"psr-4" : {
"taoser\\" : "src/"
}
2021-11-02 15:40:58 +08:00
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"mit"
] ,
"authors" : [
{
"name" : "taoler" ,
"email" : "changlin_zhao@qq.com"
}
] ,
"description" : "The ThinkPHP6 Addons Package" ,
"support" : {
"issues" : "https://github.com/taoser/think-addons/issues" ,
2022-12-25 17:13:13 +08:00
"source" : "https://github.com/taoser/think-addons/tree/v1.0.8"
2021-11-02 15:40:58 +08:00
} ,
"install-path" : "../taoser/think-addons"
} ,
2020-10-28 15:31:11 +08:00
{
"name" : "taoser/think-auth" ,
"version" : "v1.0.0" ,
"version_normalized" : "1.0.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/taoser/think-auth.git" ,
"reference" : "19bb04e4fb957a95ff3fdc142939922c19167b43"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/taoser/think-auth/zipball/19bb04e4fb957a95ff3fdc142939922c19167b43" ,
"reference" : "19bb04e4fb957a95ff3fdc142939922c19167b43" ,
"shasum" : "" ,
"mirrors" : [
{
"url" : "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%" ,
"preferred" : true
}
]
} ,
"require" : {
"php" : ">=7.1.0" ,
"topthink/framework" : "^6.0"
} ,
"time" : "2020-02-11T06:16:10+00:00" ,
"type" : "think-extend" ,
"extra" : {
"think" : {
"config" : {
"auth" : "src/config/auth.php"
}
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"taoser\\think\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"Apache-2.0"
] ,
"authors" : [
2020-01-01 13:17:19 +08:00
{
2020-10-28 15:31:11 +08:00
"name" : "taoser" ,
"email" : "changlin_zhao@qq.com"
2020-01-01 13:17:19 +08:00
}
2020-10-28 15:31:11 +08:00
] ,
"description" : "The Auth package forThinkphp6,ThinkPHP6的Auth权限扩展" ,
"homepage" : "https://github.com/taoser/think-auth" ,
"keywords" : [
"think-auth" ,
"thinkphp6"
] ,
"install-path" : "../taoser/think-auth"
} ,
2022-04-17 17:09:19 +08:00
{
"name" : "taoser/think-setarr" ,
"version" : "v0.0.3" ,
"version_normalized" : "0.0.3.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/taoser/think-setarr.git" ,
"reference" : "6651c31ef42417a6294ef08e6fb970917b7e7f86"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/taoser/think-setarr/zipball/6651c31ef42417a6294ef08e6fb970917b7e7f86" ,
"reference" : "6651c31ef42417a6294ef08e6fb970917b7e7f86" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.0"
} ,
"time" : "2022-04-16T23:08:43+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"taoser\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"mit"
] ,
"authors" : [
{
"name" : "Taoser" ,
"email" : "changlin_zhao@qq.com"
}
] ,
"description" : "php confing" ,
"support" : {
"issues" : "https://github.com/taoser/think-setarr/issues" ,
"source" : "https://github.com/taoser/think-setarr/tree/v0.0.3"
} ,
"install-path" : "../taoser/think-setarr"
} ,
2022-11-18 10:31:44 +08:00
{
"name" : "tightenco/collect" ,
2022-11-20 21:56:09 +08:00
"version" : "v8.83.25" ,
"version_normalized" : "8.83.25.0" ,
2022-11-18 10:31:44 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/tighten/collect.git" ,
2022-11-20 21:56:09 +08:00
"reference" : "7d2a6fc5e97c5f7209a780bea98f35042c1fd0ea"
2022-11-18 10:31:44 +08:00
} ,
"dist" : {
"type" : "zip" ,
2022-11-20 21:56:09 +08:00
"url" : "https://api.github.com/repos/tighten/collect/zipball/7d2a6fc5e97c5f7209a780bea98f35042c1fd0ea" ,
"reference" : "7d2a6fc5e97c5f7209a780bea98f35042c1fd0ea" ,
2022-11-18 10:31:44 +08:00
"shasum" : ""
} ,
"require" : {
"php" : "^7.3|^8.0" ,
"symfony/var-dumper" : "^3.4 || ^4.0 || ^5.0 || ^6.0"
} ,
"require-dev" : {
"mockery/mockery" : "^1.0" ,
"nesbot/carbon" : "^2.23.0" ,
"phpunit/phpunit" : "^8.3"
} ,
2022-11-20 21:56:09 +08:00
"time" : "2022-08-22T17:55:07+00:00" ,
2022-11-18 10:31:44 +08:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"src/Collect/Support/helpers.php" ,
"src/Collect/Support/alias.php"
] ,
"psr-4" : {
"Tightenco\\Collect\\" : "src/Collect"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Taylor Otwell" ,
"email" : "taylorotwell@gmail.com"
}
] ,
"description" : "Collect - Illuminate Collections as a separate package." ,
"keywords" : [
"collection" ,
"laravel"
] ,
"support" : {
"issues" : "https://github.com/tighten/collect/issues" ,
2022-11-20 21:56:09 +08:00
"source" : "https://github.com/tighten/collect/tree/v8.83.25"
2022-11-18 10:31:44 +08:00
} ,
"install-path" : "../tightenco/collect"
} ,
2020-10-28 15:31:11 +08:00
{
"name" : "topthink/framework" ,
2022-08-02 21:13:36 +08:00
"version" : "v6.0.13" ,
"version_normalized" : "6.0.13.0" ,
2020-10-28 15:31:11 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/top-think/framework.git" ,
2022-08-02 21:13:36 +08:00
"reference" : "126d5b2cbacb73d6e2a85cbc7a2c6ee59d0b3fa6"
2020-10-28 15:31:11 +08:00
} ,
"dist" : {
"type" : "zip" ,
2022-08-02 21:13:36 +08:00
"url" : "https://api.github.com/repos/top-think/framework/zipball/126d5b2cbacb73d6e2a85cbc7a2c6ee59d0b3fa6" ,
"reference" : "126d5b2cbacb73d6e2a85cbc7a2c6ee59d0b3fa6" ,
"shasum" : ""
2020-10-28 15:31:11 +08:00
} ,
"require" : {
"ext-json" : "*" ,
"ext-mbstring" : "*" ,
2021-08-04 18:44:24 +08:00
"league/flysystem" : "^1.1.4" ,
2020-10-28 15:31:11 +08:00
"league/flysystem-cached-adapter" : "^1.0" ,
2021-08-04 18:44:24 +08:00
"php" : ">=7.2.5" ,
2020-10-28 15:31:11 +08:00
"psr/container" : "~1.0" ,
2022-01-07 14:43:42 +08:00
"psr/http-message" : "^1.0" ,
2020-10-28 15:31:11 +08:00
"psr/log" : "~1.0" ,
"psr/simple-cache" : "^1.0" ,
"topthink/think-helper" : "^3.1.1" ,
"topthink/think-orm" : "^2.0"
} ,
"require-dev" : {
2022-01-07 14:43:42 +08:00
"guzzlehttp/psr7" : "^2.1.0" ,
2020-10-28 15:31:11 +08:00
"mikey179/vfsstream" : "^1.6" ,
"mockery/mockery" : "^1.2" ,
"phpunit/phpunit" : "^7.0"
} ,
2022-08-02 21:13:36 +08:00
"time" : "2022-07-15T02:52:08+00:00" ,
2020-10-28 15:31:11 +08:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [ ] ,
"psr-4" : {
"think\\" : "src/think/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"Apache-2.0"
] ,
"authors" : [
2020-01-01 13:17:19 +08:00
{
2020-10-28 15:31:11 +08:00
"name" : "liu21st" ,
"email" : "liu21st@gmail.com"
} ,
{
"name" : "yunwuxin" ,
"email" : "448901948@qq.com"
2020-01-01 13:17:19 +08:00
}
2020-10-28 15:31:11 +08:00
] ,
"description" : "The ThinkPHP Framework." ,
"homepage" : "http://thinkphp.cn/" ,
"keywords" : [
"framework" ,
"orm" ,
"thinkphp"
] ,
"support" : {
"issues" : "https://github.com/top-think/framework/issues" ,
2022-08-02 21:13:36 +08:00
"source" : "https://github.com/top-think/framework/tree/v6.0.13"
2020-10-28 15:31:11 +08:00
} ,
"install-path" : "../topthink/framework"
} ,
{
"name" : "topthink/think-captcha" ,
2022-08-02 21:13:36 +08:00
"version" : "v3.0.7" ,
"version_normalized" : "3.0.7.0" ,
2020-10-28 15:31:11 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/top-think/think-captcha.git" ,
2022-08-02 21:13:36 +08:00
"reference" : "a450602932a5d9ba183e288b79921ba3b9a92331"
2020-10-28 15:31:11 +08:00
} ,
"dist" : {
"type" : "zip" ,
2022-08-02 21:13:36 +08:00
"url" : "https://api.github.com/repos/top-think/think-captcha/zipball/a450602932a5d9ba183e288b79921ba3b9a92331" ,
"reference" : "a450602932a5d9ba183e288b79921ba3b9a92331" ,
"shasum" : "" ,
"mirrors" : [
{
"url" : "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%" ,
"preferred" : true
}
]
2020-10-28 15:31:11 +08:00
} ,
"require" : {
"topthink/framework" : "^6.0.0"
} ,
2022-08-02 21:13:36 +08:00
"time" : "2022-04-23T02:38:14+00:00" ,
2020-10-28 15:31:11 +08:00
"type" : "library" ,
"extra" : {
"think" : {
"services" : [
"think\\captcha\\CaptchaService"
] ,
"config" : {
"captcha" : "src/config.php"
}
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"src/helper.php"
2022-04-17 17:09:19 +08:00
] ,
"psr-4" : {
"think\\captcha\\" : "src/"
}
2020-10-28 15:31:11 +08:00
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"Apache-2.0"
] ,
"authors" : [
2020-01-01 13:17:19 +08:00
{
2020-10-28 15:31:11 +08:00
"name" : "yunwuxin" ,
"email" : "448901948@qq.com"
2020-01-01 13:17:19 +08:00
}
2020-10-28 15:31:11 +08:00
] ,
"description" : "captcha package for thinkphp" ,
2022-03-04 14:16:02 +08:00
"support" : {
"issues" : "https://github.com/top-think/think-captcha/issues" ,
2022-08-02 21:13:36 +08:00
"source" : "https://github.com/top-think/think-captcha/tree/v3.0.7"
2022-03-04 14:16:02 +08:00
} ,
2020-10-28 15:31:11 +08:00
"install-path" : "../topthink/think-captcha"
} ,
{
"name" : "topthink/think-helper" ,
2022-01-07 14:43:42 +08:00
"version" : "v3.1.6" ,
"version_normalized" : "3.1.6.0" ,
2020-10-28 15:31:11 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/top-think/think-helper.git" ,
2022-01-07 14:43:42 +08:00
"reference" : "769acbe50a4274327162f9c68ec2e89a38eb2aff"
2020-10-28 15:31:11 +08:00
} ,
"dist" : {
"type" : "zip" ,
2022-01-07 14:43:42 +08:00
"url" : "https://api.github.com/repos/top-think/think-helper/zipball/769acbe50a4274327162f9c68ec2e89a38eb2aff" ,
"reference" : "769acbe50a4274327162f9c68ec2e89a38eb2aff" ,
2020-10-28 15:31:11 +08:00
"shasum" : "" ,
"mirrors" : [
{
"url" : "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%" ,
"preferred" : true
}
]
} ,
"require" : {
"php" : ">=7.1.0"
} ,
2022-01-07 14:43:42 +08:00
"require-dev" : {
"phpunit/phpunit" : "^9.5"
} ,
"time" : "2021-12-15T04:27:55+00:00" ,
2020-10-28 15:31:11 +08:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"think\\" : "src"
} ,
"files" : [
"src/helper.php"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"Apache-2.0"
] ,
"authors" : [
2020-01-01 13:17:19 +08:00
{
2020-10-28 15:31:11 +08:00
"name" : "yunwuxin" ,
"email" : "448901948@qq.com"
2020-01-01 13:17:19 +08:00
}
2020-10-28 15:31:11 +08:00
] ,
"description" : "The ThinkPHP6 Helper Package" ,
2021-08-04 18:44:24 +08:00
"support" : {
"issues" : "https://github.com/top-think/think-helper/issues" ,
2022-01-07 14:43:42 +08:00
"source" : "https://github.com/top-think/think-helper/tree/v3.1.6"
2021-08-04 18:44:24 +08:00
} ,
2020-10-28 15:31:11 +08:00
"install-path" : "../topthink/think-helper"
} ,
2022-01-12 16:12:09 +08:00
{
"name" : "topthink/think-installer" ,
"version" : "v2.0.5" ,
"version_normalized" : "2.0.5.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/top-think/think-installer.git" ,
"reference" : "38ba647706e35d6704b5d370c06f8a160b635f88"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/top-think/think-installer/zipball/38ba647706e35d6704b5d370c06f8a160b635f88" ,
"reference" : "38ba647706e35d6704b5d370c06f8a160b635f88" ,
"shasum" : "" ,
"mirrors" : [
{
"url" : "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%" ,
"preferred" : true
}
]
} ,
"require" : {
"composer-plugin-api" : "^1.0||^2.0"
} ,
"require-dev" : {
"composer/composer" : "^1.0||^2.0"
} ,
"time" : "2021-01-14T12:12:14+00:00" ,
"type" : "composer-plugin" ,
"extra" : {
"class" : "think\\composer\\Plugin"
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"think\\composer\\" : "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-installer/issues" ,
"source" : "https://github.com/top-think/think-installer/tree/v2.0.5"
} ,
"install-path" : "../topthink/think-installer"
} ,
2022-04-19 17:26:10 +08:00
{
"name" : "topthink/think-migration" ,
"version" : "v3.0.3" ,
"version_normalized" : "3.0.3.0" ,
"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)."
} ,
"time" : "2020-12-07T05:54:22+00:00" ,
"type" : "library" ,
"extra" : {
"think" : {
"services" : [
"think\\migration\\Service"
]
}
} ,
"installation-source" : "dist" ,
"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"
} ,
"install-path" : "../topthink/think-migration"
} ,
2020-10-28 15:31:11 +08:00
{
"name" : "topthink/think-multi-app" ,
"version" : "v1.0.14" ,
"version_normalized" : "1.0.14.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/top-think/think-multi-app.git" ,
"reference" : "ccaad7c2d33f42cb1cc2a78d6610aaec02cea4c3"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/top-think/think-multi-app/zipball/ccaad7c2d33f42cb1cc2a78d6610aaec02cea4c3" ,
"reference" : "ccaad7c2d33f42cb1cc2a78d6610aaec02cea4c3" ,
"shasum" : "" ,
"mirrors" : [
{
"url" : "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%" ,
"preferred" : true
}
]
} ,
"require" : {
"php" : ">=7.1.0" ,
"topthink/framework" : "^6.0.0"
} ,
"time" : "2020-07-12T13:50:37+00:00" ,
"type" : "library" ,
"extra" : {
"think" : {
"services" : [
"think\\app\\Service"
]
2020-01-01 13:17:19 +08:00
}
2020-10-28 15:31:11 +08:00
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"think\\app\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"Apache-2.0"
] ,
"authors" : [
2020-01-01 13:17:19 +08:00
{
2020-10-28 15:31:11 +08:00
"name" : "liu21st" ,
"email" : "liu21st@gmail.com"
2020-01-01 13:17:19 +08:00
}
2020-10-28 15:31:11 +08:00
] ,
"description" : "thinkphp6 multi app support" ,
"install-path" : "../topthink/think-multi-app"
} ,
{
"name" : "topthink/think-orm" ,
2022-08-02 21:13:36 +08:00
"version" : "v2.0.54" ,
"version_normalized" : "2.0.54.0" ,
2020-10-28 15:31:11 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/top-think/think-orm.git" ,
2022-08-02 21:13:36 +08:00
"reference" : "97b061b47616301ff29fbd4c35ed9184e1162e4e"
2020-10-28 15:31:11 +08:00
} ,
"dist" : {
"type" : "zip" ,
2022-08-02 21:13:36 +08:00
"url" : "https://api.github.com/repos/top-think/think-orm/zipball/97b061b47616301ff29fbd4c35ed9184e1162e4e" ,
"reference" : "97b061b47616301ff29fbd4c35ed9184e1162e4e" ,
2022-04-17 17:05:20 +08:00
"shasum" : ""
2020-10-28 15:31:11 +08:00
} ,
"require" : {
"ext-json" : "*" ,
2021-05-10 13:59:58 +08:00
"ext-pdo" : "*" ,
2020-10-28 15:31:11 +08:00
"php" : ">=7.1.0" ,
2022-08-02 21:13:36 +08:00
"psr/log" : "^1.0|^2.0" ,
"psr/simple-cache" : "^1.0|^2.0" ,
2020-10-28 15:31:11 +08:00
"topthink/think-helper" : "^3.1"
} ,
2021-05-10 13:59:58 +08:00
"require-dev" : {
"phpunit/phpunit" : "^7|^8|^9.5"
} ,
2022-08-02 21:13:36 +08:00
"time" : "2022-07-05T05:25:51+00:00" ,
2020-10-28 15:31:11 +08:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
2021-05-10 13:59:58 +08:00
"files" : [
"stubs/load_stubs.php"
2022-03-04 14:16:02 +08:00
] ,
"psr-4" : {
"think\\" : "src"
}
2020-10-28 15:31:11 +08:00
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"Apache-2.0"
] ,
"authors" : [
2020-02-18 19:28:14 +08:00
{
2020-10-28 15:31:11 +08:00
"name" : "liu21st" ,
"email" : "liu21st@gmail.com"
2020-02-18 19:28:14 +08:00
}
2020-10-28 15:31:11 +08:00
] ,
"description" : "think orm" ,
"keywords" : [
"database" ,
"orm"
] ,
2021-01-30 17:47:18 +08:00
"support" : {
"issues" : "https://github.com/top-think/think-orm/issues" ,
2022-08-02 21:13:36 +08:00
"source" : "https://github.com/top-think/think-orm/tree/v2.0.54"
2021-01-30 17:47:18 +08:00
} ,
2020-10-28 15:31:11 +08:00
"install-path" : "../topthink/think-orm"
} ,
{
"name" : "topthink/think-template" ,
2021-01-30 17:47:18 +08:00
"version" : "v2.0.8" ,
"version_normalized" : "2.0.8.0" ,
2020-10-28 15:31:11 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/top-think/think-template.git" ,
2021-01-30 17:47:18 +08:00
"reference" : "abfc293f74f9ef5127b5c416310a01fe42e59368"
2020-10-28 15:31:11 +08:00
} ,
"dist" : {
"type" : "zip" ,
2021-01-30 17:47:18 +08:00
"url" : "https://api.github.com/repos/top-think/think-template/zipball/abfc293f74f9ef5127b5c416310a01fe42e59368" ,
"reference" : "abfc293f74f9ef5127b5c416310a01fe42e59368" ,
2020-10-28 15:31:11 +08:00
"shasum" : "" ,
"mirrors" : [
{
"url" : "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%" ,
"preferred" : true
}
]
} ,
"require" : {
"php" : ">=7.1.0" ,
"psr/simple-cache" : "^1.0"
} ,
2021-01-30 17:47:18 +08:00
"time" : "2020-12-10T07:52:03+00:00" ,
2020-10-28 15:31:11 +08:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"think\\" : "src"
2020-02-18 19:28:14 +08:00
}
2020-10-28 15:31:11 +08:00
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"Apache-2.0"
] ,
"authors" : [
{
"name" : "liu21st" ,
"email" : "liu21st@gmail.com"
}
] ,
"description" : "the php template engine" ,
2021-01-30 17:47:18 +08:00
"support" : {
"issues" : "https://github.com/top-think/think-template/issues" ,
"source" : "https://github.com/top-think/think-template/tree/v2.0.8"
} ,
2020-10-28 15:31:11 +08:00
"install-path" : "../topthink/think-template"
} ,
{
"name" : "topthink/think-trace" ,
"version" : "v1.4" ,
"version_normalized" : "1.4.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/top-think/think-trace.git" ,
"reference" : "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/top-think/think-trace/zipball/9a9fa8f767b6c66c5a133ad21ca1bc96ad329444" ,
"reference" : "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444" ,
"shasum" : "" ,
"mirrors" : [
{
"url" : "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%" ,
"preferred" : true
}
]
} ,
"require" : {
"php" : ">=7.1.0" ,
"topthink/framework" : "^6.0.0"
} ,
"time" : "2020-06-29T05:27:28+00:00" ,
"type" : "library" ,
"extra" : {
"think" : {
"services" : [
"think\\trace\\Service"
] ,
"config" : {
"trace" : "src/config.php"
}
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"think\\trace\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"Apache-2.0"
] ,
"authors" : [
{
"name" : "liu21st" ,
"email" : "liu21st@gmail.com"
}
] ,
"description" : "thinkphp debug trace" ,
"install-path" : "../topthink/think-trace"
} ,
{
"name" : "topthink/think-view" ,
"version" : "v1.0.14" ,
"version_normalized" : "1.0.14.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/top-think/think-view.git" ,
"reference" : "edce0ae2c9551ab65f9e94a222604b0dead3576d"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/top-think/think-view/zipball/edce0ae2c9551ab65f9e94a222604b0dead3576d" ,
"reference" : "edce0ae2c9551ab65f9e94a222604b0dead3576d" ,
"shasum" : "" ,
"mirrors" : [
{
"url" : "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%" ,
"preferred" : true
}
]
} ,
"require" : {
"php" : ">=7.1.0" ,
"topthink/think-template" : "^2.0"
} ,
"time" : "2019-11-06T11:40:13+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"think\\view\\driver\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"Apache-2.0"
] ,
"authors" : [
{
"name" : "liu21st" ,
"email" : "liu21st@gmail.com"
}
] ,
"description" : "thinkphp template driver" ,
"install-path" : "../topthink/think-view"
} ,
2021-05-10 13:59:58 +08:00
{
"name" : "wamkj/thinkphp6.0-databackup" ,
"version" : "v1.0" ,
"version_normalized" : "1.0.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/wamkj/thinkphp6.0-databackup.git" ,
"reference" : "28a0e406d827132942723a3c9f69bb20c98e652f"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/wamkj/thinkphp6.0-databackup/zipball/28a0e406d827132942723a3c9f69bb20c98e652f" ,
"reference" : "28a0e406d827132942723a3c9f69bb20c98e652f" ,
"shasum" : "" ,
"mirrors" : [
{
"url" : "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%" ,
"preferred" : true
}
]
} ,
"require" : {
"php" : ">=7.1.0" ,
"topthink/framework" : "^6.0"
} ,
"time" : "2020-02-15T13:04:16+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"wamkj\\thinkphp\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"Apache-2.0"
] ,
"authors" : [
{
"name" : "wamkj" ,
"email" : "1149183529@qq.com"
}
] ,
"description" : "thinkphp6.0的数据库自动备份扩展" ,
"keywords" : [
"think-databackup" ,
"thinkphp"
] ,
"support" : {
"issues" : "https://github.com/wamkj/thinkphp6.0-databackup/issues" ,
"source" : "https://github.com/wamkj/thinkphp6.0-databackup/tree/v1.0"
} ,
"install-path" : "../wamkj/thinkphp6.0-databackup"
2022-08-02 21:13:36 +08:00
} ,
2022-08-16 15:19:21 +08:00
{
"name" : "workerman/channel" ,
"version" : "v1.1.0" ,
"version_normalized" : "1.1.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/walkor/channel.git" ,
"reference" : "3df772d0d20d4cebfcfd621c33d1a1ab732db523"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/walkor/channel/zipball/3df772d0d20d4cebfcfd621c33d1a1ab732db523" ,
"reference" : "3df772d0d20d4cebfcfd621c33d1a1ab732db523" ,
"shasum" : ""
} ,
"require" : {
"workerman/workerman" : ">=4.0.12"
} ,
"time" : "2021-02-08T02:45:42+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Channel\\" : "./src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"homepage" : "http://www.workerman.net" ,
"support" : {
"issues" : "https://github.com/walkor/channel/issues" ,
"source" : "https://github.com/walkor/channel/tree/v1.1.0"
} ,
"install-path" : "../workerman/channel"
} ,
{
"name" : "workerman/phpsocket.io" ,
"version" : "v1.1.14" ,
"version_normalized" : "1.1.14.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/walkor/phpsocket.io.git" ,
"reference" : "a5758da4d55b4744a4cc9c956816d88ce385601e"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/walkor/phpsocket.io/zipball/a5758da4d55b4744a4cc9c956816d88ce385601e" ,
"reference" : "a5758da4d55b4744a4cc9c956816d88ce385601e" ,
"shasum" : ""
} ,
"require" : {
"workerman/channel" : ">=1.0.0" ,
"workerman/workerman" : ">=3.5.16"
} ,
"time" : "2022-02-24T03:33:45+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"PHPSocketIO\\" : "./src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"homepage" : "http://www.workerman.net" ,
"keywords" : [
"Socket.io"
] ,
"support" : {
"issues" : "https://github.com/walkor/phpsocket.io/issues" ,
"source" : "https://github.com/walkor/phpsocket.io/tree/v1.1.14"
} ,
"funding" : [
{
"url" : "https://opencollective.com/walkor" ,
"type" : "open_collective"
} ,
{
"url" : "https://www.patreon.com/walkor" ,
"type" : "patreon"
}
] ,
"install-path" : "../workerman/phpsocket.io"
} ,
2022-08-02 21:13:36 +08:00
{
"name" : "workerman/workerman" ,
2022-11-25 22:44:04 +08:00
"version" : "v4.1.4" ,
"version_normalized" : "4.1.4.0" ,
2022-08-02 21:13:36 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/walkor/workerman.git" ,
2022-11-25 22:44:04 +08:00
"reference" : "83e007acf936e2233ac92d7368b87716f2bae338"
2022-08-02 21:13:36 +08:00
} ,
"dist" : {
"type" : "zip" ,
2022-11-25 22:44:04 +08:00
"url" : "https://api.github.com/repos/walkor/workerman/zipball/83e007acf936e2233ac92d7368b87716f2bae338" ,
"reference" : "83e007acf936e2233ac92d7368b87716f2bae338" ,
2022-08-02 21:13:36 +08:00
"shasum" : ""
} ,
"require" : {
2022-09-23 11:03:10 +08:00
"php" : ">=7.0"
2022-08-02 21:13:36 +08:00
} ,
"suggest" : {
"ext-event" : "For better performance. "
} ,
2022-11-25 22:44:04 +08:00
"time" : "2022-10-09T11:33:14+00:00" ,
2022-08-02 21:13:36 +08:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Workerman\\" : "./"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "walkor" ,
"email" : "walkor@workerman.net" ,
"homepage" : "http://www.workerman.net" ,
"role" : "Developer"
}
] ,
"description" : "An asynchronous event driven PHP framework for easily building fast, scalable network applications." ,
"homepage" : "http://www.workerman.net" ,
"keywords" : [
"asynchronous" ,
"event-loop"
] ,
"support" : {
"email" : "walkor@workerman.net" ,
"forum" : "http://wenda.workerman.net/" ,
"issues" : "https://github.com/walkor/workerman/issues" ,
"source" : "https://github.com/walkor/workerman" ,
"wiki" : "http://doc.workerman.net/"
} ,
"funding" : [
{
"url" : "https://opencollective.com/workerman" ,
"type" : "open_collective"
} ,
{
"url" : "https://www.patreon.com/walkor" ,
"type" : "patreon"
}
] ,
"install-path" : "../workerman/workerman"
} ,
{
"name" : "yansongda/pay" ,
2022-09-23 11:03:10 +08:00
"version" : "v3.1.12" ,
"version_normalized" : "3.1.12.0" ,
2022-08-02 21:13:36 +08:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/yansongda/pay.git" ,
2022-09-23 11:03:10 +08:00
"reference" : "7ff004f05f9d6e288ff9b4deef585d30395f37f2"
2022-08-02 21:13:36 +08:00
} ,
"dist" : {
"type" : "zip" ,
2022-09-23 11:03:10 +08:00
"url" : "https://api.github.com/repos/yansongda/pay/zipball/7ff004f05f9d6e288ff9b4deef585d30395f37f2" ,
"reference" : "7ff004f05f9d6e288ff9b4deef585d30395f37f2" ,
2022-08-02 21:13:36 +08:00
"shasum" : ""
} ,
"require" : {
"ext-bcmath" : "*" ,
"ext-json" : "*" ,
"ext-libxml" : "*" ,
"ext-openssl" : "*" ,
"ext-simplexml" : "*" ,
"php" : ">=7.4" ,
"psr/container" : "^1.1 | ^2.0" ,
"psr/event-dispatcher" : "^1.0" ,
"psr/http-client" : "^1.0" ,
"psr/http-message" : "^1.0" ,
"psr/log" : "^1.1 | ^2.0 | ^3.0" ,
"yansongda/supports" : "~3.2.0"
} ,
"require-dev" : {
"friendsofphp/php-cs-fixer" : "^3.0" ,
"guzzlehttp/guzzle" : "^7.0" ,
"mockery/mockery" : "^1.4" ,
"monolog/monolog" : "^2.2" ,
"phpstan/phpstan" : "^1.0.0" ,
"phpunit/phpunit" : "^9.0" ,
"symfony/event-dispatcher" : "^5.2.0" ,
"symfony/http-foundation" : "^5.2.0" ,
"symfony/psr-http-message-bridge" : "^2.1" ,
"symfony/var-dumper" : "^5.1"
} ,
"suggest" : {
"hyperf/utils" : "Hyperf 框架下使用 SDK, 请安装" ,
"illuminate/container" : "Laravel 框架下使用 SDK, 请安装" ,
"php-di/php-di" : "其它/无框架下使用 SDK, 请安装"
} ,
2022-09-23 11:03:10 +08:00
"time" : "2022-09-03T05:39:21+00:00" ,
2022-08-02 21:13:36 +08:00
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"src/Functions.php"
] ,
"psr-4" : {
"Yansongda\\Pay\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "yansongda" ,
"email" : "me@yansongda.cn"
}
] ,
"description" : "可能是我用过的最优雅的 Alipay 和 WeChat 的支付 SDK 扩展包了" ,
"keywords" : [
"alipay" ,
"pay" ,
"wechat"
] ,
"support" : {
"homepage" : "https://pay.yansongda.cn" ,
"issues" : "https://github.com/yansongda/pay/issues" ,
"source" : "https://github.com/yansongda/pay"
} ,
"install-path" : "../yansongda/pay"
} ,
{
"name" : "yansongda/supports" ,
"version" : "v3.2.5" ,
"version_normalized" : "3.2.5.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/yansongda/supports.git" ,
"reference" : "c3f736efe169696cef94730976e604a61c345b5c"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/yansongda/supports/zipball/c3f736efe169696cef94730976e604a61c345b5c" ,
"reference" : "c3f736efe169696cef94730976e604a61c345b5c" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.4"
} ,
"require-dev" : {
"friendsofphp/php-cs-fixer" : "^3.0" ,
"mockery/mockery" : "^1.4" ,
"monolog/monolog" : "^2.0" ,
"phpstan/phpstan" : "^1.1.0" ,
"phpunit/phpunit" : "^9.0" ,
"symfony/console" : "^5.1"
} ,
"suggest" : {
"monolog/monolog" : "Use logger" ,
"symfony/console" : "Use stdout logger"
} ,
"time" : "2022-03-28T10:25:04+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"files" : [
"src/Functions.php"
] ,
"psr-4" : {
"Yansongda\\Supports\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "yansongda" ,
"email" : "me@yansongda.cn"
}
] ,
"description" : "common components" ,
"keywords" : [
"array" ,
"collection" ,
"config" ,
"support"
] ,
"support" : {
"issues" : "https://github.com/yansongda/supports/issues" ,
"source" : "https://github.com/yansongda/supports"
} ,
"install-path" : "../yansongda/supports"
2020-10-28 15:31:11 +08:00
}
] ,
2021-12-06 15:50:11 +08:00
"dev" : true ,
"dev-package-names" : [
"topthink/think-trace"
]
2020-10-28 15:31:11 +08:00
}