2019-12-02 23:04:43 +08:00
|
|
|
{
|
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
2019-12-28 21:21:05 +08:00
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
2019-12-02 23:04:43 +08:00
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
2020-01-16 14:09:07 +08:00
|
|
|
"content-hash": "a9839a22045c39a4a8f4fde3cb4aec05",
|
2019-12-02 23:04:43 +08:00
|
|
|
"packages": [
|
2019-12-22 09:37:52 +08:00
|
|
|
{
|
|
|
|
"name": "lcobucci/jwt",
|
|
|
|
"version": "3.3.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/lcobucci/jwt.git",
|
|
|
|
"reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
|
|
|
|
"reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
|
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
"ext-openssl": "*",
|
|
|
|
"php": "^5.6 || ^7.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"mikey179/vfsstream": "~1.5",
|
|
|
|
"phpmd/phpmd": "~2.2",
|
|
|
|
"phpunit/php-invoker": "~1.1",
|
|
|
|
"phpunit/phpunit": "^5.7 || ^7.3",
|
|
|
|
"squizlabs/php_codesniffer": "~2.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "3.1-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Lcobucci\\JWT\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Luís Otávio Cobucci Oblonczyk",
|
|
|
|
"email": "lcobucci@gmail.com",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A simple library to work with JSON Web Token and JSON Web Signature",
|
|
|
|
"keywords": [
|
|
|
|
"JWS",
|
|
|
|
"jwt"
|
|
|
|
],
|
|
|
|
"time": "2019-05-24T18:30:49+00:00"
|
|
|
|
},
|
2019-12-02 23:04:43 +08:00
|
|
|
{
|
|
|
|
"name": "league/flysystem",
|
2019-12-28 21:21:05 +08:00
|
|
|
"version": "1.0.61",
|
2019-12-02 23:04:43 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/thephpleague/flysystem.git",
|
2019-12-28 21:21:05 +08:00
|
|
|
"reference": "4fb13c01784a6c9f165a351e996871488ca2d8c9"
|
2019-12-02 23:04:43 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-28 21:21:05 +08:00
|
|
|
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/4fb13c01784a6c9f165a351e996871488ca2d8c9",
|
|
|
|
"reference": "4fb13c01784a6c9f165a351e996871488ca2d8c9",
|
2019-12-02 23:04:43 +08:00
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-fileinfo": "*",
|
|
|
|
"php": ">=5.5.9"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"league/flysystem-sftp": "<1.0.6"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpspec/phpspec": "^3.4",
|
|
|
|
"phpunit/phpunit": "^5.7.10"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-fileinfo": "Required for MimeType",
|
|
|
|
"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"
|
|
|
|
],
|
2019-12-28 21:21:05 +08:00
|
|
|
"time": "2019-12-08T21:46:50+00:00"
|
2019-12-02 23:04:43 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "league/flysystem-cached-adapter",
|
|
|
|
"version": "1.0.9",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
|
|
|
|
"reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/08ef74e9be88100807a3b92cc9048a312bf01d6f",
|
|
|
|
"reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f",
|
|
|
|
"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": "2018-07-09T20:51:04+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "opis/closure",
|
2019-12-22 09:37:52 +08:00
|
|
|
"version": "3.5.1",
|
2019-12-02 23:04:43 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/opis/closure.git",
|
2019-12-22 09:37:52 +08:00
|
|
|
"reference": "93ebc5712cdad8d5f489b500c59d122df2e53969"
|
2019-12-02 23:04:43 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-22 09:37:52 +08:00
|
|
|
"url": "https://api.github.com/repos/opis/closure/zipball/93ebc5712cdad8d5f489b500c59d122df2e53969",
|
|
|
|
"reference": "93ebc5712cdad8d5f489b500c59d122df2e53969",
|
2019-12-02 23:04:43 +08:00
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^5.4 || ^7.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"jeremeamia/superclosure": "^2.0",
|
|
|
|
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-12-22 09:37:52 +08:00
|
|
|
"dev-master": "3.5.x-dev"
|
2019-12-02 23:04:43 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Opis\\Closure\\": "src/"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"functions.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Marius Sarca",
|
|
|
|
"email": "marius.sarca@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Sorin Sarca",
|
|
|
|
"email": "sarca_sorin@hotmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
|
|
|
|
"homepage": "https://opis.io/closure",
|
|
|
|
"keywords": [
|
|
|
|
"anonymous functions",
|
|
|
|
"closure",
|
|
|
|
"function",
|
|
|
|
"serializable",
|
|
|
|
"serialization",
|
|
|
|
"serialize"
|
|
|
|
],
|
2019-12-22 09:37:52 +08:00
|
|
|
"time": "2019-11-29T22:36:02+00:00"
|
2019-12-02 23:04:43 +08: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.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/container.git",
|
|
|
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
|
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
|
|
"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\\Container\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "http://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": "2017-02-14T16:28:37+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "psr/log",
|
|
|
|
"version": "1.1.2",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/log.git",
|
|
|
|
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
|
|
|
|
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
|
|
|
|
"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": "http://www.php-fig.org/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common interface for logging libraries",
|
|
|
|
"homepage": "https://github.com/php-fig/log",
|
|
|
|
"keywords": [
|
|
|
|
"log",
|
|
|
|
"psr",
|
|
|
|
"psr-3"
|
|
|
|
],
|
|
|
|
"time": "2019-11-01T11:05:21+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"
|
|
|
|
},
|
2019-12-22 09:37:52 +08:00
|
|
|
{
|
|
|
|
"name": "thans/tp-jwt-auth",
|
|
|
|
"version": "v1.0.6",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/QThans/jwt-auth.git",
|
|
|
|
"reference": "34941e26acfff81f5d5392f76632b57ff3508a56"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/QThans/jwt-auth/zipball/34941e26acfff81f5d5392f76632b57ff3508a56",
|
|
|
|
"reference": "34941e26acfff81f5d5392f76632b57ff3508a56",
|
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"lcobucci/jwt": "^3.3",
|
|
|
|
"php": "^7.0",
|
|
|
|
"topthink/framework": "^5.1.10 || ^6.0.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"think": {
|
|
|
|
"services": [
|
|
|
|
"thans\\jwt\\Service"
|
|
|
|
],
|
|
|
|
"config": {
|
|
|
|
"jwt": "config/config.php"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"thans\\jwt\\": "src"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/helper.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Thans",
|
|
|
|
"email": "360641274@qq.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "thinkphp jwt auth composer",
|
|
|
|
"time": "2019-12-03T14:28:46+00:00"
|
|
|
|
},
|
2019-12-02 23:04:43 +08:00
|
|
|
{
|
|
|
|
"name": "topthink/framework",
|
2020-01-16 14:09:07 +08:00
|
|
|
"version": "v6.0.2",
|
2019-12-02 23:04:43 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/top-think/framework.git",
|
2020-01-16 14:09:07 +08:00
|
|
|
"reference": "1444cce94b40a836958380b160a5fb7bfc165daf"
|
2019-12-02 23:04:43 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-01-16 14:09:07 +08:00
|
|
|
"url": "https://api.github.com/repos/top-think/framework/zipball/1444cce94b40a836958380b160a5fb7bfc165daf",
|
|
|
|
"reference": "1444cce94b40a836958380b160a5fb7bfc165daf",
|
2019-12-02 23:04:43 +08:00
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-json": "*",
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
"league/flysystem": "^1.0",
|
|
|
|
"league/flysystem-cached-adapter": "^1.0",
|
|
|
|
"opis/closure": "^3.1",
|
|
|
|
"php": ">=7.1.0",
|
|
|
|
"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"
|
|
|
|
],
|
2020-01-16 14:09:07 +08:00
|
|
|
"time": "2020-01-13T05:48:05+00:00"
|
2019-12-02 23:04:43 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "topthink/think-captcha",
|
|
|
|
"version": "v3.0.2",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/top-think/think-captcha.git",
|
|
|
|
"reference": "0b4305da19e118cefd934007875a8112f9352f01"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/top-think/think-captcha/zipball/0b4305da19e118cefd934007875a8112f9352f01",
|
|
|
|
"reference": "0b4305da19e118cefd934007875a8112f9352f01",
|
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"topthink/framework": "^6.0.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"think": {
|
|
|
|
"services": [
|
|
|
|
"think\\captcha\\CaptchaService"
|
|
|
|
],
|
|
|
|
"config": {
|
|
|
|
"captcha": "src/config.php"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"think\\captcha\\": "src/"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/helper.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"Apache-2.0"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "yunwuxin",
|
|
|
|
"email": "448901948@qq.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "captcha package for thinkphp",
|
|
|
|
"time": "2019-10-03T07:45:11+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "topthink/think-helper",
|
|
|
|
"version": "v3.1.3",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/top-think/think-helper.git",
|
|
|
|
"reference": "4d85dfd3778623bbb1de3648f1dcd0c82f4439f4"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/top-think/think-helper/zipball/4d85dfd3778623bbb1de3648f1dcd0c82f4439f4",
|
|
|
|
"reference": "4d85dfd3778623bbb1de3648f1dcd0c82f4439f4",
|
|
|
|
"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": "2019-09-30T02:36:48+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "topthink/think-migration",
|
|
|
|
"version": "v3.0.2",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/top-think/think-migration.git",
|
|
|
|
"reference": "e8b3396505617732a57309d2818d70ffe187385c"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/top-think/think-migration/zipball/e8b3396505617732a57309d2818d70ffe187385c",
|
|
|
|
"reference": "e8b3396505617732a57309d2818d70ffe187385c",
|
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"topthink/framework": "^6.0.0",
|
|
|
|
"topthink/think-helper": "^3.0.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"fzaninotto/faker": "^1.8"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"fzaninotto/faker": "Required to use the factory builder (^1.8)."
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"think": {
|
|
|
|
"services": [
|
|
|
|
"think\\migration\\Service"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Phinx\\": "phinx/src/Phinx",
|
|
|
|
"think\\migration\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"Apache-2.0"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "yunwuxin",
|
|
|
|
"email": "448901948@qq.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2019-06-17T10:13:39+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "topthink/think-orm",
|
|
|
|
"version": "v2.0.28",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/top-think/think-orm.git",
|
|
|
|
"reference": "ff5f112f5559497222f2716385b5a709ab82741b"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/top-think/think-orm/zipball/ff5f112f5559497222f2716385b5a709ab82741b",
|
|
|
|
"reference": "ff5f112f5559497222f2716385b5a709ab82741b",
|
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-json": "*",
|
|
|
|
"php": ">=7.1.0",
|
|
|
|
"psr/log": "~1.0",
|
|
|
|
"psr/simple-cache": "^1.0",
|
|
|
|
"topthink/think-helper": "^3.1"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"think\\": "src"
|
|
|
|
},
|
|
|
|
"files": []
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"Apache-2.0"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "liu21st",
|
|
|
|
"email": "liu21st@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "think orm",
|
|
|
|
"keywords": [
|
|
|
|
"database",
|
|
|
|
"orm"
|
|
|
|
],
|
|
|
|
"time": "2019-11-17T07:53:45+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "topthink/think-template",
|
|
|
|
"version": "v2.0.7",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/top-think/think-template.git",
|
|
|
|
"reference": "e98bdbb4a4c94b442f17dfceba81e0134d4fbd19"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/top-think/think-template/zipball/e98bdbb4a4c94b442f17dfceba81e0134d4fbd19",
|
|
|
|
"reference": "e98bdbb4a4c94b442f17dfceba81e0134d4fbd19",
|
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.1.0",
|
|
|
|
"psr/simple-cache": "^1.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"think\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"Apache-2.0"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "liu21st",
|
|
|
|
"email": "liu21st@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "the php template engine",
|
|
|
|
"time": "2019-09-20T15:31:04+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "topthink/think-view",
|
|
|
|
"version": "v1.0.13",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/top-think/think-view.git",
|
|
|
|
"reference": "90803b73f781db5d42619082c4597afc58b2d4c5"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/top-think/think-view/zipball/90803b73f781db5d42619082c4597afc58b2d4c5",
|
|
|
|
"reference": "90803b73f781db5d42619082c4597afc58b2d4c5",
|
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.1.0",
|
|
|
|
"topthink/think-template": "^2.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"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",
|
|
|
|
"time": "2019-10-07T12:23:10+00:00"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": [
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-mbstring",
|
2019-12-22 09:37:52 +08:00
|
|
|
"version": "v1.13.1",
|
2019-12-02 23:04:43 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
2019-12-22 09:37:52 +08:00
|
|
|
"reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
|
2019-12-02 23:04:43 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-22 09:37:52 +08:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
|
|
|
|
"reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
|
2019-12-02 23:04:43 +08:00
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-mbstring": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-12-22 09:37:52 +08:00
|
|
|
"dev-master": "1.13-dev"
|
2019-12-02 23:04:43 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2019-12-22 09:37:52 +08:00
|
|
|
"time": "2019-11-27T14:18:11+00:00"
|
2019-12-02 23:04:43 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-php72",
|
2019-12-22 09:37:52 +08:00
|
|
|
"version": "v1.13.1",
|
2019-12-02 23:04:43 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-php72.git",
|
2019-12-22 09:37:52 +08:00
|
|
|
"reference": "66fea50f6cb37a35eea048d75a7d99a45b586038"
|
2019-12-02 23:04:43 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-22 09:37:52 +08:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/66fea50f6cb37a35eea048d75a7d99a45b586038",
|
|
|
|
"reference": "66fea50f6cb37a35eea048d75a7d99a45b586038",
|
2019-12-02 23:04:43 +08:00
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-12-22 09:37:52 +08:00
|
|
|
"dev-master": "1.13-dev"
|
2019-12-02 23:04:43 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2019-12-22 09:37:52 +08:00
|
|
|
"time": "2019-11-27T13:56:44+00:00"
|
2019-12-02 23:04:43 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/var-dumper",
|
2019-12-28 21:21:05 +08:00
|
|
|
"version": "v4.4.2",
|
2019-12-02 23:04:43 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/var-dumper.git",
|
2019-12-28 21:21:05 +08:00
|
|
|
"reference": "be330f919bdb395d1e0c3f2bfb8948512d6bdd99"
|
2019-12-02 23:04:43 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-12-28 21:21:05 +08:00
|
|
|
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/be330f919bdb395d1e0c3f2bfb8948512d6bdd99",
|
|
|
|
"reference": "be330f919bdb395d1e0c3f2bfb8948512d6bdd99",
|
2019-12-02 23:04:43 +08:00
|
|
|
"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"
|
|
|
|
},
|
|
|
|
"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.34|^2.4|^3.0"
|
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "4.4-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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": "Symfony mechanism for exploring and dumping PHP variables",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"debug",
|
|
|
|
"dump"
|
|
|
|
],
|
2019-12-28 21:21:05 +08:00
|
|
|
"time": "2019-12-18T13:41:29+00:00"
|
2019-12-02 23:04:43 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "topthink/think-trace",
|
|
|
|
"version": "v1.2",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/top-think/think-trace.git",
|
|
|
|
"reference": "4589d06a07945d57478cc2236f4b23d51ff919cc"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/top-think/think-trace/zipball/4589d06a07945d57478cc2236f4b23d51ff919cc",
|
|
|
|
"reference": "4589d06a07945d57478cc2236f4b23d51ff919cc",
|
|
|
|
"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": "2019-10-17T02:14:09+00:00"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"stability-flags": [],
|
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": {
|
|
|
|
"php": ">=7.1.0"
|
|
|
|
},
|
|
|
|
"platform-dev": []
|
|
|
|
}
|