审查视图

vendor/composer/installed.json 61.0 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 15
            "url": "https://api.github.com/repos/doctrine/cache/zipball/6433826dd02c9e5be8a127320dc13e7e6625d020",
            "reference": "6433826dd02c9e5be8a127320dc13e7e6625d020",
            "shasum": ""
郭盛 authored
16 17
        },
        "require": {
郭盛 authored
18 19 20 21
            "php": ">=5.3.2"
        },
        "conflict": {
            "doctrine/common": ">2.2,<2.4"
郭盛 authored
22 23
        },
        "require-dev": {
郭盛 authored
24 25 26
            "phpunit/phpunit": ">=3.7",
            "predis/predis": "~1.0",
            "satooshi/php-coveralls": "~0.6"
郭盛 authored
27
        },
郭盛 authored
28 29
        "time": "2015-11-02T18:33:51+00:00",
        "type": "library",
郭盛 authored
30
        "extra": {
郭盛 authored
31 32 33
            "branch-alias": {
                "dev-master": "1.5.x-dev"
            }
郭盛 authored
34 35 36
        },
        "installation-source": "dist",
        "autoload": {
郭盛 authored
37 38
            "psr-0": {
                "Doctrine\\Common\\Cache\\": "lib/"
郭盛 authored
39 40 41 42
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
郭盛 authored
43
            "MIT"
郭盛 authored
44 45 46
        ],
        "authors": [
            {
郭盛 authored
47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
                "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
65
            }
郭盛 authored
66 67 68 69 70 71
        ],
        "description": "Caching library offering an object-oriented API for many cache backends",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "cache",
            "caching"
郭盛 authored
72 73 74
        ]
    },
    {
郭盛 authored
75 76 77
        "name": "endroid/qr-code",
        "version": "1.9.3",
        "version_normalized": "1.9.3.0",
郭盛 authored
78 79
        "source": {
            "type": "git",
郭盛 authored
80 81
            "url": "https://github.com/endroid/qr-code.git",
            "reference": "c9644bec2a9cc9318e98d1437de3c628dcd1ef93"
郭盛 authored
82 83 84
        },
        "dist": {
            "type": "zip",
郭盛 authored
85 86 87
            "url": "https://api.github.com/repos/endroid/qr-code/zipball/c9644bec2a9cc9318e98d1437de3c628dcd1ef93",
            "reference": "c9644bec2a9cc9318e98d1437de3c628dcd1ef93",
            "shasum": ""
郭盛 authored
88 89
        },
        "require": {
郭盛 authored
90 91 92
            "ext-gd": "*",
            "php": ">=5.4",
            "symfony/options-resolver": "^2.3|^3.0"
郭盛 authored
93
        },
郭盛 authored
94 95 96 97 98 99
        "require-dev": {
            "phpunit/phpunit": "^4.0|^5.0",
            "sensio/framework-extra-bundle": "^3.0",
            "symfony/browser-kit": "^2.3|^3.0",
            "symfony/framework-bundle": "^2.3|^3.0",
            "symfony/http-kernel": "^2.3|^3.0"
郭盛 authored
100
        },
郭盛 authored
101
        "time": "2017-04-08T09:13:59+00:00",
郭盛 authored
102 103 104
        "type": "library",
        "extra": {
            "branch-alias": {
郭盛 authored
105
                "dev-master": "1.x-dev"
郭盛 authored
106 107 108 109 110
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
郭盛 authored
111 112
                "Endroid\\QrCode\\": "src/"
            }
郭盛 authored
113 114 115 116 117 118 119
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
郭盛 authored
120 121 122
                "name": "Jeroen van den Enden",
                "email": "info@endroid.nl",
                "homepage": "http://endroid.nl/"
郭盛 authored
123 124
            }
        ],
郭盛 authored
125 126
        "description": "Endroid QR Code",
        "homepage": "https://github.com/endroid/QrCode",
郭盛 authored
127
        "keywords": [
郭盛 authored
128 129 130 131 132 133
            "bundle",
            "code",
            "endroid",
            "qr",
            "qrcode",
            "symfony"
郭盛 authored
134 135 136
        ]
    },
    {
郭盛 authored
137 138 139
        "name": "guzzlehttp/guzzle",
        "version": "6.5.3",
        "version_normalized": "6.5.3.0",
郭盛 authored
140 141
        "source": {
            "type": "git",
郭盛 authored
142 143
            "url": "https://github.com/guzzle/guzzle.git",
            "reference": "aab4ebd862aa7d04f01a4b51849d657db56d882e"
郭盛 authored
144 145 146
        },
        "dist": {
            "type": "zip",
郭盛 authored
147 148 149
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/aab4ebd862aa7d04f01a4b51849d657db56d882e",
            "reference": "aab4ebd862aa7d04f01a4b51849d657db56d882e",
            "shasum": ""
郭盛 authored
150 151
        },
        "require": {
郭盛 authored
152 153 154 155 156 157 158 159 160 161
            "ext-json": "*",
            "guzzlehttp/promises": "^1.0",
            "guzzlehttp/psr7": "^1.6.1",
            "php": ">=5.5",
            "symfony/polyfill-intl-idn": "^1.11"
        },
        "require-dev": {
            "ext-curl": "*",
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
            "psr/log": "^1.1"
郭盛 authored
162
        },
郭盛 authored
163 164 165 166
        "suggest": {
            "psr/log": "Required for using the Log middleware"
        },
        "time": "2020-04-18T10:38:46+00:00",
郭盛 authored
167 168 169
        "type": "library",
        "extra": {
            "branch-alias": {
郭盛 authored
170
                "dev-master": "6.5-dev"
郭盛 authored
171 172 173 174 175
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
郭盛 authored
176
                "GuzzleHttp\\": "src/"
郭盛 authored
177 178
            },
            "files": [
郭盛 authored
179
                "src/functions_include.php"
郭盛 authored
180 181 182 183 184 185 186 187
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
郭盛 authored
188 189 190
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
郭盛 authored
191 192
            }
        ],
郭盛 authored
193 194
        "description": "Guzzle is a PHP HTTP client library",
        "homepage": "http://guzzlephp.org/",
郭盛 authored
195
        "keywords": [
郭盛 authored
196 197 198 199 200 201 202
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "rest",
            "web service"
郭盛 authored
203 204 205
        ]
    },
    {
郭盛 authored
206 207 208
        "name": "guzzlehttp/promises",
        "version": "v1.3.1",
        "version_normalized": "1.3.1.0",
郭盛 authored
209 210
        "source": {
            "type": "git",
郭盛 authored
211 212
            "url": "https://github.com/guzzle/promises.git",
            "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
郭盛 authored
213 214 215
        },
        "dist": {
            "type": "zip",
郭盛 authored
216 217 218
            "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
            "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
            "shasum": ""
郭盛 authored
219 220
        },
        "require": {
郭盛 authored
221
            "php": ">=5.5.0"
郭盛 authored
222
        },
郭盛 authored
223 224
        "require-dev": {
            "phpunit/phpunit": "^4.0"
郭盛 authored
225
        },
郭盛 authored
226
        "time": "2016-12-20T10:07:11+00:00",
郭盛 authored
227 228 229
        "type": "library",
        "extra": {
            "branch-alias": {
郭盛 authored
230
                "dev-master": "1.4-dev"
郭盛 authored
231 232 233 234 235
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
郭盛 authored
236
                "GuzzleHttp\\Promise\\": "src/"
郭盛 authored
237 238
            },
            "files": [
郭盛 authored
239
                "src/functions_include.php"
郭盛 authored
240 241 242 243 244 245 246 247
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
郭盛 authored
248 249 250
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
郭盛 authored
251 252
            }
        ],
郭盛 authored
253
        "description": "Guzzle promises library",
郭盛 authored
254
        "keywords": [
郭盛 authored
255
            "promise"
郭盛 authored
256 257 258
        ]
    },
    {
郭盛 authored
259 260 261
        "name": "guzzlehttp/psr7",
        "version": "1.6.1",
        "version_normalized": "1.6.1.0",
郭盛 authored
262 263
        "source": {
            "type": "git",
郭盛 authored
264 265
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
郭盛 authored
266 267 268
        },
        "dist": {
            "type": "zip",
郭盛 authored
269 270 271
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
            "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
            "shasum": ""
郭盛 authored
272 273
        },
        "require": {
郭盛 authored
274 275 276
            "php": ">=5.4.0",
            "psr/http-message": "~1.0",
            "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
郭盛 authored
277
        },
郭盛 authored
278 279
        "provide": {
            "psr/http-message-implementation": "1.0"
郭盛 authored
280
        },
郭盛 authored
281 282 283 284 285 286 287 288 289 290 291 292 293 294 295
        "require-dev": {
            "ext-zlib": "*",
            "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
        },
        "suggest": {
            "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
        },
        "time": "2019-07-01T23:21:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6-dev"
            }
        },
        "installation-source": "dist",
