审查视图

vendor/composer/installed.json 77.3 KB
王智 authored
1 2
[
    {
王智 authored
3 4 5
        "name": "doctrine/cache",
        "version": "v1.4.4",
        "version_normalized": "1.4.4.0",
王智 authored
6 7
        "source": {
            "type": "git",
王智 authored
8 9
            "url": "https://github.com/doctrine/cache.git",
            "reference": "6433826dd02c9e5be8a127320dc13e7e6625d020"
王智 authored
10 11 12
        },
        "dist": {
            "type": "zip",
王智 authored
13 14
            "url": "https://api.github.com/repos/doctrine/cache/zipball/6433826dd02c9e5be8a127320dc13e7e6625d020",
            "reference": "6433826dd02c9e5be8a127320dc13e7e6625d020",
王智 authored
15 16 17 18 19 20 21 22 23
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
24 25 26 27
            "php": ">=5.3.2"
        },
        "conflict": {
            "doctrine/common": ">2.2,<2.4"
王智 authored
28 29
        },
        "require-dev": {
王智 authored
30 31 32
            "phpunit/phpunit": ">=3.7",
            "predis/predis": "~1.0",
            "satooshi/php-coveralls": "~0.6"
王智 authored
33
        },
王智 authored
34 35
        "time": "2015-11-02T18:33:51+00:00",
        "type": "library",
王智 authored
36
        "extra": {
王智 authored
37 38 39
            "branch-alias": {
                "dev-master": "1.5.x-dev"
            }
王智 authored
40 41 42
        },
        "installation-source": "dist",
        "autoload": {
王智 authored
43 44
            "psr-0": {
                "Doctrine\\Common\\Cache\\": "lib/"
王智 authored
45 46 47 48 49 50 51 52
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
王智 authored
71 72
            }
        ],
王智 authored
73 74 75 76 77 78
        "description": "Caching library offering an object-oriented API for many cache backends",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "cache",
            "caching"
        ]
王智 authored
79 80
    },
    {
王智 authored
81 82 83
        "name": "guzzlehttp/guzzle",
        "version": "6.5.5",
        "version_normalized": "6.5.5.0",
王智 authored
84 85
        "source": {
            "type": "git",
王智 authored
86 87
            "url": "https://github.com/guzzle/guzzle.git",
            "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
王智 authored
88 89 90
        },
        "dist": {
            "type": "zip",
王智 authored
91 92
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
            "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
王智 authored
93 94 95 96 97 98 99 100 101
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
102 103 104 105 106
            "ext-json": "*",
            "guzzlehttp/promises": "^1.0",
            "guzzlehttp/psr7": "^1.6.1",
            "php": ">=5.5",
            "symfony/polyfill-intl-idn": "^1.17.0"
王智 authored
107 108
        },
        "require-dev": {
王智 authored
109 110 111
            "ext-curl": "*",
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
            "psr/log": "^1.1"
王智 authored
112
        },
王智 authored
113 114 115 116 117
        "suggest": {
            "psr/log": "Required for using the Log middleware"
        },
        "time": "2020-06-16T21:01:06+00:00",
        "type": "library",
王智 authored
118
        "extra": {
王智 authored
119 120 121
            "branch-alias": {
                "dev-master": "6.5-dev"
            }
王智 authored
122 123 124 125
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
126 127 128 129 130
                "GuzzleHttp\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
王智 authored
131 132 133
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
王智 authored
134
            "MIT"
王智 authored
135 136 137
        ],
        "authors": [
            {
王智 authored
138 139 140
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
王智 authored
141
            }
王智 authored
142 143 144 145 146 147 148 149 150 151 152
        ],
        "description": "Guzzle is a PHP HTTP client library",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "rest",
            "web service"
王智 authored
153 154 155
        ]
    },
    {
王智 authored
156 157 158
        "name": "guzzlehttp/promises",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
王智 authored
159 160
        "source": {
            "type": "git",
王智 authored
161 162
            "url": "https://github.com/guzzle/promises.git",
            "reference": "60d379c243457e073cff02bc323a2a86cb355631"
王智 authored
163 164 165
        },
        "dist": {
            "type": "zip",
王智 authored
166 167
            "url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631",
            "reference": "60d379c243457e073cff02bc323a2a86cb355631",
王智 authored
168 169 170 171 172 173 174 175 176
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
177
            "php": ">=5.5"
王智 authored
178
        },
王智 authored
179 180
        "require-dev": {
            "symfony/phpunit-bridge": "^4.4 || ^5.1"
王智 authored
181
        },
王智 authored
182
        "time": "2020-09-30T07:37:28+00:00",
王智 authored
183 184 185
        "type": "library",
        "extra": {
            "branch-alias": {
王智 authored
186
                "dev-master": "1.4-dev"
王智 authored
187 188 189 190 191
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
192
                "GuzzleHttp\\Promise\\": "src/"
王智 authored
193 194
            },
            "files": [
王智 authored
195
                "src/functions_include.php"
王智 authored
196 197 198 199 200 201 202 203
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
204 205 206
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
王智 authored
207 208
            }
        ],
王智 authored
209
        "description": "Guzzle promises library",
王智 authored
210
        "keywords": [
王智 authored
211
            "promise"
王智 authored
212 213 214
        ]
    },
    {
王智 authored
215 216 217
        "name": "guzzlehttp/psr7",
        "version": "1.7.0",
        "version_normalized": "1.7.0.0",
王智 authored
218 219
        "source": {
            "type": "git",
王智 authored
220 221
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3"
王智 authored
222 223 224
        },
        "dist": {
            "type": "zip",
王智 authored
225 226
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3",
            "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3",
王智 authored
227 228 229 230 231 232 233 234 235
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
236 237 238 239 240 241
            "php": ">=5.4.0",
            "psr/http-message": "~1.0",
            "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
王智 authored
242
        },
王智 authored
243 244 245 246 247 248 249 250
        "require-dev": {
            "ext-zlib": "*",
            "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
        },
        "suggest": {
            "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
        },
        "time": "2020-09-30T07:37:11+00:00",
王智 authored
251 252 253
        "type": "library",
        "extra": {
            "branch-alias": {
王智 authored
254
                "dev-master": "1.7-dev"
王智 authored
255 256 257 258 259
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
260
                "GuzzleHttp\\Psr7\\": "src/"
王智 authored
261 262
            },
            "files": [
王智 authored
263
                "src/functions_include.php"
王智 authored
264 265 266 267 268 269 270 271
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
272 273 274
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
王智 authored
275 276
            },
            {
王智 authored
277 278
                "name": "Tobias Schultze",
                "homepage": "https://github.com/Tobion"
王智 authored
279 280
            }
        ],
王智 authored
281
        "description": "PSR-7 message implementation that also provides common utility methods",
王智 authored
282
        "keywords": [
王智 authored
283 284 285 286 287 288 289 290
            "http",
            "message",
            "psr-7",
            "request",
            "response",
            "stream",
            "uri",
            "url"
王智 authored
291 292 293
        ]
    },
    {
王智 authored
294 295 296
        "name": "karsonzhang/fastadmin-addons",
        "version": "1.2.6",
        "version_normalized": "1.2.6.0",
王智 authored
297 298
        "source": {
            "type": "git",
王智 authored
299 300
            "url": "https://github.com/karsonzhang/fastadmin-addons.git",
            "reference": "e9e67ce22f63207b869eda709d9828e6d5a2b5cc"
王智 authored
301 302 303
        },
        "dist": {
            "type": "zip",
王智 authored
304 305
            "url": "https://api.github.com/repos/karsonzhang/fastadmin-addons/zipball/e9e67ce22f63207b869eda709d9828e6d5a2b5cc",
            "reference": "e9e67ce22f63207b869eda709d9828e6d5a2b5cc",
王智 authored
306 307 308 309 310 311 312 313 314
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
315 316 317
            "nelexa/zip": "^3.3",
            "php": ">=7.0.0",
            "symfony/var-exporter": "^4.4.13"
王智 authored
318
        },
王智 authored
319
        "time": "2020-10-08T14:30:35+00:00",
王智 authored
320
        "type": "library",
王智 authored
321 322 323 324 325
        "extra": {
            "think-config": {
                "addons": "src/config.php"
            }
        },
王智 authored
326
        "installation-source": "dist",
王智 authored
327 328 329 330 331 332 333 334
        "autoload": {
            "psr-4": {
                "think\\": "src/"
            },
            "files": [
                "src/common.php"
            ]
        },
王智 authored
335 336
        "notification-url": "https://packagist.org/downloads/",
        "license": [
王智 authored
337
            "Apache-2.0"
王智 authored
338 339 340
        ],
        "authors": [
            {
王智 authored
341 342 343 344 345 346
                "name": "Karson",
                "email": "karson@fastadmin.net"
            },
            {
                "name": "xiaobo.sun",
                "email": "xiaobo.sun@qq.com"
王智 authored
347 348
            }
        ],
王智 authored
349 350
        "description": "addons package for fastadmin",
        "homepage": "https://github.com/karsonzhang/fastadmin-addons"
王智 authored
351 352
    },
    {
王智 authored
353 354 355
        "name": "markbaker/complex",
        "version": "1.5.0",
        "version_normalized": "1.5.0.0",
王智 authored
356 357
        "source": {
            "type": "git",
王智 authored
358 359
            "url": "https://github.com/MarkBaker/PHPComplex.git",
            "reference": "c3131244e29c08d44fefb49e0dd35021e9e39dd2"
王智 authored
360 361 362
        },
        "dist": {
            "type": "zip",
王智 authored
363 364
            "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/c3131244e29c08d44fefb49e0dd35021e9e39dd2",
            "reference": "c3131244e29c08d44fefb49e0dd35021e9e39dd2",
王智 authored
365 366 367 368 369 370 371 372 373
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
374
            "php": "^5.6.0|^7.0"
王智 authored
375
        },
王智 authored
376 377 378 379 380 381 382 383 384
        "require-dev": {
            "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
            "phpcompatibility/php-compatibility": "^9.0",
            "phpdocumentor/phpdocumentor": "2.*",
            "phploc/phploc": "^4.0|^5.0|^6.0|^7.0",
            "phpmd/phpmd": "2.*",
            "phpunit/phpunit": "^4.8.35|^5.0|^6.0|^7.0",
            "sebastian/phpcpd": "2.*",
            "squizlabs/php_codesniffer": "^3.4.0"
王智 authored
385
        },
王智 authored
386 387
        "time": "2020-08-26T19:47:57+00:00",
        "type": "library",
王智 authored
388 389 390
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
391
                "Complex\\": "classes/src/"
王智 authored
392 393
            },
            "files": [
王智 authored
394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435
                "classes/src/functions/abs.php",
                "classes/src/functions/acos.php",
                "classes/src/functions/acosh.php",
                "classes/src/functions/acot.php",
                "classes/src/functions/acoth.php",
                "classes/src/functions/acsc.php",
                "classes/src/functions/acsch.php",
                "classes/src/functions/argument.php",
                "classes/src/functions/asec.php",
                "classes/src/functions/asech.php",
                "classes/src/functions/asin.php",
                "classes/src/functions/asinh.php",
                "classes/src/functions/atan.php",
                "classes/src/functions/atanh.php",
                "classes/src/functions/conjugate.php",
                "classes/src/functions/cos.php",
                "classes/src/functions/cosh.php",
                "classes/src/functions/cot.php",
                "classes/src/functions/coth.php",
                "classes/src/functions/csc.php",
                "classes/src/functions/csch.php",
                "classes/src/functions/exp.php",
                "classes/src/functions/inverse.php",
                "classes/src/functions/ln.php",
                "classes/src/functions/log2.php",
                "classes/src/functions/log10.php",
                "classes/src/functions/negative.php",
                "classes/src/functions/pow.php",
                "classes/src/functions/rho.php",
                "classes/src/functions/sec.php",
                "classes/src/functions/sech.php",
                "classes/src/functions/sin.php",
                "classes/src/functions/sinh.php",
                "classes/src/functions/sqrt.php",
                "classes/src/functions/tan.php",
                "classes/src/functions/tanh.php",
                "classes/src/functions/theta.php",
                "classes/src/operations/add.php",
                "classes/src/operations/subtract.php",
                "classes/src/operations/multiply.php",
                "classes/src/operations/divideby.php",
                "classes/src/operations/divideinto.php"
王智 authored
436 437 438 439 440 441 442 443
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
444 445
                "name": "Mark Baker",
                "email": "mark@lange.demon.co.uk"
王智 authored
446 447
            }
        ],
