审查视图

vendor/composer/installed.json 77.6 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
        "name": "guzzlehttp/guzzle",
王智 authored
82 83
        "version": "6.5.5",
        "version_normalized": "6.5.5.0",
王智 authored
84 85
        "source": {
            "type": "git",
王智 authored
86
            "url": "https://github.com/guzzle/guzzle.git",
王智 authored
87
            "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
            "ext-json": "*",
王智 authored
103 104 105 106
            "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
            "ext-curl": "*",
王智 authored
110
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
王智 authored
111
            "psr/log": "^1.1"
王智 authored
112
        },
王智 authored
113 114 115
        "suggest": {
            "psr/log": "Required for using the Log middleware"
        },
王智 authored
116
        "time": "2020-06-16T21:01:06+00:00",
王智 authored
117
        "type": "library",
王智 authored
118
        "extra": {
王智 authored
119
            "branch-alias": {
王智 authored
120
                "dev-master": "6.5-dev"
王智 authored
121
            }
王智 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.25.5",
        "version_normalized": "1.25.5.0",
王智 authored
536 537
        "source": {
            "type": "git",
王智 authored
538
            "url": "https://github.com/Seldaek/monolog.git",
王智 authored
539
            "reference": "1817faadd1846cd08be9a49e905dc68823bc38c0"
王智 authored
540 541 542
        },
        "dist": {
            "type": "zip",
王智 authored
543 544
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1817faadd1846cd08be9a49e905dc68823bc38c0",
            "reference": "1817faadd1846cd08be9a49e905dc68823bc38c0",
王智 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
            "php": ">=5.3.0",
            "psr/log": "~1.0"
王智 authored
556 557 558 559 560 561 562
        },
        "provide": {
            "psr/log-implementation": "1.0.0"
        },
        "require-dev": {
            "aws/aws-sdk-php": "^2.4.9 || ^3.0",
            "doctrine/couchdb": "~1.0@dev",
王智 authored
563
            "graylog2/gelf-php": "~1.0",
王智 authored
564 565 566
            "php-amqplib/php-amqplib": "~2.4",
            "php-console/php-console": "^3.1.3",
            "php-parallel-lint/php-parallel-lint": "^1.0",
王智 authored
567
            "phpunit/phpunit": "~4.5",
王智 authored
568
            "ruflin/elastica": ">=0.90 <3.0",
王智 authored
569
            "sentry/sentry": "^0.13",
王智 authored
570
            "swiftmailer/swiftmailer": "^5.3|^6.0"
王智 authored
571 572
        },
        "suggest": {
王智 authored
573 574 575
            "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)",
王智 authored
576
            "ext-mongo": "Allow sending log messages to a MongoDB server",
王智 authored
577
            "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
王智 authored
578
            "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
王智 authored
579 580 581
            "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",
王智 authored
582 583
            "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
            "sentry/sentry": "Allow sending log messages to a Sentry server"
王智 authored
584
        },
王智 authored
585
        "time": "2020-07-23T08:35:51+00:00",
王智 authored
586 587 588
        "type": "library",
        "extra": {
            "branch-alias": {
王智 authored
589
                "dev-master": "2.0.x-dev"
王智 authored
590 591 592 593 594
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
595 596
                "Monolog\\": "src/Monolog"
            }
王智 authored
597 598 599 600 601 602 603
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
604 605 606 607 608 609 610 611 612 613 614 615 616
                "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"
        ],
        "funding": [
王智 authored
617
            {
王智 authored
618 619
                "url": "https://github.com/Seldaek",
                "type": "github"
王智 authored
620 621
            },
            {
王智 authored
622 623
                "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
                "type": "tidelift"
王智 authored
624 625 626 627
            }
        ]
    },
    {
王智 authored
628 629 630
        "name": "nelexa/zip",
        "version": "3.3.3",
        "version_normalized": "3.3.3.0",
王智 authored
631 632
        "source": {
            "type": "git",
王智 authored
633 634
            "url": "https://github.com/Ne-Lexa/php-zip.git",
            "reference": "501b52f6fc393a599b44ff348a42740e1eaac7c6"
王智 authored
635 636 637
        },
        "dist": {
            "type": "zip",
王智 authored
638 639
            "url": "https://api.github.com/repos/Ne-Lexa/php-zip/zipball/501b52f6fc393a599b44ff348a42740e1eaac7c6",
            "reference": "501b52f6fc393a599b44ff348a42740e1eaac7c6",
王智 authored
640 641 642 643 644 645 646 647 648
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
649 650 651 652 653
            "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
654 655
        },
        "require-dev": {
王智 authored
656 657 658 659 660 661 662
            "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
663
        },
王智 authored
664 665 666 667 668
        "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
669
        },
王智 authored
670 671
        "time": "2020-07-11T21:01:42+00:00",
        "type": "library",
王智 authored
672 673 674
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
675 676 677
                "PhpZip\\": "src/"
            }
        },
王智 authored
678 679 680 681 682 683
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
684 685 686
                "name": "Ne-Lexa",
                "email": "alexey@nelexa.ru",
                "role": "Developer"
王智 authored
687 688
            }
        ],
王智 authored
689 690
        "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