郭盛 authored
296 297
        "autoload": {
            "psr-4": {
郭盛 authored
298 299 300 301 302
                "GuzzleHttp\\Psr7\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
郭盛 authored
303 304 305 306 307 308 309
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
郭盛 authored
310 311 312 313 314 315 316
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Tobias Schultze",
                "homepage": "https://github.com/Tobion"
郭盛 authored
317 318
            }
        ],
郭盛 authored
319
        "description": "PSR-7 message implementation that also provides common utility methods",
郭盛 authored
320 321
        "keywords": [
            "http",
郭盛 authored
322
            "message",
郭盛 authored
323 324
            "psr-7",
            "request",
郭盛 authored
325 326 327 328
            "response",
            "stream",
            "uri",
            "url"
郭盛 authored
329 330 331
        ]
    },
    {
郭盛 authored
332 333 334
        "name": "karsonzhang/fastadmin-addons",
        "version": "1.1.10",
        "version_normalized": "1.1.10.0",
郭盛 authored
335 336
        "source": {
            "type": "git",
郭盛 authored
337 338
            "url": "https://github.com/karsonzhang/fastadmin-addons.git",
            "reference": "69dedfc101bdf219c66dac05cbe1f393fa99be84"
郭盛 authored
339 340 341
        },
        "dist": {
            "type": "zip",
郭盛 authored
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362
            "url": "https://api.github.com/repos/karsonzhang/fastadmin-addons/zipball/69dedfc101bdf219c66dac05cbe1f393fa99be84",
            "reference": "69dedfc101bdf219c66dac05cbe1f393fa99be84",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6.0"
        },
        "time": "2019-08-27T12:10:18+00:00",
        "type": "library",
        "extra": {
            "think-config": {
                "addons": "src/config.php"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "think\\": "src/"
            },
            "files": [
                "src/common.php"
郭盛 authored
363 364
            ]
        },
郭盛 authored
365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "karsonzhang",
                "email": "karsonzhang@163.com"
            },
            {
                "name": "xiaobo.sun",
                "email": "xiaobo.sun@qq.com"
            }
        ],
        "description": "addons package for fastadmin",
        "homepage": "https://github.com/karsonzhang/fastadmin-addons"
    },
    {
        "name": "markbaker/complex",
        "version": "1.4.8",
        "version_normalized": "1.4.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/MarkBaker/PHPComplex.git",
            "reference": "8eaa40cceec7bf0518187530b2e63871be661b72"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/8eaa40cceec7bf0518187530b2e63871be661b72",
            "reference": "8eaa40cceec7bf0518187530b2e63871be661b72",
            "shasum": ""
        },
郭盛 authored
397
        "require": {
郭盛 authored
398
            "php": "^5.6.0|^7.0.0"
郭盛 authored
399 400
        },
        "require-dev": {
郭盛 authored
401 402 403 404 405 406 407 408
            "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
            "phpcompatibility/php-compatibility": "^9.0",
            "phpdocumentor/phpdocumentor": "2.*",
            "phploc/phploc": "2.*",
            "phpmd/phpmd": "2.*",
            "phpunit/phpunit": "^4.8.35|^5.4.0",
            "sebastian/phpcpd": "2.*",
            "squizlabs/php_codesniffer": "^3.4.0"
郭盛 authored
409
        },
郭盛 authored
410
        "time": "2020-03-11T20:15:49+00:00",
郭盛 authored
411 412
        "type": "library",
        "installation-source": "dist",
郭盛 authored
413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461
        "autoload": {
            "psr-4": {
                "Complex\\": "classes/src/"
            },
            "files": [
                "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
462 463 464 465 466 467
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
郭盛 authored
468 469
                "name": "Mark Baker",
                "email": "mark@lange.demon.co.uk"
郭盛 authored
470 471
            }
        ],
郭盛 authored
472 473
        "description": "PHP Class for working with complex numbers",
        "homepage": "https://github.com/MarkBaker/PHPComplex",
郭盛 authored
474
        "keywords": [
郭盛 authored
475 476
            "complex",
            "mathematics"
郭盛 authored
477 478 479
        ]
    },
    {
郭盛 authored
480 481 482
        "name": "markbaker/matrix",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
郭盛 authored
483 484
        "source": {
            "type": "git",
郭盛 authored
485 486
            "url": "https://github.com/MarkBaker/PHPMatrix.git",
            "reference": "5348c5a67e3b75cd209d70103f916a93b1f1ed21"
郭盛 authored
487 488 489
        },
        "dist": {
            "type": "zip",
郭盛 authored
490 491 492
            "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/5348c5a67e3b75cd209d70103f916a93b1f1ed21",
            "reference": "5348c5a67e3b75cd209d70103f916a93b1f1ed21",
            "shasum": ""
郭盛 authored
493 494
        },
        "require": {
郭盛 authored
495
            "php": "^5.6.0|^7.0.0"
郭盛 authored
496
        },
郭盛 authored
497 498 499 500 501 502 503 504
        "require-dev": {
            "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
            "phpcompatibility/php-compatibility": "dev-master",
            "phploc/phploc": "^4",
            "phpmd/phpmd": "dev-master",
            "phpunit/phpunit": "^5.7",
            "sebastian/phpcpd": "^3.0",
            "squizlabs/php_codesniffer": "^3.0@dev"
郭盛 authored
505
        },
郭盛 authored
506 507
        "time": "2019-10-06T11:29:25+00:00",
        "type": "library",
郭盛 authored
508 509 510
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
郭盛 authored
511
                "Matrix\\": "classes/src/"
郭盛 authored
512 513
            },
            "files": [
郭盛 authored
514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529
                "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
530 531 532 533 534 535 536 537
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
郭盛 authored
538 539
                "name": "Mark Baker",
                "email": "mark@lange.demon.co.uk"
郭盛 authored
540 541
            }
        ],
郭盛 authored
542 543
        "description": "PHP Class for working with matrices",
        "homepage": "https://github.com/MarkBaker/PHPMatrix",