王智 authored
448 449
        "description": "PHP Class for working with complex numbers",
        "homepage": "https://github.com/MarkBaker/PHPComplex",
王智 authored
450
        "keywords": [
王智 authored
451 452
            "complex",
            "mathematics"
王智 authored
453 454 455
        ]
    },
    {
王智 authored
456 457 458
        "name": "markbaker/matrix",
        "version": "1.2.1",
        "version_normalized": "1.2.1.0",
王智 authored
459 460
        "source": {
            "type": "git",
王智 authored
461 462
            "url": "https://github.com/MarkBaker/PHPMatrix.git",
            "reference": "182d44c3b2e3b063468f7481ae3ef71c69dc1409"
王智 authored
463 464 465
        },
        "dist": {
            "type": "zip",
王智 authored
466 467
            "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/182d44c3b2e3b063468f7481ae3ef71c69dc1409",
            "reference": "182d44c3b2e3b063468f7481ae3ef71c69dc1409",
王智 authored
468 469 470 471 472 473 474 475 476
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
477
            "php": "^5.6.0|^7.0.0"
王智 authored
478
        },
王智 authored
479 480 481 482 483 484 485 486
        "require-dev": {
            "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
            "phpcompatibility/php-compatibility": "dev-master",
            "phploc/phploc": "^4",
            "phpmd/phpmd": "dev-master",
            "phpunit/phpunit": "^5.7|^6.0|7.0",
            "sebastian/phpcpd": "^3.0",
            "squizlabs/php_codesniffer": "^3.0@dev"
王智 authored
487
        },
王智 authored
488
        "time": "2020-08-28T19:41:55+00:00",
王智 authored
489 490 491 492
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
493
                "Matrix\\": "classes/src/"
王智 authored
494 495
            },
            "files": [
王智 authored
496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511
                "classes/src/functions/adjoint.php",
                "classes/src/functions/antidiagonal.php",
                "classes/src/functions/cofactors.php",
                "classes/src/functions/determinant.php",
                "classes/src/functions/diagonal.php",
                "classes/src/functions/identity.php",
                "classes/src/functions/inverse.php",
                "classes/src/functions/minors.php",
                "classes/src/functions/trace.php",
                "classes/src/functions/transpose.php",
                "classes/src/operations/add.php",
                "classes/src/operations/directsum.php",
                "classes/src/operations/subtract.php",
                "classes/src/operations/multiply.php",
                "classes/src/operations/divideby.php",
                "classes/src/operations/divideinto.php"
王智 authored
512 513 514 515 516 517 518 519
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
520 521
                "name": "Mark Baker",
                "email": "mark@lange.demon.co.uk"
王智 authored
522 523
            }
        ],
王智 authored
524 525
        "description": "PHP Class for working with matrices",
        "homepage": "https://github.com/MarkBaker/PHPMatrix",