691
        "keywords": [
王智 authored
692 693 694 695 696 697 698
            "archive",
            "extract",
            "unzip",
            "winzip",
            "zip",
            "zipalign",
            "ziparchive"
王智 authored
699 700 701
        ]
    },
    {
王智 authored
702 703 704
        "name": "overtrue/pinyin",
        "version": "3.0.6",
        "version_normalized": "3.0.6.0",
王智 authored
705 706
        "source": {
            "type": "git",
王智 authored
707 708
            "url": "https://github.com/overtrue/pinyin.git",
            "reference": "3b781d267197b74752daa32814d3a2cf5d140779"
王智 authored
709 710 711
        },
        "dist": {
            "type": "zip",
王智 authored
712 713
            "url": "https://api.github.com/repos/overtrue/pinyin/zipball/3b781d267197b74752daa32814d3a2cf5d140779",
            "reference": "3b781d267197b74752daa32814d3a2cf5d140779",
王智 authored
714 715 716 717 718 719 720 721 722
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
723
            "php": ">=5.3"
王智 authored
724 725
        },
        "require-dev": {
王智 authored
726
            "phpunit/phpunit": "~4.8"
王智 authored
727
        },
王智 authored
728
        "time": "2017-07-10T07:20:01+00:00",
王智 authored
729 730 731 732
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
733 734
                "Overtrue\\Pinyin\\": "src/"
            }
王智 authored
735 736 737 738 739 740 741
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
742 743
                "name": "Carlos",
                "homepage": "http://github.com/overtrue"
王智 authored
744 745
            }
        ],
王智 authored
746 747 748 749 750 751 752
        "description": "Chinese to pinyin translator.",
        "homepage": "https://github.com/overtrue/pinyin",
        "keywords": [
            "Chinese",
            "Pinyin",
            "cn2pinyin"
        ]
王智 authored
753 754
    },
    {
王智 authored
755
        "name": "overtrue/socialite",
王智 authored
756 757
        "version": "1.3.0",
        "version_normalized": "1.3.0.0",
王智 authored
758 759
        "source": {
            "type": "git",
王智 authored
760
            "url": "https://github.com/overtrue/socialite.git",
王智 authored
761
            "reference": "fda55f0acef43a144799b1957a8f93d9f5deffce"
王智 authored
762 763 764
        },
        "dist": {
            "type": "zip",
王智 authored
765 766
            "url": "https://api.github.com/repos/overtrue/socialite/zipball/fda55f0acef43a144799b1957a8f93d9f5deffce",
            "reference": "fda55f0acef43a144799b1957a8f93d9f5deffce",
王智 authored
767 768 769 770 771 772 773 774 775
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
776 777 778
            "guzzlehttp/guzzle": "~5.0|~6.0",
            "php": ">=5.4.0",
            "symfony/http-foundation": "~2.6|~2.7|~2.8|~3.0"
王智 authored
779
        },
王智 authored
780
        "require-dev": {
王智 authored
781 782
            "mockery/mockery": "~0.9",
            "phpunit/phpunit": "~4.0"
王智 authored
783
        },
王智 authored
784
        "time": "2017-08-04T06:28:22+00:00",
王智 authored
785
        "type": "library",
王智 authored
786 787 788
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
789
                "Overtrue\\Socialite\\": "src/"
王智 authored
790 791 792 793 794 795 796 797
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
798 799
                "name": "overtrue",
                "email": "anzhengchao@gmail.com"
王智 authored
800 801
            }
        ],
王智 authored
802
        "description": "A collection of OAuth 2 packages that extracts from laravel/socialite.",
王智 authored
803
        "keywords": [
王智 authored
804 805 806 807 808 809
            "login",
            "oauth",
            "qq",
            "social",
            "wechat",
            "weibo"
王智 authored
810 811 812
        ]
    },
    {
王智 authored
813
        "name": "overtrue/wechat",
王智 authored
814 815
        "version": "3.3.33",
        "version_normalized": "3.3.33.0",
王智 authored
816 817
        "source": {
            "type": "git",
王智 authored
818
            "url": "https://github.com/overtrue/wechat.git",
王智 authored
819
            "reference": "78e5476df330754040d1c400d0bca640d5b77cb7"
王智 authored
820 821 822
        },
        "dist": {
            "type": "zip",
王智 authored
823 824
            "url": "https://api.github.com/repos/overtrue/wechat/zipball/78e5476df330754040d1c400d0bca640d5b77cb7",
            "reference": "78e5476df330754040d1c400d0bca640d5b77cb7",
王智 authored
825 826 827 828 829 830 831 832 833
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
834
            "doctrine/cache": "1.4.*",
王智 authored
835
            "ext-openssl": "*",
王智 authored
836 837 838 839 840 841 842
            "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
843 844
        },
        "require-dev": {
王智 authored
845 846 847
            "mockery/mockery": "^0.9.9",
            "overtrue/phplint": "dev-master",
            "phpunit/phpunit": "~4.0"
王智 authored
848
        },
王智 authored
849
        "time": "2018-10-17T12:27:27+00:00",
王智 authored
850
        "type": "library",
王智 authored
851 852 853
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
854
                "EasyWeChat\\": "src/"
王智 authored
855
            },
王智 authored
856
            "files": [
王智 authored
857
                "src/Payment/helpers.php"
王智 authored
858 859 860 861 862 863 864 865
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
866 867
                "name": "overtrue",
                "email": "anzhengchao@gmail.com"
王智 authored
868 869
            }
        ],
王智 authored
870
        "description": "微信SDK",