郭盛 authored
544
        "keywords": [
郭盛 authored
545 546 547
            "mathematics",
            "matrix",
            "vector"
郭盛 authored
548 549 550
        ]
    },
    {
郭盛 authored
551 552 553
        "name": "monolog/monolog",
        "version": "1.25.3",
        "version_normalized": "1.25.3.0",
郭盛 authored
554 555
        "source": {
            "type": "git",
郭盛 authored
556 557
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1"
郭盛 authored
558 559 560
        },
        "dist": {
            "type": "zip",
郭盛 authored
561 562 563
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fa82921994db851a8becaf3787a9e73c5976b6f1",
            "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1",
            "shasum": ""
郭盛 authored
564 565
        },
        "require": {
郭盛 authored
566 567 568 569 570
            "php": ">=5.3.0",
            "psr/log": "~1.0"
        },
        "provide": {
            "psr/log-implementation": "1.0.0"
郭盛 authored
571 572
        },
        "require-dev": {
郭盛 authored
573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596
            "aws/aws-sdk-php": "^2.4.9 || ^3.0",
            "doctrine/couchdb": "~1.0@dev",
            "graylog2/gelf-php": "~1.0",
            "jakub-onderka/php-parallel-lint": "0.9",
            "php-amqplib/php-amqplib": "~2.4",
            "php-console/php-console": "^3.1.3",
            "phpunit/phpunit": "~4.5",
            "phpunit/phpunit-mock-objects": "2.3.0",
            "ruflin/elastica": ">=0.90 <3.0",
            "sentry/sentry": "^0.13",
            "swiftmailer/swiftmailer": "^5.3|^6.0"
        },
        "suggest": {
            "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
            "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
            "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
            "ext-mongo": "Allow sending log messages to a MongoDB server",
            "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
            "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
            "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
            "php-console/php-console": "Allow sending log messages to Google Chrome",
            "rollbar/rollbar": "Allow sending log messages to Rollbar",
            "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
            "sentry/sentry": "Allow sending log messages to a Sentry server"
郭盛 authored
597
        },
郭盛 authored
598
        "time": "2019-12-20T14:15:16+00:00",
郭盛 authored
599 600 601
        "type": "library",
        "extra": {
            "branch-alias": {
郭盛 authored
602
                "dev-master": "2.0.x-dev"
郭盛 authored
603 604 605 606 607
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
郭盛 authored
608 609
                "Monolog\\": "src/Monolog"
            }
郭盛 authored
610 611 612 613 614 615 616
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
郭盛 authored
617 618 619
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be"
郭盛 authored
620 621
            }
        ],
郭盛 authored
622 623 624 625 626 627 628
        "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
        "homepage": "http://github.com/Seldaek/monolog",
        "keywords": [
            "log",
            "logging",
            "psr-3"
        ]
郭盛 authored
629 630
    },
    {
郭盛 authored
631 632 633
        "name": "mtdowling/cron-expression",
        "version": "v1.2.3",
        "version_normalized": "1.2.3.0",
郭盛 authored
634 635
        "source": {
            "type": "git",
郭盛 authored
636 637
            "url": "https://github.com/mtdowling/cron-expression.git",
            "reference": "9be552eebcc1ceec9776378f7dcc085246cacca6"
郭盛 authored
638 639 640
        },
        "dist": {
            "type": "zip",
郭盛 authored
641 642 643
            "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9be552eebcc1ceec9776378f7dcc085246cacca6",
            "reference": "9be552eebcc1ceec9776378f7dcc085246cacca6",
            "shasum": ""
郭盛 authored
644 645
        },
        "require": {
郭盛 authored
646
            "php": ">=5.3.2"
郭盛 authored
647 648
        },
        "require-dev": {
郭盛 authored
649
            "phpunit/phpunit": "~4.0|~5.0"
郭盛 authored
650
        },
郭盛 authored
651 652 653 654 655 656 657
        "time": "2019-12-28T04:23:06+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cron\\": "src/Cron/"
            }
郭盛 authored
658
        },
郭盛 authored
659 660 661 662 663 664 665 666 667
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
郭盛 authored
668
            }
郭盛 authored
669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696
        ],
        "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
        "keywords": [
            "cron",
            "schedule"
        ],
        "abandoned": "dragonmantank/cron-expression"
    },
    {
        "name": "overtrue/pinyin",
        "version": "3.0.6",
        "version_normalized": "3.0.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/overtrue/pinyin.git",
            "reference": "3b781d267197b74752daa32814d3a2cf5d140779"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/overtrue/pinyin/zipball/3b781d267197b74752daa32814d3a2cf5d140779",
            "reference": "3b781d267197b74752daa32814d3a2cf5d140779",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8"
郭盛 authored
697
        },
郭盛 authored
698 699
        "time": "2017-07-10T07:20:01+00:00",
        "type": "library",
郭盛 authored
700 701 702
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
郭盛 authored
703 704
                "Overtrue\\Pinyin\\": "src/"
            }
郭盛 authored
705 706 707 708 709 710 711
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
郭盛 authored
712 713
                "name": "Carlos",
                "homepage": "http://github.com/overtrue"
郭盛 authored
714 715
            }
        ],
郭盛 authored
716 717
        "description": "Chinese to pinyin translator.",
        "homepage": "https://github.com/overtrue/pinyin",
郭盛 authored
718
        "keywords": [
郭盛 authored
719 720 721
            "Chinese",
            "Pinyin",
            "cn2pinyin"
郭盛 authored
722 723 724
        ]
    },
    {
郭盛 authored
725 726 727
        "name": "overtrue/socialite",
        "version": "1.3.0",
        "version_normalized": "1.3.0.0",
郭盛 authored
728 729
        "source": {
            "type": "git",
郭盛 authored
730 731
            "url": "https://github.com/overtrue/socialite.git",
            "reference": "fda55f0acef43a144799b1957a8f93d9f5deffce"
郭盛 authored
732 733 734
        },
        "dist": {
            "type": "zip",
郭盛 authored
735 736 737
            "url": "https://api.github.com/repos/overtrue/socialite/zipball/fda55f0acef43a144799b1957a8f93d9f5deffce",
            "reference": "fda55f0acef43a144799b1957a8f93d9f5deffce",
            "shasum": ""
郭盛 authored
738 739
        },
        "require": {
郭盛 authored
740 741 742
            "guzzlehttp/guzzle": "~5.0|~6.0",
            "php": ">=5.4.0",
            "symfony/http-foundation": "~2.6|~2.7|~2.8|~3.0"
郭盛 authored
743 744
        },
        "require-dev": {
郭盛 authored
745 746
            "mockery/mockery": "~0.9",
            "phpunit/phpunit": "~4.0"
郭盛 authored
747
        },
郭盛 authored
748
        "time": "2017-08-04T06:28:22+00:00",
郭盛 authored
749 750 751
        "type": "library",
        "installation-source": "dist",
        "autoload": {
郭盛 authored
752 753 754
            "psr-4": {
                "Overtrue\\Socialite\\": "src/"
            }
郭盛 authored
755 756 757 758 759 760 761
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
郭盛 authored
762 763
                "name": "overtrue",
                "email": "anzhengchao@gmail.com"
郭盛 authored
764 765
            }
        ],
郭盛 authored
766 767 768 769 770 771 772 773 774
        "description": "A collection of OAuth 2 packages that extracts from laravel/socialite.",
        "keywords": [
            "login",
            "oauth",
            "qq",
            "social",
            "wechat",
            "weibo"
        ]
