|
@@ -0,0 +1,1006 @@
|
|
|
+{
|
|
|
+ "packages": [
|
|
|
+ {
|
|
|
+ "name": "league/flysystem",
|
|
|
+ "version": "1.1.9",
|
|
|
+ "version_normalized": "1.1.9.0",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://mirrors.cloud.tencent.com/repository/composer/league/flysystem/1.1.9/league-flysystem-1.1.9.zip",
|
|
|
+ "reference": "094defdb4a7001845300334e7c1ee2335925ef99",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-fileinfo": "*",
|
|
|
+ "league/mime-type-detection": "^1.3",
|
|
|
+ "php": "^7.2.5 || ^8.0"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "league/flysystem-sftp": "<1.0.6"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpspec/prophecy": "^1.11.1",
|
|
|
+ "phpunit/phpunit": "^8.5.8"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-ftp": "Allows you to use FTP server storage",
|
|
|
+ "ext-openssl": "Allows you to use FTPS server storage",
|
|
|
+ "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
|
|
|
+ "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
|
|
|
+ "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
|
|
|
+ "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
|
|
|
+ "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
|
|
|
+ "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
|
|
|
+ "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
|
|
|
+ "league/flysystem-webdav": "Allows you to use WebDAV storage",
|
|
|
+ "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
|
|
|
+ "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
|
|
|
+ "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
|
|
|
+ },
|
|
|
+ "time": "2021-12-09T09:40:50+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.1-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "League\\Flysystem\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Frank de Jonge",
|
|
|
+ "email": "info@frenky.net"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Filesystem abstraction: Many filesystems, one API.",
|
|
|
+ "keywords": [
|
|
|
+ "Cloud Files",
|
|
|
+ "WebDAV",
|
|
|
+ "abstraction",
|
|
|
+ "aws",
|
|
|
+ "cloud",
|
|
|
+ "copy.com",
|
|
|
+ "dropbox",
|
|
|
+ "file systems",
|
|
|
+ "files",
|
|
|
+ "filesystem",
|
|
|
+ "filesystems",
|
|
|
+ "ftp",
|
|
|
+ "rackspace",
|
|
|
+ "remote",
|
|
|
+ "s3",
|
|
|
+ "sftp",
|
|
|
+ "storage"
|
|
|
+ ],
|
|
|
+ "install-path": "../league/flysystem"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "league/flysystem-cached-adapter",
|
|
|
+ "version": "1.1.0",
|
|
|
+ "version_normalized": "1.1.0.0",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://mirrors.tencent.com/repository/composer/league/flysystem-cached-adapter/1.1.0/league-flysystem-cached-adapter-1.1.0.zip",
|
|
|
+ "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "league/flysystem": "~1.0",
|
|
|
+ "psr/cache": "^1.0.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mockery/mockery": "~0.9",
|
|
|
+ "phpspec/phpspec": "^3.4",
|
|
|
+ "phpunit/phpunit": "^5.7",
|
|
|
+ "predis/predis": "~1.0",
|
|
|
+ "tedivm/stash": "~0.12"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-phpredis": "Pure C implemented extension for PHP"
|
|
|
+ },
|
|
|
+ "time": "2020-07-25T15:56:04+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "League\\Flysystem\\Cached\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "frankdejonge",
|
|
|
+ "email": "info@frenky.net"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "An adapter decorator to enable meta-data caching.",
|
|
|
+ "install-path": "../league/flysystem-cached-adapter"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "league/mime-type-detection",
|
|
|
+ "version": "1.11.0",
|
|
|
+ "version_normalized": "1.11.0.0",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://mirrors.cloud.tencent.com/repository/composer/league/mime-type-detection/1.11.0/league-mime-type-detection-1.11.0.zip",
|
|
|
+ "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-fileinfo": "*",
|
|
|
+ "php": "^7.2 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "friendsofphp/php-cs-fixer": "^3.2",
|
|
|
+ "phpstan/phpstan": "^0.12.68",
|
|
|
+ "phpunit/phpunit": "^8.5.8 || ^9.3"
|
|
|
+ },
|
|
|
+ "time": "2022-04-17T13:12:02+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "League\\MimeTypeDetection\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Frank de Jonge",
|
|
|
+ "email": "info@frankdejonge.nl"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Mime-type detection for Flysystem",
|
|
|
+ "install-path": "../league/mime-type-detection"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpoffice/phpexcel",
|
|
|
+ "version": "1.8.2",
|
|
|
+ "version_normalized": "1.8.2.0",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://mirrors.cloud.tencent.com/repository/composer/phpoffice/phpexcel/1.8.2/phpoffice-phpexcel-1.8.2.zip",
|
|
|
+ "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "ext-xml": "*",
|
|
|
+ "ext-xmlwriter": "*",
|
|
|
+ "php": "^5.2|^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "squizlabs/php_codesniffer": "2.*"
|
|
|
+ },
|
|
|
+ "time": "2018-11-22T23:07:24+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "PHPExcel": "Classes/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "LGPL-2.1"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Maarten Balliauw",
|
|
|
+ "homepage": "http://blog.maartenballiauw.be"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Erik Tilt"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Franck Lefevre",
|
|
|
+ "homepage": "http://rootslabs.net"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Mark Baker",
|
|
|
+ "homepage": "http://markbakeruk.net"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
|
|
|
+ "homepage": "https://github.com/PHPOffice/PHPExcel",
|
|
|
+ "keywords": [
|
|
|
+ "OpenXML",
|
|
|
+ "excel",
|
|
|
+ "php",
|
|
|
+ "spreadsheet",
|
|
|
+ "xls",
|
|
|
+ "xlsx"
|
|
|
+ ],
|
|
|
+ "install-path": "../phpoffice/phpexcel"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/cache",
|
|
|
+ "version": "1.0.1",
|
|
|
+ "version_normalized": "1.0.1.0",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://mirrors.cloud.tencent.com/repository/composer/psr/cache/1.0.1/psr-cache-1.0.1.zip",
|
|
|
+ "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "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/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common interface for caching libraries",
|
|
|
+ "keywords": [
|
|
|
+ "cache",
|
|
|
+ "psr",
|
|
|
+ "psr-6"
|
|
|
+ ],
|
|
|
+ "install-path": "../psr/cache"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/container",
|
|
|
+ "version": "1.1.1",
|
|
|
+ "version_normalized": "1.1.1.0",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://mirrors.cloud.tencent.com/repository/composer/psr/container/1.1.1/psr-container-1.1.1.zip",
|
|
|
+ "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.0"
|
|
|
+ },
|
|
|
+ "time": "2021-03-05T17:36:06+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Container\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "https://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common Container Interface (PHP FIG PSR-11)",
|
|
|
+ "homepage": "https://github.com/php-fig/container",
|
|
|
+ "keywords": [
|
|
|
+ "PSR-11",
|
|
|
+ "container",
|
|
|
+ "container-interface",
|
|
|
+ "container-interop",
|
|
|
+ "psr"
|
|
|
+ ],
|
|
|
+ "install-path": "../psr/container"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/http-message",
|
|
|
+ "version": "1.0.1",
|
|
|
+ "version_normalized": "1.0.1.0",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://mirrors.cloud.tencent.com/repository/composer/psr/http-message/1.0.1/psr-http-message-1.0.1.zip",
|
|
|
+ "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "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/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "install-path": "../psr/http-message"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/log",
|
|
|
+ "version": "1.1.4",
|
|
|
+ "version_normalized": "1.1.4.0",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://mirrors.cloud.tencent.com/repository/composer/psr/log/1.1.4/psr-log-1.1.4.zip",
|
|
|
+ "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "time": "2021-05-03T11:20:27+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.1.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Log\\": "Psr/Log/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "https://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common interface for logging libraries",
|
|
|
+ "homepage": "https://github.com/php-fig/log",
|
|
|
+ "keywords": [
|
|
|
+ "log",
|
|
|
+ "psr",
|
|
|
+ "psr-3"
|
|
|
+ ],
|
|
|
+ "install-path": "../psr/log"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/simple-cache",
|
|
|
+ "version": "1.0.1",
|
|
|
+ "version_normalized": "1.0.1.0",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://mirrors.cloud.tencent.com/repository/composer/psr/simple-cache/1.0.1/psr-simple-cache-1.0.1.zip",
|
|
|
+ "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "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/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common interfaces for simple caching",
|
|
|
+ "keywords": [
|
|
|
+ "cache",
|
|
|
+ "caching",
|
|
|
+ "psr",
|
|
|
+ "psr-16",
|
|
|
+ "simple-cache"
|
|
|
+ ],
|
|
|
+ "install-path": "../psr/simple-cache"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-mbstring",
|
|
|
+ "version": "v1.26.0",
|
|
|
+ "version_normalized": "1.26.0.0",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/polyfill-mbstring/v1.26.0/symfony-polyfill-mbstring-v1.26.0.zip",
|
|
|
+ "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "ext-mbstring": "*"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-mbstring": "For best performance"
|
|
|
+ },
|
|
|
+ "time": "2022-05-24T11:49:31+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.26-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Mbstring\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
+ "email": "p@tchwork.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Symfony polyfill for the Mbstring extension",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "mbstring",
|
|
|
+ "polyfill",
|
|
|
+ "portable",
|
|
|
+ "shim"
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/polyfill-mbstring"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-php72",
|
|
|
+ "version": "v1.26.0",
|
|
|
+ "version_normalized": "1.26.0.0",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://mirrors.tencent.com/repository/composer/symfony/polyfill-php72/v1.26.0/symfony-polyfill-php72-v1.26.0.zip",
|
|
|
+ "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "time": "2022-05-24T11:49:31+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.26-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Php72\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
+ "email": "p@tchwork.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "polyfill",
|
|
|
+ "portable",
|
|
|
+ "shim"
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/polyfill-php72"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-php80",
|
|
|
+ "version": "v1.26.0",
|
|
|
+ "version_normalized": "1.26.0.0",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://mirrors.tencent.com/repository/composer/symfony/polyfill-php80/v1.26.0/symfony-polyfill-php80-v1.26.0.zip",
|
|
|
+ "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "time": "2022-05-10T07:21:04+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.26-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Php80\\": ""
|
|
|
+ },
|
|
|
+ "classmap": [
|
|
|
+ "Resources/stubs"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Ion Bazan",
|
|
|
+ "email": "ion.bazan@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
+ "email": "p@tchwork.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "polyfill",
|
|
|
+ "portable",
|
|
|
+ "shim"
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/polyfill-php80"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/var-dumper",
|
|
|
+ "version": "v4.4.44",
|
|
|
+ "version_normalized": "4.4.44.0",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://mirrors.tencent.com/repository/composer/symfony/var-dumper/v4.4.44/symfony-var-dumper-v4.4.44.zip",
|
|
|
+ "reference": "f19951007dae942cc79b979c1fe26bfdfbeb54ed",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1.3",
|
|
|
+ "symfony/polyfill-mbstring": "~1.0",
|
|
|
+ "symfony/polyfill-php72": "~1.5",
|
|
|
+ "symfony/polyfill-php80": "^1.16"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
|
|
|
+ "symfony/console": "<3.4"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-iconv": "*",
|
|
|
+ "symfony/console": "^3.4|^4.0|^5.0",
|
|
|
+ "symfony/process": "^4.4|^5.0",
|
|
|
+ "twig/twig": "^1.43|^2.13|^3.0.4"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
|
|
|
+ "ext-intl": "To show region name in time zone dump",
|
|
|
+ "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
|
|
|
+ },
|
|
|
+ "time": "2022-07-20T09:59:04+00:00",
|
|
|
+ "bin": [
|
|
|
+ "Resources/bin/var-dump-server"
|
|
|
+ ],
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "Resources/functions/dump.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\VarDumper\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
+ "email": "p@tchwork.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Provides mechanisms for walking through any arbitrary PHP variable",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "debug",
|
|
|
+ "dump"
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/var-dumper"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "topthink/framework",
|
|
|
+ "version": "v6.0.13",
|
|
|
+ "version_normalized": "6.0.13.0",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://mirrors.tencent.com/repository/composer/topthink/framework/v6.0.13/topthink-framework-v6.0.13.zip",
|
|
|
+ "reference": "126d5b2cbacb73d6e2a85cbc7a2c6ee59d0b3fa6",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "league/flysystem": "^1.1.4",
|
|
|
+ "league/flysystem-cached-adapter": "^1.0",
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "psr/container": "~1.0",
|
|
|
+ "psr/http-message": "^1.0",
|
|
|
+ "psr/log": "~1.0",
|
|
|
+ "psr/simple-cache": "^1.0",
|
|
|
+ "topthink/think-helper": "^3.1.1",
|
|
|
+ "topthink/think-orm": "^2.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "guzzlehttp/psr7": "^2.1.0",
|
|
|
+ "mikey179/vfsstream": "^1.6",
|
|
|
+ "mockery/mockery": "^1.2",
|
|
|
+ "phpunit/phpunit": "^7.0"
|
|
|
+ },
|
|
|
+ "time": "2022-07-15T02:52:08+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "files": [],
|
|
|
+ "psr-4": {
|
|
|
+ "think\\": "src/think/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "liu21st",
|
|
|
+ "email": "liu21st@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "yunwuxin",
|
|
|
+ "email": "448901948@qq.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The ThinkPHP Framework.",
|
|
|
+ "homepage": "http://thinkphp.cn/",
|
|
|
+ "keywords": [
|
|
|
+ "framework",
|
|
|
+ "orm",
|
|
|
+ "thinkphp"
|
|
|
+ ],
|
|
|
+ "install-path": "../topthink/framework"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "topthink/think-helper",
|
|
|
+ "version": "v3.1.6",
|
|
|
+ "version_normalized": "3.1.6.0",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://mirrors.tencent.com/repository/composer/topthink/think-helper/v3.1.6/topthink-think-helper-v3.1.6.zip",
|
|
|
+ "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^9.5"
|
|
|
+ },
|
|
|
+ "time": "2021-12-15T04:27:55+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/helper.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "think\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "yunwuxin",
|
|
|
+ "email": "448901948@qq.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The ThinkPHP6 Helper Package",
|
|
|
+ "install-path": "../topthink/think-helper"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "topthink/think-multi-app",
|
|
|
+ "version": "v1.0.14",
|
|
|
+ "version_normalized": "1.0.14.0",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://mirrors.tencent.com/repository/composer/topthink/think-multi-app/v1.0.14/topthink-think-multi-app-v1.0.14.zip",
|
|
|
+ "reference": "ccaad7c2d33f42cb1cc2a78d6610aaec02cea4c3",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "think\\app\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "liu21st",
|
|
|
+ "email": "liu21st@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "thinkphp6 multi app support",
|
|
|
+ "install-path": "../topthink/think-multi-app"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "topthink/think-orm",
|
|
|
+ "version": "v2.0.54",
|
|
|
+ "version_normalized": "2.0.54.0",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://mirrors.tencent.com/repository/composer/topthink/think-orm/v2.0.54/topthink-think-orm-v2.0.54.zip",
|
|
|
+ "reference": "97b061b47616301ff29fbd4c35ed9184e1162e4e",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "ext-pdo": "*",
|
|
|
+ "php": ">=7.1.0",
|
|
|
+ "psr/log": "^1.0|^2.0",
|
|
|
+ "psr/simple-cache": "^1.0|^2.0",
|
|
|
+ "topthink/think-helper": "^3.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^7|^8|^9.5"
|
|
|
+ },
|
|
|
+ "time": "2022-07-05T05:25:51+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "stubs/load_stubs.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "think\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "liu21st",
|
|
|
+ "email": "liu21st@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "think orm",
|
|
|
+ "keywords": [
|
|
|
+ "database",
|
|
|
+ "orm"
|
|
|
+ ],
|
|
|
+ "install-path": "../topthink/think-orm"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "topthink/think-template",
|
|
|
+ "version": "v2.0.8",
|
|
|
+ "version_normalized": "2.0.8.0",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://mirrors.tencent.com/repository/composer/topthink/think-template/v2.0.8/topthink-think-template-v2.0.8.zip",
|
|
|
+ "reference": "abfc293f74f9ef5127b5c416310a01fe42e59368",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1.0",
|
|
|
+ "psr/simple-cache": "^1.0"
|
|
|
+ },
|
|
|
+ "time": "2020-12-10T07:52:03+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "think\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "liu21st",
|
|
|
+ "email": "liu21st@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "the php template engine",
|
|
|
+ "install-path": "../topthink/think-template"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "topthink/think-trace",
|
|
|
+ "version": "v1.4",
|
|
|
+ "version_normalized": "1.4.0.0",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://mirrors.cloud.tencent.com/repository/composer/topthink/think-trace/v1.4/topthink-think-trace-v1.4.zip",
|
|
|
+ "reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://mirrors.tencent.com/repository/composer/topthink/think-view/v1.0.14/topthink-think-view-v1.0.14.zip",
|
|
|
+ "reference": "edce0ae2c9551ab65f9e94a222604b0dead3576d",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "liu21st",
|
|
|
+ "email": "liu21st@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "thinkphp template driver",
|
|
|
+ "install-path": "../topthink/think-view"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "dev-package-names": [
|
|
|
+ "symfony/polyfill-mbstring",
|
|
|
+ "symfony/polyfill-php72",
|
|
|
+ "symfony/polyfill-php80",
|
|
|
+ "symfony/var-dumper",
|
|
|
+ "topthink/think-trace"
|
|
|
+ ]
|
|
|
+}
|