王智 authored
871
        "keywords": [
王智 authored
872 873 874 875
            "sdk",
            "wechat",
            "weixin",
            "weixin-sdk"
王智 authored
876 877 878
        ]
    },
    {
王智 authored
879 880 881
        "name": "paragonie/random_compat",
        "version": "v9.99.100",
        "version_normalized": "9.99.100.0",
王智 authored
882 883
        "source": {
            "type": "git",
王智 authored
884 885
            "url": "https://github.com/paragonie/random_compat.git",
            "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
王智 authored
886 887 888
        },
        "dist": {
            "type": "zip",
王智 authored
889 890
            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
            "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
王智 authored
891 892 893 894 895 896 897 898 899
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
900 901 902 903 904
            "php": ">= 7"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*|5.*",
            "vimeo/psalm": "^1"
王智 authored
905 906
        },
        "suggest": {
王智 authored
907
            "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
王智 authored
908
        },
王智 authored
909
        "time": "2020-10-15T08:29:30+00:00",
王智 authored
910 911 912 913 914 915 916 917
        "type": "library",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
918 919 920
                "name": "Paragon Initiative Enterprises",
                "email": "security@paragonie.com",
                "homepage": "https://paragonie.com"
王智 authored
921 922
            }
        ],
王智 authored
923
        "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
王智 authored
924
        "keywords": [
王智 authored
925 926 927 928
            "csprng",
            "polyfill",
            "pseudorandom",
            "random"
王智 authored
929 930 931
        ]
    },
    {
王智 authored
932 933 934
        "name": "phpmailer/phpmailer",
        "version": "v6.1.7",
        "version_normalized": "6.1.7.0",
王智 authored
935 936
        "source": {
            "type": "git",
王智 authored
937 938
            "url": "https://github.com/PHPMailer/PHPMailer.git",
            "reference": "2c2370ba3df7034f9eb7b8f387c97b52b2ba5ad0"
王智 authored
939 940 941
        },
        "dist": {
            "type": "zip",
王智 authored
942 943
            "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/2c2370ba3df7034f9eb7b8f387c97b52b2ba5ad0",
            "reference": "2c2370ba3df7034f9eb7b8f387c97b52b2ba5ad0",
王智 authored
944 945 946 947 948 949 950 951 952
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
953 954 955
            "ext-ctype": "*",
            "ext-filter": "*",
            "php": ">=5.5.0"
王智 authored
956
        },
王智 authored
957 958 959 960
        "require-dev": {
            "doctrine/annotations": "^1.2",
            "friendsofphp/php-cs-fixer": "^2.2",
            "phpunit/phpunit": "^4.8 || ^5.7"
王智 authored
961
        },
王智 authored
962 963 964 965 966 967 968 969 970 971
        "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
972 973 974
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
975
                "PHPMailer\\PHPMailer\\": "src/"
王智 authored
976 977 978 979
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
王智 authored
980
            "LGPL-2.1-only"
王智 authored
981 982 983
        ],
        "authors": [
            {
王智 authored
984 985 986 987 988 989 990 991 992 993 994 995 996
                "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
997 998
            }
        ],
王智 authored
999
        "description": "PHPMailer is a full-featured email creation and transfer class for PHP"
王智 authored
1000 1001
    },
    {
王智 authored
1002 1003 1004
        "name": "phpoffice/phpspreadsheet",
        "version": "1.12.0",
        "version_normalized": "1.12.0.0",
王智 authored
1005 1006
        "source": {
            "type": "git",
王智 authored
1007 1008
            "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
            "reference": "f79611d6dc1f6b7e8e30b738fc371b392001dbfd"
王智 authored
1009 1010 1011
        },
        "dist": {
            "type": "zip",
王智 authored
1012 1013
            "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/f79611d6dc1f6b7e8e30b738fc371b392001dbfd",
            "reference": "f79611d6dc1f6b7e8e30b738fc371b392001dbfd",
王智 authored
1014 1015 1016 1017 1018 1019 1020 1021 1022
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039
            "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
1040
        },
王智 authored
1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055
        "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
1056
        },
王智 authored
1057 1058
        "time": "2020-04-27T08:12:48+00:00",
        "type": "library",
王智 authored
1059 1060 1061
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
1062
                "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
王智 authored
1063 1064 1065 1066 1067 1068 1069 1070
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086
                "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
1087 1088
            }
        ],
王智 authored
1089 1090
        "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
        "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