王智 authored
526
        "keywords": [
王智 authored
527 528 529
            "mathematics",
            "matrix",
            "vector"
王智 authored
530 531 532
        ]
    },
    {
王智 authored
533
        "name": "monolog/monolog",
王智 authored
534 535
        "version": "1.22.0",
        "version_normalized": "1.22.0.0",
王智 authored
536 537
        "source": {
            "type": "git",
王智 authored
538
            "url": "https://github.com/Seldaek/monolog.git",
王智 authored
539
            "reference": "bad29cb8d18ab0315e6c477751418a82c850d558"
王智 authored
540 541 542
        },
        "dist": {
            "type": "zip",
王智 authored
543 544
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558",
            "reference": "bad29cb8d18ab0315e6c477751418a82c850d558",
王智 authored
545 546 547 548 549 550 551 552 553
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
554 555 556 557 558 559 560 561 562 563
            "php": ">=5.3.0",
            "psr/log": "~1.0"
        },
        "provide": {
            "psr/log-implementation": "1.0.0"
        },
        "require-dev": {
            "aws/aws-sdk-php": "^2.4.9 || ^3.0",
            "doctrine/couchdb": "~1.0@dev",
            "graylog2/gelf-php": "~1.0",
王智 authored
564
            "jakub-onderka/php-parallel-lint": "0.9",
王智 authored
565 566 567
            "php-amqplib/php-amqplib": "~2.4",
            "php-console/php-console": "^3.1.3",
            "phpunit/phpunit": "~4.5",
王智 authored
568
            "phpunit/phpunit-mock-objects": "2.3.0",
王智 authored
569 570
            "ruflin/elastica": ">=0.90 <3.0",
            "sentry/sentry": "^0.13",
王智 authored
571
            "swiftmailer/swiftmailer": "~5.3"
王智 authored
572 573
        },
        "suggest": {
王智 authored
574 575 576 577 578 579 580 581 582 583 584
            "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
            "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
            "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
            "ext-mongo": "Allow sending log messages to a MongoDB server",
            "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
            "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
            "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
            "php-console/php-console": "Allow sending log messages to Google Chrome",
            "rollbar/rollbar": "Allow sending log messages to Rollbar",
            "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
            "sentry/sentry": "Allow sending log messages to a Sentry server"
王智 authored
585
        },
王智 authored
586
        "time": "2016-11-26T00:15:39+00:00",
王智 authored
587 588 589
        "type": "library",
        "extra": {
            "branch-alias": {
王智 authored
590
                "dev-master": "2.0.x-dev"
王智 authored
591 592 593 594 595
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
596 597
                "Monolog\\": "src/Monolog"
            }
王智 authored
598 599 600 601 602 603 604
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
605 606 607 608 609 610 611 612 613 614 615
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be"
            }
        ],
        "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
        "homepage": "http://github.com/Seldaek/monolog",
        "keywords": [
            "log",
            "logging",
            "psr-3"
王智 authored
616 617 618
        ]
    },
    {
王智 authored
619 620 621
        "name": "nelexa/zip",
        "version": "3.3.3",
        "version_normalized": "3.3.3.0",
王智 authored
622 623
        "source": {
            "type": "git",
王智 authored
624 625
            "url": "https://github.com/Ne-Lexa/php-zip.git",
            "reference": "501b52f6fc393a599b44ff348a42740e1eaac7c6"
王智 authored
626 627 628
        },
        "dist": {
            "type": "zip",
王智 authored
629 630
            "url": "https://api.github.com/repos/Ne-Lexa/php-zip/zipball/501b52f6fc393a599b44ff348a42740e1eaac7c6",
            "reference": "501b52f6fc393a599b44ff348a42740e1eaac7c6",
王智 authored
631 632 633 634 635 636 637 638 639
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
640 641 642 643 644
            "ext-zlib": "*",
            "paragonie/random_compat": "*",
            "php": "^5.5.9 || ^7.0",
            "psr/http-message": "^1.0",
            "symfony/finder": "^3.0|^4.0|^5.0"
王智 authored
645 646
        },
        "require-dev": {
王智 authored
647 648 649 650 651 652 653
            "ext-bz2": "*",
            "ext-fileinfo": "*",
            "ext-openssl": "*",
            "ext-xml": "*",
            "guzzlehttp/psr7": "^1.6",
            "phpunit/phpunit": "^4.8|^5.7",
            "symfony/var-dumper": "^3.0|^4.0|^5.0"
王智 authored
654
        },
王智 authored
655 656 657 658 659
        "suggest": {
            "ext-bz2": "Needed to support BZIP2 compression",
            "ext-fileinfo": "Needed to get mime-type file",
            "ext-mcrypt": "Needed to support encrypt zip entries or use ext-openssl",
            "ext-openssl": "Needed to support encrypt zip entries or use ext-mcrypt"
王智 authored
660
        },
王智 authored
661 662
        "time": "2020-07-11T21:01:42+00:00",
        "type": "library",
王智 authored
663 664 665
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
666 667 668
                "PhpZip\\": "src/"
            }
        },
王智 authored
669 670 671 672 673 674
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
675 676 677
                "name": "Ne-Lexa",
                "email": "alexey@nelexa.ru",
                "role": "Developer"
王智 authored
678 679
            }
        ],
王智 authored
680 681
        "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, ZipAlign tool, 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",
王智 authored
682
        "keywords": [
王智 authored
683 684 685 686 687 688 689
            "archive",
            "extract",
            "unzip",
            "winzip",
            "zip",
            "zipalign",
            "ziparchive"
王智 authored
690 691 692
        ]
    },
    {
王智 authored
693 694 695
        "name": "overtrue/pinyin",
        "version": "3.0.6",
        "version_normalized": "3.0.6.0",
王智 authored
696 697
        "source": {
            "type": "git",
王智 authored
698 699
            "url": "https://github.com/overtrue/pinyin.git",
            "reference": "3b781d267197b74752daa32814d3a2cf5d140779"
王智 authored
700 701 702
        },
        "dist": {
            "type": "zip",
王智 authored
703 704
            "url": "https://api.github.com/repos/overtrue/pinyin/zipball/3b781d267197b74752daa32814d3a2cf5d140779",
            "reference": "3b781d267197b74752daa32814d3a2cf5d140779",
王智 authored
705 706 707 708 709 710 711 712 713
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
714
            "php": ">=5.3"
王智 authored
715 716
        },
        "require-dev": {
王智 authored
717
            "phpunit/phpunit": "~4.8"
王智 authored
718
        },
王智 authored
719
        "time": "2017-07-10T07:20:01+00:00",
王智 authored
720 721 722 723
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
724 725
                "Overtrue\\Pinyin\\": "src/"
            }
王智 authored
726 727 728 729 730 731 732
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
733 734
                "name": "Carlos",
                "homepage": "http://github.com/overtrue"
王智 authored
735 736
            }
        ],
王智 authored
737 738 739 740 741 742 743
        "description": "Chinese to pinyin translator.",
        "homepage": "https://github.com/overtrue/pinyin",
        "keywords": [
            "Chinese",
            "Pinyin",
            "cn2pinyin"
        ]
