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.
 
 
 
 
 
 

1857 rivejä
65 KiB

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