王智 authored
1091
        "keywords": [
王智 authored
1092 1093 1094 1095 1096 1097 1098 1099
            "OpenXML",
            "excel",
            "gnumeric",
            "ods",
            "php",
            "spreadsheet",
            "xls",
            "xlsx"
王智 authored
1100 1101 1102
        ]
    },
    {
王智 authored
1103 1104 1105
        "name": "pimple/pimple",
        "version": "v3.3.0",
        "version_normalized": "3.3.0.0",
王智 authored
1106 1107
        "source": {
            "type": "git",
王智 authored
1108 1109
            "url": "https://github.com/silexphp/Pimple.git",
            "reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930"
王智 authored
1110 1111 1112
        },
        "dist": {
            "type": "zip",
王智 authored
1113 1114
            "url": "https://api.github.com/repos/silexphp/Pimple/zipball/e55d12f9d6a0e7f9c85992b73df1267f46279930",
            "reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930",
王智 authored
1115 1116 1117 1118 1119 1120 1121 1122 1123
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
1124 1125
            "php": "^7.2.5",
            "psr/container": "^1.0"
王智 authored
1126 1127
        },
        "require-dev": {
王智 authored
1128
            "symfony/phpunit-bridge": "^3.4|^4.4|^5.0"
王智 authored
1129
        },
王智 authored
1130
        "time": "2020-03-03T09:12:48+00:00",
王智 authored
1131 1132 1133
        "type": "library",
        "extra": {
            "branch-alias": {
王智 authored
1134
                "dev-master": "3.3.x-dev"
王智 authored
1135 1136 1137 1138
            }
        },
        "installation-source": "dist",
        "autoload": {
王智 authored
1139 1140 1141
            "psr-0": {
                "Pimple": "src/"
            }
王智 authored
1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
王智 authored
1153 1154 1155 1156 1157 1158
        "description": "Pimple, a simple Dependency Injection Container",
        "homepage": "https://pimple.symfony.com",
        "keywords": [
            "container",
            "dependency injection"
        ]
王智 authored
1159 1160
    },
    {
王智 authored
1161 1162 1163
        "name": "psr/container",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
王智 authored
1164 1165
        "source": {
            "type": "git",
王智 authored
1166 1167
            "url": "https://github.com/php-fig/container.git",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
王智 authored
1168 1169 1170
        },
        "dist": {
            "type": "zip",
王智 authored
1171 1172
            "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
王智 authored
1173 1174 1175 1176 1177 1178 1179 1180 1181
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
1182
            "php": ">=5.3.0"
王智 authored
1183
        },
王智 authored
1184
        "time": "2017-02-14T16:28:37+00:00",
王智 authored
1185 1186 1187
        "type": "library",
        "extra": {
            "branch-alias": {
王智 authored
1188
                "dev-master": "1.0.x-dev"
王智 authored
1189 1190 1191 1192 1193
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
1194 1195
                "Psr\\Container\\": "src/"
            }
王智 authored
1196 1197 1198 1199 1200 1201 1202
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
1203 1204
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
王智 authored
1205 1206
            }
        ],
王智 authored
1207 1208
        "description": "Common Container Interface (PHP FIG PSR-11)",
        "homepage": "https://github.com/php-fig/container",
王智 authored
1209
        "keywords": [
王智 authored
1210 1211 1212 1213 1214
            "PSR-11",
            "container",
            "container-interface",
            "container-interop",
            "psr"
王智 authored
1215 1216 1217
        ]
    },
    {
王智 authored
1218 1219 1220
        "name": "psr/http-message",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
王智 authored
1221 1222
        "source": {
            "type": "git",
王智 authored
1223 1224
            "url": "https://github.com/php-fig/http-message.git",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
王智 authored
1225 1226 1227
        },
        "dist": {
            "type": "zip",
王智 authored
1228 1229
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
王智 authored
1230 1231 1232 1233 1234 1235 1236 1237 1238
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
1239
            "php": ">=5.3.0"
王智 authored
1240
        },
王智 authored
1241
        "time": "2016-08-06T14:39:51+00:00",
王智 authored
1242 1243 1244
        "type": "library",
        "extra": {
            "branch-alias": {
王智 authored
1245
                "dev-master": "1.0.x-dev"
王智 authored
1246 1247 1248 1249 1250
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
1251
                "Psr\\Http\\Message\\": "src/"
王智 authored
1252 1253 1254 1255 1256 1257 1258 1259
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
1260 1261
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
王智 authored
1262 1263
            }
        ],
王智 authored
1264 1265
        "description": "Common interface for HTTP messages",
        "homepage": "https://github.com/php-fig/http-message",
王智 authored
1266
        "keywords": [
王智 authored
1267 1268 1269 1270 1271 1272
            "http",
            "http-message",
            "psr",
            "psr-7",
            "request",
            "response"
王智 authored
1273 1274 1275
        ]
    },
    {
王智 authored
1276 1277 1278
        "name": "psr/log",
        "version": "1.1.3",
        "version_normalized": "1.1.3.0",
王智 authored
1279 1280
        "source": {
            "type": "git",
王智 authored
1281 1282
            "url": "https://github.com/php-fig/log.git",
            "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
王智 authored
1283 1284 1285
        },
        "dist": {
            "type": "zip",
王智 authored
1286 1287
            "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
            "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
王智 authored
1288 1289 1290 1291 1292 1293 1294 1295 1296
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
1297
            "php": ">=5.3.0"
王智 authored
1298
        },
王智 authored
1299
        "time": "2020-03-23T09:12:05+00:00",
王智 authored
1300 1301 1302
        "type": "library",
        "extra": {
            "branch-alias": {
王智 authored
1303
                "dev-master": "1.1.x-dev"
王智 authored
1304 1305 1306 1307 1308
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
1309
                "Psr\\Log\\": "Psr/Log/"
王智 authored
1310 1311 1312 1313 1314 1315 1316 1317
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
1318 1319
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
王智 authored
1320 1321
            }
        ],
王智 authored
1322 1323
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
王智 authored
1324
        "keywords": [
王智 authored
1325 1326 1327
            "log",
            "psr",
            "psr-3"
王智 authored
1328 1329 1330
        ]
    },
    {
王智 authored
1331 1332 1333
        "name": "psr/simple-cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
王智 authored
1334 1335
        "source": {
            "type": "git",
王智 authored
1336 1337
            "url": "https://github.com/php-fig/simple-cache.git",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
王智 authored
1338 1339 1340
        },
        "dist": {
            "type": "zip",
王智 authored
1341 1342
            "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
王智 authored
1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": ">=5.3.0"
        },
王智 authored
1354
        "time": "2017-10-23T01:57:42+00:00",
王智 authored
1355 1356 1357
        "type": "library",
        "extra": {
            "branch-alias": {
王智 authored
1358
                "dev-master": "1.0.x-dev"
王智 authored
1359 1360 1361 1362 1363
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
1364
                "Psr\\SimpleCache\\": "src/"
王智 authored
1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
王智 authored
1377
        "description": "Common interfaces for simple caching",
王智 authored
1378
        "keywords": [
王智 authored
1379 1380
            "cache",
            "caching",
王智 authored
1381
            "psr",
王智 authored
1382 1383
            "psr-16",
            "simple-cache"
王智 authored
1384 1385 1386
        ]
    },
    {
王智 authored
1387 1388 1389
        "name": "ralouphie/getallheaders",
        "version": "3.0.3",
        "version_normalized": "3.0.3.0",
王智 authored
1390 1391
        "source": {
            "type": "git",
王智 authored
1392 1393
            "url": "https://github.com/ralouphie/getallheaders.git",
            "reference": "120b605dfeb996808c31b6477290a714d356e822"
王智 authored
1394 1395 1396
        },
        "dist": {
            "type": "zip",
王智 authored
1397 1398
            "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
            "reference": "120b605dfeb996808c31b6477290a714d356e822",
王智 authored
1399 1400 1401 1402 1403 1404 1405 1406 1407
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
1408
            "php": ">=5.6"
王智 authored
1409 1410
        },
        "require-dev": {
王智 authored
1411 1412 1413 1414
            "php-coveralls/php-coveralls": "^2.1",
            "phpunit/phpunit": "^5 || ^6.5"
        },
        "time": "2019-03-08T08:55:37+00:00",
王智 authored
1415 1416 1417
        "type": "library",
        "installation-source": "dist",
        "autoload": {
王智 authored
1418 1419
            "files": [
                "src/getallheaders.php"
王智 authored
1420 1421 1422 1423 1424 1425 1426 1427
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
1428 1429
                "name": "Ralph Khattar",
                "email": "ralph.khattar@gmail.com"
王智 authored
1430 1431
            }
        ],
王智 authored
1432
        "description": "A polyfill for getallheaders."
王智 authored
1433 1434
    },
    {
王智 authored
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 1588 1589 1590 1591 1592 1593 1594 1595 1596
        "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
1597 1598 1599
        "name": "symfony/finder",
        "version": "v4.4.14",
        "version_normalized": "4.4.14.0",
王智 authored
1600 1601
        "source": {
            "type": "git",
王智 authored
1602 1603
            "url": "https://github.com/symfony/finder.git",
            "reference": "5ef0f6c609c1a36f723880dfe78301199bc96868"
王智 authored
1604 1605 1606
        },
        "dist": {
            "type": "zip",
王智 authored
1607 1608
            "url": "https://api.github.com/repos/symfony/finder/zipball/5ef0f6c609c1a36f723880dfe78301199bc96868",
            "reference": "5ef0f6c609c1a36f723880dfe78301199bc96868",
王智 authored
1609 1610 1611 1612 1613 1614 1615 1616 1617
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
1618
            "php": ">=7.1.3"
王智 authored
1619
        },
王智 authored
1620
        "time": "2020-09-02T16:08:58+00:00",
王智 authored
1621
        "type": "library",
王智 authored
1622 1623 1624 1625 1626
        "extra": {
            "branch-alias": {
                "dev-master": "4.4-dev"
            }
        },
王智 authored
1627 1628 1629
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
1630
                "Symfony\\Component\\Finder\\": ""
王智 authored
1631 1632 1633 1634
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
王智 authored
1635 1636 1637 1638 1639 1640 1641
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
1642 1643
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
王智 authored
1644 1645 1646 1647
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
王智 authored
1648 1649
            }
        ],
王智 authored
1650 1651
        "description": "Symfony Finder Component",
        "homepage": "https://symfony.com"
王智 authored
1652 1653
    },
    {
王智 authored
1654 1655 1656
        "name": "symfony/http-foundation",
        "version": "v3.4.46",
        "version_normalized": "3.4.46.0",
王智 authored
1657 1658
        "source": {
            "type": "git",
王智 authored
1659 1660
            "url": "https://github.com/symfony/http-foundation.git",
            "reference": "b9885fcce6fe494201da4f70a9309770e9d13dc8"
王智 authored
1661 1662 1663
        },
        "dist": {
            "type": "zip",
王智 authored
1664 1665
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b9885fcce6fe494201da4f70a9309770e9d13dc8",
            "reference": "b9885fcce6fe494201da4f70a9309770e9d13dc8",
王智 authored
1666 1667 1668 1669 1670 1671 1672 1673 1674
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
1675 1676 1677
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-mbstring": "~1.1",
            "symfony/polyfill-php70": "~1.6"
王智 authored
1678
        },
王智 authored
1679 1680
        "require-dev": {
            "symfony/expression-language": "~2.8|~3.0|~4.0"
王智 authored
1681
        },
王智 authored
1682
        "time": "2020-10-24T10:57:07+00:00",
王智 authored
1683 1684 1685
        "type": "library",
        "installation-source": "dist",
        "autoload": {
王智 authored
1686
            "psr-4": {
王智 authored
1687 1688 1689 1690 1691
                "Symfony\\Component\\HttpFoundation\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
王智 authored
1692 1693 1694 1695 1696 1697 1698
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
1699 1700 1701
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
王智 authored
1702 1703 1704
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
王智 authored
1705 1706
            }
        ],
王智 authored
1707
        "description": "Symfony HttpFoundation Component",
王智 authored
1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721
        "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
1722 1723 1724
        ]
    },
    {
王智 authored
1725 1726 1727
        "name": "symfony/polyfill-intl-idn",
        "version": "v1.20.0",
        "version_normalized": "1.20.0.0",
王智 authored
1728 1729
        "source": {
            "type": "git",
王智 authored
1730 1731
            "url": "https://github.com/symfony/polyfill-intl-idn.git",
            "reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117"
王智 authored
1732 1733 1734
        },
        "dist": {
            "type": "zip",
王智 authored
1735 1736
            "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3b75acd829741c768bc8b1f84eb33265e7cc5117",
            "reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117",
王智 authored
1737 1738 1739 1740 1741 1742 1743 1744 1745
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
1746 1747 1748
            "php": ">=7.1",
            "symfony/polyfill-intl-normalizer": "^1.10",
            "symfony/polyfill-php72": "^1.10"
王智 authored
1749
        },
王智 authored
1750 1751 1752 1753
        "suggest": {
            "ext-intl": "For best performance"
        },
        "time": "2020-10-23T14:02:19+00:00",
王智 authored
1754
        "type": "library",
王智 authored
1755 1756
        "extra": {
            "branch-alias": {
王智 authored
1757
                "dev-main": "1.20-dev"
王智 authored
1758 1759
            },
            "thanks": {
王智 authored
1760 1761
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
王智 authored
1762 1763
            }
        },
王智 authored
1764 1765
        "installation-source": "dist",
        "autoload": {
王智 authored
1766 1767 1768
            "psr-4": {
                "Symfony\\Polyfill\\Intl\\Idn\\": ""
            },
王智 authored
1769
            "files": [
王智 authored
1770
                "bootstrap.php"
王智 authored
1771 1772 1773 1774 1775 1776 1777 1778
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
1779 1780
                "name": "Laurent Bassin",
                "email": "laurent@bassin.info"
王智 authored
1781 1782
            },
            {
王智 authored
1783 1784
                "name": "Trevor Rowbotham",
                "email": "trevor.rowbotham@pm.me"
王智 authored
1785 1786 1787 1788
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
王智 authored
1789 1790
            }
        ],
王智 authored
1791
        "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
王智 authored
1792
        "homepage": "https://symfony.com",
王智 authored
1793 1794 1795 1796 1797 1798 1799 1800
        "keywords": [
            "compatibility",
            "idn",
            "intl",
            "polyfill",
            "portable",
            "shim"
        ],
王智 authored
1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814
        "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
1815 1816
    },
    {
王智 authored
1817 1818 1819
        "name": "symfony/polyfill-intl-normalizer",
        "version": "v1.20.0",
        "version_normalized": "1.20.0.0",
王智 authored
1820 1821
        "source": {
            "type": "git",
王智 authored
1822 1823
            "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
            "reference": "727d1096295d807c309fb01a851577302394c897"
王智 authored
1824 1825 1826
        },
        "dist": {
            "type": "zip",
王智 authored
1827 1828
            "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/727d1096295d807c309fb01a851577302394c897",
            "reference": "727d1096295d807c309fb01a851577302394c897",
王智 authored
1829 1830 1831 1832 1833 1834 1835 1836 1837
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
1838
            "php": ">=7.1"
王智 authored
1839 1840
        },
        "suggest": {
王智 authored
1841
            "ext-intl": "For best performance"
王智 authored
1842
        },
王智 authored
1843
        "time": "2020-10-23T14:02:19+00:00",
王智 authored
1844 1845 1846
        "type": "library",
        "extra": {
            "branch-alias": {
王智 authored
1847
                "dev-main": "1.20-dev"
王智 authored
1848 1849
            },
            "thanks": {
王智 authored
1850 1851
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
王智 authored
1852 1853 1854 1855 1856
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
1857 1858 1859 1860 1861 1862 1863 1864
                "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
            },
            "files": [
                "bootstrap.php"
            ],
            "classmap": [
                "Resources/stubs"
            ]
王智 authored
1865 1866 1867 1868 1869 1870 1871
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
1872 1873
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
王智 authored
1874 1875
            },
            {
王智 authored
1876 1877
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
王智 authored
1878 1879
            }
        ],
