installed.json 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694
  1. {
  2. "packages": [
  3. {
  4. "name": "aliyuncs/oss-sdk-php",
  5. "version": "v2.4.3",
  6. "version_normalized": "2.4.3.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/aliyun/aliyun-oss-php-sdk.git",
  10. "reference": "4ccead614915ee6685bf30016afb01aabd347e46"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/aliyun/aliyun-oss-php-sdk/zipball/4ccead614915ee6685bf30016afb01aabd347e46",
  15. "reference": "4ccead614915ee6685bf30016afb01aabd347e46",
  16. "shasum": "",
  17. "mirrors": [
  18. {
  19. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  20. "preferred": true
  21. }
  22. ]
  23. },
  24. "require": {
  25. "php": ">=5.3"
  26. },
  27. "require-dev": {
  28. "phpunit/phpunit": "*",
  29. "satooshi/php-coveralls": "*"
  30. },
  31. "time": "2021-08-25T13:03:58+00:00",
  32. "type": "library",
  33. "installation-source": "dist",
  34. "autoload": {
  35. "psr-4": {
  36. "OSS\\": "src/OSS"
  37. }
  38. },
  39. "notification-url": "https://packagist.org/downloads/",
  40. "license": [
  41. "MIT"
  42. ],
  43. "authors": [
  44. {
  45. "name": "Aliyuncs",
  46. "homepage": "http://www.aliyun.com"
  47. }
  48. ],
  49. "description": "Aliyun OSS SDK for PHP",
  50. "homepage": "http://www.aliyun.com/product/oss/",
  51. "support": {
  52. "issues": "https://github.com/aliyun/aliyun-oss-php-sdk/issues",
  53. "source": "https://github.com/aliyun/aliyun-oss-php-sdk/tree/v2.4.3"
  54. },
  55. "install-path": "../aliyuncs/oss-sdk-php"
  56. },
  57. {
  58. "name": "endroid/qr-code",
  59. "version": "1.9.3",
  60. "version_normalized": "1.9.3.0",
  61. "source": {
  62. "type": "git",
  63. "url": "https://github.com/endroid/qr-code.git",
  64. "reference": "c9644bec2a9cc9318e98d1437de3c628dcd1ef93"
  65. },
  66. "dist": {
  67. "type": "zip",
  68. "url": "https://api.github.com/repos/endroid/qr-code/zipball/c9644bec2a9cc9318e98d1437de3c628dcd1ef93",
  69. "reference": "c9644bec2a9cc9318e98d1437de3c628dcd1ef93",
  70. "shasum": "",
  71. "mirrors": [
  72. {
  73. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  74. "preferred": true
  75. }
  76. ]
  77. },
  78. "require": {
  79. "ext-gd": "*",
  80. "php": ">=5.4",
  81. "symfony/options-resolver": "^2.3|^3.0"
  82. },
  83. "require-dev": {
  84. "phpunit/phpunit": "^4.0|^5.0",
  85. "sensio/framework-extra-bundle": "^3.0",
  86. "symfony/browser-kit": "^2.3|^3.0",
  87. "symfony/framework-bundle": "^2.3|^3.0",
  88. "symfony/http-kernel": "^2.3|^3.0"
  89. },
  90. "time": "2017-04-08T09:13:59+00:00",
  91. "type": "library",
  92. "extra": {
  93. "branch-alias": {
  94. "dev-master": "1.x-dev"
  95. }
  96. },
  97. "installation-source": "dist",
  98. "autoload": {
  99. "psr-4": {
  100. "Endroid\\QrCode\\": "src/"
  101. }
  102. },
  103. "notification-url": "https://packagist.org/downloads/",
  104. "license": [
  105. "MIT"
  106. ],
  107. "authors": [
  108. {
  109. "name": "Jeroen van den Enden",
  110. "email": "info@endroid.nl",
  111. "homepage": "http://endroid.nl/"
  112. }
  113. ],
  114. "description": "Endroid QR Code",
  115. "homepage": "https://github.com/endroid/QrCode",
  116. "keywords": [
  117. "bundle",
  118. "code",
  119. "endroid",
  120. "qr",
  121. "qrcode",
  122. "symfony"
  123. ],
  124. "install-path": "../endroid/qr-code"
  125. },
  126. {
  127. "name": "firebase/php-jwt",
  128. "version": "v5.4.0",
  129. "version_normalized": "5.4.0.0",
  130. "source": {
  131. "type": "git",
  132. "url": "https://github.com/firebase/php-jwt.git",
  133. "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2"
  134. },
  135. "dist": {
  136. "type": "zip",
  137. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d2113d9b2e0e349796e72d2a63cf9319100382d2",
  138. "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2",
  139. "shasum": "",
  140. "mirrors": [
  141. {
  142. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  143. "preferred": true
  144. }
  145. ]
  146. },
  147. "require": {
  148. "php": ">=5.3.0"
  149. },
  150. "require-dev": {
  151. "phpunit/phpunit": ">=4.8 <=9"
  152. },
  153. "suggest": {
  154. "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
  155. },
  156. "time": "2021-06-23T19:00:23+00:00",
  157. "type": "library",
  158. "installation-source": "dist",
  159. "autoload": {
  160. "psr-4": {
  161. "Firebase\\JWT\\": "src"
  162. }
  163. },
  164. "notification-url": "https://packagist.org/downloads/",
  165. "license": [
  166. "BSD-3-Clause"
  167. ],
  168. "authors": [
  169. {
  170. "name": "Neuman Vong",
  171. "email": "neuman+pear@twilio.com",
  172. "role": "Developer"
  173. },
  174. {
  175. "name": "Anant Narayanan",
  176. "email": "anant@php.net",
  177. "role": "Developer"
  178. }
  179. ],
  180. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  181. "homepage": "https://github.com/firebase/php-jwt",
  182. "keywords": [
  183. "jwt",
  184. "php"
  185. ],
  186. "support": {
  187. "issues": "https://github.com/firebase/php-jwt/issues",
  188. "source": "https://github.com/firebase/php-jwt/tree/v5.4.0"
  189. },
  190. "install-path": "../firebase/php-jwt"
  191. },
  192. {
  193. "name": "qiniu/php-sdk",
  194. "version": "v7.4.1",
  195. "version_normalized": "7.4.1.0",
  196. "source": {
  197. "type": "git",
  198. "url": "https://github.com/qiniu/php-sdk.git",
  199. "reference": "10c7ead8357743b4b987a335c14964fb07700d57"
  200. },
  201. "dist": {
  202. "type": "zip",
  203. "url": "https://api.github.com/repos/qiniu/php-sdk/zipball/10c7ead8357743b4b987a335c14964fb07700d57",
  204. "reference": "10c7ead8357743b4b987a335c14964fb07700d57",
  205. "shasum": "",
  206. "mirrors": [
  207. {
  208. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  209. "preferred": true
  210. }
  211. ]
  212. },
  213. "require": {
  214. "php": ">=5.3.3"
  215. },
  216. "require-dev": {
  217. "paragonie/random_compat": ">=2",
  218. "phpunit/phpunit": "~4.0",
  219. "squizlabs/php_codesniffer": "~3.6"
  220. },
  221. "time": "2021-09-24T09:39:16+00:00",
  222. "type": "library",
  223. "installation-source": "dist",
  224. "autoload": {
  225. "psr-4": {
  226. "Qiniu\\": "src/Qiniu"
  227. },
  228. "files": [
  229. "src/Qiniu/functions.php"
  230. ]
  231. },
  232. "notification-url": "https://packagist.org/downloads/",
  233. "license": [
  234. "MIT"
  235. ],
  236. "authors": [
  237. {
  238. "name": "Qiniu",
  239. "email": "sdk@qiniu.com",
  240. "homepage": "http://www.qiniu.com"
  241. }
  242. ],
  243. "description": "Qiniu Resource (Cloud) Storage SDK for PHP",
  244. "homepage": "http://developer.qiniu.com/",
  245. "keywords": [
  246. "cloud",
  247. "qiniu",
  248. "sdk",
  249. "storage"
  250. ],
  251. "support": {
  252. "issues": "https://github.com/qiniu/php-sdk/issues",
  253. "source": "https://github.com/qiniu/php-sdk/tree/v7.4.1"
  254. },
  255. "install-path": "../qiniu/php-sdk"
  256. },
  257. {
  258. "name": "symfony/options-resolver",
  259. "version": "v3.4.47",
  260. "version_normalized": "3.4.47.0",
  261. "source": {
  262. "type": "git",
  263. "url": "https://github.com/symfony/options-resolver.git",
  264. "reference": "c7efc97a47b2ebaabc19d5b6c6b50f5c37c92744"
  265. },
  266. "dist": {
  267. "type": "zip",
  268. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/c7efc97a47b2ebaabc19d5b6c6b50f5c37c92744",
  269. "reference": "c7efc97a47b2ebaabc19d5b6c6b50f5c37c92744",
  270. "shasum": "",
  271. "mirrors": [
  272. {
  273. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  274. "preferred": true
  275. }
  276. ]
  277. },
  278. "require": {
  279. "php": "^5.5.9|>=7.0.8"
  280. },
  281. "time": "2020-10-24T10:57:07+00:00",
  282. "type": "library",
  283. "installation-source": "dist",
  284. "autoload": {
  285. "psr-4": {
  286. "Symfony\\Component\\OptionsResolver\\": ""
  287. },
  288. "exclude-from-classmap": [
  289. "/Tests/"
  290. ]
  291. },
  292. "notification-url": "https://packagist.org/downloads/",
  293. "license": [
  294. "MIT"
  295. ],
  296. "authors": [
  297. {
  298. "name": "Fabien Potencier",
  299. "email": "fabien@symfony.com"
  300. },
  301. {
  302. "name": "Symfony Community",
  303. "homepage": "https://symfony.com/contributors"
  304. }
  305. ],
  306. "description": "Symfony OptionsResolver Component",
  307. "homepage": "https://symfony.com",
  308. "keywords": [
  309. "config",
  310. "configuration",
  311. "options"
  312. ],
  313. "support": {
  314. "source": "https://github.com/symfony/options-resolver/tree/v3.4.47"
  315. },
  316. "funding": [
  317. {
  318. "url": "https://symfony.com/sponsor",
  319. "type": "custom"
  320. },
  321. {
  322. "url": "https://github.com/fabpot",
  323. "type": "github"
  324. },
  325. {
  326. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  327. "type": "tidelift"
  328. }
  329. ],
  330. "install-path": "../symfony/options-resolver"
  331. },
  332. {
  333. "name": "topthink/framework",
  334. "version": "v5.1.41",
  335. "version_normalized": "5.1.41.0",
  336. "source": {
  337. "type": "git",
  338. "url": "https://github.com/top-think/framework.git",
  339. "reference": "7137741a323a4a60cfca334507cd1812fac91bb2"
  340. },
  341. "dist": {
  342. "type": "zip",
  343. "url": "https://api.github.com/repos/top-think/framework/zipball/7137741a323a4a60cfca334507cd1812fac91bb2",
  344. "reference": "7137741a323a4a60cfca334507cd1812fac91bb2",
  345. "shasum": "",
  346. "mirrors": [
  347. {
  348. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  349. "preferred": true
  350. }
  351. ]
  352. },
  353. "require": {
  354. "php": ">=5.6.0",
  355. "topthink/think-installer": "2.*"
  356. },
  357. "require-dev": {
  358. "johnkary/phpunit-speedtrap": "^1.0",
  359. "mikey179/vfsstream": "~1.6",
  360. "phpdocumentor/reflection-docblock": "^2.0",
  361. "phploc/phploc": "2.*",
  362. "phpunit/phpunit": "^5.0|^6.0",
  363. "sebastian/phpcpd": "2.*",
  364. "squizlabs/php_codesniffer": "2.*"
  365. },
  366. "time": "2021-01-11T02:51:29+00:00",
  367. "type": "think-framework",
  368. "installation-source": "dist",
  369. "notification-url": "https://packagist.org/downloads/",
  370. "license": [
  371. "Apache-2.0"
  372. ],
  373. "authors": [
  374. {
  375. "name": "liu21st",
  376. "email": "liu21st@gmail.com"
  377. },
  378. {
  379. "name": "yunwuxin",
  380. "email": "448901948@qq.com"
  381. }
  382. ],
  383. "description": "the new thinkphp framework",
  384. "homepage": "http://thinkphp.cn/",
  385. "keywords": [
  386. "framework",
  387. "orm",
  388. "thinkphp"
  389. ],
  390. "support": {
  391. "issues": "https://github.com/top-think/framework/issues",
  392. "source": "https://github.com/top-think/framework/tree/v5.1.41"
  393. },
  394. "install-path": "../../thinkphp"
  395. },
  396. {
  397. "name": "topthink/think-installer",
  398. "version": "v2.0.5",
  399. "version_normalized": "2.0.5.0",
  400. "source": {
  401. "type": "git",
  402. "url": "https://github.com/top-think/think-installer.git",
  403. "reference": "38ba647706e35d6704b5d370c06f8a160b635f88"
  404. },
  405. "dist": {
  406. "type": "zip",
  407. "url": "https://api.github.com/repos/top-think/think-installer/zipball/38ba647706e35d6704b5d370c06f8a160b635f88",
  408. "reference": "38ba647706e35d6704b5d370c06f8a160b635f88",
  409. "shasum": "",
  410. "mirrors": [
  411. {
  412. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  413. "preferred": true
  414. }
  415. ]
  416. },
  417. "require": {
  418. "composer-plugin-api": "^1.0||^2.0"
  419. },
  420. "require-dev": {
  421. "composer/composer": "^1.0||^2.0"
  422. },
  423. "time": "2021-01-14T12:12:14+00:00",
  424. "type": "composer-plugin",
  425. "extra": {
  426. "class": "think\\composer\\Plugin"
  427. },
  428. "installation-source": "dist",
  429. "autoload": {
  430. "psr-4": {
  431. "think\\composer\\": "src"
  432. }
  433. },
  434. "notification-url": "https://packagist.org/downloads/",
  435. "license": [
  436. "Apache-2.0"
  437. ],
  438. "authors": [
  439. {
  440. "name": "yunwuxin",
  441. "email": "448901948@qq.com"
  442. }
  443. ],
  444. "support": {
  445. "issues": "https://github.com/top-think/think-installer/issues",
  446. "source": "https://github.com/top-think/think-installer/tree/v2.0.5"
  447. },
  448. "install-path": "../topthink/think-installer"
  449. },
  450. {
  451. "name": "zoujingli/ip2region",
  452. "version": "v1.0.10",
  453. "version_normalized": "1.0.10.0",
  454. "source": {
  455. "type": "git",
  456. "url": "https://github.com/zoujingli/ip2region.git",
  457. "reference": "453480d0ab5b6fdbdf4aa400b7598a10ff2dc5c0"
  458. },
  459. "dist": {
  460. "type": "zip",
  461. "url": "https://api.github.com/repos/zoujingli/ip2region/zipball/453480d0ab5b6fdbdf4aa400b7598a10ff2dc5c0",
  462. "reference": "453480d0ab5b6fdbdf4aa400b7598a10ff2dc5c0",
  463. "shasum": "",
  464. "mirrors": [
  465. {
  466. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  467. "preferred": true
  468. }
  469. ]
  470. },
  471. "require": {
  472. "php": ">=5.3"
  473. },
  474. "time": "2021-03-23T10:29:05+00:00",
  475. "type": "library",
  476. "installation-source": "dist",
  477. "autoload": {
  478. "classmap": [
  479. "Ip2Region.php"
  480. ]
  481. },
  482. "notification-url": "https://packagist.org/downloads/",
  483. "license": [
  484. "Apache-2.0"
  485. ],
  486. "authors": [
  487. {
  488. "name": "Anyon",
  489. "email": "zoujingli@qq.com",
  490. "homepage": "http://ctolog.com"
  491. }
  492. ],
  493. "description": "Ip2Region for PHP",
  494. "homepage": "https://github.com/zoujingli/Ip2Region",
  495. "keywords": [
  496. "Ip2Region"
  497. ],
  498. "support": {
  499. "issues": "https://github.com/zoujingli/ip2region/issues",
  500. "source": "https://github.com/zoujingli/ip2region/tree/v1.0.10"
  501. },
  502. "install-path": "../zoujingli/ip2region"
  503. },
  504. {
  505. "name": "zoujingli/think-library",
  506. "version": "v5.1.x-dev",
  507. "version_normalized": "5.1.9999999.9999999-dev",
  508. "source": {
  509. "type": "git",
  510. "url": "https://github.com/zoujingli/ThinkLibrary.git",
  511. "reference": "5fe511de9ccf687a56d3b39493f3a555cdb20a51"
  512. },
  513. "dist": {
  514. "type": "zip",
  515. "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/5fe511de9ccf687a56d3b39493f3a555cdb20a51",
  516. "reference": "5fe511de9ccf687a56d3b39493f3a555cdb20a51",
  517. "shasum": "",
  518. "mirrors": [
  519. {
  520. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  521. "preferred": true
  522. }
  523. ]
  524. },
  525. "require": {
  526. "aliyuncs/oss-sdk-php": "^2.3",
  527. "ext-curl": "*",
  528. "ext-gd": "*",
  529. "ext-iconv": "*",
  530. "ext-json": "*",
  531. "ext-openssl": "*",
  532. "php": ">=5.5",
  533. "qiniu/php-sdk": "^7.2",
  534. "topthink/framework": "5.1.*"
  535. },
  536. "time": "2021-10-21T06:32:32+00:00",
  537. "type": "library",
  538. "installation-source": "dist",
  539. "autoload": {
  540. "files": [
  541. "src/common.php"
  542. ],
  543. "psr-4": {
  544. "library\\": "src"
  545. }
  546. },
  547. "notification-url": "https://packagist.org/downloads/",
  548. "license": [
  549. "MIT"
  550. ],
  551. "description": "ThinkPHP Basic Development Library",
  552. "homepage": "http://framework.thinkadmin.top",
  553. "support": {
  554. "issues": "https://github.com/zoujingli/ThinkLibrary/issues",
  555. "source": "https://github.com/zoujingli/ThinkLibrary/tree/v5.1"
  556. },
  557. "install-path": "../zoujingli/think-library"
  558. },
  559. {
  560. "name": "zoujingli/wechat-developer",
  561. "version": "v1.2.33",
  562. "version_normalized": "1.2.33.0",
  563. "source": {
  564. "type": "git",
  565. "url": "https://github.com/zoujingli/WeChatDeveloper.git",
  566. "reference": "82ac3c977ea0ba5258f4e60aef8502e4f2bc14f4"
  567. },
  568. "dist": {
  569. "type": "zip",
  570. "url": "https://api.github.com/repos/zoujingli/WeChatDeveloper/zipball/82ac3c977ea0ba5258f4e60aef8502e4f2bc14f4",
  571. "reference": "82ac3c977ea0ba5258f4e60aef8502e4f2bc14f4",
  572. "shasum": "",
  573. "mirrors": [
  574. {
  575. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  576. "preferred": true
  577. }
  578. ]
  579. },
  580. "require": {
  581. "ext-bcmath": "*",
  582. "ext-curl": "*",
  583. "ext-json": "*",
  584. "ext-libxml": "*",
  585. "ext-mbstring": "*",
  586. "ext-openssl": "*",
  587. "ext-simplexml": "*",
  588. "ext-xml": "*",
  589. "php": ">=5.4"
  590. },
  591. "time": "2021-09-29T03:18:27+00:00",
  592. "type": "library",
  593. "installation-source": "dist",
  594. "autoload": {
  595. "classmap": [
  596. "We.php"
  597. ],
  598. "psr-4": {
  599. "WePay\\": "WePay",
  600. "WeChat\\": "WeChat",
  601. "WeMini\\": "WeMini",
  602. "AliPay\\": "AliPay",
  603. "WePayV3\\": "WePayV3"
  604. }
  605. },
  606. "notification-url": "https://packagist.org/downloads/",
  607. "license": [
  608. "MIT"
  609. ],
  610. "authors": [
  611. {
  612. "name": "Anyon",
  613. "email": "zoujingli@qq.com",
  614. "homepage": "https://thinkadmin.top"
  615. }
  616. ],
  617. "description": "WeChat platform and WeChat payment development tools",
  618. "homepage": "https://github.com/kentwangit/WeChatDeveloper",
  619. "keywords": [
  620. "WeChatDeveloper",
  621. "WeMini",
  622. "alipay",
  623. "wechat",
  624. "wechatpay",
  625. "wepay"
  626. ],
  627. "support": {
  628. "issues": "https://github.com/zoujingli/WeChatDeveloper/issues",
  629. "source": "https://github.com/zoujingli/WeChatDeveloper/tree/v1.2.33"
  630. },
  631. "install-path": "../zoujingli/wechat-developer"
  632. },
  633. {
  634. "name": "zoujingli/weopen-developer",
  635. "version": "dev-master",
  636. "version_normalized": "dev-master",
  637. "source": {
  638. "type": "git",
  639. "url": "https://github.com/zoujingli/WeOpenDeveloper.git",
  640. "reference": "4d0d3c064e54556621453845fc65ba52de58a880"
  641. },
  642. "dist": {
  643. "type": "zip",
  644. "url": "https://api.github.com/repos/zoujingli/WeOpenDeveloper/zipball/4d0d3c064e54556621453845fc65ba52de58a880",
  645. "reference": "4d0d3c064e54556621453845fc65ba52de58a880",
  646. "shasum": "",
  647. "mirrors": [
  648. {
  649. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  650. "preferred": true
  651. }
  652. ]
  653. },
  654. "require": {
  655. "ext-curl": "*",
  656. "ext-json": "*",
  657. "ext-openssl": "*",
  658. "php": ">=5.4",
  659. "zoujingli/wechat-developer": "^1.0"
  660. },
  661. "time": "2019-10-10T10:18:05+00:00",
  662. "type": "library",
  663. "installation-source": "dist",
  664. "autoload": {
  665. "psr-4": {
  666. "WeOpen\\": "WeOpen",
  667. "WeChat\\": "WeChat",
  668. "WeMini\\": "WeMini"
  669. }
  670. },
  671. "notification-url": "https://packagist.org/downloads/",
  672. "license": [
  673. "MIT"
  674. ],
  675. "authors": [
  676. {
  677. "name": "Anyon",
  678. "email": "zoujingli@qq.com",
  679. "homepage": "http://ctolog.com"
  680. }
  681. ],
  682. "description": "WeChat Open development of SDK",
  683. "homepage": "https://github.com/zoujingli/WeOpenDeveloper",
  684. "keywords": [
  685. "WeChatOpen",
  686. "WeChatOpenDeveloper",
  687. "wechat"
  688. ],
  689. "install-path": "../zoujingli/weopen-developer"
  690. }
  691. ],
  692. "dev": true,
  693. "dev-package-names": []
  694. }