王智 authored
744 745
    },
    {
王智 authored
746 747 748
        "name": "overtrue/socialite",
        "version": "1.3.0",
        "version_normalized": "1.3.0.0",
王智 authored
749 750
        "source": {
            "type": "git",
王智 authored
751 752
            "url": "https://github.com/overtrue/socialite.git",
            "reference": "fda55f0acef43a144799b1957a8f93d9f5deffce"
王智 authored
753 754 755
        },
        "dist": {
            "type": "zip",
王智 authored
756 757
            "url": "https://api.github.com/repos/overtrue/socialite/zipball/fda55f0acef43a144799b1957a8f93d9f5deffce",
            "reference": "fda55f0acef43a144799b1957a8f93d9f5deffce",
王智 authored
758 759 760 761 762 763 764 765 766
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
767 768 769
            "guzzlehttp/guzzle": "~5.0|~6.0",
            "php": ">=5.4.0",
            "symfony/http-foundation": "~2.6|~2.7|~2.8|~3.0"
王智 authored
770
        },
王智 authored
771 772 773
        "require-dev": {
            "mockery/mockery": "~0.9",
            "phpunit/phpunit": "~4.0"
王智 authored
774
        },
王智 authored
775 776
        "time": "2017-08-04T06:28:22+00:00",
        "type": "library",
王智 authored
777 778 779
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
780
                "Overtrue\\Socialite\\": "src/"
王智 authored
781 782 783 784 785 786 787 788
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
789 790
                "name": "overtrue",
                "email": "anzhengchao@gmail.com"
王智 authored
791 792
            }
        ],
王智 authored
793
        "description": "A collection of OAuth 2 packages that extracts from laravel/socialite.",
王智 authored
794
        "keywords": [
王智 authored
795 796 797 798 799 800
            "login",
            "oauth",
            "qq",
            "social",
            "wechat",
            "weibo"
王智 authored
801 802 803
        ]
    },
    {
王智 authored
804 805 806
        "name": "overtrue/wechat",
        "version": "3.3.33",
        "version_normalized": "3.3.33.0",
王智 authored
807 808
        "source": {
            "type": "git",
王智 authored
809 810
            "url": "https://github.com/overtrue/wechat.git",
            "reference": "78e5476df330754040d1c400d0bca640d5b77cb7"
王智 authored
811 812 813
        },
        "dist": {
            "type": "zip",
王智 authored
814 815
            "url": "https://api.github.com/repos/overtrue/wechat/zipball/78e5476df330754040d1c400d0bca640d5b77cb7",
            "reference": "78e5476df330754040d1c400d0bca640d5b77cb7",
王智 authored
816 817 818 819 820 821 822 823 824
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
825 826 827 828 829 830 831 832 833
            "doctrine/cache": "1.4.*",
            "ext-openssl": "*",
            "guzzlehttp/guzzle": "~6.2",
            "monolog/monolog": "^1.17",
            "overtrue/socialite": "^1.0.25",
            "php": ">=5.5.0",
            "pimple/pimple": "~3.0",
            "symfony/http-foundation": "~2.6|~2.7|~2.8|~3.0",
            "symfony/psr-http-message-bridge": "~0.3|^1.0"
王智 authored
834 835
        },
        "require-dev": {
王智 authored
836 837 838
            "mockery/mockery": "^0.9.9",
            "overtrue/phplint": "dev-master",
            "phpunit/phpunit": "~4.0"
王智 authored
839
        },
王智 authored
840 841
        "time": "2018-10-17T12:27:27+00:00",
        "type": "library",
王智 authored
842 843 844
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
845
                "EasyWeChat\\": "src/"
王智 authored
846
            },
王智 authored
847 848
            "files": [
                "src/Payment/helpers.php"
王智 authored
849 850 851 852 853 854 855 856
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
857 858
                "name": "overtrue",
                "email": "anzhengchao@gmail.com"
王智 authored
859 860
            }
        ],
王智 authored
861
        "description": "微信SDK",
王智 authored
862
        "keywords": [
王智 authored
863 864 865 866
            "sdk",
            "wechat",
            "weixin",
            "weixin-sdk"
王智 authored
867 868 869
        ]
    },
    {
王智 authored
870 871 872
        "name": "paragonie/random_compat",
        "version": "v9.99.100",
        "version_normalized": "9.99.100.0",
王智 authored
873 874
        "source": {
            "type": "git",
王智 authored
875 876
            "url": "https://github.com/paragonie/random_compat.git",
            "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
王智 authored
877 878 879
        },
        "dist": {
            "type": "zip",
王智 authored
880 881
            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
            "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
王智 authored
882 883 884 885 886 887 888 889 890
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
891 892 893 894 895
            "php": ">= 7"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*|5.*",
            "vimeo/psalm": "^1"
王智 authored
896 897
        },
        "suggest": {
王智 authored
898
            "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
王智 authored
899
        },
王智 authored
900
        "time": "2020-10-15T08:29:30+00:00",
王智 authored
901 902 903 904 905 906 907 908
        "type": "library",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
909 910 911
                "name": "Paragon Initiative Enterprises",
                "email": "security@paragonie.com",
                "homepage": "https://paragonie.com"
王智 authored
912 913
            }
        ],
王智 authored
914
        "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
王智 authored
915
        "keywords": [
王智 authored
916 917 918 919
            "csprng",
            "polyfill",
            "pseudorandom",
            "random"
王智 authored
920 921 922
        ]
    },
    {
王智 authored
923 924 925
        "name": "phpmailer/phpmailer",
        "version": "v6.1.7",
        "version_normalized": "6.1.7.0",
王智 authored
926 927
        "source": {
            "type": "git",
王智 authored
928 929
            "url": "https://github.com/PHPMailer/PHPMailer.git",
            "reference": "2c2370ba3df7034f9eb7b8f387c97b52b2ba5ad0"
王智 authored
930 931 932
        },
        "dist": {
            "type": "zip",
王智 authored
933 934
            "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/2c2370ba3df7034f9eb7b8f387c97b52b2ba5ad0",
            "reference": "2c2370ba3df7034f9eb7b8f387c97b52b2ba5ad0",
王智 authored
935 936 937 938 939 940 941 942 943
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
944 945 946
            "ext-ctype": "*",
            "ext-filter": "*",
            "php": ">=5.5.0"
王智 authored
947
        },
王智 authored
948 949 950 951
        "require-dev": {
            "doctrine/annotations": "^1.2",
            "friendsofphp/php-cs-fixer": "^2.2",
            "phpunit/phpunit": "^4.8 || ^5.7"
王智 authored
952
        },
王智 authored
953 954 955 956 957 958 959 960 961 962
        "suggest": {
            "ext-mbstring": "Needed to send email in multibyte encoding charset",
            "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
            "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
            "psr/log": "For optional PSR-3 debug logging",
            "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
            "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
        },
        "time": "2020-07-14T18:50:27+00:00",
        "type": "library",
王智 authored
963 964 965
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
966
                "PHPMailer\\PHPMailer\\": "src/"
王智 authored
967 968 969 970
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
王智 authored
971
            "LGPL-2.1-only"
王智 authored
972 973 974
        ],
        "authors": [
            {
王智 authored
975 976 977 978 979 980 981 982 983 984 985 986 987
                "name": "Marcus Bointon",
                "email": "phpmailer@synchromedia.co.uk"
            },
            {
                "name": "Jim Jagielski",
                "email": "jimjag@gmail.com"
            },
            {
                "name": "Andy Prevost",
                "email": "codeworxtech@users.sourceforge.net"
            },
            {
                "name": "Brent R. Matzelle"
王智 authored
988 989
            }
        ],
王智 authored
990
        "description": "PHPMailer is a full-featured email creation and transfer class for PHP"