郭盛 authored
775 776
    },
    {
郭盛 authored
777 778 779
        "name": "overtrue/wechat",
        "version": "3.3.33",
        "version_normalized": "3.3.33.0",
郭盛 authored
780 781
        "source": {
            "type": "git",
郭盛 authored
782 783
            "url": "https://github.com/overtrue/wechat.git",
            "reference": "78e5476df330754040d1c400d0bca640d5b77cb7"
郭盛 authored
784 785 786
        },
        "dist": {
            "type": "zip",
郭盛 authored
787 788 789
            "url": "https://api.github.com/repos/overtrue/wechat/zipball/78e5476df330754040d1c400d0bca640d5b77cb7",
            "reference": "78e5476df330754040d1c400d0bca640d5b77cb7",
            "shasum": ""
郭盛 authored
790 791
        },
        "require": {
郭盛 authored
792 793 794 795 796 797 798 799 800
            "doctrine/cache": "1.4.*",
            "ext-openssl": "*",
            "guzzlehttp/guzzle": "~6.2",
            "monolog/monolog": "^1.17",
            "overtrue/socialite": "^1.0.25",
            "php": ">=5.5.0",
            "pimple/pimple": "~3.0",
            "symfony/http-foundation": "~2.6|~2.7|~2.8|~3.0",
            "symfony/psr-http-message-bridge": "~0.3|^1.0"
郭盛 authored
801 802
        },
        "require-dev": {
郭盛 authored
803 804 805
            "mockery/mockery": "^0.9.9",
            "overtrue/phplint": "dev-master",
            "phpunit/phpunit": "~4.0"
郭盛 authored
806
        },
郭盛 authored
807
        "time": "2018-10-17T12:27:27+00:00",
郭盛 authored
808 809 810 811
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
郭盛 authored
812
                "EasyWeChat\\": "src/"
郭盛 authored
813 814
            },
            "files": [
郭盛 authored
815
                "src/Payment/helpers.php"
郭盛 authored
816 817 818 819 820 821 822 823
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
郭盛 authored
824 825
                "name": "overtrue",
                "email": "anzhengchao@gmail.com"
郭盛 authored
826 827
            }
        ],
郭盛 authored
828
        "description": "微信SDK",
郭盛 authored
829
        "keywords": [
郭盛 authored
830 831 832 833
            "sdk",
            "wechat",
            "weixin",
            "weixin-sdk"
郭盛 authored
834 835 836
        ]
    },
    {
郭盛 authored
837 838 839
        "name": "paragonie/random_compat",
        "version": "v9.99.99",
        "version_normalized": "9.99.99.0",
郭盛 authored
840 841
        "source": {
            "type": "git",
郭盛 authored
842 843
            "url": "https://github.com/paragonie/random_compat.git",
            "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
郭盛 authored
844 845 846
        },
        "dist": {
            "type": "zip",
郭盛 authored
847 848 849
            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
            "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
            "shasum": ""
郭盛 authored
850 851
        },
        "require": {
郭盛 authored
852
            "php": "^7"
郭盛 authored
853 854
        },
        "require-dev": {
郭盛 authored
855 856
            "phpunit/phpunit": "4.*|5.*",
            "vimeo/psalm": "^1"
郭盛 authored
857
        },
郭盛 authored
858 859
        "suggest": {
            "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
郭盛 authored
860
        },
郭盛 authored
861 862
        "time": "2018-07-02T15:55:56+00:00",
        "type": "library",
郭盛 authored
863 864 865 866 867 868 869
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
郭盛 authored
870 871 872
                "name": "Paragon Initiative Enterprises",
                "email": "security@paragonie.com",
                "homepage": "https://paragonie.com"
郭盛 authored
873 874
            }
        ],
郭盛 authored
875
        "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
郭盛 authored
876
        "keywords": [
郭盛 authored
877 878 879 880
            "csprng",
            "polyfill",
            "pseudorandom",
            "random"
郭盛 authored
881 882 883
        ]
    },
    {
郭盛 authored
884 885 886
        "name": "phpmailer/phpmailer",
        "version": "v6.0.7",
        "version_normalized": "6.0.7.0",
郭盛 authored
887 888
        "source": {
            "type": "git",
郭盛 authored
889 890
            "url": "https://github.com/PHPMailer/PHPMailer.git",
            "reference": "0c41a36d4508d470e376498c1c0c527aa36a2d59"
郭盛 authored
891 892 893
        },
        "dist": {
            "type": "zip",
郭盛 authored
894 895 896
            "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/0c41a36d4508d470e376498c1c0c527aa36a2d59",
            "reference": "0c41a36d4508d470e376498c1c0c527aa36a2d59",
            "shasum": ""
郭盛 authored
897 898
        },
        "require": {
郭盛 authored
899 900 901
            "ext-ctype": "*",
            "ext-filter": "*",
            "php": ">=5.5.0"
郭盛 authored
902 903
        },
        "require-dev": {
郭盛 authored
904 905 906 907 908 909 910
            "doctrine/annotations": "1.2.*",
            "friendsofphp/php-cs-fixer": "^2.2",
            "phpdocumentor/phpdocumentor": "2.*",
            "phpunit/phpunit": "^4.8 || ^5.7",
            "zendframework/zend-eventmanager": "3.0.*",
            "zendframework/zend-i18n": "2.7.3",
            "zendframework/zend-serializer": "2.7.*"
郭盛 authored
911 912
        },
        "suggest": {
郭盛 authored
913 914 915 916 917 918
            "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)"
郭盛 authored
919
        },
郭盛 authored
920
        "time": "2019-02-01T15:04:28+00:00",
郭盛 authored
921 922 923 924
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
郭盛 authored
925 926
                "PHPMailer\\PHPMailer\\": "src/"
            }
郭盛 authored
927 928 929
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
郭盛 authored
930
            "LGPL-2.1"
郭盛 authored
931 932 933
        ],
        "authors": [
            {
郭盛 authored
934 935 936 937 938 939 940 941 942 943 944 945 946
                "name": "Jim Jagielski",
                "email": "jimjag@gmail.com"
            },
            {
                "name": "Marcus Bointon",
                "email": "phpmailer@synchromedia.co.uk"
            },
            {
                "name": "Andy Prevost",
                "email": "codeworxtech@users.sourceforge.net"
            },
            {
                "name": "Brent R. Matzelle"
郭盛 authored
947 948
            }
        ],
郭盛 authored
949
        "description": "PHPMailer is a full-featured email creation and transfer class for PHP"
郭盛 authored
950 951
    },
    {
郭盛 authored
952 953 954
        "name": "phpoffice/phpspreadsheet",
        "version": "1.12.0",
        "version_normalized": "1.12.0.0",
郭盛 authored
955 956
        "source": {
            "type": "git",
郭盛 authored
957 958
            "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
            "reference": "f79611d6dc1f6b7e8e30b738fc371b392001dbfd"
郭盛 authored
959 960 961
        },
        "dist": {
            "type": "zip",
郭盛 authored
962 963 964
            "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/f79611d6dc1f6b7e8e30b738fc371b392001dbfd",
            "reference": "f79611d6dc1f6b7e8e30b738fc371b392001dbfd",
            "shasum": ""
郭盛 authored
965 966
        },
        "require": {
郭盛 authored
967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983
            "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
984 985
        },
        "require-dev": {
郭盛 authored
986 987 988 989 990 991 992 993
            "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"
郭盛 authored
994
        },
郭盛 authored
995 996 997 998 999
        "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
1000
        },
郭盛 authored
1001 1002
        "time": "2020-04-27T08:12:48+00:00",
        "type": "library",
