|
@@ -0,0 +1,3275 @@
|
|
|
+{
|
|
|
+ "_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": "286a5f3779d1d926765fa1b704caade1",
|
|
|
+ "packages": [
|
|
|
+ {
|
|
|
+ "name": "easywechat-composer/easywechat-composer",
|
|
|
+ "version": "1.4.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/mingyoung/easywechat-composer.git",
|
|
|
+ "reference": "3fc6a7ab6d3853c0f4e2922539b56cc37ef361cd"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/mingyoung/easywechat-composer/zipball/3fc6a7ab6d3853c0f4e2922539b56cc37ef361cd",
|
|
|
+ "reference": "3fc6a7ab6d3853c0f4e2922539b56cc37ef361cd",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "composer-plugin-api": "^1.0 || ^2.0",
|
|
|
+ "php": ">=7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "composer/composer": "^1.0 || ^2.0",
|
|
|
+ "phpunit/phpunit": "^6.5 || ^7.0"
|
|
|
+ },
|
|
|
+ "type": "composer-plugin",
|
|
|
+ "extra": {
|
|
|
+ "class": "EasyWeChatComposer\\Plugin"
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "EasyWeChatComposer\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "张铭阳",
|
|
|
+ "email": "mingyoungcheung@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The composer plugin for EasyWeChat",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/mingyoung/easywechat-composer/issues",
|
|
|
+ "source": "https://github.com/mingyoung/easywechat-composer/tree/1.4.1"
|
|
|
+ },
|
|
|
+ "time": "2021-07-05T04:03:22+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ezyang/htmlpurifier",
|
|
|
+ "version": "v4.16.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/ezyang/htmlpurifier.git",
|
|
|
+ "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8",
|
|
|
+ "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "cerdic/css-tidy": "^1.7 || ^2.0",
|
|
|
+ "simpletest/simpletest": "dev-master"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
|
|
|
+ "ext-bcmath": "Used for unit conversion and imagecrash protection",
|
|
|
+ "ext-iconv": "Converts text to and from non-UTF-8 encodings",
|
|
|
+ "ext-tidy": "Used for pretty-printing HTML"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "library/HTMLPurifier.composer.php"
|
|
|
+ ],
|
|
|
+ "psr-0": {
|
|
|
+ "HTMLPurifier": "library/"
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/library/HTMLPurifier/Language/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "LGPL-2.1-or-later"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Edward Z. Yang",
|
|
|
+ "email": "admin@htmlpurifier.org",
|
|
|
+ "homepage": "http://ezyang.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Standards compliant HTML filter written in PHP",
|
|
|
+ "homepage": "http://htmlpurifier.org/",
|
|
|
+ "keywords": [
|
|
|
+ "html"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/ezyang/htmlpurifier/issues",
|
|
|
+ "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0"
|
|
|
+ },
|
|
|
+ "time": "2022-09-18T07:06:19+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "guzzlehttp/guzzle",
|
|
|
+ "version": "7.9.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/guzzle/guzzle.git",
|
|
|
+ "reference": "d281ed313b989f213357e3be1a179f02196ac99b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b",
|
|
|
+ "reference": "d281ed313b989f213357e3be1a179f02196ac99b",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
|
|
|
+ "guzzlehttp/psr7": "^2.7.0",
|
|
|
+ "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": "*",
|
|
|
+ "guzzle/client-integration-tests": "3.0.2",
|
|
|
+ "php-http/message-factory": "^1.1",
|
|
|
+ "phpunit/phpunit": "^8.5.39 || ^9.6.20",
|
|
|
+ "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.9.2"
|
|
|
+ },
|
|
|
+ "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": "2024-07-24T11:22:20+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "guzzlehttp/promises",
|
|
|
+ "version": "2.0.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/guzzle/promises.git",
|
|
|
+ "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/guzzle/promises/zipball/6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8",
|
|
|
+ "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8",
|
|
|
+ "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.39 || ^9.6.20"
|
|
|
+ },
|
|
|
+ "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.3"
|
|
|
+ },
|
|
|
+ "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": "2024-07-18T10:29:17+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "guzzlehttp/psr7",
|
|
|
+ "version": "2.7.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/guzzle/psr7.git",
|
|
|
+ "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
|
|
|
+ "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
|
|
|
+ "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.0",
|
|
|
+ "phpunit/phpunit": "^8.5.39 || ^9.6.20"
|
|
|
+ },
|
|
|
+ "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.7.0"
|
|
|
+ },
|
|
|
+ "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": "2024-07-18T11:15:46+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "karsonzhang/fastadmin-addons",
|
|
|
+ "version": "1.4.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/karsonzhang/fastadmin-addons.git",
|
|
|
+ "reference": "12b0b146bbdcb12c9f50c96baa3b7cc5f4c48ad6"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/karsonzhang/fastadmin-addons/zipball/12b0b146bbdcb12c9f50c96baa3b7cc5f4c48ad6",
|
|
|
+ "reference": "12b0b146bbdcb12c9f50c96baa3b7cc5f4c48ad6",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "nelexa/zip": "^3.3 || ^4.0",
|
|
|
+ "php": ">=7.0.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "think-config": {
|
|
|
+ "addons": "src/config.php"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/common.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "think\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Karson",
|
|
|
+ "email": "karson@fastadmin.net"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "xiaobo.sun",
|
|
|
+ "email": "xiaobo.sun@qq.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "addons package for fastadmin",
|
|
|
+ "homepage": "https://github.com/karsonzhang/fastadmin-addons",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/karsonzhang/fastadmin-addons/issues",
|
|
|
+ "source": "https://github.com/karsonzhang/fastadmin-addons/tree/v1.4.0"
|
|
|
+ },
|
|
|
+ "time": "2024-03-28T04:15:16+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "maennchen/zipstream-php",
|
|
|
+ "version": "2.2.6",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/maennchen/ZipStream-PHP.git",
|
|
|
+ "reference": "30ad6f93cf3efe4192bc7a4c9cad11ff8f4f237f"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/30ad6f93cf3efe4192bc7a4c9cad11ff8f4f237f",
|
|
|
+ "reference": "30ad6f93cf3efe4192bc7a4c9cad11ff8f4f237f",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "myclabs/php-enum": "^1.5",
|
|
|
+ "php": "^7.4 || ^8.0",
|
|
|
+ "psr/http-message": "^1.0",
|
|
|
+ "symfony/polyfill-mbstring": "^1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-zip": "*",
|
|
|
+ "friendsofphp/php-cs-fixer": "^3.9",
|
|
|
+ "guzzlehttp/guzzle": "^6.5.3 || ^7.2.0",
|
|
|
+ "mikey179/vfsstream": "^1.6",
|
|
|
+ "php-coveralls/php-coveralls": "^2.4",
|
|
|
+ "phpunit/phpunit": "^8.5.8 || ^9.4.2",
|
|
|
+ "vimeo/psalm": "^4.1"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "ZipStream\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Paul Duncan",
|
|
|
+ "email": "pabs@pablotron.org"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jonatan Männchen",
|
|
|
+ "email": "jonatan@maennchen.ch"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jesse Donat",
|
|
|
+ "email": "donatj@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "András Kolesár",
|
|
|
+ "email": "kolesar@kolesar.hu"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
|
|
|
+ "keywords": [
|
|
|
+ "stream",
|
|
|
+ "zip"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
|
|
|
+ "source": "https://github.com/maennchen/ZipStream-PHP/tree/2.2.6"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/maennchen",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://opencollective.com/zipstream",
|
|
|
+ "type": "open_collective"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-11-25T18:57:19+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "markbaker/complex",
|
|
|
+ "version": "3.0.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/MarkBaker/PHPComplex.git",
|
|
|
+ "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
|
|
|
+ "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.2 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
|
|
|
+ "phpcompatibility/php-compatibility": "^9.3",
|
|
|
+ "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
|
|
+ "squizlabs/php_codesniffer": "^3.7"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Complex\\": "classes/src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Mark Baker",
|
|
|
+ "email": "mark@lange.demon.co.uk"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHP Class for working with complex numbers",
|
|
|
+ "homepage": "https://github.com/MarkBaker/PHPComplex",
|
|
|
+ "keywords": [
|
|
|
+ "complex",
|
|
|
+ "mathematics"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/MarkBaker/PHPComplex/issues",
|
|
|
+ "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
|
|
|
+ },
|
|
|
+ "time": "2022-12-06T16:21:08+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "markbaker/matrix",
|
|
|
+ "version": "3.0.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/MarkBaker/PHPMatrix.git",
|
|
|
+ "reference": "728434227fe21be27ff6d86621a1b13107a2562c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
|
|
|
+ "reference": "728434227fe21be27ff6d86621a1b13107a2562c",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.1 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
|
|
|
+ "phpcompatibility/php-compatibility": "^9.3",
|
|
|
+ "phpdocumentor/phpdocumentor": "2.*",
|
|
|
+ "phploc/phploc": "^4.0",
|
|
|
+ "phpmd/phpmd": "2.*",
|
|
|
+ "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
|
|
+ "sebastian/phpcpd": "^4.0",
|
|
|
+ "squizlabs/php_codesniffer": "^3.7"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Matrix\\": "classes/src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Mark Baker",
|
|
|
+ "email": "mark@demon-angel.eu"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHP Class for working with matrices",
|
|
|
+ "homepage": "https://github.com/MarkBaker/PHPMatrix",
|
|
|
+ "keywords": [
|
|
|
+ "mathematics",
|
|
|
+ "matrix",
|
|
|
+ "vector"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
|
|
|
+ "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1"
|
|
|
+ },
|
|
|
+ "time": "2022-12-02T22:17:43+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": "myclabs/php-enum",
|
|
|
+ "version": "1.8.4",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/myclabs/php-enum.git",
|
|
|
+ "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/myclabs/php-enum/zipball/a867478eae49c9f59ece437ae7f9506bfaa27483",
|
|
|
+ "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "php": "^7.3 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^9.5",
|
|
|
+ "squizlabs/php_codesniffer": "1.*",
|
|
|
+ "vimeo/psalm": "^4.6.2"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "MyCLabs\\Enum\\": "src/"
|
|
|
+ },
|
|
|
+ "classmap": [
|
|
|
+ "stubs/Stringable.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP Enum contributors",
|
|
|
+ "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHP Enum implementation",
|
|
|
+ "homepage": "http://github.com/myclabs/php-enum",
|
|
|
+ "keywords": [
|
|
|
+ "enum"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/myclabs/php-enum/issues",
|
|
|
+ "source": "https://github.com/myclabs/php-enum/tree/1.8.4"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/mnapoli",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-08-04T09:53:51+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "nelexa/zip",
|
|
|
+ "version": "4.0.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/Ne-Lexa/php-zip.git",
|
|
|
+ "reference": "88a1b6549be813278ff2dd3b6b2ac188827634a7"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/Ne-Lexa/php-zip/zipball/88a1b6549be813278ff2dd3b6b2ac188827634a7",
|
|
|
+ "reference": "88a1b6549be813278ff2dd3b6b2ac188827634a7",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-zlib": "*",
|
|
|
+ "php": "^7.4 || ^8.0",
|
|
|
+ "psr/http-message": "*",
|
|
|
+ "symfony/finder": "*"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-bz2": "*",
|
|
|
+ "ext-dom": "*",
|
|
|
+ "ext-fileinfo": "*",
|
|
|
+ "ext-iconv": "*",
|
|
|
+ "ext-openssl": "*",
|
|
|
+ "ext-xml": "*",
|
|
|
+ "friendsofphp/php-cs-fixer": "^3.4.0",
|
|
|
+ "guzzlehttp/psr7": "^1.6",
|
|
|
+ "phpunit/phpunit": "^9",
|
|
|
+ "symfony/http-foundation": "*",
|
|
|
+ "symfony/var-dumper": "*",
|
|
|
+ "vimeo/psalm": "^4.6"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-bz2": "Needed to support BZIP2 compression",
|
|
|
+ "ext-fileinfo": "Needed to get mime-type file",
|
|
|
+ "ext-iconv": "Needed to support convert zip entry name to requested character encoding",
|
|
|
+ "ext-openssl": "Needed to support encrypt zip entries or use ext-mcrypt"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "PhpZip\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Ne-Lexa",
|
|
|
+ "email": "alexey@nelexa.ru",
|
|
|
+ "role": "Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PhpZip is a php-library for extended work with ZIP-archives. Open, create, update, delete, extract and get info tool. Supports appending to existing ZIP files, WinZip AES encryption, Traditional PKWARE Encryption, BZIP2 compression, external file attributes and ZIP64 extensions. Alternative ZipArchive. It does not require php-zip extension.",
|
|
|
+ "homepage": "https://github.com/Ne-Lexa/php-zip",
|
|
|
+ "keywords": [
|
|
|
+ "archive",
|
|
|
+ "extract",
|
|
|
+ "unzip",
|
|
|
+ "winzip",
|
|
|
+ "zip",
|
|
|
+ "ziparchive"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/Ne-Lexa/php-zip/issues",
|
|
|
+ "source": "https://github.com/Ne-Lexa/php-zip/tree/4.0.2"
|
|
|
+ },
|
|
|
+ "time": "2022-06-17T11:17:46+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "overtrue/pinyin",
|
|
|
+ "version": "3.0.6",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/overtrue/pinyin.git",
|
|
|
+ "reference": "3b781d267197b74752daa32814d3a2cf5d140779"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/overtrue/pinyin/zipball/3b781d267197b74752daa32814d3a2cf5d140779",
|
|
|
+ "reference": "3b781d267197b74752daa32814d3a2cf5d140779",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~4.8"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Overtrue\\Pinyin\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Carlos",
|
|
|
+ "homepage": "http://github.com/overtrue"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Chinese to pinyin translator.",
|
|
|
+ "homepage": "https://github.com/overtrue/pinyin",
|
|
|
+ "keywords": [
|
|
|
+ "Chinese",
|
|
|
+ "Pinyin",
|
|
|
+ "cn2pinyin"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/overtrue/pinyin/issues",
|
|
|
+ "source": "https://github.com/overtrue/pinyin/tree/master"
|
|
|
+ },
|
|
|
+ "time": "2017-07-10T07:20:01+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "overtrue/socialite",
|
|
|
+ "version": "2.0.24",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/overtrue/socialite.git",
|
|
|
+ "reference": "ee7e7b000ec7d64f2b8aba1f6a2eec5cdf3f8bec"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/overtrue/socialite/zipball/ee7e7b000ec7d64f2b8aba1f6a2eec5cdf3f8bec",
|
|
|
+ "reference": "ee7e7b000ec7d64f2b8aba1f6a2eec5cdf3f8bec",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "guzzlehttp/guzzle": "^5.0|^6.0|^7.0",
|
|
|
+ "php": ">=5.6",
|
|
|
+ "symfony/http-foundation": "^2.7|^3.0|^4.0|^5.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mockery/mockery": "~1.2",
|
|
|
+ "phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Overtrue\\Socialite\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "overtrue",
|
|
|
+ "email": "anzhengchao@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A collection of OAuth 2 packages that extracts from laravel/socialite.",
|
|
|
+ "keywords": [
|
|
|
+ "login",
|
|
|
+ "oauth",
|
|
|
+ "qq",
|
|
|
+ "social",
|
|
|
+ "wechat",
|
|
|
+ "weibo"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/overtrue/socialite/issues",
|
|
|
+ "source": "https://github.com/overtrue/socialite/tree/2.0.24"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://www.patreon.com/overtrue",
|
|
|
+ "type": "patreon"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2021-05-13T16:04:48+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "overtrue/wechat",
|
|
|
+ "version": "4.6.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/w7corp/easywechat.git",
|
|
|
+ "reference": "52af4cbe777cd4aea307beafa0a4518c347467b1"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/w7corp/easywechat/zipball/52af4cbe777cd4aea307beafa0a4518c347467b1",
|
|
|
+ "reference": "52af4cbe777cd4aea307beafa0a4518c347467b1",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "easywechat-composer/easywechat-composer": "^1.1",
|
|
|
+ "ext-fileinfo": "*",
|
|
|
+ "ext-openssl": "*",
|
|
|
+ "ext-simplexml": "*",
|
|
|
+ "guzzlehttp/guzzle": "^6.2 || ^7.0",
|
|
|
+ "monolog/monolog": "^1.22 || ^2.0",
|
|
|
+ "overtrue/socialite": "~2.0",
|
|
|
+ "php": ">=7.2",
|
|
|
+ "pimple/pimple": "^3.0",
|
|
|
+ "psr/simple-cache": "^1.0",
|
|
|
+ "symfony/cache": "^3.3 || ^4.3 || ^5.0",
|
|
|
+ "symfony/event-dispatcher": "^4.3 || ^5.0",
|
|
|
+ "symfony/http-foundation": "^2.7 || ^3.0 || ^4.0 || ^5.0",
|
|
|
+ "symfony/psr-http-message-bridge": "^0.3 || ^1.0 || ^2.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "friendsofphp/php-cs-fixer": "^2.15",
|
|
|
+ "mikey179/vfsstream": "^1.6",
|
|
|
+ "mockery/mockery": "^1.2.3",
|
|
|
+ "phpstan/phpstan": "^0.12.0",
|
|
|
+ "phpunit/phpunit": "^7.5"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/Kernel/Support/Helpers.php",
|
|
|
+ "src/Kernel/Helpers.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "EasyWeChat\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "overtrue",
|
|
|
+ "email": "anzhengchao@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "微信SDK",
|
|
|
+ "keywords": [
|
|
|
+ "easywechat",
|
|
|
+ "sdk",
|
|
|
+ "wechat",
|
|
|
+ "weixin",
|
|
|
+ "weixin-sdk"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/w7corp/easywechat/issues",
|
|
|
+ "source": "https://github.com/w7corp/easywechat/tree/4.6.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/overtrue",
|
|
|
+ "type": "github"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "abandoned": "w7corp/easywechat",
|
|
|
+ "time": "2022-08-24T07:30:42+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpoffice/phpspreadsheet",
|
|
|
+ "version": "1.29.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
|
|
|
+ "reference": "3a5a818d7d3e4b5bd2e56fb9de44dbded6eae07f"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/3a5a818d7d3e4b5bd2e56fb9de44dbded6eae07f",
|
|
|
+ "reference": "3a5a818d7d3e4b5bd2e56fb9de44dbded6eae07f",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-ctype": "*",
|
|
|
+ "ext-dom": "*",
|
|
|
+ "ext-fileinfo": "*",
|
|
|
+ "ext-gd": "*",
|
|
|
+ "ext-iconv": "*",
|
|
|
+ "ext-libxml": "*",
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "ext-simplexml": "*",
|
|
|
+ "ext-xml": "*",
|
|
|
+ "ext-xmlreader": "*",
|
|
|
+ "ext-xmlwriter": "*",
|
|
|
+ "ext-zip": "*",
|
|
|
+ "ext-zlib": "*",
|
|
|
+ "ezyang/htmlpurifier": "^4.15",
|
|
|
+ "maennchen/zipstream-php": "^2.1 || ^3.0",
|
|
|
+ "markbaker/complex": "^3.0",
|
|
|
+ "markbaker/matrix": "^3.0",
|
|
|
+ "php": "^7.4 || ^8.0",
|
|
|
+ "psr/http-client": "^1.0",
|
|
|
+ "psr/http-factory": "^1.0",
|
|
|
+ "psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "dealerdirect/phpcodesniffer-composer-installer": "dev-main",
|
|
|
+ "dompdf/dompdf": "^1.0 || ^2.0",
|
|
|
+ "friendsofphp/php-cs-fixer": "^3.2",
|
|
|
+ "mitoteam/jpgraph": "^10.3",
|
|
|
+ "mpdf/mpdf": "^8.1.1",
|
|
|
+ "phpcompatibility/php-compatibility": "^9.3",
|
|
|
+ "phpstan/phpstan": "^1.1",
|
|
|
+ "phpstan/phpstan-phpunit": "^1.0",
|
|
|
+ "phpunit/phpunit": "^8.5 || ^9.0",
|
|
|
+ "squizlabs/php_codesniffer": "^3.7",
|
|
|
+ "tecnickcom/tcpdf": "^6.5"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
|
|
|
+ "ext-intl": "PHP Internationalization Functions",
|
|
|
+ "mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
|
|
|
+ "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
|
|
|
+ "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Maarten Balliauw",
|
|
|
+ "homepage": "https://blog.maartenballiauw.be"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Mark Baker",
|
|
|
+ "homepage": "https://markbakeruk.net"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Franck Lefevre",
|
|
|
+ "homepage": "https://rootslabs.net"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Erik Tilt"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Adrien Crivelli"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
|
|
|
+ "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
|
|
|
+ "keywords": [
|
|
|
+ "OpenXML",
|
|
|
+ "excel",
|
|
|
+ "gnumeric",
|
|
|
+ "ods",
|
|
|
+ "php",
|
|
|
+ "spreadsheet",
|
|
|
+ "xls",
|
|
|
+ "xlsx"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
|
|
|
+ "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.29.2"
|
|
|
+ },
|
|
|
+ "time": "2024-09-29T07:04:47+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "pimple/pimple",
|
|
|
+ "version": "v3.5.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/silexphp/Pimple.git",
|
|
|
+ "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
|
|
|
+ "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "psr/container": "^1.1 || ^2.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "symfony/phpunit-bridge": "^5.4@dev"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.4.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Pimple": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Pimple, a simple Dependency Injection Container",
|
|
|
+ "homepage": "https://pimple.symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "container",
|
|
|
+ "dependency injection"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/silexphp/Pimple/tree/v3.5.0"
|
|
|
+ },
|
|
|
+ "time": "2021-10-28T11:13:42+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": "2.0.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/container.git",
|
|
|
+ "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
|
|
+ "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.4.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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/2.0.2"
|
|
|
+ },
|
|
|
+ "time": "2021-11-05T16:47:00+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/event-dispatcher",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/event-dispatcher.git",
|
|
|
+ "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
|
|
+ "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\EventDispatcher\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Standard interfaces for event handling.",
|
|
|
+ "keywords": [
|
|
|
+ "events",
|
|
|
+ "psr",
|
|
|
+ "psr-14"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/php-fig/event-dispatcher/issues",
|
|
|
+ "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
|
|
|
+ },
|
|
|
+ "time": "2019-01-08T18:20:26+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/cache",
|
|
|
+ "version": "v5.4.42",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/cache.git",
|
|
|
+ "reference": "6f5f750692bd5a212e01a4f1945fd856bceef89e"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/cache/zipball/6f5f750692bd5a212e01a4f1945fd856bceef89e",
|
|
|
+ "reference": "6f5f750692bd5a212e01a4f1945fd856bceef89e",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "psr/cache": "^1.0|^2.0",
|
|
|
+ "psr/log": "^1.1|^2|^3",
|
|
|
+ "symfony/cache-contracts": "^1.1.7|^2",
|
|
|
+ "symfony/deprecation-contracts": "^2.1|^3",
|
|
|
+ "symfony/polyfill-php73": "^1.9",
|
|
|
+ "symfony/polyfill-php80": "^1.16",
|
|
|
+ "symfony/service-contracts": "^1.1|^2|^3",
|
|
|
+ "symfony/var-exporter": "^4.4|^5.0|^6.0"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "doctrine/dbal": "<2.13.1",
|
|
|
+ "symfony/dependency-injection": "<4.4",
|
|
|
+ "symfony/http-kernel": "<4.4",
|
|
|
+ "symfony/var-dumper": "<4.4"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/cache-implementation": "1.0|2.0",
|
|
|
+ "psr/simple-cache-implementation": "1.0|2.0",
|
|
|
+ "symfony/cache-implementation": "1.0|2.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "cache/integration-tests": "dev-master",
|
|
|
+ "doctrine/cache": "^1.6|^2.0",
|
|
|
+ "doctrine/dbal": "^2.13.1|^3|^4",
|
|
|
+ "predis/predis": "^1.1|^2.0",
|
|
|
+ "psr/simple-cache": "^1.0|^2.0",
|
|
|
+ "symfony/config": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/filesystem": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/http-kernel": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/messenger": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/var-dumper": "^4.4|^5.0|^6.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\Cache\\": ""
|
|
|
+ },
|
|
|
+ "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 extended PSR-6, PSR-16 (and tags) implementations",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "caching",
|
|
|
+ "psr6"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/cache/tree/v5.4.42"
|
|
|
+ },
|
|
|
+ "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-07-10T06:02:18+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/cache-contracts",
|
|
|
+ "version": "v2.5.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/cache-contracts.git",
|
|
|
+ "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
|
|
|
+ "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "psr/cache": "^1.0|^2.0|^3.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/cache-implementation": ""
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "2.5-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/contracts",
|
|
|
+ "url": "https://github.com/symfony/contracts"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Contracts\\Cache\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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": "Generic abstractions related to caching",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "abstractions",
|
|
|
+ "contracts",
|
|
|
+ "decoupling",
|
|
|
+ "interfaces",
|
|
|
+ "interoperability",
|
|
|
+ "standards"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/cache-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": "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": "symfony/event-dispatcher",
|
|
|
+ "version": "v5.4.40",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/event-dispatcher.git",
|
|
|
+ "reference": "a54e2a8a114065f31020d6a89ede83e34c3b27a4"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a54e2a8a114065f31020d6a89ede83e34c3b27a4",
|
|
|
+ "reference": "a54e2a8a114065f31020d6a89ede83e34c3b27a4",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "symfony/deprecation-contracts": "^2.1|^3",
|
|
|
+ "symfony/event-dispatcher-contracts": "^2|^3",
|
|
|
+ "symfony/polyfill-php80": "^1.16"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "symfony/dependency-injection": "<4.4"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/event-dispatcher-implementation": "1.0",
|
|
|
+ "symfony/event-dispatcher-implementation": "2.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "psr/log": "^1|^2|^3",
|
|
|
+ "symfony/config": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/error-handler": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/http-foundation": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/service-contracts": "^1.1|^2|^3",
|
|
|
+ "symfony/stopwatch": "^4.4|^5.0|^6.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/dependency-injection": "",
|
|
|
+ "symfony/http-kernel": ""
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\EventDispatcher\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.40"
|
|
|
+ },
|
|
|
+ "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-05-31T14:33:22+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/event-dispatcher-contracts",
|
|
|
+ "version": "v2.5.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
|
|
+ "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f98b54df6ad059855739db6fcbc2d36995283fe1",
|
|
|
+ "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "psr/event-dispatcher": "^1"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/event-dispatcher-implementation": ""
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "2.5-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/contracts",
|
|
|
+ "url": "https://github.com/symfony/contracts"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Contracts\\EventDispatcher\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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": "Generic abstractions related to dispatching event",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "abstractions",
|
|
|
+ "contracts",
|
|
|
+ "decoupling",
|
|
|
+ "interfaces",
|
|
|
+ "interoperability",
|
|
|
+ "standards"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/event-dispatcher-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": "symfony/finder",
|
|
|
+ "version": "v5.4.42",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/finder.git",
|
|
|
+ "reference": "0724c51fa067b198e36506d2864e09a52180998a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/finder/zipball/0724c51fa067b198e36506d2864e09a52180998a",
|
|
|
+ "reference": "0724c51fa067b198e36506d2864e09a52180998a",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "symfony/deprecation-contracts": "^2.1|^3",
|
|
|
+ "symfony/polyfill-php80": "^1.16"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\Finder\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Finds files and directories via an intuitive fluent interface",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/finder/tree/v5.4.42"
|
|
|
+ },
|
|
|
+ "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-07-22T08:53:29+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/http-foundation",
|
|
|
+ "version": "v5.4.44",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/http-foundation.git",
|
|
|
+ "reference": "ae0d217e5932aa0b70ddb4cf7822cc76d48aee53"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/ae0d217e5932aa0b70ddb4cf7822cc76d48aee53",
|
|
|
+ "reference": "ae0d217e5932aa0b70ddb4cf7822cc76d48aee53",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "symfony/deprecation-contracts": "^2.1|^3",
|
|
|
+ "symfony/polyfill-mbstring": "~1.1",
|
|
|
+ "symfony/polyfill-php80": "^1.16"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "predis/predis": "^1.0|^2.0",
|
|
|
+ "symfony/cache": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/dependency-injection": "^5.4|^6.0",
|
|
|
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
|
|
|
+ "symfony/mime": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/rate-limiter": "^5.2|^6.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/mime": "To use the file extension guesser"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\HttpFoundation\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Defines an object-oriented layer for the HTTP specification",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/http-foundation/tree/v5.4.44"
|
|
|
+ },
|
|
|
+ "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-09-15T07:55:06+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-mbstring",
|
|
|
+ "version": "v1.29.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
|
+ "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
|
|
|
+ "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
|
|
|
+ "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": {
|
|
|
+ "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.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-php73",
|
|
|
+ "version": "v1.31.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-php73.git",
|
|
|
+ "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f68c03565dcaaf25a890667542e8bd75fe7e5bb",
|
|
|
+ "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Php73\\": ""
|
|
|
+ },
|
|
|
+ "classmap": [
|
|
|
+ "Resources/stubs"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "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.3+ features to lower PHP versions",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "polyfill",
|
|
|
+ "portable",
|
|
|
+ "shim"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/polyfill-php73/tree/v1.31.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-09-09T11:45:10+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-php80",
|
|
|
+ "version": "v1.31.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-php80.git",
|
|
|
+ "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
|
|
|
+ "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2"
|
|
|
+ },
|
|
|
+ "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.31.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-09-09T11:45:10+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/psr-http-message-bridge",
|
|
|
+ "version": "v2.3.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/psr-http-message-bridge.git",
|
|
|
+ "reference": "581ca6067eb62640de5ff08ee1ba6850a0ee472e"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/581ca6067eb62640de5ff08ee1ba6850a0ee472e",
|
|
|
+ "reference": "581ca6067eb62640de5ff08ee1ba6850a0ee472e",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "psr/http-message": "^1.0 || ^2.0",
|
|
|
+ "symfony/deprecation-contracts": "^2.5 || ^3.0",
|
|
|
+ "symfony/http-foundation": "^5.4 || ^6.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "nyholm/psr7": "^1.1",
|
|
|
+ "psr/log": "^1.1 || ^2 || ^3",
|
|
|
+ "symfony/browser-kit": "^5.4 || ^6.0",
|
|
|
+ "symfony/config": "^5.4 || ^6.0",
|
|
|
+ "symfony/event-dispatcher": "^5.4 || ^6.0",
|
|
|
+ "symfony/framework-bundle": "^5.4 || ^6.0",
|
|
|
+ "symfony/http-kernel": "^5.4 || ^6.0",
|
|
|
+ "symfony/phpunit-bridge": "^6.2"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
|
|
|
+ },
|
|
|
+ "type": "symfony-bridge",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "2.3-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Bridge\\PsrHttpMessage\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "http://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PSR HTTP message bridge",
|
|
|
+ "homepage": "http://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "http",
|
|
|
+ "http-message",
|
|
|
+ "psr-17",
|
|
|
+ "psr-7"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/symfony/psr-http-message-bridge/issues",
|
|
|
+ "source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.3.1"
|
|
|
+ },
|
|
|
+ "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-26T11:53:26+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/service-contracts",
|
|
|
+ "version": "v1.1.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/service-contracts.git",
|
|
|
+ "reference": "191afdcb5804db960d26d8566b7e9a2843cab3a0"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/191afdcb5804db960d26d8566b7e9a2843cab3a0",
|
|
|
+ "reference": "191afdcb5804db960d26d8566b7e9a2843cab3a0",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.1.3"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "psr/container": "",
|
|
|
+ "symfony/service-implementation": ""
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.1-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Contracts\\Service\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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": "Generic abstractions related to writing services",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "abstractions",
|
|
|
+ "contracts",
|
|
|
+ "decoupling",
|
|
|
+ "interfaces",
|
|
|
+ "interoperability",
|
|
|
+ "standards"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/service-contracts/tree/v1.1.2"
|
|
|
+ },
|
|
|
+ "time": "2019-05-28T07:50:59+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/var-exporter",
|
|
|
+ "version": "v5.4.40",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/var-exporter.git",
|
|
|
+ "reference": "6a13d37336d512927986e09f19a4bed24178baa6"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/var-exporter/zipball/6a13d37336d512927986e09f19a4bed24178baa6",
|
|
|
+ "reference": "6a13d37336d512927986e09f19a4bed24178baa6",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "symfony/polyfill-php80": "^1.16"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "symfony/var-dumper": "^4.4.9|^5.0.9|^6.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\VarExporter\\": ""
|
|
|
+ },
|
|
|
+ "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": "Allows exporting any serializable PHP data structure to plain PHP code",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "clone",
|
|
|
+ "construct",
|
|
|
+ "export",
|
|
|
+ "hydrate",
|
|
|
+ "instantiate",
|
|
|
+ "serialize"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/var-exporter/tree/v5.4.40"
|
|
|
+ },
|
|
|
+ "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-05-31T14:33:22+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "topthink/framework",
|
|
|
+ "version": "dev-master",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://gitee.com/fastadminnet/framework.git",
|
|
|
+ "reference": "c859e712f50362d8ee3a7cd2e495af5494847bef"
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1.0",
|
|
|
+ "topthink/think-installer": "~1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "johnkary/phpunit-speedtrap": "^1.0",
|
|
|
+ "mikey179/vfsstream": "~1.6",
|
|
|
+ "phpdocumentor/reflection-docblock": "^2.0",
|
|
|
+ "phploc/phploc": "2.*",
|
|
|
+ "phpunit/phpunit": "4.8.*",
|
|
|
+ "sebastian/phpcpd": "2.*"
|
|
|
+ },
|
|
|
+ "default-branch": true,
|
|
|
+ "type": "think-framework",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "think\\": "library/think"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "liu21st",
|
|
|
+ "email": "liu21st@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "the new thinkphp framework",
|
|
|
+ "homepage": "http://thinkphp.cn/",
|
|
|
+ "keywords": [
|
|
|
+ "ORM",
|
|
|
+ "framework",
|
|
|
+ "thinkphp"
|
|
|
+ ],
|
|
|
+ "time": "2024-06-25T09:03:56+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "topthink/think-captcha",
|
|
|
+ "version": "v1.0.9",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://gitee.com/fastadminnet/think-captcha.git",
|
|
|
+ "reference": "9be9dd7e61c7fa3c478c4b92910d7230b94d0d23"
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "topthink/framework": "~5.0.0 || dev-master",
|
|
|
+ "topthink/think-installer": ">=1.0.10"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "think\\captcha\\": "src/"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "src/helper.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "yunwuxin",
|
|
|
+ "email": "448901948@qq.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "captcha package for thinkphp5",
|
|
|
+ "time": "2023-07-16T09:41:14+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "topthink/think-helper",
|
|
|
+ "version": "v1.0.7",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/top-think/think-helper.git",
|
|
|
+ "reference": "5f92178606c8ce131d36b37a57c58eb71e55f019"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/top-think/think-helper/zipball/5f92178606c8ce131d36b37a57c58eb71e55f019",
|
|
|
+ "reference": "5f92178606c8ce131d36b37a57c58eb71e55f019",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/helper.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "think\\helper\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "yunwuxin",
|
|
|
+ "email": "448901948@qq.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The ThinkPHP5 Helper Package",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/top-think/think-helper/issues",
|
|
|
+ "source": "https://github.com/top-think/think-helper/tree/master"
|
|
|
+ },
|
|
|
+ "time": "2018-10-05T00:43:21+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "topthink/think-installer",
|
|
|
+ "version": "v1.0.14",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/top-think/think-installer.git",
|
|
|
+ "reference": "eae1740ac264a55c06134b6685dfb9f837d004d1"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/top-think/think-installer/zipball/eae1740ac264a55c06134b6685dfb9f837d004d1",
|
|
|
+ "reference": "eae1740ac264a55c06134b6685dfb9f837d004d1",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "composer-plugin-api": "^1.0||^2.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "composer/composer": "^1.0||^2.0"
|
|
|
+ },
|
|
|
+ "type": "composer-plugin",
|
|
|
+ "extra": {
|
|
|
+ "class": "think\\composer\\Plugin"
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "think\\composer\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "yunwuxin",
|
|
|
+ "email": "448901948@qq.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/top-think/think-installer/issues",
|
|
|
+ "source": "https://github.com/top-think/think-installer/tree/v1.0.14"
|
|
|
+ },
|
|
|
+ "time": "2021-03-25T08:34:02+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "topthink/think-queue",
|
|
|
+ "version": "v1.1.6",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/top-think/think-queue.git",
|
|
|
+ "reference": "250650eb0e8ea5af4cfdc7ae46f3f4e0a24ac245"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/top-think/think-queue/zipball/250650eb0e8ea5af4cfdc7ae46f3f4e0a24ac245",
|
|
|
+ "reference": "250650eb0e8ea5af4cfdc7ae46f3f4e0a24ac245",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "topthink/think-helper": ">=1.0.4",
|
|
|
+ "topthink/think-installer": ">=1.0.10"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "topthink/framework": "~5.0.0"
|
|
|
+ },
|
|
|
+ "type": "think-extend",
|
|
|
+ "extra": {
|
|
|
+ "think-config": {
|
|
|
+ "queue": "src/config.php"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/common.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "think\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "yunwuxin",
|
|
|
+ "email": "448901948@qq.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The ThinkPHP5 Queue Package",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/top-think/think-queue/issues",
|
|
|
+ "source": "https://github.com/top-think/think-queue/tree/master"
|
|
|
+ },
|
|
|
+ "time": "2018-10-15T10:16:55+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "txthinking/mailer",
|
|
|
+ "version": "v2.0.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/txthinking/Mailer.git",
|
|
|
+ "reference": "09013cf9dad3aac195f66ae5309e8c3343c018e9"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/txthinking/Mailer/zipball/09013cf9dad3aac195f66ae5309e8c3343c018e9",
|
|
|
+ "reference": "09013cf9dad3aac195f66ae5309e8c3343c018e9",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.2",
|
|
|
+ "psr/log": "~1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "monolog/monolog": "~1.13",
|
|
|
+ "phpunit/phpunit": "~4.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Tx\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Cloud",
|
|
|
+ "email": "cloud@txthinking.com",
|
|
|
+ "homepage": "http://www.txthinking.com",
|
|
|
+ "role": "Thinker"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Matt Sowers",
|
|
|
+ "email": "msowers@erblearn.org"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A very lightweight PHP SMTP mail sender",
|
|
|
+ "homepage": "http://github.com/txthinking/Mailer",
|
|
|
+ "keywords": [
|
|
|
+ "mail",
|
|
|
+ "smtp"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/txthinking/Mailer/issues",
|
|
|
+ "source": "https://github.com/txthinking/Mailer/tree/master"
|
|
|
+ },
|
|
|
+ "time": "2018-10-09T10:47:23+00:00"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "packages-dev": [],
|
|
|
+ "aliases": [],
|
|
|
+ "minimum-stability": "stable",
|
|
|
+ "stability-flags": {
|
|
|
+ "topthink/framework": 20
|
|
|
+ },
|
|
|
+ "prefer-stable": false,
|
|
|
+ "prefer-lowest": false,
|
|
|
+ "platform": {
|
|
|
+ "php": ">=7.2.0",
|
|
|
+ "ext-json": "*",
|
|
|
+ "ext-curl": "*",
|
|
|
+ "ext-pdo": "*",
|
|
|
+ "ext-bcmath": "*"
|
|
|
+ },
|
|
|
+ "platform-dev": [],
|
|
|
+ "plugin-api-version": "2.1.0"
|
|
|
+}
|