王智 authored
991 992
    },
    {
王智 authored
993 994 995
        "name": "phpoffice/phpspreadsheet",
        "version": "1.12.0",
        "version_normalized": "1.12.0.0",
王智 authored
996 997
        "source": {
            "type": "git",
王智 authored
998 999
            "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
            "reference": "f79611d6dc1f6b7e8e30b738fc371b392001dbfd"
王智 authored
1000 1001 1002
        },
        "dist": {
            "type": "zip",
王智 authored
1003 1004
            "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/f79611d6dc1f6b7e8e30b738fc371b392001dbfd",
            "reference": "f79611d6dc1f6b7e8e30b738fc371b392001dbfd",
王智 authored
1005 1006 1007 1008 1009 1010 1011 1012 1013
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030
            "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": "*",
            "markbaker/complex": "^1.4",
            "markbaker/matrix": "^1.2",
            "php": "^7.1",
            "psr/simple-cache": "^1.0"
王智 authored
1031
        },
王智 authored
1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046
        "require-dev": {
            "dompdf/dompdf": "^0.8.3",
            "friendsofphp/php-cs-fixer": "^2.16",
            "jpgraph/jpgraph": "^4.0",
            "mpdf/mpdf": "^8.0",
            "phpcompatibility/php-compatibility": "^9.3",
            "phpunit/phpunit": "^7.5",
            "squizlabs/php_codesniffer": "^3.5",
            "tecnickcom/tcpdf": "^6.3"
        },
        "suggest": {
            "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
            "jpgraph/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"
王智 authored
1047
        },
王智 authored
1048 1049
        "time": "2020-04-27T08:12:48+00:00",
        "type": "library",
王智 authored
1050 1051 1052
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
1053
                "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
王智 authored
1054 1055 1056 1057 1058 1059 1060 1061
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077
                "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"
王智 authored
1078 1079
            }
        ],
王智 authored
1080 1081
        "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
        "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