王智 authored
1880
        "description": "Symfony polyfill for intl's Normalizer class and related functions",
王智 authored
1881
        "homepage": "https://symfony.com",
王智 authored
1882
        "keywords": [
王智 authored
1883 1884 1885 1886 1887 1888
            "compatibility",
            "intl",
            "normalizer",
            "polyfill",
            "portable",
            "shim"
王智 authored
1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902
        ],
        "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
1903 1904 1905
        ]
    },
    {
王智 authored
1906 1907 1908
        "name": "symfony/polyfill-mbstring",
        "version": "v1.20.0",
        "version_normalized": "1.20.0.0",
王智 authored
1909 1910
        "source": {
            "type": "git",
王智 authored
1911 1912
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "39d483bdf39be819deabf04ec872eb0b2410b531"
王智 authored
1913 1914 1915
        },
        "dist": {
            "type": "zip",
王智 authored
1916 1917
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531",
            "reference": "39d483bdf39be819deabf04ec872eb0b2410b531",
王智 authored
1918 1919 1920 1921 1922 1923 1924 1925 1926
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
1927
            "php": ">=7.1"
王智 authored
1928
        },
王智 authored
1929 1930 1931 1932
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2020-10-23T14:02:19+00:00",
王智 authored
1933 1934 1935
        "type": "library",
        "extra": {
            "branch-alias": {
王智 authored
1936
                "dev-main": "1.20-dev"
王智 authored
1937
            },
王智 authored
1938 1939 1940
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
王智 authored
1941 1942 1943 1944 1945
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
1946
                "Symfony\\Polyfill\\Mbstring\\": ""
王智 authored
1947
            },
王智 authored
1948 1949
            "files": [
                "bootstrap.php"
王智 authored
1950 1951 1952 1953 1954 1955 1956 1957
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
1958 1959
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
王智 authored
1960 1961 1962 1963 1964 1965
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
王智 authored
1966
        "description": "Symfony polyfill for the Mbstring extension",
王智 authored
1967
        "homepage": "https://symfony.com",
王智 authored
1968 1969 1970 1971 1972 1973 1974
        "keywords": [
            "compatibility",
            "mbstring",
            "polyfill",
            "portable",
            "shim"
        ],
王智 authored
1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987
        "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
1988 1989 1990
        ]
    },
    {
王智 authored
1991
        "name": "symfony/polyfill-php70",
王智 authored
1992 1993
        "version": "v1.20.0",
        "version_normalized": "1.20.0.0",
王智 authored
1994 1995
        "source": {
            "type": "git",
王智 authored
1996 1997
            "url": "https://github.com/symfony/polyfill-php70.git",
            "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644"
王智 authored
1998 1999 2000
        },
        "dist": {
            "type": "zip",
王智 authored
2001 2002
            "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/5f03a781d984aae42cebd18e7912fa80f02ee644",
            "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644",
王智 authored
2003 2004 2005 2006 2007 2008 2009 2010 2011
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
2012
            "php": ">=7.1"
王智 authored
2013
        },
王智 authored
2014
        "time": "2020-10-23T14:02:19+00:00",
王智 authored
2015
        "type": "metapackage",
王智 authored
2016 2017
        "extra": {
            "branch-alias": {
王智 authored
2018
                "dev-main": "1.20-dev"
王智 authored
2019
            },
王智 authored
2020 2021 2022 2023
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
王智 authored
2024 2025 2026 2027 2028 2029 2030
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
2031 2032 2033 2034 2035 2036
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
王智 authored
2037 2038
            }
        ],
