智慧食堂-支付项目
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.

1809 lines
63 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": "174626509938c49a6a1ace8ddf07002c",
  8. "packages": [
  9. {
  10. "name": "adbario/php-dot-notation",
  11. "version": "2.5.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/adbario/php-dot-notation.git",
  15. "reference": "081e2cca50c84bfeeea2e3ef9b2c8d206d80ccae"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/adbario/php-dot-notation/zipball/081e2cca50c84bfeeea2e3ef9b2c8d206d80ccae",
  20. "reference": "081e2cca50c84bfeeea2e3ef9b2c8d206d80ccae",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-json": "*",
  25. "php": "^5.5 || ^7.0 || ^8.0"
  26. },
  27. "require-dev": {
  28. "phpunit/phpunit": "^4.8|^5.7|^6.6|^7.5|^8.5|^9.5",
  29. "squizlabs/php_codesniffer": "^3.6"
  30. },
  31. "type": "library",
  32. "autoload": {
  33. "files": [
  34. "src/helpers.php"
  35. ],
  36. "psr-4": {
  37. "Adbar\\": "src"
  38. }
  39. },
  40. "notification-url": "https://packagist.org/downloads/",
  41. "license": [
  42. "MIT"
  43. ],
  44. "authors": [
  45. {
  46. "name": "Riku Särkinen",
  47. "email": "riku@adbar.io"
  48. }
  49. ],
  50. "description": "PHP dot notation access to arrays",
  51. "homepage": "https://github.com/adbario/php-dot-notation",
  52. "keywords": [
  53. "ArrayAccess",
  54. "dotnotation"
  55. ],
  56. "support": {
  57. "issues": "https://github.com/adbario/php-dot-notation/issues",
  58. "source": "https://github.com/adbario/php-dot-notation/tree/2.5.0"
  59. },
  60. "time": "2022-10-14T20:31:46+00:00"
  61. },
  62. {
  63. "name": "alibabacloud/tea",
  64. "version": "3.2.1",
  65. "source": {
  66. "type": "git",
  67. "url": "https://github.com/aliyun/tea-php.git",
  68. "reference": "1619cb96c158384f72b873e1f85de8b299c9c367"
  69. },
  70. "dist": {
  71. "type": "zip",
  72. "url": "https://api.github.com/repos/aliyun/tea-php/zipball/1619cb96c158384f72b873e1f85de8b299c9c367",
  73. "reference": "1619cb96c158384f72b873e1f85de8b299c9c367",
  74. "shasum": ""
  75. },
  76. "require": {
  77. "adbario/php-dot-notation": "^2.4",
  78. "ext-curl": "*",
  79. "ext-json": "*",
  80. "ext-libxml": "*",
  81. "ext-mbstring": "*",
  82. "ext-openssl": "*",
  83. "ext-simplexml": "*",
  84. "ext-xmlwriter": "*",
  85. "guzzlehttp/guzzle": "^6.3|^7.0",
  86. "php": ">=5.5"
  87. },
  88. "require-dev": {
  89. "phpunit/phpunit": "*",
  90. "symfony/dotenv": "^3.4",
  91. "symfony/var-dumper": "^3.4"
  92. },
  93. "suggest": {
  94. "ext-sockets": "To use client-side monitoring"
  95. },
  96. "type": "library",
  97. "autoload": {
  98. "psr-4": {
  99. "AlibabaCloud\\Tea\\": "src"
  100. }
  101. },
  102. "notification-url": "https://packagist.org/downloads/",
  103. "license": [
  104. "Apache-2.0"
  105. ],
  106. "authors": [
  107. {
  108. "name": "Alibaba Cloud SDK",
  109. "email": "sdk-team@alibabacloud.com",
  110. "homepage": "http://www.alibabacloud.com"
  111. }
  112. ],
  113. "description": "Client of Tea for PHP",
  114. "homepage": "https://www.alibabacloud.com/",
  115. "keywords": [
  116. "alibabacloud",
  117. "client",
  118. "cloud",
  119. "tea"
  120. ],
  121. "support": {
  122. "issues": "https://github.com/aliyun/tea-php/issues",
  123. "source": "https://github.com/aliyun/tea-php"
  124. },
  125. "time": "2023-05-16T06:43:41+00:00"
  126. },
  127. {
  128. "name": "alibabacloud/tea-fileform",
  129. "version": "0.3.4",
  130. "source": {
  131. "type": "git",
  132. "url": "https://github.com/alibabacloud-sdk-php/tea-fileform.git",
  133. "reference": "4bf0c75a045c8115aa8cb1a394bd08d8bb833181"
  134. },
  135. "dist": {
  136. "type": "zip",
  137. "url": "https://api.github.com/repos/alibabacloud-sdk-php/tea-fileform/zipball/4bf0c75a045c8115aa8cb1a394bd08d8bb833181",
  138. "reference": "4bf0c75a045c8115aa8cb1a394bd08d8bb833181",
  139. "shasum": ""
  140. },
  141. "require": {
  142. "alibabacloud/tea": "^3.0",
  143. "php": ">5.5"
  144. },
  145. "require-dev": {
  146. "phpunit/phpunit": "^4.8.35|^5.4.3"
  147. },
  148. "type": "library",
  149. "autoload": {
  150. "psr-4": {
  151. "AlibabaCloud\\Tea\\FileForm\\": "src"
  152. }
  153. },
  154. "notification-url": "https://packagist.org/downloads/",
  155. "license": [
  156. "Apache-2.0"
  157. ],
  158. "authors": [
  159. {
  160. "name": "Alibaba Cloud SDK",
  161. "email": "sdk-team@alibabacloud.com"
  162. }
  163. ],
  164. "description": "Alibaba Cloud Tea File Library for PHP",
  165. "support": {
  166. "issues": "https://github.com/alibabacloud-sdk-php/tea-fileform/issues",
  167. "source": "https://github.com/alibabacloud-sdk-php/tea-fileform/tree/0.3.4"
  168. },
  169. "time": "2020-12-01T07:24:35+00:00"
  170. },
  171. {
  172. "name": "alipaysdk/easysdk",
  173. "version": "2.0.0",
  174. "source": {
  175. "type": "git",
  176. "url": "https://github.com/alipay/alipay-easysdk.git",
  177. "reference": "677a035e11df6a66a085f1bd1efc58b72eb8b3d5"
  178. },
  179. "dist": {
  180. "type": "zip",
  181. "url": "https://api.github.com/repos/alipay/alipay-easysdk/zipball/677a035e11df6a66a085f1bd1efc58b72eb8b3d5",
  182. "reference": "677a035e11df6a66a085f1bd1efc58b72eb8b3d5",
  183. "shasum": ""
  184. },
  185. "require": {
  186. "adbario/php-dot-notation": "^2.2",
  187. "alibabacloud/tea": "^3.1",
  188. "alibabacloud/tea-fileform": "^0.3.2",
  189. "danielstjules/stringy": "^3.1",
  190. "ext-ctype": "*",
  191. "ext-curl": "*",
  192. "ext-dom": "*",
  193. "ext-fileinfo": "*",
  194. "ext-json": "*",
  195. "ext-libxml": "*",
  196. "ext-mbstring": "*",
  197. "ext-openssl": "*",
  198. "ext-simplexml": "*",
  199. "ext-xmlwriter": "*",
  200. "guzzlehttp/guzzle": ">=6.3",
  201. "mtdowling/jmespath.php": "^2.4",
  202. "php": ">=7.0",
  203. "pimple/pimple": "^3.0",
  204. "psr/log": "^1.1",
  205. "songshenzong/support": "^2.0",
  206. "xin/container": "^2.0.1"
  207. },
  208. "require-dev": {
  209. "phpunit/phpunit": "^7.5"
  210. },
  211. "type": "library",
  212. "autoload": {
  213. "psr-4": {
  214. "Alipay\\EasySDK\\": "php/src/"
  215. }
  216. },
  217. "notification-url": "https://packagist.org/downloads/",
  218. "license": [
  219. "Apache-2.0"
  220. ],
  221. "authors": [
  222. {
  223. "name": "junying.wjy",
  224. "email": "junying.wjy@antfin.com"
  225. }
  226. ],
  227. "description": "支付宝官方 Alipay Easy SDK",
  228. "support": {
  229. "issues": "https://github.com/alipay/alipay-easysdk/issues",
  230. "source": "https://github.com/alipay/alipay-easysdk/tree/master"
  231. },
  232. "time": "2020-07-07T09:28:36+00:00"
  233. },
  234. {
  235. "name": "danielstjules/stringy",
  236. "version": "3.1.0",
  237. "source": {
  238. "type": "git",
  239. "url": "https://github.com/danielstjules/Stringy.git",
  240. "reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e"
  241. },
  242. "dist": {
  243. "type": "zip",
  244. "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e",
  245. "reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e",
  246. "shasum": ""
  247. },
  248. "require": {
  249. "php": ">=5.4.0",
  250. "symfony/polyfill-mbstring": "~1.1"
  251. },
  252. "require-dev": {
  253. "phpunit/phpunit": "~4.0"
  254. },
  255. "type": "library",
  256. "autoload": {
  257. "files": [
  258. "src/Create.php"
  259. ],
  260. "psr-4": {
  261. "Stringy\\": "src/"
  262. }
  263. },
  264. "notification-url": "https://packagist.org/downloads/",
  265. "license": [
  266. "MIT"
  267. ],
  268. "authors": [
  269. {
  270. "name": "Daniel St. Jules",
  271. "email": "danielst.jules@gmail.com",
  272. "homepage": "http://www.danielstjules.com"
  273. }
  274. ],
  275. "description": "A string manipulation library with multibyte support",
  276. "homepage": "https://github.com/danielstjules/Stringy",
  277. "keywords": [
  278. "UTF",
  279. "helpers",
  280. "manipulation",
  281. "methods",
  282. "multibyte",
  283. "string",
  284. "utf-8",
  285. "utility",
  286. "utils"
  287. ],
  288. "support": {
  289. "issues": "https://github.com/danielstjules/Stringy/issues",
  290. "source": "https://github.com/danielstjules/Stringy"
  291. },
  292. "time": "2017-06-12T01:10:27+00:00"
  293. },
  294. {
  295. "name": "ezyang/htmlpurifier",
  296. "version": "v4.16.0",
  297. "source": {
  298. "type": "git",
  299. "url": "https://github.com/ezyang/htmlpurifier.git",
  300. "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8"
  301. },
  302. "dist": {
  303. "type": "zip",
  304. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8",
  305. "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8",
  306. "shasum": ""
  307. },
  308. "require": {
  309. "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
  310. },
  311. "require-dev": {
  312. "cerdic/css-tidy": "^1.7 || ^2.0",
  313. "simpletest/simpletest": "dev-master"
  314. },
  315. "suggest": {
  316. "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
  317. "ext-bcmath": "Used for unit conversion and imagecrash protection",
  318. "ext-iconv": "Converts text to and from non-UTF-8 encodings",
  319. "ext-tidy": "Used for pretty-printing HTML"
  320. },
  321. "type": "library",
  322. "autoload": {
  323. "files": [
  324. "library/HTMLPurifier.composer.php"
  325. ],
  326. "psr-0": {
  327. "HTMLPurifier": "library/"
  328. },
  329. "exclude-from-classmap": [
  330. "/library/HTMLPurifier/Language/"
  331. ]
  332. },
  333. "notification-url": "https://packagist.org/downloads/",
  334. "license": [
  335. "LGPL-2.1-or-later"
  336. ],
  337. "authors": [
  338. {
  339. "name": "Edward Z. Yang",
  340. "email": "admin@htmlpurifier.org",
  341. "homepage": "http://ezyang.com"
  342. }
  343. ],
  344. "description": "Standards compliant HTML filter written in PHP",
  345. "homepage": "http://htmlpurifier.org/",
  346. "keywords": [
  347. "html"
  348. ],
  349. "support": {
  350. "issues": "https://github.com/ezyang/htmlpurifier/issues",
  351. "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0"
  352. },
  353. "time": "2022-09-18T07:06:19+00:00"
  354. },
  355. {
  356. "name": "guzzlehttp/guzzle",
  357. "version": "7.7.0",
  358. "source": {
  359. "type": "git",
  360. "url": "https://github.com/guzzle/guzzle.git",
  361. "reference": "fb7566caccf22d74d1ab270de3551f72a58399f5"
  362. },
  363. "dist": {
  364. "type": "zip",
  365. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/fb7566caccf22d74d1ab270de3551f72a58399f5",
  366. "reference": "fb7566caccf22d74d1ab270de3551f72a58399f5",
  367. "shasum": ""
  368. },
  369. "require": {
  370. "ext-json": "*",
  371. "guzzlehttp/promises": "^1.5.3 || ^2.0",
  372. "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
  373. "php": "^7.2.5 || ^8.0",
  374. "psr/http-client": "^1.0",
  375. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  376. },
  377. "provide": {
  378. "psr/http-client-implementation": "1.0"
  379. },
  380. "require-dev": {
  381. "bamarni/composer-bin-plugin": "^1.8.1",
  382. "ext-curl": "*",
  383. "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
  384. "php-http/message-factory": "^1.1",
  385. "phpunit/phpunit": "^8.5.29 || ^9.5.23",
  386. "psr/log": "^1.1 || ^2.0 || ^3.0"
  387. },
  388. "suggest": {
  389. "ext-curl": "Required for CURL handler support",
  390. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  391. "psr/log": "Required for using the Log middleware"
  392. },
  393. "type": "library",
  394. "extra": {
  395. "bamarni-bin": {
  396. "bin-links": true,
  397. "forward-command": false
  398. }
  399. },
  400. "autoload": {
  401. "files": [
  402. "src/functions_include.php"
  403. ],
  404. "psr-4": {
  405. "GuzzleHttp\\": "src/"
  406. }
  407. },
  408. "notification-url": "https://packagist.org/downloads/",
  409. "license": [
  410. "MIT"
  411. ],
  412. "authors": [
  413. {
  414. "name": "Graham Campbell",
  415. "email": "hello@gjcampbell.co.uk",
  416. "homepage": "https://github.com/GrahamCampbell"
  417. },
  418. {
  419. "name": "Michael Dowling",
  420. "email": "mtdowling@gmail.com",
  421. "homepage": "https://github.com/mtdowling"
  422. },
  423. {
  424. "name": "Jeremy Lindblom",
  425. "email": "jeremeamia@gmail.com",
  426. "homepage": "https://github.com/jeremeamia"
  427. },
  428. {
  429. "name": "George Mponos",
  430. "email": "gmponos@gmail.com",
  431. "homepage": "https://github.com/gmponos"
  432. },
  433. {
  434. "name": "Tobias Nyholm",
  435. "email": "tobias.nyholm@gmail.com",
  436. "homepage": "https://github.com/Nyholm"
  437. },
  438. {
  439. "name": "Márk Sági-Kazár",
  440. "email": "mark.sagikazar@gmail.com",
  441. "homepage": "https://github.com/sagikazarmark"
  442. },
  443. {
  444. "name": "Tobias Schultze",
  445. "email": "webmaster@tubo-world.de",
  446. "homepage": "https://github.com/Tobion"
  447. }
  448. ],
  449. "description": "Guzzle is a PHP HTTP client library",
  450. "keywords": [
  451. "client",
  452. "curl",
  453. "framework",
  454. "http",
  455. "http client",
  456. "psr-18",
  457. "psr-7",
  458. "rest",
  459. "web service"
  460. ],
  461. "support": {
  462. "issues": "https://github.com/guzzle/guzzle/issues",
  463. "source": "https://github.com/guzzle/guzzle/tree/7.7.0"
  464. },
  465. "funding": [
  466. {
  467. "url": "https://github.com/GrahamCampbell",
  468. "type": "github"
  469. },
  470. {
  471. "url": "https://github.com/Nyholm",
  472. "type": "github"
  473. },
  474. {
  475. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
  476. "type": "tidelift"
  477. }
  478. ],
  479. "time": "2023-05-21T14:04:53+00:00"
  480. },
  481. {
  482. "name": "guzzlehttp/promises",
  483. "version": "2.0.1",
  484. "source": {
  485. "type": "git",
  486. "url": "https://github.com/guzzle/promises.git",
  487. "reference": "111166291a0f8130081195ac4556a5587d7f1b5d"
  488. },
  489. "dist": {
  490. "type": "zip",
  491. "url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d",
  492. "reference": "111166291a0f8130081195ac4556a5587d7f1b5d",
  493. "shasum": ""
  494. },
  495. "require": {
  496. "php": "^7.2.5 || ^8.0"
  497. },
  498. "require-dev": {
  499. "bamarni/composer-bin-plugin": "^1.8.1",
  500. "phpunit/phpunit": "^8.5.29 || ^9.5.23"
  501. },
  502. "type": "library",
  503. "extra": {
  504. "bamarni-bin": {
  505. "bin-links": true,
  506. "forward-command": false
  507. }
  508. },
  509. "autoload": {
  510. "psr-4": {
  511. "GuzzleHttp\\Promise\\": "src/"
  512. }
  513. },
  514. "notification-url": "https://packagist.org/downloads/",
  515. "license": [
  516. "MIT"
  517. ],
  518. "authors": [
  519. {
  520. "name": "Graham Campbell",
  521. "email": "hello@gjcampbell.co.uk",
  522. "homepage": "https://github.com/GrahamCampbell"
  523. },
  524. {
  525. "name": "Michael Dowling",
  526. "email": "mtdowling@gmail.com",
  527. "homepage": "https://github.com/mtdowling"
  528. },
  529. {
  530. "name": "Tobias Nyholm",
  531. "email": "tobias.nyholm@gmail.com",
  532. "homepage": "https://github.com/Nyholm"
  533. },
  534. {
  535. "name": "Tobias Schultze",
  536. "email": "webmaster@tubo-world.de",
  537. "homepage": "https://github.com/Tobion"
  538. }
  539. ],
  540. "description": "Guzzle promises library",
  541. "keywords": [
  542. "promise"
  543. ],
  544. "support": {
  545. "issues": "https://github.com/guzzle/promises/issues",
  546. "source": "https://github.com/guzzle/promises/tree/2.0.1"
  547. },
  548. "funding": [
  549. {
  550. "url": "https://github.com/GrahamCampbell",
  551. "type": "github"
  552. },
  553. {
  554. "url": "https://github.com/Nyholm",
  555. "type": "github"
  556. },
  557. {
  558. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  559. "type": "tidelift"
  560. }
  561. ],
  562. "time": "2023-08-03T15:11:55+00:00"
  563. },
  564. {
  565. "name": "guzzlehttp/psr7",
  566. "version": "2.6.0",
  567. "source": {
  568. "type": "git",
  569. "url": "https://github.com/guzzle/psr7.git",
  570. "reference": "8bd7c33a0734ae1c5d074360512beb716bef3f77"
  571. },
  572. "dist": {
  573. "type": "zip",
  574. "url": "https://api.github.com/repos/guzzle/psr7/zipball/8bd7c33a0734ae1c5d074360512beb716bef3f77",
  575. "reference": "8bd7c33a0734ae1c5d074360512beb716bef3f77",
  576. "shasum": ""
  577. },
  578. "require": {
  579. "php": "^7.2.5 || ^8.0",
  580. "psr/http-factory": "^1.0",
  581. "psr/http-message": "^1.1 || ^2.0",
  582. "ralouphie/getallheaders": "^3.0"
  583. },
  584. "provide": {
  585. "psr/http-factory-implementation": "1.0",
  586. "psr/http-message-implementation": "1.0"
  587. },
  588. "require-dev": {
  589. "bamarni/composer-bin-plugin": "^1.8.1",
  590. "http-interop/http-factory-tests": "^0.9",
  591. "phpunit/phpunit": "^8.5.29 || ^9.5.23"
  592. },
  593. "suggest": {
  594. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  595. },
  596. "type": "library",
  597. "extra": {
  598. "bamarni-bin": {
  599. "bin-links": true,
  600. "forward-command": false
  601. }
  602. },
  603. "autoload": {
  604. "psr-4": {
  605. "GuzzleHttp\\Psr7\\": "src/"
  606. }
  607. },
  608. "notification-url": "https://packagist.org/downloads/",
  609. "license": [
  610. "MIT"
  611. ],
  612. "authors": [
  613. {
  614. "name": "Graham Campbell",
  615. "email": "hello@gjcampbell.co.uk",
  616. "homepage": "https://github.com/GrahamCampbell"
  617. },
  618. {
  619. "name": "Michael Dowling",
  620. "email": "mtdowling@gmail.com",
  621. "homepage": "https://github.com/mtdowling"
  622. },
  623. {
  624. "name": "George Mponos",
  625. "email": "gmponos@gmail.com",
  626. "homepage": "https://github.com/gmponos"
  627. },
  628. {
  629. "name": "Tobias Nyholm",
  630. "email": "tobias.nyholm@gmail.com",
  631. "homepage": "https://github.com/Nyholm"
  632. },
  633. {
  634. "name": "Márk Sági-Kazár",
  635. "email": "mark.sagikazar@gmail.com",
  636. "homepage": "https://github.com/sagikazarmark"
  637. },
  638. {
  639. "name": "Tobias Schultze",
  640. "email": "webmaster@tubo-world.de",
  641. "homepage": "https://github.com/Tobion"
  642. },
  643. {
  644. "name": "Márk Sági-Kazár",
  645. "email": "mark.sagikazar@gmail.com",
  646. "homepage": "https://sagikazarmark.hu"
  647. }
  648. ],
  649. "description": "PSR-7 message implementation that also provides common utility methods",
  650. "keywords": [
  651. "http",
  652. "message",
  653. "psr-7",
  654. "request",
  655. "response",
  656. "stream",
  657. "uri",
  658. "url"
  659. ],
  660. "support": {
  661. "issues": "https://github.com/guzzle/psr7/issues",
  662. "source": "https://github.com/guzzle/psr7/tree/2.6.0"
  663. },
  664. "funding": [
  665. {
  666. "url": "https://github.com/GrahamCampbell",
  667. "type": "github"
  668. },
  669. {
  670. "url": "https://github.com/Nyholm",
  671. "type": "github"
  672. },
  673. {
  674. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  675. "type": "tidelift"
  676. }
  677. ],
  678. "time": "2023-08-03T15:06:02+00:00"
  679. },
  680. {
  681. "name": "maennchen/zipstream-php",
  682. "version": "2.2.6",
  683. "source": {
  684. "type": "git",
  685. "url": "https://github.com/maennchen/ZipStream-PHP.git",
  686. "reference": "30ad6f93cf3efe4192bc7a4c9cad11ff8f4f237f"
  687. },
  688. "dist": {
  689. "type": "zip",
  690. "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/30ad6f93cf3efe4192bc7a4c9cad11ff8f4f237f",
  691. "reference": "30ad6f93cf3efe4192bc7a4c9cad11ff8f4f237f",
  692. "shasum": ""
  693. },
  694. "require": {
  695. "myclabs/php-enum": "^1.5",
  696. "php": "^7.4 || ^8.0",
  697. "psr/http-message": "^1.0",
  698. "symfony/polyfill-mbstring": "^1.0"
  699. },
  700. "require-dev": {
  701. "ext-zip": "*",
  702. "friendsofphp/php-cs-fixer": "^3.9",
  703. "guzzlehttp/guzzle": "^6.5.3 || ^7.2.0",
  704. "mikey179/vfsstream": "^1.6",
  705. "php-coveralls/php-coveralls": "^2.4",
  706. "phpunit/phpunit": "^8.5.8 || ^9.4.2",
  707. "vimeo/psalm": "^4.1"
  708. },
  709. "type": "library",
  710. "autoload": {
  711. "psr-4": {
  712. "ZipStream\\": "src/"
  713. }
  714. },
  715. "notification-url": "https://packagist.org/downloads/",
  716. "license": [
  717. "MIT"
  718. ],
  719. "authors": [
  720. {
  721. "name": "Paul Duncan",
  722. "email": "pabs@pablotron.org"
  723. },
  724. {
  725. "name": "Jonatan Männchen",
  726. "email": "jonatan@maennchen.ch"
  727. },
  728. {
  729. "name": "Jesse Donat",
  730. "email": "donatj@gmail.com"
  731. },
  732. {
  733. "name": "András Kolesár",
  734. "email": "kolesar@kolesar.hu"
  735. }
  736. ],
  737. "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
  738. "keywords": [
  739. "stream",
  740. "zip"
  741. ],
  742. "support": {
  743. "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
  744. "source": "https://github.com/maennchen/ZipStream-PHP/tree/2.2.6"
  745. },
  746. "funding": [
  747. {
  748. "url": "https://github.com/maennchen",
  749. "type": "github"
  750. },
  751. {
  752. "url": "https://opencollective.com/zipstream",
  753. "type": "open_collective"
  754. }
  755. ],
  756. "time": "2022-11-25T18:57:19+00:00"
  757. },
  758. {
  759. "name": "markbaker/complex",
  760. "version": "3.0.2",
  761. "source": {
  762. "type": "git",
  763. "url": "https://github.com/MarkBaker/PHPComplex.git",
  764. "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
  765. },
  766. "dist": {
  767. "type": "zip",
  768. "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
  769. "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
  770. "shasum": ""
  771. },
  772. "require": {
  773. "php": "^7.2 || ^8.0"
  774. },
  775. "require-dev": {
  776. "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
  777. "phpcompatibility/php-compatibility": "^9.3",
  778. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
  779. "squizlabs/php_codesniffer": "^3.7"
  780. },
  781. "type": "library",
  782. "autoload": {
  783. "psr-4": {
  784. "Complex\\": "classes/src/"
  785. }
  786. },
  787. "notification-url": "https://packagist.org/downloads/",
  788. "license": [
  789. "MIT"
  790. ],
  791. "authors": [
  792. {
  793. "name": "Mark Baker",
  794. "email": "mark@lange.demon.co.uk"
  795. }
  796. ],
  797. "description": "PHP Class for working with complex numbers",
  798. "homepage": "https://github.com/MarkBaker/PHPComplex",
  799. "keywords": [
  800. "complex",
  801. "mathematics"
  802. ],
  803. "support": {
  804. "issues": "https://github.com/MarkBaker/PHPComplex/issues",
  805. "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
  806. },
  807. "time": "2022-12-06T16:21:08+00:00"
  808. },
  809. {
  810. "name": "markbaker/matrix",
  811. "version": "3.0.1",
  812. "source": {
  813. "type": "git",
  814. "url": "https://github.com/MarkBaker/PHPMatrix.git",
  815. "reference": "728434227fe21be27ff6d86621a1b13107a2562c"
  816. },
  817. "dist": {
  818. "type": "zip",
  819. "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
  820. "reference": "728434227fe21be27ff6d86621a1b13107a2562c",
  821. "shasum": ""
  822. },
  823. "require": {
  824. "php": "^7.1 || ^8.0"
  825. },
  826. "require-dev": {
  827. "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
  828. "phpcompatibility/php-compatibility": "^9.3",
  829. "phpdocumentor/phpdocumentor": "2.*",
  830. "phploc/phploc": "^4.0",
  831. "phpmd/phpmd": "2.*",
  832. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
  833. "sebastian/phpcpd": "^4.0",
  834. "squizlabs/php_codesniffer": "^3.7"
  835. },
  836. "type": "library",
  837. "autoload": {
  838. "psr-4": {
  839. "Matrix\\": "classes/src/"
  840. }
  841. },
  842. "notification-url": "https://packagist.org/downloads/",
  843. "license": [
  844. "MIT"
  845. ],
  846. "authors": [
  847. {
  848. "name": "Mark Baker",
  849. "email": "mark@demon-angel.eu"
  850. }
  851. ],
  852. "description": "PHP Class for working with matrices",
  853. "homepage": "https://github.com/MarkBaker/PHPMatrix",
  854. "keywords": [
  855. "mathematics",
  856. "matrix",
  857. "vector"
  858. ],
  859. "support": {
  860. "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
  861. "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1"
  862. },
  863. "time": "2022-12-02T22:17:43+00:00"
  864. },
  865. {
  866. "name": "mtdowling/jmespath.php",
  867. "version": "2.6.1",
  868. "source": {
  869. "type": "git",
  870. "url": "https://github.com/jmespath/jmespath.php.git",
  871. "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb"
  872. },
  873. "dist": {
  874. "type": "zip",
  875. "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
  876. "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
  877. "shasum": ""
  878. },
  879. "require": {
  880. "php": "^5.4 || ^7.0 || ^8.0",
  881. "symfony/polyfill-mbstring": "^1.17"
  882. },
  883. "require-dev": {
  884. "composer/xdebug-handler": "^1.4 || ^2.0",
  885. "phpunit/phpunit": "^4.8.36 || ^7.5.15"
  886. },
  887. "bin": [
  888. "bin/jp.php"
  889. ],
  890. "type": "library",
  891. "extra": {
  892. "branch-alias": {
  893. "dev-master": "2.6-dev"
  894. }
  895. },
  896. "autoload": {
  897. "files": [
  898. "src/JmesPath.php"
  899. ],
  900. "psr-4": {
  901. "JmesPath\\": "src/"
  902. }
  903. },
  904. "notification-url": "https://packagist.org/downloads/",
  905. "license": [
  906. "MIT"
  907. ],
  908. "authors": [
  909. {
  910. "name": "Michael Dowling",
  911. "email": "mtdowling@gmail.com",
  912. "homepage": "https://github.com/mtdowling"
  913. }
  914. ],
  915. "description": "Declaratively specify how to extract elements from a JSON document",
  916. "keywords": [
  917. "json",
  918. "jsonpath"
  919. ],
  920. "support": {
  921. "issues": "https://github.com/jmespath/jmespath.php/issues",
  922. "source": "https://github.com/jmespath/jmespath.php/tree/2.6.1"
  923. },
  924. "time": "2021-06-14T00:11:39+00:00"
  925. },
  926. {
  927. "name": "myclabs/php-enum",
  928. "version": "1.8.4",
  929. "source": {
  930. "type": "git",
  931. "url": "https://github.com/myclabs/php-enum.git",
  932. "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483"
  933. },
  934. "dist": {
  935. "type": "zip",
  936. "url": "https://api.github.com/repos/myclabs/php-enum/zipball/a867478eae49c9f59ece437ae7f9506bfaa27483",
  937. "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483",
  938. "shasum": ""
  939. },
  940. "require": {
  941. "ext-json": "*",
  942. "php": "^7.3 || ^8.0"
  943. },
  944. "require-dev": {
  945. "phpunit/phpunit": "^9.5",
  946. "squizlabs/php_codesniffer": "1.*",
  947. "vimeo/psalm": "^4.6.2"
  948. },
  949. "type": "library",
  950. "autoload": {
  951. "psr-4": {
  952. "MyCLabs\\Enum\\": "src/"
  953. },
  954. "classmap": [
  955. "stubs/Stringable.php"
  956. ]
  957. },
  958. "notification-url": "https://packagist.org/downloads/",
  959. "license": [
  960. "MIT"
  961. ],
  962. "authors": [
  963. {
  964. "name": "PHP Enum contributors",
  965. "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
  966. }
  967. ],
  968. "description": "PHP Enum implementation",
  969. "homepage": "http://github.com/myclabs/php-enum",
  970. "keywords": [
  971. "enum"
  972. ],
  973. "support": {
  974. "issues": "https://github.com/myclabs/php-enum/issues",
  975. "source": "https://github.com/myclabs/php-enum/tree/1.8.4"
  976. },
  977. "funding": [
  978. {
  979. "url": "https://github.com/mnapoli",
  980. "type": "github"
  981. },
  982. {
  983. "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
  984. "type": "tidelift"
  985. }
  986. ],
  987. "time": "2022-08-04T09:53:51+00:00"
  988. },
  989. {
  990. "name": "phpoffice/phpspreadsheet",
  991. "version": "1.29.0",
  992. "source": {
  993. "type": "git",
  994. "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
  995. "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0"
  996. },
  997. "dist": {
  998. "type": "zip",
  999. "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/fde2ccf55eaef7e86021ff1acce26479160a0fa0",
  1000. "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0",
  1001. "shasum": ""
  1002. },
  1003. "require": {
  1004. "ext-ctype": "*",
  1005. "ext-dom": "*",
  1006. "ext-fileinfo": "*",
  1007. "ext-gd": "*",
  1008. "ext-iconv": "*",
  1009. "ext-libxml": "*",
  1010. "ext-mbstring": "*",
  1011. "ext-simplexml": "*",
  1012. "ext-xml": "*",
  1013. "ext-xmlreader": "*",
  1014. "ext-xmlwriter": "*",
  1015. "ext-zip": "*",
  1016. "ext-zlib": "*",
  1017. "ezyang/htmlpurifier": "^4.15",
  1018. "maennchen/zipstream-php": "^2.1 || ^3.0",
  1019. "markbaker/complex": "^3.0",
  1020. "markbaker/matrix": "^3.0",
  1021. "php": "^7.4 || ^8.0",
  1022. "psr/http-client": "^1.0",
  1023. "psr/http-factory": "^1.0",
  1024. "psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
  1025. },
  1026. "require-dev": {
  1027. "dealerdirect/phpcodesniffer-composer-installer": "dev-main",
  1028. "dompdf/dompdf": "^1.0 || ^2.0",
  1029. "friendsofphp/php-cs-fixer": "^3.2",
  1030. "mitoteam/jpgraph": "^10.3",
  1031. "mpdf/mpdf": "^8.1.1",
  1032. "phpcompatibility/php-compatibility": "^9.3",
  1033. "phpstan/phpstan": "^1.1",
  1034. "phpstan/phpstan-phpunit": "^1.0",
  1035. "phpunit/phpunit": "^8.5 || ^9.0 || ^10.0",
  1036. "squizlabs/php_codesniffer": "^3.7",
  1037. "tecnickcom/tcpdf": "^6.5"
  1038. },
  1039. "suggest": {
  1040. "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
  1041. "ext-intl": "PHP Internationalization Functions",
  1042. "mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
  1043. "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
  1044. "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
  1045. },
  1046. "type": "library",
  1047. "autoload": {
  1048. "psr-4": {
  1049. "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
  1050. }
  1051. },
  1052. "notification-url": "https://packagist.org/downloads/",
  1053. "license": [
  1054. "MIT"
  1055. ],
  1056. "authors": [
  1057. {
  1058. "name": "Maarten Balliauw",
  1059. "homepage": "https://blog.maartenballiauw.be"
  1060. },
  1061. {
  1062. "name": "Mark Baker",
  1063. "homepage": "https://markbakeruk.net"
  1064. },
  1065. {
  1066. "name": "Franck Lefevre",
  1067. "homepage": "https://rootslabs.net"
  1068. },
  1069. {
  1070. "name": "Erik Tilt"
  1071. },
  1072. {
  1073. "name": "Adrien Crivelli"
  1074. }
  1075. ],
  1076. "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  1077. "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
  1078. "keywords": [
  1079. "OpenXML",
  1080. "excel",
  1081. "gnumeric",
  1082. "ods",
  1083. "php",
  1084. "spreadsheet",
  1085. "xls",
  1086. "xlsx"
  1087. ],
  1088. "support": {
  1089. "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
  1090. "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.29.0"
  1091. },
  1092. "time": "2023-06-14T22:48:31+00:00"
  1093. },
  1094. {
  1095. "name": "pimple/pimple",
  1096. "version": "v3.5.0",
  1097. "source": {
  1098. "type": "git",
  1099. "url": "https://github.com/silexphp/Pimple.git",
  1100. "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed"
  1101. },
  1102. "dist": {
  1103. "type": "zip",
  1104. "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
  1105. "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
  1106. "shasum": ""
  1107. },
  1108. "require": {
  1109. "php": ">=7.2.5",
  1110. "psr/container": "^1.1 || ^2.0"
  1111. },
  1112. "require-dev": {
  1113. "symfony/phpunit-bridge": "^5.4@dev"
  1114. },
  1115. "type": "library",
  1116. "extra": {
  1117. "branch-alias": {
  1118. "dev-master": "3.4.x-dev"
  1119. }
  1120. },
  1121. "autoload": {
  1122. "psr-0": {
  1123. "Pimple": "src/"
  1124. }
  1125. },
  1126. "notification-url": "https://packagist.org/downloads/",
  1127. "license": [
  1128. "MIT"
  1129. ],
  1130. "authors": [
  1131. {
  1132. "name": "Fabien Potencier",
  1133. "email": "fabien@symfony.com"
  1134. }
  1135. ],
  1136. "description": "Pimple, a simple Dependency Injection Container",
  1137. "homepage": "https://pimple.symfony.com",
  1138. "keywords": [
  1139. "container",
  1140. "dependency injection"
  1141. ],
  1142. "support": {
  1143. "source": "https://github.com/silexphp/Pimple/tree/v3.5.0"
  1144. },
  1145. "time": "2021-10-28T11:13:42+00:00"
  1146. },
  1147. {
  1148. "name": "psr/container",
  1149. "version": "1.1.2",
  1150. "source": {
  1151. "type": "git",
  1152. "url": "https://github.com/php-fig/container.git",
  1153. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
  1154. },
  1155. "dist": {
  1156. "type": "zip",
  1157. "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
  1158. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
  1159. "shasum": ""
  1160. },
  1161. "require": {
  1162. "php": ">=7.4.0"
  1163. },
  1164. "type": "library",
  1165. "autoload": {
  1166. "psr-4": {
  1167. "Psr\\Container\\": "src/"
  1168. }
  1169. },
  1170. "notification-url": "https://packagist.org/downloads/",
  1171. "license": [
  1172. "MIT"
  1173. ],
  1174. "authors": [
  1175. {
  1176. "name": "PHP-FIG",
  1177. "homepage": "https://www.php-fig.org/"
  1178. }
  1179. ],
  1180. "description": "Common Container Interface (PHP FIG PSR-11)",
  1181. "homepage": "https://github.com/php-fig/container",
  1182. "keywords": [
  1183. "PSR-11",
  1184. "container",
  1185. "container-interface",
  1186. "container-interop",
  1187. "psr"
  1188. ],
  1189. "support": {
  1190. "issues": "https://github.com/php-fig/container/issues",
  1191. "source": "https://github.com/php-fig/container/tree/1.1.2"
  1192. },
  1193. "time": "2021-11-05T16:50:12+00:00"
  1194. },
  1195. {
  1196. "name": "psr/http-client",
  1197. "version": "1.0.2",
  1198. "source": {
  1199. "type": "git",
  1200. "url": "https://github.com/php-fig/http-client.git",
  1201. "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31"
  1202. },
  1203. "dist": {
  1204. "type": "zip",
  1205. "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31",
  1206. "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31",
  1207. "shasum": ""
  1208. },
  1209. "require": {
  1210. "php": "^7.0 || ^8.0",
  1211. "psr/http-message": "^1.0 || ^2.0"
  1212. },
  1213. "type": "library",
  1214. "extra": {
  1215. "branch-alias": {
  1216. "dev-master": "1.0.x-dev"
  1217. }
  1218. },
  1219. "autoload": {
  1220. "psr-4": {
  1221. "Psr\\Http\\Client\\": "src/"
  1222. }
  1223. },
  1224. "notification-url": "https://packagist.org/downloads/",
  1225. "license": [
  1226. "MIT"
  1227. ],
  1228. "authors": [
  1229. {
  1230. "name": "PHP-FIG",
  1231. "homepage": "https://www.php-fig.org/"
  1232. }
  1233. ],
  1234. "description": "Common interface for HTTP clients",
  1235. "homepage": "https://github.com/php-fig/http-client",
  1236. "keywords": [
  1237. "http",
  1238. "http-client",
  1239. "psr",
  1240. "psr-18"
  1241. ],
  1242. "support": {
  1243. "source": "https://github.com/php-fig/http-client/tree/1.0.2"
  1244. },
  1245. "time": "2023-04-10T20:12:12+00:00"
  1246. },
  1247. {
  1248. "name": "psr/http-factory",
  1249. "version": "1.0.2",
  1250. "source": {
  1251. "type": "git",
  1252. "url": "https://github.com/php-fig/http-factory.git",
  1253. "reference": "e616d01114759c4c489f93b099585439f795fe35"
  1254. },
  1255. "dist": {
  1256. "type": "zip",
  1257. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
  1258. "reference": "e616d01114759c4c489f93b099585439f795fe35",
  1259. "shasum": ""
  1260. },
  1261. "require": {
  1262. "php": ">=7.0.0",
  1263. "psr/http-message": "^1.0 || ^2.0"
  1264. },
  1265. "type": "library",
  1266. "extra": {
  1267. "branch-alias": {
  1268. "dev-master": "1.0.x-dev"
  1269. }
  1270. },
  1271. "autoload": {
  1272. "psr-4": {
  1273. "Psr\\Http\\Message\\": "src/"
  1274. }
  1275. },
  1276. "notification-url": "https://packagist.org/downloads/",
  1277. "license": [
  1278. "MIT"
  1279. ],
  1280. "authors": [
  1281. {
  1282. "name": "PHP-FIG",
  1283. "homepage": "https://www.php-fig.org/"
  1284. }
  1285. ],
  1286. "description": "Common interfaces for PSR-7 HTTP message factories",
  1287. "keywords": [
  1288. "factory",
  1289. "http",
  1290. "message",
  1291. "psr",
  1292. "psr-17",
  1293. "psr-7",
  1294. "request",
  1295. "response"
  1296. ],
  1297. "support": {
  1298. "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
  1299. },
  1300. "time": "2023-04-10T20:10:41+00:00"
  1301. },
  1302. {
  1303. "name": "psr/http-message",
  1304. "version": "1.1",
  1305. "source": {
  1306. "type": "git",
  1307. "url": "https://github.com/php-fig/http-message.git",
  1308. "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
  1309. },
  1310. "dist": {
  1311. "type": "zip",
  1312. "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
  1313. "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
  1314. "shasum": ""
  1315. },
  1316. "require": {
  1317. "php": "^7.2 || ^8.0"
  1318. },
  1319. "type": "library",
  1320. "extra": {
  1321. "branch-alias": {
  1322. "dev-master": "1.1.x-dev"
  1323. }
  1324. },
  1325. "autoload": {
  1326. "psr-4": {
  1327. "Psr\\Http\\Message\\": "src/"
  1328. }
  1329. },
  1330. "notification-url": "https://packagist.org/downloads/",
  1331. "license": [
  1332. "MIT"
  1333. ],
  1334. "authors": [
  1335. {
  1336. "name": "PHP-FIG",
  1337. "homepage": "http://www.php-fig.org/"
  1338. }
  1339. ],
  1340. "description": "Common interface for HTTP messages",
  1341. "homepage": "https://github.com/php-fig/http-message",
  1342. "keywords": [
  1343. "http",
  1344. "http-message",
  1345. "psr",
  1346. "psr-7",
  1347. "request",
  1348. "response"
  1349. ],
  1350. "support": {
  1351. "source": "https://github.com/php-fig/http-message/tree/1.1"
  1352. },
  1353. "time": "2023-04-04T09:50:52+00:00"
  1354. },
  1355. {
  1356. "name": "psr/log",
  1357. "version": "1.1.4",
  1358. "source": {
  1359. "type": "git",
  1360. "url": "https://github.com/php-fig/log.git",
  1361. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  1362. },
  1363. "dist": {
  1364. "type": "zip",
  1365. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  1366. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  1367. "shasum": ""
  1368. },
  1369. "require": {
  1370. "php": ">=5.3.0"
  1371. },
  1372. "type": "library",
  1373. "extra": {
  1374. "branch-alias": {
  1375. "dev-master": "1.1.x-dev"
  1376. }
  1377. },
  1378. "autoload": {
  1379. "psr-4": {
  1380. "Psr\\Log\\": "Psr/Log/"
  1381. }
  1382. },
  1383. "notification-url": "https://packagist.org/downloads/",
  1384. "license": [
  1385. "MIT"
  1386. ],
  1387. "authors": [
  1388. {
  1389. "name": "PHP-FIG",
  1390. "homepage": "https://www.php-fig.org/"
  1391. }
  1392. ],
  1393. "description": "Common interface for logging libraries",
  1394. "homepage": "https://github.com/php-fig/log",
  1395. "keywords": [
  1396. "log",
  1397. "psr",
  1398. "psr-3"
  1399. ],
  1400. "support": {
  1401. "source": "https://github.com/php-fig/log/tree/1.1.4"
  1402. },
  1403. "time": "2021-05-03T11:20:27+00:00"
  1404. },
  1405. {
  1406. "name": "psr/simple-cache",
  1407. "version": "1.0.1",
  1408. "source": {
  1409. "type": "git",
  1410. "url": "https://github.com/php-fig/simple-cache.git",
  1411. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  1412. },
  1413. "dist": {
  1414. "type": "zip",
  1415. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1416. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1417. "shasum": ""
  1418. },
  1419. "require": {
  1420. "php": ">=5.3.0"
  1421. },
  1422. "type": "library",
  1423. "extra": {
  1424. "branch-alias": {
  1425. "dev-master": "1.0.x-dev"
  1426. }
  1427. },
  1428. "autoload": {
  1429. "psr-4": {
  1430. "Psr\\SimpleCache\\": "src/"
  1431. }
  1432. },
  1433. "notification-url": "https://packagist.org/downloads/",
  1434. "license": [
  1435. "MIT"
  1436. ],
  1437. "authors": [
  1438. {
  1439. "name": "PHP-FIG",
  1440. "homepage": "http://www.php-fig.org/"
  1441. }
  1442. ],
  1443. "description": "Common interfaces for simple caching",
  1444. "keywords": [
  1445. "cache",
  1446. "caching",
  1447. "psr",
  1448. "psr-16",
  1449. "simple-cache"
  1450. ],
  1451. "support": {
  1452. "source": "https://github.com/php-fig/simple-cache/tree/master"
  1453. },
  1454. "time": "2017-10-23T01:57:42+00:00"
  1455. },
  1456. {
  1457. "name": "ralouphie/getallheaders",
  1458. "version": "3.0.3",
  1459. "source": {
  1460. "type": "git",
  1461. "url": "https://github.com/ralouphie/getallheaders.git",
  1462. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  1463. },
  1464. "dist": {
  1465. "type": "zip",
  1466. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  1467. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  1468. "shasum": ""
  1469. },
  1470. "require": {
  1471. "php": ">=5.6"
  1472. },
  1473. "require-dev": {
  1474. "php-coveralls/php-coveralls": "^2.1",
  1475. "phpunit/phpunit": "^5 || ^6.5"
  1476. },
  1477. "type": "library",
  1478. "autoload": {
  1479. "files": [
  1480. "src/getallheaders.php"
  1481. ]
  1482. },
  1483. "notification-url": "https://packagist.org/downloads/",
  1484. "license": [
  1485. "MIT"
  1486. ],
  1487. "authors": [
  1488. {
  1489. "name": "Ralph Khattar",
  1490. "email": "ralph.khattar@gmail.com"
  1491. }
  1492. ],
  1493. "description": "A polyfill for getallheaders.",
  1494. "support": {
  1495. "issues": "https://github.com/ralouphie/getallheaders/issues",
  1496. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  1497. },
  1498. "time": "2019-03-08T08:55:37+00:00"
  1499. },
  1500. {
  1501. "name": "songshenzong/support",
  1502. "version": "2.0.6",
  1503. "source": {
  1504. "type": "git",
  1505. "url": "https://github.com/aliguyong/support.git",
  1506. "reference": "b334d8abc99e8a85538a556e10c670c18b71c230"
  1507. },
  1508. "dist": {
  1509. "type": "zip",
  1510. "url": "https://api.github.com/repos/aliguyong/support/zipball/b334d8abc99e8a85538a556e10c670c18b71c230",
  1511. "reference": "b334d8abc99e8a85538a556e10c670c18b71c230",
  1512. "shasum": ""
  1513. },
  1514. "require": {
  1515. "danielstjules/stringy": "^3.1",
  1516. "ext-json": "*",
  1517. "ext-simplexml": "*",
  1518. "ext-xml": "*",
  1519. "php": ">=5.5"
  1520. },
  1521. "require-dev": {
  1522. "laravel/framework": "^5.8",
  1523. "phpunit/phpunit": "^4.8.35|^5.4.3"
  1524. },
  1525. "type": "library",
  1526. "extra": {
  1527. "laravel": {
  1528. "providers": [
  1529. "Songshenzong\\Support\\StringsServiceProvider"
  1530. ],
  1531. "aliases": {
  1532. "Strings": "Songshenzong\\Support\\StringsFacade"
  1533. }
  1534. }
  1535. },
  1536. "autoload": {
  1537. "files": [
  1538. "src/StringsHelpers.php",
  1539. "src/BashEchoHelpers.php"
  1540. ],
  1541. "psr-4": {
  1542. "Songshenzong\\Support\\": "src/"
  1543. }
  1544. },
  1545. "notification-url": "https://packagist.org/downloads/",
  1546. "license": [
  1547. "MIT"
  1548. ],
  1549. "authors": [
  1550. {
  1551. "name": "Songshenzong",
  1552. "email": "i@songshenzong.com"
  1553. }
  1554. ],
  1555. "description": "The Songshenzong Support package.",
  1556. "homepage": "http://songshenzong.com",
  1557. "keywords": [
  1558. "laravel",
  1559. "support",
  1560. "tools",
  1561. "web"
  1562. ],
  1563. "support": {
  1564. "issues": "https://github.com/songshenzong/support/issues",
  1565. "source": "https://github.com/songshenzong/support"
  1566. },
  1567. "time": "2021-12-29T06:36:20+00:00"
  1568. },
  1569. {
  1570. "name": "symfony/deprecation-contracts",
  1571. "version": "v2.5.2",
  1572. "source": {
  1573. "type": "git",
  1574. "url": "https://github.com/symfony/deprecation-contracts.git",
  1575. "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
  1576. },
  1577. "dist": {
  1578. "type": "zip",
  1579. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
  1580. "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
  1581. "shasum": ""
  1582. },
  1583. "require": {
  1584. "php": ">=7.1"
  1585. },
  1586. "type": "library",
  1587. "extra": {
  1588. "branch-alias": {
  1589. "dev-main": "2.5-dev"
  1590. },
  1591. "thanks": {
  1592. "name": "symfony/contracts",
  1593. "url": "https://github.com/symfony/contracts"
  1594. }
  1595. },
  1596. "autoload": {
  1597. "files": [
  1598. "function.php"
  1599. ]
  1600. },
  1601. "notification-url": "https://packagist.org/downloads/",
  1602. "license": [
  1603. "MIT"
  1604. ],
  1605. "authors": [
  1606. {
  1607. "name": "Nicolas Grekas",
  1608. "email": "p@tchwork.com"
  1609. },
  1610. {
  1611. "name": "Symfony Community",
  1612. "homepage": "https://symfony.com/contributors"
  1613. }
  1614. ],
  1615. "description": "A generic function and convention to trigger deprecation notices",
  1616. "homepage": "https://symfony.com",
  1617. "support": {
  1618. "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
  1619. },
  1620. "funding": [
  1621. {
  1622. "url": "https://symfony.com/sponsor",
  1623. "type": "custom"
  1624. },
  1625. {
  1626. "url": "https://github.com/fabpot",
  1627. "type": "github"
  1628. },
  1629. {
  1630. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1631. "type": "tidelift"
  1632. }
  1633. ],
  1634. "time": "2022-01-02T09:53:40+00:00"
  1635. },
  1636. {
  1637. "name": "symfony/polyfill-mbstring",
  1638. "version": "v1.27.0",
  1639. "source": {
  1640. "type": "git",
  1641. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1642. "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
  1643. },
  1644. "dist": {
  1645. "type": "zip",
  1646. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
  1647. "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
  1648. "shasum": ""
  1649. },
  1650. "require": {
  1651. "php": ">=7.1"
  1652. },
  1653. "provide": {
  1654. "ext-mbstring": "*"
  1655. },
  1656. "suggest": {
  1657. "ext-mbstring": "For best performance"
  1658. },
  1659. "type": "library",
  1660. "extra": {
  1661. "branch-alias": {
  1662. "dev-main": "1.27-dev"
  1663. },
  1664. "thanks": {
  1665. "name": "symfony/polyfill",
  1666. "url": "https://github.com/symfony/polyfill"
  1667. }
  1668. },
  1669. "autoload": {
  1670. "files": [
  1671. "bootstrap.php"
  1672. ],
  1673. "psr-4": {
  1674. "Symfony\\Polyfill\\Mbstring\\": ""
  1675. }
  1676. },
  1677. "notification-url": "https://packagist.org/downloads/",
  1678. "license": [
  1679. "MIT"
  1680. ],
  1681. "authors": [
  1682. {
  1683. "name": "Nicolas Grekas",
  1684. "email": "p@tchwork.com"
  1685. },
  1686. {
  1687. "name": "Symfony Community",
  1688. "homepage": "https://symfony.com/contributors"
  1689. }
  1690. ],
  1691. "description": "Symfony polyfill for the Mbstring extension",
  1692. "homepage": "https://symfony.com",
  1693. "keywords": [
  1694. "compatibility",
  1695. "mbstring",
  1696. "polyfill",
  1697. "portable",
  1698. "shim"
  1699. ],
  1700. "support": {
  1701. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
  1702. },
  1703. "funding": [
  1704. {
  1705. "url": "https://symfony.com/sponsor",
  1706. "type": "custom"
  1707. },
  1708. {
  1709. "url": "https://github.com/fabpot",
  1710. "type": "github"
  1711. },
  1712. {
  1713. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1714. "type": "tidelift"
  1715. }
  1716. ],
  1717. "time": "2022-11-03T14:55:06+00:00"
  1718. },
  1719. {
  1720. "name": "xin/container",
  1721. "version": "2.0.1",
  1722. "source": {
  1723. "type": "git",
  1724. "url": "https://gitee.com/liuxiaojinla/php-container",
  1725. "reference": "97bb67f87dd851545938a1f2fe0ffbd379e3ff81"
  1726. },
  1727. "require": {
  1728. "ext-ctype": "*",
  1729. "ext-iconv": "*",
  1730. "ext-json": "*",
  1731. "ext-libxml": "*",
  1732. "ext-mbstring": "*",
  1733. "ext-openssl": "*",
  1734. "ext-simplexml": "*",
  1735. "psr/container": "^1.0",
  1736. "xin/helper": "^1.0"
  1737. },
  1738. "type": "library",
  1739. "autoload": {
  1740. "psr-4": {
  1741. "xin\\container\\": "src/"
  1742. }
  1743. },
  1744. "notification-url": "https://packagist.org/downloads/",
  1745. "license": [
  1746. "Apache-2.0"
  1747. ],
  1748. "authors": [
  1749. {
  1750. "name": "晋",
  1751. "email": "657306123@qq.com"
  1752. }
  1753. ],
  1754. "description": "严格基于PSR11规范实现基础的容器和依赖注入",
  1755. "time": "2019-10-21T03:51:25+00:00"
  1756. },
  1757. {
  1758. "name": "xin/helper",
  1759. "version": "1.0.0",
  1760. "source": {
  1761. "type": "git",
  1762. "url": "https://gitee.com/liuxiaojinla/php-helper",
  1763. "reference": "02a58132dae2aea2d1c0b8e66f55125969224747"
  1764. },
  1765. "require": {
  1766. "ext-ctype": "*",
  1767. "ext-iconv": "*",
  1768. "ext-json": "*",
  1769. "ext-libxml": "*",
  1770. "ext-mbstring": "*",
  1771. "ext-openssl": "*",
  1772. "ext-simplexml": "*"
  1773. },
  1774. "type": "library",
  1775. "autoload": {
  1776. "psr-4": {
  1777. "xin\\helper\\": "src/"
  1778. }
  1779. },
  1780. "notification-url": "https://packagist.org/downloads/",
  1781. "license": [
  1782. "Apache-2.0"
  1783. ],
  1784. "authors": [
  1785. {
  1786. "name": "晋",
  1787. "email": "1540175452@qq.com"
  1788. }
  1789. ],
  1790. "description": "PHP项目日常开发必备基础库,数组工具类、字符串工具类、数字工具类、函数工具类、服务器工具类、加密工具类",
  1791. "time": "2019-06-22T08:28:23+00:00"
  1792. }
  1793. ],
  1794. "packages-dev": [],
  1795. "aliases": [],
  1796. "minimum-stability": "stable",
  1797. "stability-flags": [],
  1798. "prefer-stable": false,
  1799. "prefer-lowest": false,
  1800. "platform": {
  1801. "ext-json": "*",
  1802. "ext-curl": "*",
  1803. "ext-bcmath": "*",
  1804. "ext-openssl": "*"
  1805. },
  1806. "platform-dev": [],
  1807. "plugin-api-version": "2.1.0"
  1808. }