王智 authored
1082
        "keywords": [
王智 authored
1083 1084 1085 1086 1087 1088 1089 1090
            "OpenXML",
            "excel",
            "gnumeric",
            "ods",
            "php",
            "spreadsheet",
            "xls",
            "xlsx"
王智 authored
1091 1092 1093
        ]
    },
    {
王智 authored
1094 1095 1096
        "name": "pimple/pimple",
        "version": "v3.3.0",
        "version_normalized": "3.3.0.0",
王智 authored
1097 1098
        "source": {
            "type": "git",
王智 authored
1099 1100
            "url": "https://github.com/silexphp/Pimple.git",
            "reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930"
王智 authored
1101 1102 1103
        },
        "dist": {
            "type": "zip",
王智 authored
1104 1105
            "url": "https://api.github.com/repos/silexphp/Pimple/zipball/e55d12f9d6a0e7f9c85992b73df1267f46279930",
            "reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930",
王智 authored
1106 1107 1108 1109 1110 1111 1112 1113 1114
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
1115 1116
            "php": "^7.2.5",
            "psr/container": "^1.0"
王智 authored
1117 1118
        },
        "require-dev": {
王智 authored
1119
            "symfony/phpunit-bridge": "^3.4|^4.4|^5.0"
王智 authored
1120
        },
王智 authored
1121
        "time": "2020-03-03T09:12:48+00:00",
王智 authored
1122 1123 1124
        "type": "library",
        "extra": {
            "branch-alias": {
王智 authored
1125
                "dev-master": "3.3.x-dev"
王智 authored
1126 1127 1128 1129
            }
        },
        "installation-source": "dist",
        "autoload": {
王智 authored
1130 1131 1132
            "psr-0": {
                "Pimple": "src/"
            }
王智 authored
1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
王智 authored
1144 1145 1146 1147 1148 1149
        "description": "Pimple, a simple Dependency Injection Container",
        "homepage": "https://pimple.symfony.com",
        "keywords": [
            "container",
            "dependency injection"
        ]
王智 authored
1150 1151
    },
    {
王智 authored
1152 1153 1154
        "name": "psr/container",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
王智 authored
1155 1156
        "source": {
            "type": "git",
王智 authored
1157 1158
            "url": "https://github.com/php-fig/container.git",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
王智 authored
1159 1160 1161
        },
        "dist": {
            "type": "zip",
王智 authored
1162 1163
            "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
王智 authored
1164 1165 1166 1167 1168 1169 1170 1171 1172
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
1173
            "php": ">=5.3.0"
王智 authored
1174
        },
王智 authored
1175
        "time": "2017-02-14T16:28:37+00:00",
王智 authored
1176 1177 1178
        "type": "library",
        "extra": {
            "branch-alias": {
王智 authored
1179
                "dev-master": "1.0.x-dev"
王智 authored
1180 1181 1182 1183 1184
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
1185 1186
                "Psr\\Container\\": "src/"
            }
王智 authored
1187 1188 1189 1190 1191 1192 1193
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
1194 1195
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
王智 authored
1196 1197
            }
        ],
王智 authored
1198 1199
        "description": "Common Container Interface (PHP FIG PSR-11)",
        "homepage": "https://github.com/php-fig/container",
王智 authored
1200
        "keywords": [
王智 authored
1201 1202 1203 1204 1205
            "PSR-11",
            "container",
            "container-interface",
            "container-interop",
            "psr"
王智 authored
1206 1207 1208
        ]
    },
    {
王智 authored
1209 1210 1211
        "name": "psr/http-message",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
王智 authored
1212 1213
        "source": {
            "type": "git",
王智 authored
1214 1215
            "url": "https://github.com/php-fig/http-message.git",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
王智 authored
1216 1217 1218
        },
        "dist": {
            "type": "zip",
王智 authored
1219 1220
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
王智 authored
1221 1222 1223 1224 1225 1226 1227 1228 1229
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
1230
            "php": ">=5.3.0"
王智 authored
1231
        },
王智 authored
1232
        "time": "2016-08-06T14:39:51+00:00",
王智 authored
1233 1234 1235
        "type": "library",
        "extra": {
            "branch-alias": {
王智 authored
1236
                "dev-master": "1.0.x-dev"
王智 authored
1237 1238 1239 1240 1241
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
1242
                "Psr\\Http\\Message\\": "src/"
王智 authored
1243 1244 1245 1246 1247 1248 1249 1250
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
1251 1252
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
王智 authored
1253 1254
            }
        ],
王智 authored
1255 1256
        "description": "Common interface for HTTP messages",
        "homepage": "https://github.com/php-fig/http-message",
王智 authored
1257
        "keywords": [
王智 authored
1258 1259 1260 1261 1262 1263
            "http",
            "http-message",
            "psr",
            "psr-7",
            "request",
            "response"
王智 authored
1264 1265 1266
        ]
    },
    {
王智 authored
1267 1268 1269
        "name": "psr/log",
        "version": "1.1.3",
        "version_normalized": "1.1.3.0",
王智 authored
1270 1271
        "source": {
            "type": "git",
王智 authored
1272 1273
            "url": "https://github.com/php-fig/log.git",
            "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
王智 authored
1274 1275 1276
        },
        "dist": {
            "type": "zip",
王智 authored
1277 1278
            "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
            "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
王智 authored
1279 1280 1281 1282 1283 1284 1285 1286 1287
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
1288
            "php": ">=5.3.0"
王智 authored
1289
        },
王智 authored
1290
        "time": "2020-03-23T09:12:05+00:00",
王智 authored
1291 1292 1293
        "type": "library",
        "extra": {
            "branch-alias": {
王智 authored
1294
                "dev-master": "1.1.x-dev"
王智 authored
1295 1296 1297 1298 1299
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
1300
                "Psr\\Log\\": "Psr/Log/"
王智 authored
1301 1302 1303 1304 1305 1306 1307 1308
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
1309 1310
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
王智 authored
1311 1312
            }
        ],
王智 authored
1313 1314
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
王智 authored
1315
        "keywords": [
王智 authored
1316 1317 1318
            "log",
            "psr",
            "psr-3"
王智 authored
1319 1320 1321
        ]
    },
    {
王智 authored
1322 1323 1324
        "name": "psr/simple-cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
王智 authored
1325 1326
        "source": {
            "type": "git",
王智 authored
1327 1328
            "url": "https://github.com/php-fig/simple-cache.git",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
王智 authored
1329 1330 1331
        },
        "dist": {
            "type": "zip",
王智 authored
1332 1333
            "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
王智 authored
1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": ">=5.3.0"
        },
王智 authored
1345
        "time": "2017-10-23T01:57:42+00:00",
王智 authored
1346 1347 1348
        "type": "library",
        "extra": {
            "branch-alias": {
王智 authored
1349
                "dev-master": "1.0.x-dev"
王智 authored
1350 1351 1352 1353 1354
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
1355
                "Psr\\SimpleCache\\": "src/"
王智 authored
1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
王智 authored
1368
        "description": "Common interfaces for simple caching",
王智 authored
1369
        "keywords": [
王智 authored
1370 1371
            "cache",
            "caching",
王智 authored
1372
            "psr",
王智 authored
1373 1374
            "psr-16",
            "simple-cache"
王智 authored
1375 1376 1377
        ]
    },
    {
王智 authored
1378 1379 1380
        "name": "ralouphie/getallheaders",
        "version": "3.0.3",
        "version_normalized": "3.0.3.0",
王智 authored
1381 1382
        "source": {
            "type": "git",
王智 authored
1383 1384
            "url": "https://github.com/ralouphie/getallheaders.git",
            "reference": "120b605dfeb996808c31b6477290a714d356e822"
王智 authored
1385 1386 1387
        },
        "dist": {
            "type": "zip",
王智 authored
1388 1389
            "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
            "reference": "120b605dfeb996808c31b6477290a714d356e822",
王智 authored
1390 1391 1392 1393 1394 1395 1396 1397 1398
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
1399
            "php": ">=5.6"
王智 authored
1400 1401
        },
        "require-dev": {
王智 authored
1402 1403 1404 1405
            "php-coveralls/php-coveralls": "^2.1",
            "phpunit/phpunit": "^5 || ^6.5"
        },
        "time": "2019-03-08T08:55:37+00:00",
王智 authored
1406 1407 1408
        "type": "library",
        "installation-source": "dist",
        "autoload": {
王智 authored
1409 1410
            "files": [
                "src/getallheaders.php"
王智 authored
1411 1412 1413 1414 1415 1416 1417 1418
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
1419 1420
                "name": "Ralph Khattar",
                "email": "ralph.khattar@gmail.com"
王智 authored
1421 1422
            }
        ],
王智 authored
1423
        "description": "A polyfill for getallheaders."
王智 authored
1424 1425
    },
    {
王智 authored
1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587
        "name": "symfony/event-dispatcher",
        "version": "v4.3.0",
        "version_normalized": "4.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher.git",
            "reference": "c71314cd3b9420b732e1526f33a24eff5430b5b3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/c71314cd3b9420b732e1526f33a24eff5430b5b3",
            "reference": "c71314cd3b9420b732e1526f33a24eff5430b5b3",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": "^7.1.3",
            "symfony/event-dispatcher-contracts": "^1.1"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.4"
        },
        "provide": {
            "psr/event-dispatcher-implementation": "1.0",
            "symfony/event-dispatcher-implementation": "1.1"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~3.4|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/expression-language": "~3.4|~4.0",
            "symfony/http-foundation": "^3.4|^4.0",
            "symfony/service-contracts": "^1.1",
            "symfony/stopwatch": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/dependency-injection": "",
            "symfony/http-kernel": ""
        },
        "time": "2019-05-28T07:50:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "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": "Symfony EventDispatcher Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/event-dispatcher-contracts",
        "version": "v1.1.9",
        "version_normalized": "1.1.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher-contracts.git",
            "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/84e23fdcd2517bf37aecbd16967e83f0caee25a7",
            "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": ">=7.1.3"
        },
        "suggest": {
            "psr/event-dispatcher": "",
            "symfony/event-dispatcher-implementation": ""
        },
        "time": "2020-07-06T13:19:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            },
            "thanks": {
                "name": "symfony/contracts",
                "url": "https://github.com/symfony/contracts"
            }
        },
        "installation-source": "dist",
        "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"
        ],
        "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"
            }
        ]
    },
    {
王智 authored
1588 1589 1590
        "name": "symfony/finder",
        "version": "v4.4.14",
        "version_normalized": "4.4.14.0",
王智 authored
1591 1592
        "source": {
            "type": "git",
王智 authored
1593 1594
            "url": "https://github.com/symfony/finder.git",
            "reference": "5ef0f6c609c1a36f723880dfe78301199bc96868"
王智 authored
1595 1596 1597
        },
        "dist": {
            "type": "zip",
王智 authored
1598 1599
            "url": "https://api.github.com/repos/symfony/finder/zipball/5ef0f6c609c1a36f723880dfe78301199bc96868",
            "reference": "5ef0f6c609c1a36f723880dfe78301199bc96868",
王智 authored
1600 1601 1602 1603 1604 1605 1606 1607 1608
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
1609
            "php": ">=7.1.3"
王智 authored
1610
        },
王智 authored
1611
        "time": "2020-09-02T16:08:58+00:00",
王智 authored
1612 1613 1614
        "type": "library",
        "extra": {
            "branch-alias": {
王智 authored
1615
                "dev-master": "4.4-dev"
王智 authored
1616 1617 1618 1619 1620
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
1621 1622 1623 1624 1625
                "Symfony\\Component\\Finder\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
王智 authored
1626 1627 1628 1629 1630 1631 1632
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
1633 1634 1635 1636 1637 1638
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
王智 authored
1639 1640
            }
        ],
王智 authored
1641 1642
        "description": "Symfony Finder Component",
        "homepage": "https://symfony.com"
王智 authored
1643 1644
    },
    {
王智 authored
1645 1646 1647
        "name": "symfony/http-foundation",
        "version": "v3.4.46",
        "version_normalized": "3.4.46.0",
王智 authored
1648 1649
        "source": {
            "type": "git",
王智 authored
1650 1651
            "url": "https://github.com/symfony/http-foundation.git",
            "reference": "b9885fcce6fe494201da4f70a9309770e9d13dc8"
王智 authored
1652 1653 1654
        },
        "dist": {
            "type": "zip",
王智 authored
1655 1656
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b9885fcce6fe494201da4f70a9309770e9d13dc8",
            "reference": "b9885fcce6fe494201da4f70a9309770e9d13dc8",
王智 authored
1657 1658 1659 1660 1661 1662 1663 1664 1665
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
1666 1667 1668
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-mbstring": "~1.1",
            "symfony/polyfill-php70": "~1.6"
王智 authored
1669 1670
        },
        "require-dev": {
王智 authored
1671
            "symfony/expression-language": "~2.8|~3.0|~4.0"
王智 authored
1672
        },
王智 authored
1673
        "time": "2020-10-24T10:57:07+00:00",
王智 authored
1674 1675 1676
        "type": "library",
        "installation-source": "dist",
        "autoload": {
王智 authored
1677 1678 1679 1680 1681 1682
            "psr-4": {
                "Symfony\\Component\\HttpFoundation\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
王智 authored
1683 1684 1685 1686 1687 1688 1689 1690 1691
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
王智 authored
1692 1693 1694 1695
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
王智 authored
1696 1697
            }
        ],
王智 authored
1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712
        "description": "Symfony HttpFoundation Component",
        "homepage": "https://symfony.com",
        "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"
            }