王智 authored
2039
        "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
王智 authored
2040
        "homepage": "https://symfony.com",
王智 authored
2041
        "keywords": [
王智 authored
2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059
            "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
2060 2061 2062
        ]
    },
    {
王智 authored
2063
        "name": "symfony/polyfill-php72",
王智 authored
2064 2065
        "version": "v1.20.0",
        "version_normalized": "1.20.0.0",
王智 authored
2066 2067
        "source": {
            "type": "git",
王智 authored
2068 2069
            "url": "https://github.com/symfony/polyfill-php72.git",
            "reference": "cede45fcdfabdd6043b3592e83678e42ec69e930"
王智 authored
2070 2071 2072
        },
        "dist": {
            "type": "zip",
王智 authored
2073 2074
            "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cede45fcdfabdd6043b3592e83678e42ec69e930",
            "reference": "cede45fcdfabdd6043b3592e83678e42ec69e930",
王智 authored
2075 2076 2077 2078 2079 2080 2081 2082 2083
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
2084
            "php": ">=7.1"
王智 authored
2085
        },
王智 authored
2086
        "time": "2020-10-23T14:02:19+00:00",
王智 authored
2087
        "type": "library",
王智 authored
2088 2089 2090 2091 2092 2093 2094 2095 2096
        "extra": {
            "branch-alias": {
                "dev-main": "1.20-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
王智 authored
2097 2098 2099
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
2100
                "Symfony\\Polyfill\\Php72\\": ""
王智 authored
2101 2102 2103 2104
            },
            "files": [
                "bootstrap.php"
            ]
王智 authored
2105 2106 2107 2108 2109 2110 2111
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
2112 2113 2114 2115 2116 2117
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
王智 authored
2118 2119
            }
        ],
