You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1903 lines
60 KiB

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