郭盛 authored
1003 1004
        "installation-source": "dist",
        "autoload": {
郭盛 authored
1005 1006
            "psr-4": {
                "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
郭盛 authored
1007 1008 1009 1010 1011 1012 1013 1014
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
郭盛 authored
1015 1016
                "name": "Maarten Balliauw",
                "homepage": "https://blog.maartenballiauw.be"
郭盛 authored
1017 1018
            },
            {
郭盛 authored
1019 1020
                "name": "Mark Baker",
                "homepage": "https://markbakeruk.net"
郭盛 authored
1021 1022
            },
            {
郭盛 authored
1023 1024
                "name": "Franck Lefevre",
                "homepage": "https://rootslabs.net"
郭盛 authored
1025 1026
            },
            {
郭盛 authored
1027
                "name": "Erik Tilt"
郭盛 authored
1028 1029
            },
            {
郭盛 authored
1030
                "name": "Adrien Crivelli"
郭盛 authored
1031 1032
            }
        ],
郭盛 authored
1033 1034
        "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
        "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
郭盛 authored
1035
        "keywords": [
郭盛 authored
1036 1037 1038 1039 1040 1041 1042 1043
            "OpenXML",
            "excel",
            "gnumeric",
            "ods",
            "php",
            "spreadsheet",
            "xls",
            "xlsx"
郭盛 authored
1044 1045 1046
        ]
    },
    {
郭盛 authored
1047 1048 1049
        "name": "pimple/pimple",
        "version": "v3.2.3",
        "version_normalized": "3.2.3.0",
郭盛 authored
1050 1051
        "source": {
            "type": "git",
郭盛 authored
1052 1053
            "url": "https://github.com/silexphp/Pimple.git",
            "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
郭盛 authored
1054 1055 1056
        },
        "dist": {
            "type": "zip",
郭盛 authored
1057 1058 1059
            "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
            "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
            "shasum": ""
郭盛 authored
1060 1061
        },
        "require": {
郭盛 authored
1062 1063
            "php": ">=5.3.0",
            "psr/container": "^1.0"
郭盛 authored
1064 1065
        },
        "require-dev": {
郭盛 authored
1066
            "symfony/phpunit-bridge": "^3.2"
郭盛 authored
1067
        },
郭盛 authored
1068
        "time": "2018-01-21T07:42:36+00:00",
郭盛 authored
1069
        "type": "library",
郭盛 authored
1070 1071 1072 1073 1074
        "extra": {
            "branch-alias": {
                "dev-master": "3.2.x-dev"
            }
        },
郭盛 authored
1075 1076
        "installation-source": "dist",
        "autoload": {
郭盛 authored
1077 1078
            "psr-0": {
                "Pimple": "src/"
郭盛 authored
1079 1080 1081 1082 1083 1084 1085 1086
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
郭盛 authored
1087 1088
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
郭盛 authored
1089 1090
            }
        ],
郭盛 authored
1091 1092
        "description": "Pimple, a simple Dependency Injection Container",
        "homepage": "http://pimple.sensiolabs.org",
郭盛 authored
1093
        "keywords": [
郭盛 authored
1094 1095
            "container",
            "dependency injection"
郭盛 authored
1096 1097 1098
        ]
    },
    {
郭盛 authored
1099 1100 1101
        "name": "psr/container",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
郭盛 authored
1102 1103
        "source": {
            "type": "git",
郭盛 authored
1104 1105
            "url": "https://github.com/php-fig/container.git",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
郭盛 authored
1106 1107 1108
        },
        "dist": {
            "type": "zip",
郭盛 authored
1109 1110 1111
            "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "shasum": ""
郭盛 authored
1112 1113 1114 1115
        },
        "require": {
            "php": ">=5.3.0"
        },
郭盛 authored
1116
        "time": "2017-02-14T16:28:37+00:00",
郭盛 authored
1117 1118 1119
        "type": "library",
        "extra": {
            "branch-alias": {
郭盛 authored
1120
                "dev-master": "1.0.x-dev"
郭盛 authored
1121 1122 1123 1124 1125
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
郭盛 authored
1126
                "Psr\\Container\\": "src/"
郭盛 authored
1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
郭盛 authored
1139 1140
        "description": "Common Container Interface (PHP FIG PSR-11)",
        "homepage": "https://github.com/php-fig/container",
郭盛 authored
1141
        "keywords": [
郭盛 authored
1142 1143 1144 1145 1146
            "PSR-11",
            "container",
            "container-interface",
            "container-interop",
            "psr"
郭盛 authored
1147 1148 1149
        ]
    },
    {
郭盛 authored
1150 1151 1152
        "name": "psr/http-message",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
郭盛 authored
1153 1154
        "source": {
            "type": "git",
郭盛 authored
1155 1156
            "url": "https://github.com/php-fig/http-message.git",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
郭盛 authored
1157 1158 1159
        },
        "dist": {
            "type": "zip",
郭盛 authored
1160 1161 1162
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
            "shasum": ""
郭盛 authored
1163 1164
        },
        "require": {
郭盛 authored
1165
            "php": ">=5.3.0"
郭盛 authored
1166
        },
郭盛 authored
1167
        "time": "2016-08-06T14:39:51+00:00",
郭盛 authored
1168 1169 1170
        "type": "library",
        "extra": {
            "branch-alias": {
郭盛 authored
1171
                "dev-master": "1.0.x-dev"
郭盛 authored
1172 1173 1174 1175 1176
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
郭盛 authored
1177
                "Psr\\Http\\Message\\": "src/"
郭盛 authored
1178 1179 1180 1181 1182 1183 1184 1185
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
郭盛 authored
1186 1187
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
郭盛 authored
1188 1189
            }
        ],
郭盛 authored
1190 1191
        "description": "Common interface for HTTP messages",
        "homepage": "https://github.com/php-fig/http-message",
郭盛 authored
1192
        "keywords": [
郭盛 authored
1193 1194 1195 1196 1197 1198
            "http",
            "http-message",
            "psr",
            "psr-7",
            "request",
            "response"
郭盛 authored
1199 1200 1201
        ]
    },
    {
郭盛 authored
1202 1203 1204
        "name": "psr/log",
        "version": "1.1.3",
        "version_normalized": "1.1.3.0",
郭盛 authored
1205 1206
        "source": {
            "type": "git",
郭盛 authored
1207 1208
            "url": "https://github.com/php-fig/log.git",
            "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
郭盛 authored
1209 1210 1211
        },
        "dist": {
            "type": "zip",
郭盛 authored
1212 1213 1214
            "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
            "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
            "shasum": ""
郭盛 authored
1215 1216 1217 1218
        },
        "require": {
            "php": ">=5.3.0"
        },
郭盛 authored
1219
        "time": "2020-03-23T09:12:05+00:00",
郭盛 authored
1220 1221 1222
        "type": "library",
        "extra": {
            "branch-alias": {
郭盛 authored
1223
                "dev-master": "1.1.x-dev"
郭盛 authored
1224 1225 1226 1227 1228
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
郭盛 authored
1229
                "Psr\\Log\\": "Psr/Log/"
郭盛 authored
1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
郭盛 authored
1242 1243
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
郭盛 authored
1244
        "keywords": [
郭盛 authored
1245 1246 1247
            "log",
            "psr",
            "psr-3"
郭盛 authored
1248 1249 1250
        ]
    },
    {
郭盛 authored
1251 1252 1253
        "name": "psr/simple-cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
郭盛 authored
1254 1255
        "source": {
            "type": "git",
郭盛 authored
1256 1257
            "url": "https://github.com/php-fig/simple-cache.git",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
郭盛 authored
1258 1259 1260
        },
        "dist": {
            "type": "zip",
郭盛 authored
1261 1262 1263
            "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "shasum": ""
郭盛 authored
1264
        },
郭盛 authored
1265 1266
        "require": {
            "php": ">=5.3.0"
郭盛 authored
1267
        },
郭盛 authored
1268
        "time": "2017-10-23T01:57:42+00:00",
郭盛 authored
1269 1270 1271
        "type": "library",
        "extra": {
            "branch-alias": {
郭盛 authored
1272
                "dev-master": "1.0.x-dev"
郭盛 authored
1273 1274 1275 1276
            }
        },
        "installation-source": "dist",
        "autoload": {
郭盛 authored
1277 1278
            "psr-4": {
                "Psr\\SimpleCache\\": "src/"
郭盛 authored
1279 1280 1281 1282 1283 1284 1285 1286
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
郭盛 authored
1287 1288
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
郭盛 authored
1289 1290
            }
        ],
郭盛 authored
1291
        "description": "Common interfaces for simple caching",
郭盛 authored
1292
        "keywords": [
郭盛 authored
1293 1294 1295 1296 1297
            "cache",
            "caching",
            "psr",
            "psr-16",
            "simple-cache"
郭盛 authored
1298 1299 1300
        ]
    },
    {
郭盛 authored
1301 1302 1303
        "name": "ralouphie/getallheaders",
        "version": "3.0.3",
        "version_normalized": "3.0.3.0",
郭盛 authored
1304 1305
        "source": {
            "type": "git",
郭盛 authored
1306 1307
            "url": "https://github.com/ralouphie/getallheaders.git",
            "reference": "120b605dfeb996808c31b6477290a714d356e822"
郭盛 authored
1308 1309 1310
        },
        "dist": {
            "type": "zip",
郭盛 authored
1311 1312 1313
            "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
            "reference": "120b605dfeb996808c31b6477290a714d356e822",
            "shasum": ""
郭盛 authored
1314 1315
        },
        "require": {
郭盛 authored
1316
            "php": ">=5.6"
郭盛 authored
1317 1318
        },
        "require-dev": {
郭盛 authored
1319 1320
            "php-coveralls/php-coveralls": "^2.1",
            "phpunit/phpunit": "^5 || ^6.5"
郭盛 authored
1321
        },
郭盛 authored
1322
        "time": "2019-03-08T08:55:37+00:00",
郭盛 authored
1323 1324 1325 1326
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
郭盛 authored
1327
                "src/getallheaders.php"
郭盛 authored
1328 1329 1330 1331 1332 1333 1334 1335
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
郭盛 authored
1336 1337
                "name": "Ralph Khattar",
                "email": "ralph.khattar@gmail.com"
郭盛 authored
1338 1339
            }
        ],
郭盛 authored
1340
        "description": "A polyfill for getallheaders."
郭盛 authored
1341 1342
    },
    {
郭盛 authored
1343
        "name": "symfony/http-foundation",
郭盛 authored
1344 1345 1346 1347
        "version": "v3.4.40",
        "version_normalized": "3.4.40.0",
        "source": {
            "type": "git",
郭盛 authored
1348 1349
            "url": "https://github.com/symfony/http-foundation.git",
            "reference": "eded33daef1147be7ff1249706be9a49fe2c7a44"
郭盛 authored
1350 1351 1352
        },
        "dist": {
            "type": "zip",
郭盛 authored
1353 1354 1355
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/eded33daef1147be7ff1249706be9a49fe2c7a44",
            "reference": "eded33daef1147be7ff1249706be9a49fe2c7a44",
            "shasum": ""
郭盛 authored
1356 1357
        },
        "require": {
郭盛 authored
1358 1359 1360 1361 1362 1363
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-mbstring": "~1.1",
            "symfony/polyfill-php70": "~1.6"
        },
        "require-dev": {
            "symfony/expression-language": "~2.8|~3.0|~4.0"
郭盛 authored
1364
        },
郭盛 authored
1365
        "time": "2020-04-18T20:23:17+00:00",
郭盛 authored
1366 1367 1368 1369 1370 1371 1372 1373 1374
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
郭盛 authored
1375
                "Symfony\\Component\\HttpFoundation\\": ""
郭盛 authored
1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394
            },
            "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"
            }
        ],
