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.

11893 lines
428 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  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": "8b0c7e443a061d0a1b78cdb85db6d105",
  8. "packages": [
  9. {
  10. "name": "adbario/php-dot-notation",
  11. "version": "2.2.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/adbario/php-dot-notation.git",
  15. "reference": "eee4fc81296531e6aafba4c2bbccfc5adab1676e"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/adbario/php-dot-notation/zipball/eee4fc81296531e6aafba4c2bbccfc5adab1676e",
  20. "reference": "eee4fc81296531e6aafba4c2bbccfc5adab1676e",
  21. "shasum": "",
  22. "mirrors": [
  23. {
  24. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  25. "preferred": true
  26. }
  27. ]
  28. },
  29. "require": {
  30. "ext-json": "*",
  31. "php": ">=5.5"
  32. },
  33. "require-dev": {
  34. "phpunit/phpunit": "^4.0|^5.0|^6.0",
  35. "squizlabs/php_codesniffer": "^3.0"
  36. },
  37. "type": "library",
  38. "autoload": {
  39. "files": [
  40. "src/helpers.php"
  41. ],
  42. "psr-4": {
  43. "Adbar\\": "src"
  44. }
  45. },
  46. "notification-url": "https://packagist.org/downloads/",
  47. "license": [
  48. "MIT"
  49. ],
  50. "authors": [
  51. {
  52. "name": "Riku Särkinen",
  53. "email": "riku@adbar.io"
  54. }
  55. ],
  56. "description": "PHP dot notation access to arrays",
  57. "homepage": "https://github.com/adbario/php-dot-notation",
  58. "keywords": [
  59. "ArrayAccess",
  60. "dotnotation"
  61. ],
  62. "support": {
  63. "issues": "https://github.com/adbario/php-dot-notation/issues",
  64. "source": "https://github.com/adbario/php-dot-notation/tree/2.x"
  65. },
  66. "time": "2019-01-01T23:59:15+00:00"
  67. },
  68. {
  69. "name": "alibabacloud/client",
  70. "version": "1.5.31",
  71. "source": {
  72. "type": "git",
  73. "url": "https://github.com/aliyun/openapi-sdk-php-client.git",
  74. "reference": "19224d92fe27ab8ef501d77d4891e7660bc023c1"
  75. },
  76. "dist": {
  77. "type": "zip",
  78. "url": "https://api.github.com/repos/aliyun/openapi-sdk-php-client/zipball/19224d92fe27ab8ef501d77d4891e7660bc023c1",
  79. "reference": "19224d92fe27ab8ef501d77d4891e7660bc023c1",
  80. "shasum": "",
  81. "mirrors": [
  82. {
  83. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  84. "preferred": true
  85. }
  86. ]
  87. },
  88. "require": {
  89. "adbario/php-dot-notation": "^2.2",
  90. "clagiordano/weblibs-configmanager": "^1.0",
  91. "danielstjules/stringy": "^3.1",
  92. "ext-curl": "*",
  93. "ext-json": "*",
  94. "ext-libxml": "*",
  95. "ext-mbstring": "*",
  96. "ext-openssl": "*",
  97. "ext-simplexml": "*",
  98. "ext-xmlwriter": "*",
  99. "guzzlehttp/guzzle": "^6.3|^7.0",
  100. "mtdowling/jmespath.php": "^2.5",
  101. "php": ">=5.5"
  102. },
  103. "require-dev": {
  104. "composer/composer": "^1.8",
  105. "drupal/coder": "^8.3",
  106. "ext-dom": "*",
  107. "ext-pcre": "*",
  108. "ext-sockets": "*",
  109. "ext-spl": "*",
  110. "league/climate": "^3.2.4",
  111. "mikey179/vfsstream": "^1.6",
  112. "monolog/monolog": "^1.24",
  113. "phpunit/phpunit": "^5.7.27|^6.1",
  114. "psr/cache": "^1.0",
  115. "symfony/dotenv": "^3.4",
  116. "symfony/var-dumper": "^3.4"
  117. },
  118. "suggest": {
  119. "ext-sockets": "To use client-side monitoring"
  120. },
  121. "type": "library",
  122. "autoload": {
  123. "psr-4": {
  124. "AlibabaCloud\\Client\\": "src"
  125. },
  126. "files": [
  127. "src/Functions.php"
  128. ]
  129. },
  130. "notification-url": "https://packagist.org/downloads/",
  131. "license": [
  132. "Apache-2.0"
  133. ],
  134. "authors": [
  135. {
  136. "name": "Alibaba Cloud SDK",
  137. "email": "sdk-team@alibabacloud.com",
  138. "homepage": "http://www.alibabacloud.com"
  139. }
  140. ],
  141. "description": "Alibaba Cloud Client for PHP - Use Alibaba Cloud in your PHP project",
  142. "homepage": "https://www.alibabacloud.com/",
  143. "keywords": [
  144. "alibaba",
  145. "alibabacloud",
  146. "aliyun",
  147. "client",
  148. "cloud",
  149. "library",
  150. "sdk",
  151. "tool"
  152. ],
  153. "support": {
  154. "issues": "https://github.com/aliyun/openapi-sdk-php-client/issues",
  155. "source": "https://github.com/aliyun/openapi-sdk-php-client"
  156. },
  157. "time": "2021-05-13T06:26:38+00:00"
  158. },
  159. {
  160. "name": "alibabacloud/iot",
  161. "version": "1.8.958",
  162. "source": {
  163. "type": "git",
  164. "url": "https://github.com/alibabacloud-sdk-php/iot.git",
  165. "reference": "1be6b0444e6eeba93ad8bf1eef0f1afe2b477bea"
  166. },
  167. "dist": {
  168. "type": "zip",
  169. "url": "https://api.github.com/repos/alibabacloud-sdk-php/iot/zipball/1be6b0444e6eeba93ad8bf1eef0f1afe2b477bea",
  170. "reference": "1be6b0444e6eeba93ad8bf1eef0f1afe2b477bea",
  171. "shasum": "",
  172. "mirrors": [
  173. {
  174. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  175. "preferred": true
  176. }
  177. ]
  178. },
  179. "require": {
  180. "alibabacloud/client": "^1.5",
  181. "php": ">=5.5"
  182. },
  183. "type": "library",
  184. "autoload": {
  185. "psr-4": {
  186. "AlibabaCloud\\Iot\\": ""
  187. }
  188. },
  189. "notification-url": "https://packagist.org/downloads/",
  190. "license": [
  191. "Apache-2.0"
  192. ],
  193. "authors": [
  194. {
  195. "name": "Alibaba Cloud SDK",
  196. "email": "sdk-team@alibabacloud.com",
  197. "homepage": "http://www.alibabacloud.com"
  198. }
  199. ],
  200. "description": "Alibaba Cloud Iot SDK for PHP",
  201. "homepage": "https://www.alibabacloud.com/",
  202. "keywords": [
  203. "alibaba",
  204. "alibabacloud",
  205. "aliyun",
  206. "cloud",
  207. "iot",
  208. "library",
  209. "sdk"
  210. ],
  211. "support": {
  212. "issues": "https://github.com/alibabacloud-sdk-php/iot/issues",
  213. "source": "https://github.com/alibabacloud-sdk-php/iot"
  214. },
  215. "time": "2021-04-29T09:15:22+00:00"
  216. },
  217. {
  218. "name": "aliyuncs/oss-sdk-php",
  219. "version": "v2.4.3",
  220. "source": {
  221. "type": "git",
  222. "url": "https://github.com/aliyun/aliyun-oss-php-sdk.git",
  223. "reference": "4ccead614915ee6685bf30016afb01aabd347e46"
  224. },
  225. "dist": {
  226. "type": "zip",
  227. "url": "https://api.github.com/repos/aliyun/aliyun-oss-php-sdk/zipball/4ccead614915ee6685bf30016afb01aabd347e46",
  228. "reference": "4ccead614915ee6685bf30016afb01aabd347e46",
  229. "shasum": "",
  230. "mirrors": [
  231. {
  232. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  233. "preferred": true
  234. }
  235. ]
  236. },
  237. "require": {
  238. "php": ">=5.3"
  239. },
  240. "require-dev": {
  241. "phpunit/phpunit": "*",
  242. "satooshi/php-coveralls": "*"
  243. },
  244. "type": "library",
  245. "autoload": {
  246. "psr-4": {
  247. "OSS\\": "src/OSS"
  248. }
  249. },
  250. "notification-url": "https://packagist.org/downloads/",
  251. "license": [
  252. "MIT"
  253. ],
  254. "authors": [
  255. {
  256. "name": "Aliyuncs",
  257. "homepage": "http://www.aliyun.com"
  258. }
  259. ],
  260. "description": "Aliyun OSS SDK for PHP",
  261. "homepage": "http://www.aliyun.com/product/oss/",
  262. "support": {
  263. "issues": "https://github.com/aliyun/aliyun-oss-php-sdk/issues",
  264. "source": "https://github.com/aliyun/aliyun-oss-php-sdk/tree/v2.4.3"
  265. },
  266. "time": "2021-08-25T13:03:58+00:00"
  267. },
  268. {
  269. "name": "clagiordano/weblibs-configmanager",
  270. "version": "v1.2.0",
  271. "source": {
  272. "type": "git",
  273. "url": "https://github.com/clagiordano/weblibs-configmanager.git",
  274. "reference": "5c8ebcc62782313b1278afe802b120d18c07a059"
  275. },
  276. "dist": {
  277. "type": "zip",
  278. "url": "https://api.github.com/repos/clagiordano/weblibs-configmanager/zipball/5c8ebcc62782313b1278afe802b120d18c07a059",
  279. "reference": "5c8ebcc62782313b1278afe802b120d18c07a059",
  280. "shasum": "",
  281. "mirrors": [
  282. {
  283. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  284. "preferred": true
  285. }
  286. ]
  287. },
  288. "require": {
  289. "php": ">=5.4"
  290. },
  291. "require-dev": {
  292. "clagiordano/phpunit-result-printer": "^1",
  293. "phpunit/phpunit": "^4.8"
  294. },
  295. "type": "library",
  296. "autoload": {
  297. "psr-4": {
  298. "clagiordano\\weblibs\\configmanager\\": "src/"
  299. }
  300. },
  301. "notification-url": "https://packagist.org/downloads/",
  302. "license": [
  303. "LGPL-3.0-or-later"
  304. ],
  305. "authors": [
  306. {
  307. "name": "Claudio Giordano",
  308. "email": "claudio.giordano@autistici.org",
  309. "role": "Developer"
  310. }
  311. ],
  312. "description": "weblibs-configmanager is a tool library for easily read and access to php config array file and direct read/write configuration file / object",
  313. "keywords": [
  314. "clagiordano",
  315. "configuration",
  316. "manager",
  317. "tool",
  318. "weblibs"
  319. ],
  320. "support": {
  321. "issues": "https://github.com/clagiordano/weblibs-configmanager/issues",
  322. "source": "https://github.com/clagiordano/weblibs-configmanager/tree/v1.2.0"
  323. },
  324. "time": "2021-05-18T17:55:57+00:00"
  325. },
  326. {
  327. "name": "danielstjules/stringy",
  328. "version": "3.1.0",
  329. "source": {
  330. "type": "git",
  331. "url": "https://github.com/danielstjules/Stringy.git",
  332. "reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e"
  333. },
  334. "dist": {
  335. "type": "zip",
  336. "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e",
  337. "reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e",
  338. "shasum": "",
  339. "mirrors": [
  340. {
  341. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  342. "preferred": true
  343. }
  344. ]
  345. },
  346. "require": {
  347. "php": ">=5.4.0",
  348. "symfony/polyfill-mbstring": "~1.1"
  349. },
  350. "require-dev": {
  351. "phpunit/phpunit": "~4.0"
  352. },
  353. "type": "library",
  354. "autoload": {
  355. "psr-4": {
  356. "Stringy\\": "src/"
  357. },
  358. "files": [
  359. "src/Create.php"
  360. ]
  361. },
  362. "notification-url": "https://packagist.org/downloads/",
  363. "license": [
  364. "MIT"
  365. ],
  366. "authors": [
  367. {
  368. "name": "Daniel St. Jules",
  369. "email": "danielst.jules@gmail.com",
  370. "homepage": "http://www.danielstjules.com"
  371. }
  372. ],
  373. "description": "A string manipulation library with multibyte support",
  374. "homepage": "https://github.com/danielstjules/Stringy",
  375. "keywords": [
  376. "UTF",
  377. "helpers",
  378. "manipulation",
  379. "methods",
  380. "multibyte",
  381. "string",
  382. "utf-8",
  383. "utility",
  384. "utils"
  385. ],
  386. "support": {
  387. "issues": "https://github.com/danielstjules/Stringy/issues",
  388. "source": "https://github.com/danielstjules/Stringy"
  389. },
  390. "time": "2017-06-12T01:10:27+00:00"
  391. },
  392. {
  393. "name": "doctrine/annotations",
  394. "version": "1.13.2",
  395. "source": {
  396. "type": "git",
  397. "url": "https://github.com/doctrine/annotations.git",
  398. "reference": "5b668aef16090008790395c02c893b1ba13f7e08"
  399. },
  400. "dist": {
  401. "type": "zip",
  402. "url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08",
  403. "reference": "5b668aef16090008790395c02c893b1ba13f7e08",
  404. "shasum": "",
  405. "mirrors": [
  406. {
  407. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  408. "preferred": true
  409. }
  410. ]
  411. },
  412. "require": {
  413. "doctrine/lexer": "1.*",
  414. "ext-tokenizer": "*",
  415. "php": "^7.1 || ^8.0",
  416. "psr/cache": "^1 || ^2 || ^3"
  417. },
  418. "require-dev": {
  419. "doctrine/cache": "^1.11 || ^2.0",
  420. "doctrine/coding-standard": "^6.0 || ^8.1",
  421. "phpstan/phpstan": "^0.12.20",
  422. "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
  423. "symfony/cache": "^4.4 || ^5.2"
  424. },
  425. "type": "library",
  426. "autoload": {
  427. "psr-4": {
  428. "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
  429. }
  430. },
  431. "notification-url": "https://packagist.org/downloads/",
  432. "license": [
  433. "MIT"
  434. ],
  435. "authors": [
  436. {
  437. "name": "Guilherme Blanco",
  438. "email": "guilhermeblanco@gmail.com"
  439. },
  440. {
  441. "name": "Roman Borschel",
  442. "email": "roman@code-factory.org"
  443. },
  444. {
  445. "name": "Benjamin Eberlei",
  446. "email": "kontakt@beberlei.de"
  447. },
  448. {
  449. "name": "Jonathan Wage",
  450. "email": "jonwage@gmail.com"
  451. },
  452. {
  453. "name": "Johannes Schmitt",
  454. "email": "schmittjoh@gmail.com"
  455. }
  456. ],
  457. "description": "Docblock Annotations Parser",
  458. "homepage": "https://www.doctrine-project.org/projects/annotations.html",
  459. "keywords": [
  460. "annotations",
  461. "docblock",
  462. "parser"
  463. ],
  464. "support": {
  465. "issues": "https://github.com/doctrine/annotations/issues",
  466. "source": "https://github.com/doctrine/annotations/tree/1.13.2"
  467. },
  468. "time": "2021-08-05T19:00:23+00:00"
  469. },
  470. {
  471. "name": "doctrine/inflector",
  472. "version": "1.4.4",
  473. "source": {
  474. "type": "git",
  475. "url": "https://github.com/doctrine/inflector.git",
  476. "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9"
  477. },
  478. "dist": {
  479. "type": "zip",
  480. "url": "https://api.github.com/repos/doctrine/inflector/zipball/4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
  481. "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
  482. "shasum": "",
  483. "mirrors": [
  484. {
  485. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  486. "preferred": true
  487. }
  488. ]
  489. },
  490. "require": {
  491. "php": "^7.1 || ^8.0"
  492. },
  493. "require-dev": {
  494. "doctrine/coding-standard": "^8.0",
  495. "phpstan/phpstan": "^0.12",
  496. "phpstan/phpstan-phpunit": "^0.12",
  497. "phpstan/phpstan-strict-rules": "^0.12",
  498. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
  499. },
  500. "type": "library",
  501. "extra": {
  502. "branch-alias": {
  503. "dev-master": "2.0.x-dev"
  504. }
  505. },
  506. "autoload": {
  507. "psr-4": {
  508. "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector",
  509. "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
  510. }
  511. },
  512. "notification-url": "https://packagist.org/downloads/",
  513. "license": [
  514. "MIT"
  515. ],
  516. "authors": [
  517. {
  518. "name": "Guilherme Blanco",
  519. "email": "guilhermeblanco@gmail.com"
  520. },
  521. {
  522. "name": "Roman Borschel",
  523. "email": "roman@code-factory.org"
  524. },
  525. {
  526. "name": "Benjamin Eberlei",
  527. "email": "kontakt@beberlei.de"
  528. },
  529. {
  530. "name": "Jonathan Wage",
  531. "email": "jonwage@gmail.com"
  532. },
  533. {
  534. "name": "Johannes Schmitt",
  535. "email": "schmittjoh@gmail.com"
  536. }
  537. ],
  538. "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
  539. "homepage": "https://www.doctrine-project.org/projects/inflector.html",
  540. "keywords": [
  541. "inflection",
  542. "inflector",
  543. "lowercase",
  544. "manipulation",
  545. "php",
  546. "plural",
  547. "singular",
  548. "strings",
  549. "uppercase",
  550. "words"
  551. ],
  552. "support": {
  553. "issues": "https://github.com/doctrine/inflector/issues",
  554. "source": "https://github.com/doctrine/inflector/tree/1.4.4"
  555. },
  556. "funding": [
  557. {
  558. "url": "https://www.doctrine-project.org/sponsorship.html",
  559. "type": "custom"
  560. },
  561. {
  562. "url": "https://www.patreon.com/phpdoctrine",
  563. "type": "patreon"
  564. },
  565. {
  566. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
  567. "type": "tidelift"
  568. }
  569. ],
  570. "time": "2021-04-16T17:34:40+00:00"
  571. },
  572. {
  573. "name": "doctrine/instantiator",
  574. "version": "1.4.0",
  575. "source": {
  576. "type": "git",
  577. "url": "https://github.com/doctrine/instantiator.git",
  578. "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
  579. },
  580. "dist": {
  581. "type": "zip",
  582. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
  583. "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
  584. "shasum": "",
  585. "mirrors": [
  586. {
  587. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  588. "preferred": true
  589. }
  590. ]
  591. },
  592. "require": {
  593. "php": "^7.1 || ^8.0"
  594. },
  595. "require-dev": {
  596. "doctrine/coding-standard": "^8.0",
  597. "ext-pdo": "*",
  598. "ext-phar": "*",
  599. "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
  600. "phpstan/phpstan": "^0.12",
  601. "phpstan/phpstan-phpunit": "^0.12",
  602. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
  603. },
  604. "type": "library",
  605. "autoload": {
  606. "psr-4": {
  607. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  608. }
  609. },
  610. "notification-url": "https://packagist.org/downloads/",
  611. "license": [
  612. "MIT"
  613. ],
  614. "authors": [
  615. {
  616. "name": "Marco Pivetta",
  617. "email": "ocramius@gmail.com",
  618. "homepage": "https://ocramius.github.io/"
  619. }
  620. ],
  621. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  622. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  623. "keywords": [
  624. "constructor",
  625. "instantiate"
  626. ],
  627. "support": {
  628. "issues": "https://github.com/doctrine/instantiator/issues",
  629. "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
  630. },
  631. "funding": [
  632. {
  633. "url": "https://www.doctrine-project.org/sponsorship.html",
  634. "type": "custom"
  635. },
  636. {
  637. "url": "https://www.patreon.com/phpdoctrine",
  638. "type": "patreon"
  639. },
  640. {
  641. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
  642. "type": "tidelift"
  643. }
  644. ],
  645. "time": "2020-11-10T18:47:58+00:00"
  646. },
  647. {
  648. "name": "doctrine/lexer",
  649. "version": "1.2.1",
  650. "source": {
  651. "type": "git",
  652. "url": "https://github.com/doctrine/lexer.git",
  653. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
  654. },
  655. "dist": {
  656. "type": "zip",
  657. "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
  658. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
  659. "shasum": "",
  660. "mirrors": [
  661. {
  662. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  663. "preferred": true
  664. }
  665. ]
  666. },
  667. "require": {
  668. "php": "^7.2 || ^8.0"
  669. },
  670. "require-dev": {
  671. "doctrine/coding-standard": "^6.0",
  672. "phpstan/phpstan": "^0.11.8",
  673. "phpunit/phpunit": "^8.2"
  674. },
  675. "type": "library",
  676. "extra": {
  677. "branch-alias": {
  678. "dev-master": "1.2.x-dev"
  679. }
  680. },
  681. "autoload": {
  682. "psr-4": {
  683. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  684. }
  685. },
  686. "notification-url": "https://packagist.org/downloads/",
  687. "license": [
  688. "MIT"
  689. ],
  690. "authors": [
  691. {
  692. "name": "Guilherme Blanco",
  693. "email": "guilhermeblanco@gmail.com"
  694. },
  695. {
  696. "name": "Roman Borschel",
  697. "email": "roman@code-factory.org"
  698. },
  699. {
  700. "name": "Johannes Schmitt",
  701. "email": "schmittjoh@gmail.com"
  702. }
  703. ],
  704. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  705. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  706. "keywords": [
  707. "annotations",
  708. "docblock",
  709. "lexer",
  710. "parser",
  711. "php"
  712. ],
  713. "support": {
  714. "issues": "https://github.com/doctrine/lexer/issues",
  715. "source": "https://github.com/doctrine/lexer/tree/1.2.1"
  716. },
  717. "funding": [
  718. {
  719. "url": "https://www.doctrine-project.org/sponsorship.html",
  720. "type": "custom"
  721. },
  722. {
  723. "url": "https://www.patreon.com/phpdoctrine",
  724. "type": "patreon"
  725. },
  726. {
  727. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
  728. "type": "tidelift"
  729. }
  730. ],
  731. "time": "2020-05-25T17:44:05+00:00"
  732. },
  733. {
  734. "name": "easywechat-composer/easywechat-composer",
  735. "version": "1.4.1",
  736. "source": {
  737. "type": "git",
  738. "url": "https://github.com/mingyoung/easywechat-composer.git",
  739. "reference": "3fc6a7ab6d3853c0f4e2922539b56cc37ef361cd"
  740. },
  741. "dist": {
  742. "type": "zip",
  743. "url": "https://api.github.com/repos/mingyoung/easywechat-composer/zipball/3fc6a7ab6d3853c0f4e2922539b56cc37ef361cd",
  744. "reference": "3fc6a7ab6d3853c0f4e2922539b56cc37ef361cd",
  745. "shasum": "",
  746. "mirrors": [
  747. {
  748. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  749. "preferred": true
  750. }
  751. ]
  752. },
  753. "require": {
  754. "composer-plugin-api": "^1.0 || ^2.0",
  755. "php": ">=7.0"
  756. },
  757. "require-dev": {
  758. "composer/composer": "^1.0 || ^2.0",
  759. "phpunit/phpunit": "^6.5 || ^7.0"
  760. },
  761. "type": "composer-plugin",
  762. "extra": {
  763. "class": "EasyWeChatComposer\\Plugin"
  764. },
  765. "autoload": {
  766. "psr-4": {
  767. "EasyWeChatComposer\\": "src/"
  768. }
  769. },
  770. "notification-url": "https://packagist.org/downloads/",
  771. "license": [
  772. "MIT"
  773. ],
  774. "authors": [
  775. {
  776. "name": "张铭阳",
  777. "email": "mingyoungcheung@gmail.com"
  778. }
  779. ],
  780. "description": "The composer plugin for EasyWeChat",
  781. "support": {
  782. "issues": "https://github.com/mingyoung/easywechat-composer/issues",
  783. "source": "https://github.com/mingyoung/easywechat-composer/tree/1.4.1"
  784. },
  785. "time": "2021-07-05T04:03:22+00:00"
  786. },
  787. {
  788. "name": "egulias/email-validator",
  789. "version": "2.1.25",
  790. "source": {
  791. "type": "git",
  792. "url": "https://github.com/egulias/EmailValidator.git",
  793. "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4"
  794. },
  795. "dist": {
  796. "type": "zip",
  797. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0dbf5d78455d4d6a41d186da50adc1122ec066f4",
  798. "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4",
  799. "shasum": "",
  800. "mirrors": [
  801. {
  802. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  803. "preferred": true
  804. }
  805. ]
  806. },
  807. "require": {
  808. "doctrine/lexer": "^1.0.1",
  809. "php": ">=5.5",
  810. "symfony/polyfill-intl-idn": "^1.10"
  811. },
  812. "require-dev": {
  813. "dominicsayers/isemail": "^3.0.7",
  814. "phpunit/phpunit": "^4.8.36|^7.5.15",
  815. "satooshi/php-coveralls": "^1.0.1"
  816. },
  817. "suggest": {
  818. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  819. },
  820. "type": "library",
  821. "extra": {
  822. "branch-alias": {
  823. "dev-master": "2.1.x-dev"
  824. }
  825. },
  826. "autoload": {
  827. "psr-4": {
  828. "Egulias\\EmailValidator\\": "src"
  829. }
  830. },
  831. "notification-url": "https://packagist.org/downloads/",
  832. "license": [
  833. "MIT"
  834. ],
  835. "authors": [
  836. {
  837. "name": "Eduardo Gulias Davis"
  838. }
  839. ],
  840. "description": "A library for validating emails against several RFCs",
  841. "homepage": "https://github.com/egulias/EmailValidator",
  842. "keywords": [
  843. "email",
  844. "emailvalidation",
  845. "emailvalidator",
  846. "validation",
  847. "validator"
  848. ],
  849. "support": {
  850. "issues": "https://github.com/egulias/EmailValidator/issues",
  851. "source": "https://github.com/egulias/EmailValidator/tree/2.1.25"
  852. },
  853. "funding": [
  854. {
  855. "url": "https://github.com/egulias",
  856. "type": "github"
  857. }
  858. ],
  859. "time": "2020-12-29T14:50:06+00:00"
  860. },
  861. {
  862. "name": "fig/http-message-util",
  863. "version": "1.1.5",
  864. "source": {
  865. "type": "git",
  866. "url": "https://github.com/php-fig/http-message-util.git",
  867. "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765"
  868. },
  869. "dist": {
  870. "type": "zip",
  871. "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765",
  872. "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765",
  873. "shasum": "",
  874. "mirrors": [
  875. {
  876. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  877. "preferred": true
  878. }
  879. ]
  880. },
  881. "require": {
  882. "php": "^5.3 || ^7.0 || ^8.0"
  883. },
  884. "suggest": {
  885. "psr/http-message": "The package containing the PSR-7 interfaces"
  886. },
  887. "type": "library",
  888. "extra": {
  889. "branch-alias": {
  890. "dev-master": "1.1.x-dev"
  891. }
  892. },
  893. "autoload": {
  894. "psr-4": {
  895. "Fig\\Http\\Message\\": "src/"
  896. }
  897. },
  898. "notification-url": "https://packagist.org/downloads/",
  899. "license": [
  900. "MIT"
  901. ],
  902. "authors": [
  903. {
  904. "name": "PHP-FIG",
  905. "homepage": "https://www.php-fig.org/"
  906. }
  907. ],
  908. "description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
  909. "keywords": [
  910. "http",
  911. "http-message",
  912. "psr",
  913. "psr-7",
  914. "request",
  915. "response"
  916. ],
  917. "support": {
  918. "issues": "https://github.com/php-fig/http-message-util/issues",
  919. "source": "https://github.com/php-fig/http-message-util/tree/1.1.5"
  920. },
  921. "time": "2020-11-24T22:02:12+00:00"
  922. },
  923. {
  924. "name": "guzzlehttp/guzzle",
  925. "version": "6.5.5",
  926. "source": {
  927. "type": "git",
  928. "url": "https://github.com/guzzle/guzzle.git",
  929. "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
  930. },
  931. "dist": {
  932. "type": "zip",
  933. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
  934. "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
  935. "shasum": "",
  936. "mirrors": [
  937. {
  938. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  939. "preferred": true
  940. }
  941. ]
  942. },
  943. "require": {
  944. "ext-json": "*",
  945. "guzzlehttp/promises": "^1.0",
  946. "guzzlehttp/psr7": "^1.6.1",
  947. "php": ">=5.5",
  948. "symfony/polyfill-intl-idn": "^1.17.0"
  949. },
  950. "require-dev": {
  951. "ext-curl": "*",
  952. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
  953. "psr/log": "^1.1"
  954. },
  955. "suggest": {
  956. "psr/log": "Required for using the Log middleware"
  957. },
  958. "type": "library",
  959. "extra": {
  960. "branch-alias": {
  961. "dev-master": "6.5-dev"
  962. }
  963. },
  964. "autoload": {
  965. "psr-4": {
  966. "GuzzleHttp\\": "src/"
  967. },
  968. "files": [
  969. "src/functions_include.php"
  970. ]
  971. },
  972. "notification-url": "https://packagist.org/downloads/",
  973. "license": [
  974. "MIT"
  975. ],
  976. "authors": [
  977. {
  978. "name": "Michael Dowling",
  979. "email": "mtdowling@gmail.com",
  980. "homepage": "https://github.com/mtdowling"
  981. }
  982. ],
  983. "description": "Guzzle is a PHP HTTP client library",
  984. "homepage": "http://guzzlephp.org/",
  985. "keywords": [
  986. "client",
  987. "curl",
  988. "framework",
  989. "http",
  990. "http client",
  991. "rest",
  992. "web service"
  993. ],
  994. "support": {
  995. "issues": "https://github.com/guzzle/guzzle/issues",
  996. "source": "https://github.com/guzzle/guzzle/tree/6.5"
  997. },
  998. "time": "2020-06-16T21:01:06+00:00"
  999. },
  1000. {
  1001. "name": "guzzlehttp/promises",
  1002. "version": "1.5.1",
  1003. "source": {
  1004. "type": "git",
  1005. "url": "https://github.com/guzzle/promises.git",
  1006. "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
  1007. },
  1008. "dist": {
  1009. "type": "zip",
  1010. "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
  1011. "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
  1012. "shasum": "",
  1013. "mirrors": [
  1014. {
  1015. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1016. "preferred": true
  1017. }
  1018. ]
  1019. },
  1020. "require": {
  1021. "php": ">=5.5"
  1022. },
  1023. "require-dev": {
  1024. "symfony/phpunit-bridge": "^4.4 || ^5.1"
  1025. },
  1026. "type": "library",
  1027. "extra": {
  1028. "branch-alias": {
  1029. "dev-master": "1.5-dev"
  1030. }
  1031. },
  1032. "autoload": {
  1033. "psr-4": {
  1034. "GuzzleHttp\\Promise\\": "src/"
  1035. },
  1036. "files": [
  1037. "src/functions_include.php"
  1038. ]
  1039. },
  1040. "notification-url": "https://packagist.org/downloads/",
  1041. "license": [
  1042. "MIT"
  1043. ],
  1044. "authors": [
  1045. {
  1046. "name": "Graham Campbell",
  1047. "email": "hello@gjcampbell.co.uk",
  1048. "homepage": "https://github.com/GrahamCampbell"
  1049. },
  1050. {
  1051. "name": "Michael Dowling",
  1052. "email": "mtdowling@gmail.com",
  1053. "homepage": "https://github.com/mtdowling"
  1054. },
  1055. {
  1056. "name": "Tobias Nyholm",
  1057. "email": "tobias.nyholm@gmail.com",
  1058. "homepage": "https://github.com/Nyholm"
  1059. },
  1060. {
  1061. "name": "Tobias Schultze",
  1062. "email": "webmaster@tubo-world.de",
  1063. "homepage": "https://github.com/Tobion"
  1064. }
  1065. ],
  1066. "description": "Guzzle promises library",
  1067. "keywords": [
  1068. "promise"
  1069. ],
  1070. "support": {
  1071. "issues": "https://github.com/guzzle/promises/issues",
  1072. "source": "https://github.com/guzzle/promises/tree/1.5.1"
  1073. },
  1074. "funding": [
  1075. {
  1076. "url": "https://github.com/GrahamCampbell",
  1077. "type": "github"
  1078. },
  1079. {
  1080. "url": "https://github.com/Nyholm",
  1081. "type": "github"
  1082. },
  1083. {
  1084. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  1085. "type": "tidelift"
  1086. }
  1087. ],
  1088. "time": "2021-10-22T20:56:57+00:00"
  1089. },
  1090. {
  1091. "name": "guzzlehttp/psr7",
  1092. "version": "1.8.3",
  1093. "source": {
  1094. "type": "git",
  1095. "url": "https://github.com/guzzle/psr7.git",
  1096. "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85"
  1097. },
  1098. "dist": {
  1099. "type": "zip",
  1100. "url": "https://api.github.com/repos/guzzle/psr7/zipball/1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
  1101. "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
  1102. "shasum": "",
  1103. "mirrors": [
  1104. {
  1105. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1106. "preferred": true
  1107. }
  1108. ]
  1109. },
  1110. "require": {
  1111. "php": ">=5.4.0",
  1112. "psr/http-message": "~1.0",
  1113. "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
  1114. },
  1115. "provide": {
  1116. "psr/http-message-implementation": "1.0"
  1117. },
  1118. "require-dev": {
  1119. "ext-zlib": "*",
  1120. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
  1121. },
  1122. "suggest": {
  1123. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  1124. },
  1125. "type": "library",
  1126. "extra": {
  1127. "branch-alias": {
  1128. "dev-master": "1.7-dev"
  1129. }
  1130. },
  1131. "autoload": {
  1132. "psr-4": {
  1133. "GuzzleHttp\\Psr7\\": "src/"
  1134. },
  1135. "files": [
  1136. "src/functions_include.php"
  1137. ]
  1138. },
  1139. "notification-url": "https://packagist.org/downloads/",
  1140. "license": [
  1141. "MIT"
  1142. ],
  1143. "authors": [
  1144. {
  1145. "name": "Graham Campbell",
  1146. "email": "hello@gjcampbell.co.uk",
  1147. "homepage": "https://github.com/GrahamCampbell"
  1148. },
  1149. {
  1150. "name": "Michael Dowling",
  1151. "email": "mtdowling@gmail.com",
  1152. "homepage": "https://github.com/mtdowling"
  1153. },
  1154. {
  1155. "name": "George Mponos",
  1156. "email": "gmponos@gmail.com",
  1157. "homepage": "https://github.com/gmponos"
  1158. },
  1159. {
  1160. "name": "Tobias Nyholm",
  1161. "email": "tobias.nyholm@gmail.com",
  1162. "homepage": "https://github.com/Nyholm"
  1163. },
  1164. {
  1165. "name": "Márk Sági-Kazár",
  1166. "email": "mark.sagikazar@gmail.com",
  1167. "homepage": "https://github.com/sagikazarmark"
  1168. },
  1169. {
  1170. "name": "Tobias Schultze",
  1171. "email": "webmaster@tubo-world.de",
  1172. "homepage": "https://github.com/Tobion"
  1173. }
  1174. ],
  1175. "description": "PSR-7 message implementation that also provides common utility methods",
  1176. "keywords": [
  1177. "http",
  1178. "message",
  1179. "psr-7",
  1180. "request",
  1181. "response",
  1182. "stream",
  1183. "uri",
  1184. "url"
  1185. ],
  1186. "support": {
  1187. "issues": "https://github.com/guzzle/psr7/issues",
  1188. "source": "https://github.com/guzzle/psr7/tree/1.8.3"
  1189. },
  1190. "funding": [
  1191. {
  1192. "url": "https://github.com/GrahamCampbell",
  1193. "type": "github"
  1194. },
  1195. {
  1196. "url": "https://github.com/Nyholm",
  1197. "type": "github"
  1198. },
  1199. {
  1200. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  1201. "type": "tidelift"
  1202. }
  1203. ],
  1204. "time": "2021-10-05T13:56:00+00:00"
  1205. },
  1206. {
  1207. "name": "hashids/hashids",
  1208. "version": "4.1.0",
  1209. "source": {
  1210. "type": "git",
  1211. "url": "https://github.com/vinkla/hashids.git",
  1212. "reference": "8cab111f78e0bd9c76953b082919fc9e251761be"
  1213. },
  1214. "dist": {
  1215. "type": "zip",
  1216. "url": "https://api.github.com/repos/vinkla/hashids/zipball/8cab111f78e0bd9c76953b082919fc9e251761be",
  1217. "reference": "8cab111f78e0bd9c76953b082919fc9e251761be",
  1218. "shasum": "",
  1219. "mirrors": [
  1220. {
  1221. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1222. "preferred": true
  1223. }
  1224. ]
  1225. },
  1226. "require": {
  1227. "ext-mbstring": "*",
  1228. "php": "^7.2 || ^8.0"
  1229. },
  1230. "require-dev": {
  1231. "phpunit/phpunit": "^8.0 || ^9.4",
  1232. "squizlabs/php_codesniffer": "^3.5"
  1233. },
  1234. "suggest": {
  1235. "ext-bcmath": "Required to use BC Math arbitrary precision mathematics (*).",
  1236. "ext-gmp": "Required to use GNU multiple precision mathematics (*)."
  1237. },
  1238. "type": "library",
  1239. "extra": {
  1240. "branch-alias": {
  1241. "dev-master": "4.1-dev"
  1242. }
  1243. },
  1244. "autoload": {
  1245. "psr-4": {
  1246. "Hashids\\": "src/"
  1247. }
  1248. },
  1249. "notification-url": "https://packagist.org/downloads/",
  1250. "license": [
  1251. "MIT"
  1252. ],
  1253. "authors": [
  1254. {
  1255. "name": "Ivan Akimov",
  1256. "email": "ivan@barreleye.com"
  1257. },
  1258. {
  1259. "name": "Vincent Klaiber",
  1260. "email": "hello@doubledip.se"
  1261. }
  1262. ],
  1263. "description": "Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers",
  1264. "homepage": "https://hashids.org/php",
  1265. "keywords": [
  1266. "bitly",
  1267. "decode",
  1268. "encode",
  1269. "hash",
  1270. "hashid",
  1271. "hashids",
  1272. "ids",
  1273. "obfuscate",
  1274. "youtube"
  1275. ],
  1276. "support": {
  1277. "issues": "https://github.com/vinkla/hashids/issues",
  1278. "source": "https://github.com/vinkla/hashids/tree/4.1.0"
  1279. },
  1280. "time": "2020-11-26T19:24:33+00:00"
  1281. },
  1282. {
  1283. "name": "hyperf/amqp",
  1284. "version": "v2.0.22",
  1285. "source": {
  1286. "type": "git",
  1287. "url": "https://github.com/hyperf/amqp.git",
  1288. "reference": "34ab08a8d3c671755042afd52a73293623a25c19"
  1289. },
  1290. "dist": {
  1291. "type": "zip",
  1292. "url": "https://api.github.com/repos/hyperf/amqp/zipball/34ab08a8d3c671755042afd52a73293623a25c19",
  1293. "reference": "34ab08a8d3c671755042afd52a73293623a25c19",
  1294. "shasum": "",
  1295. "mirrors": [
  1296. {
  1297. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1298. "preferred": true
  1299. }
  1300. ]
  1301. },
  1302. "require": {
  1303. "doctrine/instantiator": "^1.2.0",
  1304. "hyperf/contract": "~2.0.0",
  1305. "hyperf/pool": "~2.0.0",
  1306. "hyperf/process": "~2.0.0",
  1307. "hyperf/utils": "~2.0.0",
  1308. "php": ">=7.2",
  1309. "php-amqplib/php-amqplib": "^2.9.2",
  1310. "psr/container": "^1.0",
  1311. "psr/event-dispatcher": "^1.0",
  1312. "psr/log": "^1.0"
  1313. },
  1314. "require-dev": {
  1315. "friendsofphp/php-cs-fixer": "^2.9",
  1316. "hyperf/di": "~2.0.0",
  1317. "hyperf/event": "~2.0.0",
  1318. "hyperf/framework": "~2.0.0",
  1319. "malukenho/docheader": "^0.1.6",
  1320. "mockery/mockery": "^1.0",
  1321. "phpunit/phpunit": "^7.0.0"
  1322. },
  1323. "suggest": {
  1324. "hyperf/di": "Required to use annotations.",
  1325. "hyperf/event": "Declare queue and start consumers automatically."
  1326. },
  1327. "type": "library",
  1328. "extra": {
  1329. "branch-alias": {
  1330. "dev-master": "2.0-dev"
  1331. },
  1332. "hyperf": {
  1333. "config": "Hyperf\\Amqp\\ConfigProvider"
  1334. }
  1335. },
  1336. "autoload": {
  1337. "psr-4": {
  1338. "Hyperf\\Amqp\\": "src/"
  1339. }
  1340. },
  1341. "notification-url": "https://packagist.org/downloads/",
  1342. "license": [
  1343. "MIT"
  1344. ],
  1345. "description": "A amqplib for hyperf.",
  1346. "homepage": "https://hyperf.io",
  1347. "keywords": [
  1348. "AMQP",
  1349. "hyperf",
  1350. "php"
  1351. ],
  1352. "support": {
  1353. "docs": "https://hyperf.wiki",
  1354. "issues": "https://github.com/hyperf/hyperf/issues",
  1355. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  1356. "source": "https://github.com/hyperf/hyperf"
  1357. },
  1358. "time": "2020-12-06T06:58:12+00:00"
  1359. },
  1360. {
  1361. "name": "hyperf/cache",
  1362. "version": "v2.0.9",
  1363. "source": {
  1364. "type": "git",
  1365. "url": "https://github.com/hyperf/cache.git",
  1366. "reference": "7c99de7133fa0a0678c0c99e2187fa6a7cba6fca"
  1367. },
  1368. "dist": {
  1369. "type": "zip",
  1370. "url": "https://api.github.com/repos/hyperf/cache/zipball/7c99de7133fa0a0678c0c99e2187fa6a7cba6fca",
  1371. "reference": "7c99de7133fa0a0678c0c99e2187fa6a7cba6fca",
  1372. "shasum": "",
  1373. "mirrors": [
  1374. {
  1375. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1376. "preferred": true
  1377. }
  1378. ]
  1379. },
  1380. "require": {
  1381. "hyperf/contract": "~2.0.0",
  1382. "hyperf/utils": "~2.0.0",
  1383. "php": ">=7.2",
  1384. "psr/container": "^1.0",
  1385. "psr/simple-cache": "^1.0"
  1386. },
  1387. "require-dev": {
  1388. "friendsofphp/php-cs-fixer": "^2.9",
  1389. "hyperf/di": "~2.0.0",
  1390. "hyperf/event": "~2.0.0",
  1391. "malukenho/docheader": "^0.1.6",
  1392. "mockery/mockery": "^1.0",
  1393. "phpunit/phpunit": "^7.0.0"
  1394. },
  1395. "suggest": {
  1396. "hyperf/di": "Use cache annotations.",
  1397. "hyperf/event": "Use listener to delete annotation cache."
  1398. },
  1399. "type": "library",
  1400. "extra": {
  1401. "branch-alias": {
  1402. "dev-master": "2.0-dev"
  1403. },
  1404. "hyperf": {
  1405. "config": "Hyperf\\Cache\\ConfigProvider"
  1406. }
  1407. },
  1408. "autoload": {
  1409. "psr-4": {
  1410. "Hyperf\\Cache\\": "src/"
  1411. }
  1412. },
  1413. "notification-url": "https://packagist.org/downloads/",
  1414. "license": [
  1415. "MIT"
  1416. ],
  1417. "description": "A cache component for hyperf.",
  1418. "homepage": "https://hyperf.io",
  1419. "keywords": [
  1420. "cache",
  1421. "hyperf",
  1422. "php"
  1423. ],
  1424. "support": {
  1425. "docs": "https://hyperf.wiki",
  1426. "issues": "https://github.com/hyperf/hyperf/issues",
  1427. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  1428. "source": "https://github.com/hyperf/hyperf"
  1429. },
  1430. "time": "2020-08-24T08:37:21+00:00"
  1431. },
  1432. {
  1433. "name": "hyperf/command",
  1434. "version": "v2.0.23",
  1435. "source": {
  1436. "type": "git",
  1437. "url": "https://github.com/hyperf/command.git",
  1438. "reference": "f350d74d829c778f76a416a25ed487fbe30ad7de"
  1439. },
  1440. "dist": {
  1441. "type": "zip",
  1442. "url": "https://api.github.com/repos/hyperf/command/zipball/f350d74d829c778f76a416a25ed487fbe30ad7de",
  1443. "reference": "f350d74d829c778f76a416a25ed487fbe30ad7de",
  1444. "shasum": "",
  1445. "mirrors": [
  1446. {
  1447. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1448. "preferred": true
  1449. }
  1450. ]
  1451. },
  1452. "require": {
  1453. "hyperf/utils": "~2.0.0",
  1454. "php": ">=7.2",
  1455. "psr/event-dispatcher": "^1.0",
  1456. "symfony/console": "^5.0"
  1457. },
  1458. "require-dev": {
  1459. "friendsofphp/php-cs-fixer": "^2.9",
  1460. "malukenho/docheader": "^0.1.6",
  1461. "mockery/mockery": "^1.0",
  1462. "phpunit/phpunit": "^7.0.0"
  1463. },
  1464. "suggest": {
  1465. "hyperf/di": "Required to use annotations."
  1466. },
  1467. "type": "library",
  1468. "extra": {
  1469. "branch-alias": {
  1470. "dev-master": "2.0-dev"
  1471. }
  1472. },
  1473. "autoload": {
  1474. "psr-4": {
  1475. "Hyperf\\Command\\": "src/"
  1476. }
  1477. },
  1478. "notification-url": "https://packagist.org/downloads/",
  1479. "license": [
  1480. "MIT"
  1481. ],
  1482. "description": "Command for hyperf",
  1483. "keywords": [
  1484. "command",
  1485. "php",
  1486. "swoole"
  1487. ],
  1488. "support": {
  1489. "issues": "https://github.com/hyperf/command/issues",
  1490. "source": "https://github.com/hyperf/command/tree/v2.0.23"
  1491. },
  1492. "time": "2020-12-10T09:09:22+00:00"
  1493. },
  1494. {
  1495. "name": "hyperf/config",
  1496. "version": "v2.0.9",
  1497. "source": {
  1498. "type": "git",
  1499. "url": "https://github.com/hyperf/config.git",
  1500. "reference": "55a1035f3caea366aeea02d9dbe5b09914ea8d2e"
  1501. },
  1502. "dist": {
  1503. "type": "zip",
  1504. "url": "https://api.github.com/repos/hyperf/config/zipball/55a1035f3caea366aeea02d9dbe5b09914ea8d2e",
  1505. "reference": "55a1035f3caea366aeea02d9dbe5b09914ea8d2e",
  1506. "shasum": "",
  1507. "mirrors": [
  1508. {
  1509. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1510. "preferred": true
  1511. }
  1512. ]
  1513. },
  1514. "require": {
  1515. "hyperf/contract": "~2.0.0",
  1516. "hyperf/utils": "~2.0.0",
  1517. "php": ">=7.2",
  1518. "psr/container": "^1.0",
  1519. "symfony/finder": "^5.0",
  1520. "vlucas/phpdotenv": "^4.0"
  1521. },
  1522. "require-dev": {
  1523. "friendsofphp/php-cs-fixer": "^2.9",
  1524. "hyperf/di": "~2.0.0",
  1525. "hyperf/event": "~2.0.0",
  1526. "hyperf/framework": "~2.0.0",
  1527. "malukenho/docheader": "^0.1.6",
  1528. "mockery/mockery": "^1.0",
  1529. "phpunit/phpunit": "^7.0.0"
  1530. },
  1531. "suggest": {
  1532. "hyperf/di": "Allows using @Value annotation",
  1533. "hyperf/event": "Allows using @Value annotation",
  1534. "hyperf/framework": "Allows using @Value annotation",
  1535. "vlucas/phpdotenv": "Allows using enviroment value to override the config"
  1536. },
  1537. "type": "library",
  1538. "extra": {
  1539. "branch-alias": {
  1540. "dev-master": "2.0-dev"
  1541. },
  1542. "hyperf": {
  1543. "config": "Hyperf\\Config\\ConfigProvider"
  1544. }
  1545. },
  1546. "autoload": {
  1547. "files": [
  1548. "./src/Functions.php"
  1549. ],
  1550. "psr-4": {
  1551. "Hyperf\\Config\\": "src/"
  1552. }
  1553. },
  1554. "notification-url": "https://packagist.org/downloads/",
  1555. "license": [
  1556. "MIT"
  1557. ],
  1558. "description": "An independent component that provides configuration container.",
  1559. "homepage": "https://hyperf.io",
  1560. "keywords": [
  1561. "config",
  1562. "configuration",
  1563. "hyperf",
  1564. "php",
  1565. "swoole"
  1566. ],
  1567. "support": {
  1568. "docs": "https://hyperf.wiki",
  1569. "issues": "https://github.com/hyperf/hyperf/issues",
  1570. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  1571. "source": "https://github.com/hyperf/hyperf"
  1572. },
  1573. "time": "2020-08-24T08:37:21+00:00"
  1574. },
  1575. {
  1576. "name": "hyperf/constants",
  1577. "version": "v2.0.9",
  1578. "source": {
  1579. "type": "git",
  1580. "url": "https://github.com/hyperf/constants.git",
  1581. "reference": "bf74fce39a22267677ffb2ae7e03762b4b641b12"
  1582. },
  1583. "dist": {
  1584. "type": "zip",
  1585. "url": "https://api.github.com/repos/hyperf/constants/zipball/bf74fce39a22267677ffb2ae7e03762b4b641b12",
  1586. "reference": "bf74fce39a22267677ffb2ae7e03762b4b641b12",
  1587. "shasum": "",
  1588. "mirrors": [
  1589. {
  1590. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1591. "preferred": true
  1592. }
  1593. ]
  1594. },
  1595. "require": {
  1596. "hyperf/di": "~2.0.0",
  1597. "hyperf/utils": "~2.0.0",
  1598. "php": ">=7.2"
  1599. },
  1600. "require-dev": {
  1601. "friendsofphp/php-cs-fixer": "^2.9",
  1602. "malukenho/docheader": "^0.1.6",
  1603. "mockery/mockery": "^1.0",
  1604. "phpunit/phpunit": "^7.0.0"
  1605. },
  1606. "suggest": {
  1607. "hyperf/translation": "Required to use translation."
  1608. },
  1609. "type": "library",
  1610. "extra": {
  1611. "branch-alias": {
  1612. "dev-master": "2.0-dev"
  1613. },
  1614. "hyperf": {
  1615. "config": "Hyperf\\Constants\\ConfigProvider"
  1616. }
  1617. },
  1618. "autoload": {
  1619. "psr-4": {
  1620. "Hyperf\\Constants\\": "src/"
  1621. }
  1622. },
  1623. "notification-url": "https://packagist.org/downloads/",
  1624. "license": [
  1625. "MIT"
  1626. ],
  1627. "description": "A constants component for hyperf.",
  1628. "homepage": "https://hyperf.io",
  1629. "keywords": [
  1630. "constants",
  1631. "hyperf",
  1632. "php"
  1633. ],
  1634. "support": {
  1635. "docs": "https://hyperf.wiki",
  1636. "issues": "https://github.com/hyperf/hyperf/issues",
  1637. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  1638. "source": "https://github.com/hyperf/hyperf"
  1639. },
  1640. "time": "2020-08-24T08:37:21+00:00"
  1641. },
  1642. {
  1643. "name": "hyperf/consul",
  1644. "version": "v2.0.21",
  1645. "source": {
  1646. "type": "git",
  1647. "url": "https://github.com/hyperf/consul.git",
  1648. "reference": "0cc62e2b42ef61c5f492ff74e8329bfb41e6e6fb"
  1649. },
  1650. "dist": {
  1651. "type": "zip",
  1652. "url": "https://api.github.com/repos/hyperf/consul/zipball/0cc62e2b42ef61c5f492ff74e8329bfb41e6e6fb",
  1653. "reference": "0cc62e2b42ef61c5f492ff74e8329bfb41e6e6fb",
  1654. "shasum": "",
  1655. "mirrors": [
  1656. {
  1657. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1658. "preferred": true
  1659. }
  1660. ]
  1661. },
  1662. "require": {
  1663. "hyperf/guzzle": "~2.0.0",
  1664. "php": ">=7.2"
  1665. },
  1666. "require-dev": {
  1667. "friendsofphp/php-cs-fixer": "^2.9",
  1668. "malukenho/docheader": "^0.1.6",
  1669. "mockery/mockery": "^1.0",
  1670. "phpunit/phpunit": "^7.0.0"
  1671. },
  1672. "type": "library",
  1673. "extra": {
  1674. "branch-alias": {
  1675. "dev-master": "2.0-dev"
  1676. },
  1677. "hyperf": {
  1678. "config": "Hyperf\\Consul\\ConfigProvider"
  1679. }
  1680. },
  1681. "autoload": {
  1682. "psr-4": {
  1683. "Hyperf\\Consul\\": "src/"
  1684. }
  1685. },
  1686. "notification-url": "https://packagist.org/downloads/",
  1687. "license": [
  1688. "MIT"
  1689. ],
  1690. "description": "A Consul Client for Hyperf.",
  1691. "homepage": "https://hyperf.io",
  1692. "keywords": [
  1693. "consul",
  1694. "consul-client",
  1695. "hyperf",
  1696. "php",
  1697. "swoole"
  1698. ],
  1699. "support": {
  1700. "docs": "https://hyperf.wiki",
  1701. "issues": "https://github.com/hyperf/hyperf/issues",
  1702. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  1703. "source": "https://github.com/hyperf/hyperf"
  1704. },
  1705. "time": "2020-11-24T07:28:24+00:00"
  1706. },
  1707. {
  1708. "name": "hyperf/contract",
  1709. "version": "v2.0.13",
  1710. "source": {
  1711. "type": "git",
  1712. "url": "https://github.com/hyperf/contract.git",
  1713. "reference": "02eb7c2affbc9ef020b02801b4b21c69c7e4fd5b"
  1714. },
  1715. "dist": {
  1716. "type": "zip",
  1717. "url": "https://api.github.com/repos/hyperf/contract/zipball/02eb7c2affbc9ef020b02801b4b21c69c7e4fd5b",
  1718. "reference": "02eb7c2affbc9ef020b02801b4b21c69c7e4fd5b",
  1719. "shasum": "",
  1720. "mirrors": [
  1721. {
  1722. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1723. "preferred": true
  1724. }
  1725. ]
  1726. },
  1727. "require": {
  1728. "php": ">=7.2"
  1729. },
  1730. "require-dev": {
  1731. "friendsofphp/php-cs-fixer": "^2.9",
  1732. "malukenho/docheader": "^0.1.6",
  1733. "mockery/mockery": "^1.0",
  1734. "phpunit/phpunit": "^7.0.0"
  1735. },
  1736. "type": "library",
  1737. "extra": {
  1738. "branch-alias": {
  1739. "dev-master": "2.0-dev"
  1740. },
  1741. "hyperf": []
  1742. },
  1743. "autoload": {
  1744. "psr-4": {
  1745. "Hyperf\\Contract\\": "src/"
  1746. }
  1747. },
  1748. "notification-url": "https://packagist.org/downloads/",
  1749. "license": [
  1750. "MIT"
  1751. ],
  1752. "description": "The contracts of Hyperf.",
  1753. "homepage": "https://hyperf.io",
  1754. "keywords": [
  1755. "hyperf",
  1756. "php",
  1757. "swoole"
  1758. ],
  1759. "support": {
  1760. "docs": "https://hyperf.wiki",
  1761. "issues": "https://github.com/hyperf/hyperf/issues",
  1762. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  1763. "source": "https://github.com/hyperf/hyperf"
  1764. },
  1765. "time": "2020-09-27T08:25:56+00:00"
  1766. },
  1767. {
  1768. "name": "hyperf/crontab",
  1769. "version": "v2.0.21",
  1770. "source": {
  1771. "type": "git",
  1772. "url": "https://github.com/hyperf/crontab.git",
  1773. "reference": "d8be6a473b3d44303732ef56ae8c9e22b2dafc89"
  1774. },
  1775. "dist": {
  1776. "type": "zip",
  1777. "url": "https://api.github.com/repos/hyperf/crontab/zipball/d8be6a473b3d44303732ef56ae8c9e22b2dafc89",
  1778. "reference": "d8be6a473b3d44303732ef56ae8c9e22b2dafc89",
  1779. "shasum": "",
  1780. "mirrors": [
  1781. {
  1782. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1783. "preferred": true
  1784. }
  1785. ]
  1786. },
  1787. "require": {
  1788. "hyperf/utils": "~2.0.0",
  1789. "nesbot/carbon": "^2.0",
  1790. "php": ">=7.2"
  1791. },
  1792. "require-dev": {
  1793. "friendsofphp/php-cs-fixer": "^2.9",
  1794. "malukenho/docheader": "^0.1.6",
  1795. "mockery/mockery": "^1.0",
  1796. "phpunit/phpunit": "^7.0.0"
  1797. },
  1798. "type": "library",
  1799. "extra": {
  1800. "branch-alias": {
  1801. "dev-master": "2.0-dev"
  1802. },
  1803. "hyperf": {
  1804. "config": "Hyperf\\Crontab\\ConfigProvider"
  1805. }
  1806. },
  1807. "autoload": {
  1808. "psr-4": {
  1809. "Hyperf\\Crontab\\": "src/"
  1810. }
  1811. },
  1812. "notification-url": "https://packagist.org/downloads/",
  1813. "license": [
  1814. "MIT"
  1815. ],
  1816. "description": "A crontab component for Hyperf.",
  1817. "homepage": "https://hyperf.io",
  1818. "keywords": [
  1819. "crontab",
  1820. "hyperf",
  1821. "php",
  1822. "swoole"
  1823. ],
  1824. "support": {
  1825. "docs": "https://hyperf.wiki",
  1826. "issues": "https://github.com/hyperf/hyperf/issues",
  1827. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  1828. "source": "https://github.com/hyperf/hyperf"
  1829. },
  1830. "time": "2020-11-29T02:59:46+00:00"
  1831. },
  1832. {
  1833. "name": "hyperf/database",
  1834. "version": "v2.0.26",
  1835. "source": {
  1836. "type": "git",
  1837. "url": "https://github.com/hyperf/database.git",
  1838. "reference": "1d1786fe31decb18e548b8eb3e6926c93ebf921c"
  1839. },
  1840. "dist": {
  1841. "type": "zip",
  1842. "url": "https://api.github.com/repos/hyperf/database/zipball/1d1786fe31decb18e548b8eb3e6926c93ebf921c",
  1843. "reference": "1d1786fe31decb18e548b8eb3e6926c93ebf921c",
  1844. "shasum": "",
  1845. "mirrors": [
  1846. {
  1847. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1848. "preferred": true
  1849. }
  1850. ]
  1851. },
  1852. "require": {
  1853. "hyperf/paginator": "~2.0.0",
  1854. "hyperf/utils": "~2.0.0",
  1855. "nesbot/carbon": "^2.0",
  1856. "php": ">=7.2",
  1857. "psr/container": "^1.0",
  1858. "psr/event-dispatcher": "^1.0"
  1859. },
  1860. "require-dev": {
  1861. "friendsofphp/php-cs-fixer": "^2.9",
  1862. "malukenho/docheader": "^0.1.6",
  1863. "mockery/mockery": "^1.0",
  1864. "phpunit/phpunit": "^7.0.0"
  1865. },
  1866. "suggest": {
  1867. "doctrine/dbal": "Required to rename columns (^2.6).",
  1868. "roave/better-reflection": "Required to use ModelCommand (^4.0)."
  1869. },
  1870. "type": "library",
  1871. "extra": {
  1872. "branch-alias": {
  1873. "dev-master": "2.0-dev"
  1874. }
  1875. },
  1876. "autoload": {
  1877. "psr-4": {
  1878. "Hyperf\\Database\\": "src/"
  1879. }
  1880. },
  1881. "notification-url": "https://packagist.org/downloads/",
  1882. "license": [
  1883. "MIT"
  1884. ],
  1885. "description": "A flexible database library.",
  1886. "homepage": "https://hyperf.io",
  1887. "keywords": [
  1888. "database",
  1889. "hyperf",
  1890. "php"
  1891. ],
  1892. "support": {
  1893. "docs": "https://hyperf.wiki",
  1894. "issues": "https://github.com/hyperf/hyperf/issues",
  1895. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  1896. "source": "https://github.com/hyperf/hyperf"
  1897. },
  1898. "time": "2021-01-28T03:36:17+00:00"
  1899. },
  1900. {
  1901. "name": "hyperf/db-connection",
  1902. "version": "v2.0.20",
  1903. "source": {
  1904. "type": "git",
  1905. "url": "https://github.com/hyperf/db-connection.git",
  1906. "reference": "4cc3f253ee97745fa9420257c781e9521026c88a"
  1907. },
  1908. "dist": {
  1909. "type": "zip",
  1910. "url": "https://api.github.com/repos/hyperf/db-connection/zipball/4cc3f253ee97745fa9420257c781e9521026c88a",
  1911. "reference": "4cc3f253ee97745fa9420257c781e9521026c88a",
  1912. "shasum": "",
  1913. "mirrors": [
  1914. {
  1915. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1916. "preferred": true
  1917. }
  1918. ]
  1919. },
  1920. "require": {
  1921. "hyperf/database": "~2.0.0",
  1922. "hyperf/di": "~2.0.0",
  1923. "hyperf/framework": "~2.0.0",
  1924. "hyperf/model-listener": "~2.0.0",
  1925. "hyperf/pool": "~2.0.0",
  1926. "hyperf/utils": "~2.0.0",
  1927. "php": ">=7.2"
  1928. },
  1929. "require-dev": {
  1930. "friendsofphp/php-cs-fixer": "^2.9",
  1931. "malukenho/docheader": "^0.1.6",
  1932. "mockery/mockery": "^1.0",
  1933. "phpunit/phpunit": "^7.0.0"
  1934. },
  1935. "type": "library",
  1936. "extra": {
  1937. "branch-alias": {
  1938. "dev-master": "2.0-dev"
  1939. },
  1940. "hyperf": {
  1941. "config": "Hyperf\\DbConnection\\ConfigProvider"
  1942. }
  1943. },
  1944. "autoload": {
  1945. "psr-4": {
  1946. "Hyperf\\DbConnection\\": "src/"
  1947. }
  1948. },
  1949. "notification-url": "https://packagist.org/downloads/",
  1950. "license": [
  1951. "MIT"
  1952. ],
  1953. "description": "A hyperf db connection handler for hyperf/database.",
  1954. "homepage": "https://hyperf.io",
  1955. "keywords": [
  1956. "Connection",
  1957. "database",
  1958. "hyperf",
  1959. "php"
  1960. ],
  1961. "support": {
  1962. "docs": "https://hyperf.wiki",
  1963. "issues": "https://github.com/hyperf/hyperf/issues",
  1964. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  1965. "source": "https://github.com/hyperf/hyperf"
  1966. },
  1967. "time": "2020-11-22T11:25:04+00:00"
  1968. },
  1969. {
  1970. "name": "hyperf/di",
  1971. "version": "v2.0.26",
  1972. "source": {
  1973. "type": "git",
  1974. "url": "https://github.com/hyperf/di.git",
  1975. "reference": "38eaf5b3be2f5627975bfe2844e83c64dc200a36"
  1976. },
  1977. "dist": {
  1978. "type": "zip",
  1979. "url": "https://api.github.com/repos/hyperf/di/zipball/38eaf5b3be2f5627975bfe2844e83c64dc200a36",
  1980. "reference": "38eaf5b3be2f5627975bfe2844e83c64dc200a36",
  1981. "shasum": "",
  1982. "mirrors": [
  1983. {
  1984. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1985. "preferred": true
  1986. }
  1987. ]
  1988. },
  1989. "require": {
  1990. "doctrine/annotations": "^1.6",
  1991. "doctrine/instantiator": "^1.0",
  1992. "nikic/php-parser": "^4.1",
  1993. "php": ">=7.2",
  1994. "psr/container": "^1.0",
  1995. "roave/better-reflection": "^4.0",
  1996. "symfony/finder": "^5.0"
  1997. },
  1998. "require-dev": {
  1999. "friendsofphp/php-cs-fixer": "^2.9",
  2000. "malukenho/docheader": "^0.1.6",
  2001. "mockery/mockery": "^1.0",
  2002. "phpunit/phpunit": "^7.0.0"
  2003. },
  2004. "suggest": {
  2005. "hyperf/config": "Require this component for annotation scan progress to retrieve the scan path."
  2006. },
  2007. "type": "library",
  2008. "extra": {
  2009. "branch-alias": {
  2010. "dev-master": "2.0-dev"
  2011. },
  2012. "hyperf": {
  2013. "config": "Hyperf\\Di\\ConfigProvider"
  2014. }
  2015. },
  2016. "autoload": {
  2017. "files": [
  2018. "src/Functions.php"
  2019. ],
  2020. "psr-4": {
  2021. "Hyperf\\Di\\": "src/"
  2022. }
  2023. },
  2024. "notification-url": "https://packagist.org/downloads/",
  2025. "license": [
  2026. "MIT"
  2027. ],
  2028. "description": "A DI for Hyperf.",
  2029. "homepage": "https://hyperf.io",
  2030. "keywords": [
  2031. "annotation",
  2032. "di",
  2033. "hyperf",
  2034. "php",
  2035. "swoole"
  2036. ],
  2037. "support": {
  2038. "docs": "https://hyperf.wiki",
  2039. "issues": "https://github.com/hyperf/hyperf/issues",
  2040. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  2041. "source": "https://github.com/hyperf/hyperf"
  2042. },
  2043. "time": "2021-03-19T06:33:32+00:00"
  2044. },
  2045. {
  2046. "name": "hyperf/dispatcher",
  2047. "version": "v2.0.19",
  2048. "source": {
  2049. "type": "git",
  2050. "url": "https://github.com/hyperf/dispatcher.git",
  2051. "reference": "54471d121a9fe2378377d9b5b7a97642d663625a"
  2052. },
  2053. "dist": {
  2054. "type": "zip",
  2055. "url": "https://api.github.com/repos/hyperf/dispatcher/zipball/54471d121a9fe2378377d9b5b7a97642d663625a",
  2056. "reference": "54471d121a9fe2378377d9b5b7a97642d663625a",
  2057. "shasum": "",
  2058. "mirrors": [
  2059. {
  2060. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2061. "preferred": true
  2062. }
  2063. ]
  2064. },
  2065. "require": {
  2066. "hyperf/contract": "~2.0.0",
  2067. "php": ">=7.2",
  2068. "psr/container": "^1.0",
  2069. "psr/http-message": "^1.0",
  2070. "psr/http-server-middleware": "^1.0"
  2071. },
  2072. "require-dev": {
  2073. "friendsofphp/php-cs-fixer": "^2.9",
  2074. "malukenho/docheader": "^0.1.6",
  2075. "mockery/mockery": "^1.0",
  2076. "phpunit/phpunit": "^7.0.0"
  2077. },
  2078. "type": "library",
  2079. "extra": {
  2080. "branch-alias": {
  2081. "dev-master": "2.0-dev"
  2082. },
  2083. "hyperf": {
  2084. "config": "Hyperf\\Dispatcher\\ConfigProvider"
  2085. }
  2086. },
  2087. "autoload": {
  2088. "psr-4": {
  2089. "Hyperf\\Dispatcher\\": "src/"
  2090. }
  2091. },
  2092. "notification-url": "https://packagist.org/downloads/",
  2093. "license": [
  2094. "MIT"
  2095. ],
  2096. "description": "A HTTP Server for Hyperf.",
  2097. "homepage": "https://hyperf.io",
  2098. "keywords": [
  2099. "dispatcher",
  2100. "filter",
  2101. "hyperf",
  2102. "middleware",
  2103. "php",
  2104. "swoole"
  2105. ],
  2106. "support": {
  2107. "docs": "https://hyperf.wiki",
  2108. "issues": "https://github.com/hyperf/hyperf/issues",
  2109. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  2110. "source": "https://github.com/hyperf/hyperf"
  2111. },
  2112. "time": "2020-11-17T02:20:34+00:00"
  2113. },
  2114. {
  2115. "name": "hyperf/event",
  2116. "version": "v2.0.10",
  2117. "source": {
  2118. "type": "git",
  2119. "url": "https://github.com/hyperf/event.git",
  2120. "reference": "1f80fd5277e1d5228ddf8f4db1458fe94a349472"
  2121. },
  2122. "dist": {
  2123. "type": "zip",
  2124. "url": "https://api.github.com/repos/hyperf/event/zipball/1f80fd5277e1d5228ddf8f4db1458fe94a349472",
  2125. "reference": "1f80fd5277e1d5228ddf8f4db1458fe94a349472",
  2126. "shasum": "",
  2127. "mirrors": [
  2128. {
  2129. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2130. "preferred": true
  2131. }
  2132. ]
  2133. },
  2134. "require": {
  2135. "hyperf/contract": "~2.0.0",
  2136. "php": ">=7.2",
  2137. "psr/event-dispatcher": "^1.0"
  2138. },
  2139. "require-dev": {
  2140. "friendsofphp/php-cs-fixer": "^2.9",
  2141. "hyperf/di": "~2.0.0",
  2142. "malukenho/docheader": "^0.1.6",
  2143. "mockery/mockery": "^1.0",
  2144. "phpunit/phpunit": "^7.0.0"
  2145. },
  2146. "suggest": {
  2147. "hyperf/di": "Required to use annotatioins."
  2148. },
  2149. "type": "library",
  2150. "extra": {
  2151. "branch-alias": {
  2152. "dev-master": "2.0-dev"
  2153. },
  2154. "hyperf": {
  2155. "config": "Hyperf\\Event\\ConfigProvider"
  2156. }
  2157. },
  2158. "autoload": {
  2159. "psr-4": {
  2160. "Hyperf\\Event\\": "src/"
  2161. }
  2162. },
  2163. "notification-url": "https://packagist.org/downloads/",
  2164. "license": [
  2165. "MIT"
  2166. ],
  2167. "description": "an event manager that implements PSR-14.",
  2168. "homepage": "https://hyperf.io",
  2169. "keywords": [
  2170. "event",
  2171. "hyperf",
  2172. "php",
  2173. "swoole"
  2174. ],
  2175. "support": {
  2176. "docs": "https://hyperf.wiki",
  2177. "issues": "https://github.com/hyperf/hyperf/issues",
  2178. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  2179. "source": "https://github.com/hyperf/hyperf"
  2180. },
  2181. "time": "2020-08-31T06:51:22+00:00"
  2182. },
  2183. {
  2184. "name": "hyperf/exception-handler",
  2185. "version": "v2.0.13",
  2186. "source": {
  2187. "type": "git",
  2188. "url": "https://github.com/hyperf/exception-handler.git",
  2189. "reference": "ceb5de4a710757c087815997fd4132beb90c19dc"
  2190. },
  2191. "dist": {
  2192. "type": "zip",
  2193. "url": "https://api.github.com/repos/hyperf/exception-handler/zipball/ceb5de4a710757c087815997fd4132beb90c19dc",
  2194. "reference": "ceb5de4a710757c087815997fd4132beb90c19dc",
  2195. "shasum": "",
  2196. "mirrors": [
  2197. {
  2198. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2199. "preferred": true
  2200. }
  2201. ]
  2202. },
  2203. "require": {
  2204. "hyperf/contract": "~2.0.0",
  2205. "hyperf/dispatcher": "~2.0.0",
  2206. "hyperf/utils": "~2.0.0",
  2207. "php": ">=7.2",
  2208. "psr/container": "^1.0",
  2209. "psr/http-message": "^1.0"
  2210. },
  2211. "require-dev": {
  2212. "friendsofphp/php-cs-fixer": "^2.9",
  2213. "malukenho/docheader": "^0.1.6",
  2214. "mockery/mockery": "^1.0",
  2215. "phpunit/phpunit": "^7.0.0"
  2216. },
  2217. "type": "library",
  2218. "extra": {
  2219. "branch-alias": {
  2220. "dev-master": "2.0-dev"
  2221. },
  2222. "hyperf": {
  2223. "config": "Hyperf\\ExceptionHandler\\ConfigProvider"
  2224. }
  2225. },
  2226. "autoload": {
  2227. "psr-4": {
  2228. "Hyperf\\ExceptionHandler\\": "src/"
  2229. }
  2230. },
  2231. "notification-url": "https://packagist.org/downloads/",
  2232. "license": [
  2233. "MIT"
  2234. ],
  2235. "description": "Exception handler for hyperf",
  2236. "keywords": [
  2237. "exception-handler",
  2238. "php",
  2239. "swoole"
  2240. ],
  2241. "support": {
  2242. "issues": "https://github.com/hyperf/exception-handler/issues",
  2243. "source": "https://github.com/hyperf/exception-handler/tree/v2.0.13"
  2244. },
  2245. "time": "2020-09-24T03:36:22+00:00"
  2246. },
  2247. {
  2248. "name": "hyperf/filesystem",
  2249. "version": "v2.0.11",
  2250. "source": {
  2251. "type": "git",
  2252. "url": "https://github.com/hyperf/filesystem.git",
  2253. "reference": "66f7e762b44fbc051e0ae5908843460b7b0c5a67"
  2254. },
  2255. "dist": {
  2256. "type": "zip",
  2257. "url": "https://api.github.com/repos/hyperf/filesystem/zipball/66f7e762b44fbc051e0ae5908843460b7b0c5a67",
  2258. "reference": "66f7e762b44fbc051e0ae5908843460b7b0c5a67",
  2259. "shasum": "",
  2260. "mirrors": [
  2261. {
  2262. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2263. "preferred": true
  2264. }
  2265. ]
  2266. },
  2267. "require": {
  2268. "ext-swoole": ">=4.4",
  2269. "hyperf/di": "~2.0.0",
  2270. "league/flysystem": "^1.0",
  2271. "php": ">=7.2"
  2272. },
  2273. "require-dev": {
  2274. "friendsofphp/php-cs-fixer": "^2.14",
  2275. "hyperf/config": "~2.0.0",
  2276. "hyperf/guzzle": "~2.0.0",
  2277. "hyperf/testing": "~2.0.0",
  2278. "league/flysystem-aws-s3-v3": "^1.0",
  2279. "league/flysystem-memory": "^1.0",
  2280. "overtrue/flysystem-cos": "^2.0",
  2281. "overtrue/flysystem-qiniu": "^1.0",
  2282. "phpstan/phpstan": "^0.10.5",
  2283. "xxtime/flysystem-aliyun-oss": "^1.5"
  2284. },
  2285. "suggest": {
  2286. "hyperf/guzzle": "required to use s3 adapter",
  2287. "league/flysystem-aws-s3-v3": "required to use s3 adapter",
  2288. "league/flysystem-memory": "required to use memory adapter",
  2289. "overtrue/flysystem-cos": "required to use cos adapter",
  2290. "overtrue/flysystem-qiniu": "required to use qiniu adapter",
  2291. "xxtime/flysystem-aliyun-oss": "required to use aliyun oss adapter"
  2292. },
  2293. "type": "library",
  2294. "extra": {
  2295. "branch-alias": {
  2296. "dev-master": "2.0-dev"
  2297. },
  2298. "hyperf": {
  2299. "config": "Hyperf\\Filesystem\\ConfigProvider"
  2300. }
  2301. },
  2302. "autoload": {
  2303. "psr-4": {
  2304. "Hyperf\\Filesystem\\": "src/"
  2305. },
  2306. "files": [
  2307. "src/Adapter/AliyunOssHook.php"
  2308. ]
  2309. },
  2310. "notification-url": "https://packagist.org/downloads/",
  2311. "license": [
  2312. "MIT"
  2313. ],
  2314. "description": "flysystem integration for hyperf",
  2315. "keywords": [
  2316. "hyperf",
  2317. "php"
  2318. ],
  2319. "support": {
  2320. "issues": "https://github.com/hyperf/filesystem/issues",
  2321. "source": "https://github.com/hyperf/filesystem/tree/master"
  2322. },
  2323. "time": "2020-09-07T10:26:15+00:00"
  2324. },
  2325. {
  2326. "name": "hyperf/framework",
  2327. "version": "v2.0.11",
  2328. "source": {
  2329. "type": "git",
  2330. "url": "https://github.com/hyperf/framework.git",
  2331. "reference": "ff6307193d0e5dd33376888ac0bb80799ae2d728"
  2332. },
  2333. "dist": {
  2334. "type": "zip",
  2335. "url": "https://api.github.com/repos/hyperf/framework/zipball/ff6307193d0e5dd33376888ac0bb80799ae2d728",
  2336. "reference": "ff6307193d0e5dd33376888ac0bb80799ae2d728",
  2337. "shasum": "",
  2338. "mirrors": [
  2339. {
  2340. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2341. "preferred": true
  2342. }
  2343. ]
  2344. },
  2345. "require": {
  2346. "ext-swoole": ">=4.4",
  2347. "fig/http-message-util": "^1.1.2",
  2348. "hyperf/contract": "~2.0.0",
  2349. "hyperf/utils": "~2.0.0",
  2350. "php": ">=7.2",
  2351. "psr/container": "^1.0",
  2352. "psr/event-dispatcher": "^1.0",
  2353. "psr/log": "^1.0"
  2354. },
  2355. "require-dev": {
  2356. "doctrine/common": "@stable",
  2357. "friendsofphp/php-cs-fixer": "^2.9",
  2358. "malukenho/docheader": "^0.1.6",
  2359. "mockery/mockery": "^1.0",
  2360. "phpunit/phpunit": "^7.0.0"
  2361. },
  2362. "suggest": {
  2363. "hyperf/command": "Required to use Command annotation.",
  2364. "hyperf/di": "Required to use Command annotation.",
  2365. "hyperf/dispatcher": "Required to use BootApplication event.",
  2366. "symfony/event-dispatcher": "Required to use symfony event dispatcher (^5.0)."
  2367. },
  2368. "type": "library",
  2369. "extra": {
  2370. "branch-alias": {
  2371. "dev-master": "2.0-dev"
  2372. },
  2373. "hyperf": {
  2374. "config": "Hyperf\\Framework\\ConfigProvider"
  2375. }
  2376. },
  2377. "autoload": {
  2378. "psr-4": {
  2379. "Hyperf\\Framework\\": "src/"
  2380. }
  2381. },
  2382. "notification-url": "https://packagist.org/downloads/",
  2383. "license": [
  2384. "MIT"
  2385. ],
  2386. "description": "A coroutine framework that focuses on hyperspeed and flexible, specifically use for build microservices and middlewares.",
  2387. "homepage": "https://hyperf.io",
  2388. "keywords": [
  2389. "Microservice",
  2390. "framework",
  2391. "hyperf",
  2392. "middleware",
  2393. "php",
  2394. "swoole"
  2395. ],
  2396. "support": {
  2397. "docs": "https://hyperf.wiki",
  2398. "issues": "https://github.com/hyperf/hyperf/issues",
  2399. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  2400. "source": "https://github.com/hyperf/hyperf"
  2401. },
  2402. "time": "2020-09-07T10:26:15+00:00"
  2403. },
  2404. {
  2405. "name": "hyperf/guzzle",
  2406. "version": "v2.0.21",
  2407. "source": {
  2408. "type": "git",
  2409. "url": "https://github.com/hyperf/guzzle.git",
  2410. "reference": "25810a3b9d79f6d9121895fe8bd6415fbbe57e53"
  2411. },
  2412. "dist": {
  2413. "type": "zip",
  2414. "url": "https://api.github.com/repos/hyperf/guzzle/zipball/25810a3b9d79f6d9121895fe8bd6415fbbe57e53",
  2415. "reference": "25810a3b9d79f6d9121895fe8bd6415fbbe57e53",
  2416. "shasum": "",
  2417. "mirrors": [
  2418. {
  2419. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2420. "preferred": true
  2421. }
  2422. ]
  2423. },
  2424. "require": {
  2425. "guzzlehttp/guzzle": "^6.3",
  2426. "php": ">=7.0",
  2427. "psr/container": "^1.0",
  2428. "psr/http-message": "^1.0"
  2429. },
  2430. "require-dev": {
  2431. "ezimuel/ringphp": "~1.0"
  2432. },
  2433. "suggest": {
  2434. "hyperf/pool": "Required to use pool handler."
  2435. },
  2436. "type": "library",
  2437. "extra": {
  2438. "branch-alias": {
  2439. "dev-master": "2.0-dev"
  2440. },
  2441. "hyperf": {
  2442. "config": "Hyperf\\Guzzle\\ConfigProvider"
  2443. }
  2444. },
  2445. "autoload": {
  2446. "psr-4": {
  2447. "Hyperf\\Guzzle\\": "src/"
  2448. }
  2449. },
  2450. "notification-url": "https://packagist.org/downloads/",
  2451. "license": [
  2452. "MIT"
  2453. ],
  2454. "description": "Swoole coroutine handler for guzzle",
  2455. "keywords": [
  2456. "Guzzle",
  2457. "handler",
  2458. "php",
  2459. "swoole"
  2460. ],
  2461. "support": {
  2462. "issues": "https://github.com/hyperf/guzzle/issues",
  2463. "source": "https://github.com/hyperf/guzzle/tree/v2.0.21"
  2464. },
  2465. "time": "2020-11-25T08:39:25+00:00"
  2466. },
  2467. {
  2468. "name": "hyperf/http-message",
  2469. "version": "v2.0.24",
  2470. "source": {
  2471. "type": "git",
  2472. "url": "https://github.com/hyperf/http-message.git",
  2473. "reference": "8a8dbf876e541e087db1870a7b91e7cd624a3671"
  2474. },
  2475. "dist": {
  2476. "type": "zip",
  2477. "url": "https://api.github.com/repos/hyperf/http-message/zipball/8a8dbf876e541e087db1870a7b91e7cd624a3671",
  2478. "reference": "8a8dbf876e541e087db1870a7b91e7cd624a3671",
  2479. "shasum": "",
  2480. "mirrors": [
  2481. {
  2482. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2483. "preferred": true
  2484. }
  2485. ]
  2486. },
  2487. "require": {
  2488. "hyperf/utils": "~2.0.0",
  2489. "laminas/laminas-mime": "^2.7",
  2490. "psr/http-message": "^1.0"
  2491. },
  2492. "require-dev": {
  2493. "psr/container": "^1.0"
  2494. },
  2495. "suggest": {
  2496. "psr/container": "Required to replace RequestParserInterface."
  2497. },
  2498. "type": "library",
  2499. "extra": {
  2500. "branch-alias": {
  2501. "dev-master": "2.0-dev"
  2502. },
  2503. "hyperf": {
  2504. "config": "Hyperf\\HttpMessage\\ConfigProvider"
  2505. }
  2506. },
  2507. "autoload": {
  2508. "psr-4": {
  2509. "Hyperf\\HttpMessage\\": "src/"
  2510. }
  2511. },
  2512. "notification-url": "https://packagist.org/downloads/",
  2513. "license": [
  2514. "MIT"
  2515. ],
  2516. "description": "microservice framework base on swoole",
  2517. "keywords": [
  2518. "http-message",
  2519. "hyperf",
  2520. "php",
  2521. "swoole"
  2522. ],
  2523. "support": {
  2524. "issues": "https://github.com/hyperf/http-message/issues",
  2525. "source": "https://github.com/hyperf/http-message/tree/v2.0.24"
  2526. },
  2527. "time": "2020-12-15T12:35:28+00:00"
  2528. },
  2529. {
  2530. "name": "hyperf/http-server",
  2531. "version": "v2.0.24",
  2532. "source": {
  2533. "type": "git",
  2534. "url": "https://github.com/hyperf/http-server.git",
  2535. "reference": "a24e12522e8b9678e53ab678a00ba82c1dd123ac"
  2536. },
  2537. "dist": {
  2538. "type": "zip",
  2539. "url": "https://api.github.com/repos/hyperf/http-server/zipball/a24e12522e8b9678e53ab678a00ba82c1dd123ac",
  2540. "reference": "a24e12522e8b9678e53ab678a00ba82c1dd123ac",
  2541. "shasum": "",
  2542. "mirrors": [
  2543. {
  2544. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2545. "preferred": true
  2546. }
  2547. ]
  2548. },
  2549. "require": {
  2550. "hyperf/contract": "~2.0.0",
  2551. "hyperf/dispatcher": "~2.0.0",
  2552. "hyperf/event": "~2.0.0",
  2553. "hyperf/exception-handler": "~2.0.0",
  2554. "hyperf/http-message": "~2.0.0",
  2555. "hyperf/server": "~2.0.0",
  2556. "hyperf/utils": "~2.0.0",
  2557. "nikic/fast-route": "^1.3",
  2558. "php": ">=7.2",
  2559. "psr/container": "^1.0"
  2560. },
  2561. "require-dev": {
  2562. "friendsofphp/php-cs-fixer": "^2.9",
  2563. "hyperf/di": "~2.0.0",
  2564. "malukenho/docheader": "^0.1.6",
  2565. "mockery/mockery": "^1.0",
  2566. "phpunit/phpunit": "^7.0.0"
  2567. },
  2568. "suggest": {
  2569. "hyperf/di": "Required to use annotations."
  2570. },
  2571. "type": "library",
  2572. "extra": {
  2573. "branch-alias": {
  2574. "dev-master": "2.0-dev"
  2575. },
  2576. "hyperf": {
  2577. "config": "Hyperf\\HttpServer\\ConfigProvider"
  2578. }
  2579. },
  2580. "autoload": {
  2581. "psr-4": {
  2582. "Hyperf\\HttpServer\\": "src/"
  2583. }
  2584. },
  2585. "notification-url": "https://packagist.org/downloads/",
  2586. "license": [
  2587. "MIT"
  2588. ],
  2589. "description": "A HTTP Server for Hyperf.",
  2590. "homepage": "https://hyperf.io",
  2591. "keywords": [
  2592. "http",
  2593. "http-server",
  2594. "hyperf",
  2595. "php",
  2596. "swoole"
  2597. ],
  2598. "support": {
  2599. "docs": "https://hyperf.wiki",
  2600. "issues": "https://github.com/hyperf/hyperf/issues",
  2601. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  2602. "source": "https://github.com/hyperf/hyperf"
  2603. },
  2604. "time": "2020-12-15T12:35:28+00:00"
  2605. },
  2606. {
  2607. "name": "hyperf/json-rpc",
  2608. "version": "v2.0.25",
  2609. "source": {
  2610. "type": "git",
  2611. "url": "https://github.com/hyperf/json-rpc.git",
  2612. "reference": "74e7a0768c9b11d109b8f24ecdc7c78437ee9325"
  2613. },
  2614. "dist": {
  2615. "type": "zip",
  2616. "url": "https://api.github.com/repos/hyperf/json-rpc/zipball/74e7a0768c9b11d109b8f24ecdc7c78437ee9325",
  2617. "reference": "74e7a0768c9b11d109b8f24ecdc7c78437ee9325",
  2618. "shasum": "",
  2619. "mirrors": [
  2620. {
  2621. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2622. "preferred": true
  2623. }
  2624. ]
  2625. },
  2626. "require": {
  2627. "hyperf/contract": "~2.0.0",
  2628. "hyperf/http-message": "~2.0.0",
  2629. "hyperf/load-balancer": "~2.0.0",
  2630. "hyperf/rpc": "~2.0.0",
  2631. "hyperf/utils": "~2.0.0",
  2632. "php": ">=7.2",
  2633. "psr/container": "^1.0",
  2634. "psr/log": "^1.0"
  2635. },
  2636. "require-dev": {
  2637. "friendsofphp/php-cs-fixer": "^2.9",
  2638. "malukenho/docheader": "^0.1.6",
  2639. "mockery/mockery": "^1.0",
  2640. "phpunit/phpunit": "^7.0.0"
  2641. },
  2642. "suggest": {
  2643. "hyperf/event": "Register the objects to ProtocolManager automatically.",
  2644. "hyperf/framework": "Register the objects to ProtocolManager automatically.",
  2645. "hyperf/guzzle": "Required to use JSON RPC with HTTP protocol.",
  2646. "hyperf/rpc-client": "Reqiured to use JSON RPC in hyperf rpc client.",
  2647. "hyperf/rpc-server": "Reqiured to use JSON RPC in hyperf rpc server."
  2648. },
  2649. "type": "library",
  2650. "extra": {
  2651. "branch-alias": {
  2652. "dev-master": "2.0-dev"
  2653. },
  2654. "hyperf": {
  2655. "config": "Hyperf\\JsonRpc\\ConfigProvider"
  2656. }
  2657. },
  2658. "autoload": {
  2659. "psr-4": {
  2660. "Hyperf\\JsonRpc\\": "src/"
  2661. }
  2662. },
  2663. "notification-url": "https://packagist.org/downloads/",
  2664. "license": [
  2665. "MIT"
  2666. ],
  2667. "description": "A JSON RPC component for Hyperf RPC Server or Client.",
  2668. "homepage": "https://hyperf.io",
  2669. "keywords": [
  2670. "hyperf",
  2671. "json-rpc",
  2672. "php",
  2673. "swoole"
  2674. ],
  2675. "support": {
  2676. "docs": "https://hyperf.wiki",
  2677. "issues": "https://github.com/hyperf/hyperf/issues",
  2678. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  2679. "source": "https://github.com/hyperf/hyperf"
  2680. },
  2681. "time": "2020-12-26T02:09:32+00:00"
  2682. },
  2683. {
  2684. "name": "hyperf/load-balancer",
  2685. "version": "v2.0.11",
  2686. "source": {
  2687. "type": "git",
  2688. "url": "https://github.com/hyperf/load-balancer.git",
  2689. "reference": "7b139cdbe990e9b9ad86eca4d61a819863b92e28"
  2690. },
  2691. "dist": {
  2692. "type": "zip",
  2693. "url": "https://api.github.com/repos/hyperf/load-balancer/zipball/7b139cdbe990e9b9ad86eca4d61a819863b92e28",
  2694. "reference": "7b139cdbe990e9b9ad86eca4d61a819863b92e28",
  2695. "shasum": "",
  2696. "mirrors": [
  2697. {
  2698. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2699. "preferred": true
  2700. }
  2701. ]
  2702. },
  2703. "require": {
  2704. "markrogoyski/math-php": "^0.49.0",
  2705. "php": ">=7.2"
  2706. },
  2707. "require-dev": {
  2708. "friendsofphp/php-cs-fixer": "^2.9",
  2709. "malukenho/docheader": "^0.1.6",
  2710. "mockery/mockery": "^1.0",
  2711. "phpunit/phpunit": "^7.0.0"
  2712. },
  2713. "type": "library",
  2714. "extra": {
  2715. "branch-alias": {
  2716. "dev-master": "2.0-dev"
  2717. },
  2718. "hyperf": {
  2719. "config": "Hyperf\\LoadBalancer\\ConfigProvider"
  2720. }
  2721. },
  2722. "autoload": {
  2723. "psr-4": {
  2724. "Hyperf\\LoadBalancer\\": "src/"
  2725. }
  2726. },
  2727. "notification-url": "https://packagist.org/downloads/",
  2728. "license": [
  2729. "MIT"
  2730. ],
  2731. "description": "A load balancer library for Hyperf.",
  2732. "homepage": "https://hyperf.io",
  2733. "keywords": [
  2734. "hyperf",
  2735. "load-balancer",
  2736. "php",
  2737. "swoole"
  2738. ],
  2739. "support": {
  2740. "docs": "https://hyperf.wiki",
  2741. "issues": "https://github.com/hyperf/hyperf/issues",
  2742. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  2743. "source": "https://github.com/hyperf/hyperf"
  2744. },
  2745. "time": "2020-09-07T10:26:15+00:00"
  2746. },
  2747. {
  2748. "name": "hyperf/logger",
  2749. "version": "v2.0.11",
  2750. "source": {
  2751. "type": "git",
  2752. "url": "https://github.com/hyperf/logger.git",
  2753. "reference": "5ae69f15e6ddc4cb9bc3352a0a6ac6dda70a869b"
  2754. },
  2755. "dist": {
  2756. "type": "zip",
  2757. "url": "https://api.github.com/repos/hyperf/logger/zipball/5ae69f15e6ddc4cb9bc3352a0a6ac6dda70a869b",
  2758. "reference": "5ae69f15e6ddc4cb9bc3352a0a6ac6dda70a869b",
  2759. "shasum": "",
  2760. "mirrors": [
  2761. {
  2762. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2763. "preferred": true
  2764. }
  2765. ]
  2766. },
  2767. "require": {
  2768. "hyperf/contract": "~2.0.0",
  2769. "hyperf/utils": "~2.0.0",
  2770. "monolog/monolog": "^2.0",
  2771. "php": ">=7.2",
  2772. "psr/container": "^1.0",
  2773. "psr/log": "^1.0"
  2774. },
  2775. "require-dev": {
  2776. "friendsofphp/php-cs-fixer": "^2.9",
  2777. "malukenho/docheader": "^0.1.6",
  2778. "mockery/mockery": "^1.0",
  2779. "phpunit/phpunit": "^7.0.0"
  2780. },
  2781. "type": "library",
  2782. "extra": {
  2783. "branch-alias": {
  2784. "dev-master": "2.0-dev"
  2785. },
  2786. "hyperf": {
  2787. "config": "Hyperf\\Logger\\ConfigProvider"
  2788. }
  2789. },
  2790. "autoload": {
  2791. "psr-4": {
  2792. "Hyperf\\Logger\\": "src/"
  2793. }
  2794. },
  2795. "notification-url": "https://packagist.org/downloads/",
  2796. "license": [
  2797. "MIT"
  2798. ],
  2799. "description": "A logger component for hyperf.",
  2800. "homepage": "https://hyperf.io",
  2801. "keywords": [
  2802. "hyperf",
  2803. "logger",
  2804. "php"
  2805. ],
  2806. "support": {
  2807. "docs": "https://hyperf.wiki",
  2808. "issues": "https://github.com/hyperf/hyperf/issues",
  2809. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  2810. "source": "https://github.com/hyperf/hyperf"
  2811. },
  2812. "time": "2020-09-07T10:26:15+00:00"
  2813. },
  2814. {
  2815. "name": "hyperf/memory",
  2816. "version": "v2.0.12",
  2817. "source": {
  2818. "type": "git",
  2819. "url": "https://github.com/hyperf/memory.git",
  2820. "reference": "320b6180163cffe50072539a660ff9a1566f83e1"
  2821. },
  2822. "dist": {
  2823. "type": "zip",
  2824. "url": "https://api.github.com/repos/hyperf/memory/zipball/320b6180163cffe50072539a660ff9a1566f83e1",
  2825. "reference": "320b6180163cffe50072539a660ff9a1566f83e1",
  2826. "shasum": "",
  2827. "mirrors": [
  2828. {
  2829. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2830. "preferred": true
  2831. }
  2832. ]
  2833. },
  2834. "require": {
  2835. "php": ">=7.2"
  2836. },
  2837. "require-dev": {
  2838. "friendsofphp/php-cs-fixer": "^2.9",
  2839. "malukenho/docheader": "^0.1.6",
  2840. "mockery/mockery": "^1.0",
  2841. "phpunit/phpunit": "^7.0.0"
  2842. },
  2843. "type": "library",
  2844. "extra": {
  2845. "branch-alias": {
  2846. "dev-master": "2.0-dev"
  2847. },
  2848. "hyperf": {
  2849. "config": "Hyperf\\Memory\\ConfigProvider"
  2850. }
  2851. },
  2852. "autoload": {
  2853. "psr-4": {
  2854. "Hyperf\\Memory\\": "src/"
  2855. }
  2856. },
  2857. "notification-url": "https://packagist.org/downloads/",
  2858. "license": [
  2859. "MIT"
  2860. ],
  2861. "description": "An independent component that use to operate and manage memory.",
  2862. "homepage": "https://hyperf.io",
  2863. "keywords": [
  2864. "hyperf",
  2865. "memory",
  2866. "php",
  2867. "swoole"
  2868. ],
  2869. "support": {
  2870. "docs": "https://hyperf.wiki",
  2871. "issues": "https://github.com/hyperf/hyperf/issues",
  2872. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  2873. "source": "https://github.com/hyperf/hyperf"
  2874. },
  2875. "time": "2020-09-14T04:43:30+00:00"
  2876. },
  2877. {
  2878. "name": "hyperf/model-cache",
  2879. "version": "v2.0.23",
  2880. "source": {
  2881. "type": "git",
  2882. "url": "https://github.com/hyperf/model-cache.git",
  2883. "reference": "c314e1b5d0b0759e1de374027eb404a77c855098"
  2884. },
  2885. "dist": {
  2886. "type": "zip",
  2887. "url": "https://api.github.com/repos/hyperf/model-cache/zipball/c314e1b5d0b0759e1de374027eb404a77c855098",
  2888. "reference": "c314e1b5d0b0759e1de374027eb404a77c855098",
  2889. "shasum": "",
  2890. "mirrors": [
  2891. {
  2892. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2893. "preferred": true
  2894. }
  2895. ]
  2896. },
  2897. "require": {
  2898. "hyperf/contract": "~2.0.0",
  2899. "hyperf/db-connection": "~2.0.0",
  2900. "hyperf/utils": "~2.0.0",
  2901. "php": ">=7.2",
  2902. "psr/container": "^1.0",
  2903. "psr/simple-cache": "^1.0"
  2904. },
  2905. "require-dev": {
  2906. "friendsofphp/php-cs-fixer": "^2.9",
  2907. "hyperf/event": "~2.0.0",
  2908. "malukenho/docheader": "^0.1.6",
  2909. "mockery/mockery": "^1.0",
  2910. "phpunit/phpunit": "^7.0.0"
  2911. },
  2912. "suggest": {
  2913. "hyperf/event": "Required to use DeleteCacheListener."
  2914. },
  2915. "type": "library",
  2916. "extra": {
  2917. "branch-alias": {
  2918. "dev-master": "2.0-dev"
  2919. },
  2920. "hyperf": {
  2921. "config": "Hyperf\\ModelCache\\ConfigProvider"
  2922. }
  2923. },
  2924. "autoload": {
  2925. "psr-4": {
  2926. "Hyperf\\ModelCache\\": "src/"
  2927. }
  2928. },
  2929. "notification-url": "https://packagist.org/downloads/",
  2930. "license": [
  2931. "MIT"
  2932. ],
  2933. "description": "A model cache component for hyperf.",
  2934. "homepage": "https://hyperf.io",
  2935. "keywords": [
  2936. "hyperf",
  2937. "model-cache",
  2938. "php"
  2939. ],
  2940. "support": {
  2941. "docs": "https://hyperf.wiki",
  2942. "issues": "https://github.com/hyperf/hyperf/issues",
  2943. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  2944. "source": "https://github.com/hyperf/hyperf"
  2945. },
  2946. "time": "2020-12-10T05:45:35+00:00"
  2947. },
  2948. {
  2949. "name": "hyperf/model-listener",
  2950. "version": "v2.0.12",
  2951. "source": {
  2952. "type": "git",
  2953. "url": "https://github.com/hyperf/model-listener.git",
  2954. "reference": "64cbe78841cc3849d3a7501e3180b92a0aa00dcc"
  2955. },
  2956. "dist": {
  2957. "type": "zip",
  2958. "url": "https://api.github.com/repos/hyperf/model-listener/zipball/64cbe78841cc3849d3a7501e3180b92a0aa00dcc",
  2959. "reference": "64cbe78841cc3849d3a7501e3180b92a0aa00dcc",
  2960. "shasum": "",
  2961. "mirrors": [
  2962. {
  2963. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2964. "preferred": true
  2965. }
  2966. ]
  2967. },
  2968. "require": {
  2969. "hyperf/contract": "~2.0.0",
  2970. "hyperf/database": "~2.0.0",
  2971. "hyperf/di": "~2.0.0",
  2972. "hyperf/event": "~2.0.0",
  2973. "hyperf/utils": "~2.0.0",
  2974. "php": ">=7.2",
  2975. "psr/container": "^1.0",
  2976. "psr/log": "^1.0"
  2977. },
  2978. "require-dev": {
  2979. "friendsofphp/php-cs-fixer": "^2.9",
  2980. "malukenho/docheader": "^0.1.6",
  2981. "mockery/mockery": "^1.0",
  2982. "phpunit/phpunit": "^7.0"
  2983. },
  2984. "type": "library",
  2985. "extra": {
  2986. "branch-alias": {
  2987. "dev-master": "2.0-dev"
  2988. },
  2989. "hyperf": {
  2990. "config": "Hyperf\\ModelListener\\ConfigProvider"
  2991. }
  2992. },
  2993. "autoload": {
  2994. "psr-4": {
  2995. "Hyperf\\ModelListener\\": "src/"
  2996. }
  2997. },
  2998. "notification-url": "https://packagist.org/downloads/",
  2999. "license": [
  3000. "MIT"
  3001. ],
  3002. "description": "A model listener for Hyperf.",
  3003. "homepage": "https://hyperf.io",
  3004. "keywords": [
  3005. "hyperf",
  3006. "model-listener",
  3007. "php",
  3008. "swoole"
  3009. ],
  3010. "support": {
  3011. "docs": "https://hyperf.wiki",
  3012. "issues": "https://github.com/hyperf/hyperf/issues",
  3013. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  3014. "source": "https://github.com/hyperf/hyperf"
  3015. },
  3016. "time": "2020-09-14T04:43:30+00:00"
  3017. },
  3018. {
  3019. "name": "hyperf/paginator",
  3020. "version": "v2.0.17",
  3021. "source": {
  3022. "type": "git",
  3023. "url": "https://github.com/hyperf/paginator.git",
  3024. "reference": "26bbd9c9459da95f04afb4c58141469748843ba3"
  3025. },
  3026. "dist": {
  3027. "type": "zip",
  3028. "url": "https://api.github.com/repos/hyperf/paginator/zipball/26bbd9c9459da95f04afb4c58141469748843ba3",
  3029. "reference": "26bbd9c9459da95f04afb4c58141469748843ba3",
  3030. "shasum": "",
  3031. "mirrors": [
  3032. {
  3033. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3034. "preferred": true
  3035. }
  3036. ]
  3037. },
  3038. "require": {
  3039. "hyperf/contract": "~2.0.0",
  3040. "hyperf/utils": "~2.0.0",
  3041. "php": ">=7.2"
  3042. },
  3043. "require-dev": {
  3044. "friendsofphp/php-cs-fixer": "^2.9",
  3045. "hyperf/event": "~2.0.0",
  3046. "hyperf/framework": "~2.0.0",
  3047. "hyperf/http-server": "~2.0.0",
  3048. "malukenho/docheader": "^0.1.6",
  3049. "mockery/mockery": "^1.0",
  3050. "phpunit/phpunit": "^7.0.0"
  3051. },
  3052. "suggest": {
  3053. "hyperf/event": "Reqiured to use PageResolverListener.",
  3054. "hyperf/framework": "Reqiured to use PageResolverListener.",
  3055. "hyperf/http-server": "Reqiured to use PageResolverListener."
  3056. },
  3057. "type": "library",
  3058. "extra": {
  3059. "branch-alias": {
  3060. "dev-master": "2.0-dev"
  3061. },
  3062. "hyperf": {
  3063. "config": "Hyperf\\Paginator\\ConfigProvider"
  3064. }
  3065. },
  3066. "autoload": {
  3067. "psr-4": {
  3068. "Hyperf\\Paginator\\": "src/"
  3069. }
  3070. },
  3071. "notification-url": "https://packagist.org/downloads/",
  3072. "license": [
  3073. "MIT"
  3074. ],
  3075. "description": "A paginator component for hyperf.",
  3076. "homepage": "https://hyperf.io",
  3077. "keywords": [
  3078. "hyperf",
  3079. "paginator",
  3080. "php"
  3081. ],
  3082. "support": {
  3083. "docs": "https://hyperf.wiki",
  3084. "issues": "https://github.com/hyperf/hyperf/issues",
  3085. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  3086. "source": "https://github.com/hyperf/hyperf"
  3087. },
  3088. "time": "2020-10-28T04:06:37+00:00"
  3089. },
  3090. {
  3091. "name": "hyperf/pool",
  3092. "version": "v2.0.12",
  3093. "source": {
  3094. "type": "git",
  3095. "url": "https://github.com/hyperf/pool.git",
  3096. "reference": "33e9ad173d3ed6c654b038f850c78c6a1bd3a19f"
  3097. },
  3098. "dist": {
  3099. "type": "zip",
  3100. "url": "https://api.github.com/repos/hyperf/pool/zipball/33e9ad173d3ed6c654b038f850c78c6a1bd3a19f",
  3101. "reference": "33e9ad173d3ed6c654b038f850c78c6a1bd3a19f",
  3102. "shasum": "",
  3103. "mirrors": [
  3104. {
  3105. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3106. "preferred": true
  3107. }
  3108. ]
  3109. },
  3110. "require": {
  3111. "hyperf/contract": "~2.0.0",
  3112. "hyperf/utils": "~2.0.0",
  3113. "php": ">=7.2",
  3114. "psr/container": "^1.0"
  3115. },
  3116. "require-dev": {
  3117. "friendsofphp/php-cs-fixer": "^2.9",
  3118. "malukenho/docheader": "^0.1.6",
  3119. "mockery/mockery": "^1.0",
  3120. "phpunit/phpunit": "^7.0.0"
  3121. },
  3122. "type": "library",
  3123. "extra": {
  3124. "branch-alias": {
  3125. "dev-master": "2.0-dev"
  3126. },
  3127. "hyperf": {
  3128. "config": "Hyperf\\Pool\\ConfigProvider"
  3129. }
  3130. },
  3131. "autoload": {
  3132. "psr-4": {
  3133. "Hyperf\\Pool\\": "src/"
  3134. }
  3135. },
  3136. "notification-url": "https://packagist.org/downloads/",
  3137. "license": [
  3138. "MIT"
  3139. ],
  3140. "description": "An independent universal connection pool component.",
  3141. "homepage": "https://hyperf.io",
  3142. "keywords": [
  3143. "connection-pool",
  3144. "hyperf",
  3145. "php",
  3146. "swoole"
  3147. ],
  3148. "support": {
  3149. "docs": "https://hyperf.wiki",
  3150. "issues": "https://github.com/hyperf/hyperf/issues",
  3151. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  3152. "source": "https://github.com/hyperf/hyperf"
  3153. },
  3154. "time": "2020-09-14T04:43:30+00:00"
  3155. },
  3156. {
  3157. "name": "hyperf/process",
  3158. "version": "v2.0.13",
  3159. "source": {
  3160. "type": "git",
  3161. "url": "https://github.com/hyperf/process.git",
  3162. "reference": "125f0320c3f265629ff153b59a9ed4eb267ba514"
  3163. },
  3164. "dist": {
  3165. "type": "zip",
  3166. "url": "https://api.github.com/repos/hyperf/process/zipball/125f0320c3f265629ff153b59a9ed4eb267ba514",
  3167. "reference": "125f0320c3f265629ff153b59a9ed4eb267ba514",
  3168. "shasum": "",
  3169. "mirrors": [
  3170. {
  3171. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3172. "preferred": true
  3173. }
  3174. ]
  3175. },
  3176. "require": {
  3177. "hyperf/contract": "~2.0.0",
  3178. "hyperf/utils": "~2.0.0",
  3179. "php": ">=7.2",
  3180. "psr/container": "^1.0",
  3181. "psr/event-dispatcher": "^1.0"
  3182. },
  3183. "require-dev": {
  3184. "friendsofphp/php-cs-fixer": "^2.9",
  3185. "hyperf/di": "~2.0.0",
  3186. "hyperf/event": "~2.0.0",
  3187. "malukenho/docheader": "^0.1.6",
  3188. "mockery/mockery": "^1.0",
  3189. "phpunit/phpunit": "^7.0.0"
  3190. },
  3191. "suggest": {
  3192. "hyperf/di": "Required to use annotations.",
  3193. "hyperf/event": "Required to dump the message before and after process.",
  3194. "hyperf/framework": "Required to use BootProcessListener."
  3195. },
  3196. "type": "library",
  3197. "extra": {
  3198. "branch-alias": {
  3199. "dev-master": "2.0-dev"
  3200. },
  3201. "hyperf": {
  3202. "config": "Hyperf\\Process\\ConfigProvider"
  3203. }
  3204. },
  3205. "autoload": {
  3206. "psr-4": {
  3207. "Hyperf\\Process\\": "src/"
  3208. }
  3209. },
  3210. "notification-url": "https://packagist.org/downloads/",
  3211. "license": [
  3212. "MIT"
  3213. ],
  3214. "description": "A process component for hyperf.",
  3215. "homepage": "https://hyperf.io",
  3216. "keywords": [
  3217. "hyperf",
  3218. "php",
  3219. "process"
  3220. ],
  3221. "support": {
  3222. "docs": "https://hyperf.wiki",
  3223. "issues": "https://github.com/hyperf/hyperf/issues",
  3224. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  3225. "source": "https://github.com/hyperf/hyperf"
  3226. },
  3227. "time": "2020-09-24T10:56:15+00:00"
  3228. },
  3229. {
  3230. "name": "hyperf/redis",
  3231. "version": "v2.0.18",
  3232. "source": {
  3233. "type": "git",
  3234. "url": "https://github.com/hyperf/redis.git",
  3235. "reference": "8bc8ce34f18eacb4ecc47170a1ef5d88af6f9a35"
  3236. },
  3237. "dist": {
  3238. "type": "zip",
  3239. "url": "https://api.github.com/repos/hyperf/redis/zipball/8bc8ce34f18eacb4ecc47170a1ef5d88af6f9a35",
  3240. "reference": "8bc8ce34f18eacb4ecc47170a1ef5d88af6f9a35",
  3241. "shasum": "",
  3242. "mirrors": [
  3243. {
  3244. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3245. "preferred": true
  3246. }
  3247. ]
  3248. },
  3249. "require": {
  3250. "ext-redis": "*",
  3251. "hyperf/contract": "~2.0.0",
  3252. "hyperf/pool": "~2.0.0",
  3253. "hyperf/utils": "~2.0.0",
  3254. "php": ">=7.2",
  3255. "psr/container": "^1.0"
  3256. },
  3257. "require-dev": {
  3258. "friendsofphp/php-cs-fixer": "^2.9",
  3259. "hyperf/di": "~2.0.0",
  3260. "malukenho/docheader": "^0.1.6",
  3261. "mockery/mockery": "^1.0",
  3262. "phpunit/phpunit": "^7.0.0"
  3263. },
  3264. "suggest": {
  3265. "ext-redis": "Required to use sentinel mode (>=5.2).",
  3266. "hyperf/di": "Create the RedisPool via dependency injection."
  3267. },
  3268. "type": "library",
  3269. "extra": {
  3270. "branch-alias": {
  3271. "dev-master": "2.0-dev"
  3272. },
  3273. "hyperf": {
  3274. "config": "Hyperf\\Redis\\ConfigProvider"
  3275. }
  3276. },
  3277. "autoload": {
  3278. "psr-4": {
  3279. "Hyperf\\Redis\\": "src/"
  3280. }
  3281. },
  3282. "notification-url": "https://packagist.org/downloads/",
  3283. "license": [
  3284. "MIT"
  3285. ],
  3286. "description": "A redis component for hyperf.",
  3287. "homepage": "https://hyperf.io",
  3288. "keywords": [
  3289. "hyperf",
  3290. "php",
  3291. "pool",
  3292. "redis"
  3293. ],
  3294. "support": {
  3295. "docs": "https://hyperf.wiki",
  3296. "issues": "https://github.com/hyperf/hyperf/issues",
  3297. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  3298. "source": "https://github.com/hyperf/hyperf"
  3299. },
  3300. "time": "2020-11-06T07:50:08+00:00"
  3301. },
  3302. {
  3303. "name": "hyperf/rpc",
  3304. "version": "v2.0.12",
  3305. "source": {
  3306. "type": "git",
  3307. "url": "https://github.com/hyperf/rpc.git",
  3308. "reference": "9bd73d5eaaff9f501cc1e2e27c7c8b496ad37e56"
  3309. },
  3310. "dist": {
  3311. "type": "zip",
  3312. "url": "https://api.github.com/repos/hyperf/rpc/zipball/9bd73d5eaaff9f501cc1e2e27c7c8b496ad37e56",
  3313. "reference": "9bd73d5eaaff9f501cc1e2e27c7c8b496ad37e56",
  3314. "shasum": "",
  3315. "mirrors": [
  3316. {
  3317. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3318. "preferred": true
  3319. }
  3320. ]
  3321. },
  3322. "require": {
  3323. "hyperf/contract": "~2.0.0",
  3324. "hyperf/utils": "~2.0.0",
  3325. "php": ">=7.2"
  3326. },
  3327. "require-dev": {
  3328. "friendsofphp/php-cs-fixer": "^2.9",
  3329. "malukenho/docheader": "^0.1.6",
  3330. "mockery/mockery": "^1.0",
  3331. "phpunit/phpunit": "^7.0.0"
  3332. },
  3333. "type": "library",
  3334. "extra": {
  3335. "branch-alias": {
  3336. "dev-master": "2.0-dev"
  3337. },
  3338. "hyperf": []
  3339. },
  3340. "autoload": {
  3341. "psr-4": {
  3342. "Hyperf\\Rpc\\": "src/"
  3343. }
  3344. },
  3345. "notification-url": "https://packagist.org/downloads/",
  3346. "license": [
  3347. "MIT"
  3348. ],
  3349. "description": "A rpc basic library for Hyperf.",
  3350. "homepage": "https://hyperf.io",
  3351. "keywords": [
  3352. "hyperf",
  3353. "php",
  3354. "rpc",
  3355. "swoole"
  3356. ],
  3357. "support": {
  3358. "docs": "https://hyperf.wiki",
  3359. "issues": "https://github.com/hyperf/hyperf/issues",
  3360. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  3361. "source": "https://github.com/hyperf/hyperf"
  3362. },
  3363. "time": "2020-09-14T04:43:30+00:00"
  3364. },
  3365. {
  3366. "name": "hyperf/rpc-client",
  3367. "version": "v2.0.12",
  3368. "source": {
  3369. "type": "git",
  3370. "url": "https://github.com/hyperf/rpc-client.git",
  3371. "reference": "5ffd727c9e3bd1f8a91cf6da81b95b33eea32e04"
  3372. },
  3373. "dist": {
  3374. "type": "zip",
  3375. "url": "https://api.github.com/repos/hyperf/rpc-client/zipball/5ffd727c9e3bd1f8a91cf6da81b95b33eea32e04",
  3376. "reference": "5ffd727c9e3bd1f8a91cf6da81b95b33eea32e04",
  3377. "shasum": "",
  3378. "mirrors": [
  3379. {
  3380. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3381. "preferred": true
  3382. }
  3383. ]
  3384. },
  3385. "require": {
  3386. "hyperf/load-balancer": "~2.0.0",
  3387. "hyperf/rpc": "~2.0.0",
  3388. "hyperf/utils": "~2.0.0",
  3389. "php": ">=7.2",
  3390. "psr/container": "^1.0",
  3391. "roave/better-reflection": "^4.0"
  3392. },
  3393. "require-dev": {
  3394. "friendsofphp/php-cs-fixer": "^2.9",
  3395. "malukenho/docheader": "^0.1.6",
  3396. "mockery/mockery": "^1.0",
  3397. "phpunit/phpunit": "^7.0.0"
  3398. },
  3399. "suggest": {
  3400. "hyperf/consul": "For fetch the nodes info from consul.",
  3401. "hyperf/di": "For better container experience.",
  3402. "hyperf/pool": "Required to use connection pool."
  3403. },
  3404. "type": "library",
  3405. "extra": {
  3406. "branch-alias": {
  3407. "dev-master": "2.0-dev"
  3408. },
  3409. "hyperf": {
  3410. "config": "Hyperf\\RpcClient\\ConfigProvider"
  3411. }
  3412. },
  3413. "autoload": {
  3414. "psr-4": {
  3415. "Hyperf\\RpcClient\\": "src/"
  3416. }
  3417. },
  3418. "notification-url": "https://packagist.org/downloads/",
  3419. "license": [
  3420. "MIT"
  3421. ],
  3422. "description": "An abstract rpc server component for Hyperf.",
  3423. "homepage": "https://hyperf.io",
  3424. "keywords": [
  3425. "hyperf",
  3426. "json-rpc",
  3427. "php",
  3428. "rpc",
  3429. "rpc-client",
  3430. "swoole"
  3431. ],
  3432. "support": {
  3433. "docs": "https://hyperf.wiki",
  3434. "issues": "https://github.com/hyperf/hyperf/issues",
  3435. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  3436. "source": "https://github.com/hyperf/hyperf"
  3437. },
  3438. "time": "2020-09-14T04:43:30+00:00"
  3439. },
  3440. {
  3441. "name": "hyperf/rpc-server",
  3442. "version": "v2.0.17",
  3443. "source": {
  3444. "type": "git",
  3445. "url": "https://github.com/hyperf/rpc-server.git",
  3446. "reference": "37235bf6dede0cb7f4e94133ab3cc4729f5711f7"
  3447. },
  3448. "dist": {
  3449. "type": "zip",
  3450. "url": "https://api.github.com/repos/hyperf/rpc-server/zipball/37235bf6dede0cb7f4e94133ab3cc4729f5711f7",
  3451. "reference": "37235bf6dede0cb7f4e94133ab3cc4729f5711f7",
  3452. "shasum": "",
  3453. "mirrors": [
  3454. {
  3455. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3456. "preferred": true
  3457. }
  3458. ]
  3459. },
  3460. "require": {
  3461. "hyperf/http-server": "~2.0.0",
  3462. "hyperf/rpc": "~2.0.0",
  3463. "php": ">=7.2"
  3464. },
  3465. "require-dev": {
  3466. "friendsofphp/php-cs-fixer": "^2.9",
  3467. "malukenho/docheader": "^0.1.6",
  3468. "mockery/mockery": "^1.0",
  3469. "phpunit/phpunit": "^7.0.0"
  3470. },
  3471. "suggest": {
  3472. "hyperf/di": "Required to use annotations."
  3473. },
  3474. "type": "library",
  3475. "extra": {
  3476. "branch-alias": {
  3477. "dev-master": "2.0-dev"
  3478. },
  3479. "hyperf": {
  3480. "config": "Hyperf\\RpcServer\\ConfigProvider"
  3481. }
  3482. },
  3483. "autoload": {
  3484. "psr-4": {
  3485. "Hyperf\\RpcServer\\": "src/"
  3486. }
  3487. },
  3488. "notification-url": "https://packagist.org/downloads/",
  3489. "license": [
  3490. "MIT"
  3491. ],
  3492. "description": "An abstract rpc server component for Hyperf.",
  3493. "homepage": "https://hyperf.io",
  3494. "keywords": [
  3495. "hyperf",
  3496. "php",
  3497. "rpc",
  3498. "rpc-server",
  3499. "swoole"
  3500. ],
  3501. "support": {
  3502. "docs": "https://hyperf.wiki",
  3503. "issues": "https://github.com/hyperf/hyperf/issues",
  3504. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  3505. "source": "https://github.com/hyperf/hyperf"
  3506. },
  3507. "time": "2020-10-29T10:16:04+00:00"
  3508. },
  3509. {
  3510. "name": "hyperf/server",
  3511. "version": "v2.0.24",
  3512. "source": {
  3513. "type": "git",
  3514. "url": "https://github.com/hyperf/server.git",
  3515. "reference": "40740e520faa1930447e9899ce9826dfd9dbae86"
  3516. },
  3517. "dist": {
  3518. "type": "zip",
  3519. "url": "https://api.github.com/repos/hyperf/server/zipball/40740e520faa1930447e9899ce9826dfd9dbae86",
  3520. "reference": "40740e520faa1930447e9899ce9826dfd9dbae86",
  3521. "shasum": "",
  3522. "mirrors": [
  3523. {
  3524. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3525. "preferred": true
  3526. }
  3527. ]
  3528. },
  3529. "require": {
  3530. "hyperf/contract": "~2.0.0",
  3531. "hyperf/utils": "~2.0.0",
  3532. "php": ">=7.2",
  3533. "psr/container": "^1.0",
  3534. "psr/event-dispatcher": "^1.0",
  3535. "psr/log": "^1.0",
  3536. "symfony/console": "^5.0"
  3537. },
  3538. "require-dev": {
  3539. "friendsofphp/php-cs-fixer": "^2.9",
  3540. "malukenho/docheader": "^0.1.6",
  3541. "mockery/mockery": "^1.0",
  3542. "phpunit/phpunit": "^7.0.0"
  3543. },
  3544. "suggest": {
  3545. "hyperf/event": "Dump the info after server start.",
  3546. "hyperf/framework": "Dump the info after server start."
  3547. },
  3548. "type": "library",
  3549. "extra": {
  3550. "branch-alias": {
  3551. "dev-master": "2.0-dev"
  3552. },
  3553. "hyperf": {
  3554. "config": "Hyperf\\Server\\ConfigProvider"
  3555. }
  3556. },
  3557. "autoload": {
  3558. "psr-4": {
  3559. "Hyperf\\Server\\": "src/"
  3560. }
  3561. },
  3562. "notification-url": "https://packagist.org/downloads/",
  3563. "license": [
  3564. "MIT"
  3565. ],
  3566. "description": "A base server library for Hyperf.",
  3567. "homepage": "https://hyperf.io",
  3568. "keywords": [
  3569. "hyperf",
  3570. "php",
  3571. "server",
  3572. "swoole"
  3573. ],
  3574. "support": {
  3575. "docs": "https://hyperf.wiki",
  3576. "issues": "https://github.com/hyperf/hyperf/issues",
  3577. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  3578. "source": "https://github.com/hyperf/hyperf"
  3579. },
  3580. "time": "2020-12-16T07:13:26+00:00"
  3581. },
  3582. {
  3583. "name": "hyperf/snowflake",
  3584. "version": "v2.0.24",
  3585. "source": {
  3586. "type": "git",
  3587. "url": "https://github.com/hyperf/snowflake.git",
  3588. "reference": "ead672ca0c67300a9130196c7d97cac4618bfe5b"
  3589. },
  3590. "dist": {
  3591. "type": "zip",
  3592. "url": "https://api.github.com/repos/hyperf/snowflake/zipball/ead672ca0c67300a9130196c7d97cac4618bfe5b",
  3593. "reference": "ead672ca0c67300a9130196c7d97cac4618bfe5b",
  3594. "shasum": "",
  3595. "mirrors": [
  3596. {
  3597. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3598. "preferred": true
  3599. }
  3600. ]
  3601. },
  3602. "require": {
  3603. "hyperf/contract": "~2.0.0",
  3604. "php": ">=7.2"
  3605. },
  3606. "require-dev": {
  3607. "friendsofphp/php-cs-fixer": "^2.9",
  3608. "malukenho/docheader": "^0.1.6",
  3609. "mockery/mockery": "^1.0",
  3610. "phpunit/phpunit": "^7.0"
  3611. },
  3612. "suggest": {
  3613. "hyperf/config": "Required to read snowflake config.",
  3614. "hyperf/redis": "Required to use RedisMilliSecondMetaGenerator or RedisSecondMetaGenerator.",
  3615. "psr/container": "Required to use MetaGeneratorFactory."
  3616. },
  3617. "type": "library",
  3618. "extra": {
  3619. "branch-alias": {
  3620. "dev-master": "2.0-dev"
  3621. },
  3622. "hyperf": {
  3623. "config": "Hyperf\\Snowflake\\ConfigProvider"
  3624. }
  3625. },
  3626. "autoload": {
  3627. "psr-4": {
  3628. "Hyperf\\Snowflake\\": "src/"
  3629. }
  3630. },
  3631. "notification-url": "https://packagist.org/downloads/",
  3632. "license": [
  3633. "MIT"
  3634. ],
  3635. "description": "A snowflake library",
  3636. "homepage": "https://hyperf.io",
  3637. "keywords": [
  3638. "php",
  3639. "snowflake"
  3640. ],
  3641. "support": {
  3642. "docs": "https://hyperf.wiki",
  3643. "issues": "https://github.com/hyperf/hyperf/issues",
  3644. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  3645. "source": "https://github.com/hyperf/hyperf"
  3646. },
  3647. "time": "2020-12-16T01:47:21+00:00"
  3648. },
  3649. {
  3650. "name": "hyperf/swoole-tracker",
  3651. "version": "v2.0.0",
  3652. "source": {
  3653. "type": "git",
  3654. "url": "https://github.com/hyperf/swoole-tracker.git",
  3655. "reference": "85af3c06333d01f1dd27957379f38d48d1871f08"
  3656. },
  3657. "dist": {
  3658. "type": "zip",
  3659. "url": "https://api.github.com/repos/hyperf/swoole-tracker/zipball/85af3c06333d01f1dd27957379f38d48d1871f08",
  3660. "reference": "85af3c06333d01f1dd27957379f38d48d1871f08",
  3661. "shasum": "",
  3662. "mirrors": [
  3663. {
  3664. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3665. "preferred": true
  3666. }
  3667. ]
  3668. },
  3669. "require": {
  3670. "hyperf/contract": "~2.0.0",
  3671. "hyperf/utils": "~2.0.0",
  3672. "php": ">=7.2",
  3673. "psr/container": "^1.0",
  3674. "psr/http-server-middleware": "^1.0",
  3675. "psr/log": "^1.0"
  3676. },
  3677. "require-dev": {
  3678. "friendsofphp/php-cs-fixer": "^2.9",
  3679. "malukenho/docheader": "^0.1.6",
  3680. "mockery/mockery": "^1.0",
  3681. "phpunit/phpunit": "^7.0"
  3682. },
  3683. "type": "library",
  3684. "extra": {
  3685. "branch-alias": {
  3686. "dev-master": "2.0-dev"
  3687. },
  3688. "hyperf": {
  3689. "config": "Hyperf\\SwooleTracker\\ConfigProvider"
  3690. }
  3691. },
  3692. "autoload": {
  3693. "psr-4": {
  3694. "Hyperf\\SwooleTracker\\": "src/"
  3695. }
  3696. },
  3697. "notification-url": "https://packagist.org/downloads/",
  3698. "license": [
  3699. "MIT"
  3700. ],
  3701. "description": "A swoole tracker library for Hyperf.",
  3702. "homepage": "https://hyperf.io",
  3703. "keywords": [
  3704. "hyperf",
  3705. "php",
  3706. "swoole",
  3707. "swoole-tracker"
  3708. ],
  3709. "support": {
  3710. "docs": "https://hyperf.wiki",
  3711. "issues": "https://github.com/hyperf/hyperf/issues",
  3712. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  3713. "source": "https://github.com/hyperf/hyperf"
  3714. },
  3715. "time": "2020-06-19T13:11:07+00:00"
  3716. },
  3717. {
  3718. "name": "hyperf/task",
  3719. "version": "v2.0.18",
  3720. "source": {
  3721. "type": "git",
  3722. "url": "https://github.com/hyperf/task.git",
  3723. "reference": "4cdb1ab4a351c024320bab92ba41f16911cf9658"
  3724. },
  3725. "dist": {
  3726. "type": "zip",
  3727. "url": "https://api.github.com/repos/hyperf/task/zipball/4cdb1ab4a351c024320bab92ba41f16911cf9658",
  3728. "reference": "4cdb1ab4a351c024320bab92ba41f16911cf9658",
  3729. "shasum": "",
  3730. "mirrors": [
  3731. {
  3732. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3733. "preferred": true
  3734. }
  3735. ]
  3736. },
  3737. "require": {
  3738. "hyperf/contract": "~2.0.0",
  3739. "hyperf/framework": "~2.0.0",
  3740. "hyperf/utils": "~2.0.0",
  3741. "php": ">=7.2",
  3742. "psr/container": "^1.0",
  3743. "psr/event-dispatcher": "^1.0",
  3744. "psr/log": "^1.0",
  3745. "symfony/property-access": "^5.0",
  3746. "symfony/serializer": "^5.0"
  3747. },
  3748. "require-dev": {
  3749. "friendsofphp/php-cs-fixer": "^2.9",
  3750. "malukenho/docheader": "^0.1.6",
  3751. "mockery/mockery": "^1.0",
  3752. "phpunit/phpunit": "^7.0"
  3753. },
  3754. "suggest": {
  3755. "hyperf/di": "Required to use annotation."
  3756. },
  3757. "type": "library",
  3758. "extra": {
  3759. "branch-alias": {
  3760. "dev-master": "2.0-dev"
  3761. },
  3762. "hyperf": {
  3763. "config": "Hyperf\\Task\\ConfigProvider"
  3764. }
  3765. },
  3766. "autoload": {
  3767. "psr-4": {
  3768. "Hyperf\\Task\\": "src/"
  3769. }
  3770. },
  3771. "notification-url": "https://packagist.org/downloads/",
  3772. "license": [
  3773. "MIT"
  3774. ],
  3775. "description": "A task library for Hyperf.",
  3776. "homepage": "https://hyperf.io",
  3777. "keywords": [
  3778. "hyperf",
  3779. "php",
  3780. "swoole",
  3781. "task"
  3782. ],
  3783. "support": {
  3784. "docs": "https://hyperf.wiki",
  3785. "issues": "https://github.com/hyperf/hyperf/issues",
  3786. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  3787. "source": "https://github.com/hyperf/hyperf"
  3788. },
  3789. "time": "2020-11-01T11:55:11+00:00"
  3790. },
  3791. {
  3792. "name": "hyperf/translation",
  3793. "version": "v2.0.18",
  3794. "source": {
  3795. "type": "git",
  3796. "url": "https://github.com/hyperf/translation.git",
  3797. "reference": "988811b9278a9ca82197916f47e4230cfd3facfa"
  3798. },
  3799. "dist": {
  3800. "type": "zip",
  3801. "url": "https://api.github.com/repos/hyperf/translation/zipball/988811b9278a9ca82197916f47e4230cfd3facfa",
  3802. "reference": "988811b9278a9ca82197916f47e4230cfd3facfa",
  3803. "shasum": "",
  3804. "mirrors": [
  3805. {
  3806. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3807. "preferred": true
  3808. }
  3809. ]
  3810. },
  3811. "require": {
  3812. "hyperf/contract": "~2.0.0",
  3813. "hyperf/utils": "~2.0.0",
  3814. "php": ">=7.2",
  3815. "psr/container": "^1.0"
  3816. },
  3817. "require-dev": {
  3818. "friendsofphp/php-cs-fixer": "^2.14",
  3819. "mockery/mockery": "^1.2"
  3820. },
  3821. "type": "library",
  3822. "extra": {
  3823. "branch-alias": {
  3824. "dev-master": "2.0-dev"
  3825. },
  3826. "hyperf": {
  3827. "config": "Hyperf\\Translation\\ConfigProvider"
  3828. }
  3829. },
  3830. "autoload": {
  3831. "files": [
  3832. "src/Functions.php"
  3833. ],
  3834. "psr-4": {
  3835. "Hyperf\\Translation\\": "src/"
  3836. }
  3837. },
  3838. "notification-url": "https://packagist.org/downloads/",
  3839. "license": [
  3840. "MIT"
  3841. ],
  3842. "description": "An independent translation component, forked by illuminate/translation.",
  3843. "keywords": [
  3844. "hyperf",
  3845. "translation"
  3846. ],
  3847. "support": {
  3848. "issues": "https://github.com/hyperf/translation/issues",
  3849. "source": "https://github.com/hyperf/translation/tree/v2.0.18"
  3850. },
  3851. "time": "2020-11-07T08:53:43+00:00"
  3852. },
  3853. {
  3854. "name": "hyperf/utils",
  3855. "version": "v2.0.0",
  3856. "source": {
  3857. "type": "git",
  3858. "url": "https://github.com/hyperf/utils.git",
  3859. "reference": "89d0b18565c566cddc6331755c20963d7a913dac"
  3860. },
  3861. "dist": {
  3862. "type": "zip",
  3863. "url": "https://api.github.com/repos/hyperf/utils/zipball/89d0b18565c566cddc6331755c20963d7a913dac",
  3864. "reference": "89d0b18565c566cddc6331755c20963d7a913dac",
  3865. "shasum": "",
  3866. "mirrors": [
  3867. {
  3868. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3869. "preferred": true
  3870. }
  3871. ]
  3872. },
  3873. "require": {
  3874. "doctrine/inflector": "^1.3",
  3875. "ext-swoole": ">=4.4",
  3876. "hyperf/contract": "~2.0.0",
  3877. "php": ">=7.2"
  3878. },
  3879. "require-dev": {
  3880. "friendsofphp/php-cs-fixer": "^2.9",
  3881. "malukenho/docheader": "^0.1.6",
  3882. "mockery/mockery": "^1.0",
  3883. "phpunit/phpunit": "^7.0.0",
  3884. "symfony/property-access": "^5.0",
  3885. "symfony/serializer": "^5.0",
  3886. "symfony/var-dumper": "^5.0"
  3887. },
  3888. "suggest": {
  3889. "hyperf/di": "Required to use ExceptionNormalizer",
  3890. "symfony/property-access": "Required to use SymfonyNormalizer (^5.0)",
  3891. "symfony/serializer": "Required to use SymfonyNormalizer (^5.0)",
  3892. "symfony/var-dumper": "Required to use the dd function (^5.0)."
  3893. },
  3894. "type": "library",
  3895. "extra": {
  3896. "hyperf": {
  3897. "config": "Hyperf\\Utils\\ConfigProvider"
  3898. },
  3899. "branch-alias": {
  3900. "dev-master": "2.0-dev"
  3901. }
  3902. },
  3903. "autoload": {
  3904. "files": [
  3905. "src/Functions.php"
  3906. ],
  3907. "psr-4": {
  3908. "Hyperf\\Utils\\": "src/"
  3909. }
  3910. },
  3911. "notification-url": "https://packagist.org/downloads/",
  3912. "license": [
  3913. "MIT"
  3914. ],
  3915. "description": "A tools package that could help developer solved the problem quickly.",
  3916. "homepage": "https://hyperf.io",
  3917. "keywords": [
  3918. "hyperf",
  3919. "php",
  3920. "swoole",
  3921. "utils"
  3922. ],
  3923. "support": {
  3924. "docs": "https://hyperf.wiki",
  3925. "issues": "https://github.com/hyperf/hyperf/issues",
  3926. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  3927. "source": "https://github.com/hyperf/hyperf"
  3928. },
  3929. "time": "2020-06-19T13:11:07+00:00"
  3930. },
  3931. {
  3932. "name": "hyperf/validation",
  3933. "version": "v2.0.24",
  3934. "source": {
  3935. "type": "git",
  3936. "url": "https://github.com/hyperf/validation.git",
  3937. "reference": "53843990e38fcd1c2e279c0c6a9f99c7f3628454"
  3938. },
  3939. "dist": {
  3940. "type": "zip",
  3941. "url": "https://api.github.com/repos/hyperf/validation/zipball/53843990e38fcd1c2e279c0c6a9f99c7f3628454",
  3942. "reference": "53843990e38fcd1c2e279c0c6a9f99c7f3628454",
  3943. "shasum": "",
  3944. "mirrors": [
  3945. {
  3946. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3947. "preferred": true
  3948. }
  3949. ]
  3950. },
  3951. "require": {
  3952. "egulias/email-validator": "^2.1",
  3953. "ext-swoole": ">=4.3",
  3954. "hyperf/contract": "~2.0.0",
  3955. "hyperf/database": "~2.0.0",
  3956. "hyperf/di": "~2.0.0",
  3957. "hyperf/framework": "~2.0.0",
  3958. "hyperf/http-server": "~2.0.0",
  3959. "hyperf/translation": "~2.0.0",
  3960. "hyperf/utils": "~2.0.0",
  3961. "nesbot/carbon": "^2.21",
  3962. "php": ">=7.2",
  3963. "psr/container": "^1.0",
  3964. "psr/event-dispatcher": "^1.0",
  3965. "psr/http-message": "^1.0"
  3966. },
  3967. "require-dev": {
  3968. "friendsofphp/php-cs-fixer": "^2.14",
  3969. "hyperf/db-connection": "~2.0.0",
  3970. "hyperf/devtool": "~2.0.0",
  3971. "hyperf/testing": "~2.0.0",
  3972. "mockery/mockery": "^1.2"
  3973. },
  3974. "type": "library",
  3975. "extra": {
  3976. "branch-alias": {
  3977. "dev-master": "2.0-dev"
  3978. },
  3979. "hyperf": {
  3980. "config": "Hyperf\\Validation\\ConfigProvider"
  3981. }
  3982. },
  3983. "autoload": {
  3984. "psr-4": {
  3985. "Hyperf\\Validation\\": "src/"
  3986. }
  3987. },
  3988. "notification-url": "https://packagist.org/downloads/",
  3989. "license": [
  3990. "MIT"
  3991. ],
  3992. "description": "hyperf validation",
  3993. "keywords": [
  3994. "hyperf",
  3995. "validation"
  3996. ],
  3997. "support": {
  3998. "issues": "https://github.com/hyperf/validation/issues",
  3999. "source": "https://github.com/hyperf/validation/tree/v2.0.24"
  4000. },
  4001. "time": "2020-12-18T14:20:11+00:00"
  4002. },
  4003. {
  4004. "name": "jetbrains/phpstorm-stubs",
  4005. "version": "v2019.3",
  4006. "source": {
  4007. "type": "git",
  4008. "url": "https://github.com/JetBrains/phpstorm-stubs.git",
  4009. "reference": "883b6facd78e01c0743b554af86fa590c2573f40"
  4010. },
  4011. "dist": {
  4012. "type": "zip",
  4013. "url": "https://api.github.com/repos/JetBrains/phpstorm-stubs/zipball/883b6facd78e01c0743b554af86fa590c2573f40",
  4014. "reference": "883b6facd78e01c0743b554af86fa590c2573f40",
  4015. "shasum": "",
  4016. "mirrors": [
  4017. {
  4018. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4019. "preferred": true
  4020. }
  4021. ]
  4022. },
  4023. "require-dev": {
  4024. "nikic/php-parser": "^4",
  4025. "php": "^7.1",
  4026. "phpdocumentor/reflection-docblock": "^4.3",
  4027. "phpunit/phpunit": "^7"
  4028. },
  4029. "type": "library",
  4030. "autoload": {
  4031. "files": [
  4032. "PhpStormStubsMap.php"
  4033. ]
  4034. },
  4035. "notification-url": "https://packagist.org/downloads/",
  4036. "license": [
  4037. "Apache-2.0"
  4038. ],
  4039. "description": "PHP runtime & extensions header files for PhpStorm",
  4040. "homepage": "https://www.jetbrains.com/phpstorm",
  4041. "keywords": [
  4042. "autocomplete",
  4043. "code",
  4044. "inference",
  4045. "inspection",
  4046. "jetbrains",
  4047. "phpstorm",
  4048. "stubs",
  4049. "type"
  4050. ],
  4051. "support": {
  4052. "source": "https://github.com/JetBrains/phpstorm-stubs/tree/master"
  4053. },
  4054. "time": "2019-12-05T16:56:26+00:00"
  4055. },
  4056. {
  4057. "name": "laminas/laminas-mime",
  4058. "version": "2.9.1",
  4059. "source": {
  4060. "type": "git",
  4061. "url": "https://github.com/laminas/laminas-mime.git",
  4062. "reference": "72d21a1b4bb7086d4a4d7058c0abca180b209184"
  4063. },
  4064. "dist": {
  4065. "type": "zip",
  4066. "url": "https://api.github.com/repos/laminas/laminas-mime/zipball/72d21a1b4bb7086d4a4d7058c0abca180b209184",
  4067. "reference": "72d21a1b4bb7086d4a4d7058c0abca180b209184",
  4068. "shasum": "",
  4069. "mirrors": [
  4070. {
  4071. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4072. "preferred": true
  4073. }
  4074. ]
  4075. },
  4076. "require": {
  4077. "laminas/laminas-stdlib": "^2.7 || ^3.0",
  4078. "php": "^7.3 || ~8.0.0 || ~8.1.0"
  4079. },
  4080. "conflict": {
  4081. "zendframework/zend-mime": "*"
  4082. },
  4083. "require-dev": {
  4084. "laminas/laminas-coding-standard": "~2.2.1",
  4085. "laminas/laminas-mail": "^2.12",
  4086. "phpunit/phpunit": "^9.3"
  4087. },
  4088. "suggest": {
  4089. "laminas/laminas-mail": "Laminas\\Mail component"
  4090. },
  4091. "type": "library",
  4092. "autoload": {
  4093. "psr-4": {
  4094. "Laminas\\Mime\\": "src/"
  4095. }
  4096. },
  4097. "notification-url": "https://packagist.org/downloads/",
  4098. "license": [
  4099. "BSD-3-Clause"
  4100. ],
  4101. "description": "Create and parse MIME messages and parts",
  4102. "homepage": "https://laminas.dev",
  4103. "keywords": [
  4104. "laminas",
  4105. "mime"
  4106. ],
  4107. "support": {
  4108. "chat": "https://laminas.dev/chat",
  4109. "docs": "https://docs.laminas.dev/laminas-mime/",
  4110. "forum": "https://discourse.laminas.dev",
  4111. "issues": "https://github.com/laminas/laminas-mime/issues",
  4112. "rss": "https://github.com/laminas/laminas-mime/releases.atom",
  4113. "source": "https://github.com/laminas/laminas-mime"
  4114. },
  4115. "funding": [
  4116. {
  4117. "url": "https://funding.communitybridge.org/projects/laminas-project",
  4118. "type": "community_bridge"
  4119. }
  4120. ],
  4121. "time": "2021-09-20T21:19:24+00:00"
  4122. },
  4123. {
  4124. "name": "laminas/laminas-stdlib",
  4125. "version": "3.6.4",
  4126. "source": {
  4127. "type": "git",
  4128. "url": "https://github.com/laminas/laminas-stdlib.git",
  4129. "reference": "830a36d93aeaf06e540e90ec031babb3c6eafadb"
  4130. },
  4131. "dist": {
  4132. "type": "zip",
  4133. "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/830a36d93aeaf06e540e90ec031babb3c6eafadb",
  4134. "reference": "830a36d93aeaf06e540e90ec031babb3c6eafadb",
  4135. "shasum": "",
  4136. "mirrors": [
  4137. {
  4138. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4139. "preferred": true
  4140. }
  4141. ]
  4142. },
  4143. "require": {
  4144. "php": "^7.3 || ~8.0.0 || ~8.1.0"
  4145. },
  4146. "conflict": {
  4147. "zendframework/zend-stdlib": "*"
  4148. },
  4149. "require-dev": {
  4150. "laminas/laminas-coding-standard": "~2.3.0",
  4151. "phpbench/phpbench": "^0.17.1",
  4152. "phpunit/phpunit": "~9.3.7",
  4153. "psalm/plugin-phpunit": "^0.16.0",
  4154. "vimeo/psalm": "^4.7"
  4155. },
  4156. "type": "library",
  4157. "autoload": {
  4158. "psr-4": {
  4159. "Laminas\\Stdlib\\": "src/"
  4160. }
  4161. },
  4162. "notification-url": "https://packagist.org/downloads/",
  4163. "license": [
  4164. "BSD-3-Clause"
  4165. ],
  4166. "description": "SPL extensions, array utilities, error handlers, and more",
  4167. "homepage": "https://laminas.dev",
  4168. "keywords": [
  4169. "laminas",
  4170. "stdlib"
  4171. ],
  4172. "support": {
  4173. "chat": "https://laminas.dev/chat",
  4174. "docs": "https://docs.laminas.dev/laminas-stdlib/",
  4175. "forum": "https://discourse.laminas.dev",
  4176. "issues": "https://github.com/laminas/laminas-stdlib/issues",
  4177. "rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
  4178. "source": "https://github.com/laminas/laminas-stdlib"
  4179. },
  4180. "funding": [
  4181. {
  4182. "url": "https://funding.communitybridge.org/projects/laminas-project",
  4183. "type": "community_bridge"
  4184. }
  4185. ],
  4186. "time": "2021-12-29T14:33:01+00:00"
  4187. },
  4188. {
  4189. "name": "league/flysystem",
  4190. "version": "1.1.9",
  4191. "source": {
  4192. "type": "git",
  4193. "url": "https://github.com/thephpleague/flysystem.git",
  4194. "reference": "094defdb4a7001845300334e7c1ee2335925ef99"
  4195. },
  4196. "dist": {
  4197. "type": "zip",
  4198. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/094defdb4a7001845300334e7c1ee2335925ef99",
  4199. "reference": "094defdb4a7001845300334e7c1ee2335925ef99",
  4200. "shasum": "",
  4201. "mirrors": [
  4202. {
  4203. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4204. "preferred": true
  4205. }
  4206. ]
  4207. },
  4208. "require": {
  4209. "ext-fileinfo": "*",
  4210. "league/mime-type-detection": "^1.3",
  4211. "php": "^7.2.5 || ^8.0"
  4212. },
  4213. "conflict": {
  4214. "league/flysystem-sftp": "<1.0.6"
  4215. },
  4216. "require-dev": {
  4217. "phpspec/prophecy": "^1.11.1",
  4218. "phpunit/phpunit": "^8.5.8"
  4219. },
  4220. "suggest": {
  4221. "ext-ftp": "Allows you to use FTP server storage",
  4222. "ext-openssl": "Allows you to use FTPS server storage",
  4223. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  4224. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  4225. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  4226. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  4227. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  4228. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  4229. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  4230. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  4231. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  4232. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  4233. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  4234. },
  4235. "type": "library",
  4236. "extra": {
  4237. "branch-alias": {
  4238. "dev-master": "1.1-dev"
  4239. }
  4240. },
  4241. "autoload": {
  4242. "psr-4": {
  4243. "League\\Flysystem\\": "src/"
  4244. }
  4245. },
  4246. "notification-url": "https://packagist.org/downloads/",
  4247. "license": [
  4248. "MIT"
  4249. ],
  4250. "authors": [
  4251. {
  4252. "name": "Frank de Jonge",
  4253. "email": "info@frenky.net"
  4254. }
  4255. ],
  4256. "description": "Filesystem abstraction: Many filesystems, one API.",
  4257. "keywords": [
  4258. "Cloud Files",
  4259. "WebDAV",
  4260. "abstraction",
  4261. "aws",
  4262. "cloud",
  4263. "copy.com",
  4264. "dropbox",
  4265. "file systems",
  4266. "files",
  4267. "filesystem",
  4268. "filesystems",
  4269. "ftp",
  4270. "rackspace",
  4271. "remote",
  4272. "s3",
  4273. "sftp",
  4274. "storage"
  4275. ],
  4276. "support": {
  4277. "issues": "https://github.com/thephpleague/flysystem/issues",
  4278. "source": "https://github.com/thephpleague/flysystem/tree/1.1.9"
  4279. },
  4280. "funding": [
  4281. {
  4282. "url": "https://offset.earth/frankdejonge",
  4283. "type": "other"
  4284. }
  4285. ],
  4286. "time": "2021-12-09T09:40:50+00:00"
  4287. },
  4288. {
  4289. "name": "league/mime-type-detection",
  4290. "version": "1.9.0",
  4291. "source": {
  4292. "type": "git",
  4293. "url": "https://github.com/thephpleague/mime-type-detection.git",
  4294. "reference": "aa70e813a6ad3d1558fc927863d47309b4c23e69"
  4295. },
  4296. "dist": {
  4297. "type": "zip",
  4298. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/aa70e813a6ad3d1558fc927863d47309b4c23e69",
  4299. "reference": "aa70e813a6ad3d1558fc927863d47309b4c23e69",
  4300. "shasum": "",
  4301. "mirrors": [
  4302. {
  4303. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4304. "preferred": true
  4305. }
  4306. ]
  4307. },
  4308. "require": {
  4309. "ext-fileinfo": "*",
  4310. "php": "^7.2 || ^8.0"
  4311. },
  4312. "require-dev": {
  4313. "friendsofphp/php-cs-fixer": "^3.2",
  4314. "phpstan/phpstan": "^0.12.68",
  4315. "phpunit/phpunit": "^8.5.8 || ^9.3"
  4316. },
  4317. "type": "library",
  4318. "autoload": {
  4319. "psr-4": {
  4320. "League\\MimeTypeDetection\\": "src"
  4321. }
  4322. },
  4323. "notification-url": "https://packagist.org/downloads/",
  4324. "license": [
  4325. "MIT"
  4326. ],
  4327. "authors": [
  4328. {
  4329. "name": "Frank de Jonge",
  4330. "email": "info@frankdejonge.nl"
  4331. }
  4332. ],
  4333. "description": "Mime-type detection for Flysystem",
  4334. "support": {
  4335. "issues": "https://github.com/thephpleague/mime-type-detection/issues",
  4336. "source": "https://github.com/thephpleague/mime-type-detection/tree/1.9.0"
  4337. },
  4338. "funding": [
  4339. {
  4340. "url": "https://github.com/frankdejonge",
  4341. "type": "github"
  4342. },
  4343. {
  4344. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  4345. "type": "tidelift"
  4346. }
  4347. ],
  4348. "time": "2021-11-21T11:48:40+00:00"
  4349. },
  4350. {
  4351. "name": "markrogoyski/math-php",
  4352. "version": "v0.49.0",
  4353. "source": {
  4354. "type": "git",
  4355. "url": "https://github.com/markrogoyski/math-php.git",
  4356. "reference": "41d56a7542233cbb0489e7982facdb1d88d8c08b"
  4357. },
  4358. "dist": {
  4359. "type": "zip",
  4360. "url": "https://api.github.com/repos/markrogoyski/math-php/zipball/41d56a7542233cbb0489e7982facdb1d88d8c08b",
  4361. "reference": "41d56a7542233cbb0489e7982facdb1d88d8c08b",
  4362. "shasum": "",
  4363. "mirrors": [
  4364. {
  4365. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4366. "preferred": true
  4367. }
  4368. ]
  4369. },
  4370. "require": {
  4371. "php": ">=7.0.0"
  4372. },
  4373. "require-dev": {
  4374. "php-coveralls/php-coveralls": "^2.0",
  4375. "phploc/phploc": "*",
  4376. "phpmd/phpmd": "^2.6",
  4377. "phpstan/phpstan": "*",
  4378. "phpunit/phpunit": "6.*",
  4379. "squizlabs/php_codesniffer": "2.*"
  4380. },
  4381. "type": "library",
  4382. "autoload": {
  4383. "psr-4": {
  4384. "MathPHP\\": "src/"
  4385. }
  4386. },
  4387. "notification-url": "https://packagist.org/downloads/",
  4388. "license": [
  4389. "MIT"
  4390. ],
  4391. "authors": [
  4392. {
  4393. "name": "Kevin Nowaczyk",
  4394. "role": "Contributor"
  4395. },
  4396. {
  4397. "name": "Jakob Sandberg",
  4398. "role": "Contributor"
  4399. },
  4400. {
  4401. "name": "Mark Rogoyski",
  4402. "email": "mark@rogoyski.com",
  4403. "homepage": "https://github.com/markrogoyski",
  4404. "role": "Lead developer"
  4405. }
  4406. ],
  4407. "description": "Math Library for PHP. Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra",
  4408. "homepage": "https://github.com/markrogoyski/math-php/",
  4409. "keywords": [
  4410. "algebra",
  4411. "combinatorics",
  4412. "distributions",
  4413. "linear algebra",
  4414. "math",
  4415. "mathematics",
  4416. "matrix",
  4417. "numerical analysis",
  4418. "probability",
  4419. "regressions",
  4420. "statistics"
  4421. ],
  4422. "support": {
  4423. "issues": "https://github.com/markrogoyski/math-php/issues",
  4424. "source": "https://github.com/markrogoyski/math-php/tree/develop"
  4425. },
  4426. "time": "2019-02-23T19:49:38+00:00"
  4427. },
  4428. {
  4429. "name": "monolog/monolog",
  4430. "version": "2.3.5",
  4431. "source": {
  4432. "type": "git",
  4433. "url": "https://github.com/Seldaek/monolog.git",
  4434. "reference": "fd4380d6fc37626e2f799f29d91195040137eba9"
  4435. },
  4436. "dist": {
  4437. "type": "zip",
  4438. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd4380d6fc37626e2f799f29d91195040137eba9",
  4439. "reference": "fd4380d6fc37626e2f799f29d91195040137eba9",
  4440. "shasum": "",
  4441. "mirrors": [
  4442. {
  4443. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4444. "preferred": true
  4445. }
  4446. ]
  4447. },
  4448. "require": {
  4449. "php": ">=7.2",
  4450. "psr/log": "^1.0.1 || ^2.0 || ^3.0"
  4451. },
  4452. "provide": {
  4453. "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
  4454. },
  4455. "require-dev": {
  4456. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  4457. "doctrine/couchdb": "~1.0@dev",
  4458. "elasticsearch/elasticsearch": "^7",
  4459. "graylog2/gelf-php": "^1.4.2",
  4460. "mongodb/mongodb": "^1.8",
  4461. "php-amqplib/php-amqplib": "~2.4 || ^3",
  4462. "php-console/php-console": "^3.1.3",
  4463. "phpspec/prophecy": "^1.6.1",
  4464. "phpstan/phpstan": "^0.12.91",
  4465. "phpunit/phpunit": "^8.5",
  4466. "predis/predis": "^1.1",
  4467. "rollbar/rollbar": "^1.3",
  4468. "ruflin/elastica": ">=0.90@dev",
  4469. "swiftmailer/swiftmailer": "^5.3|^6.0"
  4470. },
  4471. "suggest": {
  4472. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  4473. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  4474. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  4475. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  4476. "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
  4477. "ext-mbstring": "Allow to work properly with unicode symbols",
  4478. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  4479. "ext-openssl": "Required to send log messages using SSL",
  4480. "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
  4481. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  4482. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  4483. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  4484. "php-console/php-console": "Allow sending log messages to Google Chrome",
  4485. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  4486. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  4487. },
  4488. "type": "library",
  4489. "extra": {
  4490. "branch-alias": {
  4491. "dev-main": "2.x-dev"
  4492. }
  4493. },
  4494. "autoload": {
  4495. "psr-4": {
  4496. "Monolog\\": "src/Monolog"
  4497. }
  4498. },
  4499. "notification-url": "https://packagist.org/downloads/",
  4500. "license": [
  4501. "MIT"
  4502. ],
  4503. "authors": [
  4504. {
  4505. "name": "Jordi Boggiano",
  4506. "email": "j.boggiano@seld.be",
  4507. "homepage": "https://seld.be"
  4508. }
  4509. ],
  4510. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  4511. "homepage": "https://github.com/Seldaek/monolog",
  4512. "keywords": [
  4513. "log",
  4514. "logging",
  4515. "psr-3"
  4516. ],
  4517. "support": {
  4518. "issues": "https://github.com/Seldaek/monolog/issues",
  4519. "source": "https://github.com/Seldaek/monolog/tree/2.3.5"
  4520. },
  4521. "funding": [
  4522. {
  4523. "url": "https://github.com/Seldaek",
  4524. "type": "github"
  4525. },
  4526. {
  4527. "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
  4528. "type": "tidelift"
  4529. }
  4530. ],
  4531. "time": "2021-10-01T21:08:31+00:00"
  4532. },
  4533. {
  4534. "name": "mtdowling/jmespath.php",
  4535. "version": "2.6.1",
  4536. "source": {
  4537. "type": "git",
  4538. "url": "https://github.com/jmespath/jmespath.php.git",
  4539. "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb"
  4540. },
  4541. "dist": {
  4542. "type": "zip",
  4543. "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
  4544. "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
  4545. "shasum": "",
  4546. "mirrors": [
  4547. {
  4548. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4549. "preferred": true
  4550. }
  4551. ]
  4552. },
  4553. "require": {
  4554. "php": "^5.4 || ^7.0 || ^8.0",
  4555. "symfony/polyfill-mbstring": "^1.17"
  4556. },
  4557. "require-dev": {
  4558. "composer/xdebug-handler": "^1.4 || ^2.0",
  4559. "phpunit/phpunit": "^4.8.36 || ^7.5.15"
  4560. },
  4561. "bin": [
  4562. "bin/jp.php"
  4563. ],
  4564. "type": "library",
  4565. "extra": {
  4566. "branch-alias": {
  4567. "dev-master": "2.6-dev"
  4568. }
  4569. },
  4570. "autoload": {
  4571. "psr-4": {
  4572. "JmesPath\\": "src/"
  4573. },
  4574. "files": [
  4575. "src/JmesPath.php"
  4576. ]
  4577. },
  4578. "notification-url": "https://packagist.org/downloads/",
  4579. "license": [
  4580. "MIT"
  4581. ],
  4582. "authors": [
  4583. {
  4584. "name": "Michael Dowling",
  4585. "email": "mtdowling@gmail.com",
  4586. "homepage": "https://github.com/mtdowling"
  4587. }
  4588. ],
  4589. "description": "Declaratively specify how to extract elements from a JSON document",
  4590. "keywords": [
  4591. "json",
  4592. "jsonpath"
  4593. ],
  4594. "support": {
  4595. "issues": "https://github.com/jmespath/jmespath.php/issues",
  4596. "source": "https://github.com/jmespath/jmespath.php/tree/2.6.1"
  4597. },
  4598. "time": "2021-06-14T00:11:39+00:00"
  4599. },
  4600. {
  4601. "name": "nesbot/carbon",
  4602. "version": "2.55.2",
  4603. "source": {
  4604. "type": "git",
  4605. "url": "https://github.com/briannesbitt/Carbon.git",
  4606. "reference": "8c2a18ce3e67c34efc1b29f64fe61304368259a2"
  4607. },
  4608. "dist": {
  4609. "type": "zip",
  4610. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/8c2a18ce3e67c34efc1b29f64fe61304368259a2",
  4611. "reference": "8c2a18ce3e67c34efc1b29f64fe61304368259a2",
  4612. "shasum": "",
  4613. "mirrors": [
  4614. {
  4615. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4616. "preferred": true
  4617. }
  4618. ]
  4619. },
  4620. "require": {
  4621. "ext-json": "*",
  4622. "php": "^7.1.8 || ^8.0",
  4623. "symfony/polyfill-mbstring": "^1.0",
  4624. "symfony/polyfill-php80": "^1.16",
  4625. "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
  4626. },
  4627. "require-dev": {
  4628. "doctrine/dbal": "^2.0 || ^3.0",
  4629. "doctrine/orm": "^2.7",
  4630. "friendsofphp/php-cs-fixer": "^3.0",
  4631. "kylekatarnls/multi-tester": "^2.0",
  4632. "phpmd/phpmd": "^2.9",
  4633. "phpstan/extension-installer": "^1.0",
  4634. "phpstan/phpstan": "^0.12.54",
  4635. "phpunit/phpunit": "^7.5.20 || ^8.5.14",
  4636. "squizlabs/php_codesniffer": "^3.4"
  4637. },
  4638. "bin": [
  4639. "bin/carbon"
  4640. ],
  4641. "type": "library",
  4642. "extra": {
  4643. "branch-alias": {
  4644. "dev-3.x": "3.x-dev",
  4645. "dev-master": "2.x-dev"
  4646. },
  4647. "laravel": {
  4648. "providers": [
  4649. "Carbon\\Laravel\\ServiceProvider"
  4650. ]
  4651. },
  4652. "phpstan": {
  4653. "includes": [
  4654. "extension.neon"
  4655. ]
  4656. }
  4657. },
  4658. "autoload": {
  4659. "psr-4": {
  4660. "Carbon\\": "src/Carbon/"
  4661. }
  4662. },
  4663. "notification-url": "https://packagist.org/downloads/",
  4664. "license": [
  4665. "MIT"
  4666. ],
  4667. "authors": [
  4668. {
  4669. "name": "Brian Nesbitt",
  4670. "email": "brian@nesbot.com",
  4671. "homepage": "https://markido.com"
  4672. },
  4673. {
  4674. "name": "kylekatarnls",
  4675. "homepage": "https://github.com/kylekatarnls"
  4676. }
  4677. ],
  4678. "description": "An API extension for DateTime that supports 281 different languages.",
  4679. "homepage": "https://carbon.nesbot.com",
  4680. "keywords": [
  4681. "date",
  4682. "datetime",
  4683. "time"
  4684. ],
  4685. "support": {
  4686. "docs": "https://carbon.nesbot.com/docs",
  4687. "issues": "https://github.com/briannesbitt/Carbon/issues",
  4688. "source": "https://github.com/briannesbitt/Carbon"
  4689. },
  4690. "funding": [
  4691. {
  4692. "url": "https://opencollective.com/Carbon",
  4693. "type": "open_collective"
  4694. },
  4695. {
  4696. "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
  4697. "type": "tidelift"
  4698. }
  4699. ],
  4700. "time": "2021-12-03T14:59:52+00:00"
  4701. },
  4702. {
  4703. "name": "nikic/fast-route",
  4704. "version": "v1.3.0",
  4705. "source": {
  4706. "type": "git",
  4707. "url": "https://github.com/nikic/FastRoute.git",
  4708. "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
  4709. },
  4710. "dist": {
  4711. "type": "zip",
  4712. "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
  4713. "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
  4714. "shasum": "",
  4715. "mirrors": [
  4716. {
  4717. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4718. "preferred": true
  4719. }
  4720. ]
  4721. },
  4722. "require": {
  4723. "php": ">=5.4.0"
  4724. },
  4725. "require-dev": {
  4726. "phpunit/phpunit": "^4.8.35|~5.7"
  4727. },
  4728. "type": "library",
  4729. "autoload": {
  4730. "psr-4": {
  4731. "FastRoute\\": "src/"
  4732. },
  4733. "files": [
  4734. "src/functions.php"
  4735. ]
  4736. },
  4737. "notification-url": "https://packagist.org/downloads/",
  4738. "license": [
  4739. "BSD-3-Clause"
  4740. ],
  4741. "authors": [
  4742. {
  4743. "name": "Nikita Popov",
  4744. "email": "nikic@php.net"
  4745. }
  4746. ],
  4747. "description": "Fast request router for PHP",
  4748. "keywords": [
  4749. "router",
  4750. "routing"
  4751. ],
  4752. "support": {
  4753. "issues": "https://github.com/nikic/FastRoute/issues",
  4754. "source": "https://github.com/nikic/FastRoute/tree/master"
  4755. },
  4756. "time": "2018-02-13T20:26:39+00:00"
  4757. },
  4758. {
  4759. "name": "nikic/php-parser",
  4760. "version": "v4.13.2",
  4761. "source": {
  4762. "type": "git",
  4763. "url": "https://github.com/nikic/PHP-Parser.git",
  4764. "reference": "210577fe3cf7badcc5814d99455df46564f3c077"
  4765. },
  4766. "dist": {
  4767. "type": "zip",
  4768. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077",
  4769. "reference": "210577fe3cf7badcc5814d99455df46564f3c077",
  4770. "shasum": "",
  4771. "mirrors": [
  4772. {
  4773. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4774. "preferred": true
  4775. }
  4776. ]
  4777. },
  4778. "require": {
  4779. "ext-tokenizer": "*",
  4780. "php": ">=7.0"
  4781. },
  4782. "require-dev": {
  4783. "ircmaxell/php-yacc": "^0.0.7",
  4784. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
  4785. },
  4786. "bin": [
  4787. "bin/php-parse"
  4788. ],
  4789. "type": "library",
  4790. "extra": {
  4791. "branch-alias": {
  4792. "dev-master": "4.9-dev"
  4793. }
  4794. },
  4795. "autoload": {
  4796. "psr-4": {
  4797. "PhpParser\\": "lib/PhpParser"
  4798. }
  4799. },
  4800. "notification-url": "https://packagist.org/downloads/",
  4801. "license": [
  4802. "BSD-3-Clause"
  4803. ],
  4804. "authors": [
  4805. {
  4806. "name": "Nikita Popov"
  4807. }
  4808. ],
  4809. "description": "A PHP parser written in PHP",
  4810. "keywords": [
  4811. "parser",
  4812. "php"
  4813. ],
  4814. "support": {
  4815. "issues": "https://github.com/nikic/PHP-Parser/issues",
  4816. "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2"
  4817. },
  4818. "time": "2021-11-30T19:35:32+00:00"
  4819. },
  4820. {
  4821. "name": "overtrue/socialite",
  4822. "version": "2.0.24",
  4823. "source": {
  4824. "type": "git",
  4825. "url": "https://github.com/overtrue/socialite.git",
  4826. "reference": "ee7e7b000ec7d64f2b8aba1f6a2eec5cdf3f8bec"
  4827. },
  4828. "dist": {
  4829. "type": "zip",
  4830. "url": "https://api.github.com/repos/overtrue/socialite/zipball/ee7e7b000ec7d64f2b8aba1f6a2eec5cdf3f8bec",
  4831. "reference": "ee7e7b000ec7d64f2b8aba1f6a2eec5cdf3f8bec",
  4832. "shasum": "",
  4833. "mirrors": [
  4834. {
  4835. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4836. "preferred": true
  4837. }
  4838. ]
  4839. },
  4840. "require": {
  4841. "ext-json": "*",
  4842. "guzzlehttp/guzzle": "^5.0|^6.0|^7.0",
  4843. "php": ">=5.6",
  4844. "symfony/http-foundation": "^2.7|^3.0|^4.0|^5.0"
  4845. },
  4846. "require-dev": {
  4847. "mockery/mockery": "~1.2",
  4848. "phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0"
  4849. },
  4850. "type": "library",
  4851. "autoload": {
  4852. "psr-4": {
  4853. "Overtrue\\Socialite\\": "src/"
  4854. }
  4855. },
  4856. "notification-url": "https://packagist.org/downloads/",
  4857. "license": [
  4858. "MIT"
  4859. ],
  4860. "authors": [
  4861. {
  4862. "name": "overtrue",
  4863. "email": "anzhengchao@gmail.com"
  4864. }
  4865. ],
  4866. "description": "A collection of OAuth 2 packages that extracts from laravel/socialite.",
  4867. "keywords": [
  4868. "login",
  4869. "oauth",
  4870. "qq",
  4871. "social",
  4872. "wechat",
  4873. "weibo"
  4874. ],
  4875. "support": {
  4876. "issues": "https://github.com/overtrue/socialite/issues",
  4877. "source": "https://github.com/overtrue/socialite/tree/2.0.24"
  4878. },
  4879. "funding": [
  4880. {
  4881. "url": "https://www.patreon.com/overtrue",
  4882. "type": "patreon"
  4883. }
  4884. ],
  4885. "time": "2021-05-13T16:04:48+00:00"
  4886. },
  4887. {
  4888. "name": "overtrue/wechat",
  4889. "version": "4.5.0",
  4890. "source": {
  4891. "type": "git",
  4892. "url": "https://github.com/w7corp/easywechat.git",
  4893. "reference": "04a940f97d6812a67bb8d5f2dbaebf9ad78ae776"
  4894. },
  4895. "dist": {
  4896. "type": "zip",
  4897. "url": "https://api.github.com/repos/w7corp/easywechat/zipball/04a940f97d6812a67bb8d5f2dbaebf9ad78ae776",
  4898. "reference": "04a940f97d6812a67bb8d5f2dbaebf9ad78ae776",
  4899. "shasum": "",
  4900. "mirrors": [
  4901. {
  4902. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4903. "preferred": true
  4904. }
  4905. ]
  4906. },
  4907. "require": {
  4908. "easywechat-composer/easywechat-composer": "^1.1",
  4909. "ext-fileinfo": "*",
  4910. "ext-openssl": "*",
  4911. "ext-simplexml": "*",
  4912. "guzzlehttp/guzzle": "^6.2 || ^7.0",
  4913. "monolog/monolog": "^1.22 || ^2.0",
  4914. "overtrue/socialite": "~2.0",
  4915. "php": ">=7.2",
  4916. "pimple/pimple": "^3.0",
  4917. "psr/simple-cache": "^1.0",
  4918. "symfony/cache": "^3.3 || ^4.3 || ^5.0",
  4919. "symfony/event-dispatcher": "^4.3 || ^5.0",
  4920. "symfony/http-foundation": "^2.7 || ^3.0 || ^4.0 || ^5.0",
  4921. "symfony/psr-http-message-bridge": "^0.3 || ^1.0 || ^2.0"
  4922. },
  4923. "require-dev": {
  4924. "friendsofphp/php-cs-fixer": "^2.15",
  4925. "mikey179/vfsstream": "^1.6",
  4926. "mockery/mockery": "^1.2.3",
  4927. "phpstan/phpstan": "^0.12.0",
  4928. "phpunit/phpunit": "^7.5"
  4929. },
  4930. "type": "library",
  4931. "autoload": {
  4932. "psr-4": {
  4933. "EasyWeChat\\": "src/"
  4934. },
  4935. "files": [
  4936. "src/Kernel/Support/Helpers.php",
  4937. "src/Kernel/Helpers.php"
  4938. ]
  4939. },
  4940. "notification-url": "https://packagist.org/downloads/",
  4941. "license": [
  4942. "MIT"
  4943. ],
  4944. "authors": [
  4945. {
  4946. "name": "overtrue",
  4947. "email": "anzhengchao@gmail.com"
  4948. }
  4949. ],
  4950. "description": "微信SDK",
  4951. "keywords": [
  4952. "easywechat",
  4953. "sdk",
  4954. "wechat",
  4955. "weixin",
  4956. "weixin-sdk"
  4957. ],
  4958. "support": {
  4959. "issues": "https://github.com/w7corp/easywechat/issues",
  4960. "source": "https://github.com/w7corp/easywechat/tree/4.5.0"
  4961. },
  4962. "funding": [
  4963. {
  4964. "url": "https://github.com/overtrue",
  4965. "type": "github"
  4966. }
  4967. ],
  4968. "time": "2021-12-27T13:56:47+00:00"
  4969. },
  4970. {
  4971. "name": "paragonie/constant_time_encoding",
  4972. "version": "v2.4.0",
  4973. "source": {
  4974. "type": "git",
  4975. "url": "https://github.com/paragonie/constant_time_encoding.git",
  4976. "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c"
  4977. },
  4978. "dist": {
  4979. "type": "zip",
  4980. "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
  4981. "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
  4982. "shasum": "",
  4983. "mirrors": [
  4984. {
  4985. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4986. "preferred": true
  4987. }
  4988. ]
  4989. },
  4990. "require": {
  4991. "php": "^7|^8"
  4992. },
  4993. "require-dev": {
  4994. "phpunit/phpunit": "^6|^7|^8|^9",
  4995. "vimeo/psalm": "^1|^2|^3|^4"
  4996. },
  4997. "type": "library",
  4998. "autoload": {
  4999. "psr-4": {
  5000. "ParagonIE\\ConstantTime\\": "src/"
  5001. }
  5002. },
  5003. "notification-url": "https://packagist.org/downloads/",
  5004. "license": [
  5005. "MIT"
  5006. ],
  5007. "authors": [
  5008. {
  5009. "name": "Paragon Initiative Enterprises",
  5010. "email": "security@paragonie.com",
  5011. "homepage": "https://paragonie.com",
  5012. "role": "Maintainer"
  5013. },
  5014. {
  5015. "name": "Steve 'Sc00bz' Thomas",
  5016. "email": "steve@tobtu.com",
  5017. "homepage": "https://www.tobtu.com",
  5018. "role": "Original Developer"
  5019. }
  5020. ],
  5021. "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
  5022. "keywords": [
  5023. "base16",
  5024. "base32",
  5025. "base32_decode",
  5026. "base32_encode",
  5027. "base64",
  5028. "base64_decode",
  5029. "base64_encode",
  5030. "bin2hex",
  5031. "encoding",
  5032. "hex",
  5033. "hex2bin",
  5034. "rfc4648"
  5035. ],
  5036. "support": {
  5037. "email": "info@paragonie.com",
  5038. "issues": "https://github.com/paragonie/constant_time_encoding/issues",
  5039. "source": "https://github.com/paragonie/constant_time_encoding"
  5040. },
  5041. "time": "2020-12-06T15:14:20+00:00"
  5042. },
  5043. {
  5044. "name": "paragonie/random_compat",
  5045. "version": "v9.99.100",
  5046. "source": {
  5047. "type": "git",
  5048. "url": "https://github.com/paragonie/random_compat.git",
  5049. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
  5050. },
  5051. "dist": {
  5052. "type": "zip",
  5053. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
  5054. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
  5055. "shasum": "",
  5056. "mirrors": [
  5057. {
  5058. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5059. "preferred": true
  5060. }
  5061. ]
  5062. },
  5063. "require": {
  5064. "php": ">= 7"
  5065. },
  5066. "require-dev": {
  5067. "phpunit/phpunit": "4.*|5.*",
  5068. "vimeo/psalm": "^1"
  5069. },
  5070. "suggest": {
  5071. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  5072. },
  5073. "type": "library",
  5074. "notification-url": "https://packagist.org/downloads/",
  5075. "license": [
  5076. "MIT"
  5077. ],
  5078. "authors": [
  5079. {
  5080. "name": "Paragon Initiative Enterprises",
  5081. "email": "security@paragonie.com",
  5082. "homepage": "https://paragonie.com"
  5083. }
  5084. ],
  5085. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  5086. "keywords": [
  5087. "csprng",
  5088. "polyfill",
  5089. "pseudorandom",
  5090. "random"
  5091. ],
  5092. "support": {
  5093. "email": "info@paragonie.com",
  5094. "issues": "https://github.com/paragonie/random_compat/issues",
  5095. "source": "https://github.com/paragonie/random_compat"
  5096. },
  5097. "time": "2020-10-15T08:29:30+00:00"
  5098. },
  5099. {
  5100. "name": "php-amqplib/php-amqplib",
  5101. "version": "v2.12.3",
  5102. "source": {
  5103. "type": "git",
  5104. "url": "https://github.com/php-amqplib/php-amqplib.git",
  5105. "reference": "f746eb44df6d8f838173729867dd1d20b0265faa"
  5106. },
  5107. "dist": {
  5108. "type": "zip",
  5109. "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/f746eb44df6d8f838173729867dd1d20b0265faa",
  5110. "reference": "f746eb44df6d8f838173729867dd1d20b0265faa",
  5111. "shasum": "",
  5112. "mirrors": [
  5113. {
  5114. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5115. "preferred": true
  5116. }
  5117. ]
  5118. },
  5119. "require": {
  5120. "ext-mbstring": "*",
  5121. "ext-sockets": "*",
  5122. "php": ">=5.6.3,<8.0",
  5123. "phpseclib/phpseclib": "^2.0|^3.0"
  5124. },
  5125. "conflict": {
  5126. "php": "7.4.0 - 7.4.1"
  5127. },
  5128. "replace": {
  5129. "videlalvaro/php-amqplib": "self.version"
  5130. },
  5131. "require-dev": {
  5132. "ext-curl": "*",
  5133. "nategood/httpful": "^0.2.20",
  5134. "phpunit/phpunit": "^5.7|^6.5|^7.0",
  5135. "squizlabs/php_codesniffer": "^3.5"
  5136. },
  5137. "type": "library",
  5138. "extra": {
  5139. "branch-alias": {
  5140. "dev-master": "2.12-dev"
  5141. }
  5142. },
  5143. "autoload": {
  5144. "psr-4": {
  5145. "PhpAmqpLib\\": "PhpAmqpLib/"
  5146. }
  5147. },
  5148. "notification-url": "https://packagist.org/downloads/",
  5149. "license": [
  5150. "LGPL-2.1-or-later"
  5151. ],
  5152. "authors": [
  5153. {
  5154. "name": "Alvaro Videla",
  5155. "role": "Original Maintainer"
  5156. },
  5157. {
  5158. "name": "Raúl Araya",
  5159. "email": "nubeiro@gmail.com",
  5160. "role": "Maintainer"
  5161. },
  5162. {
  5163. "name": "Luke Bakken",
  5164. "email": "luke@bakken.io",
  5165. "role": "Maintainer"
  5166. },
  5167. {
  5168. "name": "Ramūnas Dronga",
  5169. "email": "github@ramuno.lt",
  5170. "role": "Maintainer"
  5171. }
  5172. ],
  5173. "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
  5174. "homepage": "https://github.com/php-amqplib/php-amqplib/",
  5175. "keywords": [
  5176. "message",
  5177. "queue",
  5178. "rabbitmq"
  5179. ],
  5180. "support": {
  5181. "issues": "https://github.com/php-amqplib/php-amqplib/issues",
  5182. "source": "https://github.com/php-amqplib/php-amqplib/tree/v2.12.3"
  5183. },
  5184. "time": "2021-03-01T12:21:31+00:00"
  5185. },
  5186. {
  5187. "name": "phpdocumentor/reflection-common",
  5188. "version": "2.2.0",
  5189. "source": {
  5190. "type": "git",
  5191. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  5192. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
  5193. },
  5194. "dist": {
  5195. "type": "zip",
  5196. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  5197. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  5198. "shasum": "",
  5199. "mirrors": [
  5200. {
  5201. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5202. "preferred": true
  5203. }
  5204. ]
  5205. },
  5206. "require": {
  5207. "php": "^7.2 || ^8.0"
  5208. },
  5209. "type": "library",
  5210. "extra": {
  5211. "branch-alias": {
  5212. "dev-2.x": "2.x-dev"
  5213. }
  5214. },
  5215. "autoload": {
  5216. "psr-4": {
  5217. "phpDocumentor\\Reflection\\": "src/"
  5218. }
  5219. },
  5220. "notification-url": "https://packagist.org/downloads/",
  5221. "license": [
  5222. "MIT"
  5223. ],
  5224. "authors": [
  5225. {
  5226. "name": "Jaap van Otterdijk",
  5227. "email": "opensource@ijaap.nl"
  5228. }
  5229. ],
  5230. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  5231. "homepage": "http://www.phpdoc.org",
  5232. "keywords": [
  5233. "FQSEN",
  5234. "phpDocumentor",
  5235. "phpdoc",
  5236. "reflection",
  5237. "static analysis"
  5238. ],
  5239. "support": {
  5240. "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
  5241. "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
  5242. },
  5243. "time": "2020-06-27T09:03:43+00:00"
  5244. },
  5245. {
  5246. "name": "phpdocumentor/reflection-docblock",
  5247. "version": "5.3.0",
  5248. "source": {
  5249. "type": "git",
  5250. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  5251. "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
  5252. },
  5253. "dist": {
  5254. "type": "zip",
  5255. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
  5256. "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
  5257. "shasum": "",
  5258. "mirrors": [
  5259. {
  5260. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5261. "preferred": true
  5262. }
  5263. ]
  5264. },
  5265. "require": {
  5266. "ext-filter": "*",
  5267. "php": "^7.2 || ^8.0",
  5268. "phpdocumentor/reflection-common": "^2.2",
  5269. "phpdocumentor/type-resolver": "^1.3",
  5270. "webmozart/assert": "^1.9.1"
  5271. },
  5272. "require-dev": {
  5273. "mockery/mockery": "~1.3.2",
  5274. "psalm/phar": "^4.8"
  5275. },
  5276. "type": "library",
  5277. "extra": {
  5278. "branch-alias": {
  5279. "dev-master": "5.x-dev"
  5280. }
  5281. },
  5282. "autoload": {
  5283. "psr-4": {
  5284. "phpDocumentor\\Reflection\\": "src"
  5285. }
  5286. },
  5287. "notification-url": "https://packagist.org/downloads/",
  5288. "license": [
  5289. "MIT"
  5290. ],
  5291. "authors": [
  5292. {
  5293. "name": "Mike van Riel",
  5294. "email": "me@mikevanriel.com"
  5295. },
  5296. {
  5297. "name": "Jaap van Otterdijk",
  5298. "email": "account@ijaap.nl"
  5299. }
  5300. ],
  5301. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  5302. "support": {
  5303. "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
  5304. "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
  5305. },
  5306. "time": "2021-10-19T17:43:47+00:00"
  5307. },
  5308. {
  5309. "name": "phpdocumentor/type-resolver",
  5310. "version": "1.5.1",
  5311. "source": {
  5312. "type": "git",
  5313. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  5314. "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae"
  5315. },
  5316. "dist": {
  5317. "type": "zip",
  5318. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/a12f7e301eb7258bb68acd89d4aefa05c2906cae",
  5319. "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae",
  5320. "shasum": "",
  5321. "mirrors": [
  5322. {
  5323. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5324. "preferred": true
  5325. }
  5326. ]
  5327. },
  5328. "require": {
  5329. "php": "^7.2 || ^8.0",
  5330. "phpdocumentor/reflection-common": "^2.0"
  5331. },
  5332. "require-dev": {
  5333. "ext-tokenizer": "*",
  5334. "psalm/phar": "^4.8"
  5335. },
  5336. "type": "library",
  5337. "extra": {
  5338. "branch-alias": {
  5339. "dev-1.x": "1.x-dev"
  5340. }
  5341. },
  5342. "autoload": {
  5343. "psr-4": {
  5344. "phpDocumentor\\Reflection\\": "src"
  5345. }
  5346. },
  5347. "notification-url": "https://packagist.org/downloads/",
  5348. "license": [
  5349. "MIT"
  5350. ],
  5351. "authors": [
  5352. {
  5353. "name": "Mike van Riel",
  5354. "email": "me@mikevanriel.com"
  5355. }
  5356. ],
  5357. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  5358. "support": {
  5359. "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
  5360. "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.5.1"
  5361. },
  5362. "time": "2021-10-02T14:08:47+00:00"
  5363. },
  5364. {
  5365. "name": "phpoption/phpoption",
  5366. "version": "1.8.1",
  5367. "source": {
  5368. "type": "git",
  5369. "url": "https://github.com/schmittjoh/php-option.git",
  5370. "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15"
  5371. },
  5372. "dist": {
  5373. "type": "zip",
  5374. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
  5375. "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
  5376. "shasum": "",
  5377. "mirrors": [
  5378. {
  5379. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5380. "preferred": true
  5381. }
  5382. ]
  5383. },
  5384. "require": {
  5385. "php": "^7.0 || ^8.0"
  5386. },
  5387. "require-dev": {
  5388. "bamarni/composer-bin-plugin": "^1.4.1",
  5389. "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
  5390. },
  5391. "type": "library",
  5392. "extra": {
  5393. "branch-alias": {
  5394. "dev-master": "1.8-dev"
  5395. }
  5396. },
  5397. "autoload": {
  5398. "psr-4": {
  5399. "PhpOption\\": "src/PhpOption/"
  5400. }
  5401. },
  5402. "notification-url": "https://packagist.org/downloads/",
  5403. "license": [
  5404. "Apache-2.0"
  5405. ],
  5406. "authors": [
  5407. {
  5408. "name": "Johannes M. Schmitt",
  5409. "email": "schmittjoh@gmail.com",
  5410. "homepage": "https://github.com/schmittjoh"
  5411. },
  5412. {
  5413. "name": "Graham Campbell",
  5414. "email": "hello@gjcampbell.co.uk",
  5415. "homepage": "https://github.com/GrahamCampbell"
  5416. }
  5417. ],
  5418. "description": "Option Type for PHP",
  5419. "keywords": [
  5420. "language",
  5421. "option",
  5422. "php",
  5423. "type"
  5424. ],
  5425. "support": {
  5426. "issues": "https://github.com/schmittjoh/php-option/issues",
  5427. "source": "https://github.com/schmittjoh/php-option/tree/1.8.1"
  5428. },
  5429. "funding": [
  5430. {
  5431. "url": "https://github.com/GrahamCampbell",
  5432. "type": "github"
  5433. },
  5434. {
  5435. "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
  5436. "type": "tidelift"
  5437. }
  5438. ],
  5439. "time": "2021-12-04T23:24:31+00:00"
  5440. },
  5441. {
  5442. "name": "phpseclib/phpseclib",
  5443. "version": "3.0.12",
  5444. "source": {
  5445. "type": "git",
  5446. "url": "https://github.com/phpseclib/phpseclib.git",
  5447. "reference": "89bfb45bd8b1abc3b37e910d57f5dbd3174f40fb"
  5448. },
  5449. "dist": {
  5450. "type": "zip",
  5451. "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/89bfb45bd8b1abc3b37e910d57f5dbd3174f40fb",
  5452. "reference": "89bfb45bd8b1abc3b37e910d57f5dbd3174f40fb",
  5453. "shasum": "",
  5454. "mirrors": [
  5455. {
  5456. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5457. "preferred": true
  5458. }
  5459. ]
  5460. },
  5461. "require": {
  5462. "paragonie/constant_time_encoding": "^1|^2",
  5463. "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
  5464. "php": ">=5.6.1"
  5465. },
  5466. "require-dev": {
  5467. "phing/phing": "~2.7",
  5468. "phpunit/phpunit": "^5.7|^6.0|^9.4",
  5469. "squizlabs/php_codesniffer": "~2.0"
  5470. },
  5471. "suggest": {
  5472. "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
  5473. "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
  5474. "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
  5475. "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
  5476. },
  5477. "type": "library",
  5478. "autoload": {
  5479. "files": [
  5480. "phpseclib/bootstrap.php"
  5481. ],
  5482. "psr-4": {
  5483. "phpseclib3\\": "phpseclib/"
  5484. }
  5485. },
  5486. "notification-url": "https://packagist.org/downloads/",
  5487. "license": [
  5488. "MIT"
  5489. ],
  5490. "authors": [
  5491. {
  5492. "name": "Jim Wigginton",
  5493. "email": "terrafrost@php.net",
  5494. "role": "Lead Developer"
  5495. },
  5496. {
  5497. "name": "Patrick Monnerat",
  5498. "email": "pm@datasphere.ch",
  5499. "role": "Developer"
  5500. },
  5501. {
  5502. "name": "Andreas Fischer",
  5503. "email": "bantu@phpbb.com",
  5504. "role": "Developer"
  5505. },
  5506. {
  5507. "name": "Hans-Jürgen Petrich",
  5508. "email": "petrich@tronic-media.com",
  5509. "role": "Developer"
  5510. },
  5511. {
  5512. "name": "Graham Campbell",
  5513. "email": "graham@alt-three.com",
  5514. "role": "Developer"
  5515. }
  5516. ],
  5517. "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
  5518. "homepage": "http://phpseclib.sourceforge.net",
  5519. "keywords": [
  5520. "BigInteger",
  5521. "aes",
  5522. "asn.1",
  5523. "asn1",
  5524. "blowfish",
  5525. "crypto",
  5526. "cryptography",
  5527. "encryption",
  5528. "rsa",
  5529. "security",
  5530. "sftp",
  5531. "signature",
  5532. "signing",
  5533. "ssh",
  5534. "twofish",
  5535. "x.509",
  5536. "x509"
  5537. ],
  5538. "support": {
  5539. "issues": "https://github.com/phpseclib/phpseclib/issues",
  5540. "source": "https://github.com/phpseclib/phpseclib/tree/3.0.12"
  5541. },
  5542. "funding": [
  5543. {
  5544. "url": "https://github.com/terrafrost",
  5545. "type": "github"
  5546. },
  5547. {
  5548. "url": "https://www.patreon.com/phpseclib",
  5549. "type": "patreon"
  5550. },
  5551. {
  5552. "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
  5553. "type": "tidelift"
  5554. }
  5555. ],
  5556. "time": "2021-11-28T23:46:03+00:00"
  5557. },
  5558. {
  5559. "name": "pimple/pimple",
  5560. "version": "v3.5.0",
  5561. "source": {
  5562. "type": "git",
  5563. "url": "https://github.com/silexphp/Pimple.git",
  5564. "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed"
  5565. },
  5566. "dist": {
  5567. "type": "zip",
  5568. "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
  5569. "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
  5570. "shasum": "",
  5571. "mirrors": [
  5572. {
  5573. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5574. "preferred": true
  5575. }
  5576. ]
  5577. },
  5578. "require": {
  5579. "php": ">=7.2.5",
  5580. "psr/container": "^1.1 || ^2.0"
  5581. },
  5582. "require-dev": {
  5583. "symfony/phpunit-bridge": "^5.4@dev"
  5584. },
  5585. "type": "library",
  5586. "extra": {
  5587. "branch-alias": {
  5588. "dev-master": "3.4.x-dev"
  5589. }
  5590. },
  5591. "autoload": {
  5592. "psr-0": {
  5593. "Pimple": "src/"
  5594. }
  5595. },
  5596. "notification-url": "https://packagist.org/downloads/",
  5597. "license": [
  5598. "MIT"
  5599. ],
  5600. "authors": [
  5601. {
  5602. "name": "Fabien Potencier",
  5603. "email": "fabien@symfony.com"
  5604. }
  5605. ],
  5606. "description": "Pimple, a simple Dependency Injection Container",
  5607. "homepage": "https://pimple.symfony.com",
  5608. "keywords": [
  5609. "container",
  5610. "dependency injection"
  5611. ],
  5612. "support": {
  5613. "source": "https://github.com/silexphp/Pimple/tree/v3.5.0"
  5614. },
  5615. "time": "2021-10-28T11:13:42+00:00"
  5616. },
  5617. {
  5618. "name": "psr/cache",
  5619. "version": "1.0.1",
  5620. "source": {
  5621. "type": "git",
  5622. "url": "https://github.com/php-fig/cache.git",
  5623. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  5624. },
  5625. "dist": {
  5626. "type": "zip",
  5627. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  5628. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  5629. "shasum": "",
  5630. "mirrors": [
  5631. {
  5632. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5633. "preferred": true
  5634. }
  5635. ]
  5636. },
  5637. "require": {
  5638. "php": ">=5.3.0"
  5639. },
  5640. "type": "library",
  5641. "extra": {
  5642. "branch-alias": {
  5643. "dev-master": "1.0.x-dev"
  5644. }
  5645. },
  5646. "autoload": {
  5647. "psr-4": {
  5648. "Psr\\Cache\\": "src/"
  5649. }
  5650. },
  5651. "notification-url": "https://packagist.org/downloads/",
  5652. "license": [
  5653. "MIT"
  5654. ],
  5655. "authors": [
  5656. {
  5657. "name": "PHP-FIG",
  5658. "homepage": "http://www.php-fig.org/"
  5659. }
  5660. ],
  5661. "description": "Common interface for caching libraries",
  5662. "keywords": [
  5663. "cache",
  5664. "psr",
  5665. "psr-6"
  5666. ],
  5667. "support": {
  5668. "source": "https://github.com/php-fig/cache/tree/master"
  5669. },
  5670. "time": "2016-08-06T20:24:11+00:00"
  5671. },
  5672. {
  5673. "name": "psr/container",
  5674. "version": "1.1.2",
  5675. "source": {
  5676. "type": "git",
  5677. "url": "https://github.com/php-fig/container.git",
  5678. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
  5679. },
  5680. "dist": {
  5681. "type": "zip",
  5682. "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
  5683. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
  5684. "shasum": "",
  5685. "mirrors": [
  5686. {
  5687. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5688. "preferred": true
  5689. }
  5690. ]
  5691. },
  5692. "require": {
  5693. "php": ">=7.4.0"
  5694. },
  5695. "type": "library",
  5696. "autoload": {
  5697. "psr-4": {
  5698. "Psr\\Container\\": "src/"
  5699. }
  5700. },
  5701. "notification-url": "https://packagist.org/downloads/",
  5702. "license": [
  5703. "MIT"
  5704. ],
  5705. "authors": [
  5706. {
  5707. "name": "PHP-FIG",
  5708. "homepage": "https://www.php-fig.org/"
  5709. }
  5710. ],
  5711. "description": "Common Container Interface (PHP FIG PSR-11)",
  5712. "homepage": "https://github.com/php-fig/container",
  5713. "keywords": [
  5714. "PSR-11",
  5715. "container",
  5716. "container-interface",
  5717. "container-interop",
  5718. "psr"
  5719. ],
  5720. "support": {
  5721. "issues": "https://github.com/php-fig/container/issues",
  5722. "source": "https://github.com/php-fig/container/tree/1.1.2"
  5723. },
  5724. "time": "2021-11-05T16:50:12+00:00"
  5725. },
  5726. {
  5727. "name": "psr/event-dispatcher",
  5728. "version": "1.0.0",
  5729. "source": {
  5730. "type": "git",
  5731. "url": "https://github.com/php-fig/event-dispatcher.git",
  5732. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  5733. },
  5734. "dist": {
  5735. "type": "zip",
  5736. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  5737. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  5738. "shasum": "",
  5739. "mirrors": [
  5740. {
  5741. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5742. "preferred": true
  5743. }
  5744. ]
  5745. },
  5746. "require": {
  5747. "php": ">=7.2.0"
  5748. },
  5749. "type": "library",
  5750. "extra": {
  5751. "branch-alias": {
  5752. "dev-master": "1.0.x-dev"
  5753. }
  5754. },
  5755. "autoload": {
  5756. "psr-4": {
  5757. "Psr\\EventDispatcher\\": "src/"
  5758. }
  5759. },
  5760. "notification-url": "https://packagist.org/downloads/",
  5761. "license": [
  5762. "MIT"
  5763. ],
  5764. "authors": [
  5765. {
  5766. "name": "PHP-FIG",
  5767. "homepage": "http://www.php-fig.org/"
  5768. }
  5769. ],
  5770. "description": "Standard interfaces for event handling.",
  5771. "keywords": [
  5772. "events",
  5773. "psr",
  5774. "psr-14"
  5775. ],
  5776. "support": {
  5777. "issues": "https://github.com/php-fig/event-dispatcher/issues",
  5778. "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
  5779. },
  5780. "time": "2019-01-08T18:20:26+00:00"
  5781. },
  5782. {
  5783. "name": "psr/http-message",
  5784. "version": "1.0.1",
  5785. "source": {
  5786. "type": "git",
  5787. "url": "https://github.com/php-fig/http-message.git",
  5788. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  5789. },
  5790. "dist": {
  5791. "type": "zip",
  5792. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  5793. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  5794. "shasum": "",
  5795. "mirrors": [
  5796. {
  5797. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5798. "preferred": true
  5799. }
  5800. ]
  5801. },
  5802. "require": {
  5803. "php": ">=5.3.0"
  5804. },
  5805. "type": "library",
  5806. "extra": {
  5807. "branch-alias": {
  5808. "dev-master": "1.0.x-dev"
  5809. }
  5810. },
  5811. "autoload": {
  5812. "psr-4": {
  5813. "Psr\\Http\\Message\\": "src/"
  5814. }
  5815. },
  5816. "notification-url": "https://packagist.org/downloads/",
  5817. "license": [
  5818. "MIT"
  5819. ],
  5820. "authors": [
  5821. {
  5822. "name": "PHP-FIG",
  5823. "homepage": "http://www.php-fig.org/"
  5824. }
  5825. ],
  5826. "description": "Common interface for HTTP messages",
  5827. "homepage": "https://github.com/php-fig/http-message",
  5828. "keywords": [
  5829. "http",
  5830. "http-message",
  5831. "psr",
  5832. "psr-7",
  5833. "request",
  5834. "response"
  5835. ],
  5836. "support": {
  5837. "source": "https://github.com/php-fig/http-message/tree/master"
  5838. },
  5839. "time": "2016-08-06T14:39:51+00:00"
  5840. },
  5841. {
  5842. "name": "psr/http-server-handler",
  5843. "version": "1.0.1",
  5844. "source": {
  5845. "type": "git",
  5846. "url": "https://github.com/php-fig/http-server-handler.git",
  5847. "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
  5848. },
  5849. "dist": {
  5850. "type": "zip",
  5851. "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
  5852. "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
  5853. "shasum": "",
  5854. "mirrors": [
  5855. {
  5856. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5857. "preferred": true
  5858. }
  5859. ]
  5860. },
  5861. "require": {
  5862. "php": ">=7.0",
  5863. "psr/http-message": "^1.0"
  5864. },
  5865. "type": "library",
  5866. "extra": {
  5867. "branch-alias": {
  5868. "dev-master": "1.0.x-dev"
  5869. }
  5870. },
  5871. "autoload": {
  5872. "psr-4": {
  5873. "Psr\\Http\\Server\\": "src/"
  5874. }
  5875. },
  5876. "notification-url": "https://packagist.org/downloads/",
  5877. "license": [
  5878. "MIT"
  5879. ],
  5880. "authors": [
  5881. {
  5882. "name": "PHP-FIG",
  5883. "homepage": "http://www.php-fig.org/"
  5884. }
  5885. ],
  5886. "description": "Common interface for HTTP server-side request handler",
  5887. "keywords": [
  5888. "handler",
  5889. "http",
  5890. "http-interop",
  5891. "psr",
  5892. "psr-15",
  5893. "psr-7",
  5894. "request",
  5895. "response",
  5896. "server"
  5897. ],
  5898. "support": {
  5899. "issues": "https://github.com/php-fig/http-server-handler/issues",
  5900. "source": "https://github.com/php-fig/http-server-handler/tree/master"
  5901. },
  5902. "time": "2018-10-30T16:46:14+00:00"
  5903. },
  5904. {
  5905. "name": "psr/http-server-middleware",
  5906. "version": "1.0.1",
  5907. "source": {
  5908. "type": "git",
  5909. "url": "https://github.com/php-fig/http-server-middleware.git",
  5910. "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5"
  5911. },
  5912. "dist": {
  5913. "type": "zip",
  5914. "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5",
  5915. "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5",
  5916. "shasum": "",
  5917. "mirrors": [
  5918. {
  5919. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5920. "preferred": true
  5921. }
  5922. ]
  5923. },
  5924. "require": {
  5925. "php": ">=7.0",
  5926. "psr/http-message": "^1.0",
  5927. "psr/http-server-handler": "^1.0"
  5928. },
  5929. "type": "library",
  5930. "extra": {
  5931. "branch-alias": {
  5932. "dev-master": "1.0.x-dev"
  5933. }
  5934. },
  5935. "autoload": {
  5936. "psr-4": {
  5937. "Psr\\Http\\Server\\": "src/"
  5938. }
  5939. },
  5940. "notification-url": "https://packagist.org/downloads/",
  5941. "license": [
  5942. "MIT"
  5943. ],
  5944. "authors": [
  5945. {
  5946. "name": "PHP-FIG",
  5947. "homepage": "http://www.php-fig.org/"
  5948. }
  5949. ],
  5950. "description": "Common interface for HTTP server-side middleware",
  5951. "keywords": [
  5952. "http",
  5953. "http-interop",
  5954. "middleware",
  5955. "psr",
  5956. "psr-15",
  5957. "psr-7",
  5958. "request",
  5959. "response"
  5960. ],
  5961. "support": {
  5962. "issues": "https://github.com/php-fig/http-server-middleware/issues",
  5963. "source": "https://github.com/php-fig/http-server-middleware/tree/master"
  5964. },
  5965. "time": "2018-10-30T17:12:04+00:00"
  5966. },
  5967. {
  5968. "name": "psr/log",
  5969. "version": "1.1.4",
  5970. "source": {
  5971. "type": "git",
  5972. "url": "https://github.com/php-fig/log.git",
  5973. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  5974. },
  5975. "dist": {
  5976. "type": "zip",
  5977. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  5978. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  5979. "shasum": "",
  5980. "mirrors": [
  5981. {
  5982. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5983. "preferred": true
  5984. }
  5985. ]
  5986. },
  5987. "require": {
  5988. "php": ">=5.3.0"
  5989. },
  5990. "type": "library",
  5991. "extra": {
  5992. "branch-alias": {
  5993. "dev-master": "1.1.x-dev"
  5994. }
  5995. },
  5996. "autoload": {
  5997. "psr-4": {
  5998. "Psr\\Log\\": "Psr/Log/"
  5999. }
  6000. },
  6001. "notification-url": "https://packagist.org/downloads/",
  6002. "license": [
  6003. "MIT"
  6004. ],
  6005. "authors": [
  6006. {
  6007. "name": "PHP-FIG",
  6008. "homepage": "https://www.php-fig.org/"
  6009. }
  6010. ],
  6011. "description": "Common interface for logging libraries",
  6012. "homepage": "https://github.com/php-fig/log",
  6013. "keywords": [
  6014. "log",
  6015. "psr",
  6016. "psr-3"
  6017. ],
  6018. "support": {
  6019. "source": "https://github.com/php-fig/log/tree/1.1.4"
  6020. },
  6021. "time": "2021-05-03T11:20:27+00:00"
  6022. },
  6023. {
  6024. "name": "psr/simple-cache",
  6025. "version": "1.0.1",
  6026. "source": {
  6027. "type": "git",
  6028. "url": "https://github.com/php-fig/simple-cache.git",
  6029. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  6030. },
  6031. "dist": {
  6032. "type": "zip",
  6033. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  6034. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  6035. "shasum": "",
  6036. "mirrors": [
  6037. {
  6038. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6039. "preferred": true
  6040. }
  6041. ]
  6042. },
  6043. "require": {
  6044. "php": ">=5.3.0"
  6045. },
  6046. "type": "library",
  6047. "extra": {
  6048. "branch-alias": {
  6049. "dev-master": "1.0.x-dev"
  6050. }
  6051. },
  6052. "autoload": {
  6053. "psr-4": {
  6054. "Psr\\SimpleCache\\": "src/"
  6055. }
  6056. },
  6057. "notification-url": "https://packagist.org/downloads/",
  6058. "license": [
  6059. "MIT"
  6060. ],
  6061. "authors": [
  6062. {
  6063. "name": "PHP-FIG",
  6064. "homepage": "http://www.php-fig.org/"
  6065. }
  6066. ],
  6067. "description": "Common interfaces for simple caching",
  6068. "keywords": [
  6069. "cache",
  6070. "caching",
  6071. "psr",
  6072. "psr-16",
  6073. "simple-cache"
  6074. ],
  6075. "support": {
  6076. "source": "https://github.com/php-fig/simple-cache/tree/master"
  6077. },
  6078. "time": "2017-10-23T01:57:42+00:00"
  6079. },
  6080. {
  6081. "name": "ralouphie/getallheaders",
  6082. "version": "3.0.3",
  6083. "source": {
  6084. "type": "git",
  6085. "url": "https://github.com/ralouphie/getallheaders.git",
  6086. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  6087. },
  6088. "dist": {
  6089. "type": "zip",
  6090. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  6091. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  6092. "shasum": "",
  6093. "mirrors": [
  6094. {
  6095. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6096. "preferred": true
  6097. }
  6098. ]
  6099. },
  6100. "require": {
  6101. "php": ">=5.6"
  6102. },
  6103. "require-dev": {
  6104. "php-coveralls/php-coveralls": "^2.1",
  6105. "phpunit/phpunit": "^5 || ^6.5"
  6106. },
  6107. "type": "library",
  6108. "autoload": {
  6109. "files": [
  6110. "src/getallheaders.php"
  6111. ]
  6112. },
  6113. "notification-url": "https://packagist.org/downloads/",
  6114. "license": [
  6115. "MIT"
  6116. ],
  6117. "authors": [
  6118. {
  6119. "name": "Ralph Khattar",
  6120. "email": "ralph.khattar@gmail.com"
  6121. }
  6122. ],
  6123. "description": "A polyfill for getallheaders.",
  6124. "support": {
  6125. "issues": "https://github.com/ralouphie/getallheaders/issues",
  6126. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  6127. },
  6128. "time": "2019-03-08T08:55:37+00:00"
  6129. },
  6130. {
  6131. "name": "roave/better-reflection",
  6132. "version": "4.12.2",
  6133. "source": {
  6134. "type": "git",
  6135. "url": "https://github.com/Roave/BetterReflection.git",
  6136. "reference": "73c376c7245b2928837ed1e8bef446f57f1148a0"
  6137. },
  6138. "dist": {
  6139. "type": "zip",
  6140. "url": "https://api.github.com/repos/Roave/BetterReflection/zipball/73c376c7245b2928837ed1e8bef446f57f1148a0",
  6141. "reference": "73c376c7245b2928837ed1e8bef446f57f1148a0",
  6142. "shasum": "",
  6143. "mirrors": [
  6144. {
  6145. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6146. "preferred": true
  6147. }
  6148. ]
  6149. },
  6150. "require": {
  6151. "ext-json": "*",
  6152. "jetbrains/phpstorm-stubs": "2019.3",
  6153. "nikic/php-parser": "^4.6.0",
  6154. "php": ">=7.4.1,<7.5.0",
  6155. "phpdocumentor/reflection-docblock": "^5.2.2",
  6156. "phpdocumentor/type-resolver": "^1.4.0",
  6157. "roave/signature": "^1.3"
  6158. },
  6159. "require-dev": {
  6160. "doctrine/coding-standard": "^8.2.0",
  6161. "infection/infection": "^0.20.0",
  6162. "phpstan/phpstan": "0.12.25",
  6163. "phpunit/phpunit": "^9.4.4",
  6164. "roave/infection-static-analysis-plugin": "^1.2",
  6165. "vimeo/psalm": "^4.2"
  6166. },
  6167. "suggest": {
  6168. "composer/composer": "Required to use the ComposerSourceLocator"
  6169. },
  6170. "type": "library",
  6171. "extra": {
  6172. "branch-alias": {
  6173. "dev-master": "4.0-dev"
  6174. }
  6175. },
  6176. "autoload": {
  6177. "psr-4": {
  6178. "Roave\\BetterReflection\\": "src"
  6179. }
  6180. },
  6181. "notification-url": "https://packagist.org/downloads/",
  6182. "license": [
  6183. "MIT"
  6184. ],
  6185. "authors": [
  6186. {
  6187. "name": "James Titcumb",
  6188. "email": "james@asgrim.com",
  6189. "homepage": "https://github.com/asgrim"
  6190. },
  6191. {
  6192. "name": "Marco Pivetta",
  6193. "email": "ocramius@gmail.com",
  6194. "homepage": "https://ocramius.github.io/"
  6195. },
  6196. {
  6197. "name": "Gary Hockin",
  6198. "email": "gary@roave.com",
  6199. "homepage": "https://github.com/geeh"
  6200. },
  6201. {
  6202. "name": "Jaroslav Hanslík",
  6203. "email": "kukulich@kukulich.cz",
  6204. "homepage": "https://github.com/kukulich"
  6205. }
  6206. ],
  6207. "description": "Better Reflection - an improved code reflection API",
  6208. "support": {
  6209. "issues": "https://github.com/Roave/BetterReflection/issues",
  6210. "source": "https://github.com/Roave/BetterReflection/tree/4.12.2"
  6211. },
  6212. "time": "2020-12-17T17:48:54+00:00"
  6213. },
  6214. {
  6215. "name": "roave/signature",
  6216. "version": "1.5.0",
  6217. "source": {
  6218. "type": "git",
  6219. "url": "https://github.com/Roave/Signature.git",
  6220. "reference": "b100e2c40e51f3c56a0b29faf3e7ca75c33df60b"
  6221. },
  6222. "dist": {
  6223. "type": "zip",
  6224. "url": "https://api.github.com/repos/Roave/Signature/zipball/b100e2c40e51f3c56a0b29faf3e7ca75c33df60b",
  6225. "reference": "b100e2c40e51f3c56a0b29faf3e7ca75c33df60b",
  6226. "shasum": "",
  6227. "mirrors": [
  6228. {
  6229. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6230. "preferred": true
  6231. }
  6232. ]
  6233. },
  6234. "require": {
  6235. "php": "7.4.*|8.0.*|8.1.*"
  6236. },
  6237. "require-dev": {
  6238. "doctrine/coding-standard": "^9.0",
  6239. "infection/infection": "^0.25.1",
  6240. "phpunit/phpunit": "^9.5.9",
  6241. "vimeo/psalm": "^4.10.1"
  6242. },
  6243. "type": "library",
  6244. "autoload": {
  6245. "psr-4": {
  6246. "Roave\\Signature\\": "src"
  6247. }
  6248. },
  6249. "notification-url": "https://packagist.org/downloads/",
  6250. "license": [
  6251. "MIT"
  6252. ],
  6253. "description": "Sign and verify stuff",
  6254. "support": {
  6255. "issues": "https://github.com/Roave/Signature/issues",
  6256. "source": "https://github.com/Roave/Signature/tree/1.5.0"
  6257. },
  6258. "time": "2021-09-18T13:37:44+00:00"
  6259. },
  6260. {
  6261. "name": "symfony/cache",
  6262. "version": "v5.4.2",
  6263. "source": {
  6264. "type": "git",
  6265. "url": "https://github.com/symfony/cache.git",
  6266. "reference": "8aad4b69a10c5c51ab54672e78995860f5e447ec"
  6267. },
  6268. "dist": {
  6269. "type": "zip",
  6270. "url": "https://api.github.com/repos/symfony/cache/zipball/8aad4b69a10c5c51ab54672e78995860f5e447ec",
  6271. "reference": "8aad4b69a10c5c51ab54672e78995860f5e447ec",
  6272. "shasum": "",
  6273. "mirrors": [
  6274. {
  6275. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6276. "preferred": true
  6277. }
  6278. ]
  6279. },
  6280. "require": {
  6281. "php": ">=7.2.5",
  6282. "psr/cache": "^1.0|^2.0",
  6283. "psr/log": "^1.1|^2|^3",
  6284. "symfony/cache-contracts": "^1.1.7|^2",
  6285. "symfony/deprecation-contracts": "^2.1|^3",
  6286. "symfony/polyfill-php73": "^1.9",
  6287. "symfony/polyfill-php80": "^1.16",
  6288. "symfony/service-contracts": "^1.1|^2|^3",
  6289. "symfony/var-exporter": "^4.4|^5.0|^6.0"
  6290. },
  6291. "conflict": {
  6292. "doctrine/dbal": "<2.13.1",
  6293. "symfony/dependency-injection": "<4.4",
  6294. "symfony/http-kernel": "<4.4",
  6295. "symfony/var-dumper": "<4.4"
  6296. },
  6297. "provide": {
  6298. "psr/cache-implementation": "1.0|2.0",
  6299. "psr/simple-cache-implementation": "1.0|2.0",
  6300. "symfony/cache-implementation": "1.0|2.0"
  6301. },
  6302. "require-dev": {
  6303. "cache/integration-tests": "dev-master",
  6304. "doctrine/cache": "^1.6|^2.0",
  6305. "doctrine/dbal": "^2.13.1|^3.0",
  6306. "predis/predis": "^1.1",
  6307. "psr/simple-cache": "^1.0|^2.0",
  6308. "symfony/config": "^4.4|^5.0|^6.0",
  6309. "symfony/dependency-injection": "^4.4|^5.0|^6.0",
  6310. "symfony/filesystem": "^4.4|^5.0|^6.0",
  6311. "symfony/http-kernel": "^4.4|^5.0|^6.0",
  6312. "symfony/messenger": "^4.4|^5.0|^6.0",
  6313. "symfony/var-dumper": "^4.4|^5.0|^6.0"
  6314. },
  6315. "type": "library",
  6316. "autoload": {
  6317. "psr-4": {
  6318. "Symfony\\Component\\Cache\\": ""
  6319. },
  6320. "exclude-from-classmap": [
  6321. "/Tests/"
  6322. ]
  6323. },
  6324. "notification-url": "https://packagist.org/downloads/",
  6325. "license": [
  6326. "MIT"
  6327. ],
  6328. "authors": [
  6329. {
  6330. "name": "Nicolas Grekas",
  6331. "email": "p@tchwork.com"
  6332. },
  6333. {
  6334. "name": "Symfony Community",
  6335. "homepage": "https://symfony.com/contributors"
  6336. }
  6337. ],
  6338. "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
  6339. "homepage": "https://symfony.com",
  6340. "keywords": [
  6341. "caching",
  6342. "psr6"
  6343. ],
  6344. "support": {
  6345. "source": "https://github.com/symfony/cache/tree/v5.4.2"
  6346. },
  6347. "funding": [
  6348. {
  6349. "url": "https://symfony.com/sponsor",
  6350. "type": "custom"
  6351. },
  6352. {
  6353. "url": "https://github.com/fabpot",
  6354. "type": "github"
  6355. },
  6356. {
  6357. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6358. "type": "tidelift"
  6359. }
  6360. ],
  6361. "time": "2021-12-28T17:15:56+00:00"
  6362. },
  6363. {
  6364. "name": "symfony/cache-contracts",
  6365. "version": "v2.5.0",
  6366. "source": {
  6367. "type": "git",
  6368. "url": "https://github.com/symfony/cache-contracts.git",
  6369. "reference": "ac2e168102a2e06a2624f0379bde94cd5854ced2"
  6370. },
  6371. "dist": {
  6372. "type": "zip",
  6373. "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ac2e168102a2e06a2624f0379bde94cd5854ced2",
  6374. "reference": "ac2e168102a2e06a2624f0379bde94cd5854ced2",
  6375. "shasum": "",
  6376. "mirrors": [
  6377. {
  6378. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6379. "preferred": true
  6380. }
  6381. ]
  6382. },
  6383. "require": {
  6384. "php": ">=7.2.5",
  6385. "psr/cache": "^1.0|^2.0|^3.0"
  6386. },
  6387. "suggest": {
  6388. "symfony/cache-implementation": ""
  6389. },
  6390. "type": "library",
  6391. "extra": {
  6392. "branch-alias": {
  6393. "dev-main": "2.5-dev"
  6394. },
  6395. "thanks": {
  6396. "name": "symfony/contracts",
  6397. "url": "https://github.com/symfony/contracts"
  6398. }
  6399. },
  6400. "autoload": {
  6401. "psr-4": {
  6402. "Symfony\\Contracts\\Cache\\": ""
  6403. }
  6404. },
  6405. "notification-url": "https://packagist.org/downloads/",
  6406. "license": [
  6407. "MIT"
  6408. ],
  6409. "authors": [
  6410. {
  6411. "name": "Nicolas Grekas",
  6412. "email": "p@tchwork.com"
  6413. },
  6414. {
  6415. "name": "Symfony Community",
  6416. "homepage": "https://symfony.com/contributors"
  6417. }
  6418. ],
  6419. "description": "Generic abstractions related to caching",
  6420. "homepage": "https://symfony.com",
  6421. "keywords": [
  6422. "abstractions",
  6423. "contracts",
  6424. "decoupling",
  6425. "interfaces",
  6426. "interoperability",
  6427. "standards"
  6428. ],
  6429. "support": {
  6430. "source": "https://github.com/symfony/cache-contracts/tree/v2.5.0"
  6431. },
  6432. "funding": [
  6433. {
  6434. "url": "https://symfony.com/sponsor",
  6435. "type": "custom"
  6436. },
  6437. {
  6438. "url": "https://github.com/fabpot",
  6439. "type": "github"
  6440. },
  6441. {
  6442. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6443. "type": "tidelift"
  6444. }
  6445. ],
  6446. "time": "2021-08-17T14:20:01+00:00"
  6447. },
  6448. {
  6449. "name": "symfony/console",
  6450. "version": "v5.4.2",
  6451. "source": {
  6452. "type": "git",
  6453. "url": "https://github.com/symfony/console.git",
  6454. "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e"
  6455. },
  6456. "dist": {
  6457. "type": "zip",
  6458. "url": "https://api.github.com/repos/symfony/console/zipball/a2c6b7ced2eb7799a35375fb9022519282b5405e",
  6459. "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e",
  6460. "shasum": "",
  6461. "mirrors": [
  6462. {
  6463. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6464. "preferred": true
  6465. }
  6466. ]
  6467. },
  6468. "require": {
  6469. "php": ">=7.2.5",
  6470. "symfony/deprecation-contracts": "^2.1|^3",
  6471. "symfony/polyfill-mbstring": "~1.0",
  6472. "symfony/polyfill-php73": "^1.9",
  6473. "symfony/polyfill-php80": "^1.16",
  6474. "symfony/service-contracts": "^1.1|^2|^3",
  6475. "symfony/string": "^5.1|^6.0"
  6476. },
  6477. "conflict": {
  6478. "psr/log": ">=3",
  6479. "symfony/dependency-injection": "<4.4",
  6480. "symfony/dotenv": "<5.1",
  6481. "symfony/event-dispatcher": "<4.4",
  6482. "symfony/lock": "<4.4",
  6483. "symfony/process": "<4.4"
  6484. },
  6485. "provide": {
  6486. "psr/log-implementation": "1.0|2.0"
  6487. },
  6488. "require-dev": {
  6489. "psr/log": "^1|^2",
  6490. "symfony/config": "^4.4|^5.0|^6.0",
  6491. "symfony/dependency-injection": "^4.4|^5.0|^6.0",
  6492. "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
  6493. "symfony/lock": "^4.4|^5.0|^6.0",
  6494. "symfony/process": "^4.4|^5.0|^6.0",
  6495. "symfony/var-dumper": "^4.4|^5.0|^6.0"
  6496. },
  6497. "suggest": {
  6498. "psr/log": "For using the console logger",
  6499. "symfony/event-dispatcher": "",
  6500. "symfony/lock": "",
  6501. "symfony/process": ""
  6502. },
  6503. "type": "library",
  6504. "autoload": {
  6505. "psr-4": {
  6506. "Symfony\\Component\\Console\\": ""
  6507. },
  6508. "exclude-from-classmap": [
  6509. "/Tests/"
  6510. ]
  6511. },
  6512. "notification-url": "https://packagist.org/downloads/",
  6513. "license": [
  6514. "MIT"
  6515. ],
  6516. "authors": [
  6517. {
  6518. "name": "Fabien Potencier",
  6519. "email": "fabien@symfony.com"
  6520. },
  6521. {
  6522. "name": "Symfony Community",
  6523. "homepage": "https://symfony.com/contributors"
  6524. }
  6525. ],
  6526. "description": "Eases the creation of beautiful and testable command line interfaces",
  6527. "homepage": "https://symfony.com",
  6528. "keywords": [
  6529. "cli",
  6530. "command line",
  6531. "console",
  6532. "terminal"
  6533. ],
  6534. "support": {
  6535. "source": "https://github.com/symfony/console/tree/v5.4.2"
  6536. },
  6537. "funding": [
  6538. {
  6539. "url": "https://symfony.com/sponsor",
  6540. "type": "custom"
  6541. },
  6542. {
  6543. "url": "https://github.com/fabpot",
  6544. "type": "github"
  6545. },
  6546. {
  6547. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6548. "type": "tidelift"
  6549. }
  6550. ],
  6551. "time": "2021-12-20T16:11:12+00:00"
  6552. },
  6553. {
  6554. "name": "symfony/deprecation-contracts",
  6555. "version": "v2.5.0",
  6556. "source": {
  6557. "type": "git",
  6558. "url": "https://github.com/symfony/deprecation-contracts.git",
  6559. "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8"
  6560. },
  6561. "dist": {
  6562. "type": "zip",
  6563. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8",
  6564. "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8",
  6565. "shasum": "",
  6566. "mirrors": [
  6567. {
  6568. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6569. "preferred": true
  6570. }
  6571. ]
  6572. },
  6573. "require": {
  6574. "php": ">=7.1"
  6575. },
  6576. "type": "library",
  6577. "extra": {
  6578. "branch-alias": {
  6579. "dev-main": "2.5-dev"
  6580. },
  6581. "thanks": {
  6582. "name": "symfony/contracts",
  6583. "url": "https://github.com/symfony/contracts"
  6584. }
  6585. },
  6586. "autoload": {
  6587. "files": [
  6588. "function.php"
  6589. ]
  6590. },
  6591. "notification-url": "https://packagist.org/downloads/",
  6592. "license": [
  6593. "MIT"
  6594. ],
  6595. "authors": [
  6596. {
  6597. "name": "Nicolas Grekas",
  6598. "email": "p@tchwork.com"
  6599. },
  6600. {
  6601. "name": "Symfony Community",
  6602. "homepage": "https://symfony.com/contributors"
  6603. }
  6604. ],
  6605. "description": "A generic function and convention to trigger deprecation notices",
  6606. "homepage": "https://symfony.com",
  6607. "support": {
  6608. "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.0"
  6609. },
  6610. "funding": [
  6611. {
  6612. "url": "https://symfony.com/sponsor",
  6613. "type": "custom"
  6614. },
  6615. {
  6616. "url": "https://github.com/fabpot",
  6617. "type": "github"
  6618. },
  6619. {
  6620. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6621. "type": "tidelift"
  6622. }
  6623. ],
  6624. "time": "2021-07-12T14:48:14+00:00"
  6625. },
  6626. {
  6627. "name": "symfony/event-dispatcher",
  6628. "version": "v5.4.0",
  6629. "source": {
  6630. "type": "git",
  6631. "url": "https://github.com/symfony/event-dispatcher.git",
  6632. "reference": "27d39ae126352b9fa3be5e196ccf4617897be3eb"
  6633. },
  6634. "dist": {
  6635. "type": "zip",
  6636. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/27d39ae126352b9fa3be5e196ccf4617897be3eb",
  6637. "reference": "27d39ae126352b9fa3be5e196ccf4617897be3eb",
  6638. "shasum": "",
  6639. "mirrors": [
  6640. {
  6641. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6642. "preferred": true
  6643. }
  6644. ]
  6645. },
  6646. "require": {
  6647. "php": ">=7.2.5",
  6648. "symfony/deprecation-contracts": "^2.1|^3",
  6649. "symfony/event-dispatcher-contracts": "^2|^3",
  6650. "symfony/polyfill-php80": "^1.16"
  6651. },
  6652. "conflict": {
  6653. "symfony/dependency-injection": "<4.4"
  6654. },
  6655. "provide": {
  6656. "psr/event-dispatcher-implementation": "1.0",
  6657. "symfony/event-dispatcher-implementation": "2.0"
  6658. },
  6659. "require-dev": {
  6660. "psr/log": "^1|^2|^3",
  6661. "symfony/config": "^4.4|^5.0|^6.0",
  6662. "symfony/dependency-injection": "^4.4|^5.0|^6.0",
  6663. "symfony/error-handler": "^4.4|^5.0|^6.0",
  6664. "symfony/expression-language": "^4.4|^5.0|^6.0",
  6665. "symfony/http-foundation": "^4.4|^5.0|^6.0",
  6666. "symfony/service-contracts": "^1.1|^2|^3",
  6667. "symfony/stopwatch": "^4.4|^5.0|^6.0"
  6668. },
  6669. "suggest": {
  6670. "symfony/dependency-injection": "",
  6671. "symfony/http-kernel": ""
  6672. },
  6673. "type": "library",
  6674. "autoload": {
  6675. "psr-4": {
  6676. "Symfony\\Component\\EventDispatcher\\": ""
  6677. },
  6678. "exclude-from-classmap": [
  6679. "/Tests/"
  6680. ]
  6681. },
  6682. "notification-url": "https://packagist.org/downloads/",
  6683. "license": [
  6684. "MIT"
  6685. ],
  6686. "authors": [
  6687. {
  6688. "name": "Fabien Potencier",
  6689. "email": "fabien@symfony.com"
  6690. },
  6691. {
  6692. "name": "Symfony Community",
  6693. "homepage": "https://symfony.com/contributors"
  6694. }
  6695. ],
  6696. "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
  6697. "homepage": "https://symfony.com",
  6698. "support": {
  6699. "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.0"
  6700. },
  6701. "funding": [
  6702. {
  6703. "url": "https://symfony.com/sponsor",
  6704. "type": "custom"
  6705. },
  6706. {
  6707. "url": "https://github.com/fabpot",
  6708. "type": "github"
  6709. },
  6710. {
  6711. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6712. "type": "tidelift"
  6713. }
  6714. ],
  6715. "time": "2021-11-23T10:19:22+00:00"
  6716. },
  6717. {
  6718. "name": "symfony/event-dispatcher-contracts",
  6719. "version": "v2.5.0",
  6720. "source": {
  6721. "type": "git",
  6722. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  6723. "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a"
  6724. },
  6725. "dist": {
  6726. "type": "zip",
  6727. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
  6728. "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
  6729. "shasum": "",
  6730. "mirrors": [
  6731. {
  6732. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6733. "preferred": true
  6734. }
  6735. ]
  6736. },
  6737. "require": {
  6738. "php": ">=7.2.5",
  6739. "psr/event-dispatcher": "^1"
  6740. },
  6741. "suggest": {
  6742. "symfony/event-dispatcher-implementation": ""
  6743. },
  6744. "type": "library",
  6745. "extra": {
  6746. "branch-alias": {
  6747. "dev-main": "2.5-dev"
  6748. },
  6749. "thanks": {
  6750. "name": "symfony/contracts",
  6751. "url": "https://github.com/symfony/contracts"
  6752. }
  6753. },
  6754. "autoload": {
  6755. "psr-4": {
  6756. "Symfony\\Contracts\\EventDispatcher\\": ""
  6757. }
  6758. },
  6759. "notification-url": "https://packagist.org/downloads/",
  6760. "license": [
  6761. "MIT"
  6762. ],
  6763. "authors": [
  6764. {
  6765. "name": "Nicolas Grekas",
  6766. "email": "p@tchwork.com"
  6767. },
  6768. {
  6769. "name": "Symfony Community",
  6770. "homepage": "https://symfony.com/contributors"
  6771. }
  6772. ],
  6773. "description": "Generic abstractions related to dispatching event",
  6774. "homepage": "https://symfony.com",
  6775. "keywords": [
  6776. "abstractions",
  6777. "contracts",
  6778. "decoupling",
  6779. "interfaces",
  6780. "interoperability",
  6781. "standards"
  6782. ],
  6783. "support": {
  6784. "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.0"
  6785. },
  6786. "funding": [
  6787. {
  6788. "url": "https://symfony.com/sponsor",
  6789. "type": "custom"
  6790. },
  6791. {
  6792. "url": "https://github.com/fabpot",
  6793. "type": "github"
  6794. },
  6795. {
  6796. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6797. "type": "tidelift"
  6798. }
  6799. ],
  6800. "time": "2021-07-12T14:48:14+00:00"
  6801. },
  6802. {
  6803. "name": "symfony/finder",
  6804. "version": "v5.4.2",
  6805. "source": {
  6806. "type": "git",
  6807. "url": "https://github.com/symfony/finder.git",
  6808. "reference": "e77046c252be48c48a40816187ed527703c8f76c"
  6809. },
  6810. "dist": {
  6811. "type": "zip",
  6812. "url": "https://api.github.com/repos/symfony/finder/zipball/e77046c252be48c48a40816187ed527703c8f76c",
  6813. "reference": "e77046c252be48c48a40816187ed527703c8f76c",
  6814. "shasum": "",
  6815. "mirrors": [
  6816. {
  6817. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6818. "preferred": true
  6819. }
  6820. ]
  6821. },
  6822. "require": {
  6823. "php": ">=7.2.5",
  6824. "symfony/deprecation-contracts": "^2.1|^3",
  6825. "symfony/polyfill-php80": "^1.16"
  6826. },
  6827. "type": "library",
  6828. "autoload": {
  6829. "psr-4": {
  6830. "Symfony\\Component\\Finder\\": ""
  6831. },
  6832. "exclude-from-classmap": [
  6833. "/Tests/"
  6834. ]
  6835. },
  6836. "notification-url": "https://packagist.org/downloads/",
  6837. "license": [
  6838. "MIT"
  6839. ],
  6840. "authors": [
  6841. {
  6842. "name": "Fabien Potencier",
  6843. "email": "fabien@symfony.com"
  6844. },
  6845. {
  6846. "name": "Symfony Community",
  6847. "homepage": "https://symfony.com/contributors"
  6848. }
  6849. ],
  6850. "description": "Finds files and directories via an intuitive fluent interface",
  6851. "homepage": "https://symfony.com",
  6852. "support": {
  6853. "source": "https://github.com/symfony/finder/tree/v5.4.2"
  6854. },
  6855. "funding": [
  6856. {
  6857. "url": "https://symfony.com/sponsor",
  6858. "type": "custom"
  6859. },
  6860. {
  6861. "url": "https://github.com/fabpot",
  6862. "type": "github"
  6863. },
  6864. {
  6865. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6866. "type": "tidelift"
  6867. }
  6868. ],
  6869. "time": "2021-12-15T11:06:13+00:00"
  6870. },
  6871. {
  6872. "name": "symfony/http-foundation",
  6873. "version": "v5.4.2",
  6874. "source": {
  6875. "type": "git",
  6876. "url": "https://github.com/symfony/http-foundation.git",
  6877. "reference": "ce952af52877eaf3eab5d0c08cc0ea865ed37313"
  6878. },
  6879. "dist": {
  6880. "type": "zip",
  6881. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/ce952af52877eaf3eab5d0c08cc0ea865ed37313",
  6882. "reference": "ce952af52877eaf3eab5d0c08cc0ea865ed37313",
  6883. "shasum": "",
  6884. "mirrors": [
  6885. {
  6886. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6887. "preferred": true
  6888. }
  6889. ]
  6890. },
  6891. "require": {
  6892. "php": ">=7.2.5",
  6893. "symfony/deprecation-contracts": "^2.1|^3",
  6894. "symfony/polyfill-mbstring": "~1.1",
  6895. "symfony/polyfill-php80": "^1.16"
  6896. },
  6897. "require-dev": {
  6898. "predis/predis": "~1.0",
  6899. "symfony/cache": "^4.4|^5.0|^6.0",
  6900. "symfony/expression-language": "^4.4|^5.0|^6.0",
  6901. "symfony/mime": "^4.4|^5.0|^6.0"
  6902. },
  6903. "suggest": {
  6904. "symfony/mime": "To use the file extension guesser"
  6905. },
  6906. "type": "library",
  6907. "autoload": {
  6908. "psr-4": {
  6909. "Symfony\\Component\\HttpFoundation\\": ""
  6910. },
  6911. "exclude-from-classmap": [
  6912. "/Tests/"
  6913. ]
  6914. },
  6915. "notification-url": "https://packagist.org/downloads/",
  6916. "license": [
  6917. "MIT"
  6918. ],
  6919. "authors": [
  6920. {
  6921. "name": "Fabien Potencier",
  6922. "email": "fabien@symfony.com"
  6923. },
  6924. {
  6925. "name": "Symfony Community",
  6926. "homepage": "https://symfony.com/contributors"
  6927. }
  6928. ],
  6929. "description": "Defines an object-oriented layer for the HTTP specification",
  6930. "homepage": "https://symfony.com",
  6931. "support": {
  6932. "source": "https://github.com/symfony/http-foundation/tree/v5.4.2"
  6933. },
  6934. "funding": [
  6935. {
  6936. "url": "https://symfony.com/sponsor",
  6937. "type": "custom"
  6938. },
  6939. {
  6940. "url": "https://github.com/fabpot",
  6941. "type": "github"
  6942. },
  6943. {
  6944. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6945. "type": "tidelift"
  6946. }
  6947. ],
  6948. "time": "2021-12-28T17:15:56+00:00"
  6949. },
  6950. {
  6951. "name": "symfony/polyfill-ctype",
  6952. "version": "v1.23.0",
  6953. "source": {
  6954. "type": "git",
  6955. "url": "https://github.com/symfony/polyfill-ctype.git",
  6956. "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
  6957. },
  6958. "dist": {
  6959. "type": "zip",
  6960. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
  6961. "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
  6962. "shasum": "",
  6963. "mirrors": [
  6964. {
  6965. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6966. "preferred": true
  6967. }
  6968. ]
  6969. },
  6970. "require": {
  6971. "php": ">=7.1"
  6972. },
  6973. "suggest": {
  6974. "ext-ctype": "For best performance"
  6975. },
  6976. "type": "library",
  6977. "extra": {
  6978. "branch-alias": {
  6979. "dev-main": "1.23-dev"
  6980. },
  6981. "thanks": {
  6982. "name": "symfony/polyfill",
  6983. "url": "https://github.com/symfony/polyfill"
  6984. }
  6985. },
  6986. "autoload": {
  6987. "psr-4": {
  6988. "Symfony\\Polyfill\\Ctype\\": ""
  6989. },
  6990. "files": [
  6991. "bootstrap.php"
  6992. ]
  6993. },
  6994. "notification-url": "https://packagist.org/downloads/",
  6995. "license": [
  6996. "MIT"
  6997. ],
  6998. "authors": [
  6999. {
  7000. "name": "Gert de Pagter",
  7001. "email": "BackEndTea@gmail.com"
  7002. },
  7003. {
  7004. "name": "Symfony Community",
  7005. "homepage": "https://symfony.com/contributors"
  7006. }
  7007. ],
  7008. "description": "Symfony polyfill for ctype functions",
  7009. "homepage": "https://symfony.com",
  7010. "keywords": [
  7011. "compatibility",
  7012. "ctype",
  7013. "polyfill",
  7014. "portable"
  7015. ],
  7016. "support": {
  7017. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
  7018. },
  7019. "funding": [
  7020. {
  7021. "url": "https://symfony.com/sponsor",
  7022. "type": "custom"
  7023. },
  7024. {
  7025. "url": "https://github.com/fabpot",
  7026. "type": "github"
  7027. },
  7028. {
  7029. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7030. "type": "tidelift"
  7031. }
  7032. ],
  7033. "time": "2021-02-19T12:13:01+00:00"
  7034. },
  7035. {
  7036. "name": "symfony/polyfill-intl-grapheme",
  7037. "version": "v1.23.1",
  7038. "source": {
  7039. "type": "git",
  7040. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  7041. "reference": "16880ba9c5ebe3642d1995ab866db29270b36535"
  7042. },
  7043. "dist": {
  7044. "type": "zip",
  7045. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535",
  7046. "reference": "16880ba9c5ebe3642d1995ab866db29270b36535",
  7047. "shasum": "",
  7048. "mirrors": [
  7049. {
  7050. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7051. "preferred": true
  7052. }
  7053. ]
  7054. },
  7055. "require": {
  7056. "php": ">=7.1"
  7057. },
  7058. "suggest": {
  7059. "ext-intl": "For best performance"
  7060. },
  7061. "type": "library",
  7062. "extra": {
  7063. "branch-alias": {
  7064. "dev-main": "1.23-dev"
  7065. },
  7066. "thanks": {
  7067. "name": "symfony/polyfill",
  7068. "url": "https://github.com/symfony/polyfill"
  7069. }
  7070. },
  7071. "autoload": {
  7072. "psr-4": {
  7073. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  7074. },
  7075. "files": [
  7076. "bootstrap.php"
  7077. ]
  7078. },
  7079. "notification-url": "https://packagist.org/downloads/",
  7080. "license": [
  7081. "MIT"
  7082. ],
  7083. "authors": [
  7084. {
  7085. "name": "Nicolas Grekas",
  7086. "email": "p@tchwork.com"
  7087. },
  7088. {
  7089. "name": "Symfony Community",
  7090. "homepage": "https://symfony.com/contributors"
  7091. }
  7092. ],
  7093. "description": "Symfony polyfill for intl's grapheme_* functions",
  7094. "homepage": "https://symfony.com",
  7095. "keywords": [
  7096. "compatibility",
  7097. "grapheme",
  7098. "intl",
  7099. "polyfill",
  7100. "portable",
  7101. "shim"
  7102. ],
  7103. "support": {
  7104. "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.1"
  7105. },
  7106. "funding": [
  7107. {
  7108. "url": "https://symfony.com/sponsor",
  7109. "type": "custom"
  7110. },
  7111. {
  7112. "url": "https://github.com/fabpot",
  7113. "type": "github"
  7114. },
  7115. {
  7116. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7117. "type": "tidelift"
  7118. }
  7119. ],
  7120. "time": "2021-05-27T12:26:48+00:00"
  7121. },
  7122. {
  7123. "name": "symfony/polyfill-intl-idn",
  7124. "version": "v1.23.0",
  7125. "source": {
  7126. "type": "git",
  7127. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  7128. "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65"
  7129. },
  7130. "dist": {
  7131. "type": "zip",
  7132. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65",
  7133. "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65",
  7134. "shasum": "",
  7135. "mirrors": [
  7136. {
  7137. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7138. "preferred": true
  7139. }
  7140. ]
  7141. },
  7142. "require": {
  7143. "php": ">=7.1",
  7144. "symfony/polyfill-intl-normalizer": "^1.10",
  7145. "symfony/polyfill-php72": "^1.10"
  7146. },
  7147. "suggest": {
  7148. "ext-intl": "For best performance"
  7149. },
  7150. "type": "library",
  7151. "extra": {
  7152. "branch-alias": {
  7153. "dev-main": "1.23-dev"
  7154. },
  7155. "thanks": {
  7156. "name": "symfony/polyfill",
  7157. "url": "https://github.com/symfony/polyfill"
  7158. }
  7159. },
  7160. "autoload": {
  7161. "psr-4": {
  7162. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  7163. },
  7164. "files": [
  7165. "bootstrap.php"
  7166. ]
  7167. },
  7168. "notification-url": "https://packagist.org/downloads/",
  7169. "license": [
  7170. "MIT"
  7171. ],
  7172. "authors": [
  7173. {
  7174. "name": "Laurent Bassin",
  7175. "email": "laurent@bassin.info"
  7176. },
  7177. {
  7178. "name": "Trevor Rowbotham",
  7179. "email": "trevor.rowbotham@pm.me"
  7180. },
  7181. {
  7182. "name": "Symfony Community",
  7183. "homepage": "https://symfony.com/contributors"
  7184. }
  7185. ],
  7186. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  7187. "homepage": "https://symfony.com",
  7188. "keywords": [
  7189. "compatibility",
  7190. "idn",
  7191. "intl",
  7192. "polyfill",
  7193. "portable",
  7194. "shim"
  7195. ],
  7196. "support": {
  7197. "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0"
  7198. },
  7199. "funding": [
  7200. {
  7201. "url": "https://symfony.com/sponsor",
  7202. "type": "custom"
  7203. },
  7204. {
  7205. "url": "https://github.com/fabpot",
  7206. "type": "github"
  7207. },
  7208. {
  7209. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7210. "type": "tidelift"
  7211. }
  7212. ],
  7213. "time": "2021-05-27T09:27:20+00:00"
  7214. },
  7215. {
  7216. "name": "symfony/polyfill-intl-normalizer",
  7217. "version": "v1.23.0",
  7218. "source": {
  7219. "type": "git",
  7220. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  7221. "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
  7222. },
  7223. "dist": {
  7224. "type": "zip",
  7225. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
  7226. "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
  7227. "shasum": "",
  7228. "mirrors": [
  7229. {
  7230. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7231. "preferred": true
  7232. }
  7233. ]
  7234. },
  7235. "require": {
  7236. "php": ">=7.1"
  7237. },
  7238. "suggest": {
  7239. "ext-intl": "For best performance"
  7240. },
  7241. "type": "library",
  7242. "extra": {
  7243. "branch-alias": {
  7244. "dev-main": "1.23-dev"
  7245. },
  7246. "thanks": {
  7247. "name": "symfony/polyfill",
  7248. "url": "https://github.com/symfony/polyfill"
  7249. }
  7250. },
  7251. "autoload": {
  7252. "psr-4": {
  7253. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  7254. },
  7255. "files": [
  7256. "bootstrap.php"
  7257. ],
  7258. "classmap": [
  7259. "Resources/stubs"
  7260. ]
  7261. },
  7262. "notification-url": "https://packagist.org/downloads/",
  7263. "license": [
  7264. "MIT"
  7265. ],
  7266. "authors": [
  7267. {
  7268. "name": "Nicolas Grekas",
  7269. "email": "p@tchwork.com"
  7270. },
  7271. {
  7272. "name": "Symfony Community",
  7273. "homepage": "https://symfony.com/contributors"
  7274. }
  7275. ],
  7276. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  7277. "homepage": "https://symfony.com",
  7278. "keywords": [
  7279. "compatibility",
  7280. "intl",
  7281. "normalizer",
  7282. "polyfill",
  7283. "portable",
  7284. "shim"
  7285. ],
  7286. "support": {
  7287. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0"
  7288. },
  7289. "funding": [
  7290. {
  7291. "url": "https://symfony.com/sponsor",
  7292. "type": "custom"
  7293. },
  7294. {
  7295. "url": "https://github.com/fabpot",
  7296. "type": "github"
  7297. },
  7298. {
  7299. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7300. "type": "tidelift"
  7301. }
  7302. ],
  7303. "time": "2021-02-19T12:13:01+00:00"
  7304. },
  7305. {
  7306. "name": "symfony/polyfill-mbstring",
  7307. "version": "v1.23.1",
  7308. "source": {
  7309. "type": "git",
  7310. "url": "https://github.com/symfony/polyfill-mbstring.git",
  7311. "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
  7312. },
  7313. "dist": {
  7314. "type": "zip",
  7315. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
  7316. "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
  7317. "shasum": "",
  7318. "mirrors": [
  7319. {
  7320. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7321. "preferred": true
  7322. }
  7323. ]
  7324. },
  7325. "require": {
  7326. "php": ">=7.1"
  7327. },
  7328. "suggest": {
  7329. "ext-mbstring": "For best performance"
  7330. },
  7331. "type": "library",
  7332. "extra": {
  7333. "branch-alias": {
  7334. "dev-main": "1.23-dev"
  7335. },
  7336. "thanks": {
  7337. "name": "symfony/polyfill",
  7338. "url": "https://github.com/symfony/polyfill"
  7339. }
  7340. },
  7341. "autoload": {
  7342. "psr-4": {
  7343. "Symfony\\Polyfill\\Mbstring\\": ""
  7344. },
  7345. "files": [
  7346. "bootstrap.php"
  7347. ]
  7348. },
  7349. "notification-url": "https://packagist.org/downloads/",
  7350. "license": [
  7351. "MIT"
  7352. ],
  7353. "authors": [
  7354. {
  7355. "name": "Nicolas Grekas",
  7356. "email": "p@tchwork.com"
  7357. },
  7358. {
  7359. "name": "Symfony Community",
  7360. "homepage": "https://symfony.com/contributors"
  7361. }
  7362. ],
  7363. "description": "Symfony polyfill for the Mbstring extension",
  7364. "homepage": "https://symfony.com",
  7365. "keywords": [
  7366. "compatibility",
  7367. "mbstring",
  7368. "polyfill",
  7369. "portable",
  7370. "shim"
  7371. ],
  7372. "support": {
  7373. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
  7374. },
  7375. "funding": [
  7376. {
  7377. "url": "https://symfony.com/sponsor",
  7378. "type": "custom"
  7379. },
  7380. {
  7381. "url": "https://github.com/fabpot",
  7382. "type": "github"
  7383. },
  7384. {
  7385. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7386. "type": "tidelift"
  7387. }
  7388. ],
  7389. "time": "2021-05-27T12:26:48+00:00"
  7390. },
  7391. {
  7392. "name": "symfony/polyfill-php72",
  7393. "version": "v1.23.0",
  7394. "source": {
  7395. "type": "git",
  7396. "url": "https://github.com/symfony/polyfill-php72.git",
  7397. "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
  7398. },
  7399. "dist": {
  7400. "type": "zip",
  7401. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
  7402. "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
  7403. "shasum": "",
  7404. "mirrors": [
  7405. {
  7406. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7407. "preferred": true
  7408. }
  7409. ]
  7410. },
  7411. "require": {
  7412. "php": ">=7.1"
  7413. },
  7414. "type": "library",
  7415. "extra": {
  7416. "branch-alias": {
  7417. "dev-main": "1.23-dev"
  7418. },
  7419. "thanks": {
  7420. "name": "symfony/polyfill",
  7421. "url": "https://github.com/symfony/polyfill"
  7422. }
  7423. },
  7424. "autoload": {
  7425. "psr-4": {
  7426. "Symfony\\Polyfill\\Php72\\": ""
  7427. },
  7428. "files": [
  7429. "bootstrap.php"
  7430. ]
  7431. },
  7432. "notification-url": "https://packagist.org/downloads/",
  7433. "license": [
  7434. "MIT"
  7435. ],
  7436. "authors": [
  7437. {
  7438. "name": "Nicolas Grekas",
  7439. "email": "p@tchwork.com"
  7440. },
  7441. {
  7442. "name": "Symfony Community",
  7443. "homepage": "https://symfony.com/contributors"
  7444. }
  7445. ],
  7446. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  7447. "homepage": "https://symfony.com",
  7448. "keywords": [
  7449. "compatibility",
  7450. "polyfill",
  7451. "portable",
  7452. "shim"
  7453. ],
  7454. "support": {
  7455. "source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0"
  7456. },
  7457. "funding": [
  7458. {
  7459. "url": "https://symfony.com/sponsor",
  7460. "type": "custom"
  7461. },
  7462. {
  7463. "url": "https://github.com/fabpot",
  7464. "type": "github"
  7465. },
  7466. {
  7467. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7468. "type": "tidelift"
  7469. }
  7470. ],
  7471. "time": "2021-05-27T09:17:38+00:00"
  7472. },
  7473. {
  7474. "name": "symfony/polyfill-php73",
  7475. "version": "v1.23.0",
  7476. "source": {
  7477. "type": "git",
  7478. "url": "https://github.com/symfony/polyfill-php73.git",
  7479. "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
  7480. },
  7481. "dist": {
  7482. "type": "zip",
  7483. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
  7484. "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
  7485. "shasum": "",
  7486. "mirrors": [
  7487. {
  7488. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7489. "preferred": true
  7490. }
  7491. ]
  7492. },
  7493. "require": {
  7494. "php": ">=7.1"
  7495. },
  7496. "type": "library",
  7497. "extra": {
  7498. "branch-alias": {
  7499. "dev-main": "1.23-dev"
  7500. },
  7501. "thanks": {
  7502. "name": "symfony/polyfill",
  7503. "url": "https://github.com/symfony/polyfill"
  7504. }
  7505. },
  7506. "autoload": {
  7507. "psr-4": {
  7508. "Symfony\\Polyfill\\Php73\\": ""
  7509. },
  7510. "files": [
  7511. "bootstrap.php"
  7512. ],
  7513. "classmap": [
  7514. "Resources/stubs"
  7515. ]
  7516. },
  7517. "notification-url": "https://packagist.org/downloads/",
  7518. "license": [
  7519. "MIT"
  7520. ],
  7521. "authors": [
  7522. {
  7523. "name": "Nicolas Grekas",
  7524. "email": "p@tchwork.com"
  7525. },
  7526. {
  7527. "name": "Symfony Community",
  7528. "homepage": "https://symfony.com/contributors"
  7529. }
  7530. ],
  7531. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  7532. "homepage": "https://symfony.com",
  7533. "keywords": [
  7534. "compatibility",
  7535. "polyfill",
  7536. "portable",
  7537. "shim"
  7538. ],
  7539. "support": {
  7540. "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0"
  7541. },
  7542. "funding": [
  7543. {
  7544. "url": "https://symfony.com/sponsor",
  7545. "type": "custom"
  7546. },
  7547. {
  7548. "url": "https://github.com/fabpot",
  7549. "type": "github"
  7550. },
  7551. {
  7552. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7553. "type": "tidelift"
  7554. }
  7555. ],
  7556. "time": "2021-02-19T12:13:01+00:00"
  7557. },
  7558. {
  7559. "name": "symfony/polyfill-php80",
  7560. "version": "v1.23.1",
  7561. "source": {
  7562. "type": "git",
  7563. "url": "https://github.com/symfony/polyfill-php80.git",
  7564. "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
  7565. },
  7566. "dist": {
  7567. "type": "zip",
  7568. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
  7569. "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
  7570. "shasum": "",
  7571. "mirrors": [
  7572. {
  7573. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7574. "preferred": true
  7575. }
  7576. ]
  7577. },
  7578. "require": {
  7579. "php": ">=7.1"
  7580. },
  7581. "type": "library",
  7582. "extra": {
  7583. "branch-alias": {
  7584. "dev-main": "1.23-dev"
  7585. },
  7586. "thanks": {
  7587. "name": "symfony/polyfill",
  7588. "url": "https://github.com/symfony/polyfill"
  7589. }
  7590. },
  7591. "autoload": {
  7592. "psr-4": {
  7593. "Symfony\\Polyfill\\Php80\\": ""
  7594. },
  7595. "files": [
  7596. "bootstrap.php"
  7597. ],
  7598. "classmap": [
  7599. "Resources/stubs"
  7600. ]
  7601. },
  7602. "notification-url": "https://packagist.org/downloads/",
  7603. "license": [
  7604. "MIT"
  7605. ],
  7606. "authors": [
  7607. {
  7608. "name": "Ion Bazan",
  7609. "email": "ion.bazan@gmail.com"
  7610. },
  7611. {
  7612. "name": "Nicolas Grekas",
  7613. "email": "p@tchwork.com"
  7614. },
  7615. {
  7616. "name": "Symfony Community",
  7617. "homepage": "https://symfony.com/contributors"
  7618. }
  7619. ],
  7620. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  7621. "homepage": "https://symfony.com",
  7622. "keywords": [
  7623. "compatibility",
  7624. "polyfill",
  7625. "portable",
  7626. "shim"
  7627. ],
  7628. "support": {
  7629. "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
  7630. },
  7631. "funding": [
  7632. {
  7633. "url": "https://symfony.com/sponsor",
  7634. "type": "custom"
  7635. },
  7636. {
  7637. "url": "https://github.com/fabpot",
  7638. "type": "github"
  7639. },
  7640. {
  7641. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7642. "type": "tidelift"
  7643. }
  7644. ],
  7645. "time": "2021-07-28T13:41:28+00:00"
  7646. },
  7647. {
  7648. "name": "symfony/property-access",
  7649. "version": "v5.4.2",
  7650. "source": {
  7651. "type": "git",
  7652. "url": "https://github.com/symfony/property-access.git",
  7653. "reference": "133c62a1be8a868134c4cced928568568d6b26f8"
  7654. },
  7655. "dist": {
  7656. "type": "zip",
  7657. "url": "https://api.github.com/repos/symfony/property-access/zipball/133c62a1be8a868134c4cced928568568d6b26f8",
  7658. "reference": "133c62a1be8a868134c4cced928568568d6b26f8",
  7659. "shasum": "",
  7660. "mirrors": [
  7661. {
  7662. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7663. "preferred": true
  7664. }
  7665. ]
  7666. },
  7667. "require": {
  7668. "php": ">=7.2.5",
  7669. "symfony/deprecation-contracts": "^2.1|^3",
  7670. "symfony/polyfill-php80": "^1.16",
  7671. "symfony/property-info": "^5.2|^6.0"
  7672. },
  7673. "require-dev": {
  7674. "symfony/cache": "^4.4|^5.0|^6.0"
  7675. },
  7676. "suggest": {
  7677. "psr/cache-implementation": "To cache access methods."
  7678. },
  7679. "type": "library",
  7680. "autoload": {
  7681. "psr-4": {
  7682. "Symfony\\Component\\PropertyAccess\\": ""
  7683. },
  7684. "exclude-from-classmap": [
  7685. "/Tests/"
  7686. ]
  7687. },
  7688. "notification-url": "https://packagist.org/downloads/",
  7689. "license": [
  7690. "MIT"
  7691. ],
  7692. "authors": [
  7693. {
  7694. "name": "Fabien Potencier",
  7695. "email": "fabien@symfony.com"
  7696. },
  7697. {
  7698. "name": "Symfony Community",
  7699. "homepage": "https://symfony.com/contributors"
  7700. }
  7701. ],
  7702. "description": "Provides functions to read and write from/to an object or array using a simple string notation",
  7703. "homepage": "https://symfony.com",
  7704. "keywords": [
  7705. "access",
  7706. "array",
  7707. "extraction",
  7708. "index",
  7709. "injection",
  7710. "object",
  7711. "property",
  7712. "property path",
  7713. "reflection"
  7714. ],
  7715. "support": {
  7716. "source": "https://github.com/symfony/property-access/tree/v5.4.2"
  7717. },
  7718. "funding": [
  7719. {
  7720. "url": "https://symfony.com/sponsor",
  7721. "type": "custom"
  7722. },
  7723. {
  7724. "url": "https://github.com/fabpot",
  7725. "type": "github"
  7726. },
  7727. {
  7728. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7729. "type": "tidelift"
  7730. }
  7731. ],
  7732. "time": "2021-12-11T16:33:38+00:00"
  7733. },
  7734. {
  7735. "name": "symfony/property-info",
  7736. "version": "v5.4.2",
  7737. "source": {
  7738. "type": "git",
  7739. "url": "https://github.com/symfony/property-info.git",
  7740. "reference": "a32f813896ffb3b4710fca5af5b05bef600cf4f0"
  7741. },
  7742. "dist": {
  7743. "type": "zip",
  7744. "url": "https://api.github.com/repos/symfony/property-info/zipball/a32f813896ffb3b4710fca5af5b05bef600cf4f0",
  7745. "reference": "a32f813896ffb3b4710fca5af5b05bef600cf4f0",
  7746. "shasum": "",
  7747. "mirrors": [
  7748. {
  7749. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7750. "preferred": true
  7751. }
  7752. ]
  7753. },
  7754. "require": {
  7755. "php": ">=7.2.5",
  7756. "symfony/deprecation-contracts": "^2.1|^3",
  7757. "symfony/polyfill-php80": "^1.16",
  7758. "symfony/string": "^5.1|^6.0"
  7759. },
  7760. "conflict": {
  7761. "phpdocumentor/reflection-docblock": "<3.2.2",
  7762. "phpdocumentor/type-resolver": "<1.4.0",
  7763. "symfony/dependency-injection": "<4.4"
  7764. },
  7765. "require-dev": {
  7766. "doctrine/annotations": "^1.10.4",
  7767. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  7768. "phpstan/phpdoc-parser": "^1.0",
  7769. "symfony/cache": "^4.4|^5.0|^6.0",
  7770. "symfony/dependency-injection": "^4.4|^5.0|^6.0",
  7771. "symfony/serializer": "^4.4|^5.0|^6.0"
  7772. },
  7773. "suggest": {
  7774. "phpdocumentor/reflection-docblock": "To use the PHPDoc",
  7775. "psr/cache-implementation": "To cache results",
  7776. "symfony/doctrine-bridge": "To use Doctrine metadata",
  7777. "symfony/serializer": "To use Serializer metadata"
  7778. },
  7779. "type": "library",
  7780. "autoload": {
  7781. "psr-4": {
  7782. "Symfony\\Component\\PropertyInfo\\": ""
  7783. },
  7784. "exclude-from-classmap": [
  7785. "/Tests/"
  7786. ]
  7787. },
  7788. "notification-url": "https://packagist.org/downloads/",
  7789. "license": [
  7790. "MIT"
  7791. ],
  7792. "authors": [
  7793. {
  7794. "name": "Kévin Dunglas",
  7795. "email": "dunglas@gmail.com"
  7796. },
  7797. {
  7798. "name": "Symfony Community",
  7799. "homepage": "https://symfony.com/contributors"
  7800. }
  7801. ],
  7802. "description": "Extracts information about PHP class' properties using metadata of popular sources",
  7803. "homepage": "https://symfony.com",
  7804. "keywords": [
  7805. "doctrine",
  7806. "phpdoc",
  7807. "property",
  7808. "symfony",
  7809. "type",
  7810. "validator"
  7811. ],
  7812. "support": {
  7813. "source": "https://github.com/symfony/property-info/tree/v5.4.2"
  7814. },
  7815. "funding": [
  7816. {
  7817. "url": "https://symfony.com/sponsor",
  7818. "type": "custom"
  7819. },
  7820. {
  7821. "url": "https://github.com/fabpot",
  7822. "type": "github"
  7823. },
  7824. {
  7825. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7826. "type": "tidelift"
  7827. }
  7828. ],
  7829. "time": "2021-12-26T13:30:54+00:00"
  7830. },
  7831. {
  7832. "name": "symfony/psr-http-message-bridge",
  7833. "version": "v2.1.2",
  7834. "source": {
  7835. "type": "git",
  7836. "url": "https://github.com/symfony/psr-http-message-bridge.git",
  7837. "reference": "22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34"
  7838. },
  7839. "dist": {
  7840. "type": "zip",
  7841. "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34",
  7842. "reference": "22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34",
  7843. "shasum": "",
  7844. "mirrors": [
  7845. {
  7846. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7847. "preferred": true
  7848. }
  7849. ]
  7850. },
  7851. "require": {
  7852. "php": ">=7.1",
  7853. "psr/http-message": "^1.0",
  7854. "symfony/http-foundation": "^4.4 || ^5.0 || ^6.0"
  7855. },
  7856. "require-dev": {
  7857. "nyholm/psr7": "^1.1",
  7858. "psr/log": "^1.1 || ^2 || ^3",
  7859. "symfony/browser-kit": "^4.4 || ^5.0 || ^6.0",
  7860. "symfony/config": "^4.4 || ^5.0 || ^6.0",
  7861. "symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0",
  7862. "symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0",
  7863. "symfony/http-kernel": "^4.4 || ^5.0 || ^6.0",
  7864. "symfony/phpunit-bridge": "^5.4@dev || ^6.0"
  7865. },
  7866. "suggest": {
  7867. "nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
  7868. },
  7869. "type": "symfony-bridge",
  7870. "extra": {
  7871. "branch-alias": {
  7872. "dev-main": "2.1-dev"
  7873. }
  7874. },
  7875. "autoload": {
  7876. "psr-4": {
  7877. "Symfony\\Bridge\\PsrHttpMessage\\": ""
  7878. },
  7879. "exclude-from-classmap": [
  7880. "/Tests/"
  7881. ]
  7882. },
  7883. "notification-url": "https://packagist.org/downloads/",
  7884. "license": [
  7885. "MIT"
  7886. ],
  7887. "authors": [
  7888. {
  7889. "name": "Fabien Potencier",
  7890. "email": "fabien@symfony.com"
  7891. },
  7892. {
  7893. "name": "Symfony Community",
  7894. "homepage": "http://symfony.com/contributors"
  7895. }
  7896. ],
  7897. "description": "PSR HTTP message bridge",
  7898. "homepage": "http://symfony.com",
  7899. "keywords": [
  7900. "http",
  7901. "http-message",
  7902. "psr-17",
  7903. "psr-7"
  7904. ],
  7905. "support": {
  7906. "issues": "https://github.com/symfony/psr-http-message-bridge/issues",
  7907. "source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.2"
  7908. },
  7909. "funding": [
  7910. {
  7911. "url": "https://symfony.com/sponsor",
  7912. "type": "custom"
  7913. },
  7914. {
  7915. "url": "https://github.com/fabpot",
  7916. "type": "github"
  7917. },
  7918. {
  7919. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7920. "type": "tidelift"
  7921. }
  7922. ],
  7923. "time": "2021-11-05T13:13:39+00:00"
  7924. },
  7925. {
  7926. "name": "symfony/serializer",
  7927. "version": "v5.4.2",
  7928. "source": {
  7929. "type": "git",
  7930. "url": "https://github.com/symfony/serializer.git",
  7931. "reference": "2dba9731463e0bb4fa9568ce67887ed6fa08e9bc"
  7932. },
  7933. "dist": {
  7934. "type": "zip",
  7935. "url": "https://api.github.com/repos/symfony/serializer/zipball/2dba9731463e0bb4fa9568ce67887ed6fa08e9bc",
  7936. "reference": "2dba9731463e0bb4fa9568ce67887ed6fa08e9bc",
  7937. "shasum": "",
  7938. "mirrors": [
  7939. {
  7940. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7941. "preferred": true
  7942. }
  7943. ]
  7944. },
  7945. "require": {
  7946. "php": ">=7.2.5",
  7947. "symfony/deprecation-contracts": "^2.1|^3",
  7948. "symfony/polyfill-ctype": "~1.8",
  7949. "symfony/polyfill-php80": "^1.16"
  7950. },
  7951. "conflict": {
  7952. "doctrine/annotations": "<1.12",
  7953. "phpdocumentor/reflection-docblock": "<3.2.2",
  7954. "phpdocumentor/type-resolver": "<1.4.0",
  7955. "symfony/dependency-injection": "<4.4",
  7956. "symfony/property-access": "<5.4",
  7957. "symfony/property-info": "<5.3",
  7958. "symfony/uid": "<5.3",
  7959. "symfony/yaml": "<4.4"
  7960. },
  7961. "require-dev": {
  7962. "doctrine/annotations": "^1.12",
  7963. "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",
  7964. "symfony/cache": "^4.4|^5.0|^6.0",
  7965. "symfony/config": "^4.4|^5.0|^6.0",
  7966. "symfony/dependency-injection": "^4.4|^5.0|^6.0",
  7967. "symfony/error-handler": "^4.4|^5.0|^6.0",
  7968. "symfony/filesystem": "^4.4|^5.0|^6.0",
  7969. "symfony/form": "^4.4|^5.0|^6.0",
  7970. "symfony/http-foundation": "^4.4|^5.0|^6.0",
  7971. "symfony/http-kernel": "^4.4|^5.0|^6.0",
  7972. "symfony/mime": "^4.4|^5.0|^6.0",
  7973. "symfony/property-access": "^5.4|^6.0",
  7974. "symfony/property-info": "^5.3|^6.0",
  7975. "symfony/uid": "^5.3|^6.0",
  7976. "symfony/validator": "^4.4|^5.0|^6.0",
  7977. "symfony/var-dumper": "^4.4|^5.0|^6.0",
  7978. "symfony/var-exporter": "^4.4|^5.0|^6.0",
  7979. "symfony/yaml": "^4.4|^5.0|^6.0"
  7980. },
  7981. "suggest": {
  7982. "psr/cache-implementation": "For using the metadata cache.",
  7983. "symfony/config": "For using the XML mapping loader.",
  7984. "symfony/mime": "For using a MIME type guesser within the DataUriNormalizer.",
  7985. "symfony/property-access": "For using the ObjectNormalizer.",
  7986. "symfony/property-info": "To deserialize relations.",
  7987. "symfony/var-exporter": "For using the metadata compiler.",
  7988. "symfony/yaml": "For using the default YAML mapping loader."
  7989. },
  7990. "type": "library",
  7991. "autoload": {
  7992. "psr-4": {
  7993. "Symfony\\Component\\Serializer\\": ""
  7994. },
  7995. "exclude-from-classmap": [
  7996. "/Tests/"
  7997. ]
  7998. },
  7999. "notification-url": "https://packagist.org/downloads/",
  8000. "license": [
  8001. "MIT"
  8002. ],
  8003. "authors": [
  8004. {
  8005. "name": "Fabien Potencier",
  8006. "email": "fabien@symfony.com"
  8007. },
  8008. {
  8009. "name": "Symfony Community",
  8010. "homepage": "https://symfony.com/contributors"
  8011. }
  8012. ],
  8013. "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
  8014. "homepage": "https://symfony.com",
  8015. "support": {
  8016. "source": "https://github.com/symfony/serializer/tree/v5.4.2"
  8017. },
  8018. "funding": [
  8019. {
  8020. "url": "https://symfony.com/sponsor",
  8021. "type": "custom"
  8022. },
  8023. {
  8024. "url": "https://github.com/fabpot",
  8025. "type": "github"
  8026. },
  8027. {
  8028. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8029. "type": "tidelift"
  8030. }
  8031. ],
  8032. "time": "2021-12-25T19:17:31+00:00"
  8033. },
  8034. {
  8035. "name": "symfony/service-contracts",
  8036. "version": "v2.5.0",
  8037. "source": {
  8038. "type": "git",
  8039. "url": "https://github.com/symfony/service-contracts.git",
  8040. "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc"
  8041. },
  8042. "dist": {
  8043. "type": "zip",
  8044. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
  8045. "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
  8046. "shasum": "",
  8047. "mirrors": [
  8048. {
  8049. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8050. "preferred": true
  8051. }
  8052. ]
  8053. },
  8054. "require": {
  8055. "php": ">=7.2.5",
  8056. "psr/container": "^1.1",
  8057. "symfony/deprecation-contracts": "^2.1"
  8058. },
  8059. "conflict": {
  8060. "ext-psr": "<1.1|>=2"
  8061. },
  8062. "suggest": {
  8063. "symfony/service-implementation": ""
  8064. },
  8065. "type": "library",
  8066. "extra": {
  8067. "branch-alias": {
  8068. "dev-main": "2.5-dev"
  8069. },
  8070. "thanks": {
  8071. "name": "symfony/contracts",
  8072. "url": "https://github.com/symfony/contracts"
  8073. }
  8074. },
  8075. "autoload": {
  8076. "psr-4": {
  8077. "Symfony\\Contracts\\Service\\": ""
  8078. }
  8079. },
  8080. "notification-url": "https://packagist.org/downloads/",
  8081. "license": [
  8082. "MIT"
  8083. ],
  8084. "authors": [
  8085. {
  8086. "name": "Nicolas Grekas",
  8087. "email": "p@tchwork.com"
  8088. },
  8089. {
  8090. "name": "Symfony Community",
  8091. "homepage": "https://symfony.com/contributors"
  8092. }
  8093. ],
  8094. "description": "Generic abstractions related to writing services",
  8095. "homepage": "https://symfony.com",
  8096. "keywords": [
  8097. "abstractions",
  8098. "contracts",
  8099. "decoupling",
  8100. "interfaces",
  8101. "interoperability",
  8102. "standards"
  8103. ],
  8104. "support": {
  8105. "source": "https://github.com/symfony/service-contracts/tree/v2.5.0"
  8106. },
  8107. "funding": [
  8108. {
  8109. "url": "https://symfony.com/sponsor",
  8110. "type": "custom"
  8111. },
  8112. {
  8113. "url": "https://github.com/fabpot",
  8114. "type": "github"
  8115. },
  8116. {
  8117. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8118. "type": "tidelift"
  8119. }
  8120. ],
  8121. "time": "2021-11-04T16:48:04+00:00"
  8122. },
  8123. {
  8124. "name": "symfony/string",
  8125. "version": "v5.4.2",
  8126. "source": {
  8127. "type": "git",
  8128. "url": "https://github.com/symfony/string.git",
  8129. "reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d"
  8130. },
  8131. "dist": {
  8132. "type": "zip",
  8133. "url": "https://api.github.com/repos/symfony/string/zipball/e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",
  8134. "reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",
  8135. "shasum": "",
  8136. "mirrors": [
  8137. {
  8138. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8139. "preferred": true
  8140. }
  8141. ]
  8142. },
  8143. "require": {
  8144. "php": ">=7.2.5",
  8145. "symfony/polyfill-ctype": "~1.8",
  8146. "symfony/polyfill-intl-grapheme": "~1.0",
  8147. "symfony/polyfill-intl-normalizer": "~1.0",
  8148. "symfony/polyfill-mbstring": "~1.0",
  8149. "symfony/polyfill-php80": "~1.15"
  8150. },
  8151. "conflict": {
  8152. "symfony/translation-contracts": ">=3.0"
  8153. },
  8154. "require-dev": {
  8155. "symfony/error-handler": "^4.4|^5.0|^6.0",
  8156. "symfony/http-client": "^4.4|^5.0|^6.0",
  8157. "symfony/translation-contracts": "^1.1|^2",
  8158. "symfony/var-exporter": "^4.4|^5.0|^6.0"
  8159. },
  8160. "type": "library",
  8161. "autoload": {
  8162. "psr-4": {
  8163. "Symfony\\Component\\String\\": ""
  8164. },
  8165. "files": [
  8166. "Resources/functions.php"
  8167. ],
  8168. "exclude-from-classmap": [
  8169. "/Tests/"
  8170. ]
  8171. },
  8172. "notification-url": "https://packagist.org/downloads/",
  8173. "license": [
  8174. "MIT"
  8175. ],
  8176. "authors": [
  8177. {
  8178. "name": "Nicolas Grekas",
  8179. "email": "p@tchwork.com"
  8180. },
  8181. {
  8182. "name": "Symfony Community",
  8183. "homepage": "https://symfony.com/contributors"
  8184. }
  8185. ],
  8186. "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
  8187. "homepage": "https://symfony.com",
  8188. "keywords": [
  8189. "grapheme",
  8190. "i18n",
  8191. "string",
  8192. "unicode",
  8193. "utf-8",
  8194. "utf8"
  8195. ],
  8196. "support": {
  8197. "source": "https://github.com/symfony/string/tree/v5.4.2"
  8198. },
  8199. "funding": [
  8200. {
  8201. "url": "https://symfony.com/sponsor",
  8202. "type": "custom"
  8203. },
  8204. {
  8205. "url": "https://github.com/fabpot",
  8206. "type": "github"
  8207. },
  8208. {
  8209. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8210. "type": "tidelift"
  8211. }
  8212. ],
  8213. "time": "2021-12-16T21:52:00+00:00"
  8214. },
  8215. {
  8216. "name": "symfony/translation",
  8217. "version": "v5.4.2",
  8218. "source": {
  8219. "type": "git",
  8220. "url": "https://github.com/symfony/translation.git",
  8221. "reference": "ff8bb2107b6a549dc3c5dd9c498dcc82c9c098ca"
  8222. },
  8223. "dist": {
  8224. "type": "zip",
  8225. "url": "https://api.github.com/repos/symfony/translation/zipball/ff8bb2107b6a549dc3c5dd9c498dcc82c9c098ca",
  8226. "reference": "ff8bb2107b6a549dc3c5dd9c498dcc82c9c098ca",
  8227. "shasum": "",
  8228. "mirrors": [
  8229. {
  8230. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8231. "preferred": true
  8232. }
  8233. ]
  8234. },
  8235. "require": {
  8236. "php": ">=7.2.5",
  8237. "symfony/deprecation-contracts": "^2.1|^3",
  8238. "symfony/polyfill-mbstring": "~1.0",
  8239. "symfony/polyfill-php80": "^1.16",
  8240. "symfony/translation-contracts": "^2.3"
  8241. },
  8242. "conflict": {
  8243. "symfony/config": "<4.4",
  8244. "symfony/console": "<5.3",
  8245. "symfony/dependency-injection": "<5.0",
  8246. "symfony/http-kernel": "<5.0",
  8247. "symfony/twig-bundle": "<5.0",
  8248. "symfony/yaml": "<4.4"
  8249. },
  8250. "provide": {
  8251. "symfony/translation-implementation": "2.3"
  8252. },
  8253. "require-dev": {
  8254. "psr/log": "^1|^2|^3",
  8255. "symfony/config": "^4.4|^5.0|^6.0",
  8256. "symfony/console": "^5.4|^6.0",
  8257. "symfony/dependency-injection": "^5.0|^6.0",
  8258. "symfony/finder": "^4.4|^5.0|^6.0",
  8259. "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
  8260. "symfony/http-kernel": "^5.0|^6.0",
  8261. "symfony/intl": "^4.4|^5.0|^6.0",
  8262. "symfony/polyfill-intl-icu": "^1.21",
  8263. "symfony/service-contracts": "^1.1.2|^2|^3",
  8264. "symfony/yaml": "^4.4|^5.0|^6.0"
  8265. },
  8266. "suggest": {
  8267. "psr/log-implementation": "To use logging capability in translator",
  8268. "symfony/config": "",
  8269. "symfony/yaml": ""
  8270. },
  8271. "type": "library",
  8272. "autoload": {
  8273. "files": [
  8274. "Resources/functions.php"
  8275. ],
  8276. "psr-4": {
  8277. "Symfony\\Component\\Translation\\": ""
  8278. },
  8279. "exclude-from-classmap": [
  8280. "/Tests/"
  8281. ]
  8282. },
  8283. "notification-url": "https://packagist.org/downloads/",
  8284. "license": [
  8285. "MIT"
  8286. ],
  8287. "authors": [
  8288. {
  8289. "name": "Fabien Potencier",
  8290. "email": "fabien@symfony.com"
  8291. },
  8292. {
  8293. "name": "Symfony Community",
  8294. "homepage": "https://symfony.com/contributors"
  8295. }
  8296. ],
  8297. "description": "Provides tools to internationalize your application",
  8298. "homepage": "https://symfony.com",
  8299. "support": {
  8300. "source": "https://github.com/symfony/translation/tree/v5.4.2"
  8301. },
  8302. "funding": [
  8303. {
  8304. "url": "https://symfony.com/sponsor",
  8305. "type": "custom"
  8306. },
  8307. {
  8308. "url": "https://github.com/fabpot",
  8309. "type": "github"
  8310. },
  8311. {
  8312. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8313. "type": "tidelift"
  8314. }
  8315. ],
  8316. "time": "2021-12-25T19:45:36+00:00"
  8317. },
  8318. {
  8319. "name": "symfony/translation-contracts",
  8320. "version": "v2.5.0",
  8321. "source": {
  8322. "type": "git",
  8323. "url": "https://github.com/symfony/translation-contracts.git",
  8324. "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e"
  8325. },
  8326. "dist": {
  8327. "type": "zip",
  8328. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/d28150f0f44ce854e942b671fc2620a98aae1b1e",
  8329. "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e",
  8330. "shasum": "",
  8331. "mirrors": [
  8332. {
  8333. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8334. "preferred": true
  8335. }
  8336. ]
  8337. },
  8338. "require": {
  8339. "php": ">=7.2.5"
  8340. },
  8341. "suggest": {
  8342. "symfony/translation-implementation": ""
  8343. },
  8344. "type": "library",
  8345. "extra": {
  8346. "branch-alias": {
  8347. "dev-main": "2.5-dev"
  8348. },
  8349. "thanks": {
  8350. "name": "symfony/contracts",
  8351. "url": "https://github.com/symfony/contracts"
  8352. }
  8353. },
  8354. "autoload": {
  8355. "psr-4": {
  8356. "Symfony\\Contracts\\Translation\\": ""
  8357. }
  8358. },
  8359. "notification-url": "https://packagist.org/downloads/",
  8360. "license": [
  8361. "MIT"
  8362. ],
  8363. "authors": [
  8364. {
  8365. "name": "Nicolas Grekas",
  8366. "email": "p@tchwork.com"
  8367. },
  8368. {
  8369. "name": "Symfony Community",
  8370. "homepage": "https://symfony.com/contributors"
  8371. }
  8372. ],
  8373. "description": "Generic abstractions related to translation",
  8374. "homepage": "https://symfony.com",
  8375. "keywords": [
  8376. "abstractions",
  8377. "contracts",
  8378. "decoupling",
  8379. "interfaces",
  8380. "interoperability",
  8381. "standards"
  8382. ],
  8383. "support": {
  8384. "source": "https://github.com/symfony/translation-contracts/tree/v2.5.0"
  8385. },
  8386. "funding": [
  8387. {
  8388. "url": "https://symfony.com/sponsor",
  8389. "type": "custom"
  8390. },
  8391. {
  8392. "url": "https://github.com/fabpot",
  8393. "type": "github"
  8394. },
  8395. {
  8396. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8397. "type": "tidelift"
  8398. }
  8399. ],
  8400. "time": "2021-08-17T14:20:01+00:00"
  8401. },
  8402. {
  8403. "name": "symfony/var-exporter",
  8404. "version": "v5.4.2",
  8405. "source": {
  8406. "type": "git",
  8407. "url": "https://github.com/symfony/var-exporter.git",
  8408. "reference": "2360c8525815b8535caac27cbc1994e2fa8644ba"
  8409. },
  8410. "dist": {
  8411. "type": "zip",
  8412. "url": "https://api.github.com/repos/symfony/var-exporter/zipball/2360c8525815b8535caac27cbc1994e2fa8644ba",
  8413. "reference": "2360c8525815b8535caac27cbc1994e2fa8644ba",
  8414. "shasum": "",
  8415. "mirrors": [
  8416. {
  8417. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8418. "preferred": true
  8419. }
  8420. ]
  8421. },
  8422. "require": {
  8423. "php": ">=7.2.5",
  8424. "symfony/polyfill-php80": "^1.16"
  8425. },
  8426. "require-dev": {
  8427. "symfony/var-dumper": "^4.4.9|^5.0.9|^6.0"
  8428. },
  8429. "type": "library",
  8430. "autoload": {
  8431. "psr-4": {
  8432. "Symfony\\Component\\VarExporter\\": ""
  8433. },
  8434. "exclude-from-classmap": [
  8435. "/Tests/"
  8436. ]
  8437. },
  8438. "notification-url": "https://packagist.org/downloads/",
  8439. "license": [
  8440. "MIT"
  8441. ],
  8442. "authors": [
  8443. {
  8444. "name": "Nicolas Grekas",
  8445. "email": "p@tchwork.com"
  8446. },
  8447. {
  8448. "name": "Symfony Community",
  8449. "homepage": "https://symfony.com/contributors"
  8450. }
  8451. ],
  8452. "description": "Allows exporting any serializable PHP data structure to plain PHP code",
  8453. "homepage": "https://symfony.com",
  8454. "keywords": [
  8455. "clone",
  8456. "construct",
  8457. "export",
  8458. "hydrate",
  8459. "instantiate",
  8460. "serialize"
  8461. ],
  8462. "support": {
  8463. "source": "https://github.com/symfony/var-exporter/tree/v5.4.2"
  8464. },
  8465. "funding": [
  8466. {
  8467. "url": "https://symfony.com/sponsor",
  8468. "type": "custom"
  8469. },
  8470. {
  8471. "url": "https://github.com/fabpot",
  8472. "type": "github"
  8473. },
  8474. {
  8475. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8476. "type": "tidelift"
  8477. }
  8478. ],
  8479. "time": "2021-12-16T21:58:21+00:00"
  8480. },
  8481. {
  8482. "name": "vlucas/phpdotenv",
  8483. "version": "v4.2.2",
  8484. "source": {
  8485. "type": "git",
  8486. "url": "https://github.com/vlucas/phpdotenv.git",
  8487. "reference": "77e974614d2ead521f18069dccc571696f52b8dc"
  8488. },
  8489. "dist": {
  8490. "type": "zip",
  8491. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/77e974614d2ead521f18069dccc571696f52b8dc",
  8492. "reference": "77e974614d2ead521f18069dccc571696f52b8dc",
  8493. "shasum": "",
  8494. "mirrors": [
  8495. {
  8496. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8497. "preferred": true
  8498. }
  8499. ]
  8500. },
  8501. "require": {
  8502. "php": "^5.5.9 || ^7.0 || ^8.0",
  8503. "phpoption/phpoption": "^1.7.3",
  8504. "symfony/polyfill-ctype": "^1.17"
  8505. },
  8506. "require-dev": {
  8507. "bamarni/composer-bin-plugin": "^1.4.1",
  8508. "ext-filter": "*",
  8509. "ext-pcre": "*",
  8510. "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.21"
  8511. },
  8512. "suggest": {
  8513. "ext-filter": "Required to use the boolean validator.",
  8514. "ext-pcre": "Required to use most of the library."
  8515. },
  8516. "type": "library",
  8517. "extra": {
  8518. "branch-alias": {
  8519. "dev-master": "4.2-dev"
  8520. }
  8521. },
  8522. "autoload": {
  8523. "psr-4": {
  8524. "Dotenv\\": "src/"
  8525. }
  8526. },
  8527. "notification-url": "https://packagist.org/downloads/",
  8528. "license": [
  8529. "BSD-3-Clause"
  8530. ],
  8531. "authors": [
  8532. {
  8533. "name": "Graham Campbell",
  8534. "email": "hello@gjcampbell.co.uk",
  8535. "homepage": "https://github.com/GrahamCampbell"
  8536. },
  8537. {
  8538. "name": "Vance Lucas",
  8539. "email": "vance@vancelucas.com",
  8540. "homepage": "https://github.com/vlucas"
  8541. }
  8542. ],
  8543. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  8544. "keywords": [
  8545. "dotenv",
  8546. "env",
  8547. "environment"
  8548. ],
  8549. "support": {
  8550. "issues": "https://github.com/vlucas/phpdotenv/issues",
  8551. "source": "https://github.com/vlucas/phpdotenv/tree/v4.2.2"
  8552. },
  8553. "funding": [
  8554. {
  8555. "url": "https://github.com/GrahamCampbell",
  8556. "type": "github"
  8557. },
  8558. {
  8559. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  8560. "type": "tidelift"
  8561. }
  8562. ],
  8563. "time": "2021-12-12T23:07:53+00:00"
  8564. },
  8565. {
  8566. "name": "webmozart/assert",
  8567. "version": "1.10.0",
  8568. "source": {
  8569. "type": "git",
  8570. "url": "https://github.com/webmozarts/assert.git",
  8571. "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
  8572. },
  8573. "dist": {
  8574. "type": "zip",
  8575. "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
  8576. "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
  8577. "shasum": "",
  8578. "mirrors": [
  8579. {
  8580. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8581. "preferred": true
  8582. }
  8583. ]
  8584. },
  8585. "require": {
  8586. "php": "^7.2 || ^8.0",
  8587. "symfony/polyfill-ctype": "^1.8"
  8588. },
  8589. "conflict": {
  8590. "phpstan/phpstan": "<0.12.20",
  8591. "vimeo/psalm": "<4.6.1 || 4.6.2"
  8592. },
  8593. "require-dev": {
  8594. "phpunit/phpunit": "^8.5.13"
  8595. },
  8596. "type": "library",
  8597. "extra": {
  8598. "branch-alias": {
  8599. "dev-master": "1.10-dev"
  8600. }
  8601. },
  8602. "autoload": {
  8603. "psr-4": {
  8604. "Webmozart\\Assert\\": "src/"
  8605. }
  8606. },
  8607. "notification-url": "https://packagist.org/downloads/",
  8608. "license": [
  8609. "MIT"
  8610. ],
  8611. "authors": [
  8612. {
  8613. "name": "Bernhard Schussek",
  8614. "email": "bschussek@gmail.com"
  8615. }
  8616. ],
  8617. "description": "Assertions to validate method input/output with nice error messages.",
  8618. "keywords": [
  8619. "assert",
  8620. "check",
  8621. "validate"
  8622. ],
  8623. "support": {
  8624. "issues": "https://github.com/webmozarts/assert/issues",
  8625. "source": "https://github.com/webmozarts/assert/tree/1.10.0"
  8626. },
  8627. "time": "2021-03-09T10:59:23+00:00"
  8628. },
  8629. {
  8630. "name": "xxtime/flysystem-aliyun-oss",
  8631. "version": "1.5.0",
  8632. "source": {
  8633. "type": "git",
  8634. "url": "https://github.com/xxtime/flysystem-aliyun-oss.git",
  8635. "reference": "ae873b5919076157b9cfeaf39d2f56d2dbb39ee9"
  8636. },
  8637. "dist": {
  8638. "type": "zip",
  8639. "url": "https://api.github.com/repos/xxtime/flysystem-aliyun-oss/zipball/ae873b5919076157b9cfeaf39d2f56d2dbb39ee9",
  8640. "reference": "ae873b5919076157b9cfeaf39d2f56d2dbb39ee9",
  8641. "shasum": "",
  8642. "mirrors": [
  8643. {
  8644. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8645. "preferred": true
  8646. }
  8647. ]
  8648. },
  8649. "require": {
  8650. "aliyuncs/oss-sdk-php": "~2.3",
  8651. "league/flysystem": "^1.0.49",
  8652. "php": ">=5.5.0"
  8653. },
  8654. "type": "library",
  8655. "autoload": {
  8656. "psr-4": {
  8657. "Xxtime\\Flysystem\\Aliyun\\": "src/"
  8658. }
  8659. },
  8660. "notification-url": "https://packagist.org/downloads/",
  8661. "license": [
  8662. "MIT"
  8663. ],
  8664. "authors": [
  8665. {
  8666. "name": "Joe",
  8667. "email": "joe@xxtime.com",
  8668. "homepage": "https://github.com/xxtime",
  8669. "role": "Developer"
  8670. }
  8671. ],
  8672. "description": "AliYun OSS adapter for flysystem. aliyuncs/oss-sdk-php ~2.3",
  8673. "homepage": "https://github.com/xxtime/flysystem-aliyun-oss",
  8674. "keywords": [
  8675. "Flysystem",
  8676. "aliyun-oss",
  8677. "flysystem-aliyun-oss"
  8678. ],
  8679. "support": {
  8680. "email": "joe@xxtime.com",
  8681. "issues": "https://github.com/xxtime/flysystem-aliyun-oss/issues",
  8682. "source": "https://github.com/xxtime/flysystem-aliyun-oss/tree/1.5.0",
  8683. "wiki": "https://github.com/xxtime"
  8684. },
  8685. "time": "2019-11-12T07:57:34+00:00"
  8686. }
  8687. ],
  8688. "packages-dev": [
  8689. {
  8690. "name": "composer/pcre",
  8691. "version": "1.0.0",
  8692. "source": {
  8693. "type": "git",
  8694. "url": "https://github.com/composer/pcre.git",
  8695. "reference": "3d322d715c43a1ac36c7fe215fa59336265500f2"
  8696. },
  8697. "dist": {
  8698. "type": "zip",
  8699. "url": "https://api.github.com/repos/composer/pcre/zipball/3d322d715c43a1ac36c7fe215fa59336265500f2",
  8700. "reference": "3d322d715c43a1ac36c7fe215fa59336265500f2",
  8701. "shasum": "",
  8702. "mirrors": [
  8703. {
  8704. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8705. "preferred": true
  8706. }
  8707. ]
  8708. },
  8709. "require": {
  8710. "php": "^5.3.2 || ^7.0 || ^8.0"
  8711. },
  8712. "require-dev": {
  8713. "phpstan/phpstan": "^1",
  8714. "phpstan/phpstan-strict-rules": "^1.1",
  8715. "symfony/phpunit-bridge": "^4.2 || ^5"
  8716. },
  8717. "type": "library",
  8718. "extra": {
  8719. "branch-alias": {
  8720. "dev-main": "1.x-dev"
  8721. }
  8722. },
  8723. "autoload": {
  8724. "psr-4": {
  8725. "Composer\\Pcre\\": "src"
  8726. }
  8727. },
  8728. "notification-url": "https://packagist.org/downloads/",
  8729. "license": [
  8730. "MIT"
  8731. ],
  8732. "authors": [
  8733. {
  8734. "name": "Jordi Boggiano",
  8735. "email": "j.boggiano@seld.be",
  8736. "homepage": "http://seld.be"
  8737. }
  8738. ],
  8739. "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
  8740. "keywords": [
  8741. "PCRE",
  8742. "preg",
  8743. "regex",
  8744. "regular expression"
  8745. ],
  8746. "support": {
  8747. "issues": "https://github.com/composer/pcre/issues",
  8748. "source": "https://github.com/composer/pcre/tree/1.0.0"
  8749. },
  8750. "funding": [
  8751. {
  8752. "url": "https://packagist.com",
  8753. "type": "custom"
  8754. },
  8755. {
  8756. "url": "https://github.com/composer",
  8757. "type": "github"
  8758. },
  8759. {
  8760. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  8761. "type": "tidelift"
  8762. }
  8763. ],
  8764. "time": "2021-12-06T15:17:27+00:00"
  8765. },
  8766. {
  8767. "name": "composer/semver",
  8768. "version": "3.2.6",
  8769. "source": {
  8770. "type": "git",
  8771. "url": "https://github.com/composer/semver.git",
  8772. "reference": "83e511e247de329283478496f7a1e114c9517506"
  8773. },
  8774. "dist": {
  8775. "type": "zip",
  8776. "url": "https://api.github.com/repos/composer/semver/zipball/83e511e247de329283478496f7a1e114c9517506",
  8777. "reference": "83e511e247de329283478496f7a1e114c9517506",
  8778. "shasum": "",
  8779. "mirrors": [
  8780. {
  8781. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8782. "preferred": true
  8783. }
  8784. ]
  8785. },
  8786. "require": {
  8787. "php": "^5.3.2 || ^7.0 || ^8.0"
  8788. },
  8789. "require-dev": {
  8790. "phpstan/phpstan": "^0.12.54",
  8791. "symfony/phpunit-bridge": "^4.2 || ^5"
  8792. },
  8793. "type": "library",
  8794. "extra": {
  8795. "branch-alias": {
  8796. "dev-main": "3.x-dev"
  8797. }
  8798. },
  8799. "autoload": {
  8800. "psr-4": {
  8801. "Composer\\Semver\\": "src"
  8802. }
  8803. },
  8804. "notification-url": "https://packagist.org/downloads/",
  8805. "license": [
  8806. "MIT"
  8807. ],
  8808. "authors": [
  8809. {
  8810. "name": "Nils Adermann",
  8811. "email": "naderman@naderman.de",
  8812. "homepage": "http://www.naderman.de"
  8813. },
  8814. {
  8815. "name": "Jordi Boggiano",
  8816. "email": "j.boggiano@seld.be",
  8817. "homepage": "http://seld.be"
  8818. },
  8819. {
  8820. "name": "Rob Bast",
  8821. "email": "rob.bast@gmail.com",
  8822. "homepage": "http://robbast.nl"
  8823. }
  8824. ],
  8825. "description": "Semver library that offers utilities, version constraint parsing and validation.",
  8826. "keywords": [
  8827. "semantic",
  8828. "semver",
  8829. "validation",
  8830. "versioning"
  8831. ],
  8832. "support": {
  8833. "irc": "irc://irc.freenode.org/composer",
  8834. "issues": "https://github.com/composer/semver/issues",
  8835. "source": "https://github.com/composer/semver/tree/3.2.6"
  8836. },
  8837. "funding": [
  8838. {
  8839. "url": "https://packagist.com",
  8840. "type": "custom"
  8841. },
  8842. {
  8843. "url": "https://github.com/composer",
  8844. "type": "github"
  8845. },
  8846. {
  8847. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  8848. "type": "tidelift"
  8849. }
  8850. ],
  8851. "time": "2021-10-25T11:34:17+00:00"
  8852. },
  8853. {
  8854. "name": "composer/xdebug-handler",
  8855. "version": "2.0.3",
  8856. "source": {
  8857. "type": "git",
  8858. "url": "https://github.com/composer/xdebug-handler.git",
  8859. "reference": "6555461e76962fd0379c444c46fd558a0fcfb65e"
  8860. },
  8861. "dist": {
  8862. "type": "zip",
  8863. "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6555461e76962fd0379c444c46fd558a0fcfb65e",
  8864. "reference": "6555461e76962fd0379c444c46fd558a0fcfb65e",
  8865. "shasum": "",
  8866. "mirrors": [
  8867. {
  8868. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8869. "preferred": true
  8870. }
  8871. ]
  8872. },
  8873. "require": {
  8874. "composer/pcre": "^1",
  8875. "php": "^5.3.2 || ^7.0 || ^8.0",
  8876. "psr/log": "^1 || ^2 || ^3"
  8877. },
  8878. "require-dev": {
  8879. "phpstan/phpstan": "^1.0",
  8880. "phpstan/phpstan-strict-rules": "^1.1",
  8881. "symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0"
  8882. },
  8883. "type": "library",
  8884. "autoload": {
  8885. "psr-4": {
  8886. "Composer\\XdebugHandler\\": "src"
  8887. }
  8888. },
  8889. "notification-url": "https://packagist.org/downloads/",
  8890. "license": [
  8891. "MIT"
  8892. ],
  8893. "authors": [
  8894. {
  8895. "name": "John Stevenson",
  8896. "email": "john-stevenson@blueyonder.co.uk"
  8897. }
  8898. ],
  8899. "description": "Restarts a process without Xdebug.",
  8900. "keywords": [
  8901. "Xdebug",
  8902. "performance"
  8903. ],
  8904. "support": {
  8905. "irc": "irc://irc.freenode.org/composer",
  8906. "issues": "https://github.com/composer/xdebug-handler/issues",
  8907. "source": "https://github.com/composer/xdebug-handler/tree/2.0.3"
  8908. },
  8909. "funding": [
  8910. {
  8911. "url": "https://packagist.com",
  8912. "type": "custom"
  8913. },
  8914. {
  8915. "url": "https://github.com/composer",
  8916. "type": "github"
  8917. },
  8918. {
  8919. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  8920. "type": "tidelift"
  8921. }
  8922. ],
  8923. "time": "2021-12-08T13:07:32+00:00"
  8924. },
  8925. {
  8926. "name": "doctrine/cache",
  8927. "version": "1.12.1",
  8928. "source": {
  8929. "type": "git",
  8930. "url": "https://github.com/doctrine/cache.git",
  8931. "reference": "4cf401d14df219fa6f38b671f5493449151c9ad8"
  8932. },
  8933. "dist": {
  8934. "type": "zip",
  8935. "url": "https://api.github.com/repos/doctrine/cache/zipball/4cf401d14df219fa6f38b671f5493449151c9ad8",
  8936. "reference": "4cf401d14df219fa6f38b671f5493449151c9ad8",
  8937. "shasum": "",
  8938. "mirrors": [
  8939. {
  8940. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8941. "preferred": true
  8942. }
  8943. ]
  8944. },
  8945. "require": {
  8946. "php": "~7.1 || ^8.0"
  8947. },
  8948. "conflict": {
  8949. "doctrine/common": ">2.2,<2.4"
  8950. },
  8951. "require-dev": {
  8952. "alcaeus/mongo-php-adapter": "^1.1",
  8953. "cache/integration-tests": "dev-master",
  8954. "doctrine/coding-standard": "^8.0",
  8955. "mongodb/mongodb": "^1.1",
  8956. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
  8957. "predis/predis": "~1.0",
  8958. "psr/cache": "^1.0 || ^2.0 || ^3.0",
  8959. "symfony/cache": "^4.4 || ^5.2 || ^6.0@dev",
  8960. "symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev"
  8961. },
  8962. "suggest": {
  8963. "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
  8964. },
  8965. "type": "library",
  8966. "autoload": {
  8967. "psr-4": {
  8968. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  8969. }
  8970. },
  8971. "notification-url": "https://packagist.org/downloads/",
  8972. "license": [
  8973. "MIT"
  8974. ],
  8975. "authors": [
  8976. {
  8977. "name": "Guilherme Blanco",
  8978. "email": "guilhermeblanco@gmail.com"
  8979. },
  8980. {
  8981. "name": "Roman Borschel",
  8982. "email": "roman@code-factory.org"
  8983. },
  8984. {
  8985. "name": "Benjamin Eberlei",
  8986. "email": "kontakt@beberlei.de"
  8987. },
  8988. {
  8989. "name": "Jonathan Wage",
  8990. "email": "jonwage@gmail.com"
  8991. },
  8992. {
  8993. "name": "Johannes Schmitt",
  8994. "email": "schmittjoh@gmail.com"
  8995. }
  8996. ],
  8997. "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
  8998. "homepage": "https://www.doctrine-project.org/projects/cache.html",
  8999. "keywords": [
  9000. "abstraction",
  9001. "apcu",
  9002. "cache",
  9003. "caching",
  9004. "couchdb",
  9005. "memcached",
  9006. "php",
  9007. "redis",
  9008. "xcache"
  9009. ],
  9010. "support": {
  9011. "issues": "https://github.com/doctrine/cache/issues",
  9012. "source": "https://github.com/doctrine/cache/tree/1.12.1"
  9013. },
  9014. "funding": [
  9015. {
  9016. "url": "https://www.doctrine-project.org/sponsorship.html",
  9017. "type": "custom"
  9018. },
  9019. {
  9020. "url": "https://www.patreon.com/phpdoctrine",
  9021. "type": "patreon"
  9022. },
  9023. {
  9024. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
  9025. "type": "tidelift"
  9026. }
  9027. ],
  9028. "time": "2021-07-17T14:39:21+00:00"
  9029. },
  9030. {
  9031. "name": "doctrine/collections",
  9032. "version": "1.6.8",
  9033. "source": {
  9034. "type": "git",
  9035. "url": "https://github.com/doctrine/collections.git",
  9036. "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af"
  9037. },
  9038. "dist": {
  9039. "type": "zip",
  9040. "url": "https://api.github.com/repos/doctrine/collections/zipball/1958a744696c6bb3bb0d28db2611dc11610e78af",
  9041. "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af",
  9042. "shasum": "",
  9043. "mirrors": [
  9044. {
  9045. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9046. "preferred": true
  9047. }
  9048. ]
  9049. },
  9050. "require": {
  9051. "php": "^7.1.3 || ^8.0"
  9052. },
  9053. "require-dev": {
  9054. "doctrine/coding-standard": "^9.0",
  9055. "phpstan/phpstan": "^0.12",
  9056. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5",
  9057. "vimeo/psalm": "^4.2.1"
  9058. },
  9059. "type": "library",
  9060. "autoload": {
  9061. "psr-4": {
  9062. "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
  9063. }
  9064. },
  9065. "notification-url": "https://packagist.org/downloads/",
  9066. "license": [
  9067. "MIT"
  9068. ],
  9069. "authors": [
  9070. {
  9071. "name": "Guilherme Blanco",
  9072. "email": "guilhermeblanco@gmail.com"
  9073. },
  9074. {
  9075. "name": "Roman Borschel",
  9076. "email": "roman@code-factory.org"
  9077. },
  9078. {
  9079. "name": "Benjamin Eberlei",
  9080. "email": "kontakt@beberlei.de"
  9081. },
  9082. {
  9083. "name": "Jonathan Wage",
  9084. "email": "jonwage@gmail.com"
  9085. },
  9086. {
  9087. "name": "Johannes Schmitt",
  9088. "email": "schmittjoh@gmail.com"
  9089. }
  9090. ],
  9091. "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
  9092. "homepage": "https://www.doctrine-project.org/projects/collections.html",
  9093. "keywords": [
  9094. "array",
  9095. "collections",
  9096. "iterators",
  9097. "php"
  9098. ],
  9099. "support": {
  9100. "issues": "https://github.com/doctrine/collections/issues",
  9101. "source": "https://github.com/doctrine/collections/tree/1.6.8"
  9102. },
  9103. "time": "2021-08-10T18:51:53+00:00"
  9104. },
  9105. {
  9106. "name": "doctrine/common",
  9107. "version": "2.13.3",
  9108. "source": {
  9109. "type": "git",
  9110. "url": "https://github.com/doctrine/common.git",
  9111. "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f"
  9112. },
  9113. "dist": {
  9114. "type": "zip",
  9115. "url": "https://api.github.com/repos/doctrine/common/zipball/f3812c026e557892c34ef37f6ab808a6b567da7f",
  9116. "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f",
  9117. "shasum": "",
  9118. "mirrors": [
  9119. {
  9120. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9121. "preferred": true
  9122. }
  9123. ]
  9124. },
  9125. "require": {
  9126. "doctrine/annotations": "^1.0",
  9127. "doctrine/cache": "^1.0",
  9128. "doctrine/collections": "^1.0",
  9129. "doctrine/event-manager": "^1.0",
  9130. "doctrine/inflector": "^1.0",
  9131. "doctrine/lexer": "^1.0",
  9132. "doctrine/persistence": "^1.3.3",
  9133. "doctrine/reflection": "^1.0",
  9134. "php": "^7.1 || ^8.0"
  9135. },
  9136. "require-dev": {
  9137. "doctrine/coding-standard": "^1.0",
  9138. "phpstan/phpstan": "^0.11",
  9139. "phpstan/phpstan-phpunit": "^0.11",
  9140. "phpunit/phpunit": "^7.0",
  9141. "squizlabs/php_codesniffer": "^3.0",
  9142. "symfony/phpunit-bridge": "^4.0.5"
  9143. },
  9144. "type": "library",
  9145. "extra": {
  9146. "branch-alias": {
  9147. "dev-master": "2.11.x-dev"
  9148. }
  9149. },
  9150. "autoload": {
  9151. "psr-4": {
  9152. "Doctrine\\Common\\": "lib/Doctrine/Common"
  9153. }
  9154. },
  9155. "notification-url": "https://packagist.org/downloads/",
  9156. "license": [
  9157. "MIT"
  9158. ],
  9159. "authors": [
  9160. {
  9161. "name": "Guilherme Blanco",
  9162. "email": "guilhermeblanco@gmail.com"
  9163. },
  9164. {
  9165. "name": "Roman Borschel",
  9166. "email": "roman@code-factory.org"
  9167. },
  9168. {
  9169. "name": "Benjamin Eberlei",
  9170. "email": "kontakt@beberlei.de"
  9171. },
  9172. {
  9173. "name": "Jonathan Wage",
  9174. "email": "jonwage@gmail.com"
  9175. },
  9176. {
  9177. "name": "Johannes Schmitt",
  9178. "email": "schmittjoh@gmail.com"
  9179. },
  9180. {
  9181. "name": "Marco Pivetta",
  9182. "email": "ocramius@gmail.com"
  9183. }
  9184. ],
  9185. "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
  9186. "homepage": "https://www.doctrine-project.org/projects/common.html",
  9187. "keywords": [
  9188. "common",
  9189. "doctrine",
  9190. "php"
  9191. ],
  9192. "support": {
  9193. "issues": "https://github.com/doctrine/common/issues",
  9194. "source": "https://github.com/doctrine/common/tree/2.13.x"
  9195. },
  9196. "funding": [
  9197. {
  9198. "url": "https://www.doctrine-project.org/sponsorship.html",
  9199. "type": "custom"
  9200. },
  9201. {
  9202. "url": "https://www.patreon.com/phpdoctrine",
  9203. "type": "patreon"
  9204. },
  9205. {
  9206. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon",
  9207. "type": "tidelift"
  9208. }
  9209. ],
  9210. "time": "2020-06-05T16:46:05+00:00"
  9211. },
  9212. {
  9213. "name": "doctrine/event-manager",
  9214. "version": "1.1.1",
  9215. "source": {
  9216. "type": "git",
  9217. "url": "https://github.com/doctrine/event-manager.git",
  9218. "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
  9219. },
  9220. "dist": {
  9221. "type": "zip",
  9222. "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
  9223. "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
  9224. "shasum": "",
  9225. "mirrors": [
  9226. {
  9227. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9228. "preferred": true
  9229. }
  9230. ]
  9231. },
  9232. "require": {
  9233. "php": "^7.1 || ^8.0"
  9234. },
  9235. "conflict": {
  9236. "doctrine/common": "<2.9@dev"
  9237. },
  9238. "require-dev": {
  9239. "doctrine/coding-standard": "^6.0",
  9240. "phpunit/phpunit": "^7.0"
  9241. },
  9242. "type": "library",
  9243. "extra": {
  9244. "branch-alias": {
  9245. "dev-master": "1.0.x-dev"
  9246. }
  9247. },
  9248. "autoload": {
  9249. "psr-4": {
  9250. "Doctrine\\Common\\": "lib/Doctrine/Common"
  9251. }
  9252. },
  9253. "notification-url": "https://packagist.org/downloads/",
  9254. "license": [
  9255. "MIT"
  9256. ],
  9257. "authors": [
  9258. {
  9259. "name": "Guilherme Blanco",
  9260. "email": "guilhermeblanco@gmail.com"
  9261. },
  9262. {
  9263. "name": "Roman Borschel",
  9264. "email": "roman@code-factory.org"
  9265. },
  9266. {
  9267. "name": "Benjamin Eberlei",
  9268. "email": "kontakt@beberlei.de"
  9269. },
  9270. {
  9271. "name": "Jonathan Wage",
  9272. "email": "jonwage@gmail.com"
  9273. },
  9274. {
  9275. "name": "Johannes Schmitt",
  9276. "email": "schmittjoh@gmail.com"
  9277. },
  9278. {
  9279. "name": "Marco Pivetta",
  9280. "email": "ocramius@gmail.com"
  9281. }
  9282. ],
  9283. "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
  9284. "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
  9285. "keywords": [
  9286. "event",
  9287. "event dispatcher",
  9288. "event manager",
  9289. "event system",
  9290. "events"
  9291. ],
  9292. "support": {
  9293. "issues": "https://github.com/doctrine/event-manager/issues",
  9294. "source": "https://github.com/doctrine/event-manager/tree/1.1.x"
  9295. },
  9296. "funding": [
  9297. {
  9298. "url": "https://www.doctrine-project.org/sponsorship.html",
  9299. "type": "custom"
  9300. },
  9301. {
  9302. "url": "https://www.patreon.com/phpdoctrine",
  9303. "type": "patreon"
  9304. },
  9305. {
  9306. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
  9307. "type": "tidelift"
  9308. }
  9309. ],
  9310. "time": "2020-05-29T18:28:51+00:00"
  9311. },
  9312. {
  9313. "name": "doctrine/persistence",
  9314. "version": "1.3.8",
  9315. "source": {
  9316. "type": "git",
  9317. "url": "https://github.com/doctrine/persistence.git",
  9318. "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288"
  9319. },
  9320. "dist": {
  9321. "type": "zip",
  9322. "url": "https://api.github.com/repos/doctrine/persistence/zipball/7a6eac9fb6f61bba91328f15aa7547f4806ca288",
  9323. "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288",
  9324. "shasum": "",
  9325. "mirrors": [
  9326. {
  9327. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9328. "preferred": true
  9329. }
  9330. ]
  9331. },
  9332. "require": {
  9333. "doctrine/annotations": "^1.0",
  9334. "doctrine/cache": "^1.0",
  9335. "doctrine/collections": "^1.0",
  9336. "doctrine/event-manager": "^1.0",
  9337. "doctrine/reflection": "^1.2",
  9338. "php": "^7.1 || ^8.0"
  9339. },
  9340. "conflict": {
  9341. "doctrine/common": "<2.10@dev"
  9342. },
  9343. "require-dev": {
  9344. "doctrine/coding-standard": "^6.0",
  9345. "phpstan/phpstan": "^0.11",
  9346. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
  9347. "vimeo/psalm": "^3.11"
  9348. },
  9349. "type": "library",
  9350. "extra": {
  9351. "branch-alias": {
  9352. "dev-master": "1.3.x-dev"
  9353. }
  9354. },
  9355. "autoload": {
  9356. "psr-4": {
  9357. "Doctrine\\Common\\": "lib/Doctrine/Common",
  9358. "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
  9359. }
  9360. },
  9361. "notification-url": "https://packagist.org/downloads/",
  9362. "license": [
  9363. "MIT"
  9364. ],
  9365. "authors": [
  9366. {
  9367. "name": "Guilherme Blanco",
  9368. "email": "guilhermeblanco@gmail.com"
  9369. },
  9370. {
  9371. "name": "Roman Borschel",
  9372. "email": "roman@code-factory.org"
  9373. },
  9374. {
  9375. "name": "Benjamin Eberlei",
  9376. "email": "kontakt@beberlei.de"
  9377. },
  9378. {
  9379. "name": "Jonathan Wage",
  9380. "email": "jonwage@gmail.com"
  9381. },
  9382. {
  9383. "name": "Johannes Schmitt",
  9384. "email": "schmittjoh@gmail.com"
  9385. },
  9386. {
  9387. "name": "Marco Pivetta",
  9388. "email": "ocramius@gmail.com"
  9389. }
  9390. ],
  9391. "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
  9392. "homepage": "https://doctrine-project.org/projects/persistence.html",
  9393. "keywords": [
  9394. "mapper",
  9395. "object",
  9396. "odm",
  9397. "orm",
  9398. "persistence"
  9399. ],
  9400. "support": {
  9401. "issues": "https://github.com/doctrine/persistence/issues",
  9402. "source": "https://github.com/doctrine/persistence/tree/1.3.x"
  9403. },
  9404. "funding": [
  9405. {
  9406. "url": "https://www.doctrine-project.org/sponsorship.html",
  9407. "type": "custom"
  9408. },
  9409. {
  9410. "url": "https://www.patreon.com/phpdoctrine",
  9411. "type": "patreon"
  9412. },
  9413. {
  9414. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
  9415. "type": "tidelift"
  9416. }
  9417. ],
  9418. "time": "2020-06-20T12:56:16+00:00"
  9419. },
  9420. {
  9421. "name": "doctrine/reflection",
  9422. "version": "1.2.2",
  9423. "source": {
  9424. "type": "git",
  9425. "url": "https://github.com/doctrine/reflection.git",
  9426. "reference": "fa587178be682efe90d005e3a322590d6ebb59a5"
  9427. },
  9428. "dist": {
  9429. "type": "zip",
  9430. "url": "https://api.github.com/repos/doctrine/reflection/zipball/fa587178be682efe90d005e3a322590d6ebb59a5",
  9431. "reference": "fa587178be682efe90d005e3a322590d6ebb59a5",
  9432. "shasum": "",
  9433. "mirrors": [
  9434. {
  9435. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9436. "preferred": true
  9437. }
  9438. ]
  9439. },
  9440. "require": {
  9441. "doctrine/annotations": "^1.0",
  9442. "ext-tokenizer": "*",
  9443. "php": "^7.1 || ^8.0"
  9444. },
  9445. "conflict": {
  9446. "doctrine/common": "<2.9"
  9447. },
  9448. "require-dev": {
  9449. "doctrine/coding-standard": "^6.0 || ^8.2.0",
  9450. "doctrine/common": "^2.10",
  9451. "phpstan/phpstan": "^0.11.0 || ^0.12.20",
  9452. "phpstan/phpstan-phpunit": "^0.11.0 || ^0.12.16",
  9453. "phpunit/phpunit": "^7.5 || ^9.1.5"
  9454. },
  9455. "type": "library",
  9456. "extra": {
  9457. "branch-alias": {
  9458. "dev-master": "1.2.x-dev"
  9459. }
  9460. },
  9461. "autoload": {
  9462. "psr-4": {
  9463. "Doctrine\\Common\\": "lib/Doctrine/Common"
  9464. }
  9465. },
  9466. "notification-url": "https://packagist.org/downloads/",
  9467. "license": [
  9468. "MIT"
  9469. ],
  9470. "authors": [
  9471. {
  9472. "name": "Guilherme Blanco",
  9473. "email": "guilhermeblanco@gmail.com"
  9474. },
  9475. {
  9476. "name": "Roman Borschel",
  9477. "email": "roman@code-factory.org"
  9478. },
  9479. {
  9480. "name": "Benjamin Eberlei",
  9481. "email": "kontakt@beberlei.de"
  9482. },
  9483. {
  9484. "name": "Jonathan Wage",
  9485. "email": "jonwage@gmail.com"
  9486. },
  9487. {
  9488. "name": "Johannes Schmitt",
  9489. "email": "schmittjoh@gmail.com"
  9490. },
  9491. {
  9492. "name": "Marco Pivetta",
  9493. "email": "ocramius@gmail.com"
  9494. }
  9495. ],
  9496. "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.",
  9497. "homepage": "https://www.doctrine-project.org/projects/reflection.html",
  9498. "keywords": [
  9499. "reflection",
  9500. "static"
  9501. ],
  9502. "support": {
  9503. "issues": "https://github.com/doctrine/reflection/issues",
  9504. "source": "https://github.com/doctrine/reflection/tree/1.2.2"
  9505. },
  9506. "abandoned": "roave/better-reflection",
  9507. "time": "2020-10-27T21:46:55+00:00"
  9508. },
  9509. {
  9510. "name": "friendsofphp/php-cs-fixer",
  9511. "version": "v2.19.3",
  9512. "source": {
  9513. "type": "git",
  9514. "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
  9515. "reference": "75ac86f33fab4714ea5a39a396784d83ae3b5ed8"
  9516. },
  9517. "dist": {
  9518. "type": "zip",
  9519. "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/75ac86f33fab4714ea5a39a396784d83ae3b5ed8",
  9520. "reference": "75ac86f33fab4714ea5a39a396784d83ae3b5ed8",
  9521. "shasum": "",
  9522. "mirrors": [
  9523. {
  9524. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9525. "preferred": true
  9526. }
  9527. ]
  9528. },
  9529. "require": {
  9530. "composer/semver": "^1.4 || ^2.0 || ^3.0",
  9531. "composer/xdebug-handler": "^1.2 || ^2.0",
  9532. "doctrine/annotations": "^1.2",
  9533. "ext-json": "*",
  9534. "ext-tokenizer": "*",
  9535. "php": "^5.6 || ^7.0 || ^8.0",
  9536. "php-cs-fixer/diff": "^1.3",
  9537. "symfony/console": "^3.4.43 || ^4.1.6 || ^5.0",
  9538. "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
  9539. "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
  9540. "symfony/finder": "^3.0 || ^4.0 || ^5.0",
  9541. "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
  9542. "symfony/polyfill-php70": "^1.0",
  9543. "symfony/polyfill-php72": "^1.4",
  9544. "symfony/process": "^3.0 || ^4.0 || ^5.0",
  9545. "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
  9546. },
  9547. "require-dev": {
  9548. "justinrainbow/json-schema": "^5.0",
  9549. "keradus/cli-executor": "^1.4",
  9550. "mikey179/vfsstream": "^1.6",
  9551. "php-coveralls/php-coveralls": "^2.4.2",
  9552. "php-cs-fixer/accessible-object": "^1.0",
  9553. "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
  9554. "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
  9555. "phpspec/prophecy-phpunit": "^1.1 || ^2.0",
  9556. "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.13 || ^9.5",
  9557. "phpunitgoodpractices/polyfill": "^1.5",
  9558. "phpunitgoodpractices/traits": "^1.9.1",
  9559. "sanmai/phpunit-legacy-adapter": "^6.4 || ^8.2.1",
  9560. "symfony/phpunit-bridge": "^5.2.1",
  9561. "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
  9562. },
  9563. "suggest": {
  9564. "ext-dom": "For handling output formats in XML",
  9565. "ext-mbstring": "For handling non-UTF8 characters.",
  9566. "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
  9567. "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
  9568. "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
  9569. },
  9570. "bin": [
  9571. "php-cs-fixer"
  9572. ],
  9573. "type": "application",
  9574. "extra": {
  9575. "branch-alias": {
  9576. "dev-master": "2.19-dev"
  9577. }
  9578. },
  9579. "autoload": {
  9580. "psr-4": {
  9581. "PhpCsFixer\\": "src/"
  9582. },
  9583. "classmap": [
  9584. "tests/Test/AbstractFixerTestCase.php",
  9585. "tests/Test/AbstractIntegrationCaseFactory.php",
  9586. "tests/Test/AbstractIntegrationTestCase.php",
  9587. "tests/Test/Assert/AssertTokensTrait.php",
  9588. "tests/Test/IntegrationCase.php",
  9589. "tests/Test/IntegrationCaseFactory.php",
  9590. "tests/Test/IntegrationCaseFactoryInterface.php",
  9591. "tests/Test/InternalIntegrationCaseFactory.php",
  9592. "tests/Test/IsIdenticalConstraint.php",
  9593. "tests/Test/TokensWithObservedTransformers.php",
  9594. "tests/TestCase.php"
  9595. ]
  9596. },
  9597. "notification-url": "https://packagist.org/downloads/",
  9598. "license": [
  9599. "MIT"
  9600. ],
  9601. "authors": [
  9602. {
  9603. "name": "Fabien Potencier",
  9604. "email": "fabien@symfony.com"
  9605. },
  9606. {
  9607. "name": "Dariusz Rumiński",
  9608. "email": "dariusz.ruminski@gmail.com"
  9609. }
  9610. ],
  9611. "description": "A tool to automatically fix PHP code style",
  9612. "support": {
  9613. "issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues",
  9614. "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.19.3"
  9615. },
  9616. "funding": [
  9617. {
  9618. "url": "https://github.com/keradus",
  9619. "type": "github"
  9620. }
  9621. ],
  9622. "time": "2021-11-15T17:17:55+00:00"
  9623. },
  9624. {
  9625. "name": "hamcrest/hamcrest-php",
  9626. "version": "v2.0.1",
  9627. "source": {
  9628. "type": "git",
  9629. "url": "https://github.com/hamcrest/hamcrest-php.git",
  9630. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
  9631. },
  9632. "dist": {
  9633. "type": "zip",
  9634. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  9635. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  9636. "shasum": "",
  9637. "mirrors": [
  9638. {
  9639. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9640. "preferred": true
  9641. }
  9642. ]
  9643. },
  9644. "require": {
  9645. "php": "^5.3|^7.0|^8.0"
  9646. },
  9647. "replace": {
  9648. "cordoval/hamcrest-php": "*",
  9649. "davedevelopment/hamcrest-php": "*",
  9650. "kodova/hamcrest-php": "*"
  9651. },
  9652. "require-dev": {
  9653. "phpunit/php-file-iterator": "^1.4 || ^2.0",
  9654. "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
  9655. },
  9656. "type": "library",
  9657. "extra": {
  9658. "branch-alias": {
  9659. "dev-master": "2.1-dev"
  9660. }
  9661. },
  9662. "autoload": {
  9663. "classmap": [
  9664. "hamcrest"
  9665. ]
  9666. },
  9667. "notification-url": "https://packagist.org/downloads/",
  9668. "license": [
  9669. "BSD-3-Clause"
  9670. ],
  9671. "description": "This is the PHP port of Hamcrest Matchers",
  9672. "keywords": [
  9673. "test"
  9674. ],
  9675. "support": {
  9676. "issues": "https://github.com/hamcrest/hamcrest-php/issues",
  9677. "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
  9678. },
  9679. "time": "2020-07-09T08:09:16+00:00"
  9680. },
  9681. {
  9682. "name": "hyperf/devtool",
  9683. "version": "v2.0.21",
  9684. "source": {
  9685. "type": "git",
  9686. "url": "https://github.com/hyperf/devtool.git",
  9687. "reference": "432dab4de64024056b81d9305ce4fb211562116f"
  9688. },
  9689. "dist": {
  9690. "type": "zip",
  9691. "url": "https://api.github.com/repos/hyperf/devtool/zipball/432dab4de64024056b81d9305ce4fb211562116f",
  9692. "reference": "432dab4de64024056b81d9305ce4fb211562116f",
  9693. "shasum": "",
  9694. "mirrors": [
  9695. {
  9696. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9697. "preferred": true
  9698. }
  9699. ]
  9700. },
  9701. "require": {
  9702. "hyperf/command": "~2.0.0",
  9703. "hyperf/contract": "~2.0.0",
  9704. "hyperf/di": "~2.0.0",
  9705. "hyperf/utils": "~2.0.0",
  9706. "php": ">=7.2"
  9707. },
  9708. "require-dev": {
  9709. "friendsofphp/php-cs-fixer": "^2.9",
  9710. "malukenho/docheader": "^0.1.6",
  9711. "mockery/mockery": "^1.0",
  9712. "phpunit/phpunit": "^7.0.0"
  9713. },
  9714. "type": "library",
  9715. "extra": {
  9716. "branch-alias": {
  9717. "dev-master": "2.0-dev"
  9718. },
  9719. "hyperf": {
  9720. "config": "Hyperf\\Devtool\\ConfigProvider"
  9721. }
  9722. },
  9723. "autoload": {
  9724. "psr-4": {
  9725. "Hyperf\\Devtool\\": "src/"
  9726. }
  9727. },
  9728. "notification-url": "https://packagist.org/downloads/",
  9729. "license": [
  9730. "MIT"
  9731. ],
  9732. "description": "A Devtool for Hyperf.",
  9733. "homepage": "https://hyperf.io",
  9734. "keywords": [
  9735. "devtool",
  9736. "hyperf",
  9737. "php",
  9738. "swoole"
  9739. ],
  9740. "support": {
  9741. "docs": "https://hyperf.wiki",
  9742. "issues": "https://github.com/hyperf/hyperf/issues",
  9743. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  9744. "source": "https://github.com/hyperf/hyperf"
  9745. },
  9746. "time": "2020-11-25T10:20:29+00:00"
  9747. },
  9748. {
  9749. "name": "hyperf/testing",
  9750. "version": "v2.0.14",
  9751. "source": {
  9752. "type": "git",
  9753. "url": "https://github.com/hyperf/testing.git",
  9754. "reference": "3dca89a86f65e2b2e997c6ee55df6439cfcc72e5"
  9755. },
  9756. "dist": {
  9757. "type": "zip",
  9758. "url": "https://api.github.com/repos/hyperf/testing/zipball/3dca89a86f65e2b2e997c6ee55df6439cfcc72e5",
  9759. "reference": "3dca89a86f65e2b2e997c6ee55df6439cfcc72e5",
  9760. "shasum": "",
  9761. "mirrors": [
  9762. {
  9763. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9764. "preferred": true
  9765. }
  9766. ]
  9767. },
  9768. "require": {
  9769. "hyperf/contract": "~2.0.0",
  9770. "hyperf/http-message": "~2.0.0",
  9771. "hyperf/http-server": "~2.0.0",
  9772. "hyperf/utils": "~2.0.0",
  9773. "php": ">=7.2",
  9774. "phpunit/phpunit": "^7.0",
  9775. "psr/container": "^1.0"
  9776. },
  9777. "require-dev": {
  9778. "friendsofphp/php-cs-fixer": "^2.9",
  9779. "malukenho/docheader": "^0.1.6",
  9780. "mockery/mockery": "^1.0"
  9781. },
  9782. "bin": [
  9783. "co-phpunit"
  9784. ],
  9785. "type": "library",
  9786. "extra": {
  9787. "branch-alias": {
  9788. "dev-master": "2.0-dev"
  9789. }
  9790. },
  9791. "autoload": {
  9792. "psr-4": {
  9793. "Hyperf\\Testing\\": "src/"
  9794. }
  9795. },
  9796. "notification-url": "https://packagist.org/downloads/",
  9797. "license": [
  9798. "MIT"
  9799. ],
  9800. "description": "Testing for hyperf",
  9801. "keywords": [
  9802. "php",
  9803. "swoole",
  9804. "testing"
  9805. ],
  9806. "support": {
  9807. "source": "https://github.com/hyperf/testing/tree/v2.0.14"
  9808. },
  9809. "time": "2020-10-10T09:22:32+00:00"
  9810. },
  9811. {
  9812. "name": "mockery/mockery",
  9813. "version": "1.3.5",
  9814. "source": {
  9815. "type": "git",
  9816. "url": "https://github.com/mockery/mockery.git",
  9817. "reference": "472fa8ca4e55483d55ee1e73c963718c4393791d"
  9818. },
  9819. "dist": {
  9820. "type": "zip",
  9821. "url": "https://api.github.com/repos/mockery/mockery/zipball/472fa8ca4e55483d55ee1e73c963718c4393791d",
  9822. "reference": "472fa8ca4e55483d55ee1e73c963718c4393791d",
  9823. "shasum": "",
  9824. "mirrors": [
  9825. {
  9826. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9827. "preferred": true
  9828. }
  9829. ]
  9830. },
  9831. "require": {
  9832. "hamcrest/hamcrest-php": "^2.0.1",
  9833. "lib-pcre": ">=7.0",
  9834. "php": ">=5.6.0"
  9835. },
  9836. "require-dev": {
  9837. "phpunit/phpunit": "^5.7.10|^6.5|^7.5|^8.5|^9.3"
  9838. },
  9839. "type": "library",
  9840. "extra": {
  9841. "branch-alias": {
  9842. "dev-master": "1.3.x-dev"
  9843. }
  9844. },
  9845. "autoload": {
  9846. "psr-0": {
  9847. "Mockery": "library/"
  9848. }
  9849. },
  9850. "notification-url": "https://packagist.org/downloads/",
  9851. "license": [
  9852. "BSD-3-Clause"
  9853. ],
  9854. "authors": [
  9855. {
  9856. "name": "Pádraic Brady",
  9857. "email": "padraic.brady@gmail.com",
  9858. "homepage": "http://blog.astrumfutura.com"
  9859. },
  9860. {
  9861. "name": "Dave Marshall",
  9862. "email": "dave.marshall@atstsolutions.co.uk",
  9863. "homepage": "http://davedevelopment.co.uk"
  9864. }
  9865. ],
  9866. "description": "Mockery is a simple yet flexible PHP mock object framework",
  9867. "homepage": "https://github.com/mockery/mockery",
  9868. "keywords": [
  9869. "BDD",
  9870. "TDD",
  9871. "library",
  9872. "mock",
  9873. "mock objects",
  9874. "mockery",
  9875. "stub",
  9876. "test",
  9877. "test double",
  9878. "testing"
  9879. ],
  9880. "support": {
  9881. "issues": "https://github.com/mockery/mockery/issues",
  9882. "source": "https://github.com/mockery/mockery/tree/1.3.5"
  9883. },
  9884. "time": "2021-09-13T15:33:03+00:00"
  9885. },
  9886. {
  9887. "name": "myclabs/deep-copy",
  9888. "version": "1.10.2",
  9889. "source": {
  9890. "type": "git",
  9891. "url": "https://github.com/myclabs/DeepCopy.git",
  9892. "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
  9893. },
  9894. "dist": {
  9895. "type": "zip",
  9896. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
  9897. "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
  9898. "shasum": "",
  9899. "mirrors": [
  9900. {
  9901. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9902. "preferred": true
  9903. }
  9904. ]
  9905. },
  9906. "require": {
  9907. "php": "^7.1 || ^8.0"
  9908. },
  9909. "replace": {
  9910. "myclabs/deep-copy": "self.version"
  9911. },
  9912. "require-dev": {
  9913. "doctrine/collections": "^1.0",
  9914. "doctrine/common": "^2.6",
  9915. "phpunit/phpunit": "^7.1"
  9916. },
  9917. "type": "library",
  9918. "autoload": {
  9919. "psr-4": {
  9920. "DeepCopy\\": "src/DeepCopy/"
  9921. },
  9922. "files": [
  9923. "src/DeepCopy/deep_copy.php"
  9924. ]
  9925. },
  9926. "notification-url": "https://packagist.org/downloads/",
  9927. "license": [
  9928. "MIT"
  9929. ],
  9930. "description": "Create deep copies (clones) of your objects",
  9931. "keywords": [
  9932. "clone",
  9933. "copy",
  9934. "duplicate",
  9935. "object",
  9936. "object graph"
  9937. ],
  9938. "support": {
  9939. "issues": "https://github.com/myclabs/DeepCopy/issues",
  9940. "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
  9941. },
  9942. "funding": [
  9943. {
  9944. "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
  9945. "type": "tidelift"
  9946. }
  9947. ],
  9948. "time": "2020-11-13T09:40:50+00:00"
  9949. },
  9950. {
  9951. "name": "phar-io/manifest",
  9952. "version": "1.0.3",
  9953. "source": {
  9954. "type": "git",
  9955. "url": "https://github.com/phar-io/manifest.git",
  9956. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
  9957. },
  9958. "dist": {
  9959. "type": "zip",
  9960. "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  9961. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  9962. "shasum": "",
  9963. "mirrors": [
  9964. {
  9965. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9966. "preferred": true
  9967. }
  9968. ]
  9969. },
  9970. "require": {
  9971. "ext-dom": "*",
  9972. "ext-phar": "*",
  9973. "phar-io/version": "^2.0",
  9974. "php": "^5.6 || ^7.0"
  9975. },
  9976. "type": "library",
  9977. "extra": {
  9978. "branch-alias": {
  9979. "dev-master": "1.0.x-dev"
  9980. }
  9981. },
  9982. "autoload": {
  9983. "classmap": [
  9984. "src/"
  9985. ]
  9986. },
  9987. "notification-url": "https://packagist.org/downloads/",
  9988. "license": [
  9989. "BSD-3-Clause"
  9990. ],
  9991. "authors": [
  9992. {
  9993. "name": "Arne Blankerts",
  9994. "email": "arne@blankerts.de",
  9995. "role": "Developer"
  9996. },
  9997. {
  9998. "name": "Sebastian Heuer",
  9999. "email": "sebastian@phpeople.de",
  10000. "role": "Developer"
  10001. },
  10002. {
  10003. "name": "Sebastian Bergmann",
  10004. "email": "sebastian@phpunit.de",
  10005. "role": "Developer"
  10006. }
  10007. ],
  10008. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  10009. "support": {
  10010. "issues": "https://github.com/phar-io/manifest/issues",
  10011. "source": "https://github.com/phar-io/manifest/tree/master"
  10012. },
  10013. "time": "2018-07-08T19:23:20+00:00"
  10014. },
  10015. {
  10016. "name": "phar-io/version",
  10017. "version": "2.0.1",
  10018. "source": {
  10019. "type": "git",
  10020. "url": "https://github.com/phar-io/version.git",
  10021. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
  10022. },
  10023. "dist": {
  10024. "type": "zip",
  10025. "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  10026. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  10027. "shasum": "",
  10028. "mirrors": [
  10029. {
  10030. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10031. "preferred": true
  10032. }
  10033. ]
  10034. },
  10035. "require": {
  10036. "php": "^5.6 || ^7.0"
  10037. },
  10038. "type": "library",
  10039. "autoload": {
  10040. "classmap": [
  10041. "src/"
  10042. ]
  10043. },
  10044. "notification-url": "https://packagist.org/downloads/",
  10045. "license": [
  10046. "BSD-3-Clause"
  10047. ],
  10048. "authors": [
  10049. {
  10050. "name": "Arne Blankerts",
  10051. "email": "arne@blankerts.de",
  10052. "role": "Developer"
  10053. },
  10054. {
  10055. "name": "Sebastian Heuer",
  10056. "email": "sebastian@phpeople.de",
  10057. "role": "Developer"
  10058. },
  10059. {
  10060. "name": "Sebastian Bergmann",
  10061. "email": "sebastian@phpunit.de",
  10062. "role": "Developer"
  10063. }
  10064. ],
  10065. "description": "Library for handling version information and constraints",
  10066. "support": {
  10067. "issues": "https://github.com/phar-io/version/issues",
  10068. "source": "https://github.com/phar-io/version/tree/master"
  10069. },
  10070. "time": "2018-07-08T19:19:57+00:00"
  10071. },
  10072. {
  10073. "name": "php-cs-fixer/diff",
  10074. "version": "v1.3.1",
  10075. "source": {
  10076. "type": "git",
  10077. "url": "https://github.com/PHP-CS-Fixer/diff.git",
  10078. "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759"
  10079. },
  10080. "dist": {
  10081. "type": "zip",
  10082. "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/dbd31aeb251639ac0b9e7e29405c1441907f5759",
  10083. "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759",
  10084. "shasum": "",
  10085. "mirrors": [
  10086. {
  10087. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10088. "preferred": true
  10089. }
  10090. ]
  10091. },
  10092. "require": {
  10093. "php": "^5.6 || ^7.0 || ^8.0"
  10094. },
  10095. "require-dev": {
  10096. "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0",
  10097. "symfony/process": "^3.3"
  10098. },
  10099. "type": "library",
  10100. "autoload": {
  10101. "classmap": [
  10102. "src/"
  10103. ]
  10104. },
  10105. "notification-url": "https://packagist.org/downloads/",
  10106. "license": [
  10107. "BSD-3-Clause"
  10108. ],
  10109. "authors": [
  10110. {
  10111. "name": "Sebastian Bergmann",
  10112. "email": "sebastian@phpunit.de"
  10113. },
  10114. {
  10115. "name": "Kore Nordmann",
  10116. "email": "mail@kore-nordmann.de"
  10117. },
  10118. {
  10119. "name": "SpacePossum"
  10120. }
  10121. ],
  10122. "description": "sebastian/diff v2 backport support for PHP5.6",
  10123. "homepage": "https://github.com/PHP-CS-Fixer",
  10124. "keywords": [
  10125. "diff"
  10126. ],
  10127. "support": {
  10128. "issues": "https://github.com/PHP-CS-Fixer/diff/issues",
  10129. "source": "https://github.com/PHP-CS-Fixer/diff/tree/v1.3.1"
  10130. },
  10131. "time": "2020-10-14T08:39:05+00:00"
  10132. },
  10133. {
  10134. "name": "phpspec/prophecy",
  10135. "version": "v1.15.0",
  10136. "source": {
  10137. "type": "git",
  10138. "url": "https://github.com/phpspec/prophecy.git",
  10139. "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13"
  10140. },
  10141. "dist": {
  10142. "type": "zip",
  10143. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
  10144. "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
  10145. "shasum": "",
  10146. "mirrors": [
  10147. {
  10148. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10149. "preferred": true
  10150. }
  10151. ]
  10152. },
  10153. "require": {
  10154. "doctrine/instantiator": "^1.2",
  10155. "php": "^7.2 || ~8.0, <8.2",
  10156. "phpdocumentor/reflection-docblock": "^5.2",
  10157. "sebastian/comparator": "^3.0 || ^4.0",
  10158. "sebastian/recursion-context": "^3.0 || ^4.0"
  10159. },
  10160. "require-dev": {
  10161. "phpspec/phpspec": "^6.0 || ^7.0",
  10162. "phpunit/phpunit": "^8.0 || ^9.0"
  10163. },
  10164. "type": "library",
  10165. "extra": {
  10166. "branch-alias": {
  10167. "dev-master": "1.x-dev"
  10168. }
  10169. },
  10170. "autoload": {
  10171. "psr-4": {
  10172. "Prophecy\\": "src/Prophecy"
  10173. }
  10174. },
  10175. "notification-url": "https://packagist.org/downloads/",
  10176. "license": [
  10177. "MIT"
  10178. ],
  10179. "authors": [
  10180. {
  10181. "name": "Konstantin Kudryashov",
  10182. "email": "ever.zet@gmail.com",
  10183. "homepage": "http://everzet.com"
  10184. },
  10185. {
  10186. "name": "Marcello Duarte",
  10187. "email": "marcello.duarte@gmail.com"
  10188. }
  10189. ],
  10190. "description": "Highly opinionated mocking framework for PHP 5.3+",
  10191. "homepage": "https://github.com/phpspec/prophecy",
  10192. "keywords": [
  10193. "Double",
  10194. "Dummy",
  10195. "fake",
  10196. "mock",
  10197. "spy",
  10198. "stub"
  10199. ],
  10200. "support": {
  10201. "issues": "https://github.com/phpspec/prophecy/issues",
  10202. "source": "https://github.com/phpspec/prophecy/tree/v1.15.0"
  10203. },
  10204. "time": "2021-12-08T12:19:24+00:00"
  10205. },
  10206. {
  10207. "name": "phpstan/phpstan",
  10208. "version": "0.12.99",
  10209. "source": {
  10210. "type": "git",
  10211. "url": "https://github.com/phpstan/phpstan.git",
  10212. "reference": "b4d40f1d759942f523be267a1bab6884f46ca3f7"
  10213. },
  10214. "dist": {
  10215. "type": "zip",
  10216. "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b4d40f1d759942f523be267a1bab6884f46ca3f7",
  10217. "reference": "b4d40f1d759942f523be267a1bab6884f46ca3f7",
  10218. "shasum": "",
  10219. "mirrors": [
  10220. {
  10221. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10222. "preferred": true
  10223. }
  10224. ]
  10225. },
  10226. "require": {
  10227. "php": "^7.1|^8.0"
  10228. },
  10229. "conflict": {
  10230. "phpstan/phpstan-shim": "*"
  10231. },
  10232. "bin": [
  10233. "phpstan",
  10234. "phpstan.phar"
  10235. ],
  10236. "type": "library",
  10237. "extra": {
  10238. "branch-alias": {
  10239. "dev-master": "0.12-dev"
  10240. }
  10241. },
  10242. "autoload": {
  10243. "files": [
  10244. "bootstrap.php"
  10245. ]
  10246. },
  10247. "notification-url": "https://packagist.org/downloads/",
  10248. "license": [
  10249. "MIT"
  10250. ],
  10251. "description": "PHPStan - PHP Static Analysis Tool",
  10252. "support": {
  10253. "issues": "https://github.com/phpstan/phpstan/issues",
  10254. "source": "https://github.com/phpstan/phpstan/tree/0.12.99"
  10255. },
  10256. "funding": [
  10257. {
  10258. "url": "https://github.com/ondrejmirtes",
  10259. "type": "github"
  10260. },
  10261. {
  10262. "url": "https://github.com/phpstan",
  10263. "type": "github"
  10264. },
  10265. {
  10266. "url": "https://www.patreon.com/phpstan",
  10267. "type": "patreon"
  10268. },
  10269. {
  10270. "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
  10271. "type": "tidelift"
  10272. }
  10273. ],
  10274. "time": "2021-09-12T20:09:55+00:00"
  10275. },
  10276. {
  10277. "name": "phpunit/php-code-coverage",
  10278. "version": "6.1.4",
  10279. "source": {
  10280. "type": "git",
  10281. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  10282. "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
  10283. },
  10284. "dist": {
  10285. "type": "zip",
  10286. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
  10287. "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
  10288. "shasum": "",
  10289. "mirrors": [
  10290. {
  10291. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10292. "preferred": true
  10293. }
  10294. ]
  10295. },
  10296. "require": {
  10297. "ext-dom": "*",
  10298. "ext-xmlwriter": "*",
  10299. "php": "^7.1",
  10300. "phpunit/php-file-iterator": "^2.0",
  10301. "phpunit/php-text-template": "^1.2.1",
  10302. "phpunit/php-token-stream": "^3.0",
  10303. "sebastian/code-unit-reverse-lookup": "^1.0.1",
  10304. "sebastian/environment": "^3.1 || ^4.0",
  10305. "sebastian/version": "^2.0.1",
  10306. "theseer/tokenizer": "^1.1"
  10307. },
  10308. "require-dev": {
  10309. "phpunit/phpunit": "^7.0"
  10310. },
  10311. "suggest": {
  10312. "ext-xdebug": "^2.6.0"
  10313. },
  10314. "type": "library",
  10315. "extra": {
  10316. "branch-alias": {
  10317. "dev-master": "6.1-dev"
  10318. }
  10319. },
  10320. "autoload": {
  10321. "classmap": [
  10322. "src/"
  10323. ]
  10324. },
  10325. "notification-url": "https://packagist.org/downloads/",
  10326. "license": [
  10327. "BSD-3-Clause"
  10328. ],
  10329. "authors": [
  10330. {
  10331. "name": "Sebastian Bergmann",
  10332. "email": "sebastian@phpunit.de",
  10333. "role": "lead"
  10334. }
  10335. ],
  10336. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  10337. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  10338. "keywords": [
  10339. "coverage",
  10340. "testing",
  10341. "xunit"
  10342. ],
  10343. "support": {
  10344. "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
  10345. "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/master"
  10346. },
  10347. "time": "2018-10-31T16:06:48+00:00"
  10348. },
  10349. {
  10350. "name": "phpunit/php-file-iterator",
  10351. "version": "2.0.5",
  10352. "source": {
  10353. "type": "git",
  10354. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  10355. "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5"
  10356. },
  10357. "dist": {
  10358. "type": "zip",
  10359. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5",
  10360. "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5",
  10361. "shasum": "",
  10362. "mirrors": [
  10363. {
  10364. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10365. "preferred": true
  10366. }
  10367. ]
  10368. },
  10369. "require": {
  10370. "php": ">=7.1"
  10371. },
  10372. "require-dev": {
  10373. "phpunit/phpunit": "^8.5"
  10374. },
  10375. "type": "library",
  10376. "extra": {
  10377. "branch-alias": {
  10378. "dev-master": "2.0.x-dev"
  10379. }
  10380. },
  10381. "autoload": {
  10382. "classmap": [
  10383. "src/"
  10384. ]
  10385. },
  10386. "notification-url": "https://packagist.org/downloads/",
  10387. "license": [
  10388. "BSD-3-Clause"
  10389. ],
  10390. "authors": [
  10391. {
  10392. "name": "Sebastian Bergmann",
  10393. "email": "sebastian@phpunit.de",
  10394. "role": "lead"
  10395. }
  10396. ],
  10397. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  10398. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  10399. "keywords": [
  10400. "filesystem",
  10401. "iterator"
  10402. ],
  10403. "support": {
  10404. "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
  10405. "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.5"
  10406. },
  10407. "funding": [
  10408. {
  10409. "url": "https://github.com/sebastianbergmann",
  10410. "type": "github"
  10411. }
  10412. ],
  10413. "time": "2021-12-02T12:42:26+00:00"
  10414. },
  10415. {
  10416. "name": "phpunit/php-text-template",
  10417. "version": "1.2.1",
  10418. "source": {
  10419. "type": "git",
  10420. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  10421. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  10422. },
  10423. "dist": {
  10424. "type": "zip",
  10425. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  10426. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  10427. "shasum": "",
  10428. "mirrors": [
  10429. {
  10430. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10431. "preferred": true
  10432. }
  10433. ]
  10434. },
  10435. "require": {
  10436. "php": ">=5.3.3"
  10437. },
  10438. "type": "library",
  10439. "autoload": {
  10440. "classmap": [
  10441. "src/"
  10442. ]
  10443. },
  10444. "notification-url": "https://packagist.org/downloads/",
  10445. "license": [
  10446. "BSD-3-Clause"
  10447. ],
  10448. "authors": [
  10449. {
  10450. "name": "Sebastian Bergmann",
  10451. "email": "sebastian@phpunit.de",
  10452. "role": "lead"
  10453. }
  10454. ],
  10455. "description": "Simple template engine.",
  10456. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  10457. "keywords": [
  10458. "template"
  10459. ],
  10460. "support": {
  10461. "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
  10462. "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
  10463. },
  10464. "time": "2015-06-21T13:50:34+00:00"
  10465. },
  10466. {
  10467. "name": "phpunit/php-timer",
  10468. "version": "2.1.3",
  10469. "source": {
  10470. "type": "git",
  10471. "url": "https://github.com/sebastianbergmann/php-timer.git",
  10472. "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662"
  10473. },
  10474. "dist": {
  10475. "type": "zip",
  10476. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d85a58a9a3bd5662",
  10477. "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662",
  10478. "shasum": "",
  10479. "mirrors": [
  10480. {
  10481. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10482. "preferred": true
  10483. }
  10484. ]
  10485. },
  10486. "require": {
  10487. "php": ">=7.1"
  10488. },
  10489. "require-dev": {
  10490. "phpunit/phpunit": "^8.5"
  10491. },
  10492. "type": "library",
  10493. "extra": {
  10494. "branch-alias": {
  10495. "dev-master": "2.1-dev"
  10496. }
  10497. },
  10498. "autoload": {
  10499. "classmap": [
  10500. "src/"
  10501. ]
  10502. },
  10503. "notification-url": "https://packagist.org/downloads/",
  10504. "license": [
  10505. "BSD-3-Clause"
  10506. ],
  10507. "authors": [
  10508. {
  10509. "name": "Sebastian Bergmann",
  10510. "email": "sebastian@phpunit.de",
  10511. "role": "lead"
  10512. }
  10513. ],
  10514. "description": "Utility class for timing",
  10515. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  10516. "keywords": [
  10517. "timer"
  10518. ],
  10519. "support": {
  10520. "issues": "https://github.com/sebastianbergmann/php-timer/issues",
  10521. "source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.3"
  10522. },
  10523. "funding": [
  10524. {
  10525. "url": "https://github.com/sebastianbergmann",
  10526. "type": "github"
  10527. }
  10528. ],
  10529. "time": "2020-11-30T08:20:02+00:00"
  10530. },
  10531. {
  10532. "name": "phpunit/php-token-stream",
  10533. "version": "3.1.3",
  10534. "source": {
  10535. "type": "git",
  10536. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  10537. "reference": "9c1da83261628cb24b6a6df371b6e312b3954768"
  10538. },
  10539. "dist": {
  10540. "type": "zip",
  10541. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9c1da83261628cb24b6a6df371b6e312b3954768",
  10542. "reference": "9c1da83261628cb24b6a6df371b6e312b3954768",
  10543. "shasum": "",
  10544. "mirrors": [
  10545. {
  10546. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10547. "preferred": true
  10548. }
  10549. ]
  10550. },
  10551. "require": {
  10552. "ext-tokenizer": "*",
  10553. "php": ">=7.1"
  10554. },
  10555. "require-dev": {
  10556. "phpunit/phpunit": "^7.0"
  10557. },
  10558. "type": "library",
  10559. "extra": {
  10560. "branch-alias": {
  10561. "dev-master": "3.1-dev"
  10562. }
  10563. },
  10564. "autoload": {
  10565. "classmap": [
  10566. "src/"
  10567. ]
  10568. },
  10569. "notification-url": "https://packagist.org/downloads/",
  10570. "license": [
  10571. "BSD-3-Clause"
  10572. ],
  10573. "authors": [
  10574. {
  10575. "name": "Sebastian Bergmann",
  10576. "email": "sebastian@phpunit.de"
  10577. }
  10578. ],
  10579. "description": "Wrapper around PHP's tokenizer extension.",
  10580. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  10581. "keywords": [
  10582. "tokenizer"
  10583. ],
  10584. "support": {
  10585. "issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
  10586. "source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.3"
  10587. },
  10588. "funding": [
  10589. {
  10590. "url": "https://github.com/sebastianbergmann",
  10591. "type": "github"
  10592. }
  10593. ],
  10594. "abandoned": true,
  10595. "time": "2021-07-26T12:15:06+00:00"
  10596. },
  10597. {
  10598. "name": "phpunit/phpunit",
  10599. "version": "7.5.20",
  10600. "source": {
  10601. "type": "git",
  10602. "url": "https://github.com/sebastianbergmann/phpunit.git",
  10603. "reference": "9467db479d1b0487c99733bb1e7944d32deded2c"
  10604. },
  10605. "dist": {
  10606. "type": "zip",
  10607. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c",
  10608. "reference": "9467db479d1b0487c99733bb1e7944d32deded2c",
  10609. "shasum": "",
  10610. "mirrors": [
  10611. {
  10612. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10613. "preferred": true
  10614. }
  10615. ]
  10616. },
  10617. "require": {
  10618. "doctrine/instantiator": "^1.1",
  10619. "ext-dom": "*",
  10620. "ext-json": "*",
  10621. "ext-libxml": "*",
  10622. "ext-mbstring": "*",
  10623. "ext-xml": "*",
  10624. "myclabs/deep-copy": "^1.7",
  10625. "phar-io/manifest": "^1.0.2",
  10626. "phar-io/version": "^2.0",
  10627. "php": "^7.1",
  10628. "phpspec/prophecy": "^1.7",
  10629. "phpunit/php-code-coverage": "^6.0.7",
  10630. "phpunit/php-file-iterator": "^2.0.1",
  10631. "phpunit/php-text-template": "^1.2.1",
  10632. "phpunit/php-timer": "^2.1",
  10633. "sebastian/comparator": "^3.0",
  10634. "sebastian/diff": "^3.0",
  10635. "sebastian/environment": "^4.0",
  10636. "sebastian/exporter": "^3.1",
  10637. "sebastian/global-state": "^2.0",
  10638. "sebastian/object-enumerator": "^3.0.3",
  10639. "sebastian/resource-operations": "^2.0",
  10640. "sebastian/version": "^2.0.1"
  10641. },
  10642. "conflict": {
  10643. "phpunit/phpunit-mock-objects": "*"
  10644. },
  10645. "require-dev": {
  10646. "ext-pdo": "*"
  10647. },
  10648. "suggest": {
  10649. "ext-soap": "*",
  10650. "ext-xdebug": "*",
  10651. "phpunit/php-invoker": "^2.0"
  10652. },
  10653. "bin": [
  10654. "phpunit"
  10655. ],
  10656. "type": "library",
  10657. "extra": {
  10658. "branch-alias": {
  10659. "dev-master": "7.5-dev"
  10660. }
  10661. },
  10662. "autoload": {
  10663. "classmap": [
  10664. "src/"
  10665. ]
  10666. },
  10667. "notification-url": "https://packagist.org/downloads/",
  10668. "license": [
  10669. "BSD-3-Clause"
  10670. ],
  10671. "authors": [
  10672. {
  10673. "name": "Sebastian Bergmann",
  10674. "email": "sebastian@phpunit.de",
  10675. "role": "lead"
  10676. }
  10677. ],
  10678. "description": "The PHP Unit Testing framework.",
  10679. "homepage": "https://phpunit.de/",
  10680. "keywords": [
  10681. "phpunit",
  10682. "testing",
  10683. "xunit"
  10684. ],
  10685. "support": {
  10686. "issues": "https://github.com/sebastianbergmann/phpunit/issues",
  10687. "source": "https://github.com/sebastianbergmann/phpunit/tree/7.5.20"
  10688. },
  10689. "time": "2020-01-08T08:45:45+00:00"
  10690. },
  10691. {
  10692. "name": "sebastian/code-unit-reverse-lookup",
  10693. "version": "1.0.2",
  10694. "source": {
  10695. "type": "git",
  10696. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  10697. "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
  10698. },
  10699. "dist": {
  10700. "type": "zip",
  10701. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
  10702. "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
  10703. "shasum": "",
  10704. "mirrors": [
  10705. {
  10706. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10707. "preferred": true
  10708. }
  10709. ]
  10710. },
  10711. "require": {
  10712. "php": ">=5.6"
  10713. },
  10714. "require-dev": {
  10715. "phpunit/phpunit": "^8.5"
  10716. },
  10717. "type": "library",
  10718. "extra": {
  10719. "branch-alias": {
  10720. "dev-master": "1.0.x-dev"
  10721. }
  10722. },
  10723. "autoload": {
  10724. "classmap": [
  10725. "src/"
  10726. ]
  10727. },
  10728. "notification-url": "https://packagist.org/downloads/",
  10729. "license": [
  10730. "BSD-3-Clause"
  10731. ],
  10732. "authors": [
  10733. {
  10734. "name": "Sebastian Bergmann",
  10735. "email": "sebastian@phpunit.de"
  10736. }
  10737. ],
  10738. "description": "Looks up which function or method a line of code belongs to",
  10739. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  10740. "support": {
  10741. "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
  10742. "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2"
  10743. },
  10744. "funding": [
  10745. {
  10746. "url": "https://github.com/sebastianbergmann",
  10747. "type": "github"
  10748. }
  10749. ],
  10750. "time": "2020-11-30T08:15:22+00:00"
  10751. },
  10752. {
  10753. "name": "sebastian/comparator",
  10754. "version": "3.0.3",
  10755. "source": {
  10756. "type": "git",
  10757. "url": "https://github.com/sebastianbergmann/comparator.git",
  10758. "reference": "1071dfcef776a57013124ff35e1fc41ccd294758"
  10759. },
  10760. "dist": {
  10761. "type": "zip",
  10762. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1071dfcef776a57013124ff35e1fc41ccd294758",
  10763. "reference": "1071dfcef776a57013124ff35e1fc41ccd294758",
  10764. "shasum": "",
  10765. "mirrors": [
  10766. {
  10767. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10768. "preferred": true
  10769. }
  10770. ]
  10771. },
  10772. "require": {
  10773. "php": ">=7.1",
  10774. "sebastian/diff": "^3.0",
  10775. "sebastian/exporter": "^3.1"
  10776. },
  10777. "require-dev": {
  10778. "phpunit/phpunit": "^8.5"
  10779. },
  10780. "type": "library",
  10781. "extra": {
  10782. "branch-alias": {
  10783. "dev-master": "3.0-dev"
  10784. }
  10785. },
  10786. "autoload": {
  10787. "classmap": [
  10788. "src/"
  10789. ]
  10790. },
  10791. "notification-url": "https://packagist.org/downloads/",
  10792. "license": [
  10793. "BSD-3-Clause"
  10794. ],
  10795. "authors": [
  10796. {
  10797. "name": "Sebastian Bergmann",
  10798. "email": "sebastian@phpunit.de"
  10799. },
  10800. {
  10801. "name": "Jeff Welch",
  10802. "email": "whatthejeff@gmail.com"
  10803. },
  10804. {
  10805. "name": "Volker Dusch",
  10806. "email": "github@wallbash.com"
  10807. },
  10808. {
  10809. "name": "Bernhard Schussek",
  10810. "email": "bschussek@2bepublished.at"
  10811. }
  10812. ],
  10813. "description": "Provides the functionality to compare PHP values for equality",
  10814. "homepage": "https://github.com/sebastianbergmann/comparator",
  10815. "keywords": [
  10816. "comparator",
  10817. "compare",
  10818. "equality"
  10819. ],
  10820. "support": {
  10821. "issues": "https://github.com/sebastianbergmann/comparator/issues",
  10822. "source": "https://github.com/sebastianbergmann/comparator/tree/3.0.3"
  10823. },
  10824. "funding": [
  10825. {
  10826. "url": "https://github.com/sebastianbergmann",
  10827. "type": "github"
  10828. }
  10829. ],
  10830. "time": "2020-11-30T08:04:30+00:00"
  10831. },
  10832. {
  10833. "name": "sebastian/diff",
  10834. "version": "3.0.3",
  10835. "source": {
  10836. "type": "git",
  10837. "url": "https://github.com/sebastianbergmann/diff.git",
  10838. "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211"
  10839. },
  10840. "dist": {
  10841. "type": "zip",
  10842. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
  10843. "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
  10844. "shasum": "",
  10845. "mirrors": [
  10846. {
  10847. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10848. "preferred": true
  10849. }
  10850. ]
  10851. },
  10852. "require": {
  10853. "php": ">=7.1"
  10854. },
  10855. "require-dev": {
  10856. "phpunit/phpunit": "^7.5 || ^8.0",
  10857. "symfony/process": "^2 || ^3.3 || ^4"
  10858. },
  10859. "type": "library",
  10860. "extra": {
  10861. "branch-alias": {
  10862. "dev-master": "3.0-dev"
  10863. }
  10864. },
  10865. "autoload": {
  10866. "classmap": [
  10867. "src/"
  10868. ]
  10869. },
  10870. "notification-url": "https://packagist.org/downloads/",
  10871. "license": [
  10872. "BSD-3-Clause"
  10873. ],
  10874. "authors": [
  10875. {
  10876. "name": "Sebastian Bergmann",
  10877. "email": "sebastian@phpunit.de"
  10878. },
  10879. {
  10880. "name": "Kore Nordmann",
  10881. "email": "mail@kore-nordmann.de"
  10882. }
  10883. ],
  10884. "description": "Diff implementation",
  10885. "homepage": "https://github.com/sebastianbergmann/diff",
  10886. "keywords": [
  10887. "diff",
  10888. "udiff",
  10889. "unidiff",
  10890. "unified diff"
  10891. ],
  10892. "support": {
  10893. "issues": "https://github.com/sebastianbergmann/diff/issues",
  10894. "source": "https://github.com/sebastianbergmann/diff/tree/3.0.3"
  10895. },
  10896. "funding": [
  10897. {
  10898. "url": "https://github.com/sebastianbergmann",
  10899. "type": "github"
  10900. }
  10901. ],
  10902. "time": "2020-11-30T07:59:04+00:00"
  10903. },
  10904. {
  10905. "name": "sebastian/environment",
  10906. "version": "4.2.4",
  10907. "source": {
  10908. "type": "git",
  10909. "url": "https://github.com/sebastianbergmann/environment.git",
  10910. "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0"
  10911. },
  10912. "dist": {
  10913. "type": "zip",
  10914. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
  10915. "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
  10916. "shasum": "",
  10917. "mirrors": [
  10918. {
  10919. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10920. "preferred": true
  10921. }
  10922. ]
  10923. },
  10924. "require": {
  10925. "php": ">=7.1"
  10926. },
  10927. "require-dev": {
  10928. "phpunit/phpunit": "^7.5"
  10929. },
  10930. "suggest": {
  10931. "ext-posix": "*"
  10932. },
  10933. "type": "library",
  10934. "extra": {
  10935. "branch-alias": {
  10936. "dev-master": "4.2-dev"
  10937. }
  10938. },
  10939. "autoload": {
  10940. "classmap": [
  10941. "src/"
  10942. ]
  10943. },
  10944. "notification-url": "https://packagist.org/downloads/",
  10945. "license": [
  10946. "BSD-3-Clause"
  10947. ],
  10948. "authors": [
  10949. {
  10950. "name": "Sebastian Bergmann",
  10951. "email": "sebastian@phpunit.de"
  10952. }
  10953. ],
  10954. "description": "Provides functionality to handle HHVM/PHP environments",
  10955. "homepage": "http://www.github.com/sebastianbergmann/environment",
  10956. "keywords": [
  10957. "Xdebug",
  10958. "environment",
  10959. "hhvm"
  10960. ],
  10961. "support": {
  10962. "issues": "https://github.com/sebastianbergmann/environment/issues",
  10963. "source": "https://github.com/sebastianbergmann/environment/tree/4.2.4"
  10964. },
  10965. "funding": [
  10966. {
  10967. "url": "https://github.com/sebastianbergmann",
  10968. "type": "github"
  10969. }
  10970. ],
  10971. "time": "2020-11-30T07:53:42+00:00"
  10972. },
  10973. {
  10974. "name": "sebastian/exporter",
  10975. "version": "3.1.4",
  10976. "source": {
  10977. "type": "git",
  10978. "url": "https://github.com/sebastianbergmann/exporter.git",
  10979. "reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db"
  10980. },
  10981. "dist": {
  10982. "type": "zip",
  10983. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/0c32ea2e40dbf59de29f3b49bf375176ce7dd8db",
  10984. "reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db",
  10985. "shasum": "",
  10986. "mirrors": [
  10987. {
  10988. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10989. "preferred": true
  10990. }
  10991. ]
  10992. },
  10993. "require": {
  10994. "php": ">=7.0",
  10995. "sebastian/recursion-context": "^3.0"
  10996. },
  10997. "require-dev": {
  10998. "ext-mbstring": "*",
  10999. "phpunit/phpunit": "^8.5"
  11000. },
  11001. "type": "library",
  11002. "extra": {
  11003. "branch-alias": {
  11004. "dev-master": "3.1.x-dev"
  11005. }
  11006. },
  11007. "autoload": {
  11008. "classmap": [
  11009. "src/"
  11010. ]
  11011. },
  11012. "notification-url": "https://packagist.org/downloads/",
  11013. "license": [
  11014. "BSD-3-Clause"
  11015. ],
  11016. "authors": [
  11017. {
  11018. "name": "Sebastian Bergmann",
  11019. "email": "sebastian@phpunit.de"
  11020. },
  11021. {
  11022. "name": "Jeff Welch",
  11023. "email": "whatthejeff@gmail.com"
  11024. },
  11025. {
  11026. "name": "Volker Dusch",
  11027. "email": "github@wallbash.com"
  11028. },
  11029. {
  11030. "name": "Adam Harvey",
  11031. "email": "aharvey@php.net"
  11032. },
  11033. {
  11034. "name": "Bernhard Schussek",
  11035. "email": "bschussek@gmail.com"
  11036. }
  11037. ],
  11038. "description": "Provides the functionality to export PHP variables for visualization",
  11039. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  11040. "keywords": [
  11041. "export",
  11042. "exporter"
  11043. ],
  11044. "support": {
  11045. "issues": "https://github.com/sebastianbergmann/exporter/issues",
  11046. "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.4"
  11047. },
  11048. "funding": [
  11049. {
  11050. "url": "https://github.com/sebastianbergmann",
  11051. "type": "github"
  11052. }
  11053. ],
  11054. "time": "2021-11-11T13:51:24+00:00"
  11055. },
  11056. {
  11057. "name": "sebastian/global-state",
  11058. "version": "2.0.0",
  11059. "source": {
  11060. "type": "git",
  11061. "url": "https://github.com/sebastianbergmann/global-state.git",
  11062. "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
  11063. },
  11064. "dist": {
  11065. "type": "zip",
  11066. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  11067. "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  11068. "shasum": "",
  11069. "mirrors": [
  11070. {
  11071. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  11072. "preferred": true
  11073. }
  11074. ]
  11075. },
  11076. "require": {
  11077. "php": "^7.0"
  11078. },
  11079. "require-dev": {
  11080. "phpunit/phpunit": "^6.0"
  11081. },
  11082. "suggest": {
  11083. "ext-uopz": "*"
  11084. },
  11085. "type": "library",
  11086. "extra": {
  11087. "branch-alias": {
  11088. "dev-master": "2.0-dev"
  11089. }
  11090. },
  11091. "autoload": {
  11092. "classmap": [
  11093. "src/"
  11094. ]
  11095. },
  11096. "notification-url": "https://packagist.org/downloads/",
  11097. "license": [
  11098. "BSD-3-Clause"
  11099. ],
  11100. "authors": [
  11101. {
  11102. "name": "Sebastian Bergmann",
  11103. "email": "sebastian@phpunit.de"
  11104. }
  11105. ],
  11106. "description": "Snapshotting of global state",
  11107. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  11108. "keywords": [
  11109. "global state"
  11110. ],
  11111. "support": {
  11112. "issues": "https://github.com/sebastianbergmann/global-state/issues",
  11113. "source": "https://github.com/sebastianbergmann/global-state/tree/2.0.0"
  11114. },
  11115. "time": "2017-04-27T15:39:26+00:00"
  11116. },
  11117. {
  11118. "name": "sebastian/object-enumerator",
  11119. "version": "3.0.4",
  11120. "source": {
  11121. "type": "git",
  11122. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  11123. "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2"
  11124. },
  11125. "dist": {
  11126. "type": "zip",
  11127. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
  11128. "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
  11129. "shasum": "",
  11130. "mirrors": [
  11131. {
  11132. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  11133. "preferred": true
  11134. }
  11135. ]
  11136. },
  11137. "require": {
  11138. "php": ">=7.0",
  11139. "sebastian/object-reflector": "^1.1.1",
  11140. "sebastian/recursion-context": "^3.0"
  11141. },
  11142. "require-dev": {
  11143. "phpunit/phpunit": "^6.0"
  11144. },
  11145. "type": "library",
  11146. "extra": {
  11147. "branch-alias": {
  11148. "dev-master": "3.0.x-dev"
  11149. }
  11150. },
  11151. "autoload": {
  11152. "classmap": [
  11153. "src/"
  11154. ]
  11155. },
  11156. "notification-url": "https://packagist.org/downloads/",
  11157. "license": [
  11158. "BSD-3-Clause"
  11159. ],
  11160. "authors": [
  11161. {
  11162. "name": "Sebastian Bergmann",
  11163. "email": "sebastian@phpunit.de"
  11164. }
  11165. ],
  11166. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  11167. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  11168. "support": {
  11169. "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
  11170. "source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.4"
  11171. },
  11172. "funding": [
  11173. {
  11174. "url": "https://github.com/sebastianbergmann",
  11175. "type": "github"
  11176. }
  11177. ],
  11178. "time": "2020-11-30T07:40:27+00:00"
  11179. },
  11180. {
  11181. "name": "sebastian/object-reflector",
  11182. "version": "1.1.2",
  11183. "source": {
  11184. "type": "git",
  11185. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  11186. "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"
  11187. },
  11188. "dist": {
  11189. "type": "zip",
  11190. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
  11191. "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
  11192. "shasum": "",
  11193. "mirrors": [
  11194. {
  11195. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  11196. "preferred": true
  11197. }
  11198. ]
  11199. },
  11200. "require": {
  11201. "php": ">=7.0"
  11202. },
  11203. "require-dev": {
  11204. "phpunit/phpunit": "^6.0"
  11205. },
  11206. "type": "library",
  11207. "extra": {
  11208. "branch-alias": {
  11209. "dev-master": "1.1-dev"
  11210. }
  11211. },
  11212. "autoload": {
  11213. "classmap": [
  11214. "src/"
  11215. ]
  11216. },
  11217. "notification-url": "https://packagist.org/downloads/",
  11218. "license": [
  11219. "BSD-3-Clause"
  11220. ],
  11221. "authors": [
  11222. {
  11223. "name": "Sebastian Bergmann",
  11224. "email": "sebastian@phpunit.de"
  11225. }
  11226. ],
  11227. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  11228. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  11229. "support": {
  11230. "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
  11231. "source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.2"
  11232. },
  11233. "funding": [
  11234. {
  11235. "url": "https://github.com/sebastianbergmann",
  11236. "type": "github"
  11237. }
  11238. ],
  11239. "time": "2020-11-30T07:37:18+00:00"
  11240. },
  11241. {
  11242. "name": "sebastian/recursion-context",
  11243. "version": "3.0.1",
  11244. "source": {
  11245. "type": "git",
  11246. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  11247. "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb"
  11248. },
  11249. "dist": {
  11250. "type": "zip",
  11251. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb",
  11252. "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb",
  11253. "shasum": "",
  11254. "mirrors": [
  11255. {
  11256. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  11257. "preferred": true
  11258. }
  11259. ]
  11260. },
  11261. "require": {
  11262. "php": ">=7.0"
  11263. },
  11264. "require-dev": {
  11265. "phpunit/phpunit": "^6.0"
  11266. },
  11267. "type": "library",
  11268. "extra": {
  11269. "branch-alias": {
  11270. "dev-master": "3.0.x-dev"
  11271. }
  11272. },
  11273. "autoload": {
  11274. "classmap": [
  11275. "src/"
  11276. ]
  11277. },
  11278. "notification-url": "https://packagist.org/downloads/",
  11279. "license": [
  11280. "BSD-3-Clause"
  11281. ],
  11282. "authors": [
  11283. {
  11284. "name": "Sebastian Bergmann",
  11285. "email": "sebastian@phpunit.de"
  11286. },
  11287. {
  11288. "name": "Jeff Welch",
  11289. "email": "whatthejeff@gmail.com"
  11290. },
  11291. {
  11292. "name": "Adam Harvey",
  11293. "email": "aharvey@php.net"
  11294. }
  11295. ],
  11296. "description": "Provides functionality to recursively process PHP variables",
  11297. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  11298. "support": {
  11299. "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
  11300. "source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.1"
  11301. },
  11302. "funding": [
  11303. {
  11304. "url": "https://github.com/sebastianbergmann",
  11305. "type": "github"
  11306. }
  11307. ],
  11308. "time": "2020-11-30T07:34:24+00:00"
  11309. },
  11310. {
  11311. "name": "sebastian/resource-operations",
  11312. "version": "2.0.2",
  11313. "source": {
  11314. "type": "git",
  11315. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  11316. "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3"
  11317. },
  11318. "dist": {
  11319. "type": "zip",
  11320. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3",
  11321. "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3",
  11322. "shasum": "",
  11323. "mirrors": [
  11324. {
  11325. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  11326. "preferred": true
  11327. }
  11328. ]
  11329. },
  11330. "require": {
  11331. "php": ">=7.1"
  11332. },
  11333. "type": "library",
  11334. "extra": {
  11335. "branch-alias": {
  11336. "dev-master": "2.0-dev"
  11337. }
  11338. },
  11339. "autoload": {
  11340. "classmap": [
  11341. "src/"
  11342. ]
  11343. },
  11344. "notification-url": "https://packagist.org/downloads/",
  11345. "license": [
  11346. "BSD-3-Clause"
  11347. ],
  11348. "authors": [
  11349. {
  11350. "name": "Sebastian Bergmann",
  11351. "email": "sebastian@phpunit.de"
  11352. }
  11353. ],
  11354. "description": "Provides a list of PHP built-in functions that operate on resources",
  11355. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  11356. "support": {
  11357. "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
  11358. "source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.2"
  11359. },
  11360. "funding": [
  11361. {
  11362. "url": "https://github.com/sebastianbergmann",
  11363. "type": "github"
  11364. }
  11365. ],
  11366. "time": "2020-11-30T07:30:19+00:00"
  11367. },
  11368. {
  11369. "name": "sebastian/version",
  11370. "version": "2.0.1",
  11371. "source": {
  11372. "type": "git",
  11373. "url": "https://github.com/sebastianbergmann/version.git",
  11374. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  11375. },
  11376. "dist": {
  11377. "type": "zip",
  11378. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  11379. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  11380. "shasum": "",
  11381. "mirrors": [
  11382. {
  11383. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  11384. "preferred": true
  11385. }
  11386. ]
  11387. },
  11388. "require": {
  11389. "php": ">=5.6"
  11390. },
  11391. "type": "library",
  11392. "extra": {
  11393. "branch-alias": {
  11394. "dev-master": "2.0.x-dev"
  11395. }
  11396. },
  11397. "autoload": {
  11398. "classmap": [
  11399. "src/"
  11400. ]
  11401. },
  11402. "notification-url": "https://packagist.org/downloads/",
  11403. "license": [
  11404. "BSD-3-Clause"
  11405. ],
  11406. "authors": [
  11407. {
  11408. "name": "Sebastian Bergmann",
  11409. "email": "sebastian@phpunit.de",
  11410. "role": "lead"
  11411. }
  11412. ],
  11413. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  11414. "homepage": "https://github.com/sebastianbergmann/version",
  11415. "support": {
  11416. "issues": "https://github.com/sebastianbergmann/version/issues",
  11417. "source": "https://github.com/sebastianbergmann/version/tree/master"
  11418. },
  11419. "time": "2016-10-03T07:35:21+00:00"
  11420. },
  11421. {
  11422. "name": "swoole/ide-helper",
  11423. "version": "4.8.5",
  11424. "source": {
  11425. "type": "git",
  11426. "url": "https://github.com/swoole/ide-helper.git",
  11427. "reference": "d03c707d4dc803228e93b4884c72949c4d28e8b8"
  11428. },
  11429. "dist": {
  11430. "type": "zip",
  11431. "url": "https://api.github.com/repos/swoole/ide-helper/zipball/d03c707d4dc803228e93b4884c72949c4d28e8b8",
  11432. "reference": "d03c707d4dc803228e93b4884c72949c4d28e8b8",
  11433. "shasum": "",
  11434. "mirrors": [
  11435. {
  11436. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  11437. "preferred": true
  11438. }
  11439. ]
  11440. },
  11441. "type": "library",
  11442. "notification-url": "https://packagist.org/downloads/",
  11443. "license": [
  11444. "Apache-2.0"
  11445. ],
  11446. "authors": [
  11447. {
  11448. "name": "Team Swoole",
  11449. "email": "team@swoole.com"
  11450. }
  11451. ],
  11452. "description": "IDE help files for Swoole.",
  11453. "support": {
  11454. "issues": "https://github.com/swoole/ide-helper/issues",
  11455. "source": "https://github.com/swoole/ide-helper/tree/4.8.5"
  11456. },
  11457. "funding": [
  11458. {
  11459. "url": "https://gitee.com/swoole/swoole?donate=true",
  11460. "type": "custom"
  11461. },
  11462. {
  11463. "url": "https://github.com/swoole",
  11464. "type": "github"
  11465. }
  11466. ],
  11467. "time": "2021-12-24T22:44:20+00:00"
  11468. },
  11469. {
  11470. "name": "symfony/filesystem",
  11471. "version": "v5.4.0",
  11472. "source": {
  11473. "type": "git",
  11474. "url": "https://github.com/symfony/filesystem.git",
  11475. "reference": "731f917dc31edcffec2c6a777f3698c33bea8f01"
  11476. },
  11477. "dist": {
  11478. "type": "zip",
  11479. "url": "https://api.github.com/repos/symfony/filesystem/zipball/731f917dc31edcffec2c6a777f3698c33bea8f01",
  11480. "reference": "731f917dc31edcffec2c6a777f3698c33bea8f01",
  11481. "shasum": "",
  11482. "mirrors": [
  11483. {
  11484. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  11485. "preferred": true
  11486. }
  11487. ]
  11488. },
  11489. "require": {
  11490. "php": ">=7.2.5",
  11491. "symfony/polyfill-ctype": "~1.8",
  11492. "symfony/polyfill-mbstring": "~1.8",
  11493. "symfony/polyfill-php80": "^1.16"
  11494. },
  11495. "type": "library",
  11496. "autoload": {
  11497. "psr-4": {
  11498. "Symfony\\Component\\Filesystem\\": ""
  11499. },
  11500. "exclude-from-classmap": [
  11501. "/Tests/"
  11502. ]
  11503. },
  11504. "notification-url": "https://packagist.org/downloads/",
  11505. "license": [
  11506. "MIT"
  11507. ],
  11508. "authors": [
  11509. {
  11510. "name": "Fabien Potencier",
  11511. "email": "fabien@symfony.com"
  11512. },
  11513. {
  11514. "name": "Symfony Community",
  11515. "homepage": "https://symfony.com/contributors"
  11516. }
  11517. ],
  11518. "description": "Provides basic utilities for the filesystem",
  11519. "homepage": "https://symfony.com",
  11520. "support": {
  11521. "source": "https://github.com/symfony/filesystem/tree/v5.4.0"
  11522. },
  11523. "funding": [
  11524. {
  11525. "url": "https://symfony.com/sponsor",
  11526. "type": "custom"
  11527. },
  11528. {
  11529. "url": "https://github.com/fabpot",
  11530. "type": "github"
  11531. },
  11532. {
  11533. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  11534. "type": "tidelift"
  11535. }
  11536. ],
  11537. "time": "2021-10-28T13:39:27+00:00"
  11538. },
  11539. {
  11540. "name": "symfony/options-resolver",
  11541. "version": "v5.4.0",
  11542. "source": {
  11543. "type": "git",
  11544. "url": "https://github.com/symfony/options-resolver.git",
  11545. "reference": "b0fb78576487af19c500aaddb269fd36701d4847"
  11546. },
  11547. "dist": {
  11548. "type": "zip",
  11549. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/b0fb78576487af19c500aaddb269fd36701d4847",
  11550. "reference": "b0fb78576487af19c500aaddb269fd36701d4847",
  11551. "shasum": "",
  11552. "mirrors": [
  11553. {
  11554. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  11555. "preferred": true
  11556. }
  11557. ]
  11558. },
  11559. "require": {
  11560. "php": ">=7.2.5",
  11561. "symfony/deprecation-contracts": "^2.1|^3",
  11562. "symfony/polyfill-php73": "~1.0",
  11563. "symfony/polyfill-php80": "^1.16"
  11564. },
  11565. "type": "library",
  11566. "autoload": {
  11567. "psr-4": {
  11568. "Symfony\\Component\\OptionsResolver\\": ""
  11569. },
  11570. "exclude-from-classmap": [
  11571. "/Tests/"
  11572. ]
  11573. },
  11574. "notification-url": "https://packagist.org/downloads/",
  11575. "license": [
  11576. "MIT"
  11577. ],
  11578. "authors": [
  11579. {
  11580. "name": "Fabien Potencier",
  11581. "email": "fabien@symfony.com"
  11582. },
  11583. {
  11584. "name": "Symfony Community",
  11585. "homepage": "https://symfony.com/contributors"
  11586. }
  11587. ],
  11588. "description": "Provides an improved replacement for the array_replace PHP function",
  11589. "homepage": "https://symfony.com",
  11590. "keywords": [
  11591. "config",
  11592. "configuration",
  11593. "options"
  11594. ],
  11595. "support": {
  11596. "source": "https://github.com/symfony/options-resolver/tree/v5.4.0"
  11597. },
  11598. "funding": [
  11599. {
  11600. "url": "https://symfony.com/sponsor",
  11601. "type": "custom"
  11602. },
  11603. {
  11604. "url": "https://github.com/fabpot",
  11605. "type": "github"
  11606. },
  11607. {
  11608. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  11609. "type": "tidelift"
  11610. }
  11611. ],
  11612. "time": "2021-11-23T10:19:22+00:00"
  11613. },
  11614. {
  11615. "name": "symfony/polyfill-php70",
  11616. "version": "v1.20.0",
  11617. "source": {
  11618. "type": "git",
  11619. "url": "https://github.com/symfony/polyfill-php70.git",
  11620. "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644"
  11621. },
  11622. "dist": {
  11623. "type": "zip",
  11624. "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/5f03a781d984aae42cebd18e7912fa80f02ee644",
  11625. "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644",
  11626. "shasum": "",
  11627. "mirrors": [
  11628. {
  11629. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  11630. "preferred": true
  11631. }
  11632. ]
  11633. },
  11634. "require": {
  11635. "php": ">=7.1"
  11636. },
  11637. "type": "metapackage",
  11638. "extra": {
  11639. "branch-alias": {
  11640. "dev-main": "1.20-dev"
  11641. },
  11642. "thanks": {
  11643. "name": "symfony/polyfill",
  11644. "url": "https://github.com/symfony/polyfill"
  11645. }
  11646. },
  11647. "notification-url": "https://packagist.org/downloads/",
  11648. "license": [
  11649. "MIT"
  11650. ],
  11651. "authors": [
  11652. {
  11653. "name": "Nicolas Grekas",
  11654. "email": "p@tchwork.com"
  11655. },
  11656. {
  11657. "name": "Symfony Community",
  11658. "homepage": "https://symfony.com/contributors"
  11659. }
  11660. ],
  11661. "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
  11662. "homepage": "https://symfony.com",
  11663. "keywords": [
  11664. "compatibility",
  11665. "polyfill",
  11666. "portable",
  11667. "shim"
  11668. ],
  11669. "support": {
  11670. "source": "https://github.com/symfony/polyfill-php70/tree/v1.20.0"
  11671. },
  11672. "funding": [
  11673. {
  11674. "url": "https://symfony.com/sponsor",
  11675. "type": "custom"
  11676. },
  11677. {
  11678. "url": "https://github.com/fabpot",
  11679. "type": "github"
  11680. },
  11681. {
  11682. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  11683. "type": "tidelift"
  11684. }
  11685. ],
  11686. "time": "2020-10-23T14:02:19+00:00"
  11687. },
  11688. {
  11689. "name": "symfony/process",
  11690. "version": "v5.4.2",
  11691. "source": {
  11692. "type": "git",
  11693. "url": "https://github.com/symfony/process.git",
  11694. "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4"
  11695. },
  11696. "dist": {
  11697. "type": "zip",
  11698. "url": "https://api.github.com/repos/symfony/process/zipball/2b3ba8722c4aaf3e88011be5e7f48710088fb5e4",
  11699. "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4",
  11700. "shasum": "",
  11701. "mirrors": [
  11702. {
  11703. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  11704. "preferred": true
  11705. }
  11706. ]
  11707. },
  11708. "require": {
  11709. "php": ">=7.2.5",
  11710. "symfony/polyfill-php80": "^1.16"
  11711. },
  11712. "type": "library",
  11713. "autoload": {
  11714. "psr-4": {
  11715. "Symfony\\Component\\Process\\": ""
  11716. },
  11717. "exclude-from-classmap": [
  11718. "/Tests/"
  11719. ]
  11720. },
  11721. "notification-url": "https://packagist.org/downloads/",
  11722. "license": [
  11723. "MIT"
  11724. ],
  11725. "authors": [
  11726. {
  11727. "name": "Fabien Potencier",
  11728. "email": "fabien@symfony.com"
  11729. },
  11730. {
  11731. "name": "Symfony Community",
  11732. "homepage": "https://symfony.com/contributors"
  11733. }
  11734. ],
  11735. "description": "Executes commands in sub-processes",
  11736. "homepage": "https://symfony.com",
  11737. "support": {
  11738. "source": "https://github.com/symfony/process/tree/v5.4.2"
  11739. },
  11740. "funding": [
  11741. {
  11742. "url": "https://symfony.com/sponsor",
  11743. "type": "custom"
  11744. },
  11745. {
  11746. "url": "https://github.com/fabpot",
  11747. "type": "github"
  11748. },
  11749. {
  11750. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  11751. "type": "tidelift"
  11752. }
  11753. ],
  11754. "time": "2021-12-27T21:01:00+00:00"
  11755. },
  11756. {
  11757. "name": "symfony/stopwatch",
  11758. "version": "v5.4.0",
  11759. "source": {
  11760. "type": "git",
  11761. "url": "https://github.com/symfony/stopwatch.git",
  11762. "reference": "208ef96122bfed82a8f3a61458a07113a08bdcfe"
  11763. },
  11764. "dist": {
  11765. "type": "zip",
  11766. "url": "https://api.github.com/repos/symfony/stopwatch/zipball/208ef96122bfed82a8f3a61458a07113a08bdcfe",
  11767. "reference": "208ef96122bfed82a8f3a61458a07113a08bdcfe",
  11768. "shasum": "",
  11769. "mirrors": [
  11770. {
  11771. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  11772. "preferred": true
  11773. }
  11774. ]
  11775. },
  11776. "require": {
  11777. "php": ">=7.2.5",
  11778. "symfony/service-contracts": "^1|^2|^3"
  11779. },
  11780. "type": "library",
  11781. "autoload": {
  11782. "psr-4": {
  11783. "Symfony\\Component\\Stopwatch\\": ""
  11784. },
  11785. "exclude-from-classmap": [
  11786. "/Tests/"
  11787. ]
  11788. },
  11789. "notification-url": "https://packagist.org/downloads/",
  11790. "license": [
  11791. "MIT"
  11792. ],
  11793. "authors": [
  11794. {
  11795. "name": "Fabien Potencier",
  11796. "email": "fabien@symfony.com"
  11797. },
  11798. {
  11799. "name": "Symfony Community",
  11800. "homepage": "https://symfony.com/contributors"
  11801. }
  11802. ],
  11803. "description": "Provides a way to profile code",
  11804. "homepage": "https://symfony.com",
  11805. "support": {
  11806. "source": "https://github.com/symfony/stopwatch/tree/v5.4.0"
  11807. },
  11808. "funding": [
  11809. {
  11810. "url": "https://symfony.com/sponsor",
  11811. "type": "custom"
  11812. },
  11813. {
  11814. "url": "https://github.com/fabpot",
  11815. "type": "github"
  11816. },
  11817. {
  11818. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  11819. "type": "tidelift"
  11820. }
  11821. ],
  11822. "time": "2021-11-23T10:19:22+00:00"
  11823. },
  11824. {
  11825. "name": "theseer/tokenizer",
  11826. "version": "1.2.1",
  11827. "source": {
  11828. "type": "git",
  11829. "url": "https://github.com/theseer/tokenizer.git",
  11830. "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
  11831. },
  11832. "dist": {
  11833. "type": "zip",
  11834. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
  11835. "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
  11836. "shasum": "",
  11837. "mirrors": [
  11838. {
  11839. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  11840. "preferred": true
  11841. }
  11842. ]
  11843. },
  11844. "require": {
  11845. "ext-dom": "*",
  11846. "ext-tokenizer": "*",
  11847. "ext-xmlwriter": "*",
  11848. "php": "^7.2 || ^8.0"
  11849. },
  11850. "type": "library",
  11851. "autoload": {
  11852. "classmap": [
  11853. "src/"
  11854. ]
  11855. },
  11856. "notification-url": "https://packagist.org/downloads/",
  11857. "license": [
  11858. "BSD-3-Clause"
  11859. ],
  11860. "authors": [
  11861. {
  11862. "name": "Arne Blankerts",
  11863. "email": "arne@blankerts.de",
  11864. "role": "Developer"
  11865. }
  11866. ],
  11867. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  11868. "support": {
  11869. "issues": "https://github.com/theseer/tokenizer/issues",
  11870. "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
  11871. },
  11872. "funding": [
  11873. {
  11874. "url": "https://github.com/theseer",
  11875. "type": "github"
  11876. }
  11877. ],
  11878. "time": "2021-07-28T10:34:58+00:00"
  11879. }
  11880. ],
  11881. "aliases": [],
  11882. "minimum-stability": "dev",
  11883. "stability-flags": [],
  11884. "prefer-stable": true,
  11885. "prefer-lowest": false,
  11886. "platform": {
  11887. "php": ">=7.2",
  11888. "ext-swoole": ">=4.5",
  11889. "ext-bcmath": "*"
  11890. },
  11891. "platform-dev": [],
  11892. "plugin-api-version": "2.0.0"
  11893. }