智慧食堂-支付项目
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

3011 satır
105 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": "a1402598e6149c8e1a1ee63e56ece926",
  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": "graham-campbell/result-type",
  296. "version": "v1.1.1",
  297. "source": {
  298. "type": "git",
  299. "url": "https://github.com/GrahamCampbell/Result-Type.git",
  300. "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831"
  301. },
  302. "dist": {
  303. "type": "zip",
  304. "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831",
  305. "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831",
  306. "shasum": ""
  307. },
  308. "require": {
  309. "php": "^7.2.5 || ^8.0",
  310. "phpoption/phpoption": "^1.9.1"
  311. },
  312. "require-dev": {
  313. "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
  314. },
  315. "type": "library",
  316. "autoload": {
  317. "psr-4": {
  318. "GrahamCampbell\\ResultType\\": "src/"
  319. }
  320. },
  321. "notification-url": "https://packagist.org/downloads/",
  322. "license": [
  323. "MIT"
  324. ],
  325. "authors": [
  326. {
  327. "name": "Graham Campbell",
  328. "email": "hello@gjcampbell.co.uk",
  329. "homepage": "https://github.com/GrahamCampbell"
  330. }
  331. ],
  332. "description": "An Implementation Of The Result Type",
  333. "keywords": [
  334. "Graham Campbell",
  335. "GrahamCampbell",
  336. "Result Type",
  337. "Result-Type",
  338. "result"
  339. ],
  340. "support": {
  341. "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
  342. "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.1"
  343. },
  344. "funding": [
  345. {
  346. "url": "https://github.com/GrahamCampbell",
  347. "type": "github"
  348. },
  349. {
  350. "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
  351. "type": "tidelift"
  352. }
  353. ],
  354. "time": "2023-02-25T20:23:15+00:00"
  355. },
  356. {
  357. "name": "guzzlehttp/guzzle",
  358. "version": "7.7.0",
  359. "source": {
  360. "type": "git",
  361. "url": "https://github.com/guzzle/guzzle.git",
  362. "reference": "fb7566caccf22d74d1ab270de3551f72a58399f5"
  363. },
  364. "dist": {
  365. "type": "zip",
  366. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/fb7566caccf22d74d1ab270de3551f72a58399f5",
  367. "reference": "fb7566caccf22d74d1ab270de3551f72a58399f5",
  368. "shasum": ""
  369. },
  370. "require": {
  371. "ext-json": "*",
  372. "guzzlehttp/promises": "^1.5.3 || ^2.0",
  373. "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
  374. "php": "^7.2.5 || ^8.0",
  375. "psr/http-client": "^1.0",
  376. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  377. },
  378. "provide": {
  379. "psr/http-client-implementation": "1.0"
  380. },
  381. "require-dev": {
  382. "bamarni/composer-bin-plugin": "^1.8.1",
  383. "ext-curl": "*",
  384. "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
  385. "php-http/message-factory": "^1.1",
  386. "phpunit/phpunit": "^8.5.29 || ^9.5.23",
  387. "psr/log": "^1.1 || ^2.0 || ^3.0"
  388. },
  389. "suggest": {
  390. "ext-curl": "Required for CURL handler support",
  391. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  392. "psr/log": "Required for using the Log middleware"
  393. },
  394. "type": "library",
  395. "extra": {
  396. "bamarni-bin": {
  397. "bin-links": true,
  398. "forward-command": false
  399. }
  400. },
  401. "autoload": {
  402. "files": [
  403. "src/functions_include.php"
  404. ],
  405. "psr-4": {
  406. "GuzzleHttp\\": "src/"
  407. }
  408. },
  409. "notification-url": "https://packagist.org/downloads/",
  410. "license": [
  411. "MIT"
  412. ],
  413. "authors": [
  414. {
  415. "name": "Graham Campbell",
  416. "email": "hello@gjcampbell.co.uk",
  417. "homepage": "https://github.com/GrahamCampbell"
  418. },
  419. {
  420. "name": "Michael Dowling",
  421. "email": "mtdowling@gmail.com",
  422. "homepage": "https://github.com/mtdowling"
  423. },
  424. {
  425. "name": "Jeremy Lindblom",
  426. "email": "jeremeamia@gmail.com",
  427. "homepage": "https://github.com/jeremeamia"
  428. },
  429. {
  430. "name": "George Mponos",
  431. "email": "gmponos@gmail.com",
  432. "homepage": "https://github.com/gmponos"
  433. },
  434. {
  435. "name": "Tobias Nyholm",
  436. "email": "tobias.nyholm@gmail.com",
  437. "homepage": "https://github.com/Nyholm"
  438. },
  439. {
  440. "name": "Márk Sági-Kazár",
  441. "email": "mark.sagikazar@gmail.com",
  442. "homepage": "https://github.com/sagikazarmark"
  443. },
  444. {
  445. "name": "Tobias Schultze",
  446. "email": "webmaster@tubo-world.de",
  447. "homepage": "https://github.com/Tobion"
  448. }
  449. ],
  450. "description": "Guzzle is a PHP HTTP client library",
  451. "keywords": [
  452. "client",
  453. "curl",
  454. "framework",
  455. "http",
  456. "http client",
  457. "psr-18",
  458. "psr-7",
  459. "rest",
  460. "web service"
  461. ],
  462. "support": {
  463. "issues": "https://github.com/guzzle/guzzle/issues",
  464. "source": "https://github.com/guzzle/guzzle/tree/7.7.0"
  465. },
  466. "funding": [
  467. {
  468. "url": "https://github.com/GrahamCampbell",
  469. "type": "github"
  470. },
  471. {
  472. "url": "https://github.com/Nyholm",
  473. "type": "github"
  474. },
  475. {
  476. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
  477. "type": "tidelift"
  478. }
  479. ],
  480. "time": "2023-05-21T14:04:53+00:00"
  481. },
  482. {
  483. "name": "guzzlehttp/promises",
  484. "version": "2.0.1",
  485. "source": {
  486. "type": "git",
  487. "url": "https://github.com/guzzle/promises.git",
  488. "reference": "111166291a0f8130081195ac4556a5587d7f1b5d"
  489. },
  490. "dist": {
  491. "type": "zip",
  492. "url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d",
  493. "reference": "111166291a0f8130081195ac4556a5587d7f1b5d",
  494. "shasum": ""
  495. },
  496. "require": {
  497. "php": "^7.2.5 || ^8.0"
  498. },
  499. "require-dev": {
  500. "bamarni/composer-bin-plugin": "^1.8.1",
  501. "phpunit/phpunit": "^8.5.29 || ^9.5.23"
  502. },
  503. "type": "library",
  504. "extra": {
  505. "bamarni-bin": {
  506. "bin-links": true,
  507. "forward-command": false
  508. }
  509. },
  510. "autoload": {
  511. "psr-4": {
  512. "GuzzleHttp\\Promise\\": "src/"
  513. }
  514. },
  515. "notification-url": "https://packagist.org/downloads/",
  516. "license": [
  517. "MIT"
  518. ],
  519. "authors": [
  520. {
  521. "name": "Graham Campbell",
  522. "email": "hello@gjcampbell.co.uk",
  523. "homepage": "https://github.com/GrahamCampbell"
  524. },
  525. {
  526. "name": "Michael Dowling",
  527. "email": "mtdowling@gmail.com",
  528. "homepage": "https://github.com/mtdowling"
  529. },
  530. {
  531. "name": "Tobias Nyholm",
  532. "email": "tobias.nyholm@gmail.com",
  533. "homepage": "https://github.com/Nyholm"
  534. },
  535. {
  536. "name": "Tobias Schultze",
  537. "email": "webmaster@tubo-world.de",
  538. "homepage": "https://github.com/Tobion"
  539. }
  540. ],
  541. "description": "Guzzle promises library",
  542. "keywords": [
  543. "promise"
  544. ],
  545. "support": {
  546. "issues": "https://github.com/guzzle/promises/issues",
  547. "source": "https://github.com/guzzle/promises/tree/2.0.1"
  548. },
  549. "funding": [
  550. {
  551. "url": "https://github.com/GrahamCampbell",
  552. "type": "github"
  553. },
  554. {
  555. "url": "https://github.com/Nyholm",
  556. "type": "github"
  557. },
  558. {
  559. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  560. "type": "tidelift"
  561. }
  562. ],
  563. "time": "2023-08-03T15:11:55+00:00"
  564. },
  565. {
  566. "name": "guzzlehttp/psr7",
  567. "version": "2.6.0",
  568. "source": {
  569. "type": "git",
  570. "url": "https://github.com/guzzle/psr7.git",
  571. "reference": "8bd7c33a0734ae1c5d074360512beb716bef3f77"
  572. },
  573. "dist": {
  574. "type": "zip",
  575. "url": "https://api.github.com/repos/guzzle/psr7/zipball/8bd7c33a0734ae1c5d074360512beb716bef3f77",
  576. "reference": "8bd7c33a0734ae1c5d074360512beb716bef3f77",
  577. "shasum": ""
  578. },
  579. "require": {
  580. "php": "^7.2.5 || ^8.0",
  581. "psr/http-factory": "^1.0",
  582. "psr/http-message": "^1.1 || ^2.0",
  583. "ralouphie/getallheaders": "^3.0"
  584. },
  585. "provide": {
  586. "psr/http-factory-implementation": "1.0",
  587. "psr/http-message-implementation": "1.0"
  588. },
  589. "require-dev": {
  590. "bamarni/composer-bin-plugin": "^1.8.1",
  591. "http-interop/http-factory-tests": "^0.9",
  592. "phpunit/phpunit": "^8.5.29 || ^9.5.23"
  593. },
  594. "suggest": {
  595. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  596. },
  597. "type": "library",
  598. "extra": {
  599. "bamarni-bin": {
  600. "bin-links": true,
  601. "forward-command": false
  602. }
  603. },
  604. "autoload": {
  605. "psr-4": {
  606. "GuzzleHttp\\Psr7\\": "src/"
  607. }
  608. },
  609. "notification-url": "https://packagist.org/downloads/",
  610. "license": [
  611. "MIT"
  612. ],
  613. "authors": [
  614. {
  615. "name": "Graham Campbell",
  616. "email": "hello@gjcampbell.co.uk",
  617. "homepage": "https://github.com/GrahamCampbell"
  618. },
  619. {
  620. "name": "Michael Dowling",
  621. "email": "mtdowling@gmail.com",
  622. "homepage": "https://github.com/mtdowling"
  623. },
  624. {
  625. "name": "George Mponos",
  626. "email": "gmponos@gmail.com",
  627. "homepage": "https://github.com/gmponos"
  628. },
  629. {
  630. "name": "Tobias Nyholm",
  631. "email": "tobias.nyholm@gmail.com",
  632. "homepage": "https://github.com/Nyholm"
  633. },
  634. {
  635. "name": "Márk Sági-Kazár",
  636. "email": "mark.sagikazar@gmail.com",
  637. "homepage": "https://github.com/sagikazarmark"
  638. },
  639. {
  640. "name": "Tobias Schultze",
  641. "email": "webmaster@tubo-world.de",
  642. "homepage": "https://github.com/Tobion"
  643. },
  644. {
  645. "name": "Márk Sági-Kazár",
  646. "email": "mark.sagikazar@gmail.com",
  647. "homepage": "https://sagikazarmark.hu"
  648. }
  649. ],
  650. "description": "PSR-7 message implementation that also provides common utility methods",
  651. "keywords": [
  652. "http",
  653. "message",
  654. "psr-7",
  655. "request",
  656. "response",
  657. "stream",
  658. "uri",
  659. "url"
  660. ],
  661. "support": {
  662. "issues": "https://github.com/guzzle/psr7/issues",
  663. "source": "https://github.com/guzzle/psr7/tree/2.6.0"
  664. },
  665. "funding": [
  666. {
  667. "url": "https://github.com/GrahamCampbell",
  668. "type": "github"
  669. },
  670. {
  671. "url": "https://github.com/Nyholm",
  672. "type": "github"
  673. },
  674. {
  675. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  676. "type": "tidelift"
  677. }
  678. ],
  679. "time": "2023-08-03T15:06:02+00:00"
  680. },
  681. {
  682. "name": "guzzlehttp/uri-template",
  683. "version": "v1.0.1",
  684. "source": {
  685. "type": "git",
  686. "url": "https://github.com/guzzle/uri-template.git",
  687. "reference": "b945d74a55a25a949158444f09ec0d3c120d69e2"
  688. },
  689. "dist": {
  690. "type": "zip",
  691. "url": "https://api.github.com/repos/guzzle/uri-template/zipball/b945d74a55a25a949158444f09ec0d3c120d69e2",
  692. "reference": "b945d74a55a25a949158444f09ec0d3c120d69e2",
  693. "shasum": ""
  694. },
  695. "require": {
  696. "php": "^7.2.5 || ^8.0",
  697. "symfony/polyfill-php80": "^1.17"
  698. },
  699. "require-dev": {
  700. "phpunit/phpunit": "^8.5.19 || ^9.5.8",
  701. "uri-template/tests": "1.0.0"
  702. },
  703. "type": "library",
  704. "extra": {
  705. "branch-alias": {
  706. "dev-master": "1.0-dev"
  707. }
  708. },
  709. "autoload": {
  710. "psr-4": {
  711. "GuzzleHttp\\UriTemplate\\": "src"
  712. }
  713. },
  714. "notification-url": "https://packagist.org/downloads/",
  715. "license": [
  716. "MIT"
  717. ],
  718. "authors": [
  719. {
  720. "name": "Graham Campbell",
  721. "email": "hello@gjcampbell.co.uk",
  722. "homepage": "https://github.com/GrahamCampbell"
  723. },
  724. {
  725. "name": "Michael Dowling",
  726. "email": "mtdowling@gmail.com",
  727. "homepage": "https://github.com/mtdowling"
  728. },
  729. {
  730. "name": "George Mponos",
  731. "email": "gmponos@gmail.com",
  732. "homepage": "https://github.com/gmponos"
  733. },
  734. {
  735. "name": "Tobias Nyholm",
  736. "email": "tobias.nyholm@gmail.com",
  737. "homepage": "https://github.com/Nyholm"
  738. }
  739. ],
  740. "description": "A polyfill class for uri_template of PHP",
  741. "keywords": [
  742. "guzzlehttp",
  743. "uri-template"
  744. ],
  745. "support": {
  746. "issues": "https://github.com/guzzle/uri-template/issues",
  747. "source": "https://github.com/guzzle/uri-template/tree/v1.0.1"
  748. },
  749. "funding": [
  750. {
  751. "url": "https://github.com/GrahamCampbell",
  752. "type": "github"
  753. },
  754. {
  755. "url": "https://github.com/Nyholm",
  756. "type": "github"
  757. },
  758. {
  759. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
  760. "type": "tidelift"
  761. }
  762. ],
  763. "time": "2021-10-07T12:57:01+00:00"
  764. },
  765. {
  766. "name": "mtdowling/jmespath.php",
  767. "version": "2.6.1",
  768. "source": {
  769. "type": "git",
  770. "url": "https://github.com/jmespath/jmespath.php.git",
  771. "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb"
  772. },
  773. "dist": {
  774. "type": "zip",
  775. "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
  776. "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
  777. "shasum": ""
  778. },
  779. "require": {
  780. "php": "^5.4 || ^7.0 || ^8.0",
  781. "symfony/polyfill-mbstring": "^1.17"
  782. },
  783. "require-dev": {
  784. "composer/xdebug-handler": "^1.4 || ^2.0",
  785. "phpunit/phpunit": "^4.8.36 || ^7.5.15"
  786. },
  787. "bin": [
  788. "bin/jp.php"
  789. ],
  790. "type": "library",
  791. "extra": {
  792. "branch-alias": {
  793. "dev-master": "2.6-dev"
  794. }
  795. },
  796. "autoload": {
  797. "files": [
  798. "src/JmesPath.php"
  799. ],
  800. "psr-4": {
  801. "JmesPath\\": "src/"
  802. }
  803. },
  804. "notification-url": "https://packagist.org/downloads/",
  805. "license": [
  806. "MIT"
  807. ],
  808. "authors": [
  809. {
  810. "name": "Michael Dowling",
  811. "email": "mtdowling@gmail.com",
  812. "homepage": "https://github.com/mtdowling"
  813. }
  814. ],
  815. "description": "Declaratively specify how to extract elements from a JSON document",
  816. "keywords": [
  817. "json",
  818. "jsonpath"
  819. ],
  820. "support": {
  821. "issues": "https://github.com/jmespath/jmespath.php/issues",
  822. "source": "https://github.com/jmespath/jmespath.php/tree/2.6.1"
  823. },
  824. "time": "2021-06-14T00:11:39+00:00"
  825. },
  826. {
  827. "name": "nette/php-generator",
  828. "version": "v3.6.9",
  829. "source": {
  830. "type": "git",
  831. "url": "https://github.com/nette/php-generator.git",
  832. "reference": "d31782f7bd2ae84ad06f863391ec3fb77ca4d0a6"
  833. },
  834. "dist": {
  835. "type": "zip",
  836. "url": "https://api.github.com/repos/nette/php-generator/zipball/d31782f7bd2ae84ad06f863391ec3fb77ca4d0a6",
  837. "reference": "d31782f7bd2ae84ad06f863391ec3fb77ca4d0a6",
  838. "shasum": ""
  839. },
  840. "require": {
  841. "nette/utils": "^3.1.2",
  842. "php": ">=7.2 <8.3"
  843. },
  844. "require-dev": {
  845. "nette/tester": "^2.4",
  846. "nikic/php-parser": "^4.13",
  847. "phpstan/phpstan": "^0.12",
  848. "tracy/tracy": "^2.8"
  849. },
  850. "suggest": {
  851. "nikic/php-parser": "to use ClassType::withBodiesFrom() & GlobalFunction::withBodyFrom()"
  852. },
  853. "type": "library",
  854. "extra": {
  855. "branch-alias": {
  856. "dev-master": "3.6-dev"
  857. }
  858. },
  859. "autoload": {
  860. "classmap": [
  861. "src/"
  862. ]
  863. },
  864. "notification-url": "https://packagist.org/downloads/",
  865. "license": [
  866. "BSD-3-Clause",
  867. "GPL-2.0-only",
  868. "GPL-3.0-only"
  869. ],
  870. "authors": [
  871. {
  872. "name": "David Grudl",
  873. "homepage": "https://davidgrudl.com"
  874. },
  875. {
  876. "name": "Nette Community",
  877. "homepage": "https://nette.org/contributors"
  878. }
  879. ],
  880. "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 8.1 features.",
  881. "homepage": "https://nette.org",
  882. "keywords": [
  883. "code",
  884. "nette",
  885. "php",
  886. "scaffolding"
  887. ],
  888. "support": {
  889. "issues": "https://github.com/nette/php-generator/issues",
  890. "source": "https://github.com/nette/php-generator/tree/v3.6.9"
  891. },
  892. "time": "2022-10-04T11:49:47+00:00"
  893. },
  894. {
  895. "name": "nette/utils",
  896. "version": "v3.2.10",
  897. "source": {
  898. "type": "git",
  899. "url": "https://github.com/nette/utils.git",
  900. "reference": "a4175c62652f2300c8017fb7e640f9ccb11648d2"
  901. },
  902. "dist": {
  903. "type": "zip",
  904. "url": "https://api.github.com/repos/nette/utils/zipball/a4175c62652f2300c8017fb7e640f9ccb11648d2",
  905. "reference": "a4175c62652f2300c8017fb7e640f9ccb11648d2",
  906. "shasum": ""
  907. },
  908. "require": {
  909. "php": ">=7.2 <8.4"
  910. },
  911. "conflict": {
  912. "nette/di": "<3.0.6"
  913. },
  914. "require-dev": {
  915. "jetbrains/phpstorm-attributes": "dev-master",
  916. "nette/tester": "~2.0",
  917. "phpstan/phpstan": "^1.0",
  918. "tracy/tracy": "^2.3"
  919. },
  920. "suggest": {
  921. "ext-gd": "to use Image",
  922. "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
  923. "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
  924. "ext-json": "to use Nette\\Utils\\Json",
  925. "ext-mbstring": "to use Strings::lower() etc...",
  926. "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
  927. "ext-xml": "to use Strings::length() etc. when mbstring is not available"
  928. },
  929. "type": "library",
  930. "extra": {
  931. "branch-alias": {
  932. "dev-master": "3.2-dev"
  933. }
  934. },
  935. "autoload": {
  936. "classmap": [
  937. "src/"
  938. ]
  939. },
  940. "notification-url": "https://packagist.org/downloads/",
  941. "license": [
  942. "BSD-3-Clause",
  943. "GPL-2.0-only",
  944. "GPL-3.0-only"
  945. ],
  946. "authors": [
  947. {
  948. "name": "David Grudl",
  949. "homepage": "https://davidgrudl.com"
  950. },
  951. {
  952. "name": "Nette Community",
  953. "homepage": "https://nette.org/contributors"
  954. }
  955. ],
  956. "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
  957. "homepage": "https://nette.org",
  958. "keywords": [
  959. "array",
  960. "core",
  961. "datetime",
  962. "images",
  963. "json",
  964. "nette",
  965. "paginator",
  966. "password",
  967. "slugify",
  968. "string",
  969. "unicode",
  970. "utf-8",
  971. "utility",
  972. "validation"
  973. ],
  974. "support": {
  975. "issues": "https://github.com/nette/utils/issues",
  976. "source": "https://github.com/nette/utils/tree/v3.2.10"
  977. },
  978. "time": "2023-07-30T15:38:18+00:00"
  979. },
  980. {
  981. "name": "nikic/php-parser",
  982. "version": "v4.16.0",
  983. "source": {
  984. "type": "git",
  985. "url": "https://github.com/nikic/PHP-Parser.git",
  986. "reference": "19526a33fb561ef417e822e85f08a00db4059c17"
  987. },
  988. "dist": {
  989. "type": "zip",
  990. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/19526a33fb561ef417e822e85f08a00db4059c17",
  991. "reference": "19526a33fb561ef417e822e85f08a00db4059c17",
  992. "shasum": ""
  993. },
  994. "require": {
  995. "ext-tokenizer": "*",
  996. "php": ">=7.0"
  997. },
  998. "require-dev": {
  999. "ircmaxell/php-yacc": "^0.0.7",
  1000. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
  1001. },
  1002. "bin": [
  1003. "bin/php-parse"
  1004. ],
  1005. "type": "library",
  1006. "extra": {
  1007. "branch-alias": {
  1008. "dev-master": "4.9-dev"
  1009. }
  1010. },
  1011. "autoload": {
  1012. "psr-4": {
  1013. "PhpParser\\": "lib/PhpParser"
  1014. }
  1015. },
  1016. "notification-url": "https://packagist.org/downloads/",
  1017. "license": [
  1018. "BSD-3-Clause"
  1019. ],
  1020. "authors": [
  1021. {
  1022. "name": "Nikita Popov"
  1023. }
  1024. ],
  1025. "description": "A PHP parser written in PHP",
  1026. "keywords": [
  1027. "parser",
  1028. "php"
  1029. ],
  1030. "support": {
  1031. "issues": "https://github.com/nikic/PHP-Parser/issues",
  1032. "source": "https://github.com/nikic/PHP-Parser/tree/v4.16.0"
  1033. },
  1034. "time": "2023-06-25T14:52:30+00:00"
  1035. },
  1036. {
  1037. "name": "phalcon/cli-options-parser",
  1038. "version": "v1.3.0",
  1039. "source": {
  1040. "type": "git",
  1041. "url": "https://github.com/phalcon/cli-options-parser.git",
  1042. "reference": "1c5a7d0db23a88d8ba14646af75464cbbd115251"
  1043. },
  1044. "dist": {
  1045. "type": "zip",
  1046. "url": "https://api.github.com/repos/phalcon/cli-options-parser/zipball/1c5a7d0db23a88d8ba14646af75464cbbd115251",
  1047. "reference": "1c5a7d0db23a88d8ba14646af75464cbbd115251",
  1048. "shasum": ""
  1049. },
  1050. "require": {
  1051. "php": ">=7.3"
  1052. },
  1053. "require-dev": {
  1054. "phpunit/phpunit": "^9.5.8",
  1055. "squizlabs/php_codesniffer": "3.*"
  1056. },
  1057. "type": "library",
  1058. "extra": {
  1059. "branch-alias": {
  1060. "dev-master": "1.1-dev"
  1061. }
  1062. },
  1063. "autoload": {
  1064. "psr-4": {
  1065. "Phalcon\\Cop\\": "src/"
  1066. }
  1067. },
  1068. "notification-url": "https://packagist.org/downloads/",
  1069. "license": [
  1070. "BSD-3-Clause"
  1071. ],
  1072. "authors": [
  1073. {
  1074. "name": "Phalcon Team",
  1075. "email": "team@phalconphp.com",
  1076. "homepage": "https://phalconphp.com/en/team"
  1077. },
  1078. {
  1079. "name": "Contributors",
  1080. "homepage": "https://github.com/phalcon/cli-options-parser/graphs/contributors"
  1081. }
  1082. ],
  1083. "description": "Command line arguments/options parser.",
  1084. "homepage": "https://phalconphp.com",
  1085. "keywords": [
  1086. "argparse",
  1087. "cli",
  1088. "command",
  1089. "command-line",
  1090. "getopt",
  1091. "line",
  1092. "option",
  1093. "optparse",
  1094. "parser",
  1095. "terminal"
  1096. ],
  1097. "support": {
  1098. "forum": "https://forum.phalconphp.com/",
  1099. "issues": "https://github.com/phalcon/cli-options-parser/issues",
  1100. "source": "https://github.com/phalcon/cli-options-parser"
  1101. },
  1102. "funding": [
  1103. {
  1104. "url": "https://github.com/phalcon",
  1105. "type": "github"
  1106. },
  1107. {
  1108. "url": "https://opencollective.com/phalcon",
  1109. "type": "open_collective"
  1110. }
  1111. ],
  1112. "time": "2021-08-03T02:44:01+00:00"
  1113. },
  1114. {
  1115. "name": "phalcon/devtools",
  1116. "version": "v4.2.0",
  1117. "source": {
  1118. "type": "git",
  1119. "url": "https://github.com/phalcon/phalcon-devtools.git",
  1120. "reference": "904a082561bd7fdc99926ec3f00023b1e06b0a14"
  1121. },
  1122. "dist": {
  1123. "type": "zip",
  1124. "url": "https://api.github.com/repos/phalcon/phalcon-devtools/zipball/904a082561bd7fdc99926ec3f00023b1e06b0a14",
  1125. "reference": "904a082561bd7fdc99926ec3f00023b1e06b0a14",
  1126. "shasum": ""
  1127. },
  1128. "require": {
  1129. "ext-pdo": "*",
  1130. "ext-phalcon": ">4.0",
  1131. "nikic/php-parser": "^4.2.4",
  1132. "phalcon/migrations": "^2.0",
  1133. "php": ">=7.3",
  1134. "psy/psysh": "~0.9",
  1135. "vlucas/phpdotenv": "^3.6|^4.0|^5.0"
  1136. },
  1137. "require-dev": {
  1138. "codeception/codeception": "^4.1",
  1139. "codeception/module-asserts": "^1.3",
  1140. "codeception/module-cli": "^1.0",
  1141. "codeception/module-filesystem": "^1.0",
  1142. "codeception/module-phpbrowser": "^1.0",
  1143. "codeception/specify": "^1.2",
  1144. "codeception/verify": "^1.2",
  1145. "humbug/box": "^3.13",
  1146. "phalcon/ide-stubs": "^4.0.0",
  1147. "phpdocumentor/reflection-docblock": "^5.2",
  1148. "phpunit/phpunit": "^8.0",
  1149. "squizlabs/php_codesniffer": "^3.5",
  1150. "vimeo/psalm": "^4.6"
  1151. },
  1152. "bin": [
  1153. "phalcon"
  1154. ],
  1155. "type": "library",
  1156. "autoload": {
  1157. "psr-4": {
  1158. "Phalcon\\DevTools\\": "src/"
  1159. }
  1160. },
  1161. "notification-url": "https://packagist.org/downloads/",
  1162. "license": [
  1163. "BSD-3-Clause"
  1164. ],
  1165. "authors": [
  1166. {
  1167. "name": "Phalcon Team",
  1168. "email": "team@phalcon.io",
  1169. "homepage": "https://phalcon.io/en/team"
  1170. },
  1171. {
  1172. "name": "Contributors",
  1173. "homepage": "https://github.com/phalcon/phalcon-devtools/graphs/contributors"
  1174. }
  1175. ],
  1176. "description": "This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.",
  1177. "homepage": "https://phalcon.io",
  1178. "keywords": [
  1179. "Devtools",
  1180. "framework",
  1181. "phalcon",
  1182. "phar",
  1183. "webtools"
  1184. ],
  1185. "support": {
  1186. "forum": "https://forum.phalcon.io",
  1187. "issues": "https://github.com/phalcon/phalcon-devtools/issues",
  1188. "source": "https://github.com/phalcon/phalcon-devtools"
  1189. },
  1190. "funding": [
  1191. {
  1192. "url": "https://github.com/phalcon",
  1193. "type": "github"
  1194. },
  1195. {
  1196. "url": "https://opencollective.com/phalcon",
  1197. "type": "open_collective"
  1198. }
  1199. ],
  1200. "time": "2021-08-03T07:34:51+00:00"
  1201. },
  1202. {
  1203. "name": "phalcon/migrations",
  1204. "version": "v2.2.4",
  1205. "source": {
  1206. "type": "git",
  1207. "url": "https://github.com/phalcon/migrations.git",
  1208. "reference": "df71fb394a9a0840e27ff79d25ac7276dd7f9217"
  1209. },
  1210. "dist": {
  1211. "type": "zip",
  1212. "url": "https://api.github.com/repos/phalcon/migrations/zipball/df71fb394a9a0840e27ff79d25ac7276dd7f9217",
  1213. "reference": "df71fb394a9a0840e27ff79d25ac7276dd7f9217",
  1214. "shasum": ""
  1215. },
  1216. "require": {
  1217. "ext-phalcon": ">=4.0.5",
  1218. "nette/php-generator": "^3.5",
  1219. "phalcon/cli-options-parser": "^1.2",
  1220. "php": ">=7.3"
  1221. },
  1222. "require-dev": {
  1223. "codeception/codeception": "^4.1",
  1224. "codeception/module-asserts": "^1.0.0",
  1225. "codeception/module-cli": "^1.0",
  1226. "codeception/module-db": "^1.0",
  1227. "codeception/module-phpbrowser": "^1.0.0",
  1228. "ext-pdo": "*",
  1229. "fakerphp/faker": "^1.15",
  1230. "humbug/box": "^3.8",
  1231. "phalcon/ide-stubs": "^4.0.0",
  1232. "squizlabs/php_codesniffer": "^3.5",
  1233. "vimeo/psalm": "^4.6",
  1234. "vlucas/phpdotenv": "^4.1"
  1235. },
  1236. "suggest": {
  1237. "robmorgan/phinx": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app."
  1238. },
  1239. "bin": [
  1240. "phalcon-migrations"
  1241. ],
  1242. "type": "library",
  1243. "autoload": {
  1244. "psr-4": {
  1245. "Phalcon\\Migrations\\": "src/"
  1246. }
  1247. },
  1248. "notification-url": "https://packagist.org/downloads/",
  1249. "license": [
  1250. "BSD-3-Clause"
  1251. ],
  1252. "authors": [
  1253. {
  1254. "name": "Phalcon Team",
  1255. "email": "team@phalcon.io",
  1256. "homepage": "https://phalcon.io/en/team"
  1257. },
  1258. {
  1259. "name": "Contributors",
  1260. "homepage": "https://github.com/phalcon/migrations/graphs/contributors"
  1261. }
  1262. ],
  1263. "description": "Run and Generate DB Migrations with Phalcon Framework",
  1264. "homepage": "https://phalcon.io",
  1265. "keywords": [
  1266. "framework",
  1267. "migration",
  1268. "phalcon",
  1269. "phar"
  1270. ],
  1271. "support": {
  1272. "forum": "https://forum.phalcon.io",
  1273. "issues": "https://github.com/phalcon/migrations/issues",
  1274. "source": "https://github.com/phalcon/migrations"
  1275. },
  1276. "funding": [
  1277. {
  1278. "url": "https://github.com/phalcon",
  1279. "type": "github"
  1280. },
  1281. {
  1282. "url": "https://opencollective.com/phalcon",
  1283. "type": "open_collective"
  1284. }
  1285. ],
  1286. "time": "2021-12-10T08:24:47+00:00"
  1287. },
  1288. {
  1289. "name": "phpoption/phpoption",
  1290. "version": "1.9.1",
  1291. "source": {
  1292. "type": "git",
  1293. "url": "https://github.com/schmittjoh/php-option.git",
  1294. "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e"
  1295. },
  1296. "dist": {
  1297. "type": "zip",
  1298. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e",
  1299. "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e",
  1300. "shasum": ""
  1301. },
  1302. "require": {
  1303. "php": "^7.2.5 || ^8.0"
  1304. },
  1305. "require-dev": {
  1306. "bamarni/composer-bin-plugin": "^1.8.2",
  1307. "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
  1308. },
  1309. "type": "library",
  1310. "extra": {
  1311. "bamarni-bin": {
  1312. "bin-links": true,
  1313. "forward-command": true
  1314. },
  1315. "branch-alias": {
  1316. "dev-master": "1.9-dev"
  1317. }
  1318. },
  1319. "autoload": {
  1320. "psr-4": {
  1321. "PhpOption\\": "src/PhpOption/"
  1322. }
  1323. },
  1324. "notification-url": "https://packagist.org/downloads/",
  1325. "license": [
  1326. "Apache-2.0"
  1327. ],
  1328. "authors": [
  1329. {
  1330. "name": "Johannes M. Schmitt",
  1331. "email": "schmittjoh@gmail.com",
  1332. "homepage": "https://github.com/schmittjoh"
  1333. },
  1334. {
  1335. "name": "Graham Campbell",
  1336. "email": "hello@gjcampbell.co.uk",
  1337. "homepage": "https://github.com/GrahamCampbell"
  1338. }
  1339. ],
  1340. "description": "Option Type for PHP",
  1341. "keywords": [
  1342. "language",
  1343. "option",
  1344. "php",
  1345. "type"
  1346. ],
  1347. "support": {
  1348. "issues": "https://github.com/schmittjoh/php-option/issues",
  1349. "source": "https://github.com/schmittjoh/php-option/tree/1.9.1"
  1350. },
  1351. "funding": [
  1352. {
  1353. "url": "https://github.com/GrahamCampbell",
  1354. "type": "github"
  1355. },
  1356. {
  1357. "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
  1358. "type": "tidelift"
  1359. }
  1360. ],
  1361. "time": "2023-02-25T19:38:58+00:00"
  1362. },
  1363. {
  1364. "name": "pimple/pimple",
  1365. "version": "v3.5.0",
  1366. "source": {
  1367. "type": "git",
  1368. "url": "https://github.com/silexphp/Pimple.git",
  1369. "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed"
  1370. },
  1371. "dist": {
  1372. "type": "zip",
  1373. "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
  1374. "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
  1375. "shasum": ""
  1376. },
  1377. "require": {
  1378. "php": ">=7.2.5",
  1379. "psr/container": "^1.1 || ^2.0"
  1380. },
  1381. "require-dev": {
  1382. "symfony/phpunit-bridge": "^5.4@dev"
  1383. },
  1384. "type": "library",
  1385. "extra": {
  1386. "branch-alias": {
  1387. "dev-master": "3.4.x-dev"
  1388. }
  1389. },
  1390. "autoload": {
  1391. "psr-0": {
  1392. "Pimple": "src/"
  1393. }
  1394. },
  1395. "notification-url": "https://packagist.org/downloads/",
  1396. "license": [
  1397. "MIT"
  1398. ],
  1399. "authors": [
  1400. {
  1401. "name": "Fabien Potencier",
  1402. "email": "fabien@symfony.com"
  1403. }
  1404. ],
  1405. "description": "Pimple, a simple Dependency Injection Container",
  1406. "homepage": "https://pimple.symfony.com",
  1407. "keywords": [
  1408. "container",
  1409. "dependency injection"
  1410. ],
  1411. "support": {
  1412. "source": "https://github.com/silexphp/Pimple/tree/v3.5.0"
  1413. },
  1414. "time": "2021-10-28T11:13:42+00:00"
  1415. },
  1416. {
  1417. "name": "psr/container",
  1418. "version": "1.1.2",
  1419. "source": {
  1420. "type": "git",
  1421. "url": "https://github.com/php-fig/container.git",
  1422. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
  1423. },
  1424. "dist": {
  1425. "type": "zip",
  1426. "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
  1427. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
  1428. "shasum": ""
  1429. },
  1430. "require": {
  1431. "php": ">=7.4.0"
  1432. },
  1433. "type": "library",
  1434. "autoload": {
  1435. "psr-4": {
  1436. "Psr\\Container\\": "src/"
  1437. }
  1438. },
  1439. "notification-url": "https://packagist.org/downloads/",
  1440. "license": [
  1441. "MIT"
  1442. ],
  1443. "authors": [
  1444. {
  1445. "name": "PHP-FIG",
  1446. "homepage": "https://www.php-fig.org/"
  1447. }
  1448. ],
  1449. "description": "Common Container Interface (PHP FIG PSR-11)",
  1450. "homepage": "https://github.com/php-fig/container",
  1451. "keywords": [
  1452. "PSR-11",
  1453. "container",
  1454. "container-interface",
  1455. "container-interop",
  1456. "psr"
  1457. ],
  1458. "support": {
  1459. "issues": "https://github.com/php-fig/container/issues",
  1460. "source": "https://github.com/php-fig/container/tree/1.1.2"
  1461. },
  1462. "time": "2021-11-05T16:50:12+00:00"
  1463. },
  1464. {
  1465. "name": "psr/http-client",
  1466. "version": "1.0.2",
  1467. "source": {
  1468. "type": "git",
  1469. "url": "https://github.com/php-fig/http-client.git",
  1470. "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31"
  1471. },
  1472. "dist": {
  1473. "type": "zip",
  1474. "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31",
  1475. "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31",
  1476. "shasum": ""
  1477. },
  1478. "require": {
  1479. "php": "^7.0 || ^8.0",
  1480. "psr/http-message": "^1.0 || ^2.0"
  1481. },
  1482. "type": "library",
  1483. "extra": {
  1484. "branch-alias": {
  1485. "dev-master": "1.0.x-dev"
  1486. }
  1487. },
  1488. "autoload": {
  1489. "psr-4": {
  1490. "Psr\\Http\\Client\\": "src/"
  1491. }
  1492. },
  1493. "notification-url": "https://packagist.org/downloads/",
  1494. "license": [
  1495. "MIT"
  1496. ],
  1497. "authors": [
  1498. {
  1499. "name": "PHP-FIG",
  1500. "homepage": "https://www.php-fig.org/"
  1501. }
  1502. ],
  1503. "description": "Common interface for HTTP clients",
  1504. "homepage": "https://github.com/php-fig/http-client",
  1505. "keywords": [
  1506. "http",
  1507. "http-client",
  1508. "psr",
  1509. "psr-18"
  1510. ],
  1511. "support": {
  1512. "source": "https://github.com/php-fig/http-client/tree/1.0.2"
  1513. },
  1514. "time": "2023-04-10T20:12:12+00:00"
  1515. },
  1516. {
  1517. "name": "psr/http-factory",
  1518. "version": "1.0.2",
  1519. "source": {
  1520. "type": "git",
  1521. "url": "https://github.com/php-fig/http-factory.git",
  1522. "reference": "e616d01114759c4c489f93b099585439f795fe35"
  1523. },
  1524. "dist": {
  1525. "type": "zip",
  1526. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
  1527. "reference": "e616d01114759c4c489f93b099585439f795fe35",
  1528. "shasum": ""
  1529. },
  1530. "require": {
  1531. "php": ">=7.0.0",
  1532. "psr/http-message": "^1.0 || ^2.0"
  1533. },
  1534. "type": "library",
  1535. "extra": {
  1536. "branch-alias": {
  1537. "dev-master": "1.0.x-dev"
  1538. }
  1539. },
  1540. "autoload": {
  1541. "psr-4": {
  1542. "Psr\\Http\\Message\\": "src/"
  1543. }
  1544. },
  1545. "notification-url": "https://packagist.org/downloads/",
  1546. "license": [
  1547. "MIT"
  1548. ],
  1549. "authors": [
  1550. {
  1551. "name": "PHP-FIG",
  1552. "homepage": "https://www.php-fig.org/"
  1553. }
  1554. ],
  1555. "description": "Common interfaces for PSR-7 HTTP message factories",
  1556. "keywords": [
  1557. "factory",
  1558. "http",
  1559. "message",
  1560. "psr",
  1561. "psr-17",
  1562. "psr-7",
  1563. "request",
  1564. "response"
  1565. ],
  1566. "support": {
  1567. "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
  1568. },
  1569. "time": "2023-04-10T20:10:41+00:00"
  1570. },
  1571. {
  1572. "name": "psr/http-message",
  1573. "version": "2.0",
  1574. "source": {
  1575. "type": "git",
  1576. "url": "https://github.com/php-fig/http-message.git",
  1577. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
  1578. },
  1579. "dist": {
  1580. "type": "zip",
  1581. "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  1582. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  1583. "shasum": ""
  1584. },
  1585. "require": {
  1586. "php": "^7.2 || ^8.0"
  1587. },
  1588. "type": "library",
  1589. "extra": {
  1590. "branch-alias": {
  1591. "dev-master": "2.0.x-dev"
  1592. }
  1593. },
  1594. "autoload": {
  1595. "psr-4": {
  1596. "Psr\\Http\\Message\\": "src/"
  1597. }
  1598. },
  1599. "notification-url": "https://packagist.org/downloads/",
  1600. "license": [
  1601. "MIT"
  1602. ],
  1603. "authors": [
  1604. {
  1605. "name": "PHP-FIG",
  1606. "homepage": "https://www.php-fig.org/"
  1607. }
  1608. ],
  1609. "description": "Common interface for HTTP messages",
  1610. "homepage": "https://github.com/php-fig/http-message",
  1611. "keywords": [
  1612. "http",
  1613. "http-message",
  1614. "psr",
  1615. "psr-7",
  1616. "request",
  1617. "response"
  1618. ],
  1619. "support": {
  1620. "source": "https://github.com/php-fig/http-message/tree/2.0"
  1621. },
  1622. "time": "2023-04-04T09:54:51+00:00"
  1623. },
  1624. {
  1625. "name": "psr/log",
  1626. "version": "1.1.4",
  1627. "source": {
  1628. "type": "git",
  1629. "url": "https://github.com/php-fig/log.git",
  1630. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  1631. },
  1632. "dist": {
  1633. "type": "zip",
  1634. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  1635. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  1636. "shasum": ""
  1637. },
  1638. "require": {
  1639. "php": ">=5.3.0"
  1640. },
  1641. "type": "library",
  1642. "extra": {
  1643. "branch-alias": {
  1644. "dev-master": "1.1.x-dev"
  1645. }
  1646. },
  1647. "autoload": {
  1648. "psr-4": {
  1649. "Psr\\Log\\": "Psr/Log/"
  1650. }
  1651. },
  1652. "notification-url": "https://packagist.org/downloads/",
  1653. "license": [
  1654. "MIT"
  1655. ],
  1656. "authors": [
  1657. {
  1658. "name": "PHP-FIG",
  1659. "homepage": "https://www.php-fig.org/"
  1660. }
  1661. ],
  1662. "description": "Common interface for logging libraries",
  1663. "homepage": "https://github.com/php-fig/log",
  1664. "keywords": [
  1665. "log",
  1666. "psr",
  1667. "psr-3"
  1668. ],
  1669. "support": {
  1670. "source": "https://github.com/php-fig/log/tree/1.1.4"
  1671. },
  1672. "time": "2021-05-03T11:20:27+00:00"
  1673. },
  1674. {
  1675. "name": "psy/psysh",
  1676. "version": "v0.11.20",
  1677. "source": {
  1678. "type": "git",
  1679. "url": "https://github.com/bobthecow/psysh.git",
  1680. "reference": "0fa27040553d1d280a67a4393194df5228afea5b"
  1681. },
  1682. "dist": {
  1683. "type": "zip",
  1684. "url": "https://api.github.com/repos/bobthecow/psysh/zipball/0fa27040553d1d280a67a4393194df5228afea5b",
  1685. "reference": "0fa27040553d1d280a67a4393194df5228afea5b",
  1686. "shasum": ""
  1687. },
  1688. "require": {
  1689. "ext-json": "*",
  1690. "ext-tokenizer": "*",
  1691. "nikic/php-parser": "^4.0 || ^3.1",
  1692. "php": "^8.0 || ^7.0.8",
  1693. "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4",
  1694. "symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4"
  1695. },
  1696. "conflict": {
  1697. "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
  1698. },
  1699. "require-dev": {
  1700. "bamarni/composer-bin-plugin": "^1.2"
  1701. },
  1702. "suggest": {
  1703. "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  1704. "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  1705. "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  1706. "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
  1707. },
  1708. "bin": [
  1709. "bin/psysh"
  1710. ],
  1711. "type": "library",
  1712. "extra": {
  1713. "branch-alias": {
  1714. "dev-main": "0.11.x-dev"
  1715. }
  1716. },
  1717. "autoload": {
  1718. "files": [
  1719. "src/functions.php"
  1720. ],
  1721. "psr-4": {
  1722. "Psy\\": "src/"
  1723. }
  1724. },
  1725. "notification-url": "https://packagist.org/downloads/",
  1726. "license": [
  1727. "MIT"
  1728. ],
  1729. "authors": [
  1730. {
  1731. "name": "Justin Hileman",
  1732. "email": "justin@justinhileman.info",
  1733. "homepage": "http://justinhileman.com"
  1734. }
  1735. ],
  1736. "description": "An interactive shell for modern PHP.",
  1737. "homepage": "http://psysh.org",
  1738. "keywords": [
  1739. "REPL",
  1740. "console",
  1741. "interactive",
  1742. "shell"
  1743. ],
  1744. "support": {
  1745. "issues": "https://github.com/bobthecow/psysh/issues",
  1746. "source": "https://github.com/bobthecow/psysh/tree/v0.11.20"
  1747. },
  1748. "time": "2023-07-31T14:32:22+00:00"
  1749. },
  1750. {
  1751. "name": "ralouphie/getallheaders",
  1752. "version": "3.0.3",
  1753. "source": {
  1754. "type": "git",
  1755. "url": "https://github.com/ralouphie/getallheaders.git",
  1756. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  1757. },
  1758. "dist": {
  1759. "type": "zip",
  1760. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  1761. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  1762. "shasum": ""
  1763. },
  1764. "require": {
  1765. "php": ">=5.6"
  1766. },
  1767. "require-dev": {
  1768. "php-coveralls/php-coveralls": "^2.1",
  1769. "phpunit/phpunit": "^5 || ^6.5"
  1770. },
  1771. "type": "library",
  1772. "autoload": {
  1773. "files": [
  1774. "src/getallheaders.php"
  1775. ]
  1776. },
  1777. "notification-url": "https://packagist.org/downloads/",
  1778. "license": [
  1779. "MIT"
  1780. ],
  1781. "authors": [
  1782. {
  1783. "name": "Ralph Khattar",
  1784. "email": "ralph.khattar@gmail.com"
  1785. }
  1786. ],
  1787. "description": "A polyfill for getallheaders.",
  1788. "support": {
  1789. "issues": "https://github.com/ralouphie/getallheaders/issues",
  1790. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  1791. },
  1792. "time": "2019-03-08T08:55:37+00:00"
  1793. },
  1794. {
  1795. "name": "songshenzong/support",
  1796. "version": "2.0.6",
  1797. "source": {
  1798. "type": "git",
  1799. "url": "https://github.com/aliguyong/support.git",
  1800. "reference": "b334d8abc99e8a85538a556e10c670c18b71c230"
  1801. },
  1802. "dist": {
  1803. "type": "zip",
  1804. "url": "https://api.github.com/repos/aliguyong/support/zipball/b334d8abc99e8a85538a556e10c670c18b71c230",
  1805. "reference": "b334d8abc99e8a85538a556e10c670c18b71c230",
  1806. "shasum": ""
  1807. },
  1808. "require": {
  1809. "danielstjules/stringy": "^3.1",
  1810. "ext-json": "*",
  1811. "ext-simplexml": "*",
  1812. "ext-xml": "*",
  1813. "php": ">=5.5"
  1814. },
  1815. "require-dev": {
  1816. "laravel/framework": "^5.8",
  1817. "phpunit/phpunit": "^4.8.35|^5.4.3"
  1818. },
  1819. "type": "library",
  1820. "extra": {
  1821. "laravel": {
  1822. "providers": [
  1823. "Songshenzong\\Support\\StringsServiceProvider"
  1824. ],
  1825. "aliases": {
  1826. "Strings": "Songshenzong\\Support\\StringsFacade"
  1827. }
  1828. }
  1829. },
  1830. "autoload": {
  1831. "files": [
  1832. "src/StringsHelpers.php",
  1833. "src/BashEchoHelpers.php"
  1834. ],
  1835. "psr-4": {
  1836. "Songshenzong\\Support\\": "src/"
  1837. }
  1838. },
  1839. "notification-url": "https://packagist.org/downloads/",
  1840. "license": [
  1841. "MIT"
  1842. ],
  1843. "authors": [
  1844. {
  1845. "name": "Songshenzong",
  1846. "email": "i@songshenzong.com"
  1847. }
  1848. ],
  1849. "description": "The Songshenzong Support package.",
  1850. "homepage": "http://songshenzong.com",
  1851. "keywords": [
  1852. "laravel",
  1853. "support",
  1854. "tools",
  1855. "web"
  1856. ],
  1857. "support": {
  1858. "issues": "https://github.com/songshenzong/support/issues",
  1859. "source": "https://github.com/songshenzong/support"
  1860. },
  1861. "time": "2021-12-29T06:36:20+00:00"
  1862. },
  1863. {
  1864. "name": "symfony/console",
  1865. "version": "v5.4.26",
  1866. "source": {
  1867. "type": "git",
  1868. "url": "https://github.com/symfony/console.git",
  1869. "reference": "b504a3d266ad2bb632f196c0936ef2af5ff6e273"
  1870. },
  1871. "dist": {
  1872. "type": "zip",
  1873. "url": "https://api.github.com/repos/symfony/console/zipball/b504a3d266ad2bb632f196c0936ef2af5ff6e273",
  1874. "reference": "b504a3d266ad2bb632f196c0936ef2af5ff6e273",
  1875. "shasum": ""
  1876. },
  1877. "require": {
  1878. "php": ">=7.2.5",
  1879. "symfony/deprecation-contracts": "^2.1|^3",
  1880. "symfony/polyfill-mbstring": "~1.0",
  1881. "symfony/polyfill-php73": "^1.9",
  1882. "symfony/polyfill-php80": "^1.16",
  1883. "symfony/service-contracts": "^1.1|^2|^3",
  1884. "symfony/string": "^5.1|^6.0"
  1885. },
  1886. "conflict": {
  1887. "psr/log": ">=3",
  1888. "symfony/dependency-injection": "<4.4",
  1889. "symfony/dotenv": "<5.1",
  1890. "symfony/event-dispatcher": "<4.4",
  1891. "symfony/lock": "<4.4",
  1892. "symfony/process": "<4.4"
  1893. },
  1894. "provide": {
  1895. "psr/log-implementation": "1.0|2.0"
  1896. },
  1897. "require-dev": {
  1898. "psr/log": "^1|^2",
  1899. "symfony/config": "^4.4|^5.0|^6.0",
  1900. "symfony/dependency-injection": "^4.4|^5.0|^6.0",
  1901. "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
  1902. "symfony/lock": "^4.4|^5.0|^6.0",
  1903. "symfony/process": "^4.4|^5.0|^6.0",
  1904. "symfony/var-dumper": "^4.4|^5.0|^6.0"
  1905. },
  1906. "suggest": {
  1907. "psr/log": "For using the console logger",
  1908. "symfony/event-dispatcher": "",
  1909. "symfony/lock": "",
  1910. "symfony/process": ""
  1911. },
  1912. "type": "library",
  1913. "autoload": {
  1914. "psr-4": {
  1915. "Symfony\\Component\\Console\\": ""
  1916. },
  1917. "exclude-from-classmap": [
  1918. "/Tests/"
  1919. ]
  1920. },
  1921. "notification-url": "https://packagist.org/downloads/",
  1922. "license": [
  1923. "MIT"
  1924. ],
  1925. "authors": [
  1926. {
  1927. "name": "Fabien Potencier",
  1928. "email": "fabien@symfony.com"
  1929. },
  1930. {
  1931. "name": "Symfony Community",
  1932. "homepage": "https://symfony.com/contributors"
  1933. }
  1934. ],
  1935. "description": "Eases the creation of beautiful and testable command line interfaces",
  1936. "homepage": "https://symfony.com",
  1937. "keywords": [
  1938. "cli",
  1939. "command-line",
  1940. "console",
  1941. "terminal"
  1942. ],
  1943. "support": {
  1944. "source": "https://github.com/symfony/console/tree/v5.4.26"
  1945. },
  1946. "funding": [
  1947. {
  1948. "url": "https://symfony.com/sponsor",
  1949. "type": "custom"
  1950. },
  1951. {
  1952. "url": "https://github.com/fabpot",
  1953. "type": "github"
  1954. },
  1955. {
  1956. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1957. "type": "tidelift"
  1958. }
  1959. ],
  1960. "time": "2023-07-19T20:11:33+00:00"
  1961. },
  1962. {
  1963. "name": "symfony/deprecation-contracts",
  1964. "version": "v2.5.2",
  1965. "source": {
  1966. "type": "git",
  1967. "url": "https://github.com/symfony/deprecation-contracts.git",
  1968. "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
  1969. },
  1970. "dist": {
  1971. "type": "zip",
  1972. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
  1973. "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
  1974. "shasum": ""
  1975. },
  1976. "require": {
  1977. "php": ">=7.1"
  1978. },
  1979. "type": "library",
  1980. "extra": {
  1981. "branch-alias": {
  1982. "dev-main": "2.5-dev"
  1983. },
  1984. "thanks": {
  1985. "name": "symfony/contracts",
  1986. "url": "https://github.com/symfony/contracts"
  1987. }
  1988. },
  1989. "autoload": {
  1990. "files": [
  1991. "function.php"
  1992. ]
  1993. },
  1994. "notification-url": "https://packagist.org/downloads/",
  1995. "license": [
  1996. "MIT"
  1997. ],
  1998. "authors": [
  1999. {
  2000. "name": "Nicolas Grekas",
  2001. "email": "p@tchwork.com"
  2002. },
  2003. {
  2004. "name": "Symfony Community",
  2005. "homepage": "https://symfony.com/contributors"
  2006. }
  2007. ],
  2008. "description": "A generic function and convention to trigger deprecation notices",
  2009. "homepage": "https://symfony.com",
  2010. "support": {
  2011. "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
  2012. },
  2013. "funding": [
  2014. {
  2015. "url": "https://symfony.com/sponsor",
  2016. "type": "custom"
  2017. },
  2018. {
  2019. "url": "https://github.com/fabpot",
  2020. "type": "github"
  2021. },
  2022. {
  2023. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2024. "type": "tidelift"
  2025. }
  2026. ],
  2027. "time": "2022-01-02T09:53:40+00:00"
  2028. },
  2029. {
  2030. "name": "symfony/polyfill-ctype",
  2031. "version": "v1.27.0",
  2032. "source": {
  2033. "type": "git",
  2034. "url": "https://github.com/symfony/polyfill-ctype.git",
  2035. "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
  2036. },
  2037. "dist": {
  2038. "type": "zip",
  2039. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
  2040. "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
  2041. "shasum": ""
  2042. },
  2043. "require": {
  2044. "php": ">=7.1"
  2045. },
  2046. "provide": {
  2047. "ext-ctype": "*"
  2048. },
  2049. "suggest": {
  2050. "ext-ctype": "For best performance"
  2051. },
  2052. "type": "library",
  2053. "extra": {
  2054. "branch-alias": {
  2055. "dev-main": "1.27-dev"
  2056. },
  2057. "thanks": {
  2058. "name": "symfony/polyfill",
  2059. "url": "https://github.com/symfony/polyfill"
  2060. }
  2061. },
  2062. "autoload": {
  2063. "files": [
  2064. "bootstrap.php"
  2065. ],
  2066. "psr-4": {
  2067. "Symfony\\Polyfill\\Ctype\\": ""
  2068. }
  2069. },
  2070. "notification-url": "https://packagist.org/downloads/",
  2071. "license": [
  2072. "MIT"
  2073. ],
  2074. "authors": [
  2075. {
  2076. "name": "Gert de Pagter",
  2077. "email": "BackEndTea@gmail.com"
  2078. },
  2079. {
  2080. "name": "Symfony Community",
  2081. "homepage": "https://symfony.com/contributors"
  2082. }
  2083. ],
  2084. "description": "Symfony polyfill for ctype functions",
  2085. "homepage": "https://symfony.com",
  2086. "keywords": [
  2087. "compatibility",
  2088. "ctype",
  2089. "polyfill",
  2090. "portable"
  2091. ],
  2092. "support": {
  2093. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
  2094. },
  2095. "funding": [
  2096. {
  2097. "url": "https://symfony.com/sponsor",
  2098. "type": "custom"
  2099. },
  2100. {
  2101. "url": "https://github.com/fabpot",
  2102. "type": "github"
  2103. },
  2104. {
  2105. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2106. "type": "tidelift"
  2107. }
  2108. ],
  2109. "time": "2022-11-03T14:55:06+00:00"
  2110. },
  2111. {
  2112. "name": "symfony/polyfill-intl-grapheme",
  2113. "version": "v1.27.0",
  2114. "source": {
  2115. "type": "git",
  2116. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  2117. "reference": "511a08c03c1960e08a883f4cffcacd219b758354"
  2118. },
  2119. "dist": {
  2120. "type": "zip",
  2121. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
  2122. "reference": "511a08c03c1960e08a883f4cffcacd219b758354",
  2123. "shasum": ""
  2124. },
  2125. "require": {
  2126. "php": ">=7.1"
  2127. },
  2128. "suggest": {
  2129. "ext-intl": "For best performance"
  2130. },
  2131. "type": "library",
  2132. "extra": {
  2133. "branch-alias": {
  2134. "dev-main": "1.27-dev"
  2135. },
  2136. "thanks": {
  2137. "name": "symfony/polyfill",
  2138. "url": "https://github.com/symfony/polyfill"
  2139. }
  2140. },
  2141. "autoload": {
  2142. "files": [
  2143. "bootstrap.php"
  2144. ],
  2145. "psr-4": {
  2146. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  2147. }
  2148. },
  2149. "notification-url": "https://packagist.org/downloads/",
  2150. "license": [
  2151. "MIT"
  2152. ],
  2153. "authors": [
  2154. {
  2155. "name": "Nicolas Grekas",
  2156. "email": "p@tchwork.com"
  2157. },
  2158. {
  2159. "name": "Symfony Community",
  2160. "homepage": "https://symfony.com/contributors"
  2161. }
  2162. ],
  2163. "description": "Symfony polyfill for intl's grapheme_* functions",
  2164. "homepage": "https://symfony.com",
  2165. "keywords": [
  2166. "compatibility",
  2167. "grapheme",
  2168. "intl",
  2169. "polyfill",
  2170. "portable",
  2171. "shim"
  2172. ],
  2173. "support": {
  2174. "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0"
  2175. },
  2176. "funding": [
  2177. {
  2178. "url": "https://symfony.com/sponsor",
  2179. "type": "custom"
  2180. },
  2181. {
  2182. "url": "https://github.com/fabpot",
  2183. "type": "github"
  2184. },
  2185. {
  2186. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2187. "type": "tidelift"
  2188. }
  2189. ],
  2190. "time": "2022-11-03T14:55:06+00:00"
  2191. },
  2192. {
  2193. "name": "symfony/polyfill-intl-normalizer",
  2194. "version": "v1.27.0",
  2195. "source": {
  2196. "type": "git",
  2197. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  2198. "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
  2199. },
  2200. "dist": {
  2201. "type": "zip",
  2202. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
  2203. "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
  2204. "shasum": ""
  2205. },
  2206. "require": {
  2207. "php": ">=7.1"
  2208. },
  2209. "suggest": {
  2210. "ext-intl": "For best performance"
  2211. },
  2212. "type": "library",
  2213. "extra": {
  2214. "branch-alias": {
  2215. "dev-main": "1.27-dev"
  2216. },
  2217. "thanks": {
  2218. "name": "symfony/polyfill",
  2219. "url": "https://github.com/symfony/polyfill"
  2220. }
  2221. },
  2222. "autoload": {
  2223. "files": [
  2224. "bootstrap.php"
  2225. ],
  2226. "psr-4": {
  2227. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  2228. },
  2229. "classmap": [
  2230. "Resources/stubs"
  2231. ]
  2232. },
  2233. "notification-url": "https://packagist.org/downloads/",
  2234. "license": [
  2235. "MIT"
  2236. ],
  2237. "authors": [
  2238. {
  2239. "name": "Nicolas Grekas",
  2240. "email": "p@tchwork.com"
  2241. },
  2242. {
  2243. "name": "Symfony Community",
  2244. "homepage": "https://symfony.com/contributors"
  2245. }
  2246. ],
  2247. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  2248. "homepage": "https://symfony.com",
  2249. "keywords": [
  2250. "compatibility",
  2251. "intl",
  2252. "normalizer",
  2253. "polyfill",
  2254. "portable",
  2255. "shim"
  2256. ],
  2257. "support": {
  2258. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
  2259. },
  2260. "funding": [
  2261. {
  2262. "url": "https://symfony.com/sponsor",
  2263. "type": "custom"
  2264. },
  2265. {
  2266. "url": "https://github.com/fabpot",
  2267. "type": "github"
  2268. },
  2269. {
  2270. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2271. "type": "tidelift"
  2272. }
  2273. ],
  2274. "time": "2022-11-03T14:55:06+00:00"
  2275. },
  2276. {
  2277. "name": "symfony/polyfill-mbstring",
  2278. "version": "v1.27.0",
  2279. "source": {
  2280. "type": "git",
  2281. "url": "https://github.com/symfony/polyfill-mbstring.git",
  2282. "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
  2283. },
  2284. "dist": {
  2285. "type": "zip",
  2286. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
  2287. "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
  2288. "shasum": ""
  2289. },
  2290. "require": {
  2291. "php": ">=7.1"
  2292. },
  2293. "provide": {
  2294. "ext-mbstring": "*"
  2295. },
  2296. "suggest": {
  2297. "ext-mbstring": "For best performance"
  2298. },
  2299. "type": "library",
  2300. "extra": {
  2301. "branch-alias": {
  2302. "dev-main": "1.27-dev"
  2303. },
  2304. "thanks": {
  2305. "name": "symfony/polyfill",
  2306. "url": "https://github.com/symfony/polyfill"
  2307. }
  2308. },
  2309. "autoload": {
  2310. "files": [
  2311. "bootstrap.php"
  2312. ],
  2313. "psr-4": {
  2314. "Symfony\\Polyfill\\Mbstring\\": ""
  2315. }
  2316. },
  2317. "notification-url": "https://packagist.org/downloads/",
  2318. "license": [
  2319. "MIT"
  2320. ],
  2321. "authors": [
  2322. {
  2323. "name": "Nicolas Grekas",
  2324. "email": "p@tchwork.com"
  2325. },
  2326. {
  2327. "name": "Symfony Community",
  2328. "homepage": "https://symfony.com/contributors"
  2329. }
  2330. ],
  2331. "description": "Symfony polyfill for the Mbstring extension",
  2332. "homepage": "https://symfony.com",
  2333. "keywords": [
  2334. "compatibility",
  2335. "mbstring",
  2336. "polyfill",
  2337. "portable",
  2338. "shim"
  2339. ],
  2340. "support": {
  2341. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
  2342. },
  2343. "funding": [
  2344. {
  2345. "url": "https://symfony.com/sponsor",
  2346. "type": "custom"
  2347. },
  2348. {
  2349. "url": "https://github.com/fabpot",
  2350. "type": "github"
  2351. },
  2352. {
  2353. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2354. "type": "tidelift"
  2355. }
  2356. ],
  2357. "time": "2022-11-03T14:55:06+00:00"
  2358. },
  2359. {
  2360. "name": "symfony/polyfill-php73",
  2361. "version": "v1.27.0",
  2362. "source": {
  2363. "type": "git",
  2364. "url": "https://github.com/symfony/polyfill-php73.git",
  2365. "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9"
  2366. },
  2367. "dist": {
  2368. "type": "zip",
  2369. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
  2370. "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
  2371. "shasum": ""
  2372. },
  2373. "require": {
  2374. "php": ">=7.1"
  2375. },
  2376. "type": "library",
  2377. "extra": {
  2378. "branch-alias": {
  2379. "dev-main": "1.27-dev"
  2380. },
  2381. "thanks": {
  2382. "name": "symfony/polyfill",
  2383. "url": "https://github.com/symfony/polyfill"
  2384. }
  2385. },
  2386. "autoload": {
  2387. "files": [
  2388. "bootstrap.php"
  2389. ],
  2390. "psr-4": {
  2391. "Symfony\\Polyfill\\Php73\\": ""
  2392. },
  2393. "classmap": [
  2394. "Resources/stubs"
  2395. ]
  2396. },
  2397. "notification-url": "https://packagist.org/downloads/",
  2398. "license": [
  2399. "MIT"
  2400. ],
  2401. "authors": [
  2402. {
  2403. "name": "Nicolas Grekas",
  2404. "email": "p@tchwork.com"
  2405. },
  2406. {
  2407. "name": "Symfony Community",
  2408. "homepage": "https://symfony.com/contributors"
  2409. }
  2410. ],
  2411. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  2412. "homepage": "https://symfony.com",
  2413. "keywords": [
  2414. "compatibility",
  2415. "polyfill",
  2416. "portable",
  2417. "shim"
  2418. ],
  2419. "support": {
  2420. "source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0"
  2421. },
  2422. "funding": [
  2423. {
  2424. "url": "https://symfony.com/sponsor",
  2425. "type": "custom"
  2426. },
  2427. {
  2428. "url": "https://github.com/fabpot",
  2429. "type": "github"
  2430. },
  2431. {
  2432. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2433. "type": "tidelift"
  2434. }
  2435. ],
  2436. "time": "2022-11-03T14:55:06+00:00"
  2437. },
  2438. {
  2439. "name": "symfony/polyfill-php80",
  2440. "version": "v1.27.0",
  2441. "source": {
  2442. "type": "git",
  2443. "url": "https://github.com/symfony/polyfill-php80.git",
  2444. "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
  2445. },
  2446. "dist": {
  2447. "type": "zip",
  2448. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
  2449. "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
  2450. "shasum": ""
  2451. },
  2452. "require": {
  2453. "php": ">=7.1"
  2454. },
  2455. "type": "library",
  2456. "extra": {
  2457. "branch-alias": {
  2458. "dev-main": "1.27-dev"
  2459. },
  2460. "thanks": {
  2461. "name": "symfony/polyfill",
  2462. "url": "https://github.com/symfony/polyfill"
  2463. }
  2464. },
  2465. "autoload": {
  2466. "files": [
  2467. "bootstrap.php"
  2468. ],
  2469. "psr-4": {
  2470. "Symfony\\Polyfill\\Php80\\": ""
  2471. },
  2472. "classmap": [
  2473. "Resources/stubs"
  2474. ]
  2475. },
  2476. "notification-url": "https://packagist.org/downloads/",
  2477. "license": [
  2478. "MIT"
  2479. ],
  2480. "authors": [
  2481. {
  2482. "name": "Ion Bazan",
  2483. "email": "ion.bazan@gmail.com"
  2484. },
  2485. {
  2486. "name": "Nicolas Grekas",
  2487. "email": "p@tchwork.com"
  2488. },
  2489. {
  2490. "name": "Symfony Community",
  2491. "homepage": "https://symfony.com/contributors"
  2492. }
  2493. ],
  2494. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  2495. "homepage": "https://symfony.com",
  2496. "keywords": [
  2497. "compatibility",
  2498. "polyfill",
  2499. "portable",
  2500. "shim"
  2501. ],
  2502. "support": {
  2503. "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
  2504. },
  2505. "funding": [
  2506. {
  2507. "url": "https://symfony.com/sponsor",
  2508. "type": "custom"
  2509. },
  2510. {
  2511. "url": "https://github.com/fabpot",
  2512. "type": "github"
  2513. },
  2514. {
  2515. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2516. "type": "tidelift"
  2517. }
  2518. ],
  2519. "time": "2022-11-03T14:55:06+00:00"
  2520. },
  2521. {
  2522. "name": "symfony/service-contracts",
  2523. "version": "v2.4.0",
  2524. "source": {
  2525. "type": "git",
  2526. "url": "https://github.com/symfony/service-contracts.git",
  2527. "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb"
  2528. },
  2529. "dist": {
  2530. "type": "zip",
  2531. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
  2532. "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
  2533. "shasum": ""
  2534. },
  2535. "require": {
  2536. "php": ">=7.2.5",
  2537. "psr/container": "^1.1"
  2538. },
  2539. "suggest": {
  2540. "symfony/service-implementation": ""
  2541. },
  2542. "type": "library",
  2543. "extra": {
  2544. "branch-alias": {
  2545. "dev-main": "2.4-dev"
  2546. },
  2547. "thanks": {
  2548. "name": "symfony/contracts",
  2549. "url": "https://github.com/symfony/contracts"
  2550. }
  2551. },
  2552. "autoload": {
  2553. "psr-4": {
  2554. "Symfony\\Contracts\\Service\\": ""
  2555. }
  2556. },
  2557. "notification-url": "https://packagist.org/downloads/",
  2558. "license": [
  2559. "MIT"
  2560. ],
  2561. "authors": [
  2562. {
  2563. "name": "Nicolas Grekas",
  2564. "email": "p@tchwork.com"
  2565. },
  2566. {
  2567. "name": "Symfony Community",
  2568. "homepage": "https://symfony.com/contributors"
  2569. }
  2570. ],
  2571. "description": "Generic abstractions related to writing services",
  2572. "homepage": "https://symfony.com",
  2573. "keywords": [
  2574. "abstractions",
  2575. "contracts",
  2576. "decoupling",
  2577. "interfaces",
  2578. "interoperability",
  2579. "standards"
  2580. ],
  2581. "support": {
  2582. "source": "https://github.com/symfony/service-contracts/tree/v2.4.0"
  2583. },
  2584. "funding": [
  2585. {
  2586. "url": "https://symfony.com/sponsor",
  2587. "type": "custom"
  2588. },
  2589. {
  2590. "url": "https://github.com/fabpot",
  2591. "type": "github"
  2592. },
  2593. {
  2594. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2595. "type": "tidelift"
  2596. }
  2597. ],
  2598. "time": "2021-04-01T10:43:52+00:00"
  2599. },
  2600. {
  2601. "name": "symfony/string",
  2602. "version": "v5.4.26",
  2603. "source": {
  2604. "type": "git",
  2605. "url": "https://github.com/symfony/string.git",
  2606. "reference": "1181fe9270e373537475e826873b5867b863883c"
  2607. },
  2608. "dist": {
  2609. "type": "zip",
  2610. "url": "https://api.github.com/repos/symfony/string/zipball/1181fe9270e373537475e826873b5867b863883c",
  2611. "reference": "1181fe9270e373537475e826873b5867b863883c",
  2612. "shasum": ""
  2613. },
  2614. "require": {
  2615. "php": ">=7.2.5",
  2616. "symfony/polyfill-ctype": "~1.8",
  2617. "symfony/polyfill-intl-grapheme": "~1.0",
  2618. "symfony/polyfill-intl-normalizer": "~1.0",
  2619. "symfony/polyfill-mbstring": "~1.0",
  2620. "symfony/polyfill-php80": "~1.15"
  2621. },
  2622. "conflict": {
  2623. "symfony/translation-contracts": ">=3.0"
  2624. },
  2625. "require-dev": {
  2626. "symfony/error-handler": "^4.4|^5.0|^6.0",
  2627. "symfony/http-client": "^4.4|^5.0|^6.0",
  2628. "symfony/translation-contracts": "^1.1|^2",
  2629. "symfony/var-exporter": "^4.4|^5.0|^6.0"
  2630. },
  2631. "type": "library",
  2632. "autoload": {
  2633. "files": [
  2634. "Resources/functions.php"
  2635. ],
  2636. "psr-4": {
  2637. "Symfony\\Component\\String\\": ""
  2638. },
  2639. "exclude-from-classmap": [
  2640. "/Tests/"
  2641. ]
  2642. },
  2643. "notification-url": "https://packagist.org/downloads/",
  2644. "license": [
  2645. "MIT"
  2646. ],
  2647. "authors": [
  2648. {
  2649. "name": "Nicolas Grekas",
  2650. "email": "p@tchwork.com"
  2651. },
  2652. {
  2653. "name": "Symfony Community",
  2654. "homepage": "https://symfony.com/contributors"
  2655. }
  2656. ],
  2657. "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
  2658. "homepage": "https://symfony.com",
  2659. "keywords": [
  2660. "grapheme",
  2661. "i18n",
  2662. "string",
  2663. "unicode",
  2664. "utf-8",
  2665. "utf8"
  2666. ],
  2667. "support": {
  2668. "source": "https://github.com/symfony/string/tree/v5.4.26"
  2669. },
  2670. "funding": [
  2671. {
  2672. "url": "https://symfony.com/sponsor",
  2673. "type": "custom"
  2674. },
  2675. {
  2676. "url": "https://github.com/fabpot",
  2677. "type": "github"
  2678. },
  2679. {
  2680. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2681. "type": "tidelift"
  2682. }
  2683. ],
  2684. "time": "2023-06-28T12:46:07+00:00"
  2685. },
  2686. {
  2687. "name": "symfony/var-dumper",
  2688. "version": "v5.4.26",
  2689. "source": {
  2690. "type": "git",
  2691. "url": "https://github.com/symfony/var-dumper.git",
  2692. "reference": "e706c99b4a6f4d9383b52b80dd8c74880501e314"
  2693. },
  2694. "dist": {
  2695. "type": "zip",
  2696. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e706c99b4a6f4d9383b52b80dd8c74880501e314",
  2697. "reference": "e706c99b4a6f4d9383b52b80dd8c74880501e314",
  2698. "shasum": ""
  2699. },
  2700. "require": {
  2701. "php": ">=7.2.5",
  2702. "symfony/polyfill-mbstring": "~1.0",
  2703. "symfony/polyfill-php80": "^1.16"
  2704. },
  2705. "conflict": {
  2706. "symfony/console": "<4.4"
  2707. },
  2708. "require-dev": {
  2709. "ext-iconv": "*",
  2710. "symfony/console": "^4.4|^5.0|^6.0",
  2711. "symfony/http-kernel": "^4.4|^5.0|^6.0",
  2712. "symfony/process": "^4.4|^5.0|^6.0",
  2713. "symfony/uid": "^5.1|^6.0",
  2714. "twig/twig": "^2.13|^3.0.4"
  2715. },
  2716. "suggest": {
  2717. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  2718. "ext-intl": "To show region name in time zone dump",
  2719. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  2720. },
  2721. "bin": [
  2722. "Resources/bin/var-dump-server"
  2723. ],
  2724. "type": "library",
  2725. "autoload": {
  2726. "files": [
  2727. "Resources/functions/dump.php"
  2728. ],
  2729. "psr-4": {
  2730. "Symfony\\Component\\VarDumper\\": ""
  2731. },
  2732. "exclude-from-classmap": [
  2733. "/Tests/"
  2734. ]
  2735. },
  2736. "notification-url": "https://packagist.org/downloads/",
  2737. "license": [
  2738. "MIT"
  2739. ],
  2740. "authors": [
  2741. {
  2742. "name": "Nicolas Grekas",
  2743. "email": "p@tchwork.com"
  2744. },
  2745. {
  2746. "name": "Symfony Community",
  2747. "homepage": "https://symfony.com/contributors"
  2748. }
  2749. ],
  2750. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  2751. "homepage": "https://symfony.com",
  2752. "keywords": [
  2753. "debug",
  2754. "dump"
  2755. ],
  2756. "support": {
  2757. "source": "https://github.com/symfony/var-dumper/tree/v5.4.26"
  2758. },
  2759. "funding": [
  2760. {
  2761. "url": "https://symfony.com/sponsor",
  2762. "type": "custom"
  2763. },
  2764. {
  2765. "url": "https://github.com/fabpot",
  2766. "type": "github"
  2767. },
  2768. {
  2769. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2770. "type": "tidelift"
  2771. }
  2772. ],
  2773. "time": "2023-07-13T07:32:46+00:00"
  2774. },
  2775. {
  2776. "name": "vlucas/phpdotenv",
  2777. "version": "v5.5.0",
  2778. "source": {
  2779. "type": "git",
  2780. "url": "https://github.com/vlucas/phpdotenv.git",
  2781. "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7"
  2782. },
  2783. "dist": {
  2784. "type": "zip",
  2785. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
  2786. "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
  2787. "shasum": ""
  2788. },
  2789. "require": {
  2790. "ext-pcre": "*",
  2791. "graham-campbell/result-type": "^1.0.2",
  2792. "php": "^7.1.3 || ^8.0",
  2793. "phpoption/phpoption": "^1.8",
  2794. "symfony/polyfill-ctype": "^1.23",
  2795. "symfony/polyfill-mbstring": "^1.23.1",
  2796. "symfony/polyfill-php80": "^1.23.1"
  2797. },
  2798. "require-dev": {
  2799. "bamarni/composer-bin-plugin": "^1.4.1",
  2800. "ext-filter": "*",
  2801. "phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25"
  2802. },
  2803. "suggest": {
  2804. "ext-filter": "Required to use the boolean validator."
  2805. },
  2806. "type": "library",
  2807. "extra": {
  2808. "bamarni-bin": {
  2809. "bin-links": true,
  2810. "forward-command": true
  2811. },
  2812. "branch-alias": {
  2813. "dev-master": "5.5-dev"
  2814. }
  2815. },
  2816. "autoload": {
  2817. "psr-4": {
  2818. "Dotenv\\": "src/"
  2819. }
  2820. },
  2821. "notification-url": "https://packagist.org/downloads/",
  2822. "license": [
  2823. "BSD-3-Clause"
  2824. ],
  2825. "authors": [
  2826. {
  2827. "name": "Graham Campbell",
  2828. "email": "hello@gjcampbell.co.uk",
  2829. "homepage": "https://github.com/GrahamCampbell"
  2830. },
  2831. {
  2832. "name": "Vance Lucas",
  2833. "email": "vance@vancelucas.com",
  2834. "homepage": "https://github.com/vlucas"
  2835. }
  2836. ],
  2837. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  2838. "keywords": [
  2839. "dotenv",
  2840. "env",
  2841. "environment"
  2842. ],
  2843. "support": {
  2844. "issues": "https://github.com/vlucas/phpdotenv/issues",
  2845. "source": "https://github.com/vlucas/phpdotenv/tree/v5.5.0"
  2846. },
  2847. "funding": [
  2848. {
  2849. "url": "https://github.com/GrahamCampbell",
  2850. "type": "github"
  2851. },
  2852. {
  2853. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  2854. "type": "tidelift"
  2855. }
  2856. ],
  2857. "time": "2022-10-16T01:01:54+00:00"
  2858. },
  2859. {
  2860. "name": "wechatpay/wechatpay",
  2861. "version": "1.4.8",
  2862. "source": {
  2863. "type": "git",
  2864. "url": "https://github.com/wechatpay-apiv3/wechatpay-php.git",
  2865. "reference": "fbe8d7c2b3b367e42bf98caa0cce582b3205d427"
  2866. },
  2867. "dist": {
  2868. "type": "zip",
  2869. "url": "https://api.github.com/repos/wechatpay-apiv3/wechatpay-php/zipball/fbe8d7c2b3b367e42bf98caa0cce582b3205d427",
  2870. "reference": "fbe8d7c2b3b367e42bf98caa0cce582b3205d427",
  2871. "shasum": ""
  2872. },
  2873. "require": {
  2874. "ext-curl": "*",
  2875. "ext-libxml": "*",
  2876. "ext-openssl": "*",
  2877. "ext-simplexml": "*",
  2878. "guzzlehttp/guzzle": "^6.5 || ^7.0",
  2879. "guzzlehttp/uri-template": "^0.2 || ^1.0",
  2880. "php": ">=7.1.2"
  2881. },
  2882. "require-dev": {
  2883. "phpstan/phpstan": "^0.12.89 || ^1.0",
  2884. "phpunit/phpunit": "^7.5 || ^8.5.16 || ^9.3.5"
  2885. },
  2886. "bin": [
  2887. "bin/CertificateDownloader.php"
  2888. ],
  2889. "type": "library",
  2890. "autoload": {
  2891. "psr-4": {
  2892. "WeChatPay\\": "src/"
  2893. }
  2894. },
  2895. "notification-url": "https://packagist.org/downloads/",
  2896. "license": [
  2897. "Apache-2.0"
  2898. ],
  2899. "authors": [
  2900. {
  2901. "name": "James ZHANG",
  2902. "homepage": "https://github.com/TheNorthMemory"
  2903. },
  2904. {
  2905. "name": "WeChatPay Community",
  2906. "homepage": "https://developers.weixin.qq.com/community/pay"
  2907. }
  2908. ],
  2909. "description": "[A]Sync Chainable WeChatPay v2&v3's OpenAPI SDK for PHP",
  2910. "homepage": "https://pay.weixin.qq.com/",
  2911. "keywords": [
  2912. "AES-GCM",
  2913. "aes-ecb",
  2914. "openapi-chainable",
  2915. "rsa-oaep",
  2916. "wechatpay",
  2917. "xml-builder",
  2918. "xml-parser"
  2919. ],
  2920. "support": {
  2921. "issues": "https://github.com/wechatpay-apiv3/wechatpay-php/issues",
  2922. "source": "https://github.com/wechatpay-apiv3/wechatpay-php/tree/v1.4.8"
  2923. },
  2924. "time": "2023-01-05T03:50:12+00:00"
  2925. },
  2926. {
  2927. "name": "xin/container",
  2928. "version": "2.0.1",
  2929. "source": {
  2930. "type": "git",
  2931. "url": "https://gitee.com/liuxiaojinla/php-container",
  2932. "reference": "97bb67f87dd851545938a1f2fe0ffbd379e3ff81"
  2933. },
  2934. "require": {
  2935. "ext-ctype": "*",
  2936. "ext-iconv": "*",
  2937. "ext-json": "*",
  2938. "ext-libxml": "*",
  2939. "ext-mbstring": "*",
  2940. "ext-openssl": "*",
  2941. "ext-simplexml": "*",
  2942. "psr/container": "^1.0",
  2943. "xin/helper": "^1.0"
  2944. },
  2945. "type": "library",
  2946. "autoload": {
  2947. "psr-4": {
  2948. "xin\\container\\": "src/"
  2949. }
  2950. },
  2951. "notification-url": "https://packagist.org/downloads/",
  2952. "license": [
  2953. "Apache-2.0"
  2954. ],
  2955. "authors": [
  2956. {
  2957. "name": "晋",
  2958. "email": "657306123@qq.com"
  2959. }
  2960. ],
  2961. "description": "严格基于PSR11规范实现基础的容器和依赖注入",
  2962. "time": "2019-10-21T03:51:25+00:00"
  2963. },
  2964. {
  2965. "name": "xin/helper",
  2966. "version": "1.0.0",
  2967. "source": {
  2968. "type": "git",
  2969. "url": "https://gitee.com/liuxiaojinla/php-helper",
  2970. "reference": "02a58132dae2aea2d1c0b8e66f55125969224747"
  2971. },
  2972. "require": {
  2973. "ext-ctype": "*",
  2974. "ext-iconv": "*",
  2975. "ext-json": "*",
  2976. "ext-libxml": "*",
  2977. "ext-mbstring": "*",
  2978. "ext-openssl": "*",
  2979. "ext-simplexml": "*"
  2980. },
  2981. "type": "library",
  2982. "autoload": {
  2983. "psr-4": {
  2984. "xin\\helper\\": "src/"
  2985. }
  2986. },
  2987. "notification-url": "https://packagist.org/downloads/",
  2988. "license": [
  2989. "Apache-2.0"
  2990. ],
  2991. "authors": [
  2992. {
  2993. "name": "晋",
  2994. "email": "1540175452@qq.com"
  2995. }
  2996. ],
  2997. "description": "PHP项目日常开发必备基础库,数组工具类、字符串工具类、数字工具类、函数工具类、服务器工具类、加密工具类",
  2998. "time": "2019-06-22T08:28:23+00:00"
  2999. }
  3000. ],
  3001. "packages-dev": [],
  3002. "aliases": [],
  3003. "minimum-stability": "stable",
  3004. "stability-flags": [],
  3005. "prefer-stable": false,
  3006. "prefer-lowest": false,
  3007. "platform": [],
  3008. "platform-dev": [],
  3009. "plugin-api-version": "2.1.0"
  3010. }