|
@@ -1,2076 +0,0 @@
|
|
|
-{
|
|
|
- "_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": "e47b4ef45fb3425a42b5319d25692eb2",
|
|
|
- "packages": [
|
|
|
- {
|
|
|
- "name": "guzzlehttp/guzzle",
|
|
|
- "version": "7.8.1",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/guzzle/guzzle.git",
|
|
|
- "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
|
|
|
- "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-json": "*",
|
|
|
- "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
|
|
|
- "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
|
|
|
- "php": "^7.2.5 || ^8.0",
|
|
|
- "psr/http-client": "^1.0",
|
|
|
- "symfony/deprecation-contracts": "^2.2 || ^3.0"
|
|
|
- },
|
|
|
- "provide": {
|
|
|
- "psr/http-client-implementation": "1.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "bamarni/composer-bin-plugin": "^1.8.2",
|
|
|
- "ext-curl": "*",
|
|
|
- "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
|
|
|
- "php-http/message-factory": "^1.1",
|
|
|
- "phpunit/phpunit": "^8.5.36 || ^9.6.15",
|
|
|
- "psr/log": "^1.1 || ^2.0 || ^3.0"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-curl": "Required for CURL handler support",
|
|
|
- "ext-intl": "Required for Internationalized Domain Name (IDN) support",
|
|
|
- "psr/log": "Required for using the Log middleware"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "bamarni-bin": {
|
|
|
- "bin-links": true,
|
|
|
- "forward-command": false
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "src/functions_include.php"
|
|
|
- ],
|
|
|
- "psr-4": {
|
|
|
- "GuzzleHttp\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Graham Campbell",
|
|
|
- "email": "hello@gjcampbell.co.uk",
|
|
|
- "homepage": "https://github.com/GrahamCampbell"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Michael Dowling",
|
|
|
- "email": "mtdowling@gmail.com",
|
|
|
- "homepage": "https://github.com/mtdowling"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Jeremy Lindblom",
|
|
|
- "email": "jeremeamia@gmail.com",
|
|
|
- "homepage": "https://github.com/jeremeamia"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "George Mponos",
|
|
|
- "email": "gmponos@gmail.com",
|
|
|
- "homepage": "https://github.com/gmponos"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Tobias Nyholm",
|
|
|
- "email": "tobias.nyholm@gmail.com",
|
|
|
- "homepage": "https://github.com/Nyholm"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Márk Sági-Kazár",
|
|
|
- "email": "mark.sagikazar@gmail.com",
|
|
|
- "homepage": "https://github.com/sagikazarmark"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Tobias Schultze",
|
|
|
- "email": "webmaster@tubo-world.de",
|
|
|
- "homepage": "https://github.com/Tobion"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Guzzle is a PHP HTTP client library",
|
|
|
- "keywords": [
|
|
|
- "client",
|
|
|
- "curl",
|
|
|
- "framework",
|
|
|
- "http",
|
|
|
- "http client",
|
|
|
- "psr-18",
|
|
|
- "psr-7",
|
|
|
- "rest",
|
|
|
- "web service"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/guzzle/guzzle/issues",
|
|
|
- "source": "https://github.com/guzzle/guzzle/tree/7.8.1"
|
|
|
- },
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/GrahamCampbell",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://github.com/Nyholm",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ],
|
|
|
- "time": "2023-12-03T20:35:24+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "guzzlehttp/promises",
|
|
|
- "version": "2.0.2",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/guzzle/promises.git",
|
|
|
- "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
|
|
|
- "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.2.5 || ^8.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "bamarni/composer-bin-plugin": "^1.8.2",
|
|
|
- "phpunit/phpunit": "^8.5.36 || ^9.6.15"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "bamarni-bin": {
|
|
|
- "bin-links": true,
|
|
|
- "forward-command": false
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "GuzzleHttp\\Promise\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Graham Campbell",
|
|
|
- "email": "hello@gjcampbell.co.uk",
|
|
|
- "homepage": "https://github.com/GrahamCampbell"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Michael Dowling",
|
|
|
- "email": "mtdowling@gmail.com",
|
|
|
- "homepage": "https://github.com/mtdowling"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Tobias Nyholm",
|
|
|
- "email": "tobias.nyholm@gmail.com",
|
|
|
- "homepage": "https://github.com/Nyholm"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Tobias Schultze",
|
|
|
- "email": "webmaster@tubo-world.de",
|
|
|
- "homepage": "https://github.com/Tobion"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Guzzle promises library",
|
|
|
- "keywords": [
|
|
|
- "promise"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/guzzle/promises/issues",
|
|
|
- "source": "https://github.com/guzzle/promises/tree/2.0.2"
|
|
|
- },
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/GrahamCampbell",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://github.com/Nyholm",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ],
|
|
|
- "time": "2023-12-03T20:19:20+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "guzzlehttp/psr7",
|
|
|
- "version": "2.6.2",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/guzzle/psr7.git",
|
|
|
- "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
|
|
|
- "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.2.5 || ^8.0",
|
|
|
- "psr/http-factory": "^1.0",
|
|
|
- "psr/http-message": "^1.1 || ^2.0",
|
|
|
- "ralouphie/getallheaders": "^3.0"
|
|
|
- },
|
|
|
- "provide": {
|
|
|
- "psr/http-factory-implementation": "1.0",
|
|
|
- "psr/http-message-implementation": "1.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "bamarni/composer-bin-plugin": "^1.8.2",
|
|
|
- "http-interop/http-factory-tests": "^0.9",
|
|
|
- "phpunit/phpunit": "^8.5.36 || ^9.6.15"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "bamarni-bin": {
|
|
|
- "bin-links": true,
|
|
|
- "forward-command": false
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "GuzzleHttp\\Psr7\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Graham Campbell",
|
|
|
- "email": "hello@gjcampbell.co.uk",
|
|
|
- "homepage": "https://github.com/GrahamCampbell"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Michael Dowling",
|
|
|
- "email": "mtdowling@gmail.com",
|
|
|
- "homepage": "https://github.com/mtdowling"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "George Mponos",
|
|
|
- "email": "gmponos@gmail.com",
|
|
|
- "homepage": "https://github.com/gmponos"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Tobias Nyholm",
|
|
|
- "email": "tobias.nyholm@gmail.com",
|
|
|
- "homepage": "https://github.com/Nyholm"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Márk Sági-Kazár",
|
|
|
- "email": "mark.sagikazar@gmail.com",
|
|
|
- "homepage": "https://github.com/sagikazarmark"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Tobias Schultze",
|
|
|
- "email": "webmaster@tubo-world.de",
|
|
|
- "homepage": "https://github.com/Tobion"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Márk Sági-Kazár",
|
|
|
- "email": "mark.sagikazar@gmail.com",
|
|
|
- "homepage": "https://sagikazarmark.hu"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "PSR-7 message implementation that also provides common utility methods",
|
|
|
- "keywords": [
|
|
|
- "http",
|
|
|
- "message",
|
|
|
- "psr-7",
|
|
|
- "request",
|
|
|
- "response",
|
|
|
- "stream",
|
|
|
- "uri",
|
|
|
- "url"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/guzzle/psr7/issues",
|
|
|
- "source": "https://github.com/guzzle/psr7/tree/2.6.2"
|
|
|
- },
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/GrahamCampbell",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://github.com/Nyholm",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ],
|
|
|
- "time": "2023-12-03T20:05:35+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "huaweicloud/huaweicloud-sdk-php",
|
|
|
- "version": "3.1.97",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/huaweicloud/huaweicloud-sdk-php-v3.git",
|
|
|
- "reference": "de565634d1c6116c54828f50eeb295d24f91d1ef"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/huaweicloud/huaweicloud-sdk-php-v3/zipball/de565634d1c6116c54828f50eeb295d24f91d1ef",
|
|
|
- "reference": "de565634d1c6116c54828f50eeb295d24f91d1ef",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "guzzlehttp/guzzle": ">=6.3.0",
|
|
|
- "guzzlehttp/promises": ">=1.3.1",
|
|
|
- "guzzlehttp/psr7": ">=1.4.2",
|
|
|
- "monolog/monolog": ">=2.4.0 || <= 2.9.0",
|
|
|
- "php": ">=5.6.0",
|
|
|
- "psr/http-message": ">=1.0.1"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "HuaweiCloud\\SDK\\": "Services/",
|
|
|
- "HuaweiCloud\\SDK\\_As\\": "Services/As/",
|
|
|
- "HuaweiCloud\\SDK\\Core\\": "Core/src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "Apache-2.0"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "HuaweiCloud_SDK",
|
|
|
- "email": "hwcloudsdk@huawei.com",
|
|
|
- "homepage": "https://sdkcenter.developer.huaweicloud.com/?language=PHP"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Huawei Cloud SDK for PHP",
|
|
|
- "keywords": [
|
|
|
- "api",
|
|
|
- "php",
|
|
|
- "rest",
|
|
|
- "sdk"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/huaweicloud/huaweicloud-sdk-php-v3/issues",
|
|
|
- "source": "https://github.com/huaweicloud/huaweicloud-sdk-php-v3/tree/v3.1.97"
|
|
|
- },
|
|
|
- "time": "2024-06-14T13:37:50+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "league/flysystem",
|
|
|
- "version": "1.1.10",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/thephpleague/flysystem.git",
|
|
|
- "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3239285c825c152bcc315fe0e87d6b55f5972ed1",
|
|
|
- "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1",
|
|
|
- "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"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/thephpleague/flysystem/issues",
|
|
|
- "source": "https://github.com/thephpleague/flysystem/tree/1.1.10"
|
|
|
- },
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://offset.earth/frankdejonge",
|
|
|
- "type": "other"
|
|
|
- }
|
|
|
- ],
|
|
|
- "time": "2022-10-04T09:16:37+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.",
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/thephpleague/flysystem-cached-adapter/issues",
|
|
|
- "source": "https://github.com/thephpleague/flysystem-cached-adapter/tree/master"
|
|
|
- },
|
|
|
- "time": "2020-07-25T15:56:04+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "league/mime-type-detection",
|
|
|
- "version": "1.12.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/thephpleague/mime-type-detection.git",
|
|
|
- "reference": "c7f2872fb273bf493811473dafc88d60ae829f48"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/c7f2872fb273bf493811473dafc88d60ae829f48",
|
|
|
- "reference": "c7f2872fb273bf493811473dafc88d60ae829f48",
|
|
|
- "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": "^3.2",
|
|
|
- "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",
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/thephpleague/mime-type-detection/issues",
|
|
|
- "source": "https://github.com/thephpleague/mime-type-detection/tree/1.12.0"
|
|
|
- },
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/frankdejonge",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ],
|
|
|
- "time": "2023-08-03T07:14:11+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "monolog/monolog",
|
|
|
- "version": "2.9.3",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/Seldaek/monolog.git",
|
|
|
- "reference": "a30bfe2e142720dfa990d0a7e573997f5d884215"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/Seldaek/monolog/zipball/a30bfe2e142720dfa990d0a7e573997f5d884215",
|
|
|
- "reference": "a30bfe2e142720dfa990d0a7e573997f5d884215",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.2",
|
|
|
- "psr/log": "^1.0.1 || ^2.0 || ^3.0"
|
|
|
- },
|
|
|
- "provide": {
|
|
|
- "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
|
|
- "doctrine/couchdb": "~1.0@dev",
|
|
|
- "elasticsearch/elasticsearch": "^7 || ^8",
|
|
|
- "ext-json": "*",
|
|
|
- "graylog2/gelf-php": "^1.4.2 || ^2@dev",
|
|
|
- "guzzlehttp/guzzle": "^7.4",
|
|
|
- "guzzlehttp/psr7": "^2.2",
|
|
|
- "mongodb/mongodb": "^1.8",
|
|
|
- "php-amqplib/php-amqplib": "~2.4 || ^3",
|
|
|
- "phpspec/prophecy": "^1.15",
|
|
|
- "phpstan/phpstan": "^1.10",
|
|
|
- "phpunit/phpunit": "^8.5.38 || ^9.6.19",
|
|
|
- "predis/predis": "^1.1 || ^2.0",
|
|
|
- "rollbar/rollbar": "^1.3 || ^2 || ^3",
|
|
|
- "ruflin/elastica": "^7",
|
|
|
- "swiftmailer/swiftmailer": "^5.3|^6.0",
|
|
|
- "symfony/mailer": "^5.4 || ^6",
|
|
|
- "symfony/mime": "^5.4 || ^6"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
|
|
|
- "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
|
|
- "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
|
|
|
- "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
|
|
- "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
|
|
|
- "ext-mbstring": "Allow to work properly with unicode symbols",
|
|
|
- "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
|
|
|
- "ext-openssl": "Required to send log messages using SSL",
|
|
|
- "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
|
|
|
- "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
|
|
- "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
|
|
|
- "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
|
|
|
- "rollbar/rollbar": "Allow sending log messages to Rollbar",
|
|
|
- "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-main": "2.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Monolog\\": "src/Monolog"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Jordi Boggiano",
|
|
|
- "email": "j.boggiano@seld.be",
|
|
|
- "homepage": "https://seld.be"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
|
|
- "homepage": "https://github.com/Seldaek/monolog",
|
|
|
- "keywords": [
|
|
|
- "log",
|
|
|
- "logging",
|
|
|
- "psr-3"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/Seldaek/monolog/issues",
|
|
|
- "source": "https://github.com/Seldaek/monolog/tree/2.9.3"
|
|
|
- },
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/Seldaek",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ],
|
|
|
- "time": "2024-04-12T20:52:51+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"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/php-fig/cache/tree/master"
|
|
|
- },
|
|
|
- "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"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/php-fig/container/issues",
|
|
|
- "source": "https://github.com/php-fig/container/tree/1.1.1"
|
|
|
- },
|
|
|
- "time": "2021-03-05T17:36:06+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "psr/http-client",
|
|
|
- "version": "1.0.3",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/php-fig/http-client.git",
|
|
|
- "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
|
|
|
- "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.0 || ^8.0",
|
|
|
- "psr/http-message": "^1.0 || ^2.0"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Psr\\Http\\Client\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "PHP-FIG",
|
|
|
- "homepage": "https://www.php-fig.org/"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Common interface for HTTP clients",
|
|
|
- "homepage": "https://github.com/php-fig/http-client",
|
|
|
- "keywords": [
|
|
|
- "http",
|
|
|
- "http-client",
|
|
|
- "psr",
|
|
|
- "psr-18"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/php-fig/http-client"
|
|
|
- },
|
|
|
- "time": "2023-09-23T14:17:50+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "psr/http-factory",
|
|
|
- "version": "1.0.2",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/php-fig/http-factory.git",
|
|
|
- "reference": "e616d01114759c4c489f93b099585439f795fe35"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
|
|
|
- "reference": "e616d01114759c4c489f93b099585439f795fe35",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.0.0",
|
|
|
- "psr/http-message": "^1.0 || ^2.0"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Psr\\Http\\Message\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "PHP-FIG",
|
|
|
- "homepage": "https://www.php-fig.org/"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Common interfaces for PSR-7 HTTP message factories",
|
|
|
- "keywords": [
|
|
|
- "factory",
|
|
|
- "http",
|
|
|
- "message",
|
|
|
- "psr",
|
|
|
- "psr-17",
|
|
|
- "psr-7",
|
|
|
- "request",
|
|
|
- "response"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
|
|
|
- },
|
|
|
- "time": "2023-04-10T20:10:41+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "psr/http-message",
|
|
|
- "version": "1.1",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/php-fig/http-message.git",
|
|
|
- "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
|
|
|
- "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.2 || ^8.0"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.1.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Psr\\Http\\Message\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "PHP-FIG",
|
|
|
- "homepage": "http://www.php-fig.org/"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Common interface for HTTP messages",
|
|
|
- "homepage": "https://github.com/php-fig/http-message",
|
|
|
- "keywords": [
|
|
|
- "http",
|
|
|
- "http-message",
|
|
|
- "psr",
|
|
|
- "psr-7",
|
|
|
- "request",
|
|
|
- "response"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/php-fig/http-message/tree/1.1"
|
|
|
- },
|
|
|
- "time": "2023-04-04T09:50:52+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"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/php-fig/log/tree/1.1.4"
|
|
|
- },
|
|
|
- "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"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/php-fig/simple-cache/tree/master"
|
|
|
- },
|
|
|
- "time": "2017-10-23T01:57:42+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "ralouphie/getallheaders",
|
|
|
- "version": "3.0.3",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/ralouphie/getallheaders.git",
|
|
|
- "reference": "120b605dfeb996808c31b6477290a714d356e822"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
|
|
- "reference": "120b605dfeb996808c31b6477290a714d356e822",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.6"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "php-coveralls/php-coveralls": "^2.1",
|
|
|
- "phpunit/phpunit": "^5 || ^6.5"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "src/getallheaders.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Ralph Khattar",
|
|
|
- "email": "ralph.khattar@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "A polyfill for getallheaders.",
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/ralouphie/getallheaders/issues",
|
|
|
- "source": "https://github.com/ralouphie/getallheaders/tree/develop"
|
|
|
- },
|
|
|
- "time": "2019-03-08T08:55:37+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/deprecation-contracts",
|
|
|
- "version": "v2.5.2",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/deprecation-contracts.git",
|
|
|
- "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
|
|
|
- "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
|
|
|
- "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": "2.5-dev"
|
|
|
- },
|
|
|
- "thanks": {
|
|
|
- "name": "symfony/contracts",
|
|
|
- "url": "https://github.com/symfony/contracts"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "function.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": "A generic function and convention to trigger deprecation notices",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
|
|
|
- },
|
|
|
- "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": "2022-01-02T09:53:40+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topthink/framework",
|
|
|
- "version": "v6.1.4",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/top-think/framework.git",
|
|
|
- "reference": "66eb9cf4d627df12911344cd328faf9bb596bf2c"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/top-think/framework/zipball/66eb9cf4d627df12911344cd328faf9bb596bf2c",
|
|
|
- "reference": "66eb9cf4d627df12911344cd328faf9bb596bf2c",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-json": "*",
|
|
|
- "ext-mbstring": "*",
|
|
|
- "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|^3.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "guzzlehttp/psr7": "^2.1.0",
|
|
|
- "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"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/top-think/framework/issues",
|
|
|
- "source": "https://github.com/top-think/framework/tree/v6.1.4"
|
|
|
- },
|
|
|
- "time": "2023-07-11T15:16:03+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topthink/think-filesystem",
|
|
|
- "version": "v1.0.3",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/top-think/think-filesystem.git",
|
|
|
- "reference": "29f19f140a9267c717fecd7ccb22c84c2d72382e"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/top-think/think-filesystem/zipball/29f19f140a9267c717fecd7ccb22c84c2d72382e",
|
|
|
- "reference": "29f19f140a9267c717fecd7ccb22c84c2d72382e",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "league/flysystem": "^1.1.4",
|
|
|
- "league/flysystem-cached-adapter": "^1.0",
|
|
|
- "php": ">=7.2.5",
|
|
|
- "topthink/framework": "^6.1|^8.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "mikey179/vfsstream": "^1.6",
|
|
|
- "mockery/mockery": "^1.2",
|
|
|
- "phpunit/phpunit": "^8.0"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "think\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "Apache-2.0"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "yunwuxin",
|
|
|
- "email": "448901948@qq.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The ThinkPHP6.1 Filesystem Package",
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/top-think/think-filesystem/issues",
|
|
|
- "source": "https://github.com/top-think/think-filesystem/tree/v1.0.3"
|
|
|
- },
|
|
|
- "time": "2023-02-08T01:25:15+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topthink/think-helper",
|
|
|
- "version": "v3.1.6",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/top-think/think-helper.git",
|
|
|
- "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/top-think/think-helper/zipball/769acbe50a4274327162f9c68ec2e89a38eb2aff",
|
|
|
- "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "^9.5"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "src/helper.php"
|
|
|
- ],
|
|
|
- "psr-4": {
|
|
|
- "think\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "Apache-2.0"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "yunwuxin",
|
|
|
- "email": "448901948@qq.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The ThinkPHP6 Helper Package",
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/top-think/think-helper/issues",
|
|
|
- "source": "https://github.com/top-think/think-helper/tree/v3.1.6"
|
|
|
- },
|
|
|
- "time": "2021-12-15T04:27:55+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topthink/think-multi-app",
|
|
|
- "version": "v1.0.17",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/top-think/think-multi-app.git",
|
|
|
- "reference": "4055a6187296ac16c0bc7bbab4ed5d92f82f791c"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/top-think/think-multi-app/zipball/4055a6187296ac16c0bc7bbab4ed5d92f82f791c",
|
|
|
- "reference": "4055a6187296ac16c0bc7bbab4ed5d92f82f791c",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1.0",
|
|
|
- "topthink/framework": "^6.0|^8.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": "thinkphp multi app support",
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/top-think/think-multi-app/issues",
|
|
|
- "source": "https://github.com/top-think/think-multi-app/tree/v1.0.17"
|
|
|
- },
|
|
|
- "time": "2023-03-29T02:04:29+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topthink/think-orm",
|
|
|
- "version": "v2.0.61",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/top-think/think-orm.git",
|
|
|
- "reference": "10528ebf4a5106b19c3bac9c6deae7a67ff49de6"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/top-think/think-orm/zipball/10528ebf4a5106b19c3bac9c6deae7a67ff49de6",
|
|
|
- "reference": "10528ebf4a5106b19c3bac9c6deae7a67ff49de6",
|
|
|
- "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|^2.0",
|
|
|
- "psr/simple-cache": "^1.0|^2.0",
|
|
|
- "topthink/think-helper": "^3.1"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "^7|^8|^9.5"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "stubs/load_stubs.php"
|
|
|
- ],
|
|
|
- "psr-4": {
|
|
|
- "think\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "Apache-2.0"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "liu21st",
|
|
|
- "email": "liu21st@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "think orm",
|
|
|
- "keywords": [
|
|
|
- "database",
|
|
|
- "orm"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/top-think/think-orm/issues",
|
|
|
- "source": "https://github.com/top-think/think-orm/tree/v2.0.61"
|
|
|
- },
|
|
|
- "time": "2023-04-20T14:27:51+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topthink/think-swoole",
|
|
|
- "version": "v2.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/top-think/think-swoole.git",
|
|
|
- "reference": "501a2f104ac39db82414f79749adc8f032273613"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/top-think/think-swoole/zipball/501a2f104ac39db82414f79749adc8f032273613",
|
|
|
- "reference": "501a2f104ac39db82414f79749adc8f032273613",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-swoole": ">=1.8"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "autoload": {
|
|
|
- "files": [],
|
|
|
- "psr-4": {
|
|
|
- "think\\swoole\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "Apache-2.0"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "liu21st",
|
|
|
- "email": "liu21st@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Swoole extend for thinkphp5",
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/top-think/think-swoole/issues",
|
|
|
- "source": "https://github.com/top-think/think-swoole/tree/2.0"
|
|
|
- },
|
|
|
- "time": "2018-06-22T08:21:06+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "youzanyun/open-sdk",
|
|
|
- "version": "2.0.32",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/youzan/open-sdk-php.git",
|
|
|
- "reference": "5af1abe947aa710afaa5eab869bc805aeb0a76b4"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/youzan/open-sdk-php/zipball/5af1abe947aa710afaa5eab869bc805aeb0a76b4",
|
|
|
- "reference": "5af1abe947aa710afaa5eab869bc805aeb0a76b4",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-curl": "*",
|
|
|
- "ext-json": "*",
|
|
|
- "ext-openssl": "*",
|
|
|
- "guzzlehttp/guzzle": "^6.3|^7.0"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Youzan\\Open\\": "src/Open"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "youzan",
|
|
|
- "homepage": "https://github.com/youzan",
|
|
|
- "role": "Developer"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "有赞云服务端SDK",
|
|
|
- "homepage": "https://github.com/youzan/open-sdk-php",
|
|
|
- "keywords": [
|
|
|
- "open-sdk",
|
|
|
- "youzan",
|
|
|
- "youzanyun"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/youzan/open-sdk-php/issues",
|
|
|
- "source": "https://github.com/youzan/open-sdk-php/tree/2.0.32"
|
|
|
- },
|
|
|
- "time": "2022-06-23T13:07:16+00:00"
|
|
|
- }
|
|
|
- ],
|
|
|
- "packages-dev": [
|
|
|
- {
|
|
|
- "name": "symfony/polyfill-mbstring",
|
|
|
- "version": "v1.28.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
|
- "reference": "42292d99c55abe617799667f454222c54c60e229"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
|
|
|
- "reference": "42292d99c55abe617799667f454222c54c60e229",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1"
|
|
|
- },
|
|
|
- "provide": {
|
|
|
- "ext-mbstring": "*"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-mbstring": "For best performance"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-main": "1.28-dev"
|
|
|
- },
|
|
|
- "thanks": {
|
|
|
- "name": "symfony/polyfill",
|
|
|
- "url": "https://github.com/symfony/polyfill"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "bootstrap.php"
|
|
|
- ],
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Polyfill\\Mbstring\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "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"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
|
|
|
- },
|
|
|
- "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": "2023-07-28T09:04:16+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/polyfill-php72",
|
|
|
- "version": "v1.29.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/polyfill-php72.git",
|
|
|
- "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25",
|
|
|
- "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "thanks": {
|
|
|
- "name": "symfony/polyfill",
|
|
|
- "url": "https://github.com/symfony/polyfill"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "bootstrap.php"
|
|
|
- ],
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Polyfill\\Php72\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "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"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/symfony/polyfill-php72/tree/v1.29.0"
|
|
|
- },
|
|
|
- "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": "2024-01-29T20:11:03+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/polyfill-php80",
|
|
|
- "version": "v1.29.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/polyfill-php80.git",
|
|
|
- "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
|
|
|
- "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "thanks": {
|
|
|
- "name": "symfony/polyfill",
|
|
|
- "url": "https://github.com/symfony/polyfill"
|
|
|
- }
|
|
|
- },
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "bootstrap.php"
|
|
|
- ],
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Polyfill\\Php80\\": ""
|
|
|
- },
|
|
|
- "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"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0"
|
|
|
- },
|
|
|
- "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": "2024-01-29T20:11:03+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/var-dumper",
|
|
|
- "version": "v4.4.47",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/var-dumper.git",
|
|
|
- "reference": "1069c7a3fca74578022fab6f81643248d02f8e63"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1069c7a3fca74578022fab6f81643248d02f8e63",
|
|
|
- "reference": "1069c7a3fca74578022fab6f81643248d02f8e63",
|
|
|
- "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"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/symfony/var-dumper/tree/v4.4.47"
|
|
|
- },
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://symfony.com/sponsor",
|
|
|
- "type": "custom"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://github.com/fabpot",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ],
|
|
|
- "time": "2022-10-03T15:15:11+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topthink/think-trace",
|
|
|
- "version": "v1.6",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/top-think/think-trace.git",
|
|
|
- "reference": "136cd5d97e8bdb780e4b5c1637c588ed7ca3e142"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/top-think/think-trace/zipball/136cd5d97e8bdb780e4b5c1637c588ed7ca3e142",
|
|
|
- "reference": "136cd5d97e8bdb780e4b5c1637c588ed7ca3e142",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1.0",
|
|
|
- "topthink/framework": "^6.0|^8.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",
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/top-think/think-trace/issues",
|
|
|
- "source": "https://github.com/top-think/think-trace/tree/v1.6"
|
|
|
- },
|
|
|
- "time": "2023-02-07T08:36:32+00:00"
|
|
|
- }
|
|
|
- ],
|
|
|
- "aliases": [],
|
|
|
- "minimum-stability": "stable",
|
|
|
- "stability-flags": [],
|
|
|
- "prefer-stable": false,
|
|
|
- "prefer-lowest": false,
|
|
|
- "platform": {
|
|
|
- "php": ">=7.2.5"
|
|
|
- },
|
|
|
- "platform-dev": [],
|
|
|
- "plugin-api-version": "2.3.0"
|
|
|
-}
|