郭盛 authored
1395 1396
        "description": "Symfony HttpFoundation Component",
        "homepage": "https://symfony.com"
郭盛 authored
1397 1398
    },
    {
郭盛 authored
1399 1400 1401
        "name": "symfony/options-resolver",
        "version": "v3.4.40",
        "version_normalized": "3.4.40.0",
郭盛 authored
1402 1403
        "source": {
            "type": "git",
郭盛 authored
1404 1405
            "url": "https://github.com/symfony/options-resolver.git",
            "reference": "79701529391f802604ec92080364d617f029974b"
郭盛 authored
1406 1407 1408
        },
        "dist": {
            "type": "zip",
郭盛 authored
1409 1410 1411
            "url": "https://api.github.com/repos/symfony/options-resolver/zipball/79701529391f802604ec92080364d617f029974b",
            "reference": "79701529391f802604ec92080364d617f029974b",
            "shasum": ""
郭盛 authored
1412 1413
        },
        "require": {
郭盛 authored
1414
            "php": "^5.5.9|>=7.0.8"
郭盛 authored
1415
        },
郭盛 authored
1416
        "time": "2020-04-06T08:30:32+00:00",
郭盛 authored
1417 1418 1419
        "type": "library",
        "extra": {
            "branch-alias": {
郭盛 authored
1420
                "dev-master": "3.4-dev"
郭盛 authored
1421 1422 1423 1424 1425
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
郭盛 authored
1426 1427 1428 1429 1430
                "Symfony\\Component\\OptionsResolver\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
郭盛 authored
1431 1432 1433 1434 1435 1436 1437
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
郭盛 authored
1438 1439 1440 1441 1442 1443
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
郭盛 authored
1444 1445
            }
        ],
郭盛 authored
1446 1447
        "description": "Symfony OptionsResolver Component",
        "homepage": "https://symfony.com",
郭盛 authored
1448
        "keywords": [
郭盛 authored
1449 1450 1451
            "config",
            "configuration",
            "options"
郭盛 authored
1452 1453 1454
        ]
    },
    {
郭盛 authored
1455 1456 1457
        "name": "symfony/polyfill-intl-idn",
        "version": "v1.15.0",
        "version_normalized": "1.15.0.0",
郭盛 authored
1458 1459
        "source": {
            "type": "git",
郭盛 authored
1460 1461
            "url": "https://github.com/symfony/polyfill-intl-idn.git",
            "reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf"
郭盛 authored
1462 1463 1464
        },
        "dist": {
            "type": "zip",
郭盛 authored
1465 1466 1467
            "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
            "reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
            "shasum": ""
郭盛 authored
1468 1469
        },
        "require": {
郭盛 authored
1470 1471 1472
            "php": ">=5.3.3",
            "symfony/polyfill-mbstring": "^1.3",
            "symfony/polyfill-php72": "^1.10"
郭盛 authored
1473
        },
郭盛 authored
1474 1475
        "suggest": {
            "ext-intl": "For best performance"
郭盛 authored
1476
        },
郭盛 authored
1477 1478 1479 1480 1481
        "time": "2020-03-09T19:04:49+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.15-dev"
郭盛 authored
1482 1483 1484 1485 1486
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
郭盛 authored
1487
                "Symfony\\Polyfill\\Intl\\Idn\\": ""
郭盛 authored
1488 1489
            },
            "files": [
郭盛 authored
1490
                "bootstrap.php"
郭盛 authored
1491 1492 1493 1494
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
郭盛 authored
1495
            "MIT"
郭盛 authored
1496 1497 1498
        ],
        "authors": [
            {
郭盛 authored
1499 1500 1501 1502 1503 1504
                "name": "Laurent Bassin",
                "email": "laurent@bassin.info"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
郭盛 authored
1505 1506
            }
        ],