王智 authored
2120
        "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
王智 authored
2121
        "homepage": "https://symfony.com",
王智 authored
2122
        "keywords": [
王智 authored
2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140
            "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
2141 2142 2143
        ]
    },
    {
王智 authored
2144
        "name": "symfony/psr-http-message-bridge",
王智 authored
2145 2146
        "version": "v1.2.0",
        "version_normalized": "1.2.0.0",
王智 authored
2147 2148
        "source": {
            "type": "git",
王智 authored
2149
            "url": "https://github.com/symfony/psr-http-message-bridge.git",
王智 authored
2150
            "reference": "9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad"
王智 authored
2151 2152 2153
        },
        "dist": {
            "type": "zip",
王智 authored
2154 2155
            "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad",
            "reference": "9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad",
王智 authored
2156 2157 2158 2159 2160 2161 2162 2163 2164
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
2165
            "php": "^7.1",
王智 authored
2166
            "psr/http-message": "^1.0",
王智 authored
2167
            "symfony/http-foundation": "^3.4 || ^4.0"
王智 authored
2168 2169
        },
        "require-dev": {
王智 authored
2170
            "nyholm/psr7": "^1.1",
王智 authored
2171 2172
            "symfony/phpunit-bridge": "^3.4.20 || ^4.0",
            "zendframework/zend-diactoros": "^1.4.1 || ^2.0"
王智 authored
2173 2174
        },
        "suggest": {
王智 authored
2175
            "nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
王智 authored
2176
        },
王智 authored
2177
        "time": "2019-03-11T18:22:33+00:00",
王智 authored
2178
        "type": "symfony-bridge",
王智 authored
2179 2180
        "extra": {
            "branch-alias": {
王智 authored
2181
                "dev-master": "1.2-dev"
王智 authored
2182 2183 2184 2185 2186
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
2187 2188 2189 2190 2191
                "Symfony\\Bridge\\PsrHttpMessage\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
王智 authored
2192 2193 2194 2195 2196 2197 2198
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
2199 2200
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
王智 authored
2201 2202 2203 2204
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
王智 authored
2205 2206
            }
        ],
王智 authored
2207 2208
        "description": "PSR HTTP message bridge",
        "homepage": "http://symfony.com",
王智 authored
2209
        "keywords": [
王智 authored
2210 2211 2212 2213
            "http",
            "http-message",
            "psr-17",
            "psr-7"
王智 authored
2214 2215 2216
        ]
    },
    {
王智 authored
2217 2218 2219
        "name": "symfony/var-exporter",
        "version": "v4.4.14",
        "version_normalized": "4.4.14.0",
王智 authored
2220 2221
        "source": {
            "type": "git",
王智 authored
2222 2223
            "url": "https://github.com/symfony/var-exporter.git",
            "reference": "bb6c505d1492bf55534184c0a38826bda529e5e2"
王智 authored
2224 2225 2226
        },
        "dist": {
            "type": "zip",
王智 authored
2227 2228
            "url": "https://api.github.com/repos/symfony/var-exporter/zipball/bb6c505d1492bf55534184c0a38826bda529e5e2",
            "reference": "bb6c505d1492bf55534184c0a38826bda529e5e2",
王智 authored
2229 2230 2231 2232 2233 2234 2235 2236 2237
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
2238
            "php": ">=7.1.3"
王智 authored
2239 2240
        },
        "require-dev": {
王智 authored
2241
            "symfony/var-dumper": "^4.4.9|^5.0.9"
王智 authored
2242
        },
王智 authored
2243
        "time": "2020-09-07T21:10:21+00:00",
王智 authored
2244
        "type": "library",
王智 authored
2245 2246 2247 2248 2249
        "extra": {
            "branch-alias": {
                "dev-master": "4.4-dev"
            }
        },
王智 authored
2250 2251 2252
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
2253
                "Symfony\\Component\\VarExporter\\": ""
王智 authored
2254
            },
