|
@@ -0,0 +1,1050 @@
|
|
|
|
+{
|
|
|
|
+ "_readme": [
|
|
|
|
+ "This file locks the dependencies of your project to a known state",
|
|
|
|
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
|
+ "This file is @generated automatically"
|
|
|
|
+ ],
|
|
|
|
+ "content-hash": "9ef3f6f1993fcd90da3b2fda07e08183",
|
|
|
|
+ "packages": [
|
|
|
|
+ {
|
|
|
|
+ "name": "league/flysystem",
|
|
|
|
+ "version": "1.1.5",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/thephpleague/flysystem.git",
|
|
|
|
+ "reference": "18634df356bfd4119fe3d6156bdb990c414c14ea"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/18634df356bfd4119fe3d6156bdb990c414c14ea",
|
|
|
|
+ "reference": "18634df356bfd4119fe3d6156bdb990c414c14ea",
|
|
|
|
+ "shasum": "",
|
|
|
|
+ "mirrors": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
+ "preferred": true
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "ext-fileinfo": "*",
|
|
|
|
+ "league/mime-type-detection": "^1.3",
|
|
|
|
+ "php": "^7.2.5 || ^8.0"
|
|
|
|
+ },
|
|
|
|
+ "conflict": {
|
|
|
|
+ "league/flysystem-sftp": "<1.0.6"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpspec/prophecy": "^1.11.1",
|
|
|
|
+ "phpunit/phpunit": "^8.5.8"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "ext-ftp": "Allows you to use FTP server storage",
|
|
|
|
+ "ext-openssl": "Allows you to use FTPS server storage",
|
|
|
|
+ "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
|
|
|
|
+ "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
|
|
|
|
+ "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
|
|
|
|
+ "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
|
|
|
|
+ "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
|
|
|
|
+ "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
|
|
|
|
+ "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
|
|
|
|
+ "league/flysystem-webdav": "Allows you to use WebDAV storage",
|
|
|
|
+ "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
|
|
|
|
+ "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
|
|
|
|
+ "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "1.1-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "League\\Flysystem\\": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Frank de Jonge",
|
|
|
|
+ "email": "info@frenky.net"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Filesystem abstraction: Many filesystems, one API.",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "Cloud Files",
|
|
|
|
+ "WebDAV",
|
|
|
|
+ "abstraction",
|
|
|
|
+ "aws",
|
|
|
|
+ "cloud",
|
|
|
|
+ "copy.com",
|
|
|
|
+ "dropbox",
|
|
|
|
+ "file systems",
|
|
|
|
+ "files",
|
|
|
|
+ "filesystem",
|
|
|
|
+ "filesystems",
|
|
|
|
+ "ftp",
|
|
|
|
+ "rackspace",
|
|
|
|
+ "remote",
|
|
|
|
+ "s3",
|
|
|
|
+ "sftp",
|
|
|
|
+ "storage"
|
|
|
|
+ ],
|
|
|
|
+ "funding": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://offset.earth/frankdejonge",
|
|
|
|
+ "type": "other"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "time": "2021-08-17T13:49:42+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "league/flysystem-cached-adapter",
|
|
|
|
+ "version": "1.1.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
|
|
|
|
+ "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://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"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "League\\Flysystem\\Cached\\": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "frankdejonge",
|
|
|
|
+ "email": "info@frenky.net"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "An adapter decorator to enable meta-data caching.",
|
|
|
|
+ "time": "2020-07-25T15:56:04+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "league/mime-type-detection",
|
|
|
|
+ "version": "1.7.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/thephpleague/mime-type-detection.git",
|
|
|
|
+ "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
|
|
|
|
+ "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
|
|
|
|
+ "shasum": "",
|
|
|
|
+ "mirrors": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
+ "preferred": true
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "ext-fileinfo": "*",
|
|
|
|
+ "php": "^7.2 || ^8.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "friendsofphp/php-cs-fixer": "^2.18",
|
|
|
|
+ "phpstan/phpstan": "^0.12.68",
|
|
|
|
+ "phpunit/phpunit": "^8.5.8 || ^9.3"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "League\\MimeTypeDetection\\": "src"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Frank de Jonge",
|
|
|
|
+ "email": "info@frankdejonge.nl"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Mime-type detection for Flysystem",
|
|
|
|
+ "funding": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://github.com/frankdejonge",
|
|
|
|
+ "type": "github"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
|
|
|
|
+ "type": "tidelift"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "time": "2021-01-18T20:58:21+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "psr/cache",
|
|
|
|
+ "version": "1.0.1",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/php-fig/cache.git",
|
|
|
|
+ "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://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"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Psr\\Cache\\": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "PHP-FIG",
|
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Common interface for caching libraries",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "cache",
|
|
|
|
+ "psr",
|
|
|
|
+ "psr-6"
|
|
|
|
+ ],
|
|
|
|
+ "time": "2016-08-06T20:24:11+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "psr/container",
|
|
|
|
+ "version": "1.1.1",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/php-fig/container.git",
|
|
|
|
+ "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
|
|
|
|
+ "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
|
|
|
|
+ "shasum": "",
|
|
|
|
+ "mirrors": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
+ "preferred": true
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=7.2.0"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Psr\\Container\\": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "PHP-FIG",
|
|
|
|
+ "homepage": "https://www.php-fig.org/"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Common Container Interface (PHP FIG PSR-11)",
|
|
|
|
+ "homepage": "https://github.com/php-fig/container",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "PSR-11",
|
|
|
|
+ "container",
|
|
|
|
+ "container-interface",
|
|
|
|
+ "container-interop",
|
|
|
|
+ "psr"
|
|
|
|
+ ],
|
|
|
|
+ "time": "2021-03-05T17:36:06+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "psr/log",
|
|
|
|
+ "version": "1.1.4",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/php-fig/log.git",
|
|
|
|
+ "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
|
|
|
|
+ "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
|
|
|
|
+ "shasum": "",
|
|
|
|
+ "mirrors": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
+ "preferred": true
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=5.3.0"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "1.1.x-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Psr\\Log\\": "Psr/Log/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "PHP-FIG",
|
|
|
|
+ "homepage": "https://www.php-fig.org/"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Common interface for logging libraries",
|
|
|
|
+ "homepage": "https://github.com/php-fig/log",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "log",
|
|
|
|
+ "psr",
|
|
|
|
+ "psr-3"
|
|
|
|
+ ],
|
|
|
|
+ "time": "2021-05-03T11:20:27+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "psr/simple-cache",
|
|
|
|
+ "version": "1.0.1",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/php-fig/simple-cache.git",
|
|
|
|
+ "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://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"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Psr\\SimpleCache\\": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "PHP-FIG",
|
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Common interfaces for simple caching",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "cache",
|
|
|
|
+ "caching",
|
|
|
|
+ "psr",
|
|
|
|
+ "psr-16",
|
|
|
|
+ "simple-cache"
|
|
|
|
+ ],
|
|
|
|
+ "time": "2017-10-23T01:57:42+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "topthink/framework",
|
|
|
|
+ "version": "v6.0.9",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/top-think/framework.git",
|
|
|
|
+ "reference": "0b5fb453f0e533de3af3a1ab6a202510b61be617"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/top-think/framework/zipball/0b5fb453f0e533de3af3a1ab6a202510b61be617",
|
|
|
|
+ "reference": "0b5fb453f0e533de3af3a1ab6a202510b61be617",
|
|
|
|
+ "shasum": "",
|
|
|
|
+ "mirrors": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
+ "preferred": true
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "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/log": "~1.0",
|
|
|
|
+ "psr/simple-cache": "^1.0",
|
|
|
|
+ "topthink/think-helper": "^3.1.1",
|
|
|
|
+ "topthink/think-orm": "^2.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "mikey179/vfsstream": "^1.6",
|
|
|
|
+ "mockery/mockery": "^1.2",
|
|
|
|
+ "phpunit/phpunit": "^7.0"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "files": [],
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "think\\": "src/think/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "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 ThinkPHP Framework.",
|
|
|
|
+ "homepage": "http://thinkphp.cn/",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "framework",
|
|
|
|
+ "orm",
|
|
|
|
+ "thinkphp"
|
|
|
|
+ ],
|
|
|
|
+ "time": "2021-07-22T03:24:49+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "topthink/think-helper",
|
|
|
|
+ "version": "v3.1.5",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/top-think/think-helper.git",
|
|
|
|
+ "reference": "f98e3ad44acd27ae85a4d923b1bdfd16c6d8d905"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/top-think/think-helper/zipball/f98e3ad44acd27ae85a4d923b1bdfd16c6d8d905",
|
|
|
|
+ "reference": "f98e3ad44acd27ae85a4d923b1bdfd16c6d8d905",
|
|
|
|
+ "shasum": "",
|
|
|
|
+ "mirrors": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
+ "preferred": true
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=7.1.0"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "think\\": "src"
|
|
|
|
+ },
|
|
|
|
+ "files": [
|
|
|
|
+ "src/helper.php"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "Apache-2.0"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "yunwuxin",
|
|
|
|
+ "email": "448901948@qq.com"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "The ThinkPHP6 Helper Package",
|
|
|
|
+ "time": "2021-06-21T06:17:31+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "topthink/think-multi-app",
|
|
|
|
+ "version": "v1.0.14",
|
|
|
|
+ "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"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "think": {
|
|
|
|
+ "services": [
|
|
|
|
+ "think\\app\\Service"
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "think\\app\\": "src"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "Apache-2.0"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "liu21st",
|
|
|
|
+ "email": "liu21st@gmail.com"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "thinkphp6 multi app support",
|
|
|
|
+ "time": "2020-07-12T13:50:37+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "topthink/think-orm",
|
|
|
|
+ "version": "v2.0.44",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/top-think/think-orm.git",
|
|
|
|
+ "reference": "5d3d5c1ebf8bfccf34bacd90edb42989b16ea409"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/top-think/think-orm/zipball/5d3d5c1ebf8bfccf34bacd90edb42989b16ea409",
|
|
|
|
+ "reference": "5d3d5c1ebf8bfccf34bacd90edb42989b16ea409",
|
|
|
|
+ "shasum": "",
|
|
|
|
+ "mirrors": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
+ "preferred": true
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "ext-json": "*",
|
|
|
|
+ "ext-pdo": "*",
|
|
|
|
+ "php": ">=7.1.0",
|
|
|
|
+ "psr/log": "~1.0",
|
|
|
|
+ "psr/simple-cache": "^1.0",
|
|
|
|
+ "topthink/think-helper": "^3.1"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpunit/phpunit": "^7|^8|^9.5"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "think\\": "src"
|
|
|
|
+ },
|
|
|
|
+ "files": [
|
|
|
|
+ "stubs/load_stubs.php"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "Apache-2.0"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "liu21st",
|
|
|
|
+ "email": "liu21st@gmail.com"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "think orm",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "database",
|
|
|
|
+ "orm"
|
|
|
|
+ ],
|
|
|
|
+ "time": "2021-07-21T02:22:31+00:00"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "packages-dev": [
|
|
|
|
+ {
|
|
|
|
+ "name": "symfony/polyfill-mbstring",
|
|
|
|
+ "version": "v1.23.1",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
|
|
+ "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
|
|
|
|
+ "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
|
|
|
|
+ "shasum": "",
|
|
|
|
+ "mirrors": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
+ "preferred": true
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=7.1"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "ext-mbstring": "For best performance"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-main": "1.23-dev"
|
|
|
|
+ },
|
|
|
|
+ "thanks": {
|
|
|
|
+ "name": "symfony/polyfill",
|
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Symfony\\Polyfill\\Mbstring\\": ""
|
|
|
|
+ },
|
|
|
|
+ "files": [
|
|
|
|
+ "bootstrap.php"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
|
+ "email": "p@tchwork.com"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Symfony Community",
|
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Symfony polyfill for the Mbstring extension",
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "compatibility",
|
|
|
|
+ "mbstring",
|
|
|
|
+ "polyfill",
|
|
|
|
+ "portable",
|
|
|
|
+ "shim"
|
|
|
|
+ ],
|
|
|
|
+ "funding": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
|
+ "type": "custom"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
|
+ "type": "github"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
+ "type": "tidelift"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "time": "2021-05-27T12:26:48+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "symfony/polyfill-php72",
|
|
|
|
+ "version": "v1.23.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/symfony/polyfill-php72.git",
|
|
|
|
+ "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
|
|
|
|
+ "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
|
|
|
|
+ "shasum": "",
|
|
|
|
+ "mirrors": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
+ "preferred": true
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=7.1"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-main": "1.23-dev"
|
|
|
|
+ },
|
|
|
|
+ "thanks": {
|
|
|
|
+ "name": "symfony/polyfill",
|
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Symfony\\Polyfill\\Php72\\": ""
|
|
|
|
+ },
|
|
|
|
+ "files": [
|
|
|
|
+ "bootstrap.php"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
|
+ "email": "p@tchwork.com"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Symfony Community",
|
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "compatibility",
|
|
|
|
+ "polyfill",
|
|
|
|
+ "portable",
|
|
|
|
+ "shim"
|
|
|
|
+ ],
|
|
|
|
+ "funding": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
|
+ "type": "custom"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
|
+ "type": "github"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
+ "type": "tidelift"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "time": "2021-05-27T09:17:38+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "symfony/polyfill-php80",
|
|
|
|
+ "version": "v1.23.1",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/symfony/polyfill-php80.git",
|
|
|
|
+ "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
|
|
|
|
+ "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
|
|
|
|
+ "shasum": "",
|
|
|
|
+ "mirrors": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
+ "preferred": true
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=7.1"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-main": "1.23-dev"
|
|
|
|
+ },
|
|
|
|
+ "thanks": {
|
|
|
|
+ "name": "symfony/polyfill",
|
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Symfony\\Polyfill\\Php80\\": ""
|
|
|
|
+ },
|
|
|
|
+ "files": [
|
|
|
|
+ "bootstrap.php"
|
|
|
|
+ ],
|
|
|
|
+ "classmap": [
|
|
|
|
+ "Resources/stubs"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Ion Bazan",
|
|
|
|
+ "email": "ion.bazan@gmail.com"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
|
+ "email": "p@tchwork.com"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Symfony Community",
|
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "compatibility",
|
|
|
|
+ "polyfill",
|
|
|
|
+ "portable",
|
|
|
|
+ "shim"
|
|
|
|
+ ],
|
|
|
|
+ "funding": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
|
+ "type": "custom"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
|
+ "type": "github"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
+ "type": "tidelift"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "time": "2021-07-28T13:41:28+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "symfony/var-dumper",
|
|
|
|
+ "version": "v4.4.30",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/symfony/var-dumper.git",
|
|
|
|
+ "reference": "7f65c44c2ce80d3a0fcdb6385ee0ad535e45660c"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/7f65c44c2ce80d3a0fcdb6385ee0ad535e45660c",
|
|
|
|
+ "reference": "7f65c44c2ce80d3a0fcdb6385ee0ad535e45660c",
|
|
|
|
+ "shasum": "",
|
|
|
|
+ "mirrors": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
+ "preferred": true
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=7.1.3",
|
|
|
|
+ "symfony/polyfill-mbstring": "~1.0",
|
|
|
|
+ "symfony/polyfill-php72": "~1.5",
|
|
|
|
+ "symfony/polyfill-php80": "^1.16"
|
|
|
|
+ },
|
|
|
|
+ "conflict": {
|
|
|
|
+ "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
|
|
|
|
+ "symfony/console": "<3.4"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "ext-iconv": "*",
|
|
|
|
+ "symfony/console": "^3.4|^4.0|^5.0",
|
|
|
|
+ "symfony/process": "^4.4|^5.0",
|
|
|
|
+ "twig/twig": "^1.43|^2.13|^3.0.4"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
|
|
|
|
+ "ext-intl": "To show region name in time zone dump",
|
|
|
|
+ "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
|
|
|
|
+ },
|
|
|
|
+ "bin": [
|
|
|
|
+ "Resources/bin/var-dump-server"
|
|
|
|
+ ],
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "files": [
|
|
|
|
+ "Resources/functions/dump.php"
|
|
|
|
+ ],
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Symfony\\Component\\VarDumper\\": ""
|
|
|
|
+ },
|
|
|
|
+ "exclude-from-classmap": [
|
|
|
|
+ "/Tests/"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "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": "Provides mechanisms for walking through any arbitrary PHP variable",
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "debug",
|
|
|
|
+ "dump"
|
|
|
|
+ ],
|
|
|
|
+ "funding": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
|
+ "type": "custom"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
|
+ "type": "github"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
+ "type": "tidelift"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "time": "2021-08-04T20:31:23+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "topthink/think-trace",
|
|
|
|
+ "version": "v1.4",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/top-think/think-trace.git",
|
|
|
|
+ "reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://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"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "think": {
|
|
|
|
+ "services": [
|
|
|
|
+ "think\\trace\\Service"
|
|
|
|
+ ],
|
|
|
|
+ "config": {
|
|
|
|
+ "trace": "src/config.php"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "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",
|
|
|
|
+ "time": "2020-06-29T05:27:28+00:00"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "aliases": [],
|
|
|
|
+ "minimum-stability": "stable",
|
|
|
|
+ "stability-flags": [],
|
|
|
|
+ "prefer-stable": false,
|
|
|
|
+ "prefer-lowest": false,
|
|
|
|
+ "platform": {
|
|
|
|
+ "php": ">=7.1.0"
|
|
|
|
+ },
|
|
|
|
+ "platform-dev": [],
|
|
|
|
+ "plugin-api-version": "1.1.0"
|
|
|
|
+}
|