123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694 |
- {
- "packages": [
- {
- "name": "aliyuncs/oss-sdk-php",
- "version": "v2.4.3",
- "version_normalized": "2.4.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/aliyun/aliyun-oss-php-sdk.git",
- "reference": "4ccead614915ee6685bf30016afb01aabd347e46"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/aliyun/aliyun-oss-php-sdk/zipball/4ccead614915ee6685bf30016afb01aabd347e46",
- "reference": "4ccead614915ee6685bf30016afb01aabd347e46",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "php": ">=5.3"
- },
- "require-dev": {
- "phpunit/phpunit": "*",
- "satooshi/php-coveralls": "*"
- },
- "time": "2021-08-25T13:03:58+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "OSS\\": "src/OSS"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Aliyuncs",
- "homepage": "http://www.aliyun.com"
- }
- ],
- "description": "Aliyun OSS SDK for PHP",
- "homepage": "http://www.aliyun.com/product/oss/",
- "support": {
- "issues": "https://github.com/aliyun/aliyun-oss-php-sdk/issues",
- "source": "https://github.com/aliyun/aliyun-oss-php-sdk/tree/v2.4.3"
- },
- "install-path": "../aliyuncs/oss-sdk-php"
- },
- {
- "name": "endroid/qr-code",
- "version": "1.9.3",
- "version_normalized": "1.9.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/endroid/qr-code.git",
- "reference": "c9644bec2a9cc9318e98d1437de3c628dcd1ef93"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/endroid/qr-code/zipball/c9644bec2a9cc9318e98d1437de3c628dcd1ef93",
- "reference": "c9644bec2a9cc9318e98d1437de3c628dcd1ef93",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "ext-gd": "*",
- "php": ">=5.4",
- "symfony/options-resolver": "^2.3|^3.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.0|^5.0",
- "sensio/framework-extra-bundle": "^3.0",
- "symfony/browser-kit": "^2.3|^3.0",
- "symfony/framework-bundle": "^2.3|^3.0",
- "symfony/http-kernel": "^2.3|^3.0"
- },
- "time": "2017-04-08T09:13:59+00:00",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.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",
- "homepage": "http://endroid.nl/"
- }
- ],
- "description": "Endroid QR Code",
- "homepage": "https://github.com/endroid/QrCode",
- "keywords": [
- "bundle",
- "code",
- "endroid",
- "qr",
- "qrcode",
- "symfony"
- ],
- "install-path": "../endroid/qr-code"
- },
- {
- "name": "firebase/php-jwt",
- "version": "v5.4.0",
- "version_normalized": "5.4.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/firebase/php-jwt.git",
- "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d2113d9b2e0e349796e72d2a63cf9319100382d2",
- "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2",
- "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"
- },
- "suggest": {
- "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
- },
- "time": "2021-06-23T19:00:23+00: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",
- "source": "https://github.com/firebase/php-jwt/tree/v5.4.0"
- },
- "install-path": "../firebase/php-jwt"
- },
- {
- "name": "qiniu/php-sdk",
- "version": "v7.4.1",
- "version_normalized": "7.4.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/qiniu/php-sdk.git",
- "reference": "10c7ead8357743b4b987a335c14964fb07700d57"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/qiniu/php-sdk/zipball/10c7ead8357743b4b987a335c14964fb07700d57",
- "reference": "10c7ead8357743b4b987a335c14964fb07700d57",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "paragonie/random_compat": ">=2",
- "phpunit/phpunit": "~4.0",
- "squizlabs/php_codesniffer": "~3.6"
- },
- "time": "2021-09-24T09:39:16+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "Qiniu\\": "src/Qiniu"
- },
- "files": [
- "src/Qiniu/functions.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Qiniu",
- "email": "sdk@qiniu.com",
- "homepage": "http://www.qiniu.com"
- }
- ],
- "description": "Qiniu Resource (Cloud) Storage SDK for PHP",
- "homepage": "http://developer.qiniu.com/",
- "keywords": [
- "cloud",
- "qiniu",
- "sdk",
- "storage"
- ],
- "support": {
- "issues": "https://github.com/qiniu/php-sdk/issues",
- "source": "https://github.com/qiniu/php-sdk/tree/v7.4.1"
- },
- "install-path": "../qiniu/php-sdk"
- },
- {
- "name": "symfony/options-resolver",
- "version": "v3.4.47",
- "version_normalized": "3.4.47.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/options-resolver.git",
- "reference": "c7efc97a47b2ebaabc19d5b6c6b50f5c37c92744"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/options-resolver/zipball/c7efc97a47b2ebaabc19d5b6c6b50f5c37c92744",
- "reference": "c7efc97a47b2ebaabc19d5b6c6b50f5c37c92744",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "php": "^5.5.9|>=7.0.8"
- },
- "time": "2020-10-24T10:57:07+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\OptionsResolver\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony OptionsResolver Component",
- "homepage": "https://symfony.com",
- "keywords": [
- "config",
- "configuration",
- "options"
- ],
- "support": {
- "source": "https://github.com/symfony/options-resolver/tree/v3.4.47"
- },
- "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/options-resolver"
- },
- {
- "name": "topthink/framework",
- "version": "v5.1.41",
- "version_normalized": "5.1.41.0",
- "source": {
- "type": "git",
- "url": "https://github.com/top-think/framework.git",
- "reference": "7137741a323a4a60cfca334507cd1812fac91bb2"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/top-think/framework/zipball/7137741a323a4a60cfca334507cd1812fac91bb2",
- "reference": "7137741a323a4a60cfca334507cd1812fac91bb2",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "php": ">=5.6.0",
- "topthink/think-installer": "2.*"
- },
- "require-dev": {
- "johnkary/phpunit-speedtrap": "^1.0",
- "mikey179/vfsstream": "~1.6",
- "phpdocumentor/reflection-docblock": "^2.0",
- "phploc/phploc": "2.*",
- "phpunit/phpunit": "^5.0|^6.0",
- "sebastian/phpcpd": "2.*",
- "squizlabs/php_codesniffer": "2.*"
- },
- "time": "2021-01-11T02:51:29+00:00",
- "type": "think-framework",
- "installation-source": "dist",
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "liu21st",
- "email": "liu21st@gmail.com"
- },
- {
- "name": "yunwuxin",
- "email": "448901948@qq.com"
- }
- ],
- "description": "the new thinkphp framework",
- "homepage": "http://thinkphp.cn/",
- "keywords": [
- "framework",
- "orm",
- "thinkphp"
- ],
- "support": {
- "issues": "https://github.com/top-think/framework/issues",
- "source": "https://github.com/top-think/framework/tree/v5.1.41"
- },
- "install-path": "../../thinkphp"
- },
- {
- "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"
- },
- {
- "name": "zoujingli/ip2region",
- "version": "v1.0.10",
- "version_normalized": "1.0.10.0",
- "source": {
- "type": "git",
- "url": "https://github.com/zoujingli/ip2region.git",
- "reference": "453480d0ab5b6fdbdf4aa400b7598a10ff2dc5c0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/zoujingli/ip2region/zipball/453480d0ab5b6fdbdf4aa400b7598a10ff2dc5c0",
- "reference": "453480d0ab5b6fdbdf4aa400b7598a10ff2dc5c0",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "php": ">=5.3"
- },
- "time": "2021-03-23T10:29:05+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "classmap": [
- "Ip2Region.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "Anyon",
- "email": "zoujingli@qq.com",
- "homepage": "http://ctolog.com"
- }
- ],
- "description": "Ip2Region for PHP",
- "homepage": "https://github.com/zoujingli/Ip2Region",
- "keywords": [
- "Ip2Region"
- ],
- "support": {
- "issues": "https://github.com/zoujingli/ip2region/issues",
- "source": "https://github.com/zoujingli/ip2region/tree/v1.0.10"
- },
- "install-path": "../zoujingli/ip2region"
- },
- {
- "name": "zoujingli/think-library",
- "version": "v5.1.x-dev",
- "version_normalized": "5.1.9999999.9999999-dev",
- "source": {
- "type": "git",
- "url": "https://github.com/zoujingli/ThinkLibrary.git",
- "reference": "5fe511de9ccf687a56d3b39493f3a555cdb20a51"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/5fe511de9ccf687a56d3b39493f3a555cdb20a51",
- "reference": "5fe511de9ccf687a56d3b39493f3a555cdb20a51",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "aliyuncs/oss-sdk-php": "^2.3",
- "ext-curl": "*",
- "ext-gd": "*",
- "ext-iconv": "*",
- "ext-json": "*",
- "ext-openssl": "*",
- "php": ">=5.5",
- "qiniu/php-sdk": "^7.2",
- "topthink/framework": "5.1.*"
- },
- "time": "2021-10-21T06:32:32+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "files": [
- "src/common.php"
- ],
- "psr-4": {
- "library\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "ThinkPHP Basic Development Library",
- "homepage": "http://framework.thinkadmin.top",
- "support": {
- "issues": "https://github.com/zoujingli/ThinkLibrary/issues",
- "source": "https://github.com/zoujingli/ThinkLibrary/tree/v5.1"
- },
- "install-path": "../zoujingli/think-library"
- },
- {
- "name": "zoujingli/wechat-developer",
- "version": "v1.2.33",
- "version_normalized": "1.2.33.0",
- "source": {
- "type": "git",
- "url": "https://github.com/zoujingli/WeChatDeveloper.git",
- "reference": "82ac3c977ea0ba5258f4e60aef8502e4f2bc14f4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/zoujingli/WeChatDeveloper/zipball/82ac3c977ea0ba5258f4e60aef8502e4f2bc14f4",
- "reference": "82ac3c977ea0ba5258f4e60aef8502e4f2bc14f4",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "ext-bcmath": "*",
- "ext-curl": "*",
- "ext-json": "*",
- "ext-libxml": "*",
- "ext-mbstring": "*",
- "ext-openssl": "*",
- "ext-simplexml": "*",
- "ext-xml": "*",
- "php": ">=5.4"
- },
- "time": "2021-09-29T03:18:27+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "classmap": [
- "We.php"
- ],
- "psr-4": {
- "WePay\\": "WePay",
- "WeChat\\": "WeChat",
- "WeMini\\": "WeMini",
- "AliPay\\": "AliPay",
- "WePayV3\\": "WePayV3"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Anyon",
- "email": "zoujingli@qq.com",
- "homepage": "https://thinkadmin.top"
- }
- ],
- "description": "WeChat platform and WeChat payment development tools",
- "homepage": "https://github.com/kentwangit/WeChatDeveloper",
- "keywords": [
- "WeChatDeveloper",
- "WeMini",
- "alipay",
- "wechat",
- "wechatpay",
- "wepay"
- ],
- "support": {
- "issues": "https://github.com/zoujingli/WeChatDeveloper/issues",
- "source": "https://github.com/zoujingli/WeChatDeveloper/tree/v1.2.33"
- },
- "install-path": "../zoujingli/wechat-developer"
- },
- {
- "name": "zoujingli/weopen-developer",
- "version": "dev-master",
- "version_normalized": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/zoujingli/WeOpenDeveloper.git",
- "reference": "4d0d3c064e54556621453845fc65ba52de58a880"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/zoujingli/WeOpenDeveloper/zipball/4d0d3c064e54556621453845fc65ba52de58a880",
- "reference": "4d0d3c064e54556621453845fc65ba52de58a880",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "ext-curl": "*",
- "ext-json": "*",
- "ext-openssl": "*",
- "php": ">=5.4",
- "zoujingli/wechat-developer": "^1.0"
- },
- "time": "2019-10-10T10:18:05+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "WeOpen\\": "WeOpen",
- "WeChat\\": "WeChat",
- "WeMini\\": "WeMini"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Anyon",
- "email": "zoujingli@qq.com",
- "homepage": "http://ctolog.com"
- }
- ],
- "description": "WeChat Open development of SDK",
- "homepage": "https://github.com/zoujingli/WeOpenDeveloper",
- "keywords": [
- "WeChatOpen",
- "WeChatOpenDeveloper",
- "wechat"
- ],
- "install-path": "../zoujingli/weopen-developer"
- }
- ],
- "dev": true,
- "dev-package-names": []
- }
|