王智 authored
2255 2256
            "exclude-from-classmap": [
                "/Tests/"
王智 authored
2257 2258 2259 2260 2261 2262 2263 2264
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
王智 authored
2265 2266 2267 2268 2269 2270
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
王智 authored
2271 2272
            }
        ],
王智 authored
2273 2274
        "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
        "homepage": "https://symfony.com",
王智 authored
2275
        "keywords": [
王智 authored
2276 2277 2278 2279 2280 2281 2282 2283 2284
            "clone",
            "construct",
            "export",
            "hydrate",
            "instantiate",
            "serialize"
        ]
    },
    {
王智 authored
2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316
        "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
2317
        "time": "2019-01-11T08:04:58+00:00",
王智 authored
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 2359 2360 2361 2362 2363 2364 2365 2366 2367
        "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
2368
        "time": "2019-01-28T04:48:36+00:00",
王智 authored
2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391
        "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
2392 2393 2394
        "name": "topthink/think-installer",
        "version": "v1.0.12",
        "version_normalized": "1.0.12.0",
王智 authored
2395 2396
        "source": {
            "type": "git",
王智 authored
2397 2398
            "url": "https://github.com/top-think/think-installer.git",
            "reference": "1be326e68f63de4e95977ed50f46ae75f017556d"
王智 authored
2399 2400 2401
        },
        "dist": {
            "type": "zip",
王智 authored
2402 2403
            "url": "https://api.github.com/repos/top-think/think-installer/zipball/1be326e68f63de4e95977ed50f46ae75f017556d",
            "reference": "1be326e68f63de4e95977ed50f46ae75f017556d",
王智 authored
2404 2405 2406 2407 2408 2409 2410 2411 2412
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
王智 authored
2413
            "composer-plugin-api": "^1.0"
王智 authored
2414 2415
        },
        "require-dev": {
王智 authored
2416
            "composer/composer": "1.0.*@dev"
王智 authored
2417
        },
王智 authored
2418 2419
        "time": "2017-05-27T06:58:09+00:00",
        "type": "composer-plugin",
王智 authored
2420
        "extra": {
王智 authored
2421
            "class": "think\\composer\\Plugin"
王智 authored
2422 2423 2424 2425
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
王智 authored
2426
                "think\\composer\\": "src"
王智 authored
2427 2428 2429 2430
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
王智 authored
2431
            "Apache-2.0"
王智 authored
2432 2433 2434
        ],
        "authors": [
            {
王智 authored
2435 2436
                "name": "yunwuxin",
                "email": "448901948@qq.com"
王智 authored
2437 2438 2439 2440
            }
        ]
    }
]