郭盛 authored
1507 1508 1509 1510 1511 1512 1513 1514 1515 1516
        "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "idn",
            "intl",
            "polyfill",
            "portable",
            "shim"
        ]
郭盛 authored
1517 1518
    },
    {
郭盛 authored
1519 1520 1521
        "name": "symfony/polyfill-mbstring",
        "version": "v1.15.0",
        "version_normalized": "1.15.0.0",
郭盛 authored
1522 1523
        "source": {
            "type": "git",
郭盛 authored
1524 1525
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
郭盛 authored
1526 1527 1528
        },
        "dist": {
            "type": "zip",
郭盛 authored
1529 1530 1531
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
            "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
            "shasum": ""
郭盛 authored
1532 1533
        },
        "require": {
郭盛 authored
1534
            "php": ">=5.3.3"
郭盛 authored
1535
        },
郭盛 authored
1536 1537
        "suggest": {
            "ext-mbstring": "For best performance"
郭盛 authored
1538
        },
郭盛 authored
1539
        "time": "2020-03-09T19:04:49+00:00",
郭盛 authored
1540
        "type": "library",
郭盛 authored
1541 1542 1543 1544 1545
        "extra": {
            "branch-alias": {
                "dev-master": "1.15-dev"
            }
        },
郭盛 authored
1546 1547 1548
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
郭盛 authored
1549 1550 1551 1552 1553
                "Symfony\\Polyfill\\Mbstring\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
郭盛 authored
1554 1555 1556 1557 1558 1559 1560
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
郭盛 authored
1561 1562 1563 1564 1565 1566
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
郭盛 authored
1567 1568
            }
        ],
郭盛 authored
1569 1570
        "description": "Symfony polyfill for the Mbstring extension",
        "homepage": "https://symfony.com",
郭盛 authored
1571
        "keywords": [
郭盛 authored
1572 1573 1574 1575 1576 1577
            "compatibility",
            "mbstring",
            "polyfill",
            "portable",
            "shim"
        ]
郭盛 authored
1578 1579
    },
    {
郭盛 authored
1580 1581 1582
        "name": "symfony/polyfill-php70",
        "version": "v1.15.0",
        "version_normalized": "1.15.0.0",
郭盛 authored
1583 1584
        "source": {
            "type": "git",
郭盛 authored
1585 1586
            "url": "https://github.com/symfony/polyfill-php70.git",
            "reference": "2a18e37a489803559284416df58c71ccebe50bf0"
郭盛 authored
1587 1588 1589
        },
        "dist": {
            "type": "zip",
郭盛 authored
1590 1591 1592
            "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/2a18e37a489803559284416df58c71ccebe50bf0",
            "reference": "2a18e37a489803559284416df58c71ccebe50bf0",
            "shasum": ""
郭盛 authored
1593 1594
        },
        "require": {
郭盛 authored
1595 1596
            "paragonie/random_compat": "~1.0|~2.0|~9.99",
            "php": ">=5.3.3"
郭盛 authored
1597
        },
郭盛 authored
1598
        "time": "2020-02-27T09:26:54+00:00",
郭盛 authored
1599
        "type": "library",
郭盛 authored
1600 1601 1602 1603 1604
        "extra": {
            "branch-alias": {
                "dev-master": "1.15-dev"
            }
        },
郭盛 authored
1605 1606 1607
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
郭盛 authored
1608 1609 1610 1611 1612 1613 1614 1615
                "Symfony\\Polyfill\\Php70\\": ""
            },
            "files": [
                "bootstrap.php"
            ],
            "classmap": [
                "Resources/stubs"
            ]
郭盛 authored
1616 1617 1618
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
郭盛 authored
1619
            "MIT"
郭盛 authored
1620 1621 1622
        ],
        "authors": [
            {
郭盛 authored
1623 1624
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
郭盛 authored
1625 1626
            },
            {
郭盛 authored
1627 1628
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
郭盛 authored
1629 1630
            }
        ],
郭盛 authored
1631 1632 1633 1634 1635 1636 1637 1638
        "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
郭盛 authored
1639 1640
    },
    {
郭盛 authored
1641 1642 1643
        "name": "symfony/polyfill-php72",
        "version": "v1.15.0",
        "version_normalized": "1.15.0.0",
郭盛 authored
1644 1645
        "source": {
            "type": "git",
郭盛 authored
1646 1647
            "url": "https://github.com/symfony/polyfill-php72.git",
            "reference": "37b0976c78b94856543260ce09b460a7bc852747"
郭盛 authored
1648 1649 1650
        },
        "dist": {
            "type": "zip",
郭盛 authored
1651 1652 1653
            "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/37b0976c78b94856543260ce09b460a7bc852747",
            "reference": "37b0976c78b94856543260ce09b460a7bc852747",
            "shasum": ""
郭盛 authored
1654 1655
        },
        "require": {
郭盛 authored
1656
            "php": ">=5.3.3"
郭盛 authored
1657
        },
郭盛 authored
1658
        "time": "2020-02-27T09:26:54+00:00",
郭盛 authored
1659 1660
        "type": "library",
        "extra": {
郭盛 authored
1661 1662
            "branch-alias": {
                "dev-master": "1.15-dev"
郭盛 authored
1663 1664 1665 1666 1667
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
郭盛 authored
1668
                "Symfony\\Polyfill\\Php72\\": ""
郭盛 authored
1669 1670
            },
            "files": [
郭盛 authored
1671
                "bootstrap.php"
郭盛 authored
1672 1673 1674 1675
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
郭盛 authored
1676
            "MIT"
郭盛 authored
1677 1678 1679
        ],
        "authors": [
            {
郭盛 authored
1680 1681
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
郭盛 authored
1682 1683
            },
            {
郭盛 authored
1684 1685
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
郭盛 authored
1686 1687
            }
        ],
郭盛 authored
1688 1689 1690 1691 1692 1693 1694 1695
        "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
郭盛 authored
1696 1697
    },
    {
郭盛 authored
1698 1699 1700
        "name": "symfony/psr-http-message-bridge",
        "version": "v1.2.0",
        "version_normalized": "1.2.0.0",
郭盛 authored
1701 1702
        "source": {
            "type": "git",
郭盛 authored
1703 1704
            "url": "https://github.com/symfony/psr-http-message-bridge.git",
            "reference": "9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad"
郭盛 authored
1705 1706 1707
        },
        "dist": {
            "type": "zip",
郭盛 authored
1708 1709 1710
            "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad",
            "reference": "9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad",
            "shasum": ""
郭盛 authored
1711 1712
        },
        "require": {
郭盛 authored
1713 1714 1715
            "php": "^7.1",
            "psr/http-message": "^1.0",
            "symfony/http-foundation": "^3.4 || ^4.0"
郭盛 authored
1716 1717
        },
        "require-dev": {
郭盛 authored
1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730
            "nyholm/psr7": "^1.1",
            "symfony/phpunit-bridge": "^3.4.20 || ^4.0",
            "zendframework/zend-diactoros": "^1.4.1 || ^2.0"
        },
        "suggest": {
            "nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
        },
        "time": "2019-03-11T18:22:33+00:00",
        "type": "symfony-bridge",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2-dev"
            }
郭盛 authored
1731 1732 1733 1734
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
郭盛 authored
1735 1736 1737 1738 1739
                "Symfony\\Bridge\\PsrHttpMessage\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
郭盛 authored
1740 1741 1742 1743 1744 1745 1746
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
郭盛 authored
1747 1748 1749 1750 1751 1752
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
郭盛 authored
1753 1754
            }
        ],