王智 authored
1713 1714 1715
        ]
    },
    {
王智 authored
1716 1717 1718
        "name": "symfony/polyfill-intl-idn",
        "version": "v1.20.0",
        "version_normalized": "1.20.0.0",
王智 authored
1719 1720
        "source": {
            "type": "git",
王智 authored
1721 1722
            "url": "https://github.com/symfony/polyfill-intl-idn.git",
            "reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117"
王智 authored
1723 1724 1725
        },
        "dist": {
            "type": "zip",
王智 authored
1726 1727
            "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3b75acd829741c768bc8b1f84eb33265e7cc5117",
            "reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117",
王智 authored
1728 1729 1730 1731 1732 1733 1734 1735 1736
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
1737 1738 1739
            "php": ">=7.1",
            "symfony/polyfill-intl-normalizer": "^1.10",
            "symfony/polyfill-php72": "^1.10"
王智 authored
1740
        },
王智 authored
1741 1742
        "suggest": {
            "ext-intl": "For best performance"
王智 authored
1743
        },
王智 authored
1744
        "time": "2020-10-23T14:02:19+00:00",
王智 authored
1745
        "type": "library",
王智 authored
1746 1747 1748 1749 1750 1751 1752 1753 1754
        "extra": {
            "branch-alias": {
                "dev-main": "1.20-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
王智 authored
1755 1756
        "installation-source": "dist",
        "autoload": {
王智 authored
1757 1758 1759
            "psr-4": {
                "Symfony\\Polyfill\\Intl\\Idn\\": ""
            },
王智 authored
1760
            "files": [
王智 authored
1761
                "bootstrap.php"
王智 authored
1762 1763 1764 1765 1766 1767 1768 1769
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
1770 1771 1772 1773 1774 1775 1776 1777 1778 1779
                "name": "Laurent Bassin",
                "email": "laurent@bassin.info"
            },
            {
                "name": "Trevor Rowbotham",
                "email": "trevor.rowbotham@pm.me"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
王智 authored
1780 1781
            }
        ],
王智 authored
1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805
        "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "idn",
            "intl",
            "polyfill",
            "portable",
            "shim"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
王智 authored
1806 1807
    },
    {
王智 authored
1808 1809 1810
        "name": "symfony/polyfill-intl-normalizer",
        "version": "v1.20.0",
        "version_normalized": "1.20.0.0",
王智 authored
1811 1812
        "source": {
            "type": "git",
王智 authored
1813 1814
            "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
            "reference": "727d1096295d807c309fb01a851577302394c897"
王智 authored
1815 1816 1817
        },
        "dist": {
            "type": "zip",
王智 authored
1818 1819
            "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/727d1096295d807c309fb01a851577302394c897",
            "reference": "727d1096295d807c309fb01a851577302394c897",
王智 authored
1820 1821 1822 1823 1824 1825 1826 1827 1828
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
1829
            "php": ">=7.1"
王智 authored
1830 1831
        },
        "suggest": {
王智 authored
1832
            "ext-intl": "For best performance"
王智 authored
1833
        },
王智 authored
1834
        "time": "2020-10-23T14:02:19+00:00",
王智 authored
1835 1836 1837
        "type": "library",
        "extra": {
            "branch-alias": {
王智 authored
1838 1839 1840 1841 1842
                "dev-main": "1.20-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
王智 authored
1843 1844 1845 1846 1847
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
1848
                "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
王智 authored
1849 1850
            },
            "files": [
王智 authored
1851 1852 1853 1854
                "bootstrap.php"
            ],
            "classmap": [
                "Resources/stubs"
王智 authored
1855 1856 1857 1858 1859 1860 1861 1862
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
1863 1864
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
王智 authored
1865 1866
            },
            {
王智 authored
1867 1868
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
王智 authored
1869 1870
            }
        ],
王智 authored
1871 1872
        "description": "Symfony polyfill for intl's Normalizer class and related functions",
        "homepage": "https://symfony.com",
王智 authored
1873
        "keywords": [
王智 authored
1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893
            "compatibility",
            "intl",
            "normalizer",
            "polyfill",
            "portable",
            "shim"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
王智 authored
1894 1895 1896
        ]
    },
    {
王智 authored
1897 1898 1899
        "name": "symfony/polyfill-mbstring",
        "version": "v1.20.0",
        "version_normalized": "1.20.0.0",
王智 authored
1900 1901
        "source": {
            "type": "git",
王智 authored
1902 1903
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "39d483bdf39be819deabf04ec872eb0b2410b531"
王智 authored
1904 1905 1906
        },
        "dist": {
            "type": "zip",
王智 authored
1907 1908
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531",
            "reference": "39d483bdf39be819deabf04ec872eb0b2410b531",
王智 authored
1909 1910 1911 1912 1913 1914 1915 1916 1917
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
1918
            "php": ">=7.1"
王智 authored
1919
        },
王智 authored
1920 1921
        "suggest": {
            "ext-mbstring": "For best performance"
王智 authored
1922
        },
王智 authored
1923
        "time": "2020-10-23T14:02:19+00:00",
王智 authored
1924 1925 1926
        "type": "library",
        "extra": {
            "branch-alias": {
王智 authored
1927 1928 1929 1930 1931
                "dev-main": "1.20-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
王智 authored
1932 1933 1934 1935 1936
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
1937
                "Symfony\\Polyfill\\Mbstring\\": ""
王智 authored
1938 1939
            },
            "files": [
王智 authored
1940
                "bootstrap.php"
王智 authored
1941 1942 1943 1944 1945 1946 1947 1948
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
1949 1950 1951 1952 1953 1954 1955 1956 1957 1958
                "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",
王智 authored
1959
        "keywords": [
王智 authored
1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978
            "compatibility",
            "mbstring",
            "polyfill",
            "portable",
            "shim"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
王智 authored
1979 1980 1981
        ]
    },
    {
王智 authored
1982 1983 1984
        "name": "symfony/polyfill-php70",
        "version": "v1.20.0",
        "version_normalized": "1.20.0.0",
王智 authored
1985 1986
        "source": {
            "type": "git",
王智 authored
1987 1988
            "url": "https://github.com/symfony/polyfill-php70.git",
            "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644"
王智 authored
1989 1990 1991
        },
        "dist": {
            "type": "zip",
王智 authored
1992 1993
            "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/5f03a781d984aae42cebd18e7912fa80f02ee644",
            "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644",
王智 authored
1994 1995 1996 1997 1998 1999 2000 2001 2002
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
2003
            "php": ">=7.1"
王智 authored
2004
        },
王智 authored
2005 2006
        "time": "2020-10-23T14:02:19+00:00",
        "type": "metapackage",
王智 authored
2007 2008
        "extra": {
            "branch-alias": {
王智 authored
2009
                "dev-main": "1.20-dev"
王智 authored
2010
            },
王智 authored
2011 2012 2013 2014
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
王智 authored
2015 2016 2017 2018 2019 2020 2021
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
2022 2023 2024 2025 2026 2027
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
王智 authored
2028 2029
            }
        ],
王智 authored
2030 2031
        "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
        "homepage": "https://symfony.com",
王智 authored
2032
        "keywords": [
王智 authored
2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
王智 authored
2051 2052 2053
        ]
    },
    {
王智 authored
2054 2055 2056
        "name": "symfony/polyfill-php72",
        "version": "v1.20.0",
        "version_normalized": "1.20.0.0",
王智 authored
2057 2058
        "source": {
            "type": "git",
王智 authored
2059 2060
            "url": "https://github.com/symfony/polyfill-php72.git",
            "reference": "cede45fcdfabdd6043b3592e83678e42ec69e930"
王智 authored
2061 2062 2063
        },
        "dist": {
            "type": "zip",
王智 authored
2064 2065
            "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cede45fcdfabdd6043b3592e83678e42ec69e930",
            "reference": "cede45fcdfabdd6043b3592e83678e42ec69e930",
王智 authored
2066 2067 2068 2069 2070 2071 2072 2073 2074
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
2075
            "php": ">=7.1"
王智 authored
2076
        },
王智 authored
2077
        "time": "2020-10-23T14:02:19+00:00",
王智 authored
2078
        "type": "library",
王智 authored
2079 2080 2081 2082 2083 2084 2085 2086 2087
        "extra": {
            "branch-alias": {
                "dev-main": "1.20-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
王智 authored
2088 2089 2090
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
2091 2092 2093 2094 2095
                "Symfony\\Polyfill\\Php72\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
王智 authored
2096 2097 2098 2099 2100 2101 2102
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
2103 2104 2105 2106 2107 2108
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
王智 authored
2109 2110
            }
        ],
王智 authored
2111 2112
        "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
        "homepage": "https://symfony.com",
王智 authored
2113
        "keywords": [
王智 authored
2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
王智 authored
2132 2133 2134
        ]
    },
    {
王智 authored
2135 2136 2137
        "name": "symfony/psr-http-message-bridge",
        "version": "v1.2.0",
        "version_normalized": "1.2.0.0",
王智 authored
2138 2139
        "source": {
            "type": "git",
王智 authored
2140 2141
            "url": "https://github.com/symfony/psr-http-message-bridge.git",
            "reference": "9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad"
王智 authored
2142 2143 2144
        },
        "dist": {
            "type": "zip",
王智 authored
2145 2146
            "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad",
            "reference": "9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad",
王智 authored
2147 2148 2149 2150 2151 2152 2153 2154 2155
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
2156 2157 2158
            "php": "^7.1",
            "psr/http-message": "^1.0",
            "symfony/http-foundation": "^3.4 || ^4.0"
王智 authored
2159 2160
        },
        "require-dev": {
王智 authored
2161 2162 2163
            "nyholm/psr7": "^1.1",
            "symfony/phpunit-bridge": "^3.4.20 || ^4.0",
            "zendframework/zend-diactoros": "^1.4.1 || ^2.0"
王智 authored
2164 2165
        },
        "suggest": {
王智 authored
2166
            "nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
王智 authored
2167
        },
王智 authored
2168 2169
        "time": "2019-03-11T18:22:33+00:00",
        "type": "symfony-bridge",
王智 authored
2170 2171
        "extra": {
            "branch-alias": {
王智 authored
2172
                "dev-master": "1.2-dev"
王智 authored
2173 2174 2175 2176 2177
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
2178 2179 2180 2181 2182
                "Symfony\\Bridge\\PsrHttpMessage\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
王智 authored
2183 2184 2185 2186 2187 2188 2189
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
2190 2191 2192 2193 2194 2195
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
王智 authored
2196 2197
            }
        ],
王智 authored
2198 2199
        "description": "PSR HTTP message bridge",
        "homepage": "http://symfony.com",
王智 authored
2200
        "keywords": [
王智 authored
2201 2202 2203 2204
            "http",
            "http-message",
            "psr-17",
            "psr-7"
王智 authored
2205 2206 2207
        ]
    },
    {
王智 authored
2208 2209 2210
        "name": "symfony/var-exporter",
        "version": "v4.4.14",
        "version_normalized": "4.4.14.0",
王智 authored
2211 2212
        "source": {
            "type": "git",
王智 authored
2213 2214
            "url": "https://github.com/symfony/var-exporter.git",
            "reference": "bb6c505d1492bf55534184c0a38826bda529e5e2"
王智 authored
2215 2216 2217
        },
        "dist": {
            "type": "zip",
王智 authored
2218 2219
            "url": "https://api.github.com/repos/symfony/var-exporter/zipball/bb6c505d1492bf55534184c0a38826bda529e5e2",
            "reference": "bb6c505d1492bf55534184c0a38826bda529e5e2",
王智 authored
2220 2221 2222 2223 2224 2225 2226 2227 2228
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
2229
            "php": ">=7.1.3"
王智 authored
2230 2231
        },
        "require-dev": {
王智 authored
2232
            "symfony/var-dumper": "^4.4.9|^5.0.9"
王智 authored
2233
        },
王智 authored
2234
        "time": "2020-09-07T21:10:21+00:00",
王智 authored
2235
        "type": "library",
王智 authored
2236 2237 2238 2239 2240
        "extra": {
            "branch-alias": {
                "dev-master": "4.4-dev"
            }
        },
王智 authored
2241 2242 2243
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
2244
                "Symfony\\Component\\VarExporter\\": ""
王智 authored
2245
            },
王智 authored
2246 2247
            "exclude-from-classmap": [
                "/Tests/"
王智 authored
2248 2249 2250 2251 2252 2253 2254 2255
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
2256 2257 2258 2259 2260 2261
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
王智 authored
2262 2263
            }
        ],
王智 authored
2264 2265
        "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
        "homepage": "https://symfony.com",
王智 authored
2266
        "keywords": [
王智 authored
2267 2268 2269 2270 2271 2272 2273 2274 2275
            "clone",
            "construct",
            "export",
            "hydrate",
            "instantiate",
            "serialize"
        ]
    },
    {
王智 authored
2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307
        "name": "topthink/framework",
        "version": "v5.0.24",
        "version_normalized": "5.0.24.0",
        "source": {
            "type": "git",
            "url": "https://github.com/top-think/framework.git",
            "reference": "c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/top-think/framework/zipball/c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be",
            "reference": "c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": ">=5.4.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.*"
        },
王智 authored
2308
        "time": "2019-01-11T08:04:58+00:00",
王智 authored
2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358
        "type": "think-framework",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "think\\": "library/think"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "liu21st",
                "email": "liu21st@gmail.com"
            }
        ],
        "description": "the new thinkphp framework",
        "homepage": "http://thinkphp.cn/",
        "keywords": [
            "framework",
            "orm",
            "thinkphp"
        ]
    },
    {
        "name": "topthink/think-captcha",
        "version": "v1.0.8",
        "version_normalized": "1.0.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/top-think/think-captcha.git",
            "reference": "1d64363c814c92f6086c4fa5e3223fe7e23db09d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/top-think/think-captcha/zipball/1d64363c814c92f6086c4fa5e3223fe7e23db09d",
            "reference": "1d64363c814c92f6086c4fa5e3223fe7e23db09d",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "topthink/framework": "~5.0.0",
            "topthink/think-installer": ">=1.0.10"
        },
