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.

11825 lines
425 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": "7ab1eb814ce8a0d34cfec6c2c0725022",
  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/task",
  3651. "version": "v2.0.18",
  3652. "source": {
  3653. "type": "git",
  3654. "url": "https://github.com/hyperf/task.git",
  3655. "reference": "4cdb1ab4a351c024320bab92ba41f16911cf9658"
  3656. },
  3657. "dist": {
  3658. "type": "zip",
  3659. "url": "https://api.github.com/repos/hyperf/task/zipball/4cdb1ab4a351c024320bab92ba41f16911cf9658",
  3660. "reference": "4cdb1ab4a351c024320bab92ba41f16911cf9658",
  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/framework": "~2.0.0",
  3672. "hyperf/utils": "~2.0.0",
  3673. "php": ">=7.2",
  3674. "psr/container": "^1.0",
  3675. "psr/event-dispatcher": "^1.0",
  3676. "psr/log": "^1.0",
  3677. "symfony/property-access": "^5.0",
  3678. "symfony/serializer": "^5.0"
  3679. },
  3680. "require-dev": {
  3681. "friendsofphp/php-cs-fixer": "^2.9",
  3682. "malukenho/docheader": "^0.1.6",
  3683. "mockery/mockery": "^1.0",
  3684. "phpunit/phpunit": "^7.0"
  3685. },
  3686. "suggest": {
  3687. "hyperf/di": "Required to use annotation."
  3688. },
  3689. "type": "library",
  3690. "extra": {
  3691. "branch-alias": {
  3692. "dev-master": "2.0-dev"
  3693. },
  3694. "hyperf": {
  3695. "config": "Hyperf\\Task\\ConfigProvider"
  3696. }
  3697. },
  3698. "autoload": {
  3699. "psr-4": {
  3700. "Hyperf\\Task\\": "src/"
  3701. }
  3702. },
  3703. "notification-url": "https://packagist.org/downloads/",
  3704. "license": [
  3705. "MIT"
  3706. ],
  3707. "description": "A task library for Hyperf.",
  3708. "homepage": "https://hyperf.io",
  3709. "keywords": [
  3710. "hyperf",
  3711. "php",
  3712. "swoole",
  3713. "task"
  3714. ],
  3715. "support": {
  3716. "docs": "https://hyperf.wiki",
  3717. "issues": "https://github.com/hyperf/hyperf/issues",
  3718. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  3719. "source": "https://github.com/hyperf/hyperf"
  3720. },
  3721. "time": "2020-11-01T11:55:11+00:00"
  3722. },
  3723. {
  3724. "name": "hyperf/translation",
  3725. "version": "v2.0.18",
  3726. "source": {
  3727. "type": "git",
  3728. "url": "https://github.com/hyperf/translation.git",
  3729. "reference": "988811b9278a9ca82197916f47e4230cfd3facfa"
  3730. },
  3731. "dist": {
  3732. "type": "zip",
  3733. "url": "https://api.github.com/repos/hyperf/translation/zipball/988811b9278a9ca82197916f47e4230cfd3facfa",
  3734. "reference": "988811b9278a9ca82197916f47e4230cfd3facfa",
  3735. "shasum": "",
  3736. "mirrors": [
  3737. {
  3738. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3739. "preferred": true
  3740. }
  3741. ]
  3742. },
  3743. "require": {
  3744. "hyperf/contract": "~2.0.0",
  3745. "hyperf/utils": "~2.0.0",
  3746. "php": ">=7.2",
  3747. "psr/container": "^1.0"
  3748. },
  3749. "require-dev": {
  3750. "friendsofphp/php-cs-fixer": "^2.14",
  3751. "mockery/mockery": "^1.2"
  3752. },
  3753. "type": "library",
  3754. "extra": {
  3755. "branch-alias": {
  3756. "dev-master": "2.0-dev"
  3757. },
  3758. "hyperf": {
  3759. "config": "Hyperf\\Translation\\ConfigProvider"
  3760. }
  3761. },
  3762. "autoload": {
  3763. "files": [
  3764. "src/Functions.php"
  3765. ],
  3766. "psr-4": {
  3767. "Hyperf\\Translation\\": "src/"
  3768. }
  3769. },
  3770. "notification-url": "https://packagist.org/downloads/",
  3771. "license": [
  3772. "MIT"
  3773. ],
  3774. "description": "An independent translation component, forked by illuminate/translation.",
  3775. "keywords": [
  3776. "hyperf",
  3777. "translation"
  3778. ],
  3779. "support": {
  3780. "issues": "https://github.com/hyperf/translation/issues",
  3781. "source": "https://github.com/hyperf/translation/tree/v2.0.18"
  3782. },
  3783. "time": "2020-11-07T08:53:43+00:00"
  3784. },
  3785. {
  3786. "name": "hyperf/utils",
  3787. "version": "v2.0.0",
  3788. "source": {
  3789. "type": "git",
  3790. "url": "https://github.com/hyperf/utils.git",
  3791. "reference": "89d0b18565c566cddc6331755c20963d7a913dac"
  3792. },
  3793. "dist": {
  3794. "type": "zip",
  3795. "url": "https://api.github.com/repos/hyperf/utils/zipball/89d0b18565c566cddc6331755c20963d7a913dac",
  3796. "reference": "89d0b18565c566cddc6331755c20963d7a913dac",
  3797. "shasum": "",
  3798. "mirrors": [
  3799. {
  3800. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3801. "preferred": true
  3802. }
  3803. ]
  3804. },
  3805. "require": {
  3806. "doctrine/inflector": "^1.3",
  3807. "ext-swoole": ">=4.4",
  3808. "hyperf/contract": "~2.0.0",
  3809. "php": ">=7.2"
  3810. },
  3811. "require-dev": {
  3812. "friendsofphp/php-cs-fixer": "^2.9",
  3813. "malukenho/docheader": "^0.1.6",
  3814. "mockery/mockery": "^1.0",
  3815. "phpunit/phpunit": "^7.0.0",
  3816. "symfony/property-access": "^5.0",
  3817. "symfony/serializer": "^5.0",
  3818. "symfony/var-dumper": "^5.0"
  3819. },
  3820. "suggest": {
  3821. "hyperf/di": "Required to use ExceptionNormalizer",
  3822. "symfony/property-access": "Required to use SymfonyNormalizer (^5.0)",
  3823. "symfony/serializer": "Required to use SymfonyNormalizer (^5.0)",
  3824. "symfony/var-dumper": "Required to use the dd function (^5.0)."
  3825. },
  3826. "type": "library",
  3827. "extra": {
  3828. "hyperf": {
  3829. "config": "Hyperf\\Utils\\ConfigProvider"
  3830. },
  3831. "branch-alias": {
  3832. "dev-master": "2.0-dev"
  3833. }
  3834. },
  3835. "autoload": {
  3836. "files": [
  3837. "src/Functions.php"
  3838. ],
  3839. "psr-4": {
  3840. "Hyperf\\Utils\\": "src/"
  3841. }
  3842. },
  3843. "notification-url": "https://packagist.org/downloads/",
  3844. "license": [
  3845. "MIT"
  3846. ],
  3847. "description": "A tools package that could help developer solved the problem quickly.",
  3848. "homepage": "https://hyperf.io",
  3849. "keywords": [
  3850. "hyperf",
  3851. "php",
  3852. "swoole",
  3853. "utils"
  3854. ],
  3855. "support": {
  3856. "docs": "https://hyperf.wiki",
  3857. "issues": "https://github.com/hyperf/hyperf/issues",
  3858. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  3859. "source": "https://github.com/hyperf/hyperf"
  3860. },
  3861. "time": "2020-06-19T13:11:07+00:00"
  3862. },
  3863. {
  3864. "name": "hyperf/validation",
  3865. "version": "v2.0.24",
  3866. "source": {
  3867. "type": "git",
  3868. "url": "https://github.com/hyperf/validation.git",
  3869. "reference": "53843990e38fcd1c2e279c0c6a9f99c7f3628454"
  3870. },
  3871. "dist": {
  3872. "type": "zip",
  3873. "url": "https://api.github.com/repos/hyperf/validation/zipball/53843990e38fcd1c2e279c0c6a9f99c7f3628454",
  3874. "reference": "53843990e38fcd1c2e279c0c6a9f99c7f3628454",
  3875. "shasum": "",
  3876. "mirrors": [
  3877. {
  3878. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3879. "preferred": true
  3880. }
  3881. ]
  3882. },
  3883. "require": {
  3884. "egulias/email-validator": "^2.1",
  3885. "ext-swoole": ">=4.3",
  3886. "hyperf/contract": "~2.0.0",
  3887. "hyperf/database": "~2.0.0",
  3888. "hyperf/di": "~2.0.0",
  3889. "hyperf/framework": "~2.0.0",
  3890. "hyperf/http-server": "~2.0.0",
  3891. "hyperf/translation": "~2.0.0",
  3892. "hyperf/utils": "~2.0.0",
  3893. "nesbot/carbon": "^2.21",
  3894. "php": ">=7.2",
  3895. "psr/container": "^1.0",
  3896. "psr/event-dispatcher": "^1.0",
  3897. "psr/http-message": "^1.0"
  3898. },
  3899. "require-dev": {
  3900. "friendsofphp/php-cs-fixer": "^2.14",
  3901. "hyperf/db-connection": "~2.0.0",
  3902. "hyperf/devtool": "~2.0.0",
  3903. "hyperf/testing": "~2.0.0",
  3904. "mockery/mockery": "^1.2"
  3905. },
  3906. "type": "library",
  3907. "extra": {
  3908. "branch-alias": {
  3909. "dev-master": "2.0-dev"
  3910. },
  3911. "hyperf": {
  3912. "config": "Hyperf\\Validation\\ConfigProvider"
  3913. }
  3914. },
  3915. "autoload": {
  3916. "psr-4": {
  3917. "Hyperf\\Validation\\": "src/"
  3918. }
  3919. },
  3920. "notification-url": "https://packagist.org/downloads/",
  3921. "license": [
  3922. "MIT"
  3923. ],
  3924. "description": "hyperf validation",
  3925. "keywords": [
  3926. "hyperf",
  3927. "validation"
  3928. ],
  3929. "support": {
  3930. "issues": "https://github.com/hyperf/validation/issues",
  3931. "source": "https://github.com/hyperf/validation/tree/v2.0.24"
  3932. },
  3933. "time": "2020-12-18T14:20:11+00:00"
  3934. },
  3935. {
  3936. "name": "jetbrains/phpstorm-stubs",
  3937. "version": "v2019.3",
  3938. "source": {
  3939. "type": "git",
  3940. "url": "https://github.com/JetBrains/phpstorm-stubs.git",
  3941. "reference": "883b6facd78e01c0743b554af86fa590c2573f40"
  3942. },
  3943. "dist": {
  3944. "type": "zip",
  3945. "url": "https://api.github.com/repos/JetBrains/phpstorm-stubs/zipball/883b6facd78e01c0743b554af86fa590c2573f40",
  3946. "reference": "883b6facd78e01c0743b554af86fa590c2573f40",
  3947. "shasum": "",
  3948. "mirrors": [
  3949. {
  3950. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3951. "preferred": true
  3952. }
  3953. ]
  3954. },
  3955. "require-dev": {
  3956. "nikic/php-parser": "^4",
  3957. "php": "^7.1",
  3958. "phpdocumentor/reflection-docblock": "^4.3",
  3959. "phpunit/phpunit": "^7"
  3960. },
  3961. "type": "library",
  3962. "autoload": {
  3963. "files": [
  3964. "PhpStormStubsMap.php"
  3965. ]
  3966. },
  3967. "notification-url": "https://packagist.org/downloads/",
  3968. "license": [
  3969. "Apache-2.0"
  3970. ],
  3971. "description": "PHP runtime & extensions header files for PhpStorm",
  3972. "homepage": "https://www.jetbrains.com/phpstorm",
  3973. "keywords": [
  3974. "autocomplete",
  3975. "code",
  3976. "inference",
  3977. "inspection",
  3978. "jetbrains",
  3979. "phpstorm",
  3980. "stubs",
  3981. "type"
  3982. ],
  3983. "support": {
  3984. "source": "https://github.com/JetBrains/phpstorm-stubs/tree/master"
  3985. },
  3986. "time": "2019-12-05T16:56:26+00:00"
  3987. },
  3988. {
  3989. "name": "laminas/laminas-mime",
  3990. "version": "2.9.1",
  3991. "source": {
  3992. "type": "git",
  3993. "url": "https://github.com/laminas/laminas-mime.git",
  3994. "reference": "72d21a1b4bb7086d4a4d7058c0abca180b209184"
  3995. },
  3996. "dist": {
  3997. "type": "zip",
  3998. "url": "https://api.github.com/repos/laminas/laminas-mime/zipball/72d21a1b4bb7086d4a4d7058c0abca180b209184",
  3999. "reference": "72d21a1b4bb7086d4a4d7058c0abca180b209184",
  4000. "shasum": "",
  4001. "mirrors": [
  4002. {
  4003. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4004. "preferred": true
  4005. }
  4006. ]
  4007. },
  4008. "require": {
  4009. "laminas/laminas-stdlib": "^2.7 || ^3.0",
  4010. "php": "^7.3 || ~8.0.0 || ~8.1.0"
  4011. },
  4012. "conflict": {
  4013. "zendframework/zend-mime": "*"
  4014. },
  4015. "require-dev": {
  4016. "laminas/laminas-coding-standard": "~2.2.1",
  4017. "laminas/laminas-mail": "^2.12",
  4018. "phpunit/phpunit": "^9.3"
  4019. },
  4020. "suggest": {
  4021. "laminas/laminas-mail": "Laminas\\Mail component"
  4022. },
  4023. "type": "library",
  4024. "autoload": {
  4025. "psr-4": {
  4026. "Laminas\\Mime\\": "src/"
  4027. }
  4028. },
  4029. "notification-url": "https://packagist.org/downloads/",
  4030. "license": [
  4031. "BSD-3-Clause"
  4032. ],
  4033. "description": "Create and parse MIME messages and parts",
  4034. "homepage": "https://laminas.dev",
  4035. "keywords": [
  4036. "laminas",
  4037. "mime"
  4038. ],
  4039. "support": {
  4040. "chat": "https://laminas.dev/chat",
  4041. "docs": "https://docs.laminas.dev/laminas-mime/",
  4042. "forum": "https://discourse.laminas.dev",
  4043. "issues": "https://github.com/laminas/laminas-mime/issues",
  4044. "rss": "https://github.com/laminas/laminas-mime/releases.atom",
  4045. "source": "https://github.com/laminas/laminas-mime"
  4046. },
  4047. "funding": [
  4048. {
  4049. "url": "https://funding.communitybridge.org/projects/laminas-project",
  4050. "type": "community_bridge"
  4051. }
  4052. ],
  4053. "time": "2021-09-20T21:19:24+00:00"
  4054. },
  4055. {
  4056. "name": "laminas/laminas-stdlib",
  4057. "version": "3.6.4",
  4058. "source": {
  4059. "type": "git",
  4060. "url": "https://github.com/laminas/laminas-stdlib.git",
  4061. "reference": "830a36d93aeaf06e540e90ec031babb3c6eafadb"
  4062. },
  4063. "dist": {
  4064. "type": "zip",
  4065. "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/830a36d93aeaf06e540e90ec031babb3c6eafadb",
  4066. "reference": "830a36d93aeaf06e540e90ec031babb3c6eafadb",
  4067. "shasum": "",
  4068. "mirrors": [
  4069. {
  4070. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4071. "preferred": true
  4072. }
  4073. ]
  4074. },
  4075. "require": {
  4076. "php": "^7.3 || ~8.0.0 || ~8.1.0"
  4077. },
  4078. "conflict": {
  4079. "zendframework/zend-stdlib": "*"
  4080. },
  4081. "require-dev": {
  4082. "laminas/laminas-coding-standard": "~2.3.0",
  4083. "phpbench/phpbench": "^0.17.1",
  4084. "phpunit/phpunit": "~9.3.7",
  4085. "psalm/plugin-phpunit": "^0.16.0",
  4086. "vimeo/psalm": "^4.7"
  4087. },
  4088. "type": "library",
  4089. "autoload": {
  4090. "psr-4": {
  4091. "Laminas\\Stdlib\\": "src/"
  4092. }
  4093. },
  4094. "notification-url": "https://packagist.org/downloads/",
  4095. "license": [
  4096. "BSD-3-Clause"
  4097. ],
  4098. "description": "SPL extensions, array utilities, error handlers, and more",
  4099. "homepage": "https://laminas.dev",
  4100. "keywords": [
  4101. "laminas",
  4102. "stdlib"
  4103. ],
  4104. "support": {
  4105. "chat": "https://laminas.dev/chat",
  4106. "docs": "https://docs.laminas.dev/laminas-stdlib/",
  4107. "forum": "https://discourse.laminas.dev",
  4108. "issues": "https://github.com/laminas/laminas-stdlib/issues",
  4109. "rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
  4110. "source": "https://github.com/laminas/laminas-stdlib"
  4111. },
  4112. "funding": [
  4113. {
  4114. "url": "https://funding.communitybridge.org/projects/laminas-project",
  4115. "type": "community_bridge"
  4116. }
  4117. ],
  4118. "time": "2021-12-29T14:33:01+00:00"
  4119. },
  4120. {
  4121. "name": "league/flysystem",
  4122. "version": "1.1.9",
  4123. "source": {
  4124. "type": "git",
  4125. "url": "https://github.com/thephpleague/flysystem.git",
  4126. "reference": "094defdb4a7001845300334e7c1ee2335925ef99"
  4127. },
  4128. "dist": {
  4129. "type": "zip",
  4130. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/094defdb4a7001845300334e7c1ee2335925ef99",
  4131. "reference": "094defdb4a7001845300334e7c1ee2335925ef99",
  4132. "shasum": "",
  4133. "mirrors": [
  4134. {
  4135. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4136. "preferred": true
  4137. }
  4138. ]
  4139. },
  4140. "require": {
  4141. "ext-fileinfo": "*",
  4142. "league/mime-type-detection": "^1.3",
  4143. "php": "^7.2.5 || ^8.0"
  4144. },
  4145. "conflict": {
  4146. "league/flysystem-sftp": "<1.0.6"
  4147. },
  4148. "require-dev": {
  4149. "phpspec/prophecy": "^1.11.1",
  4150. "phpunit/phpunit": "^8.5.8"
  4151. },
  4152. "suggest": {
  4153. "ext-ftp": "Allows you to use FTP server storage",
  4154. "ext-openssl": "Allows you to use FTPS server storage",
  4155. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  4156. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  4157. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  4158. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  4159. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  4160. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  4161. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  4162. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  4163. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  4164. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  4165. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  4166. },
  4167. "type": "library",
  4168. "extra": {
  4169. "branch-alias": {
  4170. "dev-master": "1.1-dev"
  4171. }
  4172. },
  4173. "autoload": {
  4174. "psr-4": {
  4175. "League\\Flysystem\\": "src/"
  4176. }
  4177. },
  4178. "notification-url": "https://packagist.org/downloads/",
  4179. "license": [
  4180. "MIT"
  4181. ],
  4182. "authors": [
  4183. {
  4184. "name": "Frank de Jonge",
  4185. "email": "info@frenky.net"
  4186. }
  4187. ],
  4188. "description": "Filesystem abstraction: Many filesystems, one API.",
  4189. "keywords": [
  4190. "Cloud Files",
  4191. "WebDAV",
  4192. "abstraction",
  4193. "aws",
  4194. "cloud",
  4195. "copy.com",
  4196. "dropbox",
  4197. "file systems",
  4198. "files",
  4199. "filesystem",
  4200. "filesystems",
  4201. "ftp",
  4202. "rackspace",
  4203. "remote",
  4204. "s3",
  4205. "sftp",
  4206. "storage"
  4207. ],
  4208. "support": {
  4209. "issues": "https://github.com/thephpleague/flysystem/issues",
  4210. "source": "https://github.com/thephpleague/flysystem/tree/1.1.9"
  4211. },
  4212. "funding": [
  4213. {
  4214. "url": "https://offset.earth/frankdejonge",
  4215. "type": "other"
  4216. }
  4217. ],
  4218. "time": "2021-12-09T09:40:50+00:00"
  4219. },
  4220. {
  4221. "name": "league/mime-type-detection",
  4222. "version": "1.9.0",
  4223. "source": {
  4224. "type": "git",
  4225. "url": "https://github.com/thephpleague/mime-type-detection.git",
  4226. "reference": "aa70e813a6ad3d1558fc927863d47309b4c23e69"
  4227. },
  4228. "dist": {
  4229. "type": "zip",
  4230. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/aa70e813a6ad3d1558fc927863d47309b4c23e69",
  4231. "reference": "aa70e813a6ad3d1558fc927863d47309b4c23e69",
  4232. "shasum": "",
  4233. "mirrors": [
  4234. {
  4235. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4236. "preferred": true
  4237. }
  4238. ]
  4239. },
  4240. "require": {
  4241. "ext-fileinfo": "*",
  4242. "php": "^7.2 || ^8.0"
  4243. },
  4244. "require-dev": {
  4245. "friendsofphp/php-cs-fixer": "^3.2",
  4246. "phpstan/phpstan": "^0.12.68",
  4247. "phpunit/phpunit": "^8.5.8 || ^9.3"
  4248. },
  4249. "type": "library",
  4250. "autoload": {
  4251. "psr-4": {
  4252. "League\\MimeTypeDetection\\": "src"
  4253. }
  4254. },
  4255. "notification-url": "https://packagist.org/downloads/",
  4256. "license": [
  4257. "MIT"
  4258. ],
  4259. "authors": [
  4260. {
  4261. "name": "Frank de Jonge",
  4262. "email": "info@frankdejonge.nl"
  4263. }
  4264. ],
  4265. "description": "Mime-type detection for Flysystem",
  4266. "support": {
  4267. "issues": "https://github.com/thephpleague/mime-type-detection/issues",
  4268. "source": "https://github.com/thephpleague/mime-type-detection/tree/1.9.0"
  4269. },
  4270. "funding": [
  4271. {
  4272. "url": "https://github.com/frankdejonge",
  4273. "type": "github"
  4274. },
  4275. {
  4276. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  4277. "type": "tidelift"
  4278. }
  4279. ],
  4280. "time": "2021-11-21T11:48:40+00:00"
  4281. },
  4282. {
  4283. "name": "markrogoyski/math-php",
  4284. "version": "v0.49.0",
  4285. "source": {
  4286. "type": "git",
  4287. "url": "https://github.com/markrogoyski/math-php.git",
  4288. "reference": "41d56a7542233cbb0489e7982facdb1d88d8c08b"
  4289. },
  4290. "dist": {
  4291. "type": "zip",
  4292. "url": "https://api.github.com/repos/markrogoyski/math-php/zipball/41d56a7542233cbb0489e7982facdb1d88d8c08b",
  4293. "reference": "41d56a7542233cbb0489e7982facdb1d88d8c08b",
  4294. "shasum": "",
  4295. "mirrors": [
  4296. {
  4297. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4298. "preferred": true
  4299. }
  4300. ]
  4301. },
  4302. "require": {
  4303. "php": ">=7.0.0"
  4304. },
  4305. "require-dev": {
  4306. "php-coveralls/php-coveralls": "^2.0",
  4307. "phploc/phploc": "*",
  4308. "phpmd/phpmd": "^2.6",
  4309. "phpstan/phpstan": "*",
  4310. "phpunit/phpunit": "6.*",
  4311. "squizlabs/php_codesniffer": "2.*"
  4312. },
  4313. "type": "library",
  4314. "autoload": {
  4315. "psr-4": {
  4316. "MathPHP\\": "src/"
  4317. }
  4318. },
  4319. "notification-url": "https://packagist.org/downloads/",
  4320. "license": [
  4321. "MIT"
  4322. ],
  4323. "authors": [
  4324. {
  4325. "name": "Kevin Nowaczyk",
  4326. "role": "Contributor"
  4327. },
  4328. {
  4329. "name": "Jakob Sandberg",
  4330. "role": "Contributor"
  4331. },
  4332. {
  4333. "name": "Mark Rogoyski",
  4334. "email": "mark@rogoyski.com",
  4335. "homepage": "https://github.com/markrogoyski",
  4336. "role": "Lead developer"
  4337. }
  4338. ],
  4339. "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",
  4340. "homepage": "https://github.com/markrogoyski/math-php/",
  4341. "keywords": [
  4342. "algebra",
  4343. "combinatorics",
  4344. "distributions",
  4345. "linear algebra",
  4346. "math",
  4347. "mathematics",
  4348. "matrix",
  4349. "numerical analysis",
  4350. "probability",
  4351. "regressions",
  4352. "statistics"
  4353. ],
  4354. "support": {
  4355. "issues": "https://github.com/markrogoyski/math-php/issues",
  4356. "source": "https://github.com/markrogoyski/math-php/tree/develop"
  4357. },
  4358. "time": "2019-02-23T19:49:38+00:00"
  4359. },
  4360. {
  4361. "name": "monolog/monolog",
  4362. "version": "2.3.5",
  4363. "source": {
  4364. "type": "git",
  4365. "url": "https://github.com/Seldaek/monolog.git",
  4366. "reference": "fd4380d6fc37626e2f799f29d91195040137eba9"
  4367. },
  4368. "dist": {
  4369. "type": "zip",
  4370. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd4380d6fc37626e2f799f29d91195040137eba9",
  4371. "reference": "fd4380d6fc37626e2f799f29d91195040137eba9",
  4372. "shasum": "",
  4373. "mirrors": [
  4374. {
  4375. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4376. "preferred": true
  4377. }
  4378. ]
  4379. },
  4380. "require": {
  4381. "php": ">=7.2",
  4382. "psr/log": "^1.0.1 || ^2.0 || ^3.0"
  4383. },
  4384. "provide": {
  4385. "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
  4386. },
  4387. "require-dev": {
  4388. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  4389. "doctrine/couchdb": "~1.0@dev",
  4390. "elasticsearch/elasticsearch": "^7",
  4391. "graylog2/gelf-php": "^1.4.2",
  4392. "mongodb/mongodb": "^1.8",
  4393. "php-amqplib/php-amqplib": "~2.4 || ^3",
  4394. "php-console/php-console": "^3.1.3",
  4395. "phpspec/prophecy": "^1.6.1",
  4396. "phpstan/phpstan": "^0.12.91",
  4397. "phpunit/phpunit": "^8.5",
  4398. "predis/predis": "^1.1",
  4399. "rollbar/rollbar": "^1.3",
  4400. "ruflin/elastica": ">=0.90@dev",
  4401. "swiftmailer/swiftmailer": "^5.3|^6.0"
  4402. },
  4403. "suggest": {
  4404. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  4405. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  4406. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  4407. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  4408. "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
  4409. "ext-mbstring": "Allow to work properly with unicode symbols",
  4410. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  4411. "ext-openssl": "Required to send log messages using SSL",
  4412. "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
  4413. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  4414. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  4415. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  4416. "php-console/php-console": "Allow sending log messages to Google Chrome",
  4417. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  4418. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  4419. },
  4420. "type": "library",
  4421. "extra": {
  4422. "branch-alias": {
  4423. "dev-main": "2.x-dev"
  4424. }
  4425. },
  4426. "autoload": {
  4427. "psr-4": {
  4428. "Monolog\\": "src/Monolog"
  4429. }
  4430. },
  4431. "notification-url": "https://packagist.org/downloads/",
  4432. "license": [
  4433. "MIT"
  4434. ],
  4435. "authors": [
  4436. {
  4437. "name": "Jordi Boggiano",
  4438. "email": "j.boggiano@seld.be",
  4439. "homepage": "https://seld.be"
  4440. }
  4441. ],
  4442. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  4443. "homepage": "https://github.com/Seldaek/monolog",
  4444. "keywords": [
  4445. "log",
  4446. "logging",
  4447. "psr-3"
  4448. ],
  4449. "support": {
  4450. "issues": "https://github.com/Seldaek/monolog/issues",
  4451. "source": "https://github.com/Seldaek/monolog/tree/2.3.5"
  4452. },
  4453. "funding": [
  4454. {
  4455. "url": "https://github.com/Seldaek",
  4456. "type": "github"
  4457. },
  4458. {
  4459. "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
  4460. "type": "tidelift"
  4461. }
  4462. ],
  4463. "time": "2021-10-01T21:08:31+00:00"
  4464. },
  4465. {
  4466. "name": "mtdowling/jmespath.php",
  4467. "version": "2.6.1",
  4468. "source": {
  4469. "type": "git",
  4470. "url": "https://github.com/jmespath/jmespath.php.git",
  4471. "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb"
  4472. },
  4473. "dist": {
  4474. "type": "zip",
  4475. "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
  4476. "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
  4477. "shasum": "",
  4478. "mirrors": [
  4479. {
  4480. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4481. "preferred": true
  4482. }
  4483. ]
  4484. },
  4485. "require": {
  4486. "php": "^5.4 || ^7.0 || ^8.0",
  4487. "symfony/polyfill-mbstring": "^1.17"
  4488. },
  4489. "require-dev": {
  4490. "composer/xdebug-handler": "^1.4 || ^2.0",
  4491. "phpunit/phpunit": "^4.8.36 || ^7.5.15"
  4492. },
  4493. "bin": [
  4494. "bin/jp.php"
  4495. ],
  4496. "type": "library",
  4497. "extra": {
  4498. "branch-alias": {
  4499. "dev-master": "2.6-dev"
  4500. }
  4501. },
  4502. "autoload": {
  4503. "psr-4": {
  4504. "JmesPath\\": "src/"
  4505. },
  4506. "files": [
  4507. "src/JmesPath.php"
  4508. ]
  4509. },
  4510. "notification-url": "https://packagist.org/downloads/",
  4511. "license": [
  4512. "MIT"
  4513. ],
  4514. "authors": [
  4515. {
  4516. "name": "Michael Dowling",
  4517. "email": "mtdowling@gmail.com",
  4518. "homepage": "https://github.com/mtdowling"
  4519. }
  4520. ],
  4521. "description": "Declaratively specify how to extract elements from a JSON document",
  4522. "keywords": [
  4523. "json",
  4524. "jsonpath"
  4525. ],
  4526. "support": {
  4527. "issues": "https://github.com/jmespath/jmespath.php/issues",
  4528. "source": "https://github.com/jmespath/jmespath.php/tree/2.6.1"
  4529. },
  4530. "time": "2021-06-14T00:11:39+00:00"
  4531. },
  4532. {
  4533. "name": "nesbot/carbon",
  4534. "version": "2.55.2",
  4535. "source": {
  4536. "type": "git",
  4537. "url": "https://github.com/briannesbitt/Carbon.git",
  4538. "reference": "8c2a18ce3e67c34efc1b29f64fe61304368259a2"
  4539. },
  4540. "dist": {
  4541. "type": "zip",
  4542. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/8c2a18ce3e67c34efc1b29f64fe61304368259a2",
  4543. "reference": "8c2a18ce3e67c34efc1b29f64fe61304368259a2",
  4544. "shasum": "",
  4545. "mirrors": [
  4546. {
  4547. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4548. "preferred": true
  4549. }
  4550. ]
  4551. },
  4552. "require": {
  4553. "ext-json": "*",
  4554. "php": "^7.1.8 || ^8.0",
  4555. "symfony/polyfill-mbstring": "^1.0",
  4556. "symfony/polyfill-php80": "^1.16",
  4557. "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
  4558. },
  4559. "require-dev": {
  4560. "doctrine/dbal": "^2.0 || ^3.0",
  4561. "doctrine/orm": "^2.7",
  4562. "friendsofphp/php-cs-fixer": "^3.0",
  4563. "kylekatarnls/multi-tester": "^2.0",
  4564. "phpmd/phpmd": "^2.9",
  4565. "phpstan/extension-installer": "^1.0",
  4566. "phpstan/phpstan": "^0.12.54",
  4567. "phpunit/phpunit": "^7.5.20 || ^8.5.14",
  4568. "squizlabs/php_codesniffer": "^3.4"
  4569. },
  4570. "bin": [
  4571. "bin/carbon"
  4572. ],
  4573. "type": "library",
  4574. "extra": {
  4575. "branch-alias": {
  4576. "dev-3.x": "3.x-dev",
  4577. "dev-master": "2.x-dev"
  4578. },
  4579. "laravel": {
  4580. "providers": [
  4581. "Carbon\\Laravel\\ServiceProvider"
  4582. ]
  4583. },
  4584. "phpstan": {
  4585. "includes": [
  4586. "extension.neon"
  4587. ]
  4588. }
  4589. },
  4590. "autoload": {
  4591. "psr-4": {
  4592. "Carbon\\": "src/Carbon/"
  4593. }
  4594. },
  4595. "notification-url": "https://packagist.org/downloads/",
  4596. "license": [
  4597. "MIT"
  4598. ],
  4599. "authors": [
  4600. {
  4601. "name": "Brian Nesbitt",
  4602. "email": "brian@nesbot.com",
  4603. "homepage": "https://markido.com"
  4604. },
  4605. {
  4606. "name": "kylekatarnls",
  4607. "homepage": "https://github.com/kylekatarnls"
  4608. }
  4609. ],
  4610. "description": "An API extension for DateTime that supports 281 different languages.",
  4611. "homepage": "https://carbon.nesbot.com",
  4612. "keywords": [
  4613. "date",
  4614. "datetime",
  4615. "time"
  4616. ],
  4617. "support": {
  4618. "docs": "https://carbon.nesbot.com/docs",
  4619. "issues": "https://github.com/briannesbitt/Carbon/issues",
  4620. "source": "https://github.com/briannesbitt/Carbon"
  4621. },
  4622. "funding": [
  4623. {
  4624. "url": "https://opencollective.com/Carbon",
  4625. "type": "open_collective"
  4626. },
  4627. {
  4628. "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
  4629. "type": "tidelift"
  4630. }
  4631. ],
  4632. "time": "2021-12-03T14:59:52+00:00"
  4633. },
  4634. {
  4635. "name": "nikic/fast-route",
  4636. "version": "v1.3.0",
  4637. "source": {
  4638. "type": "git",
  4639. "url": "https://github.com/nikic/FastRoute.git",
  4640. "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
  4641. },
  4642. "dist": {
  4643. "type": "zip",
  4644. "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
  4645. "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
  4646. "shasum": "",
  4647. "mirrors": [
  4648. {
  4649. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4650. "preferred": true
  4651. }
  4652. ]
  4653. },
  4654. "require": {
  4655. "php": ">=5.4.0"
  4656. },
  4657. "require-dev": {
  4658. "phpunit/phpunit": "^4.8.35|~5.7"
  4659. },
  4660. "type": "library",
  4661. "autoload": {
  4662. "psr-4": {
  4663. "FastRoute\\": "src/"
  4664. },
  4665. "files": [
  4666. "src/functions.php"
  4667. ]
  4668. },
  4669. "notification-url": "https://packagist.org/downloads/",
  4670. "license": [
  4671. "BSD-3-Clause"
  4672. ],
  4673. "authors": [
  4674. {
  4675. "name": "Nikita Popov",
  4676. "email": "nikic@php.net"
  4677. }
  4678. ],
  4679. "description": "Fast request router for PHP",
  4680. "keywords": [
  4681. "router",
  4682. "routing"
  4683. ],
  4684. "support": {
  4685. "issues": "https://github.com/nikic/FastRoute/issues",
  4686. "source": "https://github.com/nikic/FastRoute/tree/master"
  4687. },
  4688. "time": "2018-02-13T20:26:39+00:00"
  4689. },
  4690. {
  4691. "name": "nikic/php-parser",
  4692. "version": "v4.13.2",
  4693. "source": {
  4694. "type": "git",
  4695. "url": "https://github.com/nikic/PHP-Parser.git",
  4696. "reference": "210577fe3cf7badcc5814d99455df46564f3c077"
  4697. },
  4698. "dist": {
  4699. "type": "zip",
  4700. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077",
  4701. "reference": "210577fe3cf7badcc5814d99455df46564f3c077",
  4702. "shasum": "",
  4703. "mirrors": [
  4704. {
  4705. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4706. "preferred": true
  4707. }
  4708. ]
  4709. },
  4710. "require": {
  4711. "ext-tokenizer": "*",
  4712. "php": ">=7.0"
  4713. },
  4714. "require-dev": {
  4715. "ircmaxell/php-yacc": "^0.0.7",
  4716. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
  4717. },
  4718. "bin": [
  4719. "bin/php-parse"
  4720. ],
  4721. "type": "library",
  4722. "extra": {
  4723. "branch-alias": {
  4724. "dev-master": "4.9-dev"
  4725. }
  4726. },
  4727. "autoload": {
  4728. "psr-4": {
  4729. "PhpParser\\": "lib/PhpParser"
  4730. }
  4731. },
  4732. "notification-url": "https://packagist.org/downloads/",
  4733. "license": [
  4734. "BSD-3-Clause"
  4735. ],
  4736. "authors": [
  4737. {
  4738. "name": "Nikita Popov"
  4739. }
  4740. ],
  4741. "description": "A PHP parser written in PHP",
  4742. "keywords": [
  4743. "parser",
  4744. "php"
  4745. ],
  4746. "support": {
  4747. "issues": "https://github.com/nikic/PHP-Parser/issues",
  4748. "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2"
  4749. },
  4750. "time": "2021-11-30T19:35:32+00:00"
  4751. },
  4752. {
  4753. "name": "overtrue/socialite",
  4754. "version": "2.0.24",
  4755. "source": {
  4756. "type": "git",
  4757. "url": "https://github.com/overtrue/socialite.git",
  4758. "reference": "ee7e7b000ec7d64f2b8aba1f6a2eec5cdf3f8bec"
  4759. },
  4760. "dist": {
  4761. "type": "zip",
  4762. "url": "https://api.github.com/repos/overtrue/socialite/zipball/ee7e7b000ec7d64f2b8aba1f6a2eec5cdf3f8bec",
  4763. "reference": "ee7e7b000ec7d64f2b8aba1f6a2eec5cdf3f8bec",
  4764. "shasum": "",
  4765. "mirrors": [
  4766. {
  4767. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4768. "preferred": true
  4769. }
  4770. ]
  4771. },
  4772. "require": {
  4773. "ext-json": "*",
  4774. "guzzlehttp/guzzle": "^5.0|^6.0|^7.0",
  4775. "php": ">=5.6",
  4776. "symfony/http-foundation": "^2.7|^3.0|^4.0|^5.0"
  4777. },
  4778. "require-dev": {
  4779. "mockery/mockery": "~1.2",
  4780. "phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0"
  4781. },
  4782. "type": "library",
  4783. "autoload": {
  4784. "psr-4": {
  4785. "Overtrue\\Socialite\\": "src/"
  4786. }
  4787. },
  4788. "notification-url": "https://packagist.org/downloads/",
  4789. "license": [
  4790. "MIT"
  4791. ],
  4792. "authors": [
  4793. {
  4794. "name": "overtrue",
  4795. "email": "anzhengchao@gmail.com"
  4796. }
  4797. ],
  4798. "description": "A collection of OAuth 2 packages that extracts from laravel/socialite.",
  4799. "keywords": [
  4800. "login",
  4801. "oauth",
  4802. "qq",
  4803. "social",
  4804. "wechat",
  4805. "weibo"
  4806. ],
  4807. "support": {
  4808. "issues": "https://github.com/overtrue/socialite/issues",
  4809. "source": "https://github.com/overtrue/socialite/tree/2.0.24"
  4810. },
  4811. "funding": [
  4812. {
  4813. "url": "https://www.patreon.com/overtrue",
  4814. "type": "patreon"
  4815. }
  4816. ],
  4817. "time": "2021-05-13T16:04:48+00:00"
  4818. },
  4819. {
  4820. "name": "overtrue/wechat",
  4821. "version": "4.5.0",
  4822. "source": {
  4823. "type": "git",
  4824. "url": "https://github.com/w7corp/easywechat.git",
  4825. "reference": "04a940f97d6812a67bb8d5f2dbaebf9ad78ae776"
  4826. },
  4827. "dist": {
  4828. "type": "zip",
  4829. "url": "https://api.github.com/repos/w7corp/easywechat/zipball/04a940f97d6812a67bb8d5f2dbaebf9ad78ae776",
  4830. "reference": "04a940f97d6812a67bb8d5f2dbaebf9ad78ae776",
  4831. "shasum": "",
  4832. "mirrors": [
  4833. {
  4834. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4835. "preferred": true
  4836. }
  4837. ]
  4838. },
  4839. "require": {
  4840. "easywechat-composer/easywechat-composer": "^1.1",
  4841. "ext-fileinfo": "*",
  4842. "ext-openssl": "*",
  4843. "ext-simplexml": "*",
  4844. "guzzlehttp/guzzle": "^6.2 || ^7.0",
  4845. "monolog/monolog": "^1.22 || ^2.0",
  4846. "overtrue/socialite": "~2.0",
  4847. "php": ">=7.2",
  4848. "pimple/pimple": "^3.0",
  4849. "psr/simple-cache": "^1.0",
  4850. "symfony/cache": "^3.3 || ^4.3 || ^5.0",
  4851. "symfony/event-dispatcher": "^4.3 || ^5.0",
  4852. "symfony/http-foundation": "^2.7 || ^3.0 || ^4.0 || ^5.0",
  4853. "symfony/psr-http-message-bridge": "^0.3 || ^1.0 || ^2.0"
  4854. },
  4855. "require-dev": {
  4856. "friendsofphp/php-cs-fixer": "^2.15",
  4857. "mikey179/vfsstream": "^1.6",
  4858. "mockery/mockery": "^1.2.3",
  4859. "phpstan/phpstan": "^0.12.0",
  4860. "phpunit/phpunit": "^7.5"
  4861. },
  4862. "type": "library",
  4863. "autoload": {
  4864. "psr-4": {
  4865. "EasyWeChat\\": "src/"
  4866. },
  4867. "files": [
  4868. "src/Kernel/Support/Helpers.php",
  4869. "src/Kernel/Helpers.php"
  4870. ]
  4871. },
  4872. "notification-url": "https://packagist.org/downloads/",
  4873. "license": [
  4874. "MIT"
  4875. ],
  4876. "authors": [
  4877. {
  4878. "name": "overtrue",
  4879. "email": "anzhengchao@gmail.com"
  4880. }
  4881. ],
  4882. "description": "微信SDK",
  4883. "keywords": [
  4884. "easywechat",
  4885. "sdk",
  4886. "wechat",
  4887. "weixin",
  4888. "weixin-sdk"
  4889. ],
  4890. "support": {
  4891. "issues": "https://github.com/w7corp/easywechat/issues",
  4892. "source": "https://github.com/w7corp/easywechat/tree/4.5.0"
  4893. },
  4894. "funding": [
  4895. {
  4896. "url": "https://github.com/overtrue",
  4897. "type": "github"
  4898. }
  4899. ],
  4900. "time": "2021-12-27T13:56:47+00:00"
  4901. },
  4902. {
  4903. "name": "paragonie/constant_time_encoding",
  4904. "version": "v2.4.0",
  4905. "source": {
  4906. "type": "git",
  4907. "url": "https://github.com/paragonie/constant_time_encoding.git",
  4908. "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c"
  4909. },
  4910. "dist": {
  4911. "type": "zip",
  4912. "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
  4913. "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
  4914. "shasum": "",
  4915. "mirrors": [
  4916. {
  4917. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4918. "preferred": true
  4919. }
  4920. ]
  4921. },
  4922. "require": {
  4923. "php": "^7|^8"
  4924. },
  4925. "require-dev": {
  4926. "phpunit/phpunit": "^6|^7|^8|^9",
  4927. "vimeo/psalm": "^1|^2|^3|^4"
  4928. },
  4929. "type": "library",
  4930. "autoload": {
  4931. "psr-4": {
  4932. "ParagonIE\\ConstantTime\\": "src/"
  4933. }
  4934. },
  4935. "notification-url": "https://packagist.org/downloads/",
  4936. "license": [
  4937. "MIT"
  4938. ],
  4939. "authors": [
  4940. {
  4941. "name": "Paragon Initiative Enterprises",
  4942. "email": "security@paragonie.com",
  4943. "homepage": "https://paragonie.com",
  4944. "role": "Maintainer"
  4945. },
  4946. {
  4947. "name": "Steve 'Sc00bz' Thomas",
  4948. "email": "steve@tobtu.com",
  4949. "homepage": "https://www.tobtu.com",
  4950. "role": "Original Developer"
  4951. }
  4952. ],
  4953. "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
  4954. "keywords": [
  4955. "base16",
  4956. "base32",
  4957. "base32_decode",
  4958. "base32_encode",
  4959. "base64",
  4960. "base64_decode",
  4961. "base64_encode",
  4962. "bin2hex",
  4963. "encoding",
  4964. "hex",
  4965. "hex2bin",
  4966. "rfc4648"
  4967. ],
  4968. "support": {
  4969. "email": "info@paragonie.com",
  4970. "issues": "https://github.com/paragonie/constant_time_encoding/issues",
  4971. "source": "https://github.com/paragonie/constant_time_encoding"
  4972. },
  4973. "time": "2020-12-06T15:14:20+00:00"
  4974. },
  4975. {
  4976. "name": "paragonie/random_compat",
  4977. "version": "v9.99.100",
  4978. "source": {
  4979. "type": "git",
  4980. "url": "https://github.com/paragonie/random_compat.git",
  4981. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
  4982. },
  4983. "dist": {
  4984. "type": "zip",
  4985. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
  4986. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
  4987. "shasum": "",
  4988. "mirrors": [
  4989. {
  4990. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4991. "preferred": true
  4992. }
  4993. ]
  4994. },
  4995. "require": {
  4996. "php": ">= 7"
  4997. },
  4998. "require-dev": {
  4999. "phpunit/phpunit": "4.*|5.*",
  5000. "vimeo/psalm": "^1"
  5001. },
  5002. "suggest": {
  5003. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  5004. },
  5005. "type": "library",
  5006. "notification-url": "https://packagist.org/downloads/",
  5007. "license": [
  5008. "MIT"
  5009. ],
  5010. "authors": [
  5011. {
  5012. "name": "Paragon Initiative Enterprises",
  5013. "email": "security@paragonie.com",
  5014. "homepage": "https://paragonie.com"
  5015. }
  5016. ],
  5017. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  5018. "keywords": [
  5019. "csprng",
  5020. "polyfill",
  5021. "pseudorandom",
  5022. "random"
  5023. ],
  5024. "support": {
  5025. "email": "info@paragonie.com",
  5026. "issues": "https://github.com/paragonie/random_compat/issues",
  5027. "source": "https://github.com/paragonie/random_compat"
  5028. },
  5029. "time": "2020-10-15T08:29:30+00:00"
  5030. },
  5031. {
  5032. "name": "php-amqplib/php-amqplib",
  5033. "version": "v2.12.3",
  5034. "source": {
  5035. "type": "git",
  5036. "url": "https://github.com/php-amqplib/php-amqplib.git",
  5037. "reference": "f746eb44df6d8f838173729867dd1d20b0265faa"
  5038. },
  5039. "dist": {
  5040. "type": "zip",
  5041. "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/f746eb44df6d8f838173729867dd1d20b0265faa",
  5042. "reference": "f746eb44df6d8f838173729867dd1d20b0265faa",
  5043. "shasum": "",
  5044. "mirrors": [
  5045. {
  5046. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5047. "preferred": true
  5048. }
  5049. ]
  5050. },
  5051. "require": {
  5052. "ext-mbstring": "*",
  5053. "ext-sockets": "*",
  5054. "php": ">=5.6.3,<8.0",
  5055. "phpseclib/phpseclib": "^2.0|^3.0"
  5056. },
  5057. "conflict": {
  5058. "php": "7.4.0 - 7.4.1"
  5059. },
  5060. "replace": {
  5061. "videlalvaro/php-amqplib": "self.version"
  5062. },
  5063. "require-dev": {
  5064. "ext-curl": "*",
  5065. "nategood/httpful": "^0.2.20",
  5066. "phpunit/phpunit": "^5.7|^6.5|^7.0",
  5067. "squizlabs/php_codesniffer": "^3.5"
  5068. },
  5069. "type": "library",
  5070. "extra": {
  5071. "branch-alias": {
  5072. "dev-master": "2.12-dev"
  5073. }
  5074. },
  5075. "autoload": {
  5076. "psr-4": {
  5077. "PhpAmqpLib\\": "PhpAmqpLib/"
  5078. }
  5079. },
  5080. "notification-url": "https://packagist.org/downloads/",
  5081. "license": [
  5082. "LGPL-2.1-or-later"
  5083. ],
  5084. "authors": [
  5085. {
  5086. "name": "Alvaro Videla",
  5087. "role": "Original Maintainer"
  5088. },
  5089. {
  5090. "name": "Raúl Araya",
  5091. "email": "nubeiro@gmail.com",
  5092. "role": "Maintainer"
  5093. },
  5094. {
  5095. "name": "Luke Bakken",
  5096. "email": "luke@bakken.io",
  5097. "role": "Maintainer"
  5098. },
  5099. {
  5100. "name": "Ramūnas Dronga",
  5101. "email": "github@ramuno.lt",
  5102. "role": "Maintainer"
  5103. }
  5104. ],
  5105. "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
  5106. "homepage": "https://github.com/php-amqplib/php-amqplib/",
  5107. "keywords": [
  5108. "message",
  5109. "queue",
  5110. "rabbitmq"
  5111. ],
  5112. "support": {
  5113. "issues": "https://github.com/php-amqplib/php-amqplib/issues",
  5114. "source": "https://github.com/php-amqplib/php-amqplib/tree/v2.12.3"
  5115. },
  5116. "time": "2021-03-01T12:21:31+00:00"
  5117. },
  5118. {
  5119. "name": "phpdocumentor/reflection-common",
  5120. "version": "2.2.0",
  5121. "source": {
  5122. "type": "git",
  5123. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  5124. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
  5125. },
  5126. "dist": {
  5127. "type": "zip",
  5128. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  5129. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  5130. "shasum": "",
  5131. "mirrors": [
  5132. {
  5133. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5134. "preferred": true
  5135. }
  5136. ]
  5137. },
  5138. "require": {
  5139. "php": "^7.2 || ^8.0"
  5140. },
  5141. "type": "library",
  5142. "extra": {
  5143. "branch-alias": {
  5144. "dev-2.x": "2.x-dev"
  5145. }
  5146. },
  5147. "autoload": {
  5148. "psr-4": {
  5149. "phpDocumentor\\Reflection\\": "src/"
  5150. }
  5151. },
  5152. "notification-url": "https://packagist.org/downloads/",
  5153. "license": [
  5154. "MIT"
  5155. ],
  5156. "authors": [
  5157. {
  5158. "name": "Jaap van Otterdijk",
  5159. "email": "opensource@ijaap.nl"
  5160. }
  5161. ],
  5162. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  5163. "homepage": "http://www.phpdoc.org",
  5164. "keywords": [
  5165. "FQSEN",
  5166. "phpDocumentor",
  5167. "phpdoc",
  5168. "reflection",
  5169. "static analysis"
  5170. ],
  5171. "support": {
  5172. "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
  5173. "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
  5174. },
  5175. "time": "2020-06-27T09:03:43+00:00"
  5176. },
  5177. {
  5178. "name": "phpdocumentor/reflection-docblock",
  5179. "version": "5.3.0",
  5180. "source": {
  5181. "type": "git",
  5182. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  5183. "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
  5184. },
  5185. "dist": {
  5186. "type": "zip",
  5187. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
  5188. "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
  5189. "shasum": "",
  5190. "mirrors": [
  5191. {
  5192. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5193. "preferred": true
  5194. }
  5195. ]
  5196. },
  5197. "require": {
  5198. "ext-filter": "*",
  5199. "php": "^7.2 || ^8.0",
  5200. "phpdocumentor/reflection-common": "^2.2",
  5201. "phpdocumentor/type-resolver": "^1.3",
  5202. "webmozart/assert": "^1.9.1"
  5203. },
  5204. "require-dev": {
  5205. "mockery/mockery": "~1.3.2",
  5206. "psalm/phar": "^4.8"
  5207. },
  5208. "type": "library",
  5209. "extra": {
  5210. "branch-alias": {
  5211. "dev-master": "5.x-dev"
  5212. }
  5213. },
  5214. "autoload": {
  5215. "psr-4": {
  5216. "phpDocumentor\\Reflection\\": "src"
  5217. }
  5218. },
  5219. "notification-url": "https://packagist.org/downloads/",
  5220. "license": [
  5221. "MIT"
  5222. ],
  5223. "authors": [
  5224. {
  5225. "name": "Mike van Riel",
  5226. "email": "me@mikevanriel.com"
  5227. },
  5228. {
  5229. "name": "Jaap van Otterdijk",
  5230. "email": "account@ijaap.nl"
  5231. }
  5232. ],
  5233. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  5234. "support": {
  5235. "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
  5236. "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
  5237. },
  5238. "time": "2021-10-19T17:43:47+00:00"
  5239. },
  5240. {
  5241. "name": "phpdocumentor/type-resolver",
  5242. "version": "1.5.1",
  5243. "source": {
  5244. "type": "git",
  5245. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  5246. "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae"
  5247. },
  5248. "dist": {
  5249. "type": "zip",
  5250. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/a12f7e301eb7258bb68acd89d4aefa05c2906cae",
  5251. "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae",
  5252. "shasum": "",
  5253. "mirrors": [
  5254. {
  5255. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5256. "preferred": true
  5257. }
  5258. ]
  5259. },
  5260. "require": {
  5261. "php": "^7.2 || ^8.0",
  5262. "phpdocumentor/reflection-common": "^2.0"
  5263. },
  5264. "require-dev": {
  5265. "ext-tokenizer": "*",
  5266. "psalm/phar": "^4.8"
  5267. },
  5268. "type": "library",
  5269. "extra": {
  5270. "branch-alias": {
  5271. "dev-1.x": "1.x-dev"
  5272. }
  5273. },
  5274. "autoload": {
  5275. "psr-4": {
  5276. "phpDocumentor\\Reflection\\": "src"
  5277. }
  5278. },
  5279. "notification-url": "https://packagist.org/downloads/",
  5280. "license": [
  5281. "MIT"
  5282. ],
  5283. "authors": [
  5284. {
  5285. "name": "Mike van Riel",
  5286. "email": "me@mikevanriel.com"
  5287. }
  5288. ],
  5289. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  5290. "support": {
  5291. "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
  5292. "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.5.1"
  5293. },
  5294. "time": "2021-10-02T14:08:47+00:00"
  5295. },
  5296. {
  5297. "name": "phpoption/phpoption",
  5298. "version": "1.8.1",
  5299. "source": {
  5300. "type": "git",
  5301. "url": "https://github.com/schmittjoh/php-option.git",
  5302. "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15"
  5303. },
  5304. "dist": {
  5305. "type": "zip",
  5306. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
  5307. "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
  5308. "shasum": "",
  5309. "mirrors": [
  5310. {
  5311. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5312. "preferred": true
  5313. }
  5314. ]
  5315. },
  5316. "require": {
  5317. "php": "^7.0 || ^8.0"
  5318. },
  5319. "require-dev": {
  5320. "bamarni/composer-bin-plugin": "^1.4.1",
  5321. "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
  5322. },
  5323. "type": "library",
  5324. "extra": {
  5325. "branch-alias": {
  5326. "dev-master": "1.8-dev"
  5327. }
  5328. },
  5329. "autoload": {
  5330. "psr-4": {
  5331. "PhpOption\\": "src/PhpOption/"
  5332. }
  5333. },
  5334. "notification-url": "https://packagist.org/downloads/",
  5335. "license": [
  5336. "Apache-2.0"
  5337. ],
  5338. "authors": [
  5339. {
  5340. "name": "Johannes M. Schmitt",
  5341. "email": "schmittjoh@gmail.com",
  5342. "homepage": "https://github.com/schmittjoh"
  5343. },
  5344. {
  5345. "name": "Graham Campbell",
  5346. "email": "hello@gjcampbell.co.uk",
  5347. "homepage": "https://github.com/GrahamCampbell"
  5348. }
  5349. ],
  5350. "description": "Option Type for PHP",
  5351. "keywords": [
  5352. "language",
  5353. "option",
  5354. "php",
  5355. "type"
  5356. ],
  5357. "support": {
  5358. "issues": "https://github.com/schmittjoh/php-option/issues",
  5359. "source": "https://github.com/schmittjoh/php-option/tree/1.8.1"
  5360. },
  5361. "funding": [
  5362. {
  5363. "url": "https://github.com/GrahamCampbell",
  5364. "type": "github"
  5365. },
  5366. {
  5367. "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
  5368. "type": "tidelift"
  5369. }
  5370. ],
  5371. "time": "2021-12-04T23:24:31+00:00"
  5372. },
  5373. {
  5374. "name": "phpseclib/phpseclib",
  5375. "version": "3.0.12",
  5376. "source": {
  5377. "type": "git",
  5378. "url": "https://github.com/phpseclib/phpseclib.git",
  5379. "reference": "89bfb45bd8b1abc3b37e910d57f5dbd3174f40fb"
  5380. },
  5381. "dist": {
  5382. "type": "zip",
  5383. "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/89bfb45bd8b1abc3b37e910d57f5dbd3174f40fb",
  5384. "reference": "89bfb45bd8b1abc3b37e910d57f5dbd3174f40fb",
  5385. "shasum": "",
  5386. "mirrors": [
  5387. {
  5388. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5389. "preferred": true
  5390. }
  5391. ]
  5392. },
  5393. "require": {
  5394. "paragonie/constant_time_encoding": "^1|^2",
  5395. "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
  5396. "php": ">=5.6.1"
  5397. },
  5398. "require-dev": {
  5399. "phing/phing": "~2.7",
  5400. "phpunit/phpunit": "^5.7|^6.0|^9.4",
  5401. "squizlabs/php_codesniffer": "~2.0"
  5402. },
  5403. "suggest": {
  5404. "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
  5405. "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
  5406. "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
  5407. "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
  5408. },
  5409. "type": "library",
  5410. "autoload": {
  5411. "files": [
  5412. "phpseclib/bootstrap.php"
  5413. ],
  5414. "psr-4": {
  5415. "phpseclib3\\": "phpseclib/"
  5416. }
  5417. },
  5418. "notification-url": "https://packagist.org/downloads/",
  5419. "license": [
  5420. "MIT"
  5421. ],
  5422. "authors": [
  5423. {
  5424. "name": "Jim Wigginton",
  5425. "email": "terrafrost@php.net",
  5426. "role": "Lead Developer"
  5427. },
  5428. {
  5429. "name": "Patrick Monnerat",
  5430. "email": "pm@datasphere.ch",
  5431. "role": "Developer"
  5432. },
  5433. {
  5434. "name": "Andreas Fischer",
  5435. "email": "bantu@phpbb.com",
  5436. "role": "Developer"
  5437. },
  5438. {
  5439. "name": "Hans-Jürgen Petrich",
  5440. "email": "petrich@tronic-media.com",
  5441. "role": "Developer"
  5442. },
  5443. {
  5444. "name": "Graham Campbell",
  5445. "email": "graham@alt-three.com",
  5446. "role": "Developer"
  5447. }
  5448. ],
  5449. "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
  5450. "homepage": "http://phpseclib.sourceforge.net",
  5451. "keywords": [
  5452. "BigInteger",
  5453. "aes",
  5454. "asn.1",
  5455. "asn1",
  5456. "blowfish",
  5457. "crypto",
  5458. "cryptography",
  5459. "encryption",
  5460. "rsa",
  5461. "security",
  5462. "sftp",
  5463. "signature",
  5464. "signing",
  5465. "ssh",
  5466. "twofish",
  5467. "x.509",
  5468. "x509"
  5469. ],
  5470. "support": {
  5471. "issues": "https://github.com/phpseclib/phpseclib/issues",
  5472. "source": "https://github.com/phpseclib/phpseclib/tree/3.0.12"
  5473. },
  5474. "funding": [
  5475. {
  5476. "url": "https://github.com/terrafrost",
  5477. "type": "github"
  5478. },
  5479. {
  5480. "url": "https://www.patreon.com/phpseclib",
  5481. "type": "patreon"
  5482. },
  5483. {
  5484. "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
  5485. "type": "tidelift"
  5486. }
  5487. ],
  5488. "time": "2021-11-28T23:46:03+00:00"
  5489. },
  5490. {
  5491. "name": "pimple/pimple",
  5492. "version": "v3.5.0",
  5493. "source": {
  5494. "type": "git",
  5495. "url": "https://github.com/silexphp/Pimple.git",
  5496. "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed"
  5497. },
  5498. "dist": {
  5499. "type": "zip",
  5500. "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
  5501. "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
  5502. "shasum": "",
  5503. "mirrors": [
  5504. {
  5505. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5506. "preferred": true
  5507. }
  5508. ]
  5509. },
  5510. "require": {
  5511. "php": ">=7.2.5",
  5512. "psr/container": "^1.1 || ^2.0"
  5513. },
  5514. "require-dev": {
  5515. "symfony/phpunit-bridge": "^5.4@dev"
  5516. },
  5517. "type": "library",
  5518. "extra": {
  5519. "branch-alias": {
  5520. "dev-master": "3.4.x-dev"
  5521. }
  5522. },
  5523. "autoload": {
  5524. "psr-0": {
  5525. "Pimple": "src/"
  5526. }
  5527. },
  5528. "notification-url": "https://packagist.org/downloads/",
  5529. "license": [
  5530. "MIT"
  5531. ],
  5532. "authors": [
  5533. {
  5534. "name": "Fabien Potencier",
  5535. "email": "fabien@symfony.com"
  5536. }
  5537. ],
  5538. "description": "Pimple, a simple Dependency Injection Container",
  5539. "homepage": "https://pimple.symfony.com",
  5540. "keywords": [
  5541. "container",
  5542. "dependency injection"
  5543. ],
  5544. "support": {
  5545. "source": "https://github.com/silexphp/Pimple/tree/v3.5.0"
  5546. },
  5547. "time": "2021-10-28T11:13:42+00:00"
  5548. },
  5549. {
  5550. "name": "psr/cache",
  5551. "version": "1.0.1",
  5552. "source": {
  5553. "type": "git",
  5554. "url": "https://github.com/php-fig/cache.git",
  5555. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  5556. },
  5557. "dist": {
  5558. "type": "zip",
  5559. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  5560. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  5561. "shasum": "",
  5562. "mirrors": [
  5563. {
  5564. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5565. "preferred": true
  5566. }
  5567. ]
  5568. },
  5569. "require": {
  5570. "php": ">=5.3.0"
  5571. },
  5572. "type": "library",
  5573. "extra": {
  5574. "branch-alias": {
  5575. "dev-master": "1.0.x-dev"
  5576. }
  5577. },
  5578. "autoload": {
  5579. "psr-4": {
  5580. "Psr\\Cache\\": "src/"
  5581. }
  5582. },
  5583. "notification-url": "https://packagist.org/downloads/",
  5584. "license": [
  5585. "MIT"
  5586. ],
  5587. "authors": [
  5588. {
  5589. "name": "PHP-FIG",
  5590. "homepage": "http://www.php-fig.org/"
  5591. }
  5592. ],
  5593. "description": "Common interface for caching libraries",
  5594. "keywords": [
  5595. "cache",
  5596. "psr",
  5597. "psr-6"
  5598. ],
  5599. "support": {
  5600. "source": "https://github.com/php-fig/cache/tree/master"
  5601. },
  5602. "time": "2016-08-06T20:24:11+00:00"
  5603. },
  5604. {
  5605. "name": "psr/container",
  5606. "version": "1.1.2",
  5607. "source": {
  5608. "type": "git",
  5609. "url": "https://github.com/php-fig/container.git",
  5610. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
  5611. },
  5612. "dist": {
  5613. "type": "zip",
  5614. "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
  5615. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
  5616. "shasum": "",
  5617. "mirrors": [
  5618. {
  5619. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5620. "preferred": true
  5621. }
  5622. ]
  5623. },
  5624. "require": {
  5625. "php": ">=7.4.0"
  5626. },
  5627. "type": "library",
  5628. "autoload": {
  5629. "psr-4": {
  5630. "Psr\\Container\\": "src/"
  5631. }
  5632. },
  5633. "notification-url": "https://packagist.org/downloads/",
  5634. "license": [
  5635. "MIT"
  5636. ],
  5637. "authors": [
  5638. {
  5639. "name": "PHP-FIG",
  5640. "homepage": "https://www.php-fig.org/"
  5641. }
  5642. ],
  5643. "description": "Common Container Interface (PHP FIG PSR-11)",
  5644. "homepage": "https://github.com/php-fig/container",
  5645. "keywords": [
  5646. "PSR-11",
  5647. "container",
  5648. "container-interface",
  5649. "container-interop",
  5650. "psr"
  5651. ],
  5652. "support": {
  5653. "issues": "https://github.com/php-fig/container/issues",
  5654. "source": "https://github.com/php-fig/container/tree/1.1.2"
  5655. },
  5656. "time": "2021-11-05T16:50:12+00:00"
  5657. },
  5658. {
  5659. "name": "psr/event-dispatcher",
  5660. "version": "1.0.0",
  5661. "source": {
  5662. "type": "git",
  5663. "url": "https://github.com/php-fig/event-dispatcher.git",
  5664. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  5665. },
  5666. "dist": {
  5667. "type": "zip",
  5668. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  5669. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  5670. "shasum": "",
  5671. "mirrors": [
  5672. {
  5673. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5674. "preferred": true
  5675. }
  5676. ]
  5677. },
  5678. "require": {
  5679. "php": ">=7.2.0"
  5680. },
  5681. "type": "library",
  5682. "extra": {
  5683. "branch-alias": {
  5684. "dev-master": "1.0.x-dev"
  5685. }
  5686. },
  5687. "autoload": {
  5688. "psr-4": {
  5689. "Psr\\EventDispatcher\\": "src/"
  5690. }
  5691. },
  5692. "notification-url": "https://packagist.org/downloads/",
  5693. "license": [
  5694. "MIT"
  5695. ],
  5696. "authors": [
  5697. {
  5698. "name": "PHP-FIG",
  5699. "homepage": "http://www.php-fig.org/"
  5700. }
  5701. ],
  5702. "description": "Standard interfaces for event handling.",
  5703. "keywords": [
  5704. "events",
  5705. "psr",
  5706. "psr-14"
  5707. ],
  5708. "support": {
  5709. "issues": "https://github.com/php-fig/event-dispatcher/issues",
  5710. "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
  5711. },
  5712. "time": "2019-01-08T18:20:26+00:00"
  5713. },
  5714. {
  5715. "name": "psr/http-message",
  5716. "version": "1.0.1",
  5717. "source": {
  5718. "type": "git",
  5719. "url": "https://github.com/php-fig/http-message.git",
  5720. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  5721. },
  5722. "dist": {
  5723. "type": "zip",
  5724. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  5725. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  5726. "shasum": "",
  5727. "mirrors": [
  5728. {
  5729. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5730. "preferred": true
  5731. }
  5732. ]
  5733. },
  5734. "require": {
  5735. "php": ">=5.3.0"
  5736. },
  5737. "type": "library",
  5738. "extra": {
  5739. "branch-alias": {
  5740. "dev-master": "1.0.x-dev"
  5741. }
  5742. },
  5743. "autoload": {
  5744. "psr-4": {
  5745. "Psr\\Http\\Message\\": "src/"
  5746. }
  5747. },
  5748. "notification-url": "https://packagist.org/downloads/",
  5749. "license": [
  5750. "MIT"
  5751. ],
  5752. "authors": [
  5753. {
  5754. "name": "PHP-FIG",
  5755. "homepage": "http://www.php-fig.org/"
  5756. }
  5757. ],
  5758. "description": "Common interface for HTTP messages",
  5759. "homepage": "https://github.com/php-fig/http-message",
  5760. "keywords": [
  5761. "http",
  5762. "http-message",
  5763. "psr",
  5764. "psr-7",
  5765. "request",
  5766. "response"
  5767. ],
  5768. "support": {
  5769. "source": "https://github.com/php-fig/http-message/tree/master"
  5770. },
  5771. "time": "2016-08-06T14:39:51+00:00"
  5772. },
  5773. {
  5774. "name": "psr/http-server-handler",
  5775. "version": "1.0.1",
  5776. "source": {
  5777. "type": "git",
  5778. "url": "https://github.com/php-fig/http-server-handler.git",
  5779. "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
  5780. },
  5781. "dist": {
  5782. "type": "zip",
  5783. "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
  5784. "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
  5785. "shasum": "",
  5786. "mirrors": [
  5787. {
  5788. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5789. "preferred": true
  5790. }
  5791. ]
  5792. },
  5793. "require": {
  5794. "php": ">=7.0",
  5795. "psr/http-message": "^1.0"
  5796. },
  5797. "type": "library",
  5798. "extra": {
  5799. "branch-alias": {
  5800. "dev-master": "1.0.x-dev"
  5801. }
  5802. },
  5803. "autoload": {
  5804. "psr-4": {
  5805. "Psr\\Http\\Server\\": "src/"
  5806. }
  5807. },
  5808. "notification-url": "https://packagist.org/downloads/",
  5809. "license": [
  5810. "MIT"
  5811. ],
  5812. "authors": [
  5813. {
  5814. "name": "PHP-FIG",
  5815. "homepage": "http://www.php-fig.org/"
  5816. }
  5817. ],
  5818. "description": "Common interface for HTTP server-side request handler",
  5819. "keywords": [
  5820. "handler",
  5821. "http",
  5822. "http-interop",
  5823. "psr",
  5824. "psr-15",
  5825. "psr-7",
  5826. "request",
  5827. "response",
  5828. "server"
  5829. ],
  5830. "support": {
  5831. "issues": "https://github.com/php-fig/http-server-handler/issues",
  5832. "source": "https://github.com/php-fig/http-server-handler/tree/master"
  5833. },
  5834. "time": "2018-10-30T16:46:14+00:00"
  5835. },
  5836. {
  5837. "name": "psr/http-server-middleware",
  5838. "version": "1.0.1",
  5839. "source": {
  5840. "type": "git",
  5841. "url": "https://github.com/php-fig/http-server-middleware.git",
  5842. "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5"
  5843. },
  5844. "dist": {
  5845. "type": "zip",
  5846. "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5",
  5847. "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5",
  5848. "shasum": "",
  5849. "mirrors": [
  5850. {
  5851. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5852. "preferred": true
  5853. }
  5854. ]
  5855. },
  5856. "require": {
  5857. "php": ">=7.0",
  5858. "psr/http-message": "^1.0",
  5859. "psr/http-server-handler": "^1.0"
  5860. },
  5861. "type": "library",
  5862. "extra": {
  5863. "branch-alias": {
  5864. "dev-master": "1.0.x-dev"
  5865. }
  5866. },
  5867. "autoload": {
  5868. "psr-4": {
  5869. "Psr\\Http\\Server\\": "src/"
  5870. }
  5871. },
  5872. "notification-url": "https://packagist.org/downloads/",
  5873. "license": [
  5874. "MIT"
  5875. ],
  5876. "authors": [
  5877. {
  5878. "name": "PHP-FIG",
  5879. "homepage": "http://www.php-fig.org/"
  5880. }
  5881. ],
  5882. "description": "Common interface for HTTP server-side middleware",
  5883. "keywords": [
  5884. "http",
  5885. "http-interop",
  5886. "middleware",
  5887. "psr",
  5888. "psr-15",
  5889. "psr-7",
  5890. "request",
  5891. "response"
  5892. ],
  5893. "support": {
  5894. "issues": "https://github.com/php-fig/http-server-middleware/issues",
  5895. "source": "https://github.com/php-fig/http-server-middleware/tree/master"
  5896. },
  5897. "time": "2018-10-30T17:12:04+00:00"
  5898. },
  5899. {
  5900. "name": "psr/log",
  5901. "version": "1.1.4",
  5902. "source": {
  5903. "type": "git",
  5904. "url": "https://github.com/php-fig/log.git",
  5905. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  5906. },
  5907. "dist": {
  5908. "type": "zip",
  5909. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  5910. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  5911. "shasum": "",
  5912. "mirrors": [
  5913. {
  5914. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5915. "preferred": true
  5916. }
  5917. ]
  5918. },
  5919. "require": {
  5920. "php": ">=5.3.0"
  5921. },
  5922. "type": "library",
  5923. "extra": {
  5924. "branch-alias": {
  5925. "dev-master": "1.1.x-dev"
  5926. }
  5927. },
  5928. "autoload": {
  5929. "psr-4": {
  5930. "Psr\\Log\\": "Psr/Log/"
  5931. }
  5932. },
  5933. "notification-url": "https://packagist.org/downloads/",
  5934. "license": [
  5935. "MIT"
  5936. ],
  5937. "authors": [
  5938. {
  5939. "name": "PHP-FIG",
  5940. "homepage": "https://www.php-fig.org/"
  5941. }
  5942. ],
  5943. "description": "Common interface for logging libraries",
  5944. "homepage": "https://github.com/php-fig/log",
  5945. "keywords": [
  5946. "log",
  5947. "psr",
  5948. "psr-3"
  5949. ],
  5950. "support": {
  5951. "source": "https://github.com/php-fig/log/tree/1.1.4"
  5952. },
  5953. "time": "2021-05-03T11:20:27+00:00"
  5954. },
  5955. {
  5956. "name": "psr/simple-cache",
  5957. "version": "1.0.1",
  5958. "source": {
  5959. "type": "git",
  5960. "url": "https://github.com/php-fig/simple-cache.git",
  5961. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  5962. },
  5963. "dist": {
  5964. "type": "zip",
  5965. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  5966. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  5967. "shasum": "",
  5968. "mirrors": [
  5969. {
  5970. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5971. "preferred": true
  5972. }
  5973. ]
  5974. },
  5975. "require": {
  5976. "php": ">=5.3.0"
  5977. },
  5978. "type": "library",
  5979. "extra": {
  5980. "branch-alias": {
  5981. "dev-master": "1.0.x-dev"
  5982. }
  5983. },
  5984. "autoload": {
  5985. "psr-4": {
  5986. "Psr\\SimpleCache\\": "src/"
  5987. }
  5988. },
  5989. "notification-url": "https://packagist.org/downloads/",
  5990. "license": [
  5991. "MIT"
  5992. ],
  5993. "authors": [
  5994. {
  5995. "name": "PHP-FIG",
  5996. "homepage": "http://www.php-fig.org/"
  5997. }
  5998. ],
  5999. "description": "Common interfaces for simple caching",
  6000. "keywords": [
  6001. "cache",
  6002. "caching",
  6003. "psr",
  6004. "psr-16",
  6005. "simple-cache"
  6006. ],
  6007. "support": {
  6008. "source": "https://github.com/php-fig/simple-cache/tree/master"
  6009. },
  6010. "time": "2017-10-23T01:57:42+00:00"
  6011. },
  6012. {
  6013. "name": "ralouphie/getallheaders",
  6014. "version": "3.0.3",
  6015. "source": {
  6016. "type": "git",
  6017. "url": "https://github.com/ralouphie/getallheaders.git",
  6018. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  6019. },
  6020. "dist": {
  6021. "type": "zip",
  6022. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  6023. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  6024. "shasum": "",
  6025. "mirrors": [
  6026. {
  6027. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6028. "preferred": true
  6029. }
  6030. ]
  6031. },
  6032. "require": {
  6033. "php": ">=5.6"
  6034. },
  6035. "require-dev": {
  6036. "php-coveralls/php-coveralls": "^2.1",
  6037. "phpunit/phpunit": "^5 || ^6.5"
  6038. },
  6039. "type": "library",
  6040. "autoload": {
  6041. "files": [
  6042. "src/getallheaders.php"
  6043. ]
  6044. },
  6045. "notification-url": "https://packagist.org/downloads/",
  6046. "license": [
  6047. "MIT"
  6048. ],
  6049. "authors": [
  6050. {
  6051. "name": "Ralph Khattar",
  6052. "email": "ralph.khattar@gmail.com"
  6053. }
  6054. ],
  6055. "description": "A polyfill for getallheaders.",
  6056. "support": {
  6057. "issues": "https://github.com/ralouphie/getallheaders/issues",
  6058. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  6059. },
  6060. "time": "2019-03-08T08:55:37+00:00"
  6061. },
  6062. {
  6063. "name": "roave/better-reflection",
  6064. "version": "4.12.2",
  6065. "source": {
  6066. "type": "git",
  6067. "url": "https://github.com/Roave/BetterReflection.git",
  6068. "reference": "73c376c7245b2928837ed1e8bef446f57f1148a0"
  6069. },
  6070. "dist": {
  6071. "type": "zip",
  6072. "url": "https://api.github.com/repos/Roave/BetterReflection/zipball/73c376c7245b2928837ed1e8bef446f57f1148a0",
  6073. "reference": "73c376c7245b2928837ed1e8bef446f57f1148a0",
  6074. "shasum": "",
  6075. "mirrors": [
  6076. {
  6077. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6078. "preferred": true
  6079. }
  6080. ]
  6081. },
  6082. "require": {
  6083. "ext-json": "*",
  6084. "jetbrains/phpstorm-stubs": "2019.3",
  6085. "nikic/php-parser": "^4.6.0",
  6086. "php": ">=7.4.1,<7.5.0",
  6087. "phpdocumentor/reflection-docblock": "^5.2.2",
  6088. "phpdocumentor/type-resolver": "^1.4.0",
  6089. "roave/signature": "^1.3"
  6090. },
  6091. "require-dev": {
  6092. "doctrine/coding-standard": "^8.2.0",
  6093. "infection/infection": "^0.20.0",
  6094. "phpstan/phpstan": "0.12.25",
  6095. "phpunit/phpunit": "^9.4.4",
  6096. "roave/infection-static-analysis-plugin": "^1.2",
  6097. "vimeo/psalm": "^4.2"
  6098. },
  6099. "suggest": {
  6100. "composer/composer": "Required to use the ComposerSourceLocator"
  6101. },
  6102. "type": "library",
  6103. "extra": {
  6104. "branch-alias": {
  6105. "dev-master": "4.0-dev"
  6106. }
  6107. },
  6108. "autoload": {
  6109. "psr-4": {
  6110. "Roave\\BetterReflection\\": "src"
  6111. }
  6112. },
  6113. "notification-url": "https://packagist.org/downloads/",
  6114. "license": [
  6115. "MIT"
  6116. ],
  6117. "authors": [
  6118. {
  6119. "name": "James Titcumb",
  6120. "email": "james@asgrim.com",
  6121. "homepage": "https://github.com/asgrim"
  6122. },
  6123. {
  6124. "name": "Marco Pivetta",
  6125. "email": "ocramius@gmail.com",
  6126. "homepage": "https://ocramius.github.io/"
  6127. },
  6128. {
  6129. "name": "Gary Hockin",
  6130. "email": "gary@roave.com",
  6131. "homepage": "https://github.com/geeh"
  6132. },
  6133. {
  6134. "name": "Jaroslav Hanslík",
  6135. "email": "kukulich@kukulich.cz",
  6136. "homepage": "https://github.com/kukulich"
  6137. }
  6138. ],
  6139. "description": "Better Reflection - an improved code reflection API",
  6140. "support": {
  6141. "issues": "https://github.com/Roave/BetterReflection/issues",
  6142. "source": "https://github.com/Roave/BetterReflection/tree/4.12.2"
  6143. },
  6144. "time": "2020-12-17T17:48:54+00:00"
  6145. },
  6146. {
  6147. "name": "roave/signature",
  6148. "version": "1.5.0",
  6149. "source": {
  6150. "type": "git",
  6151. "url": "https://github.com/Roave/Signature.git",
  6152. "reference": "b100e2c40e51f3c56a0b29faf3e7ca75c33df60b"
  6153. },
  6154. "dist": {
  6155. "type": "zip",
  6156. "url": "https://api.github.com/repos/Roave/Signature/zipball/b100e2c40e51f3c56a0b29faf3e7ca75c33df60b",
  6157. "reference": "b100e2c40e51f3c56a0b29faf3e7ca75c33df60b",
  6158. "shasum": "",
  6159. "mirrors": [
  6160. {
  6161. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6162. "preferred": true
  6163. }
  6164. ]
  6165. },
  6166. "require": {
  6167. "php": "7.4.*|8.0.*|8.1.*"
  6168. },
  6169. "require-dev": {
  6170. "doctrine/coding-standard": "^9.0",
  6171. "infection/infection": "^0.25.1",
  6172. "phpunit/phpunit": "^9.5.9",
  6173. "vimeo/psalm": "^4.10.1"
  6174. },
  6175. "type": "library",
  6176. "autoload": {
  6177. "psr-4": {
  6178. "Roave\\Signature\\": "src"
  6179. }
  6180. },
  6181. "notification-url": "https://packagist.org/downloads/",
  6182. "license": [
  6183. "MIT"
  6184. ],
  6185. "description": "Sign and verify stuff",
  6186. "support": {
  6187. "issues": "https://github.com/Roave/Signature/issues",
  6188. "source": "https://github.com/Roave/Signature/tree/1.5.0"
  6189. },
  6190. "time": "2021-09-18T13:37:44+00:00"
  6191. },
  6192. {
  6193. "name": "symfony/cache",
  6194. "version": "v5.4.2",
  6195. "source": {
  6196. "type": "git",
  6197. "url": "https://github.com/symfony/cache.git",
  6198. "reference": "8aad4b69a10c5c51ab54672e78995860f5e447ec"
  6199. },
  6200. "dist": {
  6201. "type": "zip",
  6202. "url": "https://api.github.com/repos/symfony/cache/zipball/8aad4b69a10c5c51ab54672e78995860f5e447ec",
  6203. "reference": "8aad4b69a10c5c51ab54672e78995860f5e447ec",
  6204. "shasum": "",
  6205. "mirrors": [
  6206. {
  6207. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6208. "preferred": true
  6209. }
  6210. ]
  6211. },
  6212. "require": {
  6213. "php": ">=7.2.5",
  6214. "psr/cache": "^1.0|^2.0",
  6215. "psr/log": "^1.1|^2|^3",
  6216. "symfony/cache-contracts": "^1.1.7|^2",
  6217. "symfony/deprecation-contracts": "^2.1|^3",
  6218. "symfony/polyfill-php73": "^1.9",
  6219. "symfony/polyfill-php80": "^1.16",
  6220. "symfony/service-contracts": "^1.1|^2|^3",
  6221. "symfony/var-exporter": "^4.4|^5.0|^6.0"
  6222. },
  6223. "conflict": {
  6224. "doctrine/dbal": "<2.13.1",
  6225. "symfony/dependency-injection": "<4.4",
  6226. "symfony/http-kernel": "<4.4",
  6227. "symfony/var-dumper": "<4.4"
  6228. },
  6229. "provide": {
  6230. "psr/cache-implementation": "1.0|2.0",
  6231. "psr/simple-cache-implementation": "1.0|2.0",
  6232. "symfony/cache-implementation": "1.0|2.0"
  6233. },
  6234. "require-dev": {
  6235. "cache/integration-tests": "dev-master",
  6236. "doctrine/cache": "^1.6|^2.0",
  6237. "doctrine/dbal": "^2.13.1|^3.0",
  6238. "predis/predis": "^1.1",
  6239. "psr/simple-cache": "^1.0|^2.0",
  6240. "symfony/config": "^4.4|^5.0|^6.0",
  6241. "symfony/dependency-injection": "^4.4|^5.0|^6.0",
  6242. "symfony/filesystem": "^4.4|^5.0|^6.0",
  6243. "symfony/http-kernel": "^4.4|^5.0|^6.0",
  6244. "symfony/messenger": "^4.4|^5.0|^6.0",
  6245. "symfony/var-dumper": "^4.4|^5.0|^6.0"
  6246. },
  6247. "type": "library",
  6248. "autoload": {
  6249. "psr-4": {
  6250. "Symfony\\Component\\Cache\\": ""
  6251. },
  6252. "exclude-from-classmap": [
  6253. "/Tests/"
  6254. ]
  6255. },
  6256. "notification-url": "https://packagist.org/downloads/",
  6257. "license": [
  6258. "MIT"
  6259. ],
  6260. "authors": [
  6261. {
  6262. "name": "Nicolas Grekas",
  6263. "email": "p@tchwork.com"
  6264. },
  6265. {
  6266. "name": "Symfony Community",
  6267. "homepage": "https://symfony.com/contributors"
  6268. }
  6269. ],
  6270. "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
  6271. "homepage": "https://symfony.com",
  6272. "keywords": [
  6273. "caching",
  6274. "psr6"
  6275. ],
  6276. "support": {
  6277. "source": "https://github.com/symfony/cache/tree/v5.4.2"
  6278. },
  6279. "funding": [
  6280. {
  6281. "url": "https://symfony.com/sponsor",
  6282. "type": "custom"
  6283. },
  6284. {
  6285. "url": "https://github.com/fabpot",
  6286. "type": "github"
  6287. },
  6288. {
  6289. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6290. "type": "tidelift"
  6291. }
  6292. ],
  6293. "time": "2021-12-28T17:15:56+00:00"
  6294. },
  6295. {
  6296. "name": "symfony/cache-contracts",
  6297. "version": "v2.5.0",
  6298. "source": {
  6299. "type": "git",
  6300. "url": "https://github.com/symfony/cache-contracts.git",
  6301. "reference": "ac2e168102a2e06a2624f0379bde94cd5854ced2"
  6302. },
  6303. "dist": {
  6304. "type": "zip",
  6305. "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ac2e168102a2e06a2624f0379bde94cd5854ced2",
  6306. "reference": "ac2e168102a2e06a2624f0379bde94cd5854ced2",
  6307. "shasum": "",
  6308. "mirrors": [
  6309. {
  6310. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6311. "preferred": true
  6312. }
  6313. ]
  6314. },
  6315. "require": {
  6316. "php": ">=7.2.5",
  6317. "psr/cache": "^1.0|^2.0|^3.0"
  6318. },
  6319. "suggest": {
  6320. "symfony/cache-implementation": ""
  6321. },
  6322. "type": "library",
  6323. "extra": {
  6324. "branch-alias": {
  6325. "dev-main": "2.5-dev"
  6326. },
  6327. "thanks": {
  6328. "name": "symfony/contracts",
  6329. "url": "https://github.com/symfony/contracts"
  6330. }
  6331. },
  6332. "autoload": {
  6333. "psr-4": {
  6334. "Symfony\\Contracts\\Cache\\": ""
  6335. }
  6336. },
  6337. "notification-url": "https://packagist.org/downloads/",
  6338. "license": [
  6339. "MIT"
  6340. ],
  6341. "authors": [
  6342. {
  6343. "name": "Nicolas Grekas",
  6344. "email": "p@tchwork.com"
  6345. },
  6346. {
  6347. "name": "Symfony Community",
  6348. "homepage": "https://symfony.com/contributors"
  6349. }
  6350. ],
  6351. "description": "Generic abstractions related to caching",
  6352. "homepage": "https://symfony.com",
  6353. "keywords": [
  6354. "abstractions",
  6355. "contracts",
  6356. "decoupling",
  6357. "interfaces",
  6358. "interoperability",
  6359. "standards"
  6360. ],
  6361. "support": {
  6362. "source": "https://github.com/symfony/cache-contracts/tree/v2.5.0"
  6363. },
  6364. "funding": [
  6365. {
  6366. "url": "https://symfony.com/sponsor",
  6367. "type": "custom"
  6368. },
  6369. {
  6370. "url": "https://github.com/fabpot",
  6371. "type": "github"
  6372. },
  6373. {
  6374. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6375. "type": "tidelift"
  6376. }
  6377. ],
  6378. "time": "2021-08-17T14:20:01+00:00"
  6379. },
  6380. {
  6381. "name": "symfony/console",
  6382. "version": "v5.4.2",
  6383. "source": {
  6384. "type": "git",
  6385. "url": "https://github.com/symfony/console.git",
  6386. "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e"
  6387. },
  6388. "dist": {
  6389. "type": "zip",
  6390. "url": "https://api.github.com/repos/symfony/console/zipball/a2c6b7ced2eb7799a35375fb9022519282b5405e",
  6391. "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e",
  6392. "shasum": "",
  6393. "mirrors": [
  6394. {
  6395. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6396. "preferred": true
  6397. }
  6398. ]
  6399. },
  6400. "require": {
  6401. "php": ">=7.2.5",
  6402. "symfony/deprecation-contracts": "^2.1|^3",
  6403. "symfony/polyfill-mbstring": "~1.0",
  6404. "symfony/polyfill-php73": "^1.9",
  6405. "symfony/polyfill-php80": "^1.16",
  6406. "symfony/service-contracts": "^1.1|^2|^3",
  6407. "symfony/string": "^5.1|^6.0"
  6408. },
  6409. "conflict": {
  6410. "psr/log": ">=3",
  6411. "symfony/dependency-injection": "<4.4",
  6412. "symfony/dotenv": "<5.1",
  6413. "symfony/event-dispatcher": "<4.4",
  6414. "symfony/lock": "<4.4",
  6415. "symfony/process": "<4.4"
  6416. },
  6417. "provide": {
  6418. "psr/log-implementation": "1.0|2.0"
  6419. },
  6420. "require-dev": {
  6421. "psr/log": "^1|^2",
  6422. "symfony/config": "^4.4|^5.0|^6.0",
  6423. "symfony/dependency-injection": "^4.4|^5.0|^6.0",
  6424. "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
  6425. "symfony/lock": "^4.4|^5.0|^6.0",
  6426. "symfony/process": "^4.4|^5.0|^6.0",
  6427. "symfony/var-dumper": "^4.4|^5.0|^6.0"
  6428. },
  6429. "suggest": {
  6430. "psr/log": "For using the console logger",
  6431. "symfony/event-dispatcher": "",
  6432. "symfony/lock": "",
  6433. "symfony/process": ""
  6434. },
  6435. "type": "library",
  6436. "autoload": {
  6437. "psr-4": {
  6438. "Symfony\\Component\\Console\\": ""
  6439. },
  6440. "exclude-from-classmap": [
  6441. "/Tests/"
  6442. ]
  6443. },
  6444. "notification-url": "https://packagist.org/downloads/",
  6445. "license": [
  6446. "MIT"
  6447. ],
  6448. "authors": [
  6449. {
  6450. "name": "Fabien Potencier",
  6451. "email": "fabien@symfony.com"
  6452. },
  6453. {
  6454. "name": "Symfony Community",
  6455. "homepage": "https://symfony.com/contributors"
  6456. }
  6457. ],
  6458. "description": "Eases the creation of beautiful and testable command line interfaces",
  6459. "homepage": "https://symfony.com",
  6460. "keywords": [
  6461. "cli",
  6462. "command line",
  6463. "console",
  6464. "terminal"
  6465. ],
  6466. "support": {
  6467. "source": "https://github.com/symfony/console/tree/v5.4.2"
  6468. },
  6469. "funding": [
  6470. {
  6471. "url": "https://symfony.com/sponsor",
  6472. "type": "custom"
  6473. },
  6474. {
  6475. "url": "https://github.com/fabpot",
  6476. "type": "github"
  6477. },
  6478. {
  6479. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6480. "type": "tidelift"
  6481. }
  6482. ],
  6483. "time": "2021-12-20T16:11:12+00:00"
  6484. },
  6485. {
  6486. "name": "symfony/deprecation-contracts",
  6487. "version": "v2.5.0",
  6488. "source": {
  6489. "type": "git",
  6490. "url": "https://github.com/symfony/deprecation-contracts.git",
  6491. "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8"
  6492. },
  6493. "dist": {
  6494. "type": "zip",
  6495. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8",
  6496. "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8",
  6497. "shasum": "",
  6498. "mirrors": [
  6499. {
  6500. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6501. "preferred": true
  6502. }
  6503. ]
  6504. },
  6505. "require": {
  6506. "php": ">=7.1"
  6507. },
  6508. "type": "library",
  6509. "extra": {
  6510. "branch-alias": {
  6511. "dev-main": "2.5-dev"
  6512. },
  6513. "thanks": {
  6514. "name": "symfony/contracts",
  6515. "url": "https://github.com/symfony/contracts"
  6516. }
  6517. },
  6518. "autoload": {
  6519. "files": [
  6520. "function.php"
  6521. ]
  6522. },
  6523. "notification-url": "https://packagist.org/downloads/",
  6524. "license": [
  6525. "MIT"
  6526. ],
  6527. "authors": [
  6528. {
  6529. "name": "Nicolas Grekas",
  6530. "email": "p@tchwork.com"
  6531. },
  6532. {
  6533. "name": "Symfony Community",
  6534. "homepage": "https://symfony.com/contributors"
  6535. }
  6536. ],
  6537. "description": "A generic function and convention to trigger deprecation notices",
  6538. "homepage": "https://symfony.com",
  6539. "support": {
  6540. "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.0"
  6541. },
  6542. "funding": [
  6543. {
  6544. "url": "https://symfony.com/sponsor",
  6545. "type": "custom"
  6546. },
  6547. {
  6548. "url": "https://github.com/fabpot",
  6549. "type": "github"
  6550. },
  6551. {
  6552. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6553. "type": "tidelift"
  6554. }
  6555. ],
  6556. "time": "2021-07-12T14:48:14+00:00"
  6557. },
  6558. {
  6559. "name": "symfony/event-dispatcher",
  6560. "version": "v5.4.0",
  6561. "source": {
  6562. "type": "git",
  6563. "url": "https://github.com/symfony/event-dispatcher.git",
  6564. "reference": "27d39ae126352b9fa3be5e196ccf4617897be3eb"
  6565. },
  6566. "dist": {
  6567. "type": "zip",
  6568. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/27d39ae126352b9fa3be5e196ccf4617897be3eb",
  6569. "reference": "27d39ae126352b9fa3be5e196ccf4617897be3eb",
  6570. "shasum": "",
  6571. "mirrors": [
  6572. {
  6573. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6574. "preferred": true
  6575. }
  6576. ]
  6577. },
  6578. "require": {
  6579. "php": ">=7.2.5",
  6580. "symfony/deprecation-contracts": "^2.1|^3",
  6581. "symfony/event-dispatcher-contracts": "^2|^3",
  6582. "symfony/polyfill-php80": "^1.16"
  6583. },
  6584. "conflict": {
  6585. "symfony/dependency-injection": "<4.4"
  6586. },
  6587. "provide": {
  6588. "psr/event-dispatcher-implementation": "1.0",
  6589. "symfony/event-dispatcher-implementation": "2.0"
  6590. },
  6591. "require-dev": {
  6592. "psr/log": "^1|^2|^3",
  6593. "symfony/config": "^4.4|^5.0|^6.0",
  6594. "symfony/dependency-injection": "^4.4|^5.0|^6.0",
  6595. "symfony/error-handler": "^4.4|^5.0|^6.0",
  6596. "symfony/expression-language": "^4.4|^5.0|^6.0",
  6597. "symfony/http-foundation": "^4.4|^5.0|^6.0",
  6598. "symfony/service-contracts": "^1.1|^2|^3",
  6599. "symfony/stopwatch": "^4.4|^5.0|^6.0"
  6600. },
  6601. "suggest": {
  6602. "symfony/dependency-injection": "",
  6603. "symfony/http-kernel": ""
  6604. },
  6605. "type": "library",
  6606. "autoload": {
  6607. "psr-4": {
  6608. "Symfony\\Component\\EventDispatcher\\": ""
  6609. },
  6610. "exclude-from-classmap": [
  6611. "/Tests/"
  6612. ]
  6613. },
  6614. "notification-url": "https://packagist.org/downloads/",
  6615. "license": [
  6616. "MIT"
  6617. ],
  6618. "authors": [
  6619. {
  6620. "name": "Fabien Potencier",
  6621. "email": "fabien@symfony.com"
  6622. },
  6623. {
  6624. "name": "Symfony Community",
  6625. "homepage": "https://symfony.com/contributors"
  6626. }
  6627. ],
  6628. "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
  6629. "homepage": "https://symfony.com",
  6630. "support": {
  6631. "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.0"
  6632. },
  6633. "funding": [
  6634. {
  6635. "url": "https://symfony.com/sponsor",
  6636. "type": "custom"
  6637. },
  6638. {
  6639. "url": "https://github.com/fabpot",
  6640. "type": "github"
  6641. },
  6642. {
  6643. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6644. "type": "tidelift"
  6645. }
  6646. ],
  6647. "time": "2021-11-23T10:19:22+00:00"
  6648. },
  6649. {
  6650. "name": "symfony/event-dispatcher-contracts",
  6651. "version": "v2.5.0",
  6652. "source": {
  6653. "type": "git",
  6654. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  6655. "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a"
  6656. },
  6657. "dist": {
  6658. "type": "zip",
  6659. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
  6660. "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
  6661. "shasum": "",
  6662. "mirrors": [
  6663. {
  6664. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6665. "preferred": true
  6666. }
  6667. ]
  6668. },
  6669. "require": {
  6670. "php": ">=7.2.5",
  6671. "psr/event-dispatcher": "^1"
  6672. },
  6673. "suggest": {
  6674. "symfony/event-dispatcher-implementation": ""
  6675. },
  6676. "type": "library",
  6677. "extra": {
  6678. "branch-alias": {
  6679. "dev-main": "2.5-dev"
  6680. },
  6681. "thanks": {
  6682. "name": "symfony/contracts",
  6683. "url": "https://github.com/symfony/contracts"
  6684. }
  6685. },
  6686. "autoload": {
  6687. "psr-4": {
  6688. "Symfony\\Contracts\\EventDispatcher\\": ""
  6689. }
  6690. },
  6691. "notification-url": "https://packagist.org/downloads/",
  6692. "license": [
  6693. "MIT"
  6694. ],
  6695. "authors": [
  6696. {
  6697. "name": "Nicolas Grekas",
  6698. "email": "p@tchwork.com"
  6699. },
  6700. {
  6701. "name": "Symfony Community",
  6702. "homepage": "https://symfony.com/contributors"
  6703. }
  6704. ],
  6705. "description": "Generic abstractions related to dispatching event",
  6706. "homepage": "https://symfony.com",
  6707. "keywords": [
  6708. "abstractions",
  6709. "contracts",
  6710. "decoupling",
  6711. "interfaces",
  6712. "interoperability",
  6713. "standards"
  6714. ],
  6715. "support": {
  6716. "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.0"
  6717. },
  6718. "funding": [
  6719. {
  6720. "url": "https://symfony.com/sponsor",
  6721. "type": "custom"
  6722. },
  6723. {
  6724. "url": "https://github.com/fabpot",
  6725. "type": "github"
  6726. },
  6727. {
  6728. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6729. "type": "tidelift"
  6730. }
  6731. ],
  6732. "time": "2021-07-12T14:48:14+00:00"
  6733. },
  6734. {
  6735. "name": "symfony/finder",
  6736. "version": "v5.4.2",
  6737. "source": {
  6738. "type": "git",
  6739. "url": "https://github.com/symfony/finder.git",
  6740. "reference": "e77046c252be48c48a40816187ed527703c8f76c"
  6741. },
  6742. "dist": {
  6743. "type": "zip",
  6744. "url": "https://api.github.com/repos/symfony/finder/zipball/e77046c252be48c48a40816187ed527703c8f76c",
  6745. "reference": "e77046c252be48c48a40816187ed527703c8f76c",
  6746. "shasum": "",
  6747. "mirrors": [
  6748. {
  6749. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6750. "preferred": true
  6751. }
  6752. ]
  6753. },
  6754. "require": {
  6755. "php": ">=7.2.5",
  6756. "symfony/deprecation-contracts": "^2.1|^3",
  6757. "symfony/polyfill-php80": "^1.16"
  6758. },
  6759. "type": "library",
  6760. "autoload": {
  6761. "psr-4": {
  6762. "Symfony\\Component\\Finder\\": ""
  6763. },
  6764. "exclude-from-classmap": [
  6765. "/Tests/"
  6766. ]
  6767. },
  6768. "notification-url": "https://packagist.org/downloads/",
  6769. "license": [
  6770. "MIT"
  6771. ],
  6772. "authors": [
  6773. {
  6774. "name": "Fabien Potencier",
  6775. "email": "fabien@symfony.com"
  6776. },
  6777. {
  6778. "name": "Symfony Community",
  6779. "homepage": "https://symfony.com/contributors"
  6780. }
  6781. ],
  6782. "description": "Finds files and directories via an intuitive fluent interface",
  6783. "homepage": "https://symfony.com",
  6784. "support": {
  6785. "source": "https://github.com/symfony/finder/tree/v5.4.2"
  6786. },
  6787. "funding": [
  6788. {
  6789. "url": "https://symfony.com/sponsor",
  6790. "type": "custom"
  6791. },
  6792. {
  6793. "url": "https://github.com/fabpot",
  6794. "type": "github"
  6795. },
  6796. {
  6797. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6798. "type": "tidelift"
  6799. }
  6800. ],
  6801. "time": "2021-12-15T11:06:13+00:00"
  6802. },
  6803. {
  6804. "name": "symfony/http-foundation",
  6805. "version": "v5.4.2",
  6806. "source": {
  6807. "type": "git",
  6808. "url": "https://github.com/symfony/http-foundation.git",
  6809. "reference": "ce952af52877eaf3eab5d0c08cc0ea865ed37313"
  6810. },
  6811. "dist": {
  6812. "type": "zip",
  6813. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/ce952af52877eaf3eab5d0c08cc0ea865ed37313",
  6814. "reference": "ce952af52877eaf3eab5d0c08cc0ea865ed37313",
  6815. "shasum": "",
  6816. "mirrors": [
  6817. {
  6818. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6819. "preferred": true
  6820. }
  6821. ]
  6822. },
  6823. "require": {
  6824. "php": ">=7.2.5",
  6825. "symfony/deprecation-contracts": "^2.1|^3",
  6826. "symfony/polyfill-mbstring": "~1.1",
  6827. "symfony/polyfill-php80": "^1.16"
  6828. },
  6829. "require-dev": {
  6830. "predis/predis": "~1.0",
  6831. "symfony/cache": "^4.4|^5.0|^6.0",
  6832. "symfony/expression-language": "^4.4|^5.0|^6.0",
  6833. "symfony/mime": "^4.4|^5.0|^6.0"
  6834. },
  6835. "suggest": {
  6836. "symfony/mime": "To use the file extension guesser"
  6837. },
  6838. "type": "library",
  6839. "autoload": {
  6840. "psr-4": {
  6841. "Symfony\\Component\\HttpFoundation\\": ""
  6842. },
  6843. "exclude-from-classmap": [
  6844. "/Tests/"
  6845. ]
  6846. },
  6847. "notification-url": "https://packagist.org/downloads/",
  6848. "license": [
  6849. "MIT"
  6850. ],
  6851. "authors": [
  6852. {
  6853. "name": "Fabien Potencier",
  6854. "email": "fabien@symfony.com"
  6855. },
  6856. {
  6857. "name": "Symfony Community",
  6858. "homepage": "https://symfony.com/contributors"
  6859. }
  6860. ],
  6861. "description": "Defines an object-oriented layer for the HTTP specification",
  6862. "homepage": "https://symfony.com",
  6863. "support": {
  6864. "source": "https://github.com/symfony/http-foundation/tree/v5.4.2"
  6865. },
  6866. "funding": [
  6867. {
  6868. "url": "https://symfony.com/sponsor",
  6869. "type": "custom"
  6870. },
  6871. {
  6872. "url": "https://github.com/fabpot",
  6873. "type": "github"
  6874. },
  6875. {
  6876. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6877. "type": "tidelift"
  6878. }
  6879. ],
  6880. "time": "2021-12-28T17:15:56+00:00"
  6881. },
  6882. {
  6883. "name": "symfony/polyfill-ctype",
  6884. "version": "v1.23.0",
  6885. "source": {
  6886. "type": "git",
  6887. "url": "https://github.com/symfony/polyfill-ctype.git",
  6888. "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
  6889. },
  6890. "dist": {
  6891. "type": "zip",
  6892. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
  6893. "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
  6894. "shasum": "",
  6895. "mirrors": [
  6896. {
  6897. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6898. "preferred": true
  6899. }
  6900. ]
  6901. },
  6902. "require": {
  6903. "php": ">=7.1"
  6904. },
  6905. "suggest": {
  6906. "ext-ctype": "For best performance"
  6907. },
  6908. "type": "library",
  6909. "extra": {
  6910. "branch-alias": {
  6911. "dev-main": "1.23-dev"
  6912. },
  6913. "thanks": {
  6914. "name": "symfony/polyfill",
  6915. "url": "https://github.com/symfony/polyfill"
  6916. }
  6917. },
  6918. "autoload": {
  6919. "psr-4": {
  6920. "Symfony\\Polyfill\\Ctype\\": ""
  6921. },
  6922. "files": [
  6923. "bootstrap.php"
  6924. ]
  6925. },
  6926. "notification-url": "https://packagist.org/downloads/",
  6927. "license": [
  6928. "MIT"
  6929. ],
  6930. "authors": [
  6931. {
  6932. "name": "Gert de Pagter",
  6933. "email": "BackEndTea@gmail.com"
  6934. },
  6935. {
  6936. "name": "Symfony Community",
  6937. "homepage": "https://symfony.com/contributors"
  6938. }
  6939. ],
  6940. "description": "Symfony polyfill for ctype functions",
  6941. "homepage": "https://symfony.com",
  6942. "keywords": [
  6943. "compatibility",
  6944. "ctype",
  6945. "polyfill",
  6946. "portable"
  6947. ],
  6948. "support": {
  6949. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
  6950. },
  6951. "funding": [
  6952. {
  6953. "url": "https://symfony.com/sponsor",
  6954. "type": "custom"
  6955. },
  6956. {
  6957. "url": "https://github.com/fabpot",
  6958. "type": "github"
  6959. },
  6960. {
  6961. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6962. "type": "tidelift"
  6963. }
  6964. ],
  6965. "time": "2021-02-19T12:13:01+00:00"
  6966. },
  6967. {
  6968. "name": "symfony/polyfill-intl-grapheme",
  6969. "version": "v1.23.1",
  6970. "source": {
  6971. "type": "git",
  6972. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  6973. "reference": "16880ba9c5ebe3642d1995ab866db29270b36535"
  6974. },
  6975. "dist": {
  6976. "type": "zip",
  6977. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535",
  6978. "reference": "16880ba9c5ebe3642d1995ab866db29270b36535",
  6979. "shasum": "",
  6980. "mirrors": [
  6981. {
  6982. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6983. "preferred": true
  6984. }
  6985. ]
  6986. },
  6987. "require": {
  6988. "php": ">=7.1"
  6989. },
  6990. "suggest": {
  6991. "ext-intl": "For best performance"
  6992. },
  6993. "type": "library",
  6994. "extra": {
  6995. "branch-alias": {
  6996. "dev-main": "1.23-dev"
  6997. },
  6998. "thanks": {
  6999. "name": "symfony/polyfill",
  7000. "url": "https://github.com/symfony/polyfill"
  7001. }
  7002. },
  7003. "autoload": {
  7004. "psr-4": {
  7005. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  7006. },
  7007. "files": [
  7008. "bootstrap.php"
  7009. ]
  7010. },
  7011. "notification-url": "https://packagist.org/downloads/",
  7012. "license": [
  7013. "MIT"
  7014. ],
  7015. "authors": [
  7016. {
  7017. "name": "Nicolas Grekas",
  7018. "email": "p@tchwork.com"
  7019. },
  7020. {
  7021. "name": "Symfony Community",
  7022. "homepage": "https://symfony.com/contributors"
  7023. }
  7024. ],
  7025. "description": "Symfony polyfill for intl's grapheme_* functions",
  7026. "homepage": "https://symfony.com",
  7027. "keywords": [
  7028. "compatibility",
  7029. "grapheme",
  7030. "intl",
  7031. "polyfill",
  7032. "portable",
  7033. "shim"
  7034. ],
  7035. "support": {
  7036. "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.1"
  7037. },
  7038. "funding": [
  7039. {
  7040. "url": "https://symfony.com/sponsor",
  7041. "type": "custom"
  7042. },
  7043. {
  7044. "url": "https://github.com/fabpot",
  7045. "type": "github"
  7046. },
  7047. {
  7048. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7049. "type": "tidelift"
  7050. }
  7051. ],
  7052. "time": "2021-05-27T12:26:48+00:00"
  7053. },
  7054. {
  7055. "name": "symfony/polyfill-intl-idn",
  7056. "version": "v1.23.0",
  7057. "source": {
  7058. "type": "git",
  7059. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  7060. "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65"
  7061. },
  7062. "dist": {
  7063. "type": "zip",
  7064. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65",
  7065. "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65",
  7066. "shasum": "",
  7067. "mirrors": [
  7068. {
  7069. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7070. "preferred": true
  7071. }
  7072. ]
  7073. },
  7074. "require": {
  7075. "php": ">=7.1",
  7076. "symfony/polyfill-intl-normalizer": "^1.10",
  7077. "symfony/polyfill-php72": "^1.10"
  7078. },
  7079. "suggest": {
  7080. "ext-intl": "For best performance"
  7081. },
  7082. "type": "library",
  7083. "extra": {
  7084. "branch-alias": {
  7085. "dev-main": "1.23-dev"
  7086. },
  7087. "thanks": {
  7088. "name": "symfony/polyfill",
  7089. "url": "https://github.com/symfony/polyfill"
  7090. }
  7091. },
  7092. "autoload": {
  7093. "psr-4": {
  7094. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  7095. },
  7096. "files": [
  7097. "bootstrap.php"
  7098. ]
  7099. },
  7100. "notification-url": "https://packagist.org/downloads/",
  7101. "license": [
  7102. "MIT"
  7103. ],
  7104. "authors": [
  7105. {
  7106. "name": "Laurent Bassin",
  7107. "email": "laurent@bassin.info"
  7108. },
  7109. {
  7110. "name": "Trevor Rowbotham",
  7111. "email": "trevor.rowbotham@pm.me"
  7112. },
  7113. {
  7114. "name": "Symfony Community",
  7115. "homepage": "https://symfony.com/contributors"
  7116. }
  7117. ],
  7118. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  7119. "homepage": "https://symfony.com",
  7120. "keywords": [
  7121. "compatibility",
  7122. "idn",
  7123. "intl",
  7124. "polyfill",
  7125. "portable",
  7126. "shim"
  7127. ],
  7128. "support": {
  7129. "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0"
  7130. },
  7131. "funding": [
  7132. {
  7133. "url": "https://symfony.com/sponsor",
  7134. "type": "custom"
  7135. },
  7136. {
  7137. "url": "https://github.com/fabpot",
  7138. "type": "github"
  7139. },
  7140. {
  7141. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7142. "type": "tidelift"
  7143. }
  7144. ],
  7145. "time": "2021-05-27T09:27:20+00:00"
  7146. },
  7147. {
  7148. "name": "symfony/polyfill-intl-normalizer",
  7149. "version": "v1.23.0",
  7150. "source": {
  7151. "type": "git",
  7152. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  7153. "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
  7154. },
  7155. "dist": {
  7156. "type": "zip",
  7157. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
  7158. "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
  7159. "shasum": "",
  7160. "mirrors": [
  7161. {
  7162. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7163. "preferred": true
  7164. }
  7165. ]
  7166. },
  7167. "require": {
  7168. "php": ">=7.1"
  7169. },
  7170. "suggest": {
  7171. "ext-intl": "For best performance"
  7172. },
  7173. "type": "library",
  7174. "extra": {
  7175. "branch-alias": {
  7176. "dev-main": "1.23-dev"
  7177. },
  7178. "thanks": {
  7179. "name": "symfony/polyfill",
  7180. "url": "https://github.com/symfony/polyfill"
  7181. }
  7182. },
  7183. "autoload": {
  7184. "psr-4": {
  7185. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  7186. },
  7187. "files": [
  7188. "bootstrap.php"
  7189. ],
  7190. "classmap": [
  7191. "Resources/stubs"
  7192. ]
  7193. },
  7194. "notification-url": "https://packagist.org/downloads/",
  7195. "license": [
  7196. "MIT"
  7197. ],
  7198. "authors": [
  7199. {
  7200. "name": "Nicolas Grekas",
  7201. "email": "p@tchwork.com"
  7202. },
  7203. {
  7204. "name": "Symfony Community",
  7205. "homepage": "https://symfony.com/contributors"
  7206. }
  7207. ],
  7208. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  7209. "homepage": "https://symfony.com",
  7210. "keywords": [
  7211. "compatibility",
  7212. "intl",
  7213. "normalizer",
  7214. "polyfill",
  7215. "portable",
  7216. "shim"
  7217. ],
  7218. "support": {
  7219. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0"
  7220. },
  7221. "funding": [
  7222. {
  7223. "url": "https://symfony.com/sponsor",
  7224. "type": "custom"
  7225. },
  7226. {
  7227. "url": "https://github.com/fabpot",
  7228. "type": "github"
  7229. },
  7230. {
  7231. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7232. "type": "tidelift"
  7233. }
  7234. ],
  7235. "time": "2021-02-19T12:13:01+00:00"
  7236. },
  7237. {
  7238. "name": "symfony/polyfill-mbstring",
  7239. "version": "v1.23.1",
  7240. "source": {
  7241. "type": "git",
  7242. "url": "https://github.com/symfony/polyfill-mbstring.git",
  7243. "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
  7244. },
  7245. "dist": {
  7246. "type": "zip",
  7247. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
  7248. "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
  7249. "shasum": "",
  7250. "mirrors": [
  7251. {
  7252. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7253. "preferred": true
  7254. }
  7255. ]
  7256. },
  7257. "require": {
  7258. "php": ">=7.1"
  7259. },
  7260. "suggest": {
  7261. "ext-mbstring": "For best performance"
  7262. },
  7263. "type": "library",
  7264. "extra": {
  7265. "branch-alias": {
  7266. "dev-main": "1.23-dev"
  7267. },
  7268. "thanks": {
  7269. "name": "symfony/polyfill",
  7270. "url": "https://github.com/symfony/polyfill"
  7271. }
  7272. },
  7273. "autoload": {
  7274. "psr-4": {
  7275. "Symfony\\Polyfill\\Mbstring\\": ""
  7276. },
  7277. "files": [
  7278. "bootstrap.php"
  7279. ]
  7280. },
  7281. "notification-url": "https://packagist.org/downloads/",
  7282. "license": [
  7283. "MIT"
  7284. ],
  7285. "authors": [
  7286. {
  7287. "name": "Nicolas Grekas",
  7288. "email": "p@tchwork.com"
  7289. },
  7290. {
  7291. "name": "Symfony Community",
  7292. "homepage": "https://symfony.com/contributors"
  7293. }
  7294. ],
  7295. "description": "Symfony polyfill for the Mbstring extension",
  7296. "homepage": "https://symfony.com",
  7297. "keywords": [
  7298. "compatibility",
  7299. "mbstring",
  7300. "polyfill",
  7301. "portable",
  7302. "shim"
  7303. ],
  7304. "support": {
  7305. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
  7306. },
  7307. "funding": [
  7308. {
  7309. "url": "https://symfony.com/sponsor",
  7310. "type": "custom"
  7311. },
  7312. {
  7313. "url": "https://github.com/fabpot",
  7314. "type": "github"
  7315. },
  7316. {
  7317. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7318. "type": "tidelift"
  7319. }
  7320. ],
  7321. "time": "2021-05-27T12:26:48+00:00"
  7322. },
  7323. {
  7324. "name": "symfony/polyfill-php72",
  7325. "version": "v1.23.0",
  7326. "source": {
  7327. "type": "git",
  7328. "url": "https://github.com/symfony/polyfill-php72.git",
  7329. "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
  7330. },
  7331. "dist": {
  7332. "type": "zip",
  7333. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
  7334. "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
  7335. "shasum": "",
  7336. "mirrors": [
  7337. {
  7338. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7339. "preferred": true
  7340. }
  7341. ]
  7342. },
  7343. "require": {
  7344. "php": ">=7.1"
  7345. },
  7346. "type": "library",
  7347. "extra": {
  7348. "branch-alias": {
  7349. "dev-main": "1.23-dev"
  7350. },
  7351. "thanks": {
  7352. "name": "symfony/polyfill",
  7353. "url": "https://github.com/symfony/polyfill"
  7354. }
  7355. },
  7356. "autoload": {
  7357. "psr-4": {
  7358. "Symfony\\Polyfill\\Php72\\": ""
  7359. },
  7360. "files": [
  7361. "bootstrap.php"
  7362. ]
  7363. },
  7364. "notification-url": "https://packagist.org/downloads/",
  7365. "license": [
  7366. "MIT"
  7367. ],
  7368. "authors": [
  7369. {
  7370. "name": "Nicolas Grekas",
  7371. "email": "p@tchwork.com"
  7372. },
  7373. {
  7374. "name": "Symfony Community",
  7375. "homepage": "https://symfony.com/contributors"
  7376. }
  7377. ],
  7378. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  7379. "homepage": "https://symfony.com",
  7380. "keywords": [
  7381. "compatibility",
  7382. "polyfill",
  7383. "portable",
  7384. "shim"
  7385. ],
  7386. "support": {
  7387. "source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0"
  7388. },
  7389. "funding": [
  7390. {
  7391. "url": "https://symfony.com/sponsor",
  7392. "type": "custom"
  7393. },
  7394. {
  7395. "url": "https://github.com/fabpot",
  7396. "type": "github"
  7397. },
  7398. {
  7399. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7400. "type": "tidelift"
  7401. }
  7402. ],
  7403. "time": "2021-05-27T09:17:38+00:00"
  7404. },
  7405. {
  7406. "name": "symfony/polyfill-php73",
  7407. "version": "v1.23.0",
  7408. "source": {
  7409. "type": "git",
  7410. "url": "https://github.com/symfony/polyfill-php73.git",
  7411. "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
  7412. },
  7413. "dist": {
  7414. "type": "zip",
  7415. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
  7416. "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
  7417. "shasum": "",
  7418. "mirrors": [
  7419. {
  7420. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7421. "preferred": true
  7422. }
  7423. ]
  7424. },
  7425. "require": {
  7426. "php": ">=7.1"
  7427. },
  7428. "type": "library",
  7429. "extra": {
  7430. "branch-alias": {
  7431. "dev-main": "1.23-dev"
  7432. },
  7433. "thanks": {
  7434. "name": "symfony/polyfill",
  7435. "url": "https://github.com/symfony/polyfill"
  7436. }
  7437. },
  7438. "autoload": {
  7439. "psr-4": {
  7440. "Symfony\\Polyfill\\Php73\\": ""
  7441. },
  7442. "files": [
  7443. "bootstrap.php"
  7444. ],
  7445. "classmap": [
  7446. "Resources/stubs"
  7447. ]
  7448. },
  7449. "notification-url": "https://packagist.org/downloads/",
  7450. "license": [
  7451. "MIT"
  7452. ],
  7453. "authors": [
  7454. {
  7455. "name": "Nicolas Grekas",
  7456. "email": "p@tchwork.com"
  7457. },
  7458. {
  7459. "name": "Symfony Community",
  7460. "homepage": "https://symfony.com/contributors"
  7461. }
  7462. ],
  7463. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  7464. "homepage": "https://symfony.com",
  7465. "keywords": [
  7466. "compatibility",
  7467. "polyfill",
  7468. "portable",
  7469. "shim"
  7470. ],
  7471. "support": {
  7472. "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0"
  7473. },
  7474. "funding": [
  7475. {
  7476. "url": "https://symfony.com/sponsor",
  7477. "type": "custom"
  7478. },
  7479. {
  7480. "url": "https://github.com/fabpot",
  7481. "type": "github"
  7482. },
  7483. {
  7484. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7485. "type": "tidelift"
  7486. }
  7487. ],
  7488. "time": "2021-02-19T12:13:01+00:00"
  7489. },
  7490. {
  7491. "name": "symfony/polyfill-php80",
  7492. "version": "v1.23.1",
  7493. "source": {
  7494. "type": "git",
  7495. "url": "https://github.com/symfony/polyfill-php80.git",
  7496. "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
  7497. },
  7498. "dist": {
  7499. "type": "zip",
  7500. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
  7501. "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
  7502. "shasum": "",
  7503. "mirrors": [
  7504. {
  7505. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7506. "preferred": true
  7507. }
  7508. ]
  7509. },
  7510. "require": {
  7511. "php": ">=7.1"
  7512. },
  7513. "type": "library",
  7514. "extra": {
  7515. "branch-alias": {
  7516. "dev-main": "1.23-dev"
  7517. },
  7518. "thanks": {
  7519. "name": "symfony/polyfill",
  7520. "url": "https://github.com/symfony/polyfill"
  7521. }
  7522. },
  7523. "autoload": {
  7524. "psr-4": {
  7525. "Symfony\\Polyfill\\Php80\\": ""
  7526. },
  7527. "files": [
  7528. "bootstrap.php"
  7529. ],
  7530. "classmap": [
  7531. "Resources/stubs"
  7532. ]
  7533. },
  7534. "notification-url": "https://packagist.org/downloads/",
  7535. "license": [
  7536. "MIT"
  7537. ],
  7538. "authors": [
  7539. {
  7540. "name": "Ion Bazan",
  7541. "email": "ion.bazan@gmail.com"
  7542. },
  7543. {
  7544. "name": "Nicolas Grekas",
  7545. "email": "p@tchwork.com"
  7546. },
  7547. {
  7548. "name": "Symfony Community",
  7549. "homepage": "https://symfony.com/contributors"
  7550. }
  7551. ],
  7552. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  7553. "homepage": "https://symfony.com",
  7554. "keywords": [
  7555. "compatibility",
  7556. "polyfill",
  7557. "portable",
  7558. "shim"
  7559. ],
  7560. "support": {
  7561. "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
  7562. },
  7563. "funding": [
  7564. {
  7565. "url": "https://symfony.com/sponsor",
  7566. "type": "custom"
  7567. },
  7568. {
  7569. "url": "https://github.com/fabpot",
  7570. "type": "github"
  7571. },
  7572. {
  7573. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7574. "type": "tidelift"
  7575. }
  7576. ],
  7577. "time": "2021-07-28T13:41:28+00:00"
  7578. },
  7579. {
  7580. "name": "symfony/property-access",
  7581. "version": "v5.4.2",
  7582. "source": {
  7583. "type": "git",
  7584. "url": "https://github.com/symfony/property-access.git",
  7585. "reference": "133c62a1be8a868134c4cced928568568d6b26f8"
  7586. },
  7587. "dist": {
  7588. "type": "zip",
  7589. "url": "https://api.github.com/repos/symfony/property-access/zipball/133c62a1be8a868134c4cced928568568d6b26f8",
  7590. "reference": "133c62a1be8a868134c4cced928568568d6b26f8",
  7591. "shasum": "",
  7592. "mirrors": [
  7593. {
  7594. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7595. "preferred": true
  7596. }
  7597. ]
  7598. },
  7599. "require": {
  7600. "php": ">=7.2.5",
  7601. "symfony/deprecation-contracts": "^2.1|^3",
  7602. "symfony/polyfill-php80": "^1.16",
  7603. "symfony/property-info": "^5.2|^6.0"
  7604. },
  7605. "require-dev": {
  7606. "symfony/cache": "^4.4|^5.0|^6.0"
  7607. },
  7608. "suggest": {
  7609. "psr/cache-implementation": "To cache access methods."
  7610. },
  7611. "type": "library",
  7612. "autoload": {
  7613. "psr-4": {
  7614. "Symfony\\Component\\PropertyAccess\\": ""
  7615. },
  7616. "exclude-from-classmap": [
  7617. "/Tests/"
  7618. ]
  7619. },
  7620. "notification-url": "https://packagist.org/downloads/",
  7621. "license": [
  7622. "MIT"
  7623. ],
  7624. "authors": [
  7625. {
  7626. "name": "Fabien Potencier",
  7627. "email": "fabien@symfony.com"
  7628. },
  7629. {
  7630. "name": "Symfony Community",
  7631. "homepage": "https://symfony.com/contributors"
  7632. }
  7633. ],
  7634. "description": "Provides functions to read and write from/to an object or array using a simple string notation",
  7635. "homepage": "https://symfony.com",
  7636. "keywords": [
  7637. "access",
  7638. "array",
  7639. "extraction",
  7640. "index",
  7641. "injection",
  7642. "object",
  7643. "property",
  7644. "property path",
  7645. "reflection"
  7646. ],
  7647. "support": {
  7648. "source": "https://github.com/symfony/property-access/tree/v5.4.2"
  7649. },
  7650. "funding": [
  7651. {
  7652. "url": "https://symfony.com/sponsor",
  7653. "type": "custom"
  7654. },
  7655. {
  7656. "url": "https://github.com/fabpot",
  7657. "type": "github"
  7658. },
  7659. {
  7660. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7661. "type": "tidelift"
  7662. }
  7663. ],
  7664. "time": "2021-12-11T16:33:38+00:00"
  7665. },
  7666. {
  7667. "name": "symfony/property-info",
  7668. "version": "v5.4.2",
  7669. "source": {
  7670. "type": "git",
  7671. "url": "https://github.com/symfony/property-info.git",
  7672. "reference": "a32f813896ffb3b4710fca5af5b05bef600cf4f0"
  7673. },
  7674. "dist": {
  7675. "type": "zip",
  7676. "url": "https://api.github.com/repos/symfony/property-info/zipball/a32f813896ffb3b4710fca5af5b05bef600cf4f0",
  7677. "reference": "a32f813896ffb3b4710fca5af5b05bef600cf4f0",
  7678. "shasum": "",
  7679. "mirrors": [
  7680. {
  7681. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7682. "preferred": true
  7683. }
  7684. ]
  7685. },
  7686. "require": {
  7687. "php": ">=7.2.5",
  7688. "symfony/deprecation-contracts": "^2.1|^3",
  7689. "symfony/polyfill-php80": "^1.16",
  7690. "symfony/string": "^5.1|^6.0"
  7691. },
  7692. "conflict": {
  7693. "phpdocumentor/reflection-docblock": "<3.2.2",
  7694. "phpdocumentor/type-resolver": "<1.4.0",
  7695. "symfony/dependency-injection": "<4.4"
  7696. },
  7697. "require-dev": {
  7698. "doctrine/annotations": "^1.10.4",
  7699. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  7700. "phpstan/phpdoc-parser": "^1.0",
  7701. "symfony/cache": "^4.4|^5.0|^6.0",
  7702. "symfony/dependency-injection": "^4.4|^5.0|^6.0",
  7703. "symfony/serializer": "^4.4|^5.0|^6.0"
  7704. },
  7705. "suggest": {
  7706. "phpdocumentor/reflection-docblock": "To use the PHPDoc",
  7707. "psr/cache-implementation": "To cache results",
  7708. "symfony/doctrine-bridge": "To use Doctrine metadata",
  7709. "symfony/serializer": "To use Serializer metadata"
  7710. },
  7711. "type": "library",
  7712. "autoload": {
  7713. "psr-4": {
  7714. "Symfony\\Component\\PropertyInfo\\": ""
  7715. },
  7716. "exclude-from-classmap": [
  7717. "/Tests/"
  7718. ]
  7719. },
  7720. "notification-url": "https://packagist.org/downloads/",
  7721. "license": [
  7722. "MIT"
  7723. ],
  7724. "authors": [
  7725. {
  7726. "name": "Kévin Dunglas",
  7727. "email": "dunglas@gmail.com"
  7728. },
  7729. {
  7730. "name": "Symfony Community",
  7731. "homepage": "https://symfony.com/contributors"
  7732. }
  7733. ],
  7734. "description": "Extracts information about PHP class' properties using metadata of popular sources",
  7735. "homepage": "https://symfony.com",
  7736. "keywords": [
  7737. "doctrine",
  7738. "phpdoc",
  7739. "property",
  7740. "symfony",
  7741. "type",
  7742. "validator"
  7743. ],
  7744. "support": {
  7745. "source": "https://github.com/symfony/property-info/tree/v5.4.2"
  7746. },
  7747. "funding": [
  7748. {
  7749. "url": "https://symfony.com/sponsor",
  7750. "type": "custom"
  7751. },
  7752. {
  7753. "url": "https://github.com/fabpot",
  7754. "type": "github"
  7755. },
  7756. {
  7757. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7758. "type": "tidelift"
  7759. }
  7760. ],
  7761. "time": "2021-12-26T13:30:54+00:00"
  7762. },
  7763. {
  7764. "name": "symfony/psr-http-message-bridge",
  7765. "version": "v2.1.2",
  7766. "source": {
  7767. "type": "git",
  7768. "url": "https://github.com/symfony/psr-http-message-bridge.git",
  7769. "reference": "22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34"
  7770. },
  7771. "dist": {
  7772. "type": "zip",
  7773. "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34",
  7774. "reference": "22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34",
  7775. "shasum": "",
  7776. "mirrors": [
  7777. {
  7778. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7779. "preferred": true
  7780. }
  7781. ]
  7782. },
  7783. "require": {
  7784. "php": ">=7.1",
  7785. "psr/http-message": "^1.0",
  7786. "symfony/http-foundation": "^4.4 || ^5.0 || ^6.0"
  7787. },
  7788. "require-dev": {
  7789. "nyholm/psr7": "^1.1",
  7790. "psr/log": "^1.1 || ^2 || ^3",
  7791. "symfony/browser-kit": "^4.4 || ^5.0 || ^6.0",
  7792. "symfony/config": "^4.4 || ^5.0 || ^6.0",
  7793. "symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0",
  7794. "symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0",
  7795. "symfony/http-kernel": "^4.4 || ^5.0 || ^6.0",
  7796. "symfony/phpunit-bridge": "^5.4@dev || ^6.0"
  7797. },
  7798. "suggest": {
  7799. "nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
  7800. },
  7801. "type": "symfony-bridge",
  7802. "extra": {
  7803. "branch-alias": {
  7804. "dev-main": "2.1-dev"
  7805. }
  7806. },
  7807. "autoload": {
  7808. "psr-4": {
  7809. "Symfony\\Bridge\\PsrHttpMessage\\": ""
  7810. },
  7811. "exclude-from-classmap": [
  7812. "/Tests/"
  7813. ]
  7814. },
  7815. "notification-url": "https://packagist.org/downloads/",
  7816. "license": [
  7817. "MIT"
  7818. ],
  7819. "authors": [
  7820. {
  7821. "name": "Fabien Potencier",
  7822. "email": "fabien@symfony.com"
  7823. },
  7824. {
  7825. "name": "Symfony Community",
  7826. "homepage": "http://symfony.com/contributors"
  7827. }
  7828. ],
  7829. "description": "PSR HTTP message bridge",
  7830. "homepage": "http://symfony.com",
  7831. "keywords": [
  7832. "http",
  7833. "http-message",
  7834. "psr-17",
  7835. "psr-7"
  7836. ],
  7837. "support": {
  7838. "issues": "https://github.com/symfony/psr-http-message-bridge/issues",
  7839. "source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.2"
  7840. },
  7841. "funding": [
  7842. {
  7843. "url": "https://symfony.com/sponsor",
  7844. "type": "custom"
  7845. },
  7846. {
  7847. "url": "https://github.com/fabpot",
  7848. "type": "github"
  7849. },
  7850. {
  7851. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7852. "type": "tidelift"
  7853. }
  7854. ],
  7855. "time": "2021-11-05T13:13:39+00:00"
  7856. },
  7857. {
  7858. "name": "symfony/serializer",
  7859. "version": "v5.4.2",
  7860. "source": {
  7861. "type": "git",
  7862. "url": "https://github.com/symfony/serializer.git",
  7863. "reference": "2dba9731463e0bb4fa9568ce67887ed6fa08e9bc"
  7864. },
  7865. "dist": {
  7866. "type": "zip",
  7867. "url": "https://api.github.com/repos/symfony/serializer/zipball/2dba9731463e0bb4fa9568ce67887ed6fa08e9bc",
  7868. "reference": "2dba9731463e0bb4fa9568ce67887ed6fa08e9bc",
  7869. "shasum": "",
  7870. "mirrors": [
  7871. {
  7872. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7873. "preferred": true
  7874. }
  7875. ]
  7876. },
  7877. "require": {
  7878. "php": ">=7.2.5",
  7879. "symfony/deprecation-contracts": "^2.1|^3",
  7880. "symfony/polyfill-ctype": "~1.8",
  7881. "symfony/polyfill-php80": "^1.16"
  7882. },
  7883. "conflict": {
  7884. "doctrine/annotations": "<1.12",
  7885. "phpdocumentor/reflection-docblock": "<3.2.2",
  7886. "phpdocumentor/type-resolver": "<1.4.0",
  7887. "symfony/dependency-injection": "<4.4",
  7888. "symfony/property-access": "<5.4",
  7889. "symfony/property-info": "<5.3",
  7890. "symfony/uid": "<5.3",
  7891. "symfony/yaml": "<4.4"
  7892. },
  7893. "require-dev": {
  7894. "doctrine/annotations": "^1.12",
  7895. "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",
  7896. "symfony/cache": "^4.4|^5.0|^6.0",
  7897. "symfony/config": "^4.4|^5.0|^6.0",
  7898. "symfony/dependency-injection": "^4.4|^5.0|^6.0",
  7899. "symfony/error-handler": "^4.4|^5.0|^6.0",
  7900. "symfony/filesystem": "^4.4|^5.0|^6.0",
  7901. "symfony/form": "^4.4|^5.0|^6.0",
  7902. "symfony/http-foundation": "^4.4|^5.0|^6.0",
  7903. "symfony/http-kernel": "^4.4|^5.0|^6.0",
  7904. "symfony/mime": "^4.4|^5.0|^6.0",
  7905. "symfony/property-access": "^5.4|^6.0",
  7906. "symfony/property-info": "^5.3|^6.0",
  7907. "symfony/uid": "^5.3|^6.0",
  7908. "symfony/validator": "^4.4|^5.0|^6.0",
  7909. "symfony/var-dumper": "^4.4|^5.0|^6.0",
  7910. "symfony/var-exporter": "^4.4|^5.0|^6.0",
  7911. "symfony/yaml": "^4.4|^5.0|^6.0"
  7912. },
  7913. "suggest": {
  7914. "psr/cache-implementation": "For using the metadata cache.",
  7915. "symfony/config": "For using the XML mapping loader.",
  7916. "symfony/mime": "For using a MIME type guesser within the DataUriNormalizer.",
  7917. "symfony/property-access": "For using the ObjectNormalizer.",
  7918. "symfony/property-info": "To deserialize relations.",
  7919. "symfony/var-exporter": "For using the metadata compiler.",
  7920. "symfony/yaml": "For using the default YAML mapping loader."
  7921. },
  7922. "type": "library",
  7923. "autoload": {
  7924. "psr-4": {
  7925. "Symfony\\Component\\Serializer\\": ""
  7926. },
  7927. "exclude-from-classmap": [
  7928. "/Tests/"
  7929. ]
  7930. },
  7931. "notification-url": "https://packagist.org/downloads/",
  7932. "license": [
  7933. "MIT"
  7934. ],
  7935. "authors": [
  7936. {
  7937. "name": "Fabien Potencier",
  7938. "email": "fabien@symfony.com"
  7939. },
  7940. {
  7941. "name": "Symfony Community",
  7942. "homepage": "https://symfony.com/contributors"
  7943. }
  7944. ],
  7945. "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
  7946. "homepage": "https://symfony.com",
  7947. "support": {
  7948. "source": "https://github.com/symfony/serializer/tree/v5.4.2"
  7949. },
  7950. "funding": [
  7951. {
  7952. "url": "https://symfony.com/sponsor",
  7953. "type": "custom"
  7954. },
  7955. {
  7956. "url": "https://github.com/fabpot",
  7957. "type": "github"
  7958. },
  7959. {
  7960. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7961. "type": "tidelift"
  7962. }
  7963. ],
  7964. "time": "2021-12-25T19:17:31+00:00"
  7965. },
  7966. {
  7967. "name": "symfony/service-contracts",
  7968. "version": "v2.5.0",
  7969. "source": {
  7970. "type": "git",
  7971. "url": "https://github.com/symfony/service-contracts.git",
  7972. "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc"
  7973. },
  7974. "dist": {
  7975. "type": "zip",
  7976. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
  7977. "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
  7978. "shasum": "",
  7979. "mirrors": [
  7980. {
  7981. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7982. "preferred": true
  7983. }
  7984. ]
  7985. },
  7986. "require": {
  7987. "php": ">=7.2.5",
  7988. "psr/container": "^1.1",
  7989. "symfony/deprecation-contracts": "^2.1"
  7990. },
  7991. "conflict": {
  7992. "ext-psr": "<1.1|>=2"
  7993. },
  7994. "suggest": {
  7995. "symfony/service-implementation": ""
  7996. },
  7997. "type": "library",
  7998. "extra": {
  7999. "branch-alias": {
  8000. "dev-main": "2.5-dev"
  8001. },
  8002. "thanks": {
  8003. "name": "symfony/contracts",
  8004. "url": "https://github.com/symfony/contracts"
  8005. }
  8006. },
  8007. "autoload": {
  8008. "psr-4": {
  8009. "Symfony\\Contracts\\Service\\": ""
  8010. }
  8011. },
  8012. "notification-url": "https://packagist.org/downloads/",
  8013. "license": [
  8014. "MIT"
  8015. ],
  8016. "authors": [
  8017. {
  8018. "name": "Nicolas Grekas",
  8019. "email": "p@tchwork.com"
  8020. },
  8021. {
  8022. "name": "Symfony Community",
  8023. "homepage": "https://symfony.com/contributors"
  8024. }
  8025. ],
  8026. "description": "Generic abstractions related to writing services",
  8027. "homepage": "https://symfony.com",
  8028. "keywords": [
  8029. "abstractions",
  8030. "contracts",
  8031. "decoupling",
  8032. "interfaces",
  8033. "interoperability",
  8034. "standards"
  8035. ],
  8036. "support": {
  8037. "source": "https://github.com/symfony/service-contracts/tree/v2.5.0"
  8038. },
  8039. "funding": [
  8040. {
  8041. "url": "https://symfony.com/sponsor",
  8042. "type": "custom"
  8043. },
  8044. {
  8045. "url": "https://github.com/fabpot",
  8046. "type": "github"
  8047. },
  8048. {
  8049. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8050. "type": "tidelift"
  8051. }
  8052. ],
  8053. "time": "2021-11-04T16:48:04+00:00"
  8054. },
  8055. {
  8056. "name": "symfony/string",
  8057. "version": "v5.4.2",
  8058. "source": {
  8059. "type": "git",
  8060. "url": "https://github.com/symfony/string.git",
  8061. "reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d"
  8062. },
  8063. "dist": {
  8064. "type": "zip",
  8065. "url": "https://api.github.com/repos/symfony/string/zipball/e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",
  8066. "reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",
  8067. "shasum": "",
  8068. "mirrors": [
  8069. {
  8070. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8071. "preferred": true
  8072. }
  8073. ]
  8074. },
  8075. "require": {
  8076. "php": ">=7.2.5",
  8077. "symfony/polyfill-ctype": "~1.8",
  8078. "symfony/polyfill-intl-grapheme": "~1.0",
  8079. "symfony/polyfill-intl-normalizer": "~1.0",
  8080. "symfony/polyfill-mbstring": "~1.0",
  8081. "symfony/polyfill-php80": "~1.15"
  8082. },
  8083. "conflict": {
  8084. "symfony/translation-contracts": ">=3.0"
  8085. },
  8086. "require-dev": {
  8087. "symfony/error-handler": "^4.4|^5.0|^6.0",
  8088. "symfony/http-client": "^4.4|^5.0|^6.0",
  8089. "symfony/translation-contracts": "^1.1|^2",
  8090. "symfony/var-exporter": "^4.4|^5.0|^6.0"
  8091. },
  8092. "type": "library",
  8093. "autoload": {
  8094. "psr-4": {
  8095. "Symfony\\Component\\String\\": ""
  8096. },
  8097. "files": [
  8098. "Resources/functions.php"
  8099. ],
  8100. "exclude-from-classmap": [
  8101. "/Tests/"
  8102. ]
  8103. },
  8104. "notification-url": "https://packagist.org/downloads/",
  8105. "license": [
  8106. "MIT"
  8107. ],
  8108. "authors": [
  8109. {
  8110. "name": "Nicolas Grekas",
  8111. "email": "p@tchwork.com"
  8112. },
  8113. {
  8114. "name": "Symfony Community",
  8115. "homepage": "https://symfony.com/contributors"
  8116. }
  8117. ],
  8118. "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
  8119. "homepage": "https://symfony.com",
  8120. "keywords": [
  8121. "grapheme",
  8122. "i18n",
  8123. "string",
  8124. "unicode",
  8125. "utf-8",
  8126. "utf8"
  8127. ],
  8128. "support": {
  8129. "source": "https://github.com/symfony/string/tree/v5.4.2"
  8130. },
  8131. "funding": [
  8132. {
  8133. "url": "https://symfony.com/sponsor",
  8134. "type": "custom"
  8135. },
  8136. {
  8137. "url": "https://github.com/fabpot",
  8138. "type": "github"
  8139. },
  8140. {
  8141. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8142. "type": "tidelift"
  8143. }
  8144. ],
  8145. "time": "2021-12-16T21:52:00+00:00"
  8146. },
  8147. {
  8148. "name": "symfony/translation",
  8149. "version": "v5.4.2",
  8150. "source": {
  8151. "type": "git",
  8152. "url": "https://github.com/symfony/translation.git",
  8153. "reference": "ff8bb2107b6a549dc3c5dd9c498dcc82c9c098ca"
  8154. },
  8155. "dist": {
  8156. "type": "zip",
  8157. "url": "https://api.github.com/repos/symfony/translation/zipball/ff8bb2107b6a549dc3c5dd9c498dcc82c9c098ca",
  8158. "reference": "ff8bb2107b6a549dc3c5dd9c498dcc82c9c098ca",
  8159. "shasum": "",
  8160. "mirrors": [
  8161. {
  8162. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8163. "preferred": true
  8164. }
  8165. ]
  8166. },
  8167. "require": {
  8168. "php": ">=7.2.5",
  8169. "symfony/deprecation-contracts": "^2.1|^3",
  8170. "symfony/polyfill-mbstring": "~1.0",
  8171. "symfony/polyfill-php80": "^1.16",
  8172. "symfony/translation-contracts": "^2.3"
  8173. },
  8174. "conflict": {
  8175. "symfony/config": "<4.4",
  8176. "symfony/console": "<5.3",
  8177. "symfony/dependency-injection": "<5.0",
  8178. "symfony/http-kernel": "<5.0",
  8179. "symfony/twig-bundle": "<5.0",
  8180. "symfony/yaml": "<4.4"
  8181. },
  8182. "provide": {
  8183. "symfony/translation-implementation": "2.3"
  8184. },
  8185. "require-dev": {
  8186. "psr/log": "^1|^2|^3",
  8187. "symfony/config": "^4.4|^5.0|^6.0",
  8188. "symfony/console": "^5.4|^6.0",
  8189. "symfony/dependency-injection": "^5.0|^6.0",
  8190. "symfony/finder": "^4.4|^5.0|^6.0",
  8191. "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
  8192. "symfony/http-kernel": "^5.0|^6.0",
  8193. "symfony/intl": "^4.4|^5.0|^6.0",
  8194. "symfony/polyfill-intl-icu": "^1.21",
  8195. "symfony/service-contracts": "^1.1.2|^2|^3",
  8196. "symfony/yaml": "^4.4|^5.0|^6.0"
  8197. },
  8198. "suggest": {
  8199. "psr/log-implementation": "To use logging capability in translator",
  8200. "symfony/config": "",
  8201. "symfony/yaml": ""
  8202. },
  8203. "type": "library",
  8204. "autoload": {
  8205. "files": [
  8206. "Resources/functions.php"
  8207. ],
  8208. "psr-4": {
  8209. "Symfony\\Component\\Translation\\": ""
  8210. },
  8211. "exclude-from-classmap": [
  8212. "/Tests/"
  8213. ]
  8214. },
  8215. "notification-url": "https://packagist.org/downloads/",
  8216. "license": [
  8217. "MIT"
  8218. ],
  8219. "authors": [
  8220. {
  8221. "name": "Fabien Potencier",
  8222. "email": "fabien@symfony.com"
  8223. },
  8224. {
  8225. "name": "Symfony Community",
  8226. "homepage": "https://symfony.com/contributors"
  8227. }
  8228. ],
  8229. "description": "Provides tools to internationalize your application",
  8230. "homepage": "https://symfony.com",
  8231. "support": {
  8232. "source": "https://github.com/symfony/translation/tree/v5.4.2"
  8233. },
  8234. "funding": [
  8235. {
  8236. "url": "https://symfony.com/sponsor",
  8237. "type": "custom"
  8238. },
  8239. {
  8240. "url": "https://github.com/fabpot",
  8241. "type": "github"
  8242. },
  8243. {
  8244. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8245. "type": "tidelift"
  8246. }
  8247. ],
  8248. "time": "2021-12-25T19:45:36+00:00"
  8249. },
  8250. {
  8251. "name": "symfony/translation-contracts",
  8252. "version": "v2.5.0",
  8253. "source": {
  8254. "type": "git",
  8255. "url": "https://github.com/symfony/translation-contracts.git",
  8256. "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e"
  8257. },
  8258. "dist": {
  8259. "type": "zip",
  8260. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/d28150f0f44ce854e942b671fc2620a98aae1b1e",
  8261. "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e",
  8262. "shasum": "",
  8263. "mirrors": [
  8264. {
  8265. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8266. "preferred": true
  8267. }
  8268. ]
  8269. },
  8270. "require": {
  8271. "php": ">=7.2.5"
  8272. },
  8273. "suggest": {
  8274. "symfony/translation-implementation": ""
  8275. },
  8276. "type": "library",
  8277. "extra": {
  8278. "branch-alias": {
  8279. "dev-main": "2.5-dev"
  8280. },
  8281. "thanks": {
  8282. "name": "symfony/contracts",
  8283. "url": "https://github.com/symfony/contracts"
  8284. }
  8285. },
  8286. "autoload": {
  8287. "psr-4": {
  8288. "Symfony\\Contracts\\Translation\\": ""
  8289. }
  8290. },
  8291. "notification-url": "https://packagist.org/downloads/",
  8292. "license": [
  8293. "MIT"
  8294. ],
  8295. "authors": [
  8296. {
  8297. "name": "Nicolas Grekas",
  8298. "email": "p@tchwork.com"
  8299. },
  8300. {
  8301. "name": "Symfony Community",
  8302. "homepage": "https://symfony.com/contributors"
  8303. }
  8304. ],
  8305. "description": "Generic abstractions related to translation",
  8306. "homepage": "https://symfony.com",
  8307. "keywords": [
  8308. "abstractions",
  8309. "contracts",
  8310. "decoupling",
  8311. "interfaces",
  8312. "interoperability",
  8313. "standards"
  8314. ],
  8315. "support": {
  8316. "source": "https://github.com/symfony/translation-contracts/tree/v2.5.0"
  8317. },
  8318. "funding": [
  8319. {
  8320. "url": "https://symfony.com/sponsor",
  8321. "type": "custom"
  8322. },
  8323. {
  8324. "url": "https://github.com/fabpot",
  8325. "type": "github"
  8326. },
  8327. {
  8328. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8329. "type": "tidelift"
  8330. }
  8331. ],
  8332. "time": "2021-08-17T14:20:01+00:00"
  8333. },
  8334. {
  8335. "name": "symfony/var-exporter",
  8336. "version": "v5.4.2",
  8337. "source": {
  8338. "type": "git",
  8339. "url": "https://github.com/symfony/var-exporter.git",
  8340. "reference": "2360c8525815b8535caac27cbc1994e2fa8644ba"
  8341. },
  8342. "dist": {
  8343. "type": "zip",
  8344. "url": "https://api.github.com/repos/symfony/var-exporter/zipball/2360c8525815b8535caac27cbc1994e2fa8644ba",
  8345. "reference": "2360c8525815b8535caac27cbc1994e2fa8644ba",
  8346. "shasum": "",
  8347. "mirrors": [
  8348. {
  8349. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8350. "preferred": true
  8351. }
  8352. ]
  8353. },
  8354. "require": {
  8355. "php": ">=7.2.5",
  8356. "symfony/polyfill-php80": "^1.16"
  8357. },
  8358. "require-dev": {
  8359. "symfony/var-dumper": "^4.4.9|^5.0.9|^6.0"
  8360. },
  8361. "type": "library",
  8362. "autoload": {
  8363. "psr-4": {
  8364. "Symfony\\Component\\VarExporter\\": ""
  8365. },
  8366. "exclude-from-classmap": [
  8367. "/Tests/"
  8368. ]
  8369. },
  8370. "notification-url": "https://packagist.org/downloads/",
  8371. "license": [
  8372. "MIT"
  8373. ],
  8374. "authors": [
  8375. {
  8376. "name": "Nicolas Grekas",
  8377. "email": "p@tchwork.com"
  8378. },
  8379. {
  8380. "name": "Symfony Community",
  8381. "homepage": "https://symfony.com/contributors"
  8382. }
  8383. ],
  8384. "description": "Allows exporting any serializable PHP data structure to plain PHP code",
  8385. "homepage": "https://symfony.com",
  8386. "keywords": [
  8387. "clone",
  8388. "construct",
  8389. "export",
  8390. "hydrate",
  8391. "instantiate",
  8392. "serialize"
  8393. ],
  8394. "support": {
  8395. "source": "https://github.com/symfony/var-exporter/tree/v5.4.2"
  8396. },
  8397. "funding": [
  8398. {
  8399. "url": "https://symfony.com/sponsor",
  8400. "type": "custom"
  8401. },
  8402. {
  8403. "url": "https://github.com/fabpot",
  8404. "type": "github"
  8405. },
  8406. {
  8407. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8408. "type": "tidelift"
  8409. }
  8410. ],
  8411. "time": "2021-12-16T21:58:21+00:00"
  8412. },
  8413. {
  8414. "name": "vlucas/phpdotenv",
  8415. "version": "v4.2.2",
  8416. "source": {
  8417. "type": "git",
  8418. "url": "https://github.com/vlucas/phpdotenv.git",
  8419. "reference": "77e974614d2ead521f18069dccc571696f52b8dc"
  8420. },
  8421. "dist": {
  8422. "type": "zip",
  8423. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/77e974614d2ead521f18069dccc571696f52b8dc",
  8424. "reference": "77e974614d2ead521f18069dccc571696f52b8dc",
  8425. "shasum": "",
  8426. "mirrors": [
  8427. {
  8428. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8429. "preferred": true
  8430. }
  8431. ]
  8432. },
  8433. "require": {
  8434. "php": "^5.5.9 || ^7.0 || ^8.0",
  8435. "phpoption/phpoption": "^1.7.3",
  8436. "symfony/polyfill-ctype": "^1.17"
  8437. },
  8438. "require-dev": {
  8439. "bamarni/composer-bin-plugin": "^1.4.1",
  8440. "ext-filter": "*",
  8441. "ext-pcre": "*",
  8442. "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.21"
  8443. },
  8444. "suggest": {
  8445. "ext-filter": "Required to use the boolean validator.",
  8446. "ext-pcre": "Required to use most of the library."
  8447. },
  8448. "type": "library",
  8449. "extra": {
  8450. "branch-alias": {
  8451. "dev-master": "4.2-dev"
  8452. }
  8453. },
  8454. "autoload": {
  8455. "psr-4": {
  8456. "Dotenv\\": "src/"
  8457. }
  8458. },
  8459. "notification-url": "https://packagist.org/downloads/",
  8460. "license": [
  8461. "BSD-3-Clause"
  8462. ],
  8463. "authors": [
  8464. {
  8465. "name": "Graham Campbell",
  8466. "email": "hello@gjcampbell.co.uk",
  8467. "homepage": "https://github.com/GrahamCampbell"
  8468. },
  8469. {
  8470. "name": "Vance Lucas",
  8471. "email": "vance@vancelucas.com",
  8472. "homepage": "https://github.com/vlucas"
  8473. }
  8474. ],
  8475. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  8476. "keywords": [
  8477. "dotenv",
  8478. "env",
  8479. "environment"
  8480. ],
  8481. "support": {
  8482. "issues": "https://github.com/vlucas/phpdotenv/issues",
  8483. "source": "https://github.com/vlucas/phpdotenv/tree/v4.2.2"
  8484. },
  8485. "funding": [
  8486. {
  8487. "url": "https://github.com/GrahamCampbell",
  8488. "type": "github"
  8489. },
  8490. {
  8491. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  8492. "type": "tidelift"
  8493. }
  8494. ],
  8495. "time": "2021-12-12T23:07:53+00:00"
  8496. },
  8497. {
  8498. "name": "webmozart/assert",
  8499. "version": "1.10.0",
  8500. "source": {
  8501. "type": "git",
  8502. "url": "https://github.com/webmozarts/assert.git",
  8503. "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
  8504. },
  8505. "dist": {
  8506. "type": "zip",
  8507. "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
  8508. "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
  8509. "shasum": "",
  8510. "mirrors": [
  8511. {
  8512. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8513. "preferred": true
  8514. }
  8515. ]
  8516. },
  8517. "require": {
  8518. "php": "^7.2 || ^8.0",
  8519. "symfony/polyfill-ctype": "^1.8"
  8520. },
  8521. "conflict": {
  8522. "phpstan/phpstan": "<0.12.20",
  8523. "vimeo/psalm": "<4.6.1 || 4.6.2"
  8524. },
  8525. "require-dev": {
  8526. "phpunit/phpunit": "^8.5.13"
  8527. },
  8528. "type": "library",
  8529. "extra": {
  8530. "branch-alias": {
  8531. "dev-master": "1.10-dev"
  8532. }
  8533. },
  8534. "autoload": {
  8535. "psr-4": {
  8536. "Webmozart\\Assert\\": "src/"
  8537. }
  8538. },
  8539. "notification-url": "https://packagist.org/downloads/",
  8540. "license": [
  8541. "MIT"
  8542. ],
  8543. "authors": [
  8544. {
  8545. "name": "Bernhard Schussek",
  8546. "email": "bschussek@gmail.com"
  8547. }
  8548. ],
  8549. "description": "Assertions to validate method input/output with nice error messages.",
  8550. "keywords": [
  8551. "assert",
  8552. "check",
  8553. "validate"
  8554. ],
  8555. "support": {
  8556. "issues": "https://github.com/webmozarts/assert/issues",
  8557. "source": "https://github.com/webmozarts/assert/tree/1.10.0"
  8558. },
  8559. "time": "2021-03-09T10:59:23+00:00"
  8560. },
  8561. {
  8562. "name": "xxtime/flysystem-aliyun-oss",
  8563. "version": "1.5.0",
  8564. "source": {
  8565. "type": "git",
  8566. "url": "https://github.com/xxtime/flysystem-aliyun-oss.git",
  8567. "reference": "ae873b5919076157b9cfeaf39d2f56d2dbb39ee9"
  8568. },
  8569. "dist": {
  8570. "type": "zip",
  8571. "url": "https://api.github.com/repos/xxtime/flysystem-aliyun-oss/zipball/ae873b5919076157b9cfeaf39d2f56d2dbb39ee9",
  8572. "reference": "ae873b5919076157b9cfeaf39d2f56d2dbb39ee9",
  8573. "shasum": "",
  8574. "mirrors": [
  8575. {
  8576. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8577. "preferred": true
  8578. }
  8579. ]
  8580. },
  8581. "require": {
  8582. "aliyuncs/oss-sdk-php": "~2.3",
  8583. "league/flysystem": "^1.0.49",
  8584. "php": ">=5.5.0"
  8585. },
  8586. "type": "library",
  8587. "autoload": {
  8588. "psr-4": {
  8589. "Xxtime\\Flysystem\\Aliyun\\": "src/"
  8590. }
  8591. },
  8592. "notification-url": "https://packagist.org/downloads/",
  8593. "license": [
  8594. "MIT"
  8595. ],
  8596. "authors": [
  8597. {
  8598. "name": "Joe",
  8599. "email": "joe@xxtime.com",
  8600. "homepage": "https://github.com/xxtime",
  8601. "role": "Developer"
  8602. }
  8603. ],
  8604. "description": "AliYun OSS adapter for flysystem. aliyuncs/oss-sdk-php ~2.3",
  8605. "homepage": "https://github.com/xxtime/flysystem-aliyun-oss",
  8606. "keywords": [
  8607. "Flysystem",
  8608. "aliyun-oss",
  8609. "flysystem-aliyun-oss"
  8610. ],
  8611. "support": {
  8612. "email": "joe@xxtime.com",
  8613. "issues": "https://github.com/xxtime/flysystem-aliyun-oss/issues",
  8614. "source": "https://github.com/xxtime/flysystem-aliyun-oss/tree/1.5.0",
  8615. "wiki": "https://github.com/xxtime"
  8616. },
  8617. "time": "2019-11-12T07:57:34+00:00"
  8618. }
  8619. ],
  8620. "packages-dev": [
  8621. {
  8622. "name": "composer/pcre",
  8623. "version": "1.0.0",
  8624. "source": {
  8625. "type": "git",
  8626. "url": "https://github.com/composer/pcre.git",
  8627. "reference": "3d322d715c43a1ac36c7fe215fa59336265500f2"
  8628. },
  8629. "dist": {
  8630. "type": "zip",
  8631. "url": "https://api.github.com/repos/composer/pcre/zipball/3d322d715c43a1ac36c7fe215fa59336265500f2",
  8632. "reference": "3d322d715c43a1ac36c7fe215fa59336265500f2",
  8633. "shasum": "",
  8634. "mirrors": [
  8635. {
  8636. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8637. "preferred": true
  8638. }
  8639. ]
  8640. },
  8641. "require": {
  8642. "php": "^5.3.2 || ^7.0 || ^8.0"
  8643. },
  8644. "require-dev": {
  8645. "phpstan/phpstan": "^1",
  8646. "phpstan/phpstan-strict-rules": "^1.1",
  8647. "symfony/phpunit-bridge": "^4.2 || ^5"
  8648. },
  8649. "type": "library",
  8650. "extra": {
  8651. "branch-alias": {
  8652. "dev-main": "1.x-dev"
  8653. }
  8654. },
  8655. "autoload": {
  8656. "psr-4": {
  8657. "Composer\\Pcre\\": "src"
  8658. }
  8659. },
  8660. "notification-url": "https://packagist.org/downloads/",
  8661. "license": [
  8662. "MIT"
  8663. ],
  8664. "authors": [
  8665. {
  8666. "name": "Jordi Boggiano",
  8667. "email": "j.boggiano@seld.be",
  8668. "homepage": "http://seld.be"
  8669. }
  8670. ],
  8671. "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
  8672. "keywords": [
  8673. "PCRE",
  8674. "preg",
  8675. "regex",
  8676. "regular expression"
  8677. ],
  8678. "support": {
  8679. "issues": "https://github.com/composer/pcre/issues",
  8680. "source": "https://github.com/composer/pcre/tree/1.0.0"
  8681. },
  8682. "funding": [
  8683. {
  8684. "url": "https://packagist.com",
  8685. "type": "custom"
  8686. },
  8687. {
  8688. "url": "https://github.com/composer",
  8689. "type": "github"
  8690. },
  8691. {
  8692. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  8693. "type": "tidelift"
  8694. }
  8695. ],
  8696. "time": "2021-12-06T15:17:27+00:00"
  8697. },
  8698. {
  8699. "name": "composer/semver",
  8700. "version": "3.2.6",
  8701. "source": {
  8702. "type": "git",
  8703. "url": "https://github.com/composer/semver.git",
  8704. "reference": "83e511e247de329283478496f7a1e114c9517506"
  8705. },
  8706. "dist": {
  8707. "type": "zip",
  8708. "url": "https://api.github.com/repos/composer/semver/zipball/83e511e247de329283478496f7a1e114c9517506",
  8709. "reference": "83e511e247de329283478496f7a1e114c9517506",
  8710. "shasum": "",
  8711. "mirrors": [
  8712. {
  8713. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8714. "preferred": true
  8715. }
  8716. ]
  8717. },
  8718. "require": {
  8719. "php": "^5.3.2 || ^7.0 || ^8.0"
  8720. },
  8721. "require-dev": {
  8722. "phpstan/phpstan": "^0.12.54",
  8723. "symfony/phpunit-bridge": "^4.2 || ^5"
  8724. },
  8725. "type": "library",
  8726. "extra": {
  8727. "branch-alias": {
  8728. "dev-main": "3.x-dev"
  8729. }
  8730. },
  8731. "autoload": {
  8732. "psr-4": {
  8733. "Composer\\Semver\\": "src"
  8734. }
  8735. },
  8736. "notification-url": "https://packagist.org/downloads/",
  8737. "license": [
  8738. "MIT"
  8739. ],
  8740. "authors": [
  8741. {
  8742. "name": "Nils Adermann",
  8743. "email": "naderman@naderman.de",
  8744. "homepage": "http://www.naderman.de"
  8745. },
  8746. {
  8747. "name": "Jordi Boggiano",
  8748. "email": "j.boggiano@seld.be",
  8749. "homepage": "http://seld.be"
  8750. },
  8751. {
  8752. "name": "Rob Bast",
  8753. "email": "rob.bast@gmail.com",
  8754. "homepage": "http://robbast.nl"
  8755. }
  8756. ],
  8757. "description": "Semver library that offers utilities, version constraint parsing and validation.",
  8758. "keywords": [
  8759. "semantic",
  8760. "semver",
  8761. "validation",
  8762. "versioning"
  8763. ],
  8764. "support": {
  8765. "irc": "irc://irc.freenode.org/composer",
  8766. "issues": "https://github.com/composer/semver/issues",
  8767. "source": "https://github.com/composer/semver/tree/3.2.6"
  8768. },
  8769. "funding": [
  8770. {
  8771. "url": "https://packagist.com",
  8772. "type": "custom"
  8773. },
  8774. {
  8775. "url": "https://github.com/composer",
  8776. "type": "github"
  8777. },
  8778. {
  8779. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  8780. "type": "tidelift"
  8781. }
  8782. ],
  8783. "time": "2021-10-25T11:34:17+00:00"
  8784. },
  8785. {
  8786. "name": "composer/xdebug-handler",
  8787. "version": "2.0.3",
  8788. "source": {
  8789. "type": "git",
  8790. "url": "https://github.com/composer/xdebug-handler.git",
  8791. "reference": "6555461e76962fd0379c444c46fd558a0fcfb65e"
  8792. },
  8793. "dist": {
  8794. "type": "zip",
  8795. "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6555461e76962fd0379c444c46fd558a0fcfb65e",
  8796. "reference": "6555461e76962fd0379c444c46fd558a0fcfb65e",
  8797. "shasum": "",
  8798. "mirrors": [
  8799. {
  8800. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8801. "preferred": true
  8802. }
  8803. ]
  8804. },
  8805. "require": {
  8806. "composer/pcre": "^1",
  8807. "php": "^5.3.2 || ^7.0 || ^8.0",
  8808. "psr/log": "^1 || ^2 || ^3"
  8809. },
  8810. "require-dev": {
  8811. "phpstan/phpstan": "^1.0",
  8812. "phpstan/phpstan-strict-rules": "^1.1",
  8813. "symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0"
  8814. },
  8815. "type": "library",
  8816. "autoload": {
  8817. "psr-4": {
  8818. "Composer\\XdebugHandler\\": "src"
  8819. }
  8820. },
  8821. "notification-url": "https://packagist.org/downloads/",
  8822. "license": [
  8823. "MIT"
  8824. ],
  8825. "authors": [
  8826. {
  8827. "name": "John Stevenson",
  8828. "email": "john-stevenson@blueyonder.co.uk"
  8829. }
  8830. ],
  8831. "description": "Restarts a process without Xdebug.",
  8832. "keywords": [
  8833. "Xdebug",
  8834. "performance"
  8835. ],
  8836. "support": {
  8837. "irc": "irc://irc.freenode.org/composer",
  8838. "issues": "https://github.com/composer/xdebug-handler/issues",
  8839. "source": "https://github.com/composer/xdebug-handler/tree/2.0.3"
  8840. },
  8841. "funding": [
  8842. {
  8843. "url": "https://packagist.com",
  8844. "type": "custom"
  8845. },
  8846. {
  8847. "url": "https://github.com/composer",
  8848. "type": "github"
  8849. },
  8850. {
  8851. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  8852. "type": "tidelift"
  8853. }
  8854. ],
  8855. "time": "2021-12-08T13:07:32+00:00"
  8856. },
  8857. {
  8858. "name": "doctrine/cache",
  8859. "version": "1.12.1",
  8860. "source": {
  8861. "type": "git",
  8862. "url": "https://github.com/doctrine/cache.git",
  8863. "reference": "4cf401d14df219fa6f38b671f5493449151c9ad8"
  8864. },
  8865. "dist": {
  8866. "type": "zip",
  8867. "url": "https://api.github.com/repos/doctrine/cache/zipball/4cf401d14df219fa6f38b671f5493449151c9ad8",
  8868. "reference": "4cf401d14df219fa6f38b671f5493449151c9ad8",
  8869. "shasum": "",
  8870. "mirrors": [
  8871. {
  8872. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8873. "preferred": true
  8874. }
  8875. ]
  8876. },
  8877. "require": {
  8878. "php": "~7.1 || ^8.0"
  8879. },
  8880. "conflict": {
  8881. "doctrine/common": ">2.2,<2.4"
  8882. },
  8883. "require-dev": {
  8884. "alcaeus/mongo-php-adapter": "^1.1",
  8885. "cache/integration-tests": "dev-master",
  8886. "doctrine/coding-standard": "^8.0",
  8887. "mongodb/mongodb": "^1.1",
  8888. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
  8889. "predis/predis": "~1.0",
  8890. "psr/cache": "^1.0 || ^2.0 || ^3.0",
  8891. "symfony/cache": "^4.4 || ^5.2 || ^6.0@dev",
  8892. "symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev"
  8893. },
  8894. "suggest": {
  8895. "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
  8896. },
  8897. "type": "library",
  8898. "autoload": {
  8899. "psr-4": {
  8900. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  8901. }
  8902. },
  8903. "notification-url": "https://packagist.org/downloads/",
  8904. "license": [
  8905. "MIT"
  8906. ],
  8907. "authors": [
  8908. {
  8909. "name": "Guilherme Blanco",
  8910. "email": "guilhermeblanco@gmail.com"
  8911. },
  8912. {
  8913. "name": "Roman Borschel",
  8914. "email": "roman@code-factory.org"
  8915. },
  8916. {
  8917. "name": "Benjamin Eberlei",
  8918. "email": "kontakt@beberlei.de"
  8919. },
  8920. {
  8921. "name": "Jonathan Wage",
  8922. "email": "jonwage@gmail.com"
  8923. },
  8924. {
  8925. "name": "Johannes Schmitt",
  8926. "email": "schmittjoh@gmail.com"
  8927. }
  8928. ],
  8929. "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
  8930. "homepage": "https://www.doctrine-project.org/projects/cache.html",
  8931. "keywords": [
  8932. "abstraction",
  8933. "apcu",
  8934. "cache",
  8935. "caching",
  8936. "couchdb",
  8937. "memcached",
  8938. "php",
  8939. "redis",
  8940. "xcache"
  8941. ],
  8942. "support": {
  8943. "issues": "https://github.com/doctrine/cache/issues",
  8944. "source": "https://github.com/doctrine/cache/tree/1.12.1"
  8945. },
  8946. "funding": [
  8947. {
  8948. "url": "https://www.doctrine-project.org/sponsorship.html",
  8949. "type": "custom"
  8950. },
  8951. {
  8952. "url": "https://www.patreon.com/phpdoctrine",
  8953. "type": "patreon"
  8954. },
  8955. {
  8956. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
  8957. "type": "tidelift"
  8958. }
  8959. ],
  8960. "time": "2021-07-17T14:39:21+00:00"
  8961. },
  8962. {
  8963. "name": "doctrine/collections",
  8964. "version": "1.6.8",
  8965. "source": {
  8966. "type": "git",
  8967. "url": "https://github.com/doctrine/collections.git",
  8968. "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af"
  8969. },
  8970. "dist": {
  8971. "type": "zip",
  8972. "url": "https://api.github.com/repos/doctrine/collections/zipball/1958a744696c6bb3bb0d28db2611dc11610e78af",
  8973. "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af",
  8974. "shasum": "",
  8975. "mirrors": [
  8976. {
  8977. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8978. "preferred": true
  8979. }
  8980. ]
  8981. },
  8982. "require": {
  8983. "php": "^7.1.3 || ^8.0"
  8984. },
  8985. "require-dev": {
  8986. "doctrine/coding-standard": "^9.0",
  8987. "phpstan/phpstan": "^0.12",
  8988. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5",
  8989. "vimeo/psalm": "^4.2.1"
  8990. },
  8991. "type": "library",
  8992. "autoload": {
  8993. "psr-4": {
  8994. "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
  8995. }
  8996. },
  8997. "notification-url": "https://packagist.org/downloads/",
  8998. "license": [
  8999. "MIT"
  9000. ],
  9001. "authors": [
  9002. {
  9003. "name": "Guilherme Blanco",
  9004. "email": "guilhermeblanco@gmail.com"
  9005. },
  9006. {
  9007. "name": "Roman Borschel",
  9008. "email": "roman@code-factory.org"
  9009. },
  9010. {
  9011. "name": "Benjamin Eberlei",
  9012. "email": "kontakt@beberlei.de"
  9013. },
  9014. {
  9015. "name": "Jonathan Wage",
  9016. "email": "jonwage@gmail.com"
  9017. },
  9018. {
  9019. "name": "Johannes Schmitt",
  9020. "email": "schmittjoh@gmail.com"
  9021. }
  9022. ],
  9023. "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
  9024. "homepage": "https://www.doctrine-project.org/projects/collections.html",
  9025. "keywords": [
  9026. "array",
  9027. "collections",
  9028. "iterators",
  9029. "php"
  9030. ],
  9031. "support": {
  9032. "issues": "https://github.com/doctrine/collections/issues",
  9033. "source": "https://github.com/doctrine/collections/tree/1.6.8"
  9034. },
  9035. "time": "2021-08-10T18:51:53+00:00"
  9036. },
  9037. {
  9038. "name": "doctrine/common",
  9039. "version": "2.13.3",
  9040. "source": {
  9041. "type": "git",
  9042. "url": "https://github.com/doctrine/common.git",
  9043. "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f"
  9044. },
  9045. "dist": {
  9046. "type": "zip",
  9047. "url": "https://api.github.com/repos/doctrine/common/zipball/f3812c026e557892c34ef37f6ab808a6b567da7f",
  9048. "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f",
  9049. "shasum": "",
  9050. "mirrors": [
  9051. {
  9052. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9053. "preferred": true
  9054. }
  9055. ]
  9056. },
  9057. "require": {
  9058. "doctrine/annotations": "^1.0",
  9059. "doctrine/cache": "^1.0",
  9060. "doctrine/collections": "^1.0",
  9061. "doctrine/event-manager": "^1.0",
  9062. "doctrine/inflector": "^1.0",
  9063. "doctrine/lexer": "^1.0",
  9064. "doctrine/persistence": "^1.3.3",
  9065. "doctrine/reflection": "^1.0",
  9066. "php": "^7.1 || ^8.0"
  9067. },
  9068. "require-dev": {
  9069. "doctrine/coding-standard": "^1.0",
  9070. "phpstan/phpstan": "^0.11",
  9071. "phpstan/phpstan-phpunit": "^0.11",
  9072. "phpunit/phpunit": "^7.0",
  9073. "squizlabs/php_codesniffer": "^3.0",
  9074. "symfony/phpunit-bridge": "^4.0.5"
  9075. },
  9076. "type": "library",
  9077. "extra": {
  9078. "branch-alias": {
  9079. "dev-master": "2.11.x-dev"
  9080. }
  9081. },
  9082. "autoload": {
  9083. "psr-4": {
  9084. "Doctrine\\Common\\": "lib/Doctrine/Common"
  9085. }
  9086. },
  9087. "notification-url": "https://packagist.org/downloads/",
  9088. "license": [
  9089. "MIT"
  9090. ],
  9091. "authors": [
  9092. {
  9093. "name": "Guilherme Blanco",
  9094. "email": "guilhermeblanco@gmail.com"
  9095. },
  9096. {
  9097. "name": "Roman Borschel",
  9098. "email": "roman@code-factory.org"
  9099. },
  9100. {
  9101. "name": "Benjamin Eberlei",
  9102. "email": "kontakt@beberlei.de"
  9103. },
  9104. {
  9105. "name": "Jonathan Wage",
  9106. "email": "jonwage@gmail.com"
  9107. },
  9108. {
  9109. "name": "Johannes Schmitt",
  9110. "email": "schmittjoh@gmail.com"
  9111. },
  9112. {
  9113. "name": "Marco Pivetta",
  9114. "email": "ocramius@gmail.com"
  9115. }
  9116. ],
  9117. "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.",
  9118. "homepage": "https://www.doctrine-project.org/projects/common.html",
  9119. "keywords": [
  9120. "common",
  9121. "doctrine",
  9122. "php"
  9123. ],
  9124. "support": {
  9125. "issues": "https://github.com/doctrine/common/issues",
  9126. "source": "https://github.com/doctrine/common/tree/2.13.x"
  9127. },
  9128. "funding": [
  9129. {
  9130. "url": "https://www.doctrine-project.org/sponsorship.html",
  9131. "type": "custom"
  9132. },
  9133. {
  9134. "url": "https://www.patreon.com/phpdoctrine",
  9135. "type": "patreon"
  9136. },
  9137. {
  9138. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon",
  9139. "type": "tidelift"
  9140. }
  9141. ],
  9142. "time": "2020-06-05T16:46:05+00:00"
  9143. },
  9144. {
  9145. "name": "doctrine/event-manager",
  9146. "version": "1.1.1",
  9147. "source": {
  9148. "type": "git",
  9149. "url": "https://github.com/doctrine/event-manager.git",
  9150. "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
  9151. },
  9152. "dist": {
  9153. "type": "zip",
  9154. "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
  9155. "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
  9156. "shasum": "",
  9157. "mirrors": [
  9158. {
  9159. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9160. "preferred": true
  9161. }
  9162. ]
  9163. },
  9164. "require": {
  9165. "php": "^7.1 || ^8.0"
  9166. },
  9167. "conflict": {
  9168. "doctrine/common": "<2.9@dev"
  9169. },
  9170. "require-dev": {
  9171. "doctrine/coding-standard": "^6.0",
  9172. "phpunit/phpunit": "^7.0"
  9173. },
  9174. "type": "library",
  9175. "extra": {
  9176. "branch-alias": {
  9177. "dev-master": "1.0.x-dev"
  9178. }
  9179. },
  9180. "autoload": {
  9181. "psr-4": {
  9182. "Doctrine\\Common\\": "lib/Doctrine/Common"
  9183. }
  9184. },
  9185. "notification-url": "https://packagist.org/downloads/",
  9186. "license": [
  9187. "MIT"
  9188. ],
  9189. "authors": [
  9190. {
  9191. "name": "Guilherme Blanco",
  9192. "email": "guilhermeblanco@gmail.com"
  9193. },
  9194. {
  9195. "name": "Roman Borschel",
  9196. "email": "roman@code-factory.org"
  9197. },
  9198. {
  9199. "name": "Benjamin Eberlei",
  9200. "email": "kontakt@beberlei.de"
  9201. },
  9202. {
  9203. "name": "Jonathan Wage",
  9204. "email": "jonwage@gmail.com"
  9205. },
  9206. {
  9207. "name": "Johannes Schmitt",
  9208. "email": "schmittjoh@gmail.com"
  9209. },
  9210. {
  9211. "name": "Marco Pivetta",
  9212. "email": "ocramius@gmail.com"
  9213. }
  9214. ],
  9215. "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
  9216. "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
  9217. "keywords": [
  9218. "event",
  9219. "event dispatcher",
  9220. "event manager",
  9221. "event system",
  9222. "events"
  9223. ],
  9224. "support": {
  9225. "issues": "https://github.com/doctrine/event-manager/issues",
  9226. "source": "https://github.com/doctrine/event-manager/tree/1.1.x"
  9227. },
  9228. "funding": [
  9229. {
  9230. "url": "https://www.doctrine-project.org/sponsorship.html",
  9231. "type": "custom"
  9232. },
  9233. {
  9234. "url": "https://www.patreon.com/phpdoctrine",
  9235. "type": "patreon"
  9236. },
  9237. {
  9238. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
  9239. "type": "tidelift"
  9240. }
  9241. ],
  9242. "time": "2020-05-29T18:28:51+00:00"
  9243. },
  9244. {
  9245. "name": "doctrine/persistence",
  9246. "version": "1.3.8",
  9247. "source": {
  9248. "type": "git",
  9249. "url": "https://github.com/doctrine/persistence.git",
  9250. "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288"
  9251. },
  9252. "dist": {
  9253. "type": "zip",
  9254. "url": "https://api.github.com/repos/doctrine/persistence/zipball/7a6eac9fb6f61bba91328f15aa7547f4806ca288",
  9255. "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288",
  9256. "shasum": "",
  9257. "mirrors": [
  9258. {
  9259. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9260. "preferred": true
  9261. }
  9262. ]
  9263. },
  9264. "require": {
  9265. "doctrine/annotations": "^1.0",
  9266. "doctrine/cache": "^1.0",
  9267. "doctrine/collections": "^1.0",
  9268. "doctrine/event-manager": "^1.0",
  9269. "doctrine/reflection": "^1.2",
  9270. "php": "^7.1 || ^8.0"
  9271. },
  9272. "conflict": {
  9273. "doctrine/common": "<2.10@dev"
  9274. },
  9275. "require-dev": {
  9276. "doctrine/coding-standard": "^6.0",
  9277. "phpstan/phpstan": "^0.11",
  9278. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
  9279. "vimeo/psalm": "^3.11"
  9280. },
  9281. "type": "library",
  9282. "extra": {
  9283. "branch-alias": {
  9284. "dev-master": "1.3.x-dev"
  9285. }
  9286. },
  9287. "autoload": {
  9288. "psr-4": {
  9289. "Doctrine\\Common\\": "lib/Doctrine/Common",
  9290. "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
  9291. }
  9292. },
  9293. "notification-url": "https://packagist.org/downloads/",
  9294. "license": [
  9295. "MIT"
  9296. ],
  9297. "authors": [
  9298. {
  9299. "name": "Guilherme Blanco",
  9300. "email": "guilhermeblanco@gmail.com"
  9301. },
  9302. {
  9303. "name": "Roman Borschel",
  9304. "email": "roman@code-factory.org"
  9305. },
  9306. {
  9307. "name": "Benjamin Eberlei",
  9308. "email": "kontakt@beberlei.de"
  9309. },
  9310. {
  9311. "name": "Jonathan Wage",
  9312. "email": "jonwage@gmail.com"
  9313. },
  9314. {
  9315. "name": "Johannes Schmitt",
  9316. "email": "schmittjoh@gmail.com"
  9317. },
  9318. {
  9319. "name": "Marco Pivetta",
  9320. "email": "ocramius@gmail.com"
  9321. }
  9322. ],
  9323. "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
  9324. "homepage": "https://doctrine-project.org/projects/persistence.html",
  9325. "keywords": [
  9326. "mapper",
  9327. "object",
  9328. "odm",
  9329. "orm",
  9330. "persistence"
  9331. ],
  9332. "support": {
  9333. "issues": "https://github.com/doctrine/persistence/issues",
  9334. "source": "https://github.com/doctrine/persistence/tree/1.3.x"
  9335. },
  9336. "funding": [
  9337. {
  9338. "url": "https://www.doctrine-project.org/sponsorship.html",
  9339. "type": "custom"
  9340. },
  9341. {
  9342. "url": "https://www.patreon.com/phpdoctrine",
  9343. "type": "patreon"
  9344. },
  9345. {
  9346. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
  9347. "type": "tidelift"
  9348. }
  9349. ],
  9350. "time": "2020-06-20T12:56:16+00:00"
  9351. },
  9352. {
  9353. "name": "doctrine/reflection",
  9354. "version": "1.2.2",
  9355. "source": {
  9356. "type": "git",
  9357. "url": "https://github.com/doctrine/reflection.git",
  9358. "reference": "fa587178be682efe90d005e3a322590d6ebb59a5"
  9359. },
  9360. "dist": {
  9361. "type": "zip",
  9362. "url": "https://api.github.com/repos/doctrine/reflection/zipball/fa587178be682efe90d005e3a322590d6ebb59a5",
  9363. "reference": "fa587178be682efe90d005e3a322590d6ebb59a5",
  9364. "shasum": "",
  9365. "mirrors": [
  9366. {
  9367. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9368. "preferred": true
  9369. }
  9370. ]
  9371. },
  9372. "require": {
  9373. "doctrine/annotations": "^1.0",
  9374. "ext-tokenizer": "*",
  9375. "php": "^7.1 || ^8.0"
  9376. },
  9377. "conflict": {
  9378. "doctrine/common": "<2.9"
  9379. },
  9380. "require-dev": {
  9381. "doctrine/coding-standard": "^6.0 || ^8.2.0",
  9382. "doctrine/common": "^2.10",
  9383. "phpstan/phpstan": "^0.11.0 || ^0.12.20",
  9384. "phpstan/phpstan-phpunit": "^0.11.0 || ^0.12.16",
  9385. "phpunit/phpunit": "^7.5 || ^9.1.5"
  9386. },
  9387. "type": "library",
  9388. "extra": {
  9389. "branch-alias": {
  9390. "dev-master": "1.2.x-dev"
  9391. }
  9392. },
  9393. "autoload": {
  9394. "psr-4": {
  9395. "Doctrine\\Common\\": "lib/Doctrine/Common"
  9396. }
  9397. },
  9398. "notification-url": "https://packagist.org/downloads/",
  9399. "license": [
  9400. "MIT"
  9401. ],
  9402. "authors": [
  9403. {
  9404. "name": "Guilherme Blanco",
  9405. "email": "guilhermeblanco@gmail.com"
  9406. },
  9407. {
  9408. "name": "Roman Borschel",
  9409. "email": "roman@code-factory.org"
  9410. },
  9411. {
  9412. "name": "Benjamin Eberlei",
  9413. "email": "kontakt@beberlei.de"
  9414. },
  9415. {
  9416. "name": "Jonathan Wage",
  9417. "email": "jonwage@gmail.com"
  9418. },
  9419. {
  9420. "name": "Johannes Schmitt",
  9421. "email": "schmittjoh@gmail.com"
  9422. },
  9423. {
  9424. "name": "Marco Pivetta",
  9425. "email": "ocramius@gmail.com"
  9426. }
  9427. ],
  9428. "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.",
  9429. "homepage": "https://www.doctrine-project.org/projects/reflection.html",
  9430. "keywords": [
  9431. "reflection",
  9432. "static"
  9433. ],
  9434. "support": {
  9435. "issues": "https://github.com/doctrine/reflection/issues",
  9436. "source": "https://github.com/doctrine/reflection/tree/1.2.2"
  9437. },
  9438. "abandoned": "roave/better-reflection",
  9439. "time": "2020-10-27T21:46:55+00:00"
  9440. },
  9441. {
  9442. "name": "friendsofphp/php-cs-fixer",
  9443. "version": "v2.19.3",
  9444. "source": {
  9445. "type": "git",
  9446. "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
  9447. "reference": "75ac86f33fab4714ea5a39a396784d83ae3b5ed8"
  9448. },
  9449. "dist": {
  9450. "type": "zip",
  9451. "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/75ac86f33fab4714ea5a39a396784d83ae3b5ed8",
  9452. "reference": "75ac86f33fab4714ea5a39a396784d83ae3b5ed8",
  9453. "shasum": "",
  9454. "mirrors": [
  9455. {
  9456. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9457. "preferred": true
  9458. }
  9459. ]
  9460. },
  9461. "require": {
  9462. "composer/semver": "^1.4 || ^2.0 || ^3.0",
  9463. "composer/xdebug-handler": "^1.2 || ^2.0",
  9464. "doctrine/annotations": "^1.2",
  9465. "ext-json": "*",
  9466. "ext-tokenizer": "*",
  9467. "php": "^5.6 || ^7.0 || ^8.0",
  9468. "php-cs-fixer/diff": "^1.3",
  9469. "symfony/console": "^3.4.43 || ^4.1.6 || ^5.0",
  9470. "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
  9471. "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
  9472. "symfony/finder": "^3.0 || ^4.0 || ^5.0",
  9473. "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
  9474. "symfony/polyfill-php70": "^1.0",
  9475. "symfony/polyfill-php72": "^1.4",
  9476. "symfony/process": "^3.0 || ^4.0 || ^5.0",
  9477. "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
  9478. },
  9479. "require-dev": {
  9480. "justinrainbow/json-schema": "^5.0",
  9481. "keradus/cli-executor": "^1.4",
  9482. "mikey179/vfsstream": "^1.6",
  9483. "php-coveralls/php-coveralls": "^2.4.2",
  9484. "php-cs-fixer/accessible-object": "^1.0",
  9485. "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
  9486. "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
  9487. "phpspec/prophecy-phpunit": "^1.1 || ^2.0",
  9488. "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.13 || ^9.5",
  9489. "phpunitgoodpractices/polyfill": "^1.5",
  9490. "phpunitgoodpractices/traits": "^1.9.1",
  9491. "sanmai/phpunit-legacy-adapter": "^6.4 || ^8.2.1",
  9492. "symfony/phpunit-bridge": "^5.2.1",
  9493. "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
  9494. },
  9495. "suggest": {
  9496. "ext-dom": "For handling output formats in XML",
  9497. "ext-mbstring": "For handling non-UTF8 characters.",
  9498. "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
  9499. "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
  9500. "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
  9501. },
  9502. "bin": [
  9503. "php-cs-fixer"
  9504. ],
  9505. "type": "application",
  9506. "extra": {
  9507. "branch-alias": {
  9508. "dev-master": "2.19-dev"
  9509. }
  9510. },
  9511. "autoload": {
  9512. "psr-4": {
  9513. "PhpCsFixer\\": "src/"
  9514. },
  9515. "classmap": [
  9516. "tests/Test/AbstractFixerTestCase.php",
  9517. "tests/Test/AbstractIntegrationCaseFactory.php",
  9518. "tests/Test/AbstractIntegrationTestCase.php",
  9519. "tests/Test/Assert/AssertTokensTrait.php",
  9520. "tests/Test/IntegrationCase.php",
  9521. "tests/Test/IntegrationCaseFactory.php",
  9522. "tests/Test/IntegrationCaseFactoryInterface.php",
  9523. "tests/Test/InternalIntegrationCaseFactory.php",
  9524. "tests/Test/IsIdenticalConstraint.php",
  9525. "tests/Test/TokensWithObservedTransformers.php",
  9526. "tests/TestCase.php"
  9527. ]
  9528. },
  9529. "notification-url": "https://packagist.org/downloads/",
  9530. "license": [
  9531. "MIT"
  9532. ],
  9533. "authors": [
  9534. {
  9535. "name": "Fabien Potencier",
  9536. "email": "fabien@symfony.com"
  9537. },
  9538. {
  9539. "name": "Dariusz Rumiński",
  9540. "email": "dariusz.ruminski@gmail.com"
  9541. }
  9542. ],
  9543. "description": "A tool to automatically fix PHP code style",
  9544. "support": {
  9545. "issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues",
  9546. "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.19.3"
  9547. },
  9548. "funding": [
  9549. {
  9550. "url": "https://github.com/keradus",
  9551. "type": "github"
  9552. }
  9553. ],
  9554. "time": "2021-11-15T17:17:55+00:00"
  9555. },
  9556. {
  9557. "name": "hamcrest/hamcrest-php",
  9558. "version": "v2.0.1",
  9559. "source": {
  9560. "type": "git",
  9561. "url": "https://github.com/hamcrest/hamcrest-php.git",
  9562. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
  9563. },
  9564. "dist": {
  9565. "type": "zip",
  9566. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  9567. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  9568. "shasum": "",
  9569. "mirrors": [
  9570. {
  9571. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9572. "preferred": true
  9573. }
  9574. ]
  9575. },
  9576. "require": {
  9577. "php": "^5.3|^7.0|^8.0"
  9578. },
  9579. "replace": {
  9580. "cordoval/hamcrest-php": "*",
  9581. "davedevelopment/hamcrest-php": "*",
  9582. "kodova/hamcrest-php": "*"
  9583. },
  9584. "require-dev": {
  9585. "phpunit/php-file-iterator": "^1.4 || ^2.0",
  9586. "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
  9587. },
  9588. "type": "library",
  9589. "extra": {
  9590. "branch-alias": {
  9591. "dev-master": "2.1-dev"
  9592. }
  9593. },
  9594. "autoload": {
  9595. "classmap": [
  9596. "hamcrest"
  9597. ]
  9598. },
  9599. "notification-url": "https://packagist.org/downloads/",
  9600. "license": [
  9601. "BSD-3-Clause"
  9602. ],
  9603. "description": "This is the PHP port of Hamcrest Matchers",
  9604. "keywords": [
  9605. "test"
  9606. ],
  9607. "support": {
  9608. "issues": "https://github.com/hamcrest/hamcrest-php/issues",
  9609. "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
  9610. },
  9611. "time": "2020-07-09T08:09:16+00:00"
  9612. },
  9613. {
  9614. "name": "hyperf/devtool",
  9615. "version": "v2.0.21",
  9616. "source": {
  9617. "type": "git",
  9618. "url": "https://github.com/hyperf/devtool.git",
  9619. "reference": "432dab4de64024056b81d9305ce4fb211562116f"
  9620. },
  9621. "dist": {
  9622. "type": "zip",
  9623. "url": "https://api.github.com/repos/hyperf/devtool/zipball/432dab4de64024056b81d9305ce4fb211562116f",
  9624. "reference": "432dab4de64024056b81d9305ce4fb211562116f",
  9625. "shasum": "",
  9626. "mirrors": [
  9627. {
  9628. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9629. "preferred": true
  9630. }
  9631. ]
  9632. },
  9633. "require": {
  9634. "hyperf/command": "~2.0.0",
  9635. "hyperf/contract": "~2.0.0",
  9636. "hyperf/di": "~2.0.0",
  9637. "hyperf/utils": "~2.0.0",
  9638. "php": ">=7.2"
  9639. },
  9640. "require-dev": {
  9641. "friendsofphp/php-cs-fixer": "^2.9",
  9642. "malukenho/docheader": "^0.1.6",
  9643. "mockery/mockery": "^1.0",
  9644. "phpunit/phpunit": "^7.0.0"
  9645. },
  9646. "type": "library",
  9647. "extra": {
  9648. "branch-alias": {
  9649. "dev-master": "2.0-dev"
  9650. },
  9651. "hyperf": {
  9652. "config": "Hyperf\\Devtool\\ConfigProvider"
  9653. }
  9654. },
  9655. "autoload": {
  9656. "psr-4": {
  9657. "Hyperf\\Devtool\\": "src/"
  9658. }
  9659. },
  9660. "notification-url": "https://packagist.org/downloads/",
  9661. "license": [
  9662. "MIT"
  9663. ],
  9664. "description": "A Devtool for Hyperf.",
  9665. "homepage": "https://hyperf.io",
  9666. "keywords": [
  9667. "devtool",
  9668. "hyperf",
  9669. "php",
  9670. "swoole"
  9671. ],
  9672. "support": {
  9673. "docs": "https://hyperf.wiki",
  9674. "issues": "https://github.com/hyperf/hyperf/issues",
  9675. "pull-request": "https://github.com/hyperf/hyperf/pulls",
  9676. "source": "https://github.com/hyperf/hyperf"
  9677. },
  9678. "time": "2020-11-25T10:20:29+00:00"
  9679. },
  9680. {
  9681. "name": "hyperf/testing",
  9682. "version": "v2.0.14",
  9683. "source": {
  9684. "type": "git",
  9685. "url": "https://github.com/hyperf/testing.git",
  9686. "reference": "3dca89a86f65e2b2e997c6ee55df6439cfcc72e5"
  9687. },
  9688. "dist": {
  9689. "type": "zip",
  9690. "url": "https://api.github.com/repos/hyperf/testing/zipball/3dca89a86f65e2b2e997c6ee55df6439cfcc72e5",
  9691. "reference": "3dca89a86f65e2b2e997c6ee55df6439cfcc72e5",
  9692. "shasum": "",
  9693. "mirrors": [
  9694. {
  9695. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9696. "preferred": true
  9697. }
  9698. ]
  9699. },
  9700. "require": {
  9701. "hyperf/contract": "~2.0.0",
  9702. "hyperf/http-message": "~2.0.0",
  9703. "hyperf/http-server": "~2.0.0",
  9704. "hyperf/utils": "~2.0.0",
  9705. "php": ">=7.2",
  9706. "phpunit/phpunit": "^7.0",
  9707. "psr/container": "^1.0"
  9708. },
  9709. "require-dev": {
  9710. "friendsofphp/php-cs-fixer": "^2.9",
  9711. "malukenho/docheader": "^0.1.6",
  9712. "mockery/mockery": "^1.0"
  9713. },
  9714. "bin": [
  9715. "co-phpunit"
  9716. ],
  9717. "type": "library",
  9718. "extra": {
  9719. "branch-alias": {
  9720. "dev-master": "2.0-dev"
  9721. }
  9722. },
  9723. "autoload": {
  9724. "psr-4": {
  9725. "Hyperf\\Testing\\": "src/"
  9726. }
  9727. },
  9728. "notification-url": "https://packagist.org/downloads/",
  9729. "license": [
  9730. "MIT"
  9731. ],
  9732. "description": "Testing for hyperf",
  9733. "keywords": [
  9734. "php",
  9735. "swoole",
  9736. "testing"
  9737. ],
  9738. "support": {
  9739. "source": "https://github.com/hyperf/testing/tree/v2.0.14"
  9740. },
  9741. "time": "2020-10-10T09:22:32+00:00"
  9742. },
  9743. {
  9744. "name": "mockery/mockery",
  9745. "version": "1.3.5",
  9746. "source": {
  9747. "type": "git",
  9748. "url": "https://github.com/mockery/mockery.git",
  9749. "reference": "472fa8ca4e55483d55ee1e73c963718c4393791d"
  9750. },
  9751. "dist": {
  9752. "type": "zip",
  9753. "url": "https://api.github.com/repos/mockery/mockery/zipball/472fa8ca4e55483d55ee1e73c963718c4393791d",
  9754. "reference": "472fa8ca4e55483d55ee1e73c963718c4393791d",
  9755. "shasum": "",
  9756. "mirrors": [
  9757. {
  9758. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9759. "preferred": true
  9760. }
  9761. ]
  9762. },
  9763. "require": {
  9764. "hamcrest/hamcrest-php": "^2.0.1",
  9765. "lib-pcre": ">=7.0",
  9766. "php": ">=5.6.0"
  9767. },
  9768. "require-dev": {
  9769. "phpunit/phpunit": "^5.7.10|^6.5|^7.5|^8.5|^9.3"
  9770. },
  9771. "type": "library",
  9772. "extra": {
  9773. "branch-alias": {
  9774. "dev-master": "1.3.x-dev"
  9775. }
  9776. },
  9777. "autoload": {
  9778. "psr-0": {
  9779. "Mockery": "library/"
  9780. }
  9781. },
  9782. "notification-url": "https://packagist.org/downloads/",
  9783. "license": [
  9784. "BSD-3-Clause"
  9785. ],
  9786. "authors": [
  9787. {
  9788. "name": "Pádraic Brady",
  9789. "email": "padraic.brady@gmail.com",
  9790. "homepage": "http://blog.astrumfutura.com"
  9791. },
  9792. {
  9793. "name": "Dave Marshall",
  9794. "email": "dave.marshall@atstsolutions.co.uk",
  9795. "homepage": "http://davedevelopment.co.uk"
  9796. }
  9797. ],
  9798. "description": "Mockery is a simple yet flexible PHP mock object framework",
  9799. "homepage": "https://github.com/mockery/mockery",
  9800. "keywords": [
  9801. "BDD",
  9802. "TDD",
  9803. "library",
  9804. "mock",
  9805. "mock objects",
  9806. "mockery",
  9807. "stub",
  9808. "test",
  9809. "test double",
  9810. "testing"
  9811. ],
  9812. "support": {
  9813. "issues": "https://github.com/mockery/mockery/issues",
  9814. "source": "https://github.com/mockery/mockery/tree/1.3.5"
  9815. },
  9816. "time": "2021-09-13T15:33:03+00:00"
  9817. },
  9818. {
  9819. "name": "myclabs/deep-copy",
  9820. "version": "1.10.2",
  9821. "source": {
  9822. "type": "git",
  9823. "url": "https://github.com/myclabs/DeepCopy.git",
  9824. "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
  9825. },
  9826. "dist": {
  9827. "type": "zip",
  9828. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
  9829. "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
  9830. "shasum": "",
  9831. "mirrors": [
  9832. {
  9833. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9834. "preferred": true
  9835. }
  9836. ]
  9837. },
  9838. "require": {
  9839. "php": "^7.1 || ^8.0"
  9840. },
  9841. "replace": {
  9842. "myclabs/deep-copy": "self.version"
  9843. },
  9844. "require-dev": {
  9845. "doctrine/collections": "^1.0",
  9846. "doctrine/common": "^2.6",
  9847. "phpunit/phpunit": "^7.1"
  9848. },
  9849. "type": "library",
  9850. "autoload": {
  9851. "psr-4": {
  9852. "DeepCopy\\": "src/DeepCopy/"
  9853. },
  9854. "files": [
  9855. "src/DeepCopy/deep_copy.php"
  9856. ]
  9857. },
  9858. "notification-url": "https://packagist.org/downloads/",
  9859. "license": [
  9860. "MIT"
  9861. ],
  9862. "description": "Create deep copies (clones) of your objects",
  9863. "keywords": [
  9864. "clone",
  9865. "copy",
  9866. "duplicate",
  9867. "object",
  9868. "object graph"
  9869. ],
  9870. "support": {
  9871. "issues": "https://github.com/myclabs/DeepCopy/issues",
  9872. "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
  9873. },
  9874. "funding": [
  9875. {
  9876. "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
  9877. "type": "tidelift"
  9878. }
  9879. ],
  9880. "time": "2020-11-13T09:40:50+00:00"
  9881. },
  9882. {
  9883. "name": "phar-io/manifest",
  9884. "version": "1.0.3",
  9885. "source": {
  9886. "type": "git",
  9887. "url": "https://github.com/phar-io/manifest.git",
  9888. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
  9889. },
  9890. "dist": {
  9891. "type": "zip",
  9892. "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  9893. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  9894. "shasum": "",
  9895. "mirrors": [
  9896. {
  9897. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9898. "preferred": true
  9899. }
  9900. ]
  9901. },
  9902. "require": {
  9903. "ext-dom": "*",
  9904. "ext-phar": "*",
  9905. "phar-io/version": "^2.0",
  9906. "php": "^5.6 || ^7.0"
  9907. },
  9908. "type": "library",
  9909. "extra": {
  9910. "branch-alias": {
  9911. "dev-master": "1.0.x-dev"
  9912. }
  9913. },
  9914. "autoload": {
  9915. "classmap": [
  9916. "src/"
  9917. ]
  9918. },
  9919. "notification-url": "https://packagist.org/downloads/",
  9920. "license": [
  9921. "BSD-3-Clause"
  9922. ],
  9923. "authors": [
  9924. {
  9925. "name": "Arne Blankerts",
  9926. "email": "arne@blankerts.de",
  9927. "role": "Developer"
  9928. },
  9929. {
  9930. "name": "Sebastian Heuer",
  9931. "email": "sebastian@phpeople.de",
  9932. "role": "Developer"
  9933. },
  9934. {
  9935. "name": "Sebastian Bergmann",
  9936. "email": "sebastian@phpunit.de",
  9937. "role": "Developer"
  9938. }
  9939. ],
  9940. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  9941. "support": {
  9942. "issues": "https://github.com/phar-io/manifest/issues",
  9943. "source": "https://github.com/phar-io/manifest/tree/master"
  9944. },
  9945. "time": "2018-07-08T19:23:20+00:00"
  9946. },
  9947. {
  9948. "name": "phar-io/version",
  9949. "version": "2.0.1",
  9950. "source": {
  9951. "type": "git",
  9952. "url": "https://github.com/phar-io/version.git",
  9953. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
  9954. },
  9955. "dist": {
  9956. "type": "zip",
  9957. "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  9958. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  9959. "shasum": "",
  9960. "mirrors": [
  9961. {
  9962. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9963. "preferred": true
  9964. }
  9965. ]
  9966. },
  9967. "require": {
  9968. "php": "^5.6 || ^7.0"
  9969. },
  9970. "type": "library",
  9971. "autoload": {
  9972. "classmap": [
  9973. "src/"
  9974. ]
  9975. },
  9976. "notification-url": "https://packagist.org/downloads/",
  9977. "license": [
  9978. "BSD-3-Clause"
  9979. ],
  9980. "authors": [
  9981. {
  9982. "name": "Arne Blankerts",
  9983. "email": "arne@blankerts.de",
  9984. "role": "Developer"
  9985. },
  9986. {
  9987. "name": "Sebastian Heuer",
  9988. "email": "sebastian@phpeople.de",
  9989. "role": "Developer"
  9990. },
  9991. {
  9992. "name": "Sebastian Bergmann",
  9993. "email": "sebastian@phpunit.de",
  9994. "role": "Developer"
  9995. }
  9996. ],
  9997. "description": "Library for handling version information and constraints",
  9998. "support": {
  9999. "issues": "https://github.com/phar-io/version/issues",
  10000. "source": "https://github.com/phar-io/version/tree/master"
  10001. },
  10002. "time": "2018-07-08T19:19:57+00:00"
  10003. },
  10004. {
  10005. "name": "php-cs-fixer/diff",
  10006. "version": "v1.3.1",
  10007. "source": {
  10008. "type": "git",
  10009. "url": "https://github.com/PHP-CS-Fixer/diff.git",
  10010. "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759"
  10011. },
  10012. "dist": {
  10013. "type": "zip",
  10014. "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/dbd31aeb251639ac0b9e7e29405c1441907f5759",
  10015. "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759",
  10016. "shasum": "",
  10017. "mirrors": [
  10018. {
  10019. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10020. "preferred": true
  10021. }
  10022. ]
  10023. },
  10024. "require": {
  10025. "php": "^5.6 || ^7.0 || ^8.0"
  10026. },
  10027. "require-dev": {
  10028. "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0",
  10029. "symfony/process": "^3.3"
  10030. },
  10031. "type": "library",
  10032. "autoload": {
  10033. "classmap": [
  10034. "src/"
  10035. ]
  10036. },
  10037. "notification-url": "https://packagist.org/downloads/",
  10038. "license": [
  10039. "BSD-3-Clause"
  10040. ],
  10041. "authors": [
  10042. {
  10043. "name": "Sebastian Bergmann",
  10044. "email": "sebastian@phpunit.de"
  10045. },
  10046. {
  10047. "name": "Kore Nordmann",
  10048. "email": "mail@kore-nordmann.de"
  10049. },
  10050. {
  10051. "name": "SpacePossum"
  10052. }
  10053. ],
  10054. "description": "sebastian/diff v2 backport support for PHP5.6",
  10055. "homepage": "https://github.com/PHP-CS-Fixer",
  10056. "keywords": [
  10057. "diff"
  10058. ],
  10059. "support": {
  10060. "issues": "https://github.com/PHP-CS-Fixer/diff/issues",
  10061. "source": "https://github.com/PHP-CS-Fixer/diff/tree/v1.3.1"
  10062. },
  10063. "time": "2020-10-14T08:39:05+00:00"
  10064. },
  10065. {
  10066. "name": "phpspec/prophecy",
  10067. "version": "v1.15.0",
  10068. "source": {
  10069. "type": "git",
  10070. "url": "https://github.com/phpspec/prophecy.git",
  10071. "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13"
  10072. },
  10073. "dist": {
  10074. "type": "zip",
  10075. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
  10076. "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
  10077. "shasum": "",
  10078. "mirrors": [
  10079. {
  10080. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10081. "preferred": true
  10082. }
  10083. ]
  10084. },
  10085. "require": {
  10086. "doctrine/instantiator": "^1.2",
  10087. "php": "^7.2 || ~8.0, <8.2",
  10088. "phpdocumentor/reflection-docblock": "^5.2",
  10089. "sebastian/comparator": "^3.0 || ^4.0",
  10090. "sebastian/recursion-context": "^3.0 || ^4.0"
  10091. },
  10092. "require-dev": {
  10093. "phpspec/phpspec": "^6.0 || ^7.0",
  10094. "phpunit/phpunit": "^8.0 || ^9.0"
  10095. },
  10096. "type": "library",
  10097. "extra": {
  10098. "branch-alias": {
  10099. "dev-master": "1.x-dev"
  10100. }
  10101. },
  10102. "autoload": {
  10103. "psr-4": {
  10104. "Prophecy\\": "src/Prophecy"
  10105. }
  10106. },
  10107. "notification-url": "https://packagist.org/downloads/",
  10108. "license": [
  10109. "MIT"
  10110. ],
  10111. "authors": [
  10112. {
  10113. "name": "Konstantin Kudryashov",
  10114. "email": "ever.zet@gmail.com",
  10115. "homepage": "http://everzet.com"
  10116. },
  10117. {
  10118. "name": "Marcello Duarte",
  10119. "email": "marcello.duarte@gmail.com"
  10120. }
  10121. ],
  10122. "description": "Highly opinionated mocking framework for PHP 5.3+",
  10123. "homepage": "https://github.com/phpspec/prophecy",
  10124. "keywords": [
  10125. "Double",
  10126. "Dummy",
  10127. "fake",
  10128. "mock",
  10129. "spy",
  10130. "stub"
  10131. ],
  10132. "support": {
  10133. "issues": "https://github.com/phpspec/prophecy/issues",
  10134. "source": "https://github.com/phpspec/prophecy/tree/v1.15.0"
  10135. },
  10136. "time": "2021-12-08T12:19:24+00:00"
  10137. },
  10138. {
  10139. "name": "phpstan/phpstan",
  10140. "version": "0.12.99",
  10141. "source": {
  10142. "type": "git",
  10143. "url": "https://github.com/phpstan/phpstan.git",
  10144. "reference": "b4d40f1d759942f523be267a1bab6884f46ca3f7"
  10145. },
  10146. "dist": {
  10147. "type": "zip",
  10148. "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b4d40f1d759942f523be267a1bab6884f46ca3f7",
  10149. "reference": "b4d40f1d759942f523be267a1bab6884f46ca3f7",
  10150. "shasum": "",
  10151. "mirrors": [
  10152. {
  10153. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10154. "preferred": true
  10155. }
  10156. ]
  10157. },
  10158. "require": {
  10159. "php": "^7.1|^8.0"
  10160. },
  10161. "conflict": {
  10162. "phpstan/phpstan-shim": "*"
  10163. },
  10164. "bin": [
  10165. "phpstan",
  10166. "phpstan.phar"
  10167. ],
  10168. "type": "library",
  10169. "extra": {
  10170. "branch-alias": {
  10171. "dev-master": "0.12-dev"
  10172. }
  10173. },
  10174. "autoload": {
  10175. "files": [
  10176. "bootstrap.php"
  10177. ]
  10178. },
  10179. "notification-url": "https://packagist.org/downloads/",
  10180. "license": [
  10181. "MIT"
  10182. ],
  10183. "description": "PHPStan - PHP Static Analysis Tool",
  10184. "support": {
  10185. "issues": "https://github.com/phpstan/phpstan/issues",
  10186. "source": "https://github.com/phpstan/phpstan/tree/0.12.99"
  10187. },
  10188. "funding": [
  10189. {
  10190. "url": "https://github.com/ondrejmirtes",
  10191. "type": "github"
  10192. },
  10193. {
  10194. "url": "https://github.com/phpstan",
  10195. "type": "github"
  10196. },
  10197. {
  10198. "url": "https://www.patreon.com/phpstan",
  10199. "type": "patreon"
  10200. },
  10201. {
  10202. "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
  10203. "type": "tidelift"
  10204. }
  10205. ],
  10206. "time": "2021-09-12T20:09:55+00:00"
  10207. },
  10208. {
  10209. "name": "phpunit/php-code-coverage",
  10210. "version": "6.1.4",
  10211. "source": {
  10212. "type": "git",
  10213. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  10214. "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
  10215. },
  10216. "dist": {
  10217. "type": "zip",
  10218. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
  10219. "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
  10220. "shasum": "",
  10221. "mirrors": [
  10222. {
  10223. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10224. "preferred": true
  10225. }
  10226. ]
  10227. },
  10228. "require": {
  10229. "ext-dom": "*",
  10230. "ext-xmlwriter": "*",
  10231. "php": "^7.1",
  10232. "phpunit/php-file-iterator": "^2.0",
  10233. "phpunit/php-text-template": "^1.2.1",
  10234. "phpunit/php-token-stream": "^3.0",
  10235. "sebastian/code-unit-reverse-lookup": "^1.0.1",
  10236. "sebastian/environment": "^3.1 || ^4.0",
  10237. "sebastian/version": "^2.0.1",
  10238. "theseer/tokenizer": "^1.1"
  10239. },
  10240. "require-dev": {
  10241. "phpunit/phpunit": "^7.0"
  10242. },
  10243. "suggest": {
  10244. "ext-xdebug": "^2.6.0"
  10245. },
  10246. "type": "library",
  10247. "extra": {
  10248. "branch-alias": {
  10249. "dev-master": "6.1-dev"
  10250. }
  10251. },
  10252. "autoload": {
  10253. "classmap": [
  10254. "src/"
  10255. ]
  10256. },
  10257. "notification-url": "https://packagist.org/downloads/",
  10258. "license": [
  10259. "BSD-3-Clause"
  10260. ],
  10261. "authors": [
  10262. {
  10263. "name": "Sebastian Bergmann",
  10264. "email": "sebastian@phpunit.de",
  10265. "role": "lead"
  10266. }
  10267. ],
  10268. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  10269. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  10270. "keywords": [
  10271. "coverage",
  10272. "testing",
  10273. "xunit"
  10274. ],
  10275. "support": {
  10276. "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
  10277. "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/master"
  10278. },
  10279. "time": "2018-10-31T16:06:48+00:00"
  10280. },
  10281. {
  10282. "name": "phpunit/php-file-iterator",
  10283. "version": "2.0.5",
  10284. "source": {
  10285. "type": "git",
  10286. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  10287. "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5"
  10288. },
  10289. "dist": {
  10290. "type": "zip",
  10291. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5",
  10292. "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5",
  10293. "shasum": "",
  10294. "mirrors": [
  10295. {
  10296. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10297. "preferred": true
  10298. }
  10299. ]
  10300. },
  10301. "require": {
  10302. "php": ">=7.1"
  10303. },
  10304. "require-dev": {
  10305. "phpunit/phpunit": "^8.5"
  10306. },
  10307. "type": "library",
  10308. "extra": {
  10309. "branch-alias": {
  10310. "dev-master": "2.0.x-dev"
  10311. }
  10312. },
  10313. "autoload": {
  10314. "classmap": [
  10315. "src/"
  10316. ]
  10317. },
  10318. "notification-url": "https://packagist.org/downloads/",
  10319. "license": [
  10320. "BSD-3-Clause"
  10321. ],
  10322. "authors": [
  10323. {
  10324. "name": "Sebastian Bergmann",
  10325. "email": "sebastian@phpunit.de",
  10326. "role": "lead"
  10327. }
  10328. ],
  10329. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  10330. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  10331. "keywords": [
  10332. "filesystem",
  10333. "iterator"
  10334. ],
  10335. "support": {
  10336. "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
  10337. "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.5"
  10338. },
  10339. "funding": [
  10340. {
  10341. "url": "https://github.com/sebastianbergmann",
  10342. "type": "github"
  10343. }
  10344. ],
  10345. "time": "2021-12-02T12:42:26+00:00"
  10346. },
  10347. {
  10348. "name": "phpunit/php-text-template",
  10349. "version": "1.2.1",
  10350. "source": {
  10351. "type": "git",
  10352. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  10353. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  10354. },
  10355. "dist": {
  10356. "type": "zip",
  10357. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  10358. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  10359. "shasum": "",
  10360. "mirrors": [
  10361. {
  10362. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10363. "preferred": true
  10364. }
  10365. ]
  10366. },
  10367. "require": {
  10368. "php": ">=5.3.3"
  10369. },
  10370. "type": "library",
  10371. "autoload": {
  10372. "classmap": [
  10373. "src/"
  10374. ]
  10375. },
  10376. "notification-url": "https://packagist.org/downloads/",
  10377. "license": [
  10378. "BSD-3-Clause"
  10379. ],
  10380. "authors": [
  10381. {
  10382. "name": "Sebastian Bergmann",
  10383. "email": "sebastian@phpunit.de",
  10384. "role": "lead"
  10385. }
  10386. ],
  10387. "description": "Simple template engine.",
  10388. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  10389. "keywords": [
  10390. "template"
  10391. ],
  10392. "support": {
  10393. "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
  10394. "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
  10395. },
  10396. "time": "2015-06-21T13:50:34+00:00"
  10397. },
  10398. {
  10399. "name": "phpunit/php-timer",
  10400. "version": "2.1.3",
  10401. "source": {
  10402. "type": "git",
  10403. "url": "https://github.com/sebastianbergmann/php-timer.git",
  10404. "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662"
  10405. },
  10406. "dist": {
  10407. "type": "zip",
  10408. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d85a58a9a3bd5662",
  10409. "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662",
  10410. "shasum": "",
  10411. "mirrors": [
  10412. {
  10413. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10414. "preferred": true
  10415. }
  10416. ]
  10417. },
  10418. "require": {
  10419. "php": ">=7.1"
  10420. },
  10421. "require-dev": {
  10422. "phpunit/phpunit": "^8.5"
  10423. },
  10424. "type": "library",
  10425. "extra": {
  10426. "branch-alias": {
  10427. "dev-master": "2.1-dev"
  10428. }
  10429. },
  10430. "autoload": {
  10431. "classmap": [
  10432. "src/"
  10433. ]
  10434. },
  10435. "notification-url": "https://packagist.org/downloads/",
  10436. "license": [
  10437. "BSD-3-Clause"
  10438. ],
  10439. "authors": [
  10440. {
  10441. "name": "Sebastian Bergmann",
  10442. "email": "sebastian@phpunit.de",
  10443. "role": "lead"
  10444. }
  10445. ],
  10446. "description": "Utility class for timing",
  10447. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  10448. "keywords": [
  10449. "timer"
  10450. ],
  10451. "support": {
  10452. "issues": "https://github.com/sebastianbergmann/php-timer/issues",
  10453. "source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.3"
  10454. },
  10455. "funding": [
  10456. {
  10457. "url": "https://github.com/sebastianbergmann",
  10458. "type": "github"
  10459. }
  10460. ],
  10461. "time": "2020-11-30T08:20:02+00:00"
  10462. },
  10463. {
  10464. "name": "phpunit/php-token-stream",
  10465. "version": "3.1.3",
  10466. "source": {
  10467. "type": "git",
  10468. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  10469. "reference": "9c1da83261628cb24b6a6df371b6e312b3954768"
  10470. },
  10471. "dist": {
  10472. "type": "zip",
  10473. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9c1da83261628cb24b6a6df371b6e312b3954768",
  10474. "reference": "9c1da83261628cb24b6a6df371b6e312b3954768",
  10475. "shasum": "",
  10476. "mirrors": [
  10477. {
  10478. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10479. "preferred": true
  10480. }
  10481. ]
  10482. },
  10483. "require": {
  10484. "ext-tokenizer": "*",
  10485. "php": ">=7.1"
  10486. },
  10487. "require-dev": {
  10488. "phpunit/phpunit": "^7.0"
  10489. },
  10490. "type": "library",
  10491. "extra": {
  10492. "branch-alias": {
  10493. "dev-master": "3.1-dev"
  10494. }
  10495. },
  10496. "autoload": {
  10497. "classmap": [
  10498. "src/"
  10499. ]
  10500. },
  10501. "notification-url": "https://packagist.org/downloads/",
  10502. "license": [
  10503. "BSD-3-Clause"
  10504. ],
  10505. "authors": [
  10506. {
  10507. "name": "Sebastian Bergmann",
  10508. "email": "sebastian@phpunit.de"
  10509. }
  10510. ],
  10511. "description": "Wrapper around PHP's tokenizer extension.",
  10512. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  10513. "keywords": [
  10514. "tokenizer"
  10515. ],
  10516. "support": {
  10517. "issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
  10518. "source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.3"
  10519. },
  10520. "funding": [
  10521. {
  10522. "url": "https://github.com/sebastianbergmann",
  10523. "type": "github"
  10524. }
  10525. ],
  10526. "abandoned": true,
  10527. "time": "2021-07-26T12:15:06+00:00"
  10528. },
  10529. {
  10530. "name": "phpunit/phpunit",
  10531. "version": "7.5.20",
  10532. "source": {
  10533. "type": "git",
  10534. "url": "https://github.com/sebastianbergmann/phpunit.git",
  10535. "reference": "9467db479d1b0487c99733bb1e7944d32deded2c"
  10536. },
  10537. "dist": {
  10538. "type": "zip",
  10539. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c",
  10540. "reference": "9467db479d1b0487c99733bb1e7944d32deded2c",
  10541. "shasum": "",
  10542. "mirrors": [
  10543. {
  10544. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10545. "preferred": true
  10546. }
  10547. ]
  10548. },
  10549. "require": {
  10550. "doctrine/instantiator": "^1.1",
  10551. "ext-dom": "*",
  10552. "ext-json": "*",
  10553. "ext-libxml": "*",
  10554. "ext-mbstring": "*",
  10555. "ext-xml": "*",
  10556. "myclabs/deep-copy": "^1.7",
  10557. "phar-io/manifest": "^1.0.2",
  10558. "phar-io/version": "^2.0",
  10559. "php": "^7.1",
  10560. "phpspec/prophecy": "^1.7",
  10561. "phpunit/php-code-coverage": "^6.0.7",
  10562. "phpunit/php-file-iterator": "^2.0.1",
  10563. "phpunit/php-text-template": "^1.2.1",
  10564. "phpunit/php-timer": "^2.1",
  10565. "sebastian/comparator": "^3.0",
  10566. "sebastian/diff": "^3.0",
  10567. "sebastian/environment": "^4.0",
  10568. "sebastian/exporter": "^3.1",
  10569. "sebastian/global-state": "^2.0",
  10570. "sebastian/object-enumerator": "^3.0.3",
  10571. "sebastian/resource-operations": "^2.0",
  10572. "sebastian/version": "^2.0.1"
  10573. },
  10574. "conflict": {
  10575. "phpunit/phpunit-mock-objects": "*"
  10576. },
  10577. "require-dev": {
  10578. "ext-pdo": "*"
  10579. },
  10580. "suggest": {
  10581. "ext-soap": "*",
  10582. "ext-xdebug": "*",
  10583. "phpunit/php-invoker": "^2.0"
  10584. },
  10585. "bin": [
  10586. "phpunit"
  10587. ],
  10588. "type": "library",
  10589. "extra": {
  10590. "branch-alias": {
  10591. "dev-master": "7.5-dev"
  10592. }
  10593. },
  10594. "autoload": {
  10595. "classmap": [
  10596. "src/"
  10597. ]
  10598. },
  10599. "notification-url": "https://packagist.org/downloads/",
  10600. "license": [
  10601. "BSD-3-Clause"
  10602. ],
  10603. "authors": [
  10604. {
  10605. "name": "Sebastian Bergmann",
  10606. "email": "sebastian@phpunit.de",
  10607. "role": "lead"
  10608. }
  10609. ],
  10610. "description": "The PHP Unit Testing framework.",
  10611. "homepage": "https://phpunit.de/",
  10612. "keywords": [
  10613. "phpunit",
  10614. "testing",
  10615. "xunit"
  10616. ],
  10617. "support": {
  10618. "issues": "https://github.com/sebastianbergmann/phpunit/issues",
  10619. "source": "https://github.com/sebastianbergmann/phpunit/tree/7.5.20"
  10620. },
  10621. "time": "2020-01-08T08:45:45+00:00"
  10622. },
  10623. {
  10624. "name": "sebastian/code-unit-reverse-lookup",
  10625. "version": "1.0.2",
  10626. "source": {
  10627. "type": "git",
  10628. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  10629. "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
  10630. },
  10631. "dist": {
  10632. "type": "zip",
  10633. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
  10634. "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
  10635. "shasum": "",
  10636. "mirrors": [
  10637. {
  10638. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10639. "preferred": true
  10640. }
  10641. ]
  10642. },
  10643. "require": {
  10644. "php": ">=5.6"
  10645. },
  10646. "require-dev": {
  10647. "phpunit/phpunit": "^8.5"
  10648. },
  10649. "type": "library",
  10650. "extra": {
  10651. "branch-alias": {
  10652. "dev-master": "1.0.x-dev"
  10653. }
  10654. },
  10655. "autoload": {
  10656. "classmap": [
  10657. "src/"
  10658. ]
  10659. },
  10660. "notification-url": "https://packagist.org/downloads/",
  10661. "license": [
  10662. "BSD-3-Clause"
  10663. ],
  10664. "authors": [
  10665. {
  10666. "name": "Sebastian Bergmann",
  10667. "email": "sebastian@phpunit.de"
  10668. }
  10669. ],
  10670. "description": "Looks up which function or method a line of code belongs to",
  10671. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  10672. "support": {
  10673. "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
  10674. "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2"
  10675. },
  10676. "funding": [
  10677. {
  10678. "url": "https://github.com/sebastianbergmann",
  10679. "type": "github"
  10680. }
  10681. ],
  10682. "time": "2020-11-30T08:15:22+00:00"
  10683. },
  10684. {
  10685. "name": "sebastian/comparator",
  10686. "version": "3.0.3",
  10687. "source": {
  10688. "type": "git",
  10689. "url": "https://github.com/sebastianbergmann/comparator.git",
  10690. "reference": "1071dfcef776a57013124ff35e1fc41ccd294758"
  10691. },
  10692. "dist": {
  10693. "type": "zip",
  10694. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1071dfcef776a57013124ff35e1fc41ccd294758",
  10695. "reference": "1071dfcef776a57013124ff35e1fc41ccd294758",
  10696. "shasum": "",
  10697. "mirrors": [
  10698. {
  10699. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10700. "preferred": true
  10701. }
  10702. ]
  10703. },
  10704. "require": {
  10705. "php": ">=7.1",
  10706. "sebastian/diff": "^3.0",
  10707. "sebastian/exporter": "^3.1"
  10708. },
  10709. "require-dev": {
  10710. "phpunit/phpunit": "^8.5"
  10711. },
  10712. "type": "library",
  10713. "extra": {
  10714. "branch-alias": {
  10715. "dev-master": "3.0-dev"
  10716. }
  10717. },
  10718. "autoload": {
  10719. "classmap": [
  10720. "src/"
  10721. ]
  10722. },
  10723. "notification-url": "https://packagist.org/downloads/",
  10724. "license": [
  10725. "BSD-3-Clause"
  10726. ],
  10727. "authors": [
  10728. {
  10729. "name": "Sebastian Bergmann",
  10730. "email": "sebastian@phpunit.de"
  10731. },
  10732. {
  10733. "name": "Jeff Welch",
  10734. "email": "whatthejeff@gmail.com"
  10735. },
  10736. {
  10737. "name": "Volker Dusch",
  10738. "email": "github@wallbash.com"
  10739. },
  10740. {
  10741. "name": "Bernhard Schussek",
  10742. "email": "bschussek@2bepublished.at"
  10743. }
  10744. ],
  10745. "description": "Provides the functionality to compare PHP values for equality",
  10746. "homepage": "https://github.com/sebastianbergmann/comparator",
  10747. "keywords": [
  10748. "comparator",
  10749. "compare",
  10750. "equality"
  10751. ],
  10752. "support": {
  10753. "issues": "https://github.com/sebastianbergmann/comparator/issues",
  10754. "source": "https://github.com/sebastianbergmann/comparator/tree/3.0.3"
  10755. },
  10756. "funding": [
  10757. {
  10758. "url": "https://github.com/sebastianbergmann",
  10759. "type": "github"
  10760. }
  10761. ],
  10762. "time": "2020-11-30T08:04:30+00:00"
  10763. },
  10764. {
  10765. "name": "sebastian/diff",
  10766. "version": "3.0.3",
  10767. "source": {
  10768. "type": "git",
  10769. "url": "https://github.com/sebastianbergmann/diff.git",
  10770. "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211"
  10771. },
  10772. "dist": {
  10773. "type": "zip",
  10774. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
  10775. "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
  10776. "shasum": "",
  10777. "mirrors": [
  10778. {
  10779. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10780. "preferred": true
  10781. }
  10782. ]
  10783. },
  10784. "require": {
  10785. "php": ">=7.1"
  10786. },
  10787. "require-dev": {
  10788. "phpunit/phpunit": "^7.5 || ^8.0",
  10789. "symfony/process": "^2 || ^3.3 || ^4"
  10790. },
  10791. "type": "library",
  10792. "extra": {
  10793. "branch-alias": {
  10794. "dev-master": "3.0-dev"
  10795. }
  10796. },
  10797. "autoload": {
  10798. "classmap": [
  10799. "src/"
  10800. ]
  10801. },
  10802. "notification-url": "https://packagist.org/downloads/",
  10803. "license": [
  10804. "BSD-3-Clause"
  10805. ],
  10806. "authors": [
  10807. {
  10808. "name": "Sebastian Bergmann",
  10809. "email": "sebastian@phpunit.de"
  10810. },
  10811. {
  10812. "name": "Kore Nordmann",
  10813. "email": "mail@kore-nordmann.de"
  10814. }
  10815. ],
  10816. "description": "Diff implementation",
  10817. "homepage": "https://github.com/sebastianbergmann/diff",
  10818. "keywords": [
  10819. "diff",
  10820. "udiff",
  10821. "unidiff",
  10822. "unified diff"
  10823. ],
  10824. "support": {
  10825. "issues": "https://github.com/sebastianbergmann/diff/issues",
  10826. "source": "https://github.com/sebastianbergmann/diff/tree/3.0.3"
  10827. },
  10828. "funding": [
  10829. {
  10830. "url": "https://github.com/sebastianbergmann",
  10831. "type": "github"
  10832. }
  10833. ],
  10834. "time": "2020-11-30T07:59:04+00:00"
  10835. },
  10836. {
  10837. "name": "sebastian/environment",
  10838. "version": "4.2.4",
  10839. "source": {
  10840. "type": "git",
  10841. "url": "https://github.com/sebastianbergmann/environment.git",
  10842. "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0"
  10843. },
  10844. "dist": {
  10845. "type": "zip",
  10846. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
  10847. "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
  10848. "shasum": "",
  10849. "mirrors": [
  10850. {
  10851. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10852. "preferred": true
  10853. }
  10854. ]
  10855. },
  10856. "require": {
  10857. "php": ">=7.1"
  10858. },
  10859. "require-dev": {
  10860. "phpunit/phpunit": "^7.5"
  10861. },
  10862. "suggest": {
  10863. "ext-posix": "*"
  10864. },
  10865. "type": "library",
  10866. "extra": {
  10867. "branch-alias": {
  10868. "dev-master": "4.2-dev"
  10869. }
  10870. },
  10871. "autoload": {
  10872. "classmap": [
  10873. "src/"
  10874. ]
  10875. },
  10876. "notification-url": "https://packagist.org/downloads/",
  10877. "license": [
  10878. "BSD-3-Clause"
  10879. ],
  10880. "authors": [
  10881. {
  10882. "name": "Sebastian Bergmann",
  10883. "email": "sebastian@phpunit.de"
  10884. }
  10885. ],
  10886. "description": "Provides functionality to handle HHVM/PHP environments",
  10887. "homepage": "http://www.github.com/sebastianbergmann/environment",
  10888. "keywords": [
  10889. "Xdebug",
  10890. "environment",
  10891. "hhvm"
  10892. ],
  10893. "support": {
  10894. "issues": "https://github.com/sebastianbergmann/environment/issues",
  10895. "source": "https://github.com/sebastianbergmann/environment/tree/4.2.4"
  10896. },
  10897. "funding": [
  10898. {
  10899. "url": "https://github.com/sebastianbergmann",
  10900. "type": "github"
  10901. }
  10902. ],
  10903. "time": "2020-11-30T07:53:42+00:00"
  10904. },
  10905. {
  10906. "name": "sebastian/exporter",
  10907. "version": "3.1.4",
  10908. "source": {
  10909. "type": "git",
  10910. "url": "https://github.com/sebastianbergmann/exporter.git",
  10911. "reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db"
  10912. },
  10913. "dist": {
  10914. "type": "zip",
  10915. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/0c32ea2e40dbf59de29f3b49bf375176ce7dd8db",
  10916. "reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db",
  10917. "shasum": "",
  10918. "mirrors": [
  10919. {
  10920. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10921. "preferred": true
  10922. }
  10923. ]
  10924. },
  10925. "require": {
  10926. "php": ">=7.0",
  10927. "sebastian/recursion-context": "^3.0"
  10928. },
  10929. "require-dev": {
  10930. "ext-mbstring": "*",
  10931. "phpunit/phpunit": "^8.5"
  10932. },
  10933. "type": "library",
  10934. "extra": {
  10935. "branch-alias": {
  10936. "dev-master": "3.1.x-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. "name": "Jeff Welch",
  10955. "email": "whatthejeff@gmail.com"
  10956. },
  10957. {
  10958. "name": "Volker Dusch",
  10959. "email": "github@wallbash.com"
  10960. },
  10961. {
  10962. "name": "Adam Harvey",
  10963. "email": "aharvey@php.net"
  10964. },
  10965. {
  10966. "name": "Bernhard Schussek",
  10967. "email": "bschussek@gmail.com"
  10968. }
  10969. ],
  10970. "description": "Provides the functionality to export PHP variables for visualization",
  10971. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  10972. "keywords": [
  10973. "export",
  10974. "exporter"
  10975. ],
  10976. "support": {
  10977. "issues": "https://github.com/sebastianbergmann/exporter/issues",
  10978. "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.4"
  10979. },
  10980. "funding": [
  10981. {
  10982. "url": "https://github.com/sebastianbergmann",
  10983. "type": "github"
  10984. }
  10985. ],
  10986. "time": "2021-11-11T13:51:24+00:00"
  10987. },
  10988. {
  10989. "name": "sebastian/global-state",
  10990. "version": "2.0.0",
  10991. "source": {
  10992. "type": "git",
  10993. "url": "https://github.com/sebastianbergmann/global-state.git",
  10994. "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
  10995. },
  10996. "dist": {
  10997. "type": "zip",
  10998. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  10999. "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  11000. "shasum": "",
  11001. "mirrors": [
  11002. {
  11003. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  11004. "preferred": true
  11005. }
  11006. ]
  11007. },
  11008. "require": {
  11009. "php": "^7.0"
  11010. },
  11011. "require-dev": {
  11012. "phpunit/phpunit": "^6.0"
  11013. },
  11014. "suggest": {
  11015. "ext-uopz": "*"
  11016. },
  11017. "type": "library",
  11018. "extra": {
  11019. "branch-alias": {
  11020. "dev-master": "2.0-dev"
  11021. }
  11022. },
  11023. "autoload": {
  11024. "classmap": [
  11025. "src/"
  11026. ]
  11027. },
  11028. "notification-url": "https://packagist.org/downloads/",
  11029. "license": [
  11030. "BSD-3-Clause"
  11031. ],
  11032. "authors": [
  11033. {
  11034. "name": "Sebastian Bergmann",
  11035. "email": "sebastian@phpunit.de"
  11036. }
  11037. ],
  11038. "description": "Snapshotting of global state",
  11039. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  11040. "keywords": [
  11041. "global state"
  11042. ],
  11043. "support": {
  11044. "issues": "https://github.com/sebastianbergmann/global-state/issues",
  11045. "source": "https://github.com/sebastianbergmann/global-state/tree/2.0.0"
  11046. },
  11047. "time": "2017-04-27T15:39:26+00:00"
  11048. },
  11049. {
  11050. "name": "sebastian/object-enumerator",
  11051. "version": "3.0.4",
  11052. "source": {
  11053. "type": "git",
  11054. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  11055. "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2"
  11056. },
  11057. "dist": {
  11058. "type": "zip",
  11059. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
  11060. "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
  11061. "shasum": "",
  11062. "mirrors": [
  11063. {
  11064. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  11065. "preferred": true
  11066. }
  11067. ]
  11068. },
  11069. "require": {
  11070. "php": ">=7.0",
  11071. "sebastian/object-reflector": "^1.1.1",
  11072. "sebastian/recursion-context": "^3.0"
  11073. },
  11074. "require-dev": {
  11075. "phpunit/phpunit": "^6.0"
  11076. },
  11077. "type": "library",
  11078. "extra": {
  11079. "branch-alias": {
  11080. "dev-master": "3.0.x-dev"
  11081. }
  11082. },
  11083. "autoload": {
  11084. "classmap": [
  11085. "src/"
  11086. ]
  11087. },
  11088. "notification-url": "https://packagist.org/downloads/",
  11089. "license": [
  11090. "BSD-3-Clause"
  11091. ],
  11092. "authors": [
  11093. {
  11094. "name": "Sebastian Bergmann",
  11095. "email": "sebastian@phpunit.de"
  11096. }
  11097. ],
  11098. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  11099. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  11100. "support": {
  11101. "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
  11102. "source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.4"
  11103. },
  11104. "funding": [
  11105. {
  11106. "url": "https://github.com/sebastianbergmann",
  11107. "type": "github"
  11108. }
  11109. ],
  11110. "time": "2020-11-30T07:40:27+00:00"
  11111. },
  11112. {
  11113. "name": "sebastian/object-reflector",
  11114. "version": "1.1.2",
  11115. "source": {
  11116. "type": "git",
  11117. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  11118. "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"
  11119. },
  11120. "dist": {
  11121. "type": "zip",
  11122. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
  11123. "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
  11124. "shasum": "",
  11125. "mirrors": [
  11126. {
  11127. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  11128. "preferred": true
  11129. }
  11130. ]
  11131. },
  11132. "require": {
  11133. "php": ">=7.0"
  11134. },
  11135. "require-dev": {
  11136. "phpunit/phpunit": "^6.0"
  11137. },
  11138. "type": "library",
  11139. "extra": {
  11140. "branch-alias": {
  11141. "dev-master": "1.1-dev"
  11142. }
  11143. },
  11144. "autoload": {
  11145. "classmap": [
  11146. "src/"
  11147. ]
  11148. },
  11149. "notification-url": "https://packagist.org/downloads/",
  11150. "license": [
  11151. "BSD-3-Clause"
  11152. ],
  11153. "authors": [
  11154. {
  11155. "name": "Sebastian Bergmann",
  11156. "email": "sebastian@phpunit.de"
  11157. }
  11158. ],
  11159. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  11160. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  11161. "support": {
  11162. "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
  11163. "source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.2"
  11164. },
  11165. "funding": [
  11166. {
  11167. "url": "https://github.com/sebastianbergmann",
  11168. "type": "github"
  11169. }
  11170. ],
  11171. "time": "2020-11-30T07:37:18+00:00"
  11172. },
  11173. {
  11174. "name": "sebastian/recursion-context",
  11175. "version": "3.0.1",
  11176. "source": {
  11177. "type": "git",
  11178. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  11179. "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb"
  11180. },
  11181. "dist": {
  11182. "type": "zip",
  11183. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb",
  11184. "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb",
  11185. "shasum": "",
  11186. "mirrors": [
  11187. {
  11188. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  11189. "preferred": true
  11190. }
  11191. ]
  11192. },
  11193. "require": {
  11194. "php": ">=7.0"
  11195. },
  11196. "require-dev": {
  11197. "phpunit/phpunit": "^6.0"
  11198. },
  11199. "type": "library",
  11200. "extra": {
  11201. "branch-alias": {
  11202. "dev-master": "3.0.x-dev"
  11203. }
  11204. },
  11205. "autoload": {
  11206. "classmap": [
  11207. "src/"
  11208. ]
  11209. },
  11210. "notification-url": "https://packagist.org/downloads/",
  11211. "license": [
  11212. "BSD-3-Clause"
  11213. ],
  11214. "authors": [
  11215. {
  11216. "name": "Sebastian Bergmann",
  11217. "email": "sebastian@phpunit.de"
  11218. },
  11219. {
  11220. "name": "Jeff Welch",
  11221. "email": "whatthejeff@gmail.com"
  11222. },
  11223. {
  11224. "name": "Adam Harvey",
  11225. "email": "aharvey@php.net"
  11226. }
  11227. ],
  11228. "description": "Provides functionality to recursively process PHP variables",
  11229. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  11230. "support": {
  11231. "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
  11232. "source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.1"
  11233. },
  11234. "funding": [
  11235. {
  11236. "url": "https://github.com/sebastianbergmann",
  11237. "type": "github"
  11238. }
  11239. ],
  11240. "time": "2020-11-30T07:34:24+00:00"
  11241. },
  11242. {
  11243. "name": "sebastian/resource-operations",
  11244. "version": "2.0.2",
  11245. "source": {
  11246. "type": "git",
  11247. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  11248. "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3"
  11249. },
  11250. "dist": {
  11251. "type": "zip",
  11252. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3",
  11253. "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3",
  11254. "shasum": "",
  11255. "mirrors": [
  11256. {
  11257. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  11258. "preferred": true
  11259. }
  11260. ]
  11261. },
  11262. "require": {
  11263. "php": ">=7.1"
  11264. },
  11265. "type": "library",
  11266. "extra": {
  11267. "branch-alias": {
  11268. "dev-master": "2.0-dev"
  11269. }
  11270. },
  11271. "autoload": {
  11272. "classmap": [
  11273. "src/"
  11274. ]
  11275. },
  11276. "notification-url": "https://packagist.org/downloads/",
  11277. "license": [
  11278. "BSD-3-Clause"
  11279. ],
  11280. "authors": [
  11281. {
  11282. "name": "Sebastian Bergmann",
  11283. "email": "sebastian@phpunit.de"
  11284. }
  11285. ],
  11286. "description": "Provides a list of PHP built-in functions that operate on resources",
  11287. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  11288. "support": {
  11289. "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
  11290. "source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.2"
  11291. },
  11292. "funding": [
  11293. {
  11294. "url": "https://github.com/sebastianbergmann",
  11295. "type": "github"
  11296. }
  11297. ],
  11298. "time": "2020-11-30T07:30:19+00:00"
  11299. },
  11300. {
  11301. "name": "sebastian/version",
  11302. "version": "2.0.1",
  11303. "source": {
  11304. "type": "git",
  11305. "url": "https://github.com/sebastianbergmann/version.git",
  11306. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  11307. },
  11308. "dist": {
  11309. "type": "zip",
  11310. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  11311. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  11312. "shasum": "",
  11313. "mirrors": [
  11314. {
  11315. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  11316. "preferred": true
  11317. }
  11318. ]
  11319. },
  11320. "require": {
  11321. "php": ">=5.6"
  11322. },
  11323. "type": "library",
  11324. "extra": {
  11325. "branch-alias": {
  11326. "dev-master": "2.0.x-dev"
  11327. }
  11328. },
  11329. "autoload": {
  11330. "classmap": [
  11331. "src/"
  11332. ]
  11333. },
  11334. "notification-url": "https://packagist.org/downloads/",
  11335. "license": [
  11336. "BSD-3-Clause"
  11337. ],
  11338. "authors": [
  11339. {
  11340. "name": "Sebastian Bergmann",
  11341. "email": "sebastian@phpunit.de",
  11342. "role": "lead"
  11343. }
  11344. ],
  11345. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  11346. "homepage": "https://github.com/sebastianbergmann/version",
  11347. "support": {
  11348. "issues": "https://github.com/sebastianbergmann/version/issues",
  11349. "source": "https://github.com/sebastianbergmann/version/tree/master"
  11350. },
  11351. "time": "2016-10-03T07:35:21+00:00"
  11352. },
  11353. {
  11354. "name": "swoole/ide-helper",
  11355. "version": "4.8.5",
  11356. "source": {
  11357. "type": "git",
  11358. "url": "https://github.com/swoole/ide-helper.git",
  11359. "reference": "d03c707d4dc803228e93b4884c72949c4d28e8b8"
  11360. },
  11361. "dist": {
  11362. "type": "zip",
  11363. "url": "https://api.github.com/repos/swoole/ide-helper/zipball/d03c707d4dc803228e93b4884c72949c4d28e8b8",
  11364. "reference": "d03c707d4dc803228e93b4884c72949c4d28e8b8",
  11365. "shasum": "",
  11366. "mirrors": [
  11367. {
  11368. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  11369. "preferred": true
  11370. }
  11371. ]
  11372. },
  11373. "type": "library",
  11374. "notification-url": "https://packagist.org/downloads/",
  11375. "license": [
  11376. "Apache-2.0"
  11377. ],
  11378. "authors": [
  11379. {
  11380. "name": "Team Swoole",
  11381. "email": "team@swoole.com"
  11382. }
  11383. ],
  11384. "description": "IDE help files for Swoole.",
  11385. "support": {
  11386. "issues": "https://github.com/swoole/ide-helper/issues",
  11387. "source": "https://github.com/swoole/ide-helper/tree/4.8.5"
  11388. },
  11389. "funding": [
  11390. {
  11391. "url": "https://gitee.com/swoole/swoole?donate=true",
  11392. "type": "custom"
  11393. },
  11394. {
  11395. "url": "https://github.com/swoole",
  11396. "type": "github"
  11397. }
  11398. ],
  11399. "time": "2021-12-24T22:44:20+00:00"
  11400. },
  11401. {
  11402. "name": "symfony/filesystem",
  11403. "version": "v5.4.0",
  11404. "source": {
  11405. "type": "git",
  11406. "url": "https://github.com/symfony/filesystem.git",
  11407. "reference": "731f917dc31edcffec2c6a777f3698c33bea8f01"
  11408. },
  11409. "dist": {
  11410. "type": "zip",
  11411. "url": "https://api.github.com/repos/symfony/filesystem/zipball/731f917dc31edcffec2c6a777f3698c33bea8f01",
  11412. "reference": "731f917dc31edcffec2c6a777f3698c33bea8f01",
  11413. "shasum": "",
  11414. "mirrors": [
  11415. {
  11416. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  11417. "preferred": true
  11418. }
  11419. ]
  11420. },
  11421. "require": {
  11422. "php": ">=7.2.5",
  11423. "symfony/polyfill-ctype": "~1.8",
  11424. "symfony/polyfill-mbstring": "~1.8",
  11425. "symfony/polyfill-php80": "^1.16"
  11426. },
  11427. "type": "library",
  11428. "autoload": {
  11429. "psr-4": {
  11430. "Symfony\\Component\\Filesystem\\": ""
  11431. },
  11432. "exclude-from-classmap": [
  11433. "/Tests/"
  11434. ]
  11435. },
  11436. "notification-url": "https://packagist.org/downloads/",
  11437. "license": [
  11438. "MIT"
  11439. ],
  11440. "authors": [
  11441. {
  11442. "name": "Fabien Potencier",
  11443. "email": "fabien@symfony.com"
  11444. },
  11445. {
  11446. "name": "Symfony Community",
  11447. "homepage": "https://symfony.com/contributors"
  11448. }
  11449. ],
  11450. "description": "Provides basic utilities for the filesystem",
  11451. "homepage": "https://symfony.com",
  11452. "support": {
  11453. "source": "https://github.com/symfony/filesystem/tree/v5.4.0"
  11454. },
  11455. "funding": [
  11456. {
  11457. "url": "https://symfony.com/sponsor",
  11458. "type": "custom"
  11459. },
  11460. {
  11461. "url": "https://github.com/fabpot",
  11462. "type": "github"
  11463. },
  11464. {
  11465. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  11466. "type": "tidelift"
  11467. }
  11468. ],
  11469. "time": "2021-10-28T13:39:27+00:00"
  11470. },
  11471. {
  11472. "name": "symfony/options-resolver",
  11473. "version": "v5.4.0",
  11474. "source": {
  11475. "type": "git",
  11476. "url": "https://github.com/symfony/options-resolver.git",
  11477. "reference": "b0fb78576487af19c500aaddb269fd36701d4847"
  11478. },
  11479. "dist": {
  11480. "type": "zip",
  11481. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/b0fb78576487af19c500aaddb269fd36701d4847",
  11482. "reference": "b0fb78576487af19c500aaddb269fd36701d4847",
  11483. "shasum": "",
  11484. "mirrors": [
  11485. {
  11486. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  11487. "preferred": true
  11488. }
  11489. ]
  11490. },
  11491. "require": {
  11492. "php": ">=7.2.5",
  11493. "symfony/deprecation-contracts": "^2.1|^3",
  11494. "symfony/polyfill-php73": "~1.0",
  11495. "symfony/polyfill-php80": "^1.16"
  11496. },
  11497. "type": "library",
  11498. "autoload": {
  11499. "psr-4": {
  11500. "Symfony\\Component\\OptionsResolver\\": ""
  11501. },
  11502. "exclude-from-classmap": [
  11503. "/Tests/"
  11504. ]
  11505. },
  11506. "notification-url": "https://packagist.org/downloads/",
  11507. "license": [
  11508. "MIT"
  11509. ],
  11510. "authors": [
  11511. {
  11512. "name": "Fabien Potencier",
  11513. "email": "fabien@symfony.com"
  11514. },
  11515. {
  11516. "name": "Symfony Community",
  11517. "homepage": "https://symfony.com/contributors"
  11518. }
  11519. ],
  11520. "description": "Provides an improved replacement for the array_replace PHP function",
  11521. "homepage": "https://symfony.com",
  11522. "keywords": [
  11523. "config",
  11524. "configuration",
  11525. "options"
  11526. ],
  11527. "support": {
  11528. "source": "https://github.com/symfony/options-resolver/tree/v5.4.0"
  11529. },
  11530. "funding": [
  11531. {
  11532. "url": "https://symfony.com/sponsor",
  11533. "type": "custom"
  11534. },
  11535. {
  11536. "url": "https://github.com/fabpot",
  11537. "type": "github"
  11538. },
  11539. {
  11540. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  11541. "type": "tidelift"
  11542. }
  11543. ],
  11544. "time": "2021-11-23T10:19:22+00:00"
  11545. },
  11546. {
  11547. "name": "symfony/polyfill-php70",
  11548. "version": "v1.20.0",
  11549. "source": {
  11550. "type": "git",
  11551. "url": "https://github.com/symfony/polyfill-php70.git",
  11552. "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644"
  11553. },
  11554. "dist": {
  11555. "type": "zip",
  11556. "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/5f03a781d984aae42cebd18e7912fa80f02ee644",
  11557. "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644",
  11558. "shasum": "",
  11559. "mirrors": [
  11560. {
  11561. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  11562. "preferred": true
  11563. }
  11564. ]
  11565. },
  11566. "require": {
  11567. "php": ">=7.1"
  11568. },
  11569. "type": "metapackage",
  11570. "extra": {
  11571. "branch-alias": {
  11572. "dev-main": "1.20-dev"
  11573. },
  11574. "thanks": {
  11575. "name": "symfony/polyfill",
  11576. "url": "https://github.com/symfony/polyfill"
  11577. }
  11578. },
  11579. "notification-url": "https://packagist.org/downloads/",
  11580. "license": [
  11581. "MIT"
  11582. ],
  11583. "authors": [
  11584. {
  11585. "name": "Nicolas Grekas",
  11586. "email": "p@tchwork.com"
  11587. },
  11588. {
  11589. "name": "Symfony Community",
  11590. "homepage": "https://symfony.com/contributors"
  11591. }
  11592. ],
  11593. "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
  11594. "homepage": "https://symfony.com",
  11595. "keywords": [
  11596. "compatibility",
  11597. "polyfill",
  11598. "portable",
  11599. "shim"
  11600. ],
  11601. "support": {
  11602. "source": "https://github.com/symfony/polyfill-php70/tree/v1.20.0"
  11603. },
  11604. "funding": [
  11605. {
  11606. "url": "https://symfony.com/sponsor",
  11607. "type": "custom"
  11608. },
  11609. {
  11610. "url": "https://github.com/fabpot",
  11611. "type": "github"
  11612. },
  11613. {
  11614. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  11615. "type": "tidelift"
  11616. }
  11617. ],
  11618. "time": "2020-10-23T14:02:19+00:00"
  11619. },
  11620. {
  11621. "name": "symfony/process",
  11622. "version": "v5.4.2",
  11623. "source": {
  11624. "type": "git",
  11625. "url": "https://github.com/symfony/process.git",
  11626. "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4"
  11627. },
  11628. "dist": {
  11629. "type": "zip",
  11630. "url": "https://api.github.com/repos/symfony/process/zipball/2b3ba8722c4aaf3e88011be5e7f48710088fb5e4",
  11631. "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4",
  11632. "shasum": "",
  11633. "mirrors": [
  11634. {
  11635. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  11636. "preferred": true
  11637. }
  11638. ]
  11639. },
  11640. "require": {
  11641. "php": ">=7.2.5",
  11642. "symfony/polyfill-php80": "^1.16"
  11643. },
  11644. "type": "library",
  11645. "autoload": {
  11646. "psr-4": {
  11647. "Symfony\\Component\\Process\\": ""
  11648. },
  11649. "exclude-from-classmap": [
  11650. "/Tests/"
  11651. ]
  11652. },
  11653. "notification-url": "https://packagist.org/downloads/",
  11654. "license": [
  11655. "MIT"
  11656. ],
  11657. "authors": [
  11658. {
  11659. "name": "Fabien Potencier",
  11660. "email": "fabien@symfony.com"
  11661. },
  11662. {
  11663. "name": "Symfony Community",
  11664. "homepage": "https://symfony.com/contributors"
  11665. }
  11666. ],
  11667. "description": "Executes commands in sub-processes",
  11668. "homepage": "https://symfony.com",
  11669. "support": {
  11670. "source": "https://github.com/symfony/process/tree/v5.4.2"
  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": "2021-12-27T21:01:00+00:00"
  11687. },
  11688. {
  11689. "name": "symfony/stopwatch",
  11690. "version": "v5.4.0",
  11691. "source": {
  11692. "type": "git",
  11693. "url": "https://github.com/symfony/stopwatch.git",
  11694. "reference": "208ef96122bfed82a8f3a61458a07113a08bdcfe"
  11695. },
  11696. "dist": {
  11697. "type": "zip",
  11698. "url": "https://api.github.com/repos/symfony/stopwatch/zipball/208ef96122bfed82a8f3a61458a07113a08bdcfe",
  11699. "reference": "208ef96122bfed82a8f3a61458a07113a08bdcfe",
  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/service-contracts": "^1|^2|^3"
  11711. },
  11712. "type": "library",
  11713. "autoload": {
  11714. "psr-4": {
  11715. "Symfony\\Component\\Stopwatch\\": ""
  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": "Provides a way to profile code",
  11736. "homepage": "https://symfony.com",
  11737. "support": {
  11738. "source": "https://github.com/symfony/stopwatch/tree/v5.4.0"
  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-11-23T10:19:22+00:00"
  11755. },
  11756. {
  11757. "name": "theseer/tokenizer",
  11758. "version": "1.2.1",
  11759. "source": {
  11760. "type": "git",
  11761. "url": "https://github.com/theseer/tokenizer.git",
  11762. "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
  11763. },
  11764. "dist": {
  11765. "type": "zip",
  11766. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
  11767. "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
  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. "ext-dom": "*",
  11778. "ext-tokenizer": "*",
  11779. "ext-xmlwriter": "*",
  11780. "php": "^7.2 || ^8.0"
  11781. },
  11782. "type": "library",
  11783. "autoload": {
  11784. "classmap": [
  11785. "src/"
  11786. ]
  11787. },
  11788. "notification-url": "https://packagist.org/downloads/",
  11789. "license": [
  11790. "BSD-3-Clause"
  11791. ],
  11792. "authors": [
  11793. {
  11794. "name": "Arne Blankerts",
  11795. "email": "arne@blankerts.de",
  11796. "role": "Developer"
  11797. }
  11798. ],
  11799. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  11800. "support": {
  11801. "issues": "https://github.com/theseer/tokenizer/issues",
  11802. "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
  11803. },
  11804. "funding": [
  11805. {
  11806. "url": "https://github.com/theseer",
  11807. "type": "github"
  11808. }
  11809. ],
  11810. "time": "2021-07-28T10:34:58+00:00"
  11811. }
  11812. ],
  11813. "aliases": [],
  11814. "minimum-stability": "dev",
  11815. "stability-flags": [],
  11816. "prefer-stable": true,
  11817. "prefer-lowest": false,
  11818. "platform": {
  11819. "php": ">=7.2",
  11820. "ext-swoole": ">=4.5",
  11821. "ext-bcmath": "*"
  11822. },
  11823. "platform-dev": [],
  11824. "plugin-api-version": "2.0.0"
  11825. }