郭盛 authored
1755 1756
        "description": "PSR HTTP message bridge",
        "homepage": "http://symfony.com",
郭盛 authored
1757
        "keywords": [
郭盛 authored
1758 1759 1760 1761
            "http",
            "http-message",
            "psr-17",
            "psr-7"
郭盛 authored
1762 1763 1764
        ]
    },
    {
郭盛 authored
1765 1766 1767
        "name": "topthink/framework",
        "version": "v5.0.24",
        "version_normalized": "5.0.24.0",
郭盛 authored
1768 1769
        "source": {
            "type": "git",
郭盛 authored
1770 1771
            "url": "https://github.com/top-think/framework.git",
            "reference": "c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be"
郭盛 authored
1772 1773 1774
        },
        "dist": {
            "type": "zip",
郭盛 authored
1775 1776 1777
            "url": "https://api.github.com/repos/top-think/framework/zipball/c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be",
            "reference": "c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be",
            "shasum": ""
郭盛 authored
1778 1779
        },
        "require": {
郭盛 authored
1780 1781
            "php": ">=5.4.0",
            "topthink/think-installer": "~1.0"
郭盛 authored
1782
        },
郭盛 authored
1783 1784 1785 1786 1787 1788 1789
        "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
1790
        },
郭盛 authored
1791 1792
        "time": "2019-01-11T08:04:58+00:00",
        "type": "think-framework",
郭盛 authored
1793 1794 1795
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
郭盛 authored
1796
                "think\\": "library/think"
郭盛 authored
1797 1798 1799 1800
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
郭盛 authored
1801
            "Apache-2.0"
郭盛 authored
1802 1803 1804
        ],
        "authors": [
            {
郭盛 authored
1805 1806
                "name": "liu21st",
                "email": "liu21st@gmail.com"
郭盛 authored
1807 1808
            }
        ],
郭盛 authored
1809 1810
        "description": "the new thinkphp framework",
        "homepage": "http://thinkphp.cn/",
郭盛 authored
1811
        "keywords": [
郭盛 authored
1812 1813 1814
            "framework",
            "orm",
            "thinkphp"
郭盛 authored
1815 1816 1817
        ]
    },
    {
郭盛 authored
1818 1819 1820
        "name": "topthink/think-captcha",
        "version": "v1.0.8",
        "version_normalized": "1.0.8.0",
郭盛 authored
1821 1822
        "source": {
            "type": "git",
郭盛 authored
1823 1824
            "url": "https://github.com/top-think/think-captcha.git",
            "reference": "1d64363c814c92f6086c4fa5e3223fe7e23db09d"
郭盛 authored
1825 1826 1827
        },
        "dist": {
            "type": "zip",
郭盛 authored
1828 1829 1830
            "url": "https://api.github.com/repos/top-think/think-captcha/zipball/1d64363c814c92f6086c4fa5e3223fe7e23db09d",
            "reference": "1d64363c814c92f6086c4fa5e3223fe7e23db09d",
            "shasum": ""
郭盛 authored
1831 1832
        },
        "require": {
郭盛 authored
1833 1834
            "topthink/framework": "~5.0.0",
            "topthink/think-installer": ">=1.0.10"
郭盛 authored
1835
        },
郭盛 authored
1836
        "time": "2019-01-28T04:48:36+00:00",
郭盛 authored
1837 1838 1839 1840
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
郭盛 authored
1841
                "think\\captcha\\": "src/"
郭盛 authored
1842 1843
            },
            "files": [
郭盛 authored
1844
                "src/helper.php"
郭盛 authored
1845 1846 1847 1848
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
郭盛 authored
1849
            "Apache-2.0"
郭盛 authored
1850 1851 1852
        ],
        "authors": [
            {
郭盛 authored
1853 1854
                "name": "yunwuxin",
                "email": "448901948@qq.com"
郭盛 authored
1855 1856
            }
        ],
郭盛 authored
1857
        "description": "captcha package for thinkphp5"
郭盛 authored
1858 1859
    },
    {
郭盛 authored
1860 1861 1862
        "name": "topthink/think-image",
        "version": "v1.0.7",
        "version_normalized": "1.0.7.0",
郭盛 authored
1863 1864
        "source": {
            "type": "git",
郭盛 authored
1865 1866
            "url": "https://github.com/top-think/think-image.git",
            "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512"
郭盛 authored
1867 1868 1869
        },
        "dist": {
            "type": "zip",
郭盛 authored
1870 1871 1872
            "url": "https://api.github.com/repos/top-think/think-image/zipball/8586cf47f117481c6d415b20f7dedf62e79d5512",
            "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512",
            "shasum": ""
郭盛 authored
1873 1874
        },
        "require": {
郭盛 authored
1875
            "ext-gd": "*"
郭盛 authored
1876 1877
        },
        "require-dev": {
郭盛 authored
1878 1879
            "phpunit/phpunit": "4.8.*",
            "topthink/framework": "^5.0"
郭盛 authored
1880
        },
郭盛 authored
1881
        "time": "2016-09-29T06:05:43+00:00",
郭盛 authored
1882 1883 1884 1885
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
郭盛 authored
1886 1887
                "think\\": "src"
            }
郭盛 authored
1888 1889 1890
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
郭盛 authored
1891
            "Apache-2.0"
郭盛 authored
1892 1893 1894
        ],
        "authors": [
            {
郭盛 authored
1895 1896
                "name": "yunwuxin",
                "email": "448901948@qq.com"
郭盛 authored
1897 1898
            }
        ],
郭盛 authored
1899
        "description": "The ThinkPHP5 Image Package"
郭盛 authored
1900 1901
    },
    {
郭盛 authored
1902 1903 1904
        "name": "topthink/think-installer",
        "version": "v1.0.12",
        "version_normalized": "1.0.12.0",
郭盛 authored
1905 1906
        "source": {
            "type": "git",
郭盛 authored
1907 1908
            "url": "https://github.com/top-think/think-installer.git",
            "reference": "1be326e68f63de4e95977ed50f46ae75f017556d"
郭盛 authored
1909 1910 1911
        },
        "dist": {
            "type": "zip",
郭盛 authored
1912 1913 1914
            "url": "https://api.github.com/repos/top-think/think-installer/zipball/1be326e68f63de4e95977ed50f46ae75f017556d",
            "reference": "1be326e68f63de4e95977ed50f46ae75f017556d",
            "shasum": ""
郭盛 authored
1915 1916
        },
        "require": {
郭盛 authored
1917
            "composer-plugin-api": "^1.0"
郭盛 authored
1918 1919
        },
        "require-dev": {
郭盛 authored
1920
            "composer/composer": "1.0.*@dev"
郭盛 authored
1921
        },
郭盛 authored
1922 1923 1924 1925
        "time": "2017-05-27T06:58:09+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "think\\composer\\Plugin"
郭盛 authored
1926 1927 1928 1929
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
郭盛 authored
1930
                "think\\composer\\": "src"
郭盛 authored
1931 1932 1933 1934
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
郭盛 authored
1935
            "Apache-2.0"
郭盛 authored
1936 1937 1938
        ],
        "authors": [
            {
郭盛 authored
1939 1940
                "name": "yunwuxin",
                "email": "448901948@qq.com"
郭盛 authored
1941 1942 1943 1944
            }
        ]
    }
]