王智 authored
2359
        "time": "2019-01-28T04:48:36+00:00",
王智 authored
2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "think\\captcha\\": "src/"
            },
            "files": [
                "src/helper.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "yunwuxin",
                "email": "448901948@qq.com"
            }
        ],
        "description": "captcha package for thinkphp5"
    },
    {
王智 authored
2383 2384 2385
        "name": "topthink/think-installer",
        "version": "v1.0.12",
        "version_normalized": "1.0.12.0",
王智 authored
2386 2387
        "source": {
            "type": "git",
王智 authored
2388 2389
            "url": "https://github.com/top-think/think-installer.git",
            "reference": "1be326e68f63de4e95977ed50f46ae75f017556d"
王智 authored
2390 2391 2392
        },
        "dist": {
            "type": "zip",
王智 authored
2393 2394
            "url": "https://api.github.com/repos/top-think/think-installer/zipball/1be326e68f63de4e95977ed50f46ae75f017556d",
            "reference": "1be326e68f63de4e95977ed50f46ae75f017556d",
王智 authored
2395 2396 2397 2398 2399 2400 2401 2402 2403
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
2404
            "composer-plugin-api": "^1.0"
王智 authored
2405 2406
        },
        "require-dev": {
王智 authored
2407
            "composer/composer": "1.0.*@dev"
王智 authored
2408
        },
王智 authored
2409 2410
        "time": "2017-05-27T06:58:09+00:00",
        "type": "composer-plugin",
王智 authored
2411
        "extra": {
王智 authored
2412
            "class": "think\\composer\\Plugin"
王智 authored
2413 2414 2415 2416
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
2417
                "think\\composer\\": "src"
王智 authored
2418 2419 2420 2421
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
王智 authored
2422
            "Apache-2.0"
王智 authored
2423 2424 2425
        ],
        "authors": [
            {
王智 authored
2426 2427
                "name": "yunwuxin",
                "email": "448901948@qq.com"
王智 authored
2428 2429 2430 2431
            }
        ]
    }
]