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.

10784 lines
378 KiB

  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "37617310b51575e5a3bb79ed341b5726",
  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. "time": "2019-01-01T23:59:15+00:00"
  63. },
  64. {
  65. "name": "alibabacloud/client",
  66. "version": "1.5.29",
  67. "source": {
  68. "type": "git",
  69. "url": "https://github.com/aliyun/openapi-sdk-php-client.git",
  70. "reference": "2d0137828ef5c44664dcb8cc90eac4f545dd3301"
  71. },
  72. "dist": {
  73. "type": "zip",
  74. "url": "https://api.github.com/repos/aliyun/openapi-sdk-php-client/zipball/2d0137828ef5c44664dcb8cc90eac4f545dd3301",
  75. "reference": "2d0137828ef5c44664dcb8cc90eac4f545dd3301",
  76. "shasum": "",
  77. "mirrors": [
  78. {
  79. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  80. "preferred": true
  81. }
  82. ]
  83. },
  84. "require": {
  85. "adbario/php-dot-notation": "^2.2",
  86. "clagiordano/weblibs-configmanager": "^1.0",
  87. "danielstjules/stringy": "^3.1",
  88. "ext-curl": "*",
  89. "ext-json": "*",
  90. "ext-libxml": "*",
  91. "ext-mbstring": "*",
  92. "ext-openssl": "*",
  93. "ext-simplexml": "*",
  94. "ext-xmlwriter": "*",
  95. "guzzlehttp/guzzle": "^6.3|^7.0",
  96. "mtdowling/jmespath.php": "^2.5",
  97. "php": ">=5.5"
  98. },
  99. "require-dev": {
  100. "composer/composer": "^1.8",
  101. "drupal/coder": "^8.3",
  102. "ext-dom": "*",
  103. "ext-pcre": "*",
  104. "ext-sockets": "*",
  105. "ext-spl": "*",
  106. "league/climate": "^3.2.4",
  107. "mikey179/vfsstream": "^1.6",
  108. "monolog/monolog": "^1.24",
  109. "phpunit/phpunit": "^5.7.27",
  110. "psr/cache": "^1.0",
  111. "symfony/dotenv": "^3.4",
  112. "symfony/var-dumper": "^3.4"
  113. },
  114. "suggest": {
  115. "ext-sockets": "To use client-side monitoring"
  116. },
  117. "type": "library",
  118. "autoload": {
  119. "psr-4": {
  120. "AlibabaCloud\\Client\\": "src"
  121. },
  122. "files": [
  123. "src/Functions.php"
  124. ]
  125. },
  126. "notification-url": "https://packagist.org/downloads/",
  127. "license": [
  128. "Apache-2.0"
  129. ],
  130. "authors": [
  131. {
  132. "name": "Alibaba Cloud SDK",
  133. "email": "sdk-team@alibabacloud.com",
  134. "homepage": "http://www.alibabacloud.com"
  135. }
  136. ],
  137. "description": "Alibaba Cloud Client for PHP - Use Alibaba Cloud in your PHP project",
  138. "homepage": "https://www.alibabacloud.com/",
  139. "keywords": [
  140. "alibaba",
  141. "alibabacloud",
  142. "aliyun",
  143. "client",
  144. "cloud",
  145. "library",
  146. "sdk",
  147. "tool"
  148. ],
  149. "time": "2020-08-03T06:19:07+00:00"
  150. },
  151. {
  152. "name": "alibabacloud/iot",
  153. "version": "1.8.416",
  154. "source": {
  155. "type": "git",
  156. "url": "https://github.com/alibabacloud-sdk-php/iot.git",
  157. "reference": "60d87d2072d1b5fd454d801bc63350dab9ea013b"
  158. },
  159. "dist": {
  160. "type": "zip",
  161. "url": "https://api.github.com/repos/alibabacloud-sdk-php/iot/zipball/60d87d2072d1b5fd454d801bc63350dab9ea013b",
  162. "reference": "60d87d2072d1b5fd454d801bc63350dab9ea013b",
  163. "shasum": "",
  164. "mirrors": [
  165. {
  166. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  167. "preferred": true
  168. }
  169. ]
  170. },
  171. "require": {
  172. "alibabacloud/client": "^1.5",
  173. "php": ">=5.5"
  174. },
  175. "type": "library",
  176. "autoload": {
  177. "psr-4": {
  178. "AlibabaCloud\\Iot\\": ""
  179. }
  180. },
  181. "notification-url": "https://packagist.org/downloads/",
  182. "license": [
  183. "Apache-2.0"
  184. ],
  185. "authors": [
  186. {
  187. "name": "Alibaba Cloud SDK",
  188. "email": "sdk-team@alibabacloud.com",
  189. "homepage": "http://www.alibabacloud.com"
  190. }
  191. ],
  192. "description": "Alibaba Cloud Iot SDK for PHP",
  193. "homepage": "https://www.alibabacloud.com/",
  194. "keywords": [
  195. "alibaba",
  196. "alibabacloud",
  197. "aliyun",
  198. "cloud",
  199. "iot",
  200. "library",
  201. "sdk"
  202. ],
  203. "time": "2020-07-15T09:47:04+00:00"
  204. },
  205. {
  206. "name": "aliyuncs/oss-sdk-php",
  207. "version": "v2.3.1",
  208. "source": {
  209. "type": "git",
  210. "url": "https://github.com/aliyun/aliyun-oss-php-sdk.git",
  211. "reference": "053d7ba9e798e4c09b9c5c1edab153d25ea9643a"
  212. },
  213. "dist": {
  214. "type": "zip",
  215. "url": "https://api.github.com/repos/aliyun/aliyun-oss-php-sdk/zipball/053d7ba9e798e4c09b9c5c1edab153d25ea9643a",
  216. "reference": "053d7ba9e798e4c09b9c5c1edab153d25ea9643a",
  217. "shasum": "",
  218. "mirrors": [
  219. {
  220. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  221. "preferred": true
  222. }
  223. ]
  224. },
  225. "require": {
  226. "php": ">=5.3"
  227. },
  228. "require-dev": {
  229. "phpunit/phpunit": "~4.0",
  230. "satooshi/php-coveralls": "~1.0"
  231. },
  232. "type": "library",
  233. "autoload": {
  234. "psr-4": {
  235. "OSS\\": "src/OSS"
  236. }
  237. },
  238. "notification-url": "https://packagist.org/downloads/",
  239. "license": [
  240. "MIT"
  241. ],
  242. "authors": [
  243. {
  244. "name": "Aliyuncs",
  245. "homepage": "http://www.aliyun.com"
  246. }
  247. ],
  248. "description": "Aliyun OSS SDK for PHP",
  249. "homepage": "http://www.aliyun.com/product/oss/",
  250. "time": "2019-11-15T11:05:42+00:00"
  251. },
  252. {
  253. "name": "clagiordano/weblibs-configmanager",
  254. "version": "v1.1.0",
  255. "source": {
  256. "type": "git",
  257. "url": "https://github.com/clagiordano/weblibs-configmanager.git",
  258. "reference": "ecf584f5b3a27929175ff0abdba52f0131bef795"
  259. },
  260. "dist": {
  261. "type": "zip",
  262. "url": "https://api.github.com/repos/clagiordano/weblibs-configmanager/zipball/ecf584f5b3a27929175ff0abdba52f0131bef795",
  263. "reference": "ecf584f5b3a27929175ff0abdba52f0131bef795",
  264. "shasum": "",
  265. "mirrors": [
  266. {
  267. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  268. "preferred": true
  269. }
  270. ]
  271. },
  272. "require": {
  273. "php": ">=5.4"
  274. },
  275. "require-dev": {
  276. "clagiordano/phpunit-result-printer": "^1",
  277. "phpunit/phpunit": "^4.8"
  278. },
  279. "type": "library",
  280. "autoload": {
  281. "psr-4": {
  282. "clagiordano\\weblibs\\configmanager\\": "src/"
  283. }
  284. },
  285. "notification-url": "https://packagist.org/downloads/",
  286. "license": [
  287. "LGPL-3.0-or-later"
  288. ],
  289. "authors": [
  290. {
  291. "name": "Claudio Giordano",
  292. "email": "claudio.giordano@autistici.org",
  293. "role": "Developer"
  294. }
  295. ],
  296. "description": "weblibs-configmanager is a tool library for easily read and access to php config array file and direct read/write configuration file / object",
  297. "keywords": [
  298. "clagiordano",
  299. "configuration",
  300. "manager",
  301. "tool",
  302. "weblibs"
  303. ],
  304. "time": "2020-07-20T20:39:25+00:00"
  305. },
  306. {
  307. "name": "danielstjules/stringy",
  308. "version": "3.1.0",
  309. "source": {
  310. "type": "git",
  311. "url": "https://github.com/danielstjules/Stringy.git",
  312. "reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e"
  313. },
  314. "dist": {
  315. "type": "zip",
  316. "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e",
  317. "reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e",
  318. "shasum": "",
  319. "mirrors": [
  320. {
  321. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  322. "preferred": true
  323. }
  324. ]
  325. },
  326. "require": {
  327. "php": ">=5.4.0",
  328. "symfony/polyfill-mbstring": "~1.1"
  329. },
  330. "require-dev": {
  331. "phpunit/phpunit": "~4.0"
  332. },
  333. "type": "library",
  334. "autoload": {
  335. "psr-4": {
  336. "Stringy\\": "src/"
  337. },
  338. "files": [
  339. "src/Create.php"
  340. ]
  341. },
  342. "notification-url": "https://packagist.org/downloads/",
  343. "license": [
  344. "MIT"
  345. ],
  346. "authors": [
  347. {
  348. "name": "Daniel St. Jules",
  349. "email": "danielst.jules@gmail.com",
  350. "homepage": "http://www.danielstjules.com"
  351. }
  352. ],
  353. "description": "A string manipulation library with multibyte support",
  354. "homepage": "https://github.com/danielstjules/Stringy",
  355. "keywords": [
  356. "UTF",
  357. "helpers",
  358. "manipulation",
  359. "methods",
  360. "multibyte",
  361. "string",
  362. "utf-8",
  363. "utility",
  364. "utils"
  365. ],
  366. "time": "2017-06-12T01:10:27+00:00"
  367. },
  368. {
  369. "name": "doctrine/annotations",
  370. "version": "1.10.3",
  371. "source": {
  372. "type": "git",
  373. "url": "https://github.com/doctrine/annotations.git",
  374. "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d"
  375. },
  376. "dist": {
  377. "type": "zip",
  378. "url": "https://api.github.com/repos/doctrine/annotations/zipball/5db60a4969eba0e0c197a19c077780aadbc43c5d",
  379. "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d",
  380. "shasum": "",
  381. "mirrors": [
  382. {
  383. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  384. "preferred": true
  385. }
  386. ]
  387. },
  388. "require": {
  389. "doctrine/lexer": "1.*",
  390. "ext-tokenizer": "*",
  391. "php": "^7.1 || ^8.0"
  392. },
  393. "require-dev": {
  394. "doctrine/cache": "1.*",
  395. "phpunit/phpunit": "^7.5"
  396. },
  397. "type": "library",
  398. "extra": {
  399. "branch-alias": {
  400. "dev-master": "1.9.x-dev"
  401. }
  402. },
  403. "autoload": {
  404. "psr-4": {
  405. "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
  406. }
  407. },
  408. "notification-url": "https://packagist.org/downloads/",
  409. "license": [
  410. "MIT"
  411. ],
  412. "authors": [
  413. {
  414. "name": "Guilherme Blanco",
  415. "email": "guilhermeblanco@gmail.com"
  416. },
  417. {
  418. "name": "Roman Borschel",
  419. "email": "roman@code-factory.org"
  420. },
  421. {
  422. "name": "Benjamin Eberlei",
  423. "email": "kontakt@beberlei.de"
  424. },
  425. {
  426. "name": "Jonathan Wage",
  427. "email": "jonwage@gmail.com"
  428. },
  429. {
  430. "name": "Johannes Schmitt",
  431. "email": "schmittjoh@gmail.com"
  432. }
  433. ],
  434. "description": "Docblock Annotations Parser",
  435. "homepage": "http://www.doctrine-project.org",
  436. "keywords": [
  437. "annotations",
  438. "docblock",
  439. "parser"
  440. ],
  441. "time": "2020-05-25T17:24:27+00:00"
  442. },
  443. {
  444. "name": "doctrine/inflector",
  445. "version": "1.4.3",
  446. "source": {
  447. "type": "git",
  448. "url": "https://github.com/doctrine/inflector.git",
  449. "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c"
  450. },
  451. "dist": {
  452. "type": "zip",
  453. "url": "https://api.github.com/repos/doctrine/inflector/zipball/4650c8b30c753a76bf44fb2ed00117d6f367490c",
  454. "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c",
  455. "shasum": "",
  456. "mirrors": [
  457. {
  458. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  459. "preferred": true
  460. }
  461. ]
  462. },
  463. "require": {
  464. "php": "^7.2 || ^8.0"
  465. },
  466. "require-dev": {
  467. "doctrine/coding-standard": "^7.0",
  468. "phpstan/phpstan": "^0.11",
  469. "phpstan/phpstan-phpunit": "^0.11",
  470. "phpstan/phpstan-strict-rules": "^0.11",
  471. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
  472. },
  473. "type": "library",
  474. "extra": {
  475. "branch-alias": {
  476. "dev-master": "2.0.x-dev"
  477. }
  478. },
  479. "autoload": {
  480. "psr-4": {
  481. "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector",
  482. "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
  483. }
  484. },
  485. "notification-url": "https://packagist.org/downloads/",
  486. "license": [
  487. "MIT"
  488. ],
  489. "authors": [
  490. {
  491. "name": "Guilherme Blanco",
  492. "email": "guilhermeblanco@gmail.com"
  493. },
  494. {
  495. "name": "Roman Borschel",
  496. "email": "roman@code-factory.org"
  497. },
  498. {
  499. "name": "Benjamin Eberlei",
  500. "email": "kontakt@beberlei.de"
  501. },
  502. {
  503. "name": "Jonathan Wage",
  504. "email": "jonwage@gmail.com"
  505. },
  506. {
  507. "name": "Johannes Schmitt",
  508. "email": "schmittjoh@gmail.com"
  509. }
  510. ],
  511. "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
  512. "homepage": "https://www.doctrine-project.org/projects/inflector.html",
  513. "keywords": [
  514. "inflection",
  515. "inflector",
  516. "lowercase",
  517. "manipulation",
  518. "php",
  519. "plural",
  520. "singular",
  521. "strings",
  522. "uppercase",
  523. "words"
  524. ],
  525. "funding": [
  526. {
  527. "url": "https://www.doctrine-project.org/sponsorship.html",
  528. "type": "custom"
  529. },
  530. {
  531. "url": "https://www.patreon.com/phpdoctrine",
  532. "type": "patreon"
  533. },
  534. {
  535. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
  536. "type": "tidelift"
  537. }
  538. ],
  539. "time": "2020-05-29T07:19:59+00:00"
  540. },
  541. {
  542. "name": "doctrine/instantiator",
  543. "version": "1.3.1",
  544. "source": {
  545. "type": "git",
  546. "url": "https://github.com/doctrine/instantiator.git",
  547. "reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
  548. },
  549. "dist": {
  550. "type": "zip",
  551. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
  552. "reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
  553. "shasum": "",
  554. "mirrors": [
  555. {
  556. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  557. "preferred": true
  558. }
  559. ]
  560. },
  561. "require": {
  562. "php": "^7.1 || ^8.0"
  563. },
  564. "require-dev": {
  565. "doctrine/coding-standard": "^6.0",
  566. "ext-pdo": "*",
  567. "ext-phar": "*",
  568. "phpbench/phpbench": "^0.13",
  569. "phpstan/phpstan-phpunit": "^0.11",
  570. "phpstan/phpstan-shim": "^0.11",
  571. "phpunit/phpunit": "^7.0"
  572. },
  573. "type": "library",
  574. "extra": {
  575. "branch-alias": {
  576. "dev-master": "1.2.x-dev"
  577. }
  578. },
  579. "autoload": {
  580. "psr-4": {
  581. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  582. }
  583. },
  584. "notification-url": "https://packagist.org/downloads/",
  585. "license": [
  586. "MIT"
  587. ],
  588. "authors": [
  589. {
  590. "name": "Marco Pivetta",
  591. "email": "ocramius@gmail.com",
  592. "homepage": "http://ocramius.github.com/"
  593. }
  594. ],
  595. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  596. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  597. "keywords": [
  598. "constructor",
  599. "instantiate"
  600. ],
  601. "funding": [
  602. {
  603. "url": "https://www.doctrine-project.org/sponsorship.html",
  604. "type": "custom"
  605. },
  606. {
  607. "url": "https://www.patreon.com/phpdoctrine",
  608. "type": "patreon"
  609. },
  610. {
  611. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
  612. "type": "tidelift"
  613. }
  614. ],
  615. "time": "2020-05-29T17:27:14+00:00"
  616. },
  617. {
  618. "name": "doctrine/lexer",
  619. "version": "1.2.1",
  620. "source": {
  621. "type": "git",
  622. "url": "https://github.com/doctrine/lexer.git",
  623. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
  624. },
  625. "dist": {
  626. "type": "zip",
  627. "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
  628. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
  629. "shasum": "",
  630. "mirrors": [
  631. {
  632. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  633. "preferred": true
  634. }
  635. ]
  636. },
  637. "require": {
  638. "php": "^7.2 || ^8.0"
  639. },
  640. "require-dev": {
  641. "doctrine/coding-standard": "^6.0",
  642. "phpstan/phpstan": "^0.11.8",
  643. "phpunit/phpunit": "^8.2"
  644. },
  645. "type": "library",
  646. "extra": {
  647. "branch-alias": {
  648. "dev-master": "1.2.x-dev"
  649. }
  650. },
  651. "autoload": {
  652. "psr-4": {
  653. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  654. }
  655. },
  656. "notification-url": "https://packagist.org/downloads/",
  657. "license": [
  658. "MIT"
  659. ],
  660. "authors": [
  661. {
  662. "name": "Guilherme Blanco",
  663. "email": "guilhermeblanco@gmail.com"
  664. },
  665. {
  666. "name": "Roman Borschel",
  667. "email": "roman@code-factory.org"
  668. },
  669. {
  670. "name": "Johannes Schmitt",
  671. "email": "schmittjoh@gmail.com"
  672. }
  673. ],
  674. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  675. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  676. "keywords": [
  677. "annotations",
  678. "docblock",
  679. "lexer",
  680. "parser",
  681. "php"
  682. ],
  683. "funding": [
  684. {
  685. "url": "https://www.doctrine-project.org/sponsorship.html",
  686. "type": "custom"
  687. },
  688. {
  689. "url": "https://www.patreon.com/phpdoctrine",
  690. "type": "patreon"
  691. },
  692. {
  693. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
  694. "type": "tidelift"
  695. }
  696. ],
  697. "time": "2020-05-25T17:44:05+00:00"
  698. },
  699. {
  700. "name": "easywechat-composer/easywechat-composer",
  701. "version": "1.4.0",
  702. "source": {
  703. "type": "git",
  704. "url": "https://github.com/mingyoung/easywechat-composer.git",
  705. "reference": "93cfce1ec842b9a5b1b0791a52afd18b833f114a"
  706. },
  707. "dist": {
  708. "type": "zip",
  709. "url": "https://api.github.com/repos/mingyoung/easywechat-composer/zipball/93cfce1ec842b9a5b1b0791a52afd18b833f114a",
  710. "reference": "93cfce1ec842b9a5b1b0791a52afd18b833f114a",
  711. "shasum": "",
  712. "mirrors": [
  713. {
  714. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  715. "preferred": true
  716. }
  717. ]
  718. },
  719. "require": {
  720. "composer-plugin-api": "^1.0 || ^2.0",
  721. "php": ">=7.0"
  722. },
  723. "require-dev": {
  724. "composer/composer": "^1.0 || ^2.0",
  725. "phpunit/phpunit": "^6.5 || ^7.0"
  726. },
  727. "type": "composer-plugin",
  728. "extra": {
  729. "class": "EasyWeChatComposer\\Plugin"
  730. },
  731. "autoload": {
  732. "psr-4": {
  733. "EasyWeChatComposer\\": "src/"
  734. }
  735. },
  736. "notification-url": "https://packagist.org/downloads/",
  737. "license": [
  738. "MIT"
  739. ],
  740. "authors": [
  741. {
  742. "name": "张铭阳",
  743. "email": "mingyoungcheung@gmail.com"
  744. }
  745. ],
  746. "description": "The composer plugin for EasyWeChat",
  747. "time": "2020-07-23T11:06:47+00:00"
  748. },
  749. {
  750. "name": "egulias/email-validator",
  751. "version": "2.1.18",
  752. "source": {
  753. "type": "git",
  754. "url": "https://github.com/egulias/EmailValidator.git",
  755. "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441"
  756. },
  757. "dist": {
  758. "type": "zip",
  759. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/cfa3d44471c7f5bfb684ac2b0da7114283d78441",
  760. "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441",
  761. "shasum": "",
  762. "mirrors": [
  763. {
  764. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  765. "preferred": true
  766. }
  767. ]
  768. },
  769. "require": {
  770. "doctrine/lexer": "^1.0.1",
  771. "php": ">=5.5",
  772. "symfony/polyfill-intl-idn": "^1.10"
  773. },
  774. "require-dev": {
  775. "dominicsayers/isemail": "^3.0.7",
  776. "phpunit/phpunit": "^4.8.36|^7.5.15",
  777. "satooshi/php-coveralls": "^1.0.1"
  778. },
  779. "suggest": {
  780. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  781. },
  782. "type": "library",
  783. "extra": {
  784. "branch-alias": {
  785. "dev-master": "2.1.x-dev"
  786. }
  787. },
  788. "autoload": {
  789. "psr-4": {
  790. "Egulias\\EmailValidator\\": "src"
  791. }
  792. },
  793. "notification-url": "https://packagist.org/downloads/",
  794. "license": [
  795. "MIT"
  796. ],
  797. "authors": [
  798. {
  799. "name": "Eduardo Gulias Davis"
  800. }
  801. ],
  802. "description": "A library for validating emails against several RFCs",
  803. "homepage": "https://github.com/egulias/EmailValidator",
  804. "keywords": [
  805. "email",
  806. "emailvalidation",
  807. "emailvalidator",
  808. "validation",
  809. "validator"
  810. ],
  811. "time": "2020-06-16T20:11:17+00:00"
  812. },
  813. {
  814. "name": "fig/http-message-util",
  815. "version": "1.1.4",
  816. "source": {
  817. "type": "git",
  818. "url": "https://github.com/php-fig/http-message-util.git",
  819. "reference": "3242caa9da7221a304b8f84eb9eaddae0a7cf422"
  820. },
  821. "dist": {
  822. "type": "zip",
  823. "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/3242caa9da7221a304b8f84eb9eaddae0a7cf422",
  824. "reference": "3242caa9da7221a304b8f84eb9eaddae0a7cf422",
  825. "shasum": "",
  826. "mirrors": [
  827. {
  828. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  829. "preferred": true
  830. }
  831. ]
  832. },
  833. "require": {
  834. "php": "^5.3 || ^7.0"
  835. },
  836. "suggest": {
  837. "psr/http-message": "The package containing the PSR-7 interfaces"
  838. },
  839. "type": "library",
  840. "extra": {
  841. "branch-alias": {
  842. "dev-master": "1.1.x-dev"
  843. }
  844. },
  845. "autoload": {
  846. "psr-4": {
  847. "Fig\\Http\\Message\\": "src/"
  848. }
  849. },
  850. "notification-url": "https://packagist.org/downloads/",
  851. "license": [
  852. "MIT"
  853. ],
  854. "authors": [
  855. {
  856. "name": "PHP-FIG",
  857. "homepage": "http://www.php-fig.org/"
  858. }
  859. ],
  860. "description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
  861. "keywords": [
  862. "http",
  863. "http-message",
  864. "psr",
  865. "psr-7",
  866. "request",
  867. "response"
  868. ],
  869. "time": "2020-02-05T20:36:27+00:00"
  870. },
  871. {
  872. "name": "guzzlehttp/guzzle",
  873. "version": "6.5.5",
  874. "source": {
  875. "type": "git",
  876. "url": "https://github.com/guzzle/guzzle.git",
  877. "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
  878. },
  879. "dist": {
  880. "type": "zip",
  881. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
  882. "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
  883. "shasum": "",
  884. "mirrors": [
  885. {
  886. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  887. "preferred": true
  888. }
  889. ]
  890. },
  891. "require": {
  892. "ext-json": "*",
  893. "guzzlehttp/promises": "^1.0",
  894. "guzzlehttp/psr7": "^1.6.1",
  895. "php": ">=5.5",
  896. "symfony/polyfill-intl-idn": "^1.17.0"
  897. },
  898. "require-dev": {
  899. "ext-curl": "*",
  900. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
  901. "psr/log": "^1.1"
  902. },
  903. "suggest": {
  904. "psr/log": "Required for using the Log middleware"
  905. },
  906. "type": "library",
  907. "extra": {
  908. "branch-alias": {
  909. "dev-master": "6.5-dev"
  910. }
  911. },
  912. "autoload": {
  913. "psr-4": {
  914. "GuzzleHttp\\": "src/"
  915. },
  916. "files": [
  917. "src/functions_include.php"
  918. ]
  919. },
  920. "notification-url": "https://packagist.org/downloads/",
  921. "license": [
  922. "MIT"
  923. ],
  924. "authors": [
  925. {
  926. "name": "Michael Dowling",
  927. "email": "mtdowling@gmail.com",
  928. "homepage": "https://github.com/mtdowling"
  929. }
  930. ],
  931. "description": "Guzzle is a PHP HTTP client library",
  932. "homepage": "http://guzzlephp.org/",
  933. "keywords": [
  934. "client",
  935. "curl",
  936. "framework",
  937. "http",
  938. "http client",
  939. "rest",
  940. "web service"
  941. ],
  942. "time": "2020-06-16T21:01:06+00:00"
  943. },
  944. {
  945. "name": "guzzlehttp/promises",
  946. "version": "v1.3.1",
  947. "source": {
  948. "type": "git",
  949. "url": "https://github.com/guzzle/promises.git",
  950. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  951. },
  952. "dist": {
  953. "type": "zip",
  954. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  955. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  956. "shasum": "",
  957. "mirrors": [
  958. {
  959. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  960. "preferred": true
  961. }
  962. ]
  963. },
  964. "require": {
  965. "php": ">=5.5.0"
  966. },
  967. "require-dev": {
  968. "phpunit/phpunit": "^4.0"
  969. },
  970. "type": "library",
  971. "extra": {
  972. "branch-alias": {
  973. "dev-master": "1.4-dev"
  974. }
  975. },
  976. "autoload": {
  977. "psr-4": {
  978. "GuzzleHttp\\Promise\\": "src/"
  979. },
  980. "files": [
  981. "src/functions_include.php"
  982. ]
  983. },
  984. "notification-url": "https://packagist.org/downloads/",
  985. "license": [
  986. "MIT"
  987. ],
  988. "authors": [
  989. {
  990. "name": "Michael Dowling",
  991. "email": "mtdowling@gmail.com",
  992. "homepage": "https://github.com/mtdowling"
  993. }
  994. ],
  995. "description": "Guzzle promises library",
  996. "keywords": [
  997. "promise"
  998. ],
  999. "time": "2016-12-20T10:07:11+00:00"
  1000. },
  1001. {
  1002. "name": "guzzlehttp/psr7",
  1003. "version": "1.6.1",
  1004. "source": {
  1005. "type": "git",
  1006. "url": "https://github.com/guzzle/psr7.git",
  1007. "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
  1008. },
  1009. "dist": {
  1010. "type": "zip",
  1011. "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
  1012. "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
  1013. "shasum": "",
  1014. "mirrors": [
  1015. {
  1016. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1017. "preferred": true
  1018. }
  1019. ]
  1020. },
  1021. "require": {
  1022. "php": ">=5.4.0",
  1023. "psr/http-message": "~1.0",
  1024. "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
  1025. },
  1026. "provide": {
  1027. "psr/http-message-implementation": "1.0"
  1028. },
  1029. "require-dev": {
  1030. "ext-zlib": "*",
  1031. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
  1032. },
  1033. "suggest": {
  1034. "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
  1035. },
  1036. "type": "library",
  1037. "extra": {
  1038. "branch-alias": {
  1039. "dev-master": "1.6-dev"
  1040. }
  1041. },
  1042. "autoload": {
  1043. "psr-4": {
  1044. "GuzzleHttp\\Psr7\\": "src/"
  1045. },
  1046. "files": [
  1047. "src/functions_include.php"
  1048. ]
  1049. },
  1050. "notification-url": "https://packagist.org/downloads/",
  1051. "license": [
  1052. "MIT"
  1053. ],
  1054. "authors": [
  1055. {
  1056. "name": "Michael Dowling",
  1057. "email": "mtdowling@gmail.com",
  1058. "homepage": "https://github.com/mtdowling"
  1059. },
  1060. {
  1061. "name": "Tobias Schultze",
  1062. "homepage": "https://github.com/Tobion"
  1063. }
  1064. ],
  1065. "description": "PSR-7 message implementation that also provides common utility methods",
  1066. "keywords": [
  1067. "http",
  1068. "message",
  1069. "psr-7",
  1070. "request",
  1071. "response",
  1072. "stream",
  1073. "uri",
  1074. "url"
  1075. ],
  1076. "time": "2019-07-01T23:21:34+00:00"
  1077. },
  1078. {
  1079. "name": "hyperf/amqp",
  1080. "version": "v2.0.3",
  1081. "source": {
  1082. "type": "git",
  1083. "url": "https://github.com/hyperf/amqp.git",
  1084. "reference": "f199054e6e76e00c75d94441379cab5cf639630f"
  1085. },
  1086. "dist": {
  1087. "type": "zip",
  1088. "url": "https://api.github.com/repos/hyperf/amqp/zipball/f199054e6e76e00c75d94441379cab5cf639630f",
  1089. "reference": "f199054e6e76e00c75d94441379cab5cf639630f",
  1090. "shasum": "",
  1091. "mirrors": [
  1092. {
  1093. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1094. "preferred": true
  1095. }
  1096. ]
  1097. },
  1098. "require": {
  1099. "doctrine/instantiator": "^1.2.0",
  1100. "hyperf/contract": "~2.0.0",
  1101. "hyperf/pool": "~2.0.0",
  1102. "hyperf/process": "~2.0.0",
  1103. "hyperf/utils": "~2.0.0",
  1104. "php": ">=7.2",
  1105. "php-amqplib/php-amqplib": "^2.7",
  1106. "psr/container": "^1.0",
  1107. "psr/event-dispatcher": "^1.0",
  1108. "psr/log": "^1.0"
  1109. },
  1110. "require-dev": {
  1111. "friendsofphp/php-cs-fixer": "^2.9",
  1112. "hyperf/di": "~2.0.0",
  1113. "hyperf/event": "~2.0.0",
  1114. "hyperf/framework": "~2.0.0",
  1115. "malukenho/docheader": "^0.1.6",
  1116. "mockery/mockery": "^1.0",
  1117. "phpunit/phpunit": "^7.0.0"
  1118. },
  1119. "suggest": {
  1120. "hyperf/di": "Required to use annotations.",
  1121. "hyperf/event": "Declare queue and start consumers automatically."
  1122. },
  1123. "type": "library",
  1124. "extra": {
  1125. "branch-alias": {
  1126. "dev-master": "2.0-dev"
  1127. },
  1128. "hyperf": {
  1129. "config": "Hyperf\\Amqp\\ConfigProvider"
  1130. }
  1131. },
  1132. "autoload": {
  1133. "psr-4": {
  1134. "Hyperf\\Amqp\\": "src/"
  1135. }
  1136. },
  1137. "notification-url": "https://packagist.org/downloads/",
  1138. "license": [
  1139. "MIT"
  1140. ],
  1141. "description": "A amqplib for hyperf.",
  1142. "homepage": "https://hyperf.io",
  1143. "keywords": [
  1144. "AMQP",
  1145. "hyperf",
  1146. "php"
  1147. ],
  1148. "time": "2020-07-15T09:05:45+00:00"
  1149. },
  1150. {
  1151. "name": "hyperf/cache",
  1152. "version": "v2.0.0",
  1153. "source": {
  1154. "type": "git",
  1155. "url": "https://github.com/hyperf/cache.git",
  1156. "reference": "099e20b4a009dd8564b6b045e0ad924e235d95e7"
  1157. },
  1158. "dist": {
  1159. "type": "zip",
  1160. "url": "https://api.github.com/repos/hyperf/cache/zipball/099e20b4a009dd8564b6b045e0ad924e235d95e7",
  1161. "reference": "099e20b4a009dd8564b6b045e0ad924e235d95e7",
  1162. "shasum": "",
  1163. "mirrors": [
  1164. {
  1165. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1166. "preferred": true
  1167. }
  1168. ]
  1169. },
  1170. "require": {
  1171. "hyperf/contract": "~2.0.0",
  1172. "hyperf/utils": "~2.0.0",
  1173. "php": ">=7.2",
  1174. "psr/container": "^1.0",
  1175. "psr/simple-cache": "^1.0"
  1176. },
  1177. "require-dev": {
  1178. "friendsofphp/php-cs-fixer": "^2.9",
  1179. "hyperf/di": "~2.0.0",
  1180. "hyperf/event": "~2.0.0",
  1181. "malukenho/docheader": "^0.1.6",
  1182. "mockery/mockery": "^1.0",
  1183. "phpunit/phpunit": "^7.0.0"
  1184. },
  1185. "suggest": {
  1186. "hyperf/di": "Use cache annotations.",
  1187. "hyperf/event": "Use listener to delete annotation cache."
  1188. },
  1189. "type": "library",
  1190. "extra": {
  1191. "branch-alias": {
  1192. "dev-master": "2.0-dev"
  1193. },
  1194. "hyperf": {
  1195. "config": "Hyperf\\Cache\\ConfigProvider"
  1196. }
  1197. },
  1198. "autoload": {
  1199. "psr-4": {
  1200. "Hyperf\\Cache\\": "src/"
  1201. }
  1202. },
  1203. "notification-url": "https://packagist.org/downloads/",
  1204. "license": [
  1205. "MIT"
  1206. ],
  1207. "description": "A cache component for hyperf.",
  1208. "homepage": "https://hyperf.io",
  1209. "keywords": [
  1210. "cache",
  1211. "hyperf",
  1212. "php"
  1213. ],
  1214. "time": "2020-06-19T13:11:07+00:00"
  1215. },
  1216. {
  1217. "name": "hyperf/command",
  1218. "version": "v2.0.0",
  1219. "source": {
  1220. "type": "git",
  1221. "url": "https://github.com/hyperf/command.git",
  1222. "reference": "7dabe2921633067c01f34e1789bec4c87a77b45c"
  1223. },
  1224. "dist": {
  1225. "type": "zip",
  1226. "url": "https://api.github.com/repos/hyperf/command/zipball/7dabe2921633067c01f34e1789bec4c87a77b45c",
  1227. "reference": "7dabe2921633067c01f34e1789bec4c87a77b45c",
  1228. "shasum": "",
  1229. "mirrors": [
  1230. {
  1231. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1232. "preferred": true
  1233. }
  1234. ]
  1235. },
  1236. "require": {
  1237. "hyperf/utils": "~2.0.0",
  1238. "php": ">=7.2",
  1239. "psr/event-dispatcher": "^1.0",
  1240. "symfony/console": "^5.0"
  1241. },
  1242. "require-dev": {
  1243. "friendsofphp/php-cs-fixer": "^2.9",
  1244. "malukenho/docheader": "^0.1.6",
  1245. "mockery/mockery": "^1.0",
  1246. "phpunit/phpunit": "^7.0.0"
  1247. },
  1248. "suggest": {
  1249. "hyperf/di": "Required to use annotations."
  1250. },
  1251. "type": "library",
  1252. "extra": {
  1253. "branch-alias": {
  1254. "dev-master": "2.0-dev"
  1255. }
  1256. },
  1257. "autoload": {
  1258. "psr-4": {
  1259. "Hyperf\\Command\\": "src/"
  1260. }
  1261. },
  1262. "notification-url": "https://packagist.org/downloads/",
  1263. "license": [
  1264. "MIT"
  1265. ],
  1266. "description": "Command for hyperf",
  1267. "keywords": [
  1268. "command",
  1269. "php",
  1270. "swoole"
  1271. ],
  1272. "time": "2020-06-19T13:11:07+00:00"
  1273. },
  1274. {
  1275. "name": "hyperf/config",
  1276. "version": "v2.0.0",
  1277. "source": {
  1278. "type": "git",
  1279. "url": "https://github.com/hyperf/config.git",
  1280. "reference": "514fa12fc10fb3950d075dc56bd3d0e74d281da0"
  1281. },
  1282. "dist": {
  1283. "type": "zip",
  1284. "url": "https://api.github.com/repos/hyperf/config/zipball/514fa12fc10fb3950d075dc56bd3d0e74d281da0",
  1285. "reference": "514fa12fc10fb3950d075dc56bd3d0e74d281da0",
  1286. "shasum": "",
  1287. "mirrors": [
  1288. {
  1289. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1290. "preferred": true
  1291. }
  1292. ]
  1293. },
  1294. "require": {
  1295. "hyperf/contract": "~2.0.0",
  1296. "hyperf/utils": "~2.0.0",
  1297. "php": ">=7.2",
  1298. "psr/container": "^1.0",
  1299. "symfony/finder": "^5.0",
  1300. "vlucas/phpdotenv": "^4.0"
  1301. },
  1302. "require-dev": {
  1303. "friendsofphp/php-cs-fixer": "^2.9",
  1304. "hyperf/di": "~2.0.0",
  1305. "hyperf/event": "~2.0.0",
  1306. "hyperf/framework": "~2.0.0",
  1307. "malukenho/docheader": "^0.1.6",
  1308. "mockery/mockery": "^1.0",
  1309. "phpunit/phpunit": "^7.0.0"
  1310. },
  1311. "suggest": {
  1312. "hyperf/di": "Allows using @Value annotation",
  1313. "hyperf/event": "Allows using @Value annotation",
  1314. "hyperf/framework": "Allows using @Value annotation",
  1315. "vlucas/phpdotenv": "Allows using enviroment value to override the config"
  1316. },
  1317. "type": "library",
  1318. "extra": {
  1319. "branch-alias": {
  1320. "dev-master": "2.0-dev"
  1321. },
  1322. "hyperf": {
  1323. "config": "Hyperf\\Config\\ConfigProvider"
  1324. }
  1325. },
  1326. "autoload": {
  1327. "files": [
  1328. "./src/Functions.php"
  1329. ],
  1330. "psr-4": {
  1331. "Hyperf\\Config\\": "src/"
  1332. }
  1333. },
  1334. "notification-url": "https://packagist.org/downloads/",
  1335. "license": [
  1336. "MIT"
  1337. ],
  1338. "description": "An independent component that provides configuration container.",
  1339. "homepage": "https://hyperf.io",
  1340. "keywords": [
  1341. "config",
  1342. "configuration",
  1343. "hyperf",
  1344. "php",
  1345. "swoole"
  1346. ],
  1347. "time": "2020-06-19T13:11:07+00:00"
  1348. },
  1349. {
  1350. "name": "hyperf/constants",
  1351. "version": "v2.0.2",
  1352. "source": {
  1353. "type": "git",
  1354. "url": "https://github.com/hyperf/constants.git",
  1355. "reference": "087d9fd1e208ad142cdb161614da17faa976ff10"
  1356. },
  1357. "dist": {
  1358. "type": "zip",
  1359. "url": "https://api.github.com/repos/hyperf/constants/zipball/087d9fd1e208ad142cdb161614da17faa976ff10",
  1360. "reference": "087d9fd1e208ad142cdb161614da17faa976ff10",
  1361. "shasum": "",
  1362. "mirrors": [
  1363. {
  1364. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1365. "preferred": true
  1366. }
  1367. ]
  1368. },
  1369. "require": {
  1370. "hyperf/di": "~2.0.0",
  1371. "hyperf/utils": "~2.0.0",
  1372. "php": ">=7.2"
  1373. },
  1374. "require-dev": {
  1375. "friendsofphp/php-cs-fixer": "^2.9",
  1376. "malukenho/docheader": "^0.1.6",
  1377. "mockery/mockery": "^1.0",
  1378. "phpunit/phpunit": "^7.0.0"
  1379. },
  1380. "suggest": {
  1381. "hyperf/translation": "Required to use translation."
  1382. },
  1383. "type": "library",
  1384. "extra": {
  1385. "branch-alias": {
  1386. "dev-master": "2.0-dev"
  1387. },
  1388. "hyperf": {
  1389. "config": "Hyperf\\Constants\\ConfigProvider"
  1390. }
  1391. },
  1392. "autoload": {
  1393. "psr-4": {
  1394. "Hyperf\\Constants\\": "src/"
  1395. }
  1396. },
  1397. "notification-url": "https://packagist.org/downloads/",
  1398. "license": [
  1399. "MIT"
  1400. ],
  1401. "description": "A constants component for hyperf.",
  1402. "homepage": "https://hyperf.io",
  1403. "keywords": [
  1404. "constants",
  1405. "hyperf",
  1406. "php"
  1407. ],
  1408. "time": "2020-07-04T05:15:04+00:00"
  1409. },
  1410. {
  1411. "name": "hyperf/consul",
  1412. "version": "v2.0.3",
  1413. "source": {
  1414. "type": "git",
  1415. "url": "https://github.com/hyperf/consul.git",
  1416. "reference": "f05bb55d71a0332478277c8abc6eac6b1d3f11ea"
  1417. },
  1418. "dist": {
  1419. "type": "zip",
  1420. "url": "https://api.github.com/repos/hyperf/consul/zipball/f05bb55d71a0332478277c8abc6eac6b1d3f11ea",
  1421. "reference": "f05bb55d71a0332478277c8abc6eac6b1d3f11ea",
  1422. "shasum": "",
  1423. "mirrors": [
  1424. {
  1425. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1426. "preferred": true
  1427. }
  1428. ]
  1429. },
  1430. "require": {
  1431. "hyperf/guzzle": "~2.0.0",
  1432. "php": ">=7.2"
  1433. },
  1434. "require-dev": {
  1435. "friendsofphp/php-cs-fixer": "^2.9",
  1436. "malukenho/docheader": "^0.1.6",
  1437. "mockery/mockery": "^1.0",
  1438. "phpunit/phpunit": "^7.0.0"
  1439. },
  1440. "type": "library",
  1441. "extra": {
  1442. "branch-alias": {
  1443. "dev-master": "2.0-dev"
  1444. },
  1445. "hyperf": {
  1446. "config": "Hyperf\\Consul\\ConfigProvider"
  1447. }
  1448. },
  1449. "autoload": {
  1450. "psr-4": {
  1451. "Hyperf\\Consul\\": "src/"
  1452. }
  1453. },
  1454. "notification-url": "https://packagist.org/downloads/",
  1455. "license": [
  1456. "MIT"
  1457. ],
  1458. "description": "A Consul Client for Hyperf.",
  1459. "homepage": "https://hyperf.io",
  1460. "keywords": [
  1461. "consul",
  1462. "consul-client",
  1463. "hyperf",
  1464. "php",
  1465. "swoole"
  1466. ],
  1467. "time": "2020-07-15T09:05:45+00:00"
  1468. },
  1469. {
  1470. "name": "hyperf/contract",
  1471. "version": "v2.0.1",
  1472. "source": {
  1473. "type": "git",
  1474. "url": "https://github.com/hyperf/contract.git",
  1475. "reference": "c213d9095339eee87df61e35a412e01b7bdd97f3"
  1476. },
  1477. "dist": {
  1478. "type": "zip",
  1479. "url": "https://api.github.com/repos/hyperf/contract/zipball/c213d9095339eee87df61e35a412e01b7bdd97f3",
  1480. "reference": "c213d9095339eee87df61e35a412e01b7bdd97f3",
  1481. "shasum": "",
  1482. "mirrors": [
  1483. {
  1484. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1485. "preferred": true
  1486. }
  1487. ]
  1488. },
  1489. "require": {
  1490. "php": ">=7.2"
  1491. },
  1492. "require-dev": {
  1493. "friendsofphp/php-cs-fixer": "^2.9",
  1494. "malukenho/docheader": "^0.1.6",
  1495. "mockery/mockery": "^1.0",
  1496. "phpunit/phpunit": "^7.0.0"
  1497. },
  1498. "type": "library",
  1499. "extra": {
  1500. "branch-alias": {
  1501. "dev-master": "2.0-dev"
  1502. },
  1503. "hyperf": []
  1504. },
  1505. "autoload": {
  1506. "psr-4": {
  1507. "Hyperf\\Contract\\": "src/"
  1508. }
  1509. },
  1510. "notification-url": "https://packagist.org/downloads/",
  1511. "license": [
  1512. "MIT"
  1513. ],
  1514. "description": "The contracts of Hyperf.",
  1515. "homepage": "https://hyperf.io",
  1516. "keywords": [
  1517. "hyperf",
  1518. "php",
  1519. "swoole"
  1520. ],
  1521. "time": "2020-06-24T23:15:36+00:00"
  1522. },
  1523. {
  1524. "name": "hyperf/database",
  1525. "version": "v2.0.1",
  1526. "source": {
  1527. "type": "git",
  1528. "url": "https://github.com/hyperf/database.git",
  1529. "reference": "0f9b4fef2662c2d28baf06858e4d15c62606f01e"
  1530. },
  1531. "dist": {
  1532. "type": "zip",
  1533. "url": "https://api.github.com/repos/hyperf/database/zipball/0f9b4fef2662c2d28baf06858e4d15c62606f01e",
  1534. "reference": "0f9b4fef2662c2d28baf06858e4d15c62606f01e",
  1535. "shasum": "",
  1536. "mirrors": [
  1537. {
  1538. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1539. "preferred": true
  1540. }
  1541. ]
  1542. },
  1543. "require": {
  1544. "hyperf/paginator": "~2.0.0",
  1545. "hyperf/utils": "~2.0.0",
  1546. "nesbot/carbon": "^2.0",
  1547. "php": ">=7.2",
  1548. "psr/container": "^1.0",
  1549. "psr/event-dispatcher": "^1.0"
  1550. },
  1551. "require-dev": {
  1552. "friendsofphp/php-cs-fixer": "^2.9",
  1553. "malukenho/docheader": "^0.1.6",
  1554. "mockery/mockery": "^1.0",
  1555. "phpunit/phpunit": "^7.0.0"
  1556. },
  1557. "suggest": {
  1558. "doctrine/dbal": "Required to rename columns (^2.6).",
  1559. "roave/better-reflection": "Required to use ModelCommand (^4.0)."
  1560. },
  1561. "type": "library",
  1562. "extra": {
  1563. "branch-alias": {
  1564. "dev-master": "2.0-dev"
  1565. }
  1566. },
  1567. "autoload": {
  1568. "psr-4": {
  1569. "Hyperf\\Database\\": "src/"
  1570. }
  1571. },
  1572. "notification-url": "https://packagist.org/downloads/",
  1573. "license": [
  1574. "MIT"
  1575. ],
  1576. "description": "A flexible database library.",
  1577. "homepage": "https://hyperf.io",
  1578. "keywords": [
  1579. "database",
  1580. "hyperf",
  1581. "php"
  1582. ],
  1583. "time": "2020-07-01T02:24:01+00:00"
  1584. },
  1585. {
  1586. "name": "hyperf/db-connection",
  1587. "version": "v2.0.0",
  1588. "source": {
  1589. "type": "git",
  1590. "url": "https://github.com/hyperf/db-connection.git",
  1591. "reference": "bba32397d7f35a602f910446b03b89756cf938ca"
  1592. },
  1593. "dist": {
  1594. "type": "zip",
  1595. "url": "https://api.github.com/repos/hyperf/db-connection/zipball/bba32397d7f35a602f910446b03b89756cf938ca",
  1596. "reference": "bba32397d7f35a602f910446b03b89756cf938ca",
  1597. "shasum": "",
  1598. "mirrors": [
  1599. {
  1600. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1601. "preferred": true
  1602. }
  1603. ]
  1604. },
  1605. "require": {
  1606. "hyperf/database": "~2.0.0",
  1607. "hyperf/di": "~2.0.0",
  1608. "hyperf/framework": "~2.0.0",
  1609. "hyperf/model-listener": "~2.0.0",
  1610. "hyperf/pool": "~2.0.0",
  1611. "hyperf/utils": "~2.0.0",
  1612. "php": ">=7.2"
  1613. },
  1614. "require-dev": {
  1615. "friendsofphp/php-cs-fixer": "^2.9",
  1616. "malukenho/docheader": "^0.1.6",
  1617. "mockery/mockery": "^1.0",
  1618. "phpunit/phpunit": "^7.0.0"
  1619. },
  1620. "type": "library",
  1621. "extra": {
  1622. "branch-alias": {
  1623. "dev-master": "2.0-dev"
  1624. },
  1625. "hyperf": {
  1626. "config": "Hyperf\\DbConnection\\ConfigProvider"
  1627. }
  1628. },
  1629. "autoload": {
  1630. "psr-4": {
  1631. "Hyperf\\DbConnection\\": "src/"
  1632. }
  1633. },
  1634. "notification-url": "https://packagist.org/downloads/",
  1635. "license": [
  1636. "MIT"
  1637. ],
  1638. "description": "A hyperf db connection handler for hyperf/database.",
  1639. "homepage": "https://hyperf.io",
  1640. "keywords": [
  1641. "Connection",
  1642. "database",
  1643. "hyperf",
  1644. "php"
  1645. ],
  1646. "time": "2020-06-19T13:11:07+00:00"
  1647. },
  1648. {
  1649. "name": "hyperf/devtool",
  1650. "version": "v2.0.2",
  1651. "source": {
  1652. "type": "git",
  1653. "url": "https://github.com/hyperf/devtool.git",
  1654. "reference": "3bbe7845785d77fb3a59f61ba9f99aff183d0bcd"
  1655. },
  1656. "dist": {
  1657. "type": "zip",
  1658. "url": "https://api.github.com/repos/hyperf/devtool/zipball/3bbe7845785d77fb3a59f61ba9f99aff183d0bcd",
  1659. "reference": "3bbe7845785d77fb3a59f61ba9f99aff183d0bcd",
  1660. "shasum": "",
  1661. "mirrors": [
  1662. {
  1663. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1664. "preferred": true
  1665. }
  1666. ]
  1667. },
  1668. "require": {
  1669. "hyperf/command": "~2.0.0",
  1670. "hyperf/contract": "~2.0.0",
  1671. "hyperf/di": "~2.0.0",
  1672. "hyperf/utils": "~2.0.0",
  1673. "php": ">=7.2"
  1674. },
  1675. "require-dev": {
  1676. "friendsofphp/php-cs-fixer": "^2.9",
  1677. "malukenho/docheader": "^0.1.6",
  1678. "mockery/mockery": "^1.0",
  1679. "phpunit/phpunit": "^7.0.0"
  1680. },
  1681. "type": "library",
  1682. "extra": {
  1683. "branch-alias": {
  1684. "dev-master": "2.0-dev"
  1685. },
  1686. "hyperf": {
  1687. "config": "Hyperf\\Devtool\\ConfigProvider"
  1688. }
  1689. },
  1690. "autoload": {
  1691. "psr-4": {
  1692. "Hyperf\\Devtool\\": "src/"
  1693. }
  1694. },
  1695. "notification-url": "https://packagist.org/downloads/",
  1696. "license": [
  1697. "MIT"
  1698. ],
  1699. "description": "A Devtool for Hyperf.",
  1700. "homepage": "https://hyperf.io",
  1701. "keywords": [
  1702. "devtool",
  1703. "hyperf",
  1704. "php",
  1705. "swoole"
  1706. ],
  1707. "time": "2020-07-11T07:01:02+00:00"
  1708. },
  1709. {
  1710. "name": "hyperf/di",
  1711. "version": "v2.0.2",
  1712. "source": {
  1713. "type": "git",
  1714. "url": "https://github.com/hyperf/di.git",
  1715. "reference": "0a4414998b15f50c017811c9de48a4f7c514d7d8"
  1716. },
  1717. "dist": {
  1718. "type": "zip",
  1719. "url": "https://api.github.com/repos/hyperf/di/zipball/0a4414998b15f50c017811c9de48a4f7c514d7d8",
  1720. "reference": "0a4414998b15f50c017811c9de48a4f7c514d7d8",
  1721. "shasum": "",
  1722. "mirrors": [
  1723. {
  1724. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1725. "preferred": true
  1726. }
  1727. ]
  1728. },
  1729. "require": {
  1730. "doctrine/annotations": "^1.6",
  1731. "doctrine/instantiator": "^1.0",
  1732. "hyperf/event": "~2.0.0",
  1733. "hyperf/framework": "~2.0.0",
  1734. "nikic/php-parser": "^4.1",
  1735. "php": ">=7.2",
  1736. "php-di/phpdoc-reader": "^2.0.1",
  1737. "psr/container": "^1.0",
  1738. "roave/better-reflection": "^4.0",
  1739. "symfony/finder": "^5.0"
  1740. },
  1741. "require-dev": {
  1742. "friendsofphp/php-cs-fixer": "^2.9",
  1743. "malukenho/docheader": "^0.1.6",
  1744. "mockery/mockery": "^1.0",
  1745. "phpunit/phpunit": "^7.0.0"
  1746. },
  1747. "suggest": {
  1748. "hyperf/config": "Require this component for annotation scan progress to retrieve the scan path."
  1749. },
  1750. "type": "library",
  1751. "extra": {
  1752. "branch-alias": {
  1753. "dev-master": "2.0-dev"
  1754. },
  1755. "hyperf": {
  1756. "config": "Hyperf\\Di\\ConfigProvider"
  1757. }
  1758. },
  1759. "autoload": {
  1760. "files": [
  1761. "src/Functions.php"
  1762. ],
  1763. "psr-4": {
  1764. "Hyperf\\Di\\": "src/"
  1765. }
  1766. },
  1767. "notification-url": "https://packagist.org/downloads/",
  1768. "license": [
  1769. "MIT"
  1770. ],
  1771. "description": "A DI for Hyperf.",
  1772. "homepage": "https://hyperf.io",
  1773. "keywords": [
  1774. "annotation",
  1775. "di",
  1776. "hyperf",
  1777. "php",
  1778. "swoole"
  1779. ],
  1780. "time": "2020-07-10T09:49:18+00:00"
  1781. },
  1782. {
  1783. "name": "hyperf/dispatcher",
  1784. "version": "v2.0.0",
  1785. "source": {
  1786. "type": "git",
  1787. "url": "https://github.com/hyperf/dispatcher.git",
  1788. "reference": "0d4bd07d1b362ad60d6d664b4bdcd43318b1dc11"
  1789. },
  1790. "dist": {
  1791. "type": "zip",
  1792. "url": "https://api.github.com/repos/hyperf/dispatcher/zipball/0d4bd07d1b362ad60d6d664b4bdcd43318b1dc11",
  1793. "reference": "0d4bd07d1b362ad60d6d664b4bdcd43318b1dc11",
  1794. "shasum": "",
  1795. "mirrors": [
  1796. {
  1797. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1798. "preferred": true
  1799. }
  1800. ]
  1801. },
  1802. "require": {
  1803. "hyperf/contract": "~2.0.0",
  1804. "php": ">=7.2",
  1805. "psr/container": "^1.0",
  1806. "psr/http-message": "^1.0",
  1807. "psr/http-server-middleware": "^1.0"
  1808. },
  1809. "require-dev": {
  1810. "friendsofphp/php-cs-fixer": "^2.9",
  1811. "malukenho/docheader": "^0.1.6",
  1812. "mockery/mockery": "^1.0",
  1813. "phpunit/phpunit": "^7.0.0"
  1814. },
  1815. "type": "library",
  1816. "extra": {
  1817. "branch-alias": {
  1818. "dev-master": "2.0-dev"
  1819. },
  1820. "hyperf": {
  1821. "config": "Hyperf\\Dispatcher\\ConfigProvider"
  1822. }
  1823. },
  1824. "autoload": {
  1825. "psr-4": {
  1826. "Hyperf\\Dispatcher\\": "src/"
  1827. }
  1828. },
  1829. "notification-url": "https://packagist.org/downloads/",
  1830. "license": [
  1831. "MIT"
  1832. ],
  1833. "description": "A HTTP Server for Hyperf.",
  1834. "homepage": "https://hyperf.io",
  1835. "keywords": [
  1836. "dispatcher",
  1837. "filter",
  1838. "hyperf",
  1839. "middleware",
  1840. "php",
  1841. "swoole"
  1842. ],
  1843. "time": "2020-06-19T13:11:07+00:00"
  1844. },
  1845. {
  1846. "name": "hyperf/event",
  1847. "version": "v2.0.0",
  1848. "source": {
  1849. "type": "git",
  1850. "url": "https://github.com/hyperf/event.git",
  1851. "reference": "a6f8cd420884a0845e9376d2f79d2140ae735e54"
  1852. },
  1853. "dist": {
  1854. "type": "zip",
  1855. "url": "https://api.github.com/repos/hyperf/event/zipball/a6f8cd420884a0845e9376d2f79d2140ae735e54",
  1856. "reference": "a6f8cd420884a0845e9376d2f79d2140ae735e54",
  1857. "shasum": "",
  1858. "mirrors": [
  1859. {
  1860. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1861. "preferred": true
  1862. }
  1863. ]
  1864. },
  1865. "require": {
  1866. "hyperf/contract": "~2.0.0",
  1867. "php": ">=7.2",
  1868. "psr/event-dispatcher": "^1.0"
  1869. },
  1870. "require-dev": {
  1871. "friendsofphp/php-cs-fixer": "^2.9",
  1872. "hyperf/di": "~2.0.0",
  1873. "malukenho/docheader": "^0.1.6",
  1874. "mockery/mockery": "^1.0",
  1875. "phpunit/phpunit": "^7.0.0"
  1876. },
  1877. "suggest": {
  1878. "hyperf/di": "Required to use annotatioins."
  1879. },
  1880. "type": "library",
  1881. "extra": {
  1882. "branch-alias": {
  1883. "dev-master": "2.0-dev"
  1884. },
  1885. "hyperf": {
  1886. "config": "Hyperf\\Event\\ConfigProvider"
  1887. }
  1888. },
  1889. "autoload": {
  1890. "psr-4": {
  1891. "Hyperf\\Event\\": "src/"
  1892. }
  1893. },
  1894. "notification-url": "https://packagist.org/downloads/",
  1895. "license": [
  1896. "MIT"
  1897. ],
  1898. "description": "an event manager that implements PSR-14.",
  1899. "homepage": "https://hyperf.io",
  1900. "keywords": [
  1901. "event",
  1902. "hyperf",
  1903. "php",
  1904. "swoole"
  1905. ],
  1906. "time": "2020-06-19T13:11:07+00:00"
  1907. },
  1908. {
  1909. "name": "hyperf/exception-handler",
  1910. "version": "v2.0.0",
  1911. "source": {
  1912. "type": "git",
  1913. "url": "https://github.com/hyperf/exception-handler.git",
  1914. "reference": "a9f647df4a3ec7cd52adb742f7f5b1aca11e5a9e"
  1915. },
  1916. "dist": {
  1917. "type": "zip",
  1918. "url": "https://api.github.com/repos/hyperf/exception-handler/zipball/a9f647df4a3ec7cd52adb742f7f5b1aca11e5a9e",
  1919. "reference": "a9f647df4a3ec7cd52adb742f7f5b1aca11e5a9e",
  1920. "shasum": "",
  1921. "mirrors": [
  1922. {
  1923. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1924. "preferred": true
  1925. }
  1926. ]
  1927. },
  1928. "require": {
  1929. "hyperf/contract": "~2.0.0",
  1930. "hyperf/dispatcher": "~2.0.0",
  1931. "hyperf/utils": "~2.0.0",
  1932. "php": ">=7.2",
  1933. "psr/container": "^1.0",
  1934. "psr/http-message": "^1.0"
  1935. },
  1936. "require-dev": {
  1937. "friendsofphp/php-cs-fixer": "^2.9",
  1938. "malukenho/docheader": "^0.1.6",
  1939. "mockery/mockery": "^1.0",
  1940. "phpunit/phpunit": "^7.0.0"
  1941. },
  1942. "type": "library",
  1943. "extra": {
  1944. "branch-alias": {
  1945. "dev-master": "2.0-dev"
  1946. },
  1947. "hyperf": {
  1948. "config": "Hyperf\\ExceptionHandler\\ConfigProvider"
  1949. }
  1950. },
  1951. "autoload": {
  1952. "psr-4": {
  1953. "Hyperf\\ExceptionHandler\\": "src/"
  1954. }
  1955. },
  1956. "notification-url": "https://packagist.org/downloads/",
  1957. "license": [
  1958. "MIT"
  1959. ],
  1960. "description": "Exception handler for hyperf",
  1961. "keywords": [
  1962. "exception-handler",
  1963. "php",
  1964. "swoole"
  1965. ],
  1966. "time": "2020-06-19T13:11:07+00:00"
  1967. },
  1968. {
  1969. "name": "hyperf/filesystem",
  1970. "version": "v2.0.3",
  1971. "source": {
  1972. "type": "git",
  1973. "url": "https://github.com/hyperf/filesystem.git",
  1974. "reference": "779406ab125349e192362195a320c5f69d341cc5"
  1975. },
  1976. "dist": {
  1977. "type": "zip",
  1978. "url": "https://api.github.com/repos/hyperf/filesystem/zipball/779406ab125349e192362195a320c5f69d341cc5",
  1979. "reference": "779406ab125349e192362195a320c5f69d341cc5",
  1980. "shasum": "",
  1981. "mirrors": [
  1982. {
  1983. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1984. "preferred": true
  1985. }
  1986. ]
  1987. },
  1988. "require": {
  1989. "ext-swoole": ">=4.4",
  1990. "hyperf/di": "~2.0.0",
  1991. "league/flysystem": "^1.0",
  1992. "php": ">=7.2"
  1993. },
  1994. "require-dev": {
  1995. "friendsofphp/php-cs-fixer": "^2.14",
  1996. "hyperf/config": "~2.0.0",
  1997. "hyperf/guzzle": "~2.0.0",
  1998. "hyperf/testing": "~2.0.0",
  1999. "league/flysystem-aws-s3-v3": "^1.0",
  2000. "league/flysystem-memory": "^1.0",
  2001. "overtrue/flysystem-cos": "^2.0",
  2002. "overtrue/flysystem-qiniu": "^1.0",
  2003. "phpstan/phpstan": "^0.10.5",
  2004. "xxtime/flysystem-aliyun-oss": "^1.5"
  2005. },
  2006. "suggest": {
  2007. "hyperf/guzzle": "required to use s3 adapter",
  2008. "league/flysystem-aws-s3-v3": "required to use s3 adapter",
  2009. "league/flysystem-memory": "required to use memory adapter",
  2010. "overtrue/flysystem-cos": "required to use cos adapter",
  2011. "overtrue/flysystem-qiniu": "required to use qiniu adapter",
  2012. "xxtime/flysystem-aliyun-oss": "required to use aliyun oss adapter"
  2013. },
  2014. "type": "library",
  2015. "extra": {
  2016. "branch-alias": {
  2017. "dev-master": "2.0-dev"
  2018. },
  2019. "hyperf": {
  2020. "config": "Hyperf\\Filesystem\\ConfigProvider"
  2021. }
  2022. },
  2023. "autoload": {
  2024. "psr-4": {
  2025. "Hyperf\\Filesystem\\": "src/"
  2026. },
  2027. "files": [
  2028. "src/Adapter/AliyunOssHook.php"
  2029. ]
  2030. },
  2031. "notification-url": "https://packagist.org/downloads/",
  2032. "license": [
  2033. "MIT"
  2034. ],
  2035. "description": "flysystem integration for hyperf",
  2036. "keywords": [
  2037. "hyperf",
  2038. "php"
  2039. ],
  2040. "time": "2020-07-15T09:05:45+00:00"
  2041. },
  2042. {
  2043. "name": "hyperf/framework",
  2044. "version": "v2.0.0",
  2045. "source": {
  2046. "type": "git",
  2047. "url": "https://github.com/hyperf/framework.git",
  2048. "reference": "2e1b1e8be70cc7d0f96110de85120a5b0a8e3cb3"
  2049. },
  2050. "dist": {
  2051. "type": "zip",
  2052. "url": "https://api.github.com/repos/hyperf/framework/zipball/2e1b1e8be70cc7d0f96110de85120a5b0a8e3cb3",
  2053. "reference": "2e1b1e8be70cc7d0f96110de85120a5b0a8e3cb3",
  2054. "shasum": "",
  2055. "mirrors": [
  2056. {
  2057. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2058. "preferred": true
  2059. }
  2060. ]
  2061. },
  2062. "require": {
  2063. "ext-swoole": ">=4.4",
  2064. "fig/http-message-util": "^1.1.2",
  2065. "hyperf/contract": "~2.0.0",
  2066. "hyperf/utils": "~2.0.0",
  2067. "php": ">=7.2",
  2068. "psr/container": "^1.0",
  2069. "psr/event-dispatcher": "^1.0",
  2070. "psr/log": "^1.0"
  2071. },
  2072. "require-dev": {
  2073. "doctrine/common": "@stable",
  2074. "friendsofphp/php-cs-fixer": "^2.9",
  2075. "malukenho/docheader": "^0.1.6",
  2076. "mockery/mockery": "^1.0",
  2077. "phpunit/phpunit": "^7.0.0"
  2078. },
  2079. "suggest": {
  2080. "hyperf/command": "Required to use Command annotation.",
  2081. "hyperf/di": "Required to use Command annotation.",
  2082. "hyperf/dispatcher": "Required to use BootApplication event.",
  2083. "symfony/event-dispatcher": "Required to use symfony event dispatcher (^5.0)."
  2084. },
  2085. "type": "library",
  2086. "extra": {
  2087. "branch-alias": {
  2088. "dev-master": "2.0-dev"
  2089. },
  2090. "hyperf": {
  2091. "config": "Hyperf\\Framework\\ConfigProvider"
  2092. }
  2093. },
  2094. "autoload": {
  2095. "psr-4": {
  2096. "Hyperf\\Framework\\": "src/"
  2097. }
  2098. },
  2099. "notification-url": "https://packagist.org/downloads/",
  2100. "license": [
  2101. "MIT"
  2102. ],
  2103. "description": "A coroutine framework that focuses on hyperspeed and flexible, specifically use for build microservices and middlewares.",
  2104. "homepage": "https://hyperf.io",
  2105. "keywords": [
  2106. "Microservice",
  2107. "framework",
  2108. "hyperf",
  2109. "middleware",
  2110. "php",
  2111. "swoole"
  2112. ],
  2113. "time": "2020-06-19T13:11:07+00:00"
  2114. },
  2115. {
  2116. "name": "hyperf/guzzle",
  2117. "version": "v2.0.2",
  2118. "source": {
  2119. "type": "git",
  2120. "url": "https://github.com/hyperf/guzzle.git",
  2121. "reference": "34eca5665aa49a534bacf89d6b84c454ab622ebc"
  2122. },
  2123. "dist": {
  2124. "type": "zip",
  2125. "url": "https://api.github.com/repos/hyperf/guzzle/zipball/34eca5665aa49a534bacf89d6b84c454ab622ebc",
  2126. "reference": "34eca5665aa49a534bacf89d6b84c454ab622ebc",
  2127. "shasum": "",
  2128. "mirrors": [
  2129. {
  2130. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2131. "preferred": true
  2132. }
  2133. ]
  2134. },
  2135. "require": {
  2136. "guzzlehttp/guzzle": "^6.3",
  2137. "php": ">=7.0",
  2138. "psr/container": "^1.0",
  2139. "psr/http-message": "^1.0"
  2140. },
  2141. "require-dev": {
  2142. "ezimuel/ringphp": "~1.0"
  2143. },
  2144. "suggest": {
  2145. "hyperf/pool": "Required to use pool handler."
  2146. },
  2147. "type": "library",
  2148. "extra": {
  2149. "branch-alias": {
  2150. "dev-master": "2.0-dev"
  2151. },
  2152. "hyperf": {
  2153. "config": "Hyperf\\Guzzle\\ConfigProvider"
  2154. }
  2155. },
  2156. "autoload": {
  2157. "psr-4": {
  2158. "Hyperf\\Guzzle\\": "src/"
  2159. }
  2160. },
  2161. "notification-url": "https://packagist.org/downloads/",
  2162. "license": [
  2163. "MIT"
  2164. ],
  2165. "description": "Swoole coroutine handler for guzzle",
  2166. "keywords": [
  2167. "Guzzle",
  2168. "handler",
  2169. "php",
  2170. "swoole"
  2171. ],
  2172. "time": "2020-07-07T07:50:52+00:00"
  2173. },
  2174. {
  2175. "name": "hyperf/http-message",
  2176. "version": "v2.0.1",
  2177. "source": {
  2178. "type": "git",
  2179. "url": "https://github.com/hyperf/http-message.git",
  2180. "reference": "c27e35ddb14b2cfe4a8a93a94becb432e978f45b"
  2181. },
  2182. "dist": {
  2183. "type": "zip",
  2184. "url": "https://api.github.com/repos/hyperf/http-message/zipball/c27e35ddb14b2cfe4a8a93a94becb432e978f45b",
  2185. "reference": "c27e35ddb14b2cfe4a8a93a94becb432e978f45b",
  2186. "shasum": "",
  2187. "mirrors": [
  2188. {
  2189. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2190. "preferred": true
  2191. }
  2192. ]
  2193. },
  2194. "require": {
  2195. "hyperf/utils": "~2.0.0",
  2196. "laminas/laminas-mime": "^2.7",
  2197. "psr/http-message": "^1.0"
  2198. },
  2199. "require-dev": {
  2200. "psr/container": "^1.0"
  2201. },
  2202. "suggest": {
  2203. "psr/container": "Required to replace RequestParserInterface."
  2204. },
  2205. "type": "library",
  2206. "extra": {
  2207. "branch-alias": {
  2208. "dev-master": "2.0-dev"
  2209. },
  2210. "hyperf": {
  2211. "config": "Hyperf\\HttpMessage\\ConfigProvider"
  2212. }
  2213. },
  2214. "autoload": {
  2215. "psr-4": {
  2216. "Hyperf\\HttpMessage\\": "src/"
  2217. }
  2218. },
  2219. "notification-url": "https://packagist.org/downloads/",
  2220. "license": [
  2221. "MIT"
  2222. ],
  2223. "description": "microservice framework base on swoole",
  2224. "keywords": [
  2225. "http-message",
  2226. "hyperf",
  2227. "php",
  2228. "swoole"
  2229. ],
  2230. "time": "2020-06-23T02:44:43+00:00"
  2231. },
  2232. {
  2233. "name": "hyperf/http-server",
  2234. "version": "v2.0.1",
  2235. "source": {
  2236. "type": "git",
  2237. "url": "https://github.com/hyperf/http-server.git",
  2238. "reference": "389daa48b2cefc44f41453eb912026668f61086c"
  2239. },
  2240. "dist": {
  2241. "type": "zip",
  2242. "url": "https://api.github.com/repos/hyperf/http-server/zipball/389daa48b2cefc44f41453eb912026668f61086c",
  2243. "reference": "389daa48b2cefc44f41453eb912026668f61086c",
  2244. "shasum": "",
  2245. "mirrors": [
  2246. {
  2247. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2248. "preferred": true
  2249. }
  2250. ]
  2251. },
  2252. "require": {
  2253. "hyperf/contract": "~2.0.0",
  2254. "hyperf/dispatcher": "~2.0.0",
  2255. "hyperf/event": "~2.0.0",
  2256. "hyperf/exception-handler": "~2.0.0",
  2257. "hyperf/http-message": "~2.0.0",
  2258. "hyperf/server": "~2.0.0",
  2259. "hyperf/utils": "~2.0.0",
  2260. "nikic/fast-route": "^1.3",
  2261. "php": ">=7.2",
  2262. "psr/container": "^1.0"
  2263. },
  2264. "require-dev": {
  2265. "friendsofphp/php-cs-fixer": "^2.9",
  2266. "hyperf/di": "~2.0.0",
  2267. "malukenho/docheader": "^0.1.6",
  2268. "mockery/mockery": "^1.0",
  2269. "phpunit/phpunit": "^7.0.0"
  2270. },
  2271. "suggest": {
  2272. "hyperf/di": "Required to use annotations."
  2273. },
  2274. "type": "library",
  2275. "extra": {
  2276. "branch-alias": {
  2277. "dev-master": "2.0-dev"
  2278. },
  2279. "hyperf": {
  2280. "config": "Hyperf\\HttpServer\\ConfigProvider"
  2281. }
  2282. },
  2283. "autoload": {
  2284. "psr-4": {
  2285. "Hyperf\\HttpServer\\": "src/"
  2286. }
  2287. },
  2288. "notification-url": "https://packagist.org/downloads/",
  2289. "license": [
  2290. "MIT"
  2291. ],
  2292. "description": "A HTTP Server for Hyperf.",
  2293. "homepage": "https://hyperf.io",
  2294. "keywords": [
  2295. "http",
  2296. "http-server",
  2297. "hyperf",
  2298. "php",
  2299. "swoole"
  2300. ],
  2301. "time": "2020-07-01T10:21:32+00:00"
  2302. },
  2303. {
  2304. "name": "hyperf/json-rpc",
  2305. "version": "v2.0.7",
  2306. "source": {
  2307. "type": "git",
  2308. "url": "https://github.com/hyperf/json-rpc.git",
  2309. "reference": "149ab4697a513bdc13b772767658f4ad0f9c2b81"
  2310. },
  2311. "dist": {
  2312. "type": "zip",
  2313. "url": "https://api.github.com/repos/hyperf/json-rpc/zipball/149ab4697a513bdc13b772767658f4ad0f9c2b81",
  2314. "reference": "149ab4697a513bdc13b772767658f4ad0f9c2b81",
  2315. "shasum": "",
  2316. "mirrors": [
  2317. {
  2318. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2319. "preferred": true
  2320. }
  2321. ]
  2322. },
  2323. "require": {
  2324. "hyperf/contract": "~2.0.0",
  2325. "hyperf/http-message": "~2.0.0",
  2326. "hyperf/load-balancer": "~2.0.0",
  2327. "hyperf/rpc": "~2.0.0",
  2328. "hyperf/utils": "~2.0.0",
  2329. "php": ">=7.2",
  2330. "psr/container": "^1.0",
  2331. "psr/log": "^1.0"
  2332. },
  2333. "require-dev": {
  2334. "friendsofphp/php-cs-fixer": "^2.9",
  2335. "malukenho/docheader": "^0.1.6",
  2336. "mockery/mockery": "^1.0",
  2337. "phpunit/phpunit": "^7.0.0"
  2338. },
  2339. "suggest": {
  2340. "hyperf/event": "Register the objects to ProtocolManager automatically.",
  2341. "hyperf/framework": "Register the objects to ProtocolManager automatically.",
  2342. "hyperf/guzzle": "Required to use JSON RPC with HTTP protocol.",
  2343. "hyperf/rpc-client": "Reqiured to use JSON RPC in hyperf rpc client.",
  2344. "hyperf/rpc-server": "Reqiured to use JSON RPC in hyperf rpc server."
  2345. },
  2346. "type": "library",
  2347. "extra": {
  2348. "branch-alias": {
  2349. "dev-master": "2.0-dev"
  2350. },
  2351. "hyperf": {
  2352. "config": "Hyperf\\JsonRpc\\ConfigProvider"
  2353. }
  2354. },
  2355. "autoload": {
  2356. "psr-4": {
  2357. "Hyperf\\JsonRpc\\": "src/"
  2358. }
  2359. },
  2360. "notification-url": "https://packagist.org/downloads/",
  2361. "license": [
  2362. "MIT"
  2363. ],
  2364. "description": "A JSON RPC component for Hyperf RPC Server or Client.",
  2365. "homepage": "https://hyperf.io",
  2366. "keywords": [
  2367. "hyperf",
  2368. "json-rpc",
  2369. "php",
  2370. "swoole"
  2371. ],
  2372. "time": "2020-08-17T01:59:57+00:00"
  2373. },
  2374. {
  2375. "name": "hyperf/load-balancer",
  2376. "version": "v2.0.3",
  2377. "source": {
  2378. "type": "git",
  2379. "url": "https://github.com/hyperf/load-balancer.git",
  2380. "reference": "8543471dd921c1d01f72a8a4d06757b383f908d8"
  2381. },
  2382. "dist": {
  2383. "type": "zip",
  2384. "url": "https://api.github.com/repos/hyperf/load-balancer/zipball/8543471dd921c1d01f72a8a4d06757b383f908d8",
  2385. "reference": "8543471dd921c1d01f72a8a4d06757b383f908d8",
  2386. "shasum": "",
  2387. "mirrors": [
  2388. {
  2389. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2390. "preferred": true
  2391. }
  2392. ]
  2393. },
  2394. "require": {
  2395. "markrogoyski/math-php": "^0.49.0",
  2396. "php": ">=7.2"
  2397. },
  2398. "require-dev": {
  2399. "friendsofphp/php-cs-fixer": "^2.9",
  2400. "malukenho/docheader": "^0.1.6",
  2401. "mockery/mockery": "^1.0",
  2402. "phpunit/phpunit": "^7.0.0"
  2403. },
  2404. "type": "library",
  2405. "extra": {
  2406. "branch-alias": {
  2407. "dev-master": "2.0-dev"
  2408. },
  2409. "hyperf": {
  2410. "config": "Hyperf\\LoadBalancer\\ConfigProvider"
  2411. }
  2412. },
  2413. "autoload": {
  2414. "psr-4": {
  2415. "Hyperf\\LoadBalancer\\": "src/"
  2416. }
  2417. },
  2418. "notification-url": "https://packagist.org/downloads/",
  2419. "license": [
  2420. "MIT"
  2421. ],
  2422. "description": "A load balancer library for Hyperf.",
  2423. "homepage": "https://hyperf.io",
  2424. "keywords": [
  2425. "hyperf",
  2426. "load-balancer",
  2427. "php",
  2428. "swoole"
  2429. ],
  2430. "time": "2020-07-15T09:05:45+00:00"
  2431. },
  2432. {
  2433. "name": "hyperf/logger",
  2434. "version": "v2.0.0",
  2435. "source": {
  2436. "type": "git",
  2437. "url": "https://github.com/hyperf/logger.git",
  2438. "reference": "85025932855bed0fd4fc4d4df573d43f249195f7"
  2439. },
  2440. "dist": {
  2441. "type": "zip",
  2442. "url": "https://api.github.com/repos/hyperf/logger/zipball/85025932855bed0fd4fc4d4df573d43f249195f7",
  2443. "reference": "85025932855bed0fd4fc4d4df573d43f249195f7",
  2444. "shasum": "",
  2445. "mirrors": [
  2446. {
  2447. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2448. "preferred": true
  2449. }
  2450. ]
  2451. },
  2452. "require": {
  2453. "hyperf/contract": "~2.0.0",
  2454. "hyperf/utils": "~2.0.0",
  2455. "monolog/monolog": "^2.0",
  2456. "php": ">=7.2",
  2457. "psr/container": "^1.0",
  2458. "psr/log": "^1.0"
  2459. },
  2460. "require-dev": {
  2461. "friendsofphp/php-cs-fixer": "^2.9",
  2462. "malukenho/docheader": "^0.1.6",
  2463. "mockery/mockery": "^1.0",
  2464. "phpunit/phpunit": "^7.0.0"
  2465. },
  2466. "type": "library",
  2467. "extra": {
  2468. "branch-alias": {
  2469. "dev-master": "2.0-dev"
  2470. },
  2471. "hyperf": {
  2472. "config": "Hyperf\\Logger\\ConfigProvider"
  2473. }
  2474. },
  2475. "autoload": {
  2476. "psr-4": {
  2477. "Hyperf\\Logger\\": "src/"
  2478. }
  2479. },
  2480. "notification-url": "https://packagist.org/downloads/",
  2481. "license": [
  2482. "MIT"
  2483. ],
  2484. "description": "A logger component for hyperf.",
  2485. "homepage": "https://hyperf.io",
  2486. "keywords": [
  2487. "hyperf",
  2488. "logger",
  2489. "php"
  2490. ],
  2491. "time": "2020-06-19T13:11:07+00:00"
  2492. },
  2493. {
  2494. "name": "hyperf/memory",
  2495. "version": "v2.0.0",
  2496. "source": {
  2497. "type": "git",
  2498. "url": "https://github.com/hyperf/memory.git",
  2499. "reference": "503f69a2a90ce23da70cbdae5908671f9690ed3d"
  2500. },
  2501. "dist": {
  2502. "type": "zip",
  2503. "url": "https://api.github.com/repos/hyperf/memory/zipball/503f69a2a90ce23da70cbdae5908671f9690ed3d",
  2504. "reference": "503f69a2a90ce23da70cbdae5908671f9690ed3d",
  2505. "shasum": "",
  2506. "mirrors": [
  2507. {
  2508. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2509. "preferred": true
  2510. }
  2511. ]
  2512. },
  2513. "require": {
  2514. "php": ">=7.2"
  2515. },
  2516. "require-dev": {
  2517. "friendsofphp/php-cs-fixer": "^2.9",
  2518. "malukenho/docheader": "^0.1.6",
  2519. "mockery/mockery": "^1.0",
  2520. "phpunit/phpunit": "^7.0.0"
  2521. },
  2522. "type": "library",
  2523. "extra": {
  2524. "branch-alias": {
  2525. "dev-master": "2.0-dev"
  2526. },
  2527. "hyperf": {
  2528. "config": "Hyperf\\Memory\\ConfigProvider"
  2529. }
  2530. },
  2531. "autoload": {
  2532. "psr-4": {
  2533. "Hyperf\\Memory\\": "src/"
  2534. }
  2535. },
  2536. "notification-url": "https://packagist.org/downloads/",
  2537. "license": [
  2538. "MIT"
  2539. ],
  2540. "description": "An independent component that use to operate and manage memory.",
  2541. "homepage": "https://hyperf.io",
  2542. "keywords": [
  2543. "hyperf",
  2544. "memory",
  2545. "php",
  2546. "swoole"
  2547. ],
  2548. "time": "2020-06-19T13:11:07+00:00"
  2549. },
  2550. {
  2551. "name": "hyperf/model-cache",
  2552. "version": "v2.0.2",
  2553. "source": {
  2554. "type": "git",
  2555. "url": "https://github.com/hyperf/model-cache.git",
  2556. "reference": "c94f3c73b7b5d465df79e4a6b3e0ff05638617ba"
  2557. },
  2558. "dist": {
  2559. "type": "zip",
  2560. "url": "https://api.github.com/repos/hyperf/model-cache/zipball/c94f3c73b7b5d465df79e4a6b3e0ff05638617ba",
  2561. "reference": "c94f3c73b7b5d465df79e4a6b3e0ff05638617ba",
  2562. "shasum": "",
  2563. "mirrors": [
  2564. {
  2565. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2566. "preferred": true
  2567. }
  2568. ]
  2569. },
  2570. "require": {
  2571. "hyperf/contract": "~2.0.0",
  2572. "hyperf/db-connection": "~2.0.0",
  2573. "hyperf/utils": "~2.0.0",
  2574. "php": ">=7.2",
  2575. "psr/container": "^1.0",
  2576. "psr/simple-cache": "^1.0"
  2577. },
  2578. "require-dev": {
  2579. "friendsofphp/php-cs-fixer": "^2.9",
  2580. "hyperf/event": "~2.0.0",
  2581. "malukenho/docheader": "^0.1.6",
  2582. "mockery/mockery": "^1.0",
  2583. "phpunit/phpunit": "^7.0.0"
  2584. },
  2585. "suggest": {
  2586. "hyperf/event": "Required to use DeleteCacheListener."
  2587. },
  2588. "type": "library",
  2589. "extra": {
  2590. "branch-alias": {
  2591. "dev-master": "2.0-dev"
  2592. },
  2593. "hyperf": {
  2594. "config": "Hyperf\\ModelCache\\ConfigProvider"
  2595. }
  2596. },
  2597. "autoload": {
  2598. "psr-4": {
  2599. "Hyperf\\ModelCache\\": "src/"
  2600. }
  2601. },
  2602. "notification-url": "https://packagist.org/downloads/",
  2603. "license": [
  2604. "MIT"
  2605. ],
  2606. "description": "A model cache component for hyperf.",
  2607. "homepage": "https://hyperf.io",
  2608. "keywords": [
  2609. "hyperf",
  2610. "model-cache",
  2611. "php"
  2612. ],
  2613. "time": "2020-07-07T02:02:50+00:00"
  2614. },
  2615. {
  2616. "name": "hyperf/model-listener",
  2617. "version": "v2.0.0",
  2618. "source": {
  2619. "type": "git",
  2620. "url": "https://github.com/hyperf/model-listener.git",
  2621. "reference": "7a1713e6dc93e9cb0483610974ac97a2d5620b0a"
  2622. },
  2623. "dist": {
  2624. "type": "zip",
  2625. "url": "https://api.github.com/repos/hyperf/model-listener/zipball/7a1713e6dc93e9cb0483610974ac97a2d5620b0a",
  2626. "reference": "7a1713e6dc93e9cb0483610974ac97a2d5620b0a",
  2627. "shasum": "",
  2628. "mirrors": [
  2629. {
  2630. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2631. "preferred": true
  2632. }
  2633. ]
  2634. },
  2635. "require": {
  2636. "hyperf/contract": "~2.0.0",
  2637. "hyperf/database": "~2.0.0",
  2638. "hyperf/di": "~2.0.0",
  2639. "hyperf/event": "~2.0.0",
  2640. "hyperf/utils": "~2.0.0",
  2641. "php": ">=7.2",
  2642. "psr/container": "^1.0",
  2643. "psr/log": "^1.0"
  2644. },
  2645. "require-dev": {
  2646. "friendsofphp/php-cs-fixer": "^2.9",
  2647. "malukenho/docheader": "^0.1.6",
  2648. "mockery/mockery": "^1.0",
  2649. "phpunit/phpunit": "^7.0"
  2650. },
  2651. "type": "library",
  2652. "extra": {
  2653. "branch-alias": {
  2654. "dev-master": "2.0-dev"
  2655. },
  2656. "hyperf": {
  2657. "config": "Hyperf\\ModelListener\\ConfigProvider"
  2658. }
  2659. },
  2660. "autoload": {
  2661. "psr-4": {
  2662. "Hyperf\\ModelListener\\": "src/"
  2663. }
  2664. },
  2665. "notification-url": "https://packagist.org/downloads/",
  2666. "license": [
  2667. "MIT"
  2668. ],
  2669. "description": "A model listener for Hyperf.",
  2670. "homepage": "https://hyperf.io",
  2671. "keywords": [
  2672. "hyperf",
  2673. "model-listener",
  2674. "php",
  2675. "swoole"
  2676. ],
  2677. "time": "2020-06-19T13:11:07+00:00"
  2678. },
  2679. {
  2680. "name": "hyperf/paginator",
  2681. "version": "v2.0.0",
  2682. "source": {
  2683. "type": "git",
  2684. "url": "https://github.com/hyperf/paginator.git",
  2685. "reference": "a0d2fcda7d690d63b7d172ac2611c28c7645a9b3"
  2686. },
  2687. "dist": {
  2688. "type": "zip",
  2689. "url": "https://api.github.com/repos/hyperf/paginator/zipball/a0d2fcda7d690d63b7d172ac2611c28c7645a9b3",
  2690. "reference": "a0d2fcda7d690d63b7d172ac2611c28c7645a9b3",
  2691. "shasum": "",
  2692. "mirrors": [
  2693. {
  2694. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2695. "preferred": true
  2696. }
  2697. ]
  2698. },
  2699. "require": {
  2700. "hyperf/contract": "~2.0.0",
  2701. "hyperf/utils": "~2.0.0",
  2702. "php": ">=7.2"
  2703. },
  2704. "require-dev": {
  2705. "friendsofphp/php-cs-fixer": "^2.9",
  2706. "hyperf/event": "~2.0.0",
  2707. "hyperf/framework": "~2.0.0",
  2708. "hyperf/http-server": "~2.0.0",
  2709. "malukenho/docheader": "^0.1.6",
  2710. "mockery/mockery": "^1.0",
  2711. "phpunit/phpunit": "^7.0.0"
  2712. },
  2713. "suggest": {
  2714. "hyperf/event": "Reqiured to use PageResolverListener.",
  2715. "hyperf/framework": "Reqiured to use PageResolverListener.",
  2716. "hyperf/http-server": "Reqiured to use PageResolverListener."
  2717. },
  2718. "type": "library",
  2719. "extra": {
  2720. "branch-alias": {
  2721. "dev-master": "2.0-dev"
  2722. },
  2723. "hyperf": {
  2724. "config": "Hyperf\\Paginator\\ConfigProvider"
  2725. }
  2726. },
  2727. "autoload": {
  2728. "psr-4": {
  2729. "Hyperf\\Paginator\\": "src/"
  2730. }
  2731. },
  2732. "notification-url": "https://packagist.org/downloads/",
  2733. "license": [
  2734. "MIT"
  2735. ],
  2736. "description": "A paginator component for hyperf.",
  2737. "homepage": "https://hyperf.io",
  2738. "keywords": [
  2739. "hyperf",
  2740. "paginator",
  2741. "php"
  2742. ],
  2743. "time": "2020-06-19T13:11:07+00:00"
  2744. },
  2745. {
  2746. "name": "hyperf/pool",
  2747. "version": "v2.0.0",
  2748. "source": {
  2749. "type": "git",
  2750. "url": "https://github.com/hyperf/pool.git",
  2751. "reference": "c5791544c8a7ee3c2c77879fb8538af0fe96672c"
  2752. },
  2753. "dist": {
  2754. "type": "zip",
  2755. "url": "https://api.github.com/repos/hyperf/pool/zipball/c5791544c8a7ee3c2c77879fb8538af0fe96672c",
  2756. "reference": "c5791544c8a7ee3c2c77879fb8538af0fe96672c",
  2757. "shasum": "",
  2758. "mirrors": [
  2759. {
  2760. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2761. "preferred": true
  2762. }
  2763. ]
  2764. },
  2765. "require": {
  2766. "hyperf/contract": "~2.0.0",
  2767. "hyperf/utils": "~2.0.0",
  2768. "php": ">=7.2",
  2769. "psr/container": "^1.0"
  2770. },
  2771. "require-dev": {
  2772. "friendsofphp/php-cs-fixer": "^2.9",
  2773. "malukenho/docheader": "^0.1.6",
  2774. "mockery/mockery": "^1.0",
  2775. "phpunit/phpunit": "^7.0.0"
  2776. },
  2777. "type": "library",
  2778. "extra": {
  2779. "branch-alias": {
  2780. "dev-master": "2.0-dev"
  2781. },
  2782. "hyperf": {
  2783. "config": "Hyperf\\Pool\\ConfigProvider"
  2784. }
  2785. },
  2786. "autoload": {
  2787. "psr-4": {
  2788. "Hyperf\\Pool\\": "src/"
  2789. }
  2790. },
  2791. "notification-url": "https://packagist.org/downloads/",
  2792. "license": [
  2793. "MIT"
  2794. ],
  2795. "description": "An independent universal connection pool component.",
  2796. "homepage": "https://hyperf.io",
  2797. "keywords": [
  2798. "connection-pool",
  2799. "hyperf",
  2800. "php",
  2801. "swoole"
  2802. ],
  2803. "time": "2020-06-19T13:11:07+00:00"
  2804. },
  2805. {
  2806. "name": "hyperf/process",
  2807. "version": "v2.0.2",
  2808. "source": {
  2809. "type": "git",
  2810. "url": "https://github.com/hyperf/process.git",
  2811. "reference": "d3260b30e38c41d83c377ff825fe9e0f1e08bd43"
  2812. },
  2813. "dist": {
  2814. "type": "zip",
  2815. "url": "https://api.github.com/repos/hyperf/process/zipball/d3260b30e38c41d83c377ff825fe9e0f1e08bd43",
  2816. "reference": "d3260b30e38c41d83c377ff825fe9e0f1e08bd43",
  2817. "shasum": "",
  2818. "mirrors": [
  2819. {
  2820. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2821. "preferred": true
  2822. }
  2823. ]
  2824. },
  2825. "require": {
  2826. "hyperf/contract": "~2.0.0",
  2827. "hyperf/utils": "~2.0.0",
  2828. "php": ">=7.2",
  2829. "psr/container": "^1.0",
  2830. "psr/event-dispatcher": "^1.0"
  2831. },
  2832. "require-dev": {
  2833. "friendsofphp/php-cs-fixer": "^2.9",
  2834. "hyperf/di": "~2.0.0",
  2835. "hyperf/event": "~2.0.0",
  2836. "malukenho/docheader": "^0.1.6",
  2837. "mockery/mockery": "^1.0",
  2838. "phpunit/phpunit": "^7.0.0"
  2839. },
  2840. "suggest": {
  2841. "hyperf/di": "Required to use annotations.",
  2842. "hyperf/event": "Required to dump the message before and after process.",
  2843. "hyperf/framework": "Required to use BootProcessListener."
  2844. },
  2845. "type": "library",
  2846. "extra": {
  2847. "branch-alias": {
  2848. "dev-master": "2.0-dev"
  2849. },
  2850. "hyperf": {
  2851. "config": "Hyperf\\Process\\ConfigProvider"
  2852. }
  2853. },
  2854. "autoload": {
  2855. "psr-4": {
  2856. "Hyperf\\Process\\": "src/"
  2857. }
  2858. },
  2859. "notification-url": "https://packagist.org/downloads/",
  2860. "license": [
  2861. "MIT"
  2862. ],
  2863. "description": "A process component for hyperf.",
  2864. "homepage": "https://hyperf.io",
  2865. "keywords": [
  2866. "hyperf",
  2867. "php",
  2868. "process"
  2869. ],
  2870. "time": "2020-07-04T02:06:38+00:00"
  2871. },
  2872. {
  2873. "name": "hyperf/redis",
  2874. "version": "v2.0.0",
  2875. "source": {
  2876. "type": "git",
  2877. "url": "https://github.com/hyperf/redis.git",
  2878. "reference": "5266b0301ce65b1e5d8a637b0dce0d26c2d02ff7"
  2879. },
  2880. "dist": {
  2881. "type": "zip",
  2882. "url": "https://api.github.com/repos/hyperf/redis/zipball/5266b0301ce65b1e5d8a637b0dce0d26c2d02ff7",
  2883. "reference": "5266b0301ce65b1e5d8a637b0dce0d26c2d02ff7",
  2884. "shasum": "",
  2885. "mirrors": [
  2886. {
  2887. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2888. "preferred": true
  2889. }
  2890. ]
  2891. },
  2892. "require": {
  2893. "ext-redis": "*",
  2894. "hyperf/contract": "~2.0.0",
  2895. "hyperf/pool": "~2.0.0",
  2896. "hyperf/utils": "~2.0.0",
  2897. "php": ">=7.2",
  2898. "psr/container": "^1.0"
  2899. },
  2900. "require-dev": {
  2901. "friendsofphp/php-cs-fixer": "^2.9",
  2902. "hyperf/di": "~2.0.0",
  2903. "malukenho/docheader": "^0.1.6",
  2904. "mockery/mockery": "^1.0",
  2905. "phpunit/phpunit": "^7.0.0"
  2906. },
  2907. "suggest": {
  2908. "hyperf/di": "Create the RedisPool via dependency injection."
  2909. },
  2910. "type": "library",
  2911. "extra": {
  2912. "branch-alias": {
  2913. "dev-master": "2.0-dev"
  2914. },
  2915. "hyperf": {
  2916. "config": "Hyperf\\Redis\\ConfigProvider"
  2917. }
  2918. },
  2919. "autoload": {
  2920. "psr-4": {
  2921. "Hyperf\\Redis\\": "src/"
  2922. }
  2923. },
  2924. "notification-url": "https://packagist.org/downloads/",
  2925. "license": [
  2926. "MIT"
  2927. ],
  2928. "description": "A redis component for hyperf.",
  2929. "homepage": "https://hyperf.io",
  2930. "keywords": [
  2931. "hyperf",
  2932. "php",
  2933. "pool",
  2934. "redis"
  2935. ],
  2936. "time": "2020-06-19T13:11:07+00:00"
  2937. },
  2938. {
  2939. "name": "hyperf/rpc",
  2940. "version": "v2.0.3",
  2941. "source": {
  2942. "type": "git",
  2943. "url": "https://github.com/hyperf/rpc.git",
  2944. "reference": "ee5b6565d56957bd96ffc5dbddab4870229eaa1e"
  2945. },
  2946. "dist": {
  2947. "type": "zip",
  2948. "url": "https://api.github.com/repos/hyperf/rpc/zipball/ee5b6565d56957bd96ffc5dbddab4870229eaa1e",
  2949. "reference": "ee5b6565d56957bd96ffc5dbddab4870229eaa1e",
  2950. "shasum": "",
  2951. "mirrors": [
  2952. {
  2953. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2954. "preferred": true
  2955. }
  2956. ]
  2957. },
  2958. "require": {
  2959. "hyperf/contract": "~2.0.0",
  2960. "hyperf/utils": "~2.0.0",
  2961. "php": ">=7.2"
  2962. },
  2963. "require-dev": {
  2964. "friendsofphp/php-cs-fixer": "^2.9",
  2965. "malukenho/docheader": "^0.1.6",
  2966. "mockery/mockery": "^1.0",
  2967. "phpunit/phpunit": "^7.0.0"
  2968. },
  2969. "type": "library",
  2970. "extra": {
  2971. "branch-alias": {
  2972. "dev-master": "2.0-dev"
  2973. },
  2974. "hyperf": []
  2975. },
  2976. "autoload": {
  2977. "psr-4": {
  2978. "Hyperf\\Rpc\\": "src/"
  2979. }
  2980. },
  2981. "notification-url": "https://packagist.org/downloads/",
  2982. "license": [
  2983. "MIT"
  2984. ],
  2985. "description": "A rpc basic library for Hyperf.",
  2986. "homepage": "https://hyperf.io",
  2987. "keywords": [
  2988. "hyperf",
  2989. "php",
  2990. "rpc",
  2991. "swoole"
  2992. ],
  2993. "time": "2020-07-15T09:05:45+00:00"
  2994. },
  2995. {
  2996. "name": "hyperf/rpc-client",
  2997. "version": "v2.0.7",
  2998. "source": {
  2999. "type": "git",
  3000. "url": "https://github.com/hyperf/rpc-client.git",
  3001. "reference": "f805a59697d328de558a5da095988496f95ea4a0"
  3002. },
  3003. "dist": {
  3004. "type": "zip",
  3005. "url": "https://api.github.com/repos/hyperf/rpc-client/zipball/f805a59697d328de558a5da095988496f95ea4a0",
  3006. "reference": "f805a59697d328de558a5da095988496f95ea4a0",
  3007. "shasum": "",
  3008. "mirrors": [
  3009. {
  3010. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3011. "preferred": true
  3012. }
  3013. ]
  3014. },
  3015. "require": {
  3016. "hyperf/load-balancer": "~2.0.0",
  3017. "hyperf/rpc": "~2.0.0",
  3018. "hyperf/utils": "~2.0.0",
  3019. "php": ">=7.2",
  3020. "psr/container": "^1.0",
  3021. "roave/better-reflection": "^4.0"
  3022. },
  3023. "require-dev": {
  3024. "friendsofphp/php-cs-fixer": "^2.9",
  3025. "malukenho/docheader": "^0.1.6",
  3026. "mockery/mockery": "^1.0",
  3027. "phpunit/phpunit": "^7.0.0"
  3028. },
  3029. "suggest": {
  3030. "hyperf/consul": "For fetch the nodes info from consul.",
  3031. "hyperf/di": "For better container experience.",
  3032. "hyperf/pool": "Required to use connection pool."
  3033. },
  3034. "type": "library",
  3035. "extra": {
  3036. "branch-alias": {
  3037. "dev-master": "2.0-dev"
  3038. },
  3039. "hyperf": {
  3040. "config": "Hyperf\\RpcClient\\ConfigProvider"
  3041. }
  3042. },
  3043. "autoload": {
  3044. "psr-4": {
  3045. "Hyperf\\RpcClient\\": "src/"
  3046. }
  3047. },
  3048. "notification-url": "https://packagist.org/downloads/",
  3049. "license": [
  3050. "MIT"
  3051. ],
  3052. "description": "An abstract rpc server component for Hyperf.",
  3053. "homepage": "https://hyperf.io",
  3054. "keywords": [
  3055. "hyperf",
  3056. "json-rpc",
  3057. "php",
  3058. "rpc",
  3059. "rpc-client",
  3060. "swoole"
  3061. ],
  3062. "time": "2020-08-12T05:29:11+00:00"
  3063. },
  3064. {
  3065. "name": "hyperf/rpc-server",
  3066. "version": "v2.0.3",
  3067. "source": {
  3068. "type": "git",
  3069. "url": "https://github.com/hyperf/rpc-server.git",
  3070. "reference": "1f3b1fb0b38b1d8c1a1a9d8909dd78635660dd50"
  3071. },
  3072. "dist": {
  3073. "type": "zip",
  3074. "url": "https://api.github.com/repos/hyperf/rpc-server/zipball/1f3b1fb0b38b1d8c1a1a9d8909dd78635660dd50",
  3075. "reference": "1f3b1fb0b38b1d8c1a1a9d8909dd78635660dd50",
  3076. "shasum": "",
  3077. "mirrors": [
  3078. {
  3079. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3080. "preferred": true
  3081. }
  3082. ]
  3083. },
  3084. "require": {
  3085. "hyperf/http-server": "~2.0.0",
  3086. "hyperf/rpc": "~2.0.0",
  3087. "php": ">=7.2"
  3088. },
  3089. "require-dev": {
  3090. "friendsofphp/php-cs-fixer": "^2.9",
  3091. "malukenho/docheader": "^0.1.6",
  3092. "mockery/mockery": "^1.0",
  3093. "phpunit/phpunit": "^7.0.0"
  3094. },
  3095. "suggest": {
  3096. "hyperf/di": "Required to use annotations."
  3097. },
  3098. "type": "library",
  3099. "extra": {
  3100. "branch-alias": {
  3101. "dev-master": "2.0-dev"
  3102. },
  3103. "hyperf": {
  3104. "config": "Hyperf\\RpcServer\\ConfigProvider"
  3105. }
  3106. },
  3107. "autoload": {
  3108. "psr-4": {
  3109. "Hyperf\\RpcServer\\": "src/"
  3110. }
  3111. },
  3112. "notification-url": "https://packagist.org/downloads/",
  3113. "license": [
  3114. "MIT"
  3115. ],
  3116. "description": "An abstract rpc server component for Hyperf.",
  3117. "homepage": "https://hyperf.io",
  3118. "keywords": [
  3119. "hyperf",
  3120. "php",
  3121. "rpc",
  3122. "rpc-server",
  3123. "swoole"
  3124. ],
  3125. "time": "2020-07-15T09:05:45+00:00"
  3126. },
  3127. {
  3128. "name": "hyperf/server",
  3129. "version": "v2.0.2",
  3130. "source": {
  3131. "type": "git",
  3132. "url": "https://github.com/hyperf/server.git",
  3133. "reference": "767f04c6a84127b39e14efcc15eab8bc128875e9"
  3134. },
  3135. "dist": {
  3136. "type": "zip",
  3137. "url": "https://api.github.com/repos/hyperf/server/zipball/767f04c6a84127b39e14efcc15eab8bc128875e9",
  3138. "reference": "767f04c6a84127b39e14efcc15eab8bc128875e9",
  3139. "shasum": "",
  3140. "mirrors": [
  3141. {
  3142. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3143. "preferred": true
  3144. }
  3145. ]
  3146. },
  3147. "require": {
  3148. "hyperf/contract": "~2.0.0",
  3149. "hyperf/utils": "~2.0.0",
  3150. "php": ">=7.2",
  3151. "psr/container": "^1.0",
  3152. "psr/event-dispatcher": "^1.0",
  3153. "psr/log": "^1.0",
  3154. "symfony/console": "^5.0"
  3155. },
  3156. "require-dev": {
  3157. "friendsofphp/php-cs-fixer": "^2.9",
  3158. "malukenho/docheader": "^0.1.6",
  3159. "mockery/mockery": "^1.0",
  3160. "phpunit/phpunit": "^7.0.0"
  3161. },
  3162. "suggest": {
  3163. "hyperf/event": "Dump the info after server start.",
  3164. "hyperf/framework": "Dump the info after server start."
  3165. },
  3166. "type": "library",
  3167. "extra": {
  3168. "branch-alias": {
  3169. "dev-master": "2.0-dev"
  3170. },
  3171. "hyperf": {
  3172. "config": "Hyperf\\Server\\ConfigProvider"
  3173. }
  3174. },
  3175. "autoload": {
  3176. "psr-4": {
  3177. "Hyperf\\Server\\": "src/"
  3178. }
  3179. },
  3180. "notification-url": "https://packagist.org/downloads/",
  3181. "license": [
  3182. "MIT"
  3183. ],
  3184. "description": "A base server library for Hyperf.",
  3185. "homepage": "https://hyperf.io",
  3186. "keywords": [
  3187. "hyperf",
  3188. "php",
  3189. "server",
  3190. "swoole"
  3191. ],
  3192. "time": "2020-07-12T05:08:09+00:00"
  3193. },
  3194. {
  3195. "name": "hyperf/snowflake",
  3196. "version": "v2.0.4",
  3197. "source": {
  3198. "type": "git",
  3199. "url": "https://github.com/hyperf/snowflake.git",
  3200. "reference": "3ff2843e1d72e637b1daa3ca511fc19f47be9968"
  3201. },
  3202. "dist": {
  3203. "type": "zip",
  3204. "url": "https://api.github.com/repos/hyperf/snowflake/zipball/3ff2843e1d72e637b1daa3ca511fc19f47be9968",
  3205. "reference": "3ff2843e1d72e637b1daa3ca511fc19f47be9968",
  3206. "shasum": "",
  3207. "mirrors": [
  3208. {
  3209. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3210. "preferred": true
  3211. }
  3212. ]
  3213. },
  3214. "require": {
  3215. "php": ">=7.2"
  3216. },
  3217. "require-dev": {
  3218. "friendsofphp/php-cs-fixer": "^2.9",
  3219. "malukenho/docheader": "^0.1.6",
  3220. "mockery/mockery": "^1.0",
  3221. "phpunit/phpunit": "^7.0"
  3222. },
  3223. "suggest": {
  3224. "hyperf/config": "Required to read snowflake config.",
  3225. "hyperf/redis": "Required to use RedisMilliSecondMetaGenerator or RedisSecondMetaGenerator.",
  3226. "psr/container": "Required to use MetaGeneratorFactory."
  3227. },
  3228. "type": "library",
  3229. "extra": {
  3230. "branch-alias": {
  3231. "dev-master": "2.0-dev"
  3232. },
  3233. "hyperf": {
  3234. "config": "Hyperf\\Snowflake\\ConfigProvider"
  3235. }
  3236. },
  3237. "autoload": {
  3238. "psr-4": {
  3239. "Hyperf\\Snowflake\\": "src/"
  3240. }
  3241. },
  3242. "notification-url": "https://packagist.org/downloads/",
  3243. "license": [
  3244. "MIT"
  3245. ],
  3246. "description": "A snowflake library",
  3247. "homepage": "https://hyperf.io",
  3248. "keywords": [
  3249. "php",
  3250. "snowflake"
  3251. ],
  3252. "time": "2020-07-23T02:20:27+00:00"
  3253. },
  3254. {
  3255. "name": "hyperf/task",
  3256. "version": "v2.0.3",
  3257. "source": {
  3258. "type": "git",
  3259. "url": "https://github.com/hyperf/task.git",
  3260. "reference": "bd90ecd7abc2944309bcb3f26f113f207a05dc63"
  3261. },
  3262. "dist": {
  3263. "type": "zip",
  3264. "url": "https://api.github.com/repos/hyperf/task/zipball/bd90ecd7abc2944309bcb3f26f113f207a05dc63",
  3265. "reference": "bd90ecd7abc2944309bcb3f26f113f207a05dc63",
  3266. "shasum": "",
  3267. "mirrors": [
  3268. {
  3269. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3270. "preferred": true
  3271. }
  3272. ]
  3273. },
  3274. "require": {
  3275. "hyperf/contract": "~2.0.0",
  3276. "hyperf/framework": "~2.0.0",
  3277. "hyperf/utils": "~2.0.0",
  3278. "php": ">=7.2",
  3279. "psr/container": "^1.0",
  3280. "psr/event-dispatcher": "^1.0",
  3281. "psr/log": "^1.0",
  3282. "symfony/property-access": "^5.0",
  3283. "symfony/serializer": "^5.0"
  3284. },
  3285. "require-dev": {
  3286. "friendsofphp/php-cs-fixer": "^2.9",
  3287. "malukenho/docheader": "^0.1.6",
  3288. "mockery/mockery": "^1.0",
  3289. "phpunit/phpunit": "^7.0"
  3290. },
  3291. "suggest": {
  3292. "hyperf/di": "Required to use annotation."
  3293. },
  3294. "type": "library",
  3295. "extra": {
  3296. "branch-alias": {
  3297. "dev-master": "2.0-dev"
  3298. },
  3299. "hyperf": {
  3300. "config": "Hyperf\\Task\\ConfigProvider"
  3301. }
  3302. },
  3303. "autoload": {
  3304. "psr-4": {
  3305. "Hyperf\\Task\\": "src/"
  3306. }
  3307. },
  3308. "notification-url": "https://packagist.org/downloads/",
  3309. "license": [
  3310. "MIT"
  3311. ],
  3312. "description": "A task library for Hyperf.",
  3313. "homepage": "https://hyperf.io",
  3314. "keywords": [
  3315. "hyperf",
  3316. "php",
  3317. "swoole",
  3318. "task"
  3319. ],
  3320. "time": "2020-07-15T09:05:45+00:00"
  3321. },
  3322. {
  3323. "name": "hyperf/translation",
  3324. "version": "v2.0.3",
  3325. "source": {
  3326. "type": "git",
  3327. "url": "https://github.com/hyperf/translation.git",
  3328. "reference": "94f7a7376526d60f63e2cf4743e35709ad0bb0ff"
  3329. },
  3330. "dist": {
  3331. "type": "zip",
  3332. "url": "https://api.github.com/repos/hyperf/translation/zipball/94f7a7376526d60f63e2cf4743e35709ad0bb0ff",
  3333. "reference": "94f7a7376526d60f63e2cf4743e35709ad0bb0ff",
  3334. "shasum": "",
  3335. "mirrors": [
  3336. {
  3337. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3338. "preferred": true
  3339. }
  3340. ]
  3341. },
  3342. "require": {
  3343. "hyperf/contract": "~2.0.0",
  3344. "hyperf/utils": "~2.0.0",
  3345. "php": ">=7.2",
  3346. "psr/container": "^1.0"
  3347. },
  3348. "require-dev": {
  3349. "friendsofphp/php-cs-fixer": "^2.14",
  3350. "mockery/mockery": "^1.2"
  3351. },
  3352. "type": "library",
  3353. "extra": {
  3354. "branch-alias": {
  3355. "dev-master": "2.0-dev"
  3356. },
  3357. "hyperf": {
  3358. "config": "Hyperf\\Translation\\ConfigProvider"
  3359. }
  3360. },
  3361. "autoload": {
  3362. "files": [
  3363. "src/Functions.php"
  3364. ],
  3365. "psr-4": {
  3366. "Hyperf\\Translation\\": "src/"
  3367. }
  3368. },
  3369. "notification-url": "https://packagist.org/downloads/",
  3370. "license": [
  3371. "MIT"
  3372. ],
  3373. "description": "An independent translation component, forked by illuminate/translation.",
  3374. "keywords": [
  3375. "hyperf",
  3376. "translation"
  3377. ],
  3378. "time": "2020-07-15T09:05:45+00:00"
  3379. },
  3380. {
  3381. "name": "hyperf/utils",
  3382. "version": "v2.0.0",
  3383. "source": {
  3384. "type": "git",
  3385. "url": "https://github.com/hyperf/utils.git",
  3386. "reference": "89d0b18565c566cddc6331755c20963d7a913dac"
  3387. },
  3388. "dist": {
  3389. "type": "zip",
  3390. "url": "https://api.github.com/repos/hyperf/utils/zipball/89d0b18565c566cddc6331755c20963d7a913dac",
  3391. "reference": "89d0b18565c566cddc6331755c20963d7a913dac",
  3392. "shasum": "",
  3393. "mirrors": [
  3394. {
  3395. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3396. "preferred": true
  3397. }
  3398. ]
  3399. },
  3400. "require": {
  3401. "doctrine/inflector": "^1.3",
  3402. "ext-swoole": ">=4.4",
  3403. "hyperf/contract": "~2.0.0",
  3404. "php": ">=7.2"
  3405. },
  3406. "require-dev": {
  3407. "friendsofphp/php-cs-fixer": "^2.9",
  3408. "malukenho/docheader": "^0.1.6",
  3409. "mockery/mockery": "^1.0",
  3410. "phpunit/phpunit": "^7.0.0",
  3411. "symfony/property-access": "^5.0",
  3412. "symfony/serializer": "^5.0",
  3413. "symfony/var-dumper": "^5.0"
  3414. },
  3415. "suggest": {
  3416. "hyperf/di": "Required to use ExceptionNormalizer",
  3417. "symfony/property-access": "Required to use SymfonyNormalizer (^5.0)",
  3418. "symfony/serializer": "Required to use SymfonyNormalizer (^5.0)",
  3419. "symfony/var-dumper": "Required to use the dd function (^5.0)."
  3420. },
  3421. "type": "library",
  3422. "extra": {
  3423. "hyperf": {
  3424. "config": "Hyperf\\Utils\\ConfigProvider"
  3425. },
  3426. "branch-alias": {
  3427. "dev-master": "2.0-dev"
  3428. }
  3429. },
  3430. "autoload": {
  3431. "files": [
  3432. "src/Functions.php"
  3433. ],
  3434. "psr-4": {
  3435. "Hyperf\\Utils\\": "src/"
  3436. }
  3437. },
  3438. "notification-url": "https://packagist.org/downloads/",
  3439. "license": [
  3440. "MIT"
  3441. ],
  3442. "description": "A tools package that could help developer solved the problem quickly.",
  3443. "homepage": "https://hyperf.io",
  3444. "keywords": [
  3445. "hyperf",
  3446. "php",
  3447. "swoole",
  3448. "utils"
  3449. ],
  3450. "time": "2020-06-19T13:11:07+00:00"
  3451. },
  3452. {
  3453. "name": "hyperf/validation",
  3454. "version": "v2.0.3",
  3455. "source": {
  3456. "type": "git",
  3457. "url": "https://github.com/hyperf/validation.git",
  3458. "reference": "8a69df2511e17a4cd59741bb050ce2f86816e1f1"
  3459. },
  3460. "dist": {
  3461. "type": "zip",
  3462. "url": "https://api.github.com/repos/hyperf/validation/zipball/8a69df2511e17a4cd59741bb050ce2f86816e1f1",
  3463. "reference": "8a69df2511e17a4cd59741bb050ce2f86816e1f1",
  3464. "shasum": "",
  3465. "mirrors": [
  3466. {
  3467. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3468. "preferred": true
  3469. }
  3470. ]
  3471. },
  3472. "require": {
  3473. "egulias/email-validator": "^2.1",
  3474. "ext-swoole": ">=4.3",
  3475. "hyperf/command": "~2.0.0",
  3476. "hyperf/contract": "~2.0.0",
  3477. "hyperf/database": "~2.0.0",
  3478. "hyperf/devtool": "~2.0.0",
  3479. "hyperf/di": "~2.0.0",
  3480. "hyperf/framework": "~2.0.0",
  3481. "hyperf/http-server": "~2.0.0",
  3482. "hyperf/translation": "~2.0.0",
  3483. "hyperf/utils": "~2.0.0",
  3484. "nesbot/carbon": "^2.21",
  3485. "php": ">=7.2",
  3486. "psr/container": "^1.0",
  3487. "psr/event-dispatcher": "^1.0",
  3488. "psr/http-message": "^1.0"
  3489. },
  3490. "require-dev": {
  3491. "friendsofphp/php-cs-fixer": "^2.14",
  3492. "hyperf/db-connection": "~2.0.0",
  3493. "hyperf/testing": "~2.0.0",
  3494. "mockery/mockery": "^1.2"
  3495. },
  3496. "type": "library",
  3497. "extra": {
  3498. "branch-alias": {
  3499. "dev-master": "2.0-dev"
  3500. },
  3501. "hyperf": {
  3502. "config": "Hyperf\\Validation\\ConfigProvider"
  3503. }
  3504. },
  3505. "autoload": {
  3506. "psr-4": {
  3507. "Hyperf\\Validation\\": "src/"
  3508. }
  3509. },
  3510. "notification-url": "https://packagist.org/downloads/",
  3511. "license": [
  3512. "MIT"
  3513. ],
  3514. "description": "hyperf validation",
  3515. "keywords": [
  3516. "hyperf",
  3517. "validation"
  3518. ],
  3519. "time": "2020-07-20T03:40:32+00:00"
  3520. },
  3521. {
  3522. "name": "jetbrains/phpstorm-stubs",
  3523. "version": "v2019.3",
  3524. "source": {
  3525. "type": "git",
  3526. "url": "https://github.com/JetBrains/phpstorm-stubs.git",
  3527. "reference": "883b6facd78e01c0743b554af86fa590c2573f40"
  3528. },
  3529. "dist": {
  3530. "type": "zip",
  3531. "url": "https://api.github.com/repos/JetBrains/phpstorm-stubs/zipball/883b6facd78e01c0743b554af86fa590c2573f40",
  3532. "reference": "883b6facd78e01c0743b554af86fa590c2573f40",
  3533. "shasum": "",
  3534. "mirrors": [
  3535. {
  3536. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3537. "preferred": true
  3538. }
  3539. ]
  3540. },
  3541. "require-dev": {
  3542. "nikic/php-parser": "^4",
  3543. "php": "^7.1",
  3544. "phpdocumentor/reflection-docblock": "^4.3",
  3545. "phpunit/phpunit": "^7"
  3546. },
  3547. "type": "library",
  3548. "autoload": {
  3549. "files": [
  3550. "PhpStormStubsMap.php"
  3551. ]
  3552. },
  3553. "notification-url": "https://packagist.org/downloads/",
  3554. "license": [
  3555. "Apache-2.0"
  3556. ],
  3557. "description": "PHP runtime & extensions header files for PhpStorm",
  3558. "homepage": "https://www.jetbrains.com/phpstorm",
  3559. "keywords": [
  3560. "autocomplete",
  3561. "code",
  3562. "inference",
  3563. "inspection",
  3564. "jetbrains",
  3565. "phpstorm",
  3566. "stubs",
  3567. "type"
  3568. ],
  3569. "time": "2019-12-05T16:56:26+00:00"
  3570. },
  3571. {
  3572. "name": "laminas/laminas-mime",
  3573. "version": "2.7.4",
  3574. "source": {
  3575. "type": "git",
  3576. "url": "https://github.com/laminas/laminas-mime.git",
  3577. "reference": "e45a7d856bf7b4a7b5bd00d6371f9961dc233add"
  3578. },
  3579. "dist": {
  3580. "type": "zip",
  3581. "url": "https://api.github.com/repos/laminas/laminas-mime/zipball/e45a7d856bf7b4a7b5bd00d6371f9961dc233add",
  3582. "reference": "e45a7d856bf7b4a7b5bd00d6371f9961dc233add",
  3583. "shasum": "",
  3584. "mirrors": [
  3585. {
  3586. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3587. "preferred": true
  3588. }
  3589. ]
  3590. },
  3591. "require": {
  3592. "laminas/laminas-stdlib": "^2.7 || ^3.0",
  3593. "laminas/laminas-zendframework-bridge": "^1.0",
  3594. "php": "^5.6 || ^7.0"
  3595. },
  3596. "replace": {
  3597. "zendframework/zend-mime": "^2.7.2"
  3598. },
  3599. "require-dev": {
  3600. "laminas/laminas-coding-standard": "~1.0.0",
  3601. "laminas/laminas-mail": "^2.6",
  3602. "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20"
  3603. },
  3604. "suggest": {
  3605. "laminas/laminas-mail": "Laminas\\Mail component"
  3606. },
  3607. "type": "library",
  3608. "extra": {
  3609. "branch-alias": {
  3610. "dev-master": "2.7.x-dev",
  3611. "dev-develop": "2.8.x-dev"
  3612. }
  3613. },
  3614. "autoload": {
  3615. "psr-4": {
  3616. "Laminas\\Mime\\": "src/"
  3617. }
  3618. },
  3619. "notification-url": "https://packagist.org/downloads/",
  3620. "license": [
  3621. "BSD-3-Clause"
  3622. ],
  3623. "description": "Create and parse MIME messages and parts",
  3624. "homepage": "https://laminas.dev",
  3625. "keywords": [
  3626. "laminas",
  3627. "mime"
  3628. ],
  3629. "time": "2020-03-29T13:12:07+00:00"
  3630. },
  3631. {
  3632. "name": "laminas/laminas-stdlib",
  3633. "version": "3.2.1",
  3634. "source": {
  3635. "type": "git",
  3636. "url": "https://github.com/laminas/laminas-stdlib.git",
  3637. "reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6"
  3638. },
  3639. "dist": {
  3640. "type": "zip",
  3641. "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/2b18347625a2f06a1a485acfbc870f699dbe51c6",
  3642. "reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6",
  3643. "shasum": "",
  3644. "mirrors": [
  3645. {
  3646. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3647. "preferred": true
  3648. }
  3649. ]
  3650. },
  3651. "require": {
  3652. "laminas/laminas-zendframework-bridge": "^1.0",
  3653. "php": "^5.6 || ^7.0"
  3654. },
  3655. "replace": {
  3656. "zendframework/zend-stdlib": "self.version"
  3657. },
  3658. "require-dev": {
  3659. "laminas/laminas-coding-standard": "~1.0.0",
  3660. "phpbench/phpbench": "^0.13",
  3661. "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
  3662. },
  3663. "type": "library",
  3664. "extra": {
  3665. "branch-alias": {
  3666. "dev-master": "3.2.x-dev",
  3667. "dev-develop": "3.3.x-dev"
  3668. }
  3669. },
  3670. "autoload": {
  3671. "psr-4": {
  3672. "Laminas\\Stdlib\\": "src/"
  3673. }
  3674. },
  3675. "notification-url": "https://packagist.org/downloads/",
  3676. "license": [
  3677. "BSD-3-Clause"
  3678. ],
  3679. "description": "SPL extensions, array utilities, error handlers, and more",
  3680. "homepage": "https://laminas.dev",
  3681. "keywords": [
  3682. "laminas",
  3683. "stdlib"
  3684. ],
  3685. "time": "2019-12-31T17:51:15+00:00"
  3686. },
  3687. {
  3688. "name": "laminas/laminas-zendframework-bridge",
  3689. "version": "1.0.4",
  3690. "source": {
  3691. "type": "git",
  3692. "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
  3693. "reference": "fcd87520e4943d968557803919523772475e8ea3"
  3694. },
  3695. "dist": {
  3696. "type": "zip",
  3697. "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/fcd87520e4943d968557803919523772475e8ea3",
  3698. "reference": "fcd87520e4943d968557803919523772475e8ea3",
  3699. "shasum": "",
  3700. "mirrors": [
  3701. {
  3702. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3703. "preferred": true
  3704. }
  3705. ]
  3706. },
  3707. "require": {
  3708. "php": "^5.6 || ^7.0"
  3709. },
  3710. "require-dev": {
  3711. "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1",
  3712. "squizlabs/php_codesniffer": "^3.5"
  3713. },
  3714. "type": "library",
  3715. "extra": {
  3716. "branch-alias": {
  3717. "dev-master": "1.0.x-dev",
  3718. "dev-develop": "1.1.x-dev"
  3719. },
  3720. "laminas": {
  3721. "module": "Laminas\\ZendFrameworkBridge"
  3722. }
  3723. },
  3724. "autoload": {
  3725. "files": [
  3726. "src/autoload.php"
  3727. ],
  3728. "psr-4": {
  3729. "Laminas\\ZendFrameworkBridge\\": "src//"
  3730. }
  3731. },
  3732. "notification-url": "https://packagist.org/downloads/",
  3733. "license": [
  3734. "BSD-3-Clause"
  3735. ],
  3736. "description": "Alias legacy ZF class names to Laminas Project equivalents.",
  3737. "keywords": [
  3738. "ZendFramework",
  3739. "autoloading",
  3740. "laminas",
  3741. "zf"
  3742. ],
  3743. "funding": [
  3744. {
  3745. "url": "https://funding.communitybridge.org/projects/laminas-project",
  3746. "type": "community_bridge"
  3747. }
  3748. ],
  3749. "time": "2020-05-20T16:45:56+00:00"
  3750. },
  3751. {
  3752. "name": "league/flysystem",
  3753. "version": "1.0.69",
  3754. "source": {
  3755. "type": "git",
  3756. "url": "https://github.com/thephpleague/flysystem.git",
  3757. "reference": "7106f78428a344bc4f643c233a94e48795f10967"
  3758. },
  3759. "dist": {
  3760. "type": "zip",
  3761. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/7106f78428a344bc4f643c233a94e48795f10967",
  3762. "reference": "7106f78428a344bc4f643c233a94e48795f10967",
  3763. "shasum": "",
  3764. "mirrors": [
  3765. {
  3766. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3767. "preferred": true
  3768. }
  3769. ]
  3770. },
  3771. "require": {
  3772. "ext-fileinfo": "*",
  3773. "php": ">=5.5.9"
  3774. },
  3775. "conflict": {
  3776. "league/flysystem-sftp": "<1.0.6"
  3777. },
  3778. "require-dev": {
  3779. "phpspec/phpspec": "^3.4",
  3780. "phpunit/phpunit": "^5.7.26"
  3781. },
  3782. "suggest": {
  3783. "ext-fileinfo": "Required for MimeType",
  3784. "ext-ftp": "Allows you to use FTP server storage",
  3785. "ext-openssl": "Allows you to use FTPS server storage",
  3786. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  3787. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  3788. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  3789. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  3790. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  3791. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  3792. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  3793. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  3794. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  3795. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  3796. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  3797. },
  3798. "type": "library",
  3799. "extra": {
  3800. "branch-alias": {
  3801. "dev-master": "1.1-dev"
  3802. }
  3803. },
  3804. "autoload": {
  3805. "psr-4": {
  3806. "League\\Flysystem\\": "src/"
  3807. }
  3808. },
  3809. "notification-url": "https://packagist.org/downloads/",
  3810. "license": [
  3811. "MIT"
  3812. ],
  3813. "authors": [
  3814. {
  3815. "name": "Frank de Jonge",
  3816. "email": "info@frenky.net"
  3817. }
  3818. ],
  3819. "description": "Filesystem abstraction: Many filesystems, one API.",
  3820. "keywords": [
  3821. "Cloud Files",
  3822. "WebDAV",
  3823. "abstraction",
  3824. "aws",
  3825. "cloud",
  3826. "copy.com",
  3827. "dropbox",
  3828. "file systems",
  3829. "files",
  3830. "filesystem",
  3831. "filesystems",
  3832. "ftp",
  3833. "rackspace",
  3834. "remote",
  3835. "s3",
  3836. "sftp",
  3837. "storage"
  3838. ],
  3839. "funding": [
  3840. {
  3841. "url": "https://offset.earth/frankdejonge",
  3842. "type": "other"
  3843. }
  3844. ],
  3845. "time": "2020-05-18T15:13:39+00:00"
  3846. },
  3847. {
  3848. "name": "markrogoyski/math-php",
  3849. "version": "v0.49.0",
  3850. "source": {
  3851. "type": "git",
  3852. "url": "https://github.com/markrogoyski/math-php.git",
  3853. "reference": "41d56a7542233cbb0489e7982facdb1d88d8c08b"
  3854. },
  3855. "dist": {
  3856. "type": "zip",
  3857. "url": "https://api.github.com/repos/markrogoyski/math-php/zipball/41d56a7542233cbb0489e7982facdb1d88d8c08b",
  3858. "reference": "41d56a7542233cbb0489e7982facdb1d88d8c08b",
  3859. "shasum": "",
  3860. "mirrors": [
  3861. {
  3862. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3863. "preferred": true
  3864. }
  3865. ]
  3866. },
  3867. "require": {
  3868. "php": ">=7.0.0"
  3869. },
  3870. "require-dev": {
  3871. "php-coveralls/php-coveralls": "^2.0",
  3872. "phploc/phploc": "*",
  3873. "phpmd/phpmd": "^2.6",
  3874. "phpstan/phpstan": "*",
  3875. "phpunit/phpunit": "6.*",
  3876. "squizlabs/php_codesniffer": "2.*"
  3877. },
  3878. "type": "library",
  3879. "autoload": {
  3880. "psr-4": {
  3881. "MathPHP\\": "src/"
  3882. }
  3883. },
  3884. "notification-url": "https://packagist.org/downloads/",
  3885. "license": [
  3886. "MIT"
  3887. ],
  3888. "authors": [
  3889. {
  3890. "name": "Kevin Nowaczyk",
  3891. "role": "Contributor"
  3892. },
  3893. {
  3894. "name": "Jakob Sandberg",
  3895. "role": "Contributor"
  3896. },
  3897. {
  3898. "name": "Mark Rogoyski",
  3899. "email": "mark@rogoyski.com",
  3900. "homepage": "https://github.com/markrogoyski",
  3901. "role": "Lead developer"
  3902. }
  3903. ],
  3904. "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",
  3905. "homepage": "https://github.com/markrogoyski/math-php/",
  3906. "keywords": [
  3907. "algebra",
  3908. "combinatorics",
  3909. "distributions",
  3910. "linear algebra",
  3911. "math",
  3912. "mathematics",
  3913. "matrix",
  3914. "numerical analysis",
  3915. "probability",
  3916. "regressions",
  3917. "statistics"
  3918. ],
  3919. "time": "2019-02-23T19:49:38+00:00"
  3920. },
  3921. {
  3922. "name": "monolog/monolog",
  3923. "version": "2.1.0",
  3924. "source": {
  3925. "type": "git",
  3926. "url": "https://github.com/Seldaek/monolog.git",
  3927. "reference": "38914429aac460e8e4616c8cb486ecb40ec90bb1"
  3928. },
  3929. "dist": {
  3930. "type": "zip",
  3931. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/38914429aac460e8e4616c8cb486ecb40ec90bb1",
  3932. "reference": "38914429aac460e8e4616c8cb486ecb40ec90bb1",
  3933. "shasum": "",
  3934. "mirrors": [
  3935. {
  3936. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3937. "preferred": true
  3938. }
  3939. ]
  3940. },
  3941. "require": {
  3942. "php": ">=7.2",
  3943. "psr/log": "^1.0.1"
  3944. },
  3945. "provide": {
  3946. "psr/log-implementation": "1.0.0"
  3947. },
  3948. "require-dev": {
  3949. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  3950. "doctrine/couchdb": "~1.0@dev",
  3951. "elasticsearch/elasticsearch": "^6.0",
  3952. "graylog2/gelf-php": "^1.4.2",
  3953. "php-amqplib/php-amqplib": "~2.4",
  3954. "php-console/php-console": "^3.1.3",
  3955. "php-parallel-lint/php-parallel-lint": "^1.0",
  3956. "phpspec/prophecy": "^1.6.1",
  3957. "phpunit/phpunit": "^8.5",
  3958. "predis/predis": "^1.1",
  3959. "rollbar/rollbar": "^1.3",
  3960. "ruflin/elastica": ">=0.90 <3.0",
  3961. "swiftmailer/swiftmailer": "^5.3|^6.0"
  3962. },
  3963. "suggest": {
  3964. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  3965. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  3966. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  3967. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  3968. "ext-mbstring": "Allow to work properly with unicode symbols",
  3969. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  3970. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  3971. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  3972. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  3973. "php-console/php-console": "Allow sending log messages to Google Chrome",
  3974. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  3975. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  3976. },
  3977. "type": "library",
  3978. "extra": {
  3979. "branch-alias": {
  3980. "dev-master": "2.x-dev"
  3981. }
  3982. },
  3983. "autoload": {
  3984. "psr-4": {
  3985. "Monolog\\": "src/Monolog"
  3986. }
  3987. },
  3988. "notification-url": "https://packagist.org/downloads/",
  3989. "license": [
  3990. "MIT"
  3991. ],
  3992. "authors": [
  3993. {
  3994. "name": "Jordi Boggiano",
  3995. "email": "j.boggiano@seld.be",
  3996. "homepage": "http://seld.be"
  3997. }
  3998. ],
  3999. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  4000. "homepage": "http://github.com/Seldaek/monolog",
  4001. "keywords": [
  4002. "log",
  4003. "logging",
  4004. "psr-3"
  4005. ],
  4006. "funding": [
  4007. {
  4008. "url": "https://github.com/Seldaek",
  4009. "type": "github"
  4010. },
  4011. {
  4012. "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
  4013. "type": "tidelift"
  4014. }
  4015. ],
  4016. "time": "2020-05-22T08:12:19+00:00"
  4017. },
  4018. {
  4019. "name": "mtdowling/jmespath.php",
  4020. "version": "2.6.0",
  4021. "source": {
  4022. "type": "git",
  4023. "url": "https://github.com/jmespath/jmespath.php.git",
  4024. "reference": "42dae2cbd13154083ca6d70099692fef8ca84bfb"
  4025. },
  4026. "dist": {
  4027. "type": "zip",
  4028. "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/42dae2cbd13154083ca6d70099692fef8ca84bfb",
  4029. "reference": "42dae2cbd13154083ca6d70099692fef8ca84bfb",
  4030. "shasum": "",
  4031. "mirrors": [
  4032. {
  4033. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4034. "preferred": true
  4035. }
  4036. ]
  4037. },
  4038. "require": {
  4039. "php": "^5.4 || ^7.0 || ^8.0",
  4040. "symfony/polyfill-mbstring": "^1.17"
  4041. },
  4042. "require-dev": {
  4043. "composer/xdebug-handler": "^1.4",
  4044. "phpunit/phpunit": "^4.8.36 || ^7.5.15"
  4045. },
  4046. "bin": [
  4047. "bin/jp.php"
  4048. ],
  4049. "type": "library",
  4050. "extra": {
  4051. "branch-alias": {
  4052. "dev-master": "2.6-dev"
  4053. }
  4054. },
  4055. "autoload": {
  4056. "psr-4": {
  4057. "JmesPath\\": "src/"
  4058. },
  4059. "files": [
  4060. "src/JmesPath.php"
  4061. ]
  4062. },
  4063. "notification-url": "https://packagist.org/downloads/",
  4064. "license": [
  4065. "MIT"
  4066. ],
  4067. "authors": [
  4068. {
  4069. "name": "Michael Dowling",
  4070. "email": "mtdowling@gmail.com",
  4071. "homepage": "https://github.com/mtdowling"
  4072. }
  4073. ],
  4074. "description": "Declaratively specify how to extract elements from a JSON document",
  4075. "keywords": [
  4076. "json",
  4077. "jsonpath"
  4078. ],
  4079. "time": "2020-07-31T21:01:56+00:00"
  4080. },
  4081. {
  4082. "name": "nesbot/carbon",
  4083. "version": "2.36.1",
  4084. "source": {
  4085. "type": "git",
  4086. "url": "https://github.com/briannesbitt/Carbon.git",
  4087. "reference": "ee7378a36cc62952100e718bcc58be4c7210e55f"
  4088. },
  4089. "dist": {
  4090. "type": "zip",
  4091. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/ee7378a36cc62952100e718bcc58be4c7210e55f",
  4092. "reference": "ee7378a36cc62952100e718bcc58be4c7210e55f",
  4093. "shasum": "",
  4094. "mirrors": [
  4095. {
  4096. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4097. "preferred": true
  4098. }
  4099. ]
  4100. },
  4101. "require": {
  4102. "ext-json": "*",
  4103. "php": "^7.1.8 || ^8.0",
  4104. "symfony/polyfill-mbstring": "^1.0",
  4105. "symfony/translation": "^3.4 || ^4.0 || ^5.0"
  4106. },
  4107. "require-dev": {
  4108. "doctrine/orm": "^2.7",
  4109. "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
  4110. "kylekatarnls/multi-tester": "^2.0",
  4111. "phpmd/phpmd": "^2.8",
  4112. "phpstan/extension-installer": "^1.0",
  4113. "phpstan/phpstan": "^0.12.30",
  4114. "phpunit/phpunit": "^7.5 || ^8.0",
  4115. "squizlabs/php_codesniffer": "^3.4"
  4116. },
  4117. "bin": [
  4118. "bin/carbon"
  4119. ],
  4120. "type": "library",
  4121. "extra": {
  4122. "branch-alias": {
  4123. "dev-master": "2.x-dev",
  4124. "dev-3.x": "3.x-dev"
  4125. },
  4126. "laravel": {
  4127. "providers": [
  4128. "Carbon\\Laravel\\ServiceProvider"
  4129. ]
  4130. },
  4131. "phpstan": {
  4132. "includes": [
  4133. "extension.neon"
  4134. ]
  4135. }
  4136. },
  4137. "autoload": {
  4138. "psr-4": {
  4139. "Carbon\\": "src/Carbon/"
  4140. }
  4141. },
  4142. "notification-url": "https://packagist.org/downloads/",
  4143. "license": [
  4144. "MIT"
  4145. ],
  4146. "authors": [
  4147. {
  4148. "name": "Brian Nesbitt",
  4149. "email": "brian@nesbot.com",
  4150. "homepage": "http://nesbot.com"
  4151. },
  4152. {
  4153. "name": "kylekatarnls",
  4154. "homepage": "http://github.com/kylekatarnls"
  4155. }
  4156. ],
  4157. "description": "An API extension for DateTime that supports 281 different languages.",
  4158. "homepage": "http://carbon.nesbot.com",
  4159. "keywords": [
  4160. "date",
  4161. "datetime",
  4162. "time"
  4163. ],
  4164. "funding": [
  4165. {
  4166. "url": "https://opencollective.com/Carbon",
  4167. "type": "open_collective"
  4168. },
  4169. {
  4170. "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
  4171. "type": "tidelift"
  4172. }
  4173. ],
  4174. "time": "2020-07-04T12:29:56+00:00"
  4175. },
  4176. {
  4177. "name": "nikic/fast-route",
  4178. "version": "v1.3.0",
  4179. "source": {
  4180. "type": "git",
  4181. "url": "https://github.com/nikic/FastRoute.git",
  4182. "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
  4183. },
  4184. "dist": {
  4185. "type": "zip",
  4186. "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
  4187. "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
  4188. "shasum": "",
  4189. "mirrors": [
  4190. {
  4191. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4192. "preferred": true
  4193. }
  4194. ]
  4195. },
  4196. "require": {
  4197. "php": ">=5.4.0"
  4198. },
  4199. "require-dev": {
  4200. "phpunit/phpunit": "^4.8.35|~5.7"
  4201. },
  4202. "type": "library",
  4203. "autoload": {
  4204. "psr-4": {
  4205. "FastRoute\\": "src/"
  4206. },
  4207. "files": [
  4208. "src/functions.php"
  4209. ]
  4210. },
  4211. "notification-url": "https://packagist.org/downloads/",
  4212. "license": [
  4213. "BSD-3-Clause"
  4214. ],
  4215. "authors": [
  4216. {
  4217. "name": "Nikita Popov",
  4218. "email": "nikic@php.net"
  4219. }
  4220. ],
  4221. "description": "Fast request router for PHP",
  4222. "keywords": [
  4223. "router",
  4224. "routing"
  4225. ],
  4226. "time": "2018-02-13T20:26:39+00:00"
  4227. },
  4228. {
  4229. "name": "nikic/php-parser",
  4230. "version": "v4.6.0",
  4231. "source": {
  4232. "type": "git",
  4233. "url": "https://github.com/nikic/PHP-Parser.git",
  4234. "reference": "c346bbfafe2ff60680258b631afb730d186ed864"
  4235. },
  4236. "dist": {
  4237. "type": "zip",
  4238. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c346bbfafe2ff60680258b631afb730d186ed864",
  4239. "reference": "c346bbfafe2ff60680258b631afb730d186ed864",
  4240. "shasum": "",
  4241. "mirrors": [
  4242. {
  4243. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4244. "preferred": true
  4245. }
  4246. ]
  4247. },
  4248. "require": {
  4249. "ext-tokenizer": "*",
  4250. "php": ">=7.0"
  4251. },
  4252. "require-dev": {
  4253. "ircmaxell/php-yacc": "0.0.5",
  4254. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
  4255. },
  4256. "bin": [
  4257. "bin/php-parse"
  4258. ],
  4259. "type": "library",
  4260. "extra": {
  4261. "branch-alias": {
  4262. "dev-master": "4.3-dev"
  4263. }
  4264. },
  4265. "autoload": {
  4266. "psr-4": {
  4267. "PhpParser\\": "lib/PhpParser"
  4268. }
  4269. },
  4270. "notification-url": "https://packagist.org/downloads/",
  4271. "license": [
  4272. "BSD-3-Clause"
  4273. ],
  4274. "authors": [
  4275. {
  4276. "name": "Nikita Popov"
  4277. }
  4278. ],
  4279. "description": "A PHP parser written in PHP",
  4280. "keywords": [
  4281. "parser",
  4282. "php"
  4283. ],
  4284. "time": "2020-07-02T17:12:47+00:00"
  4285. },
  4286. {
  4287. "name": "overtrue/socialite",
  4288. "version": "2.0.16",
  4289. "source": {
  4290. "type": "git",
  4291. "url": "https://github.com/overtrue/socialite.git",
  4292. "reference": "bbcd8ffd2e1f3aa7c4d5298c56c6d73803aa3067"
  4293. },
  4294. "dist": {
  4295. "type": "zip",
  4296. "url": "https://api.github.com/repos/overtrue/socialite/zipball/bbcd8ffd2e1f3aa7c4d5298c56c6d73803aa3067",
  4297. "reference": "bbcd8ffd2e1f3aa7c4d5298c56c6d73803aa3067",
  4298. "shasum": "",
  4299. "mirrors": [
  4300. {
  4301. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4302. "preferred": true
  4303. }
  4304. ]
  4305. },
  4306. "require": {
  4307. "ext-json": "*",
  4308. "guzzlehttp/guzzle": "~5.0|~6.0",
  4309. "php": ">=7.0",
  4310. "symfony/http-foundation": "^2.7|^3.0|^4.0|^5.0"
  4311. },
  4312. "conflict": {
  4313. "socialiteproviders/weixin": "*"
  4314. },
  4315. "require-dev": {
  4316. "mockery/mockery": "~1.2",
  4317. "phpunit/phpunit": "~6"
  4318. },
  4319. "type": "library",
  4320. "autoload": {
  4321. "psr-4": {
  4322. "Overtrue\\Socialite\\": "src/"
  4323. }
  4324. },
  4325. "notification-url": "https://packagist.org/downloads/",
  4326. "license": [
  4327. "MIT"
  4328. ],
  4329. "authors": [
  4330. {
  4331. "name": "overtrue",
  4332. "email": "anzhengchao@gmail.com"
  4333. }
  4334. ],
  4335. "description": "A collection of OAuth 2 packages that extracts from laravel/socialite.",
  4336. "keywords": [
  4337. "login",
  4338. "oauth",
  4339. "qq",
  4340. "social",
  4341. "wechat",
  4342. "weibo"
  4343. ],
  4344. "funding": [
  4345. {
  4346. "url": "https://www.patreon.com/overtrue",
  4347. "type": "patreon"
  4348. }
  4349. ],
  4350. "time": "2020-03-04T15:22:25+00:00"
  4351. },
  4352. {
  4353. "name": "overtrue/wechat",
  4354. "version": "4.2.30",
  4355. "source": {
  4356. "type": "git",
  4357. "url": "https://github.com/overtrue/wechat.git",
  4358. "reference": "708dbc84eea25e249e4cb6d01f6bcb95a6cad116"
  4359. },
  4360. "dist": {
  4361. "type": "zip",
  4362. "url": "https://api.github.com/repos/overtrue/wechat/zipball/708dbc84eea25e249e4cb6d01f6bcb95a6cad116",
  4363. "reference": "708dbc84eea25e249e4cb6d01f6bcb95a6cad116",
  4364. "shasum": "",
  4365. "mirrors": [
  4366. {
  4367. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4368. "preferred": true
  4369. }
  4370. ]
  4371. },
  4372. "require": {
  4373. "easywechat-composer/easywechat-composer": "^1.1",
  4374. "ext-fileinfo": "*",
  4375. "ext-openssl": "*",
  4376. "ext-simplexml": "*",
  4377. "guzzlehttp/guzzle": "^6.2 || ^7.0",
  4378. "monolog/monolog": "^1.22 || ^2.0",
  4379. "overtrue/socialite": "~2.0",
  4380. "php": ">=7.2",
  4381. "pimple/pimple": "^3.0",
  4382. "psr/simple-cache": "^1.0",
  4383. "symfony/cache": "^3.3 || ^4.3 || ^5.0",
  4384. "symfony/event-dispatcher": "^4.3 || ^5.0",
  4385. "symfony/http-foundation": "^2.7 || ^3.0 || ^4.0 || ^5.0",
  4386. "symfony/psr-http-message-bridge": "^0.3 || ^1.0 || ^2.0"
  4387. },
  4388. "require-dev": {
  4389. "friendsofphp/php-cs-fixer": "^2.15",
  4390. "mikey179/vfsstream": "^1.6",
  4391. "mockery/mockery": "^1.2.3",
  4392. "phpstan/phpstan": "^0.12.0",
  4393. "phpunit/phpunit": "^7.5"
  4394. },
  4395. "type": "library",
  4396. "autoload": {
  4397. "psr-4": {
  4398. "EasyWeChat\\": "src/"
  4399. },
  4400. "files": [
  4401. "src/Kernel/Support/Helpers.php",
  4402. "src/Kernel/Helpers.php"
  4403. ]
  4404. },
  4405. "notification-url": "https://packagist.org/downloads/",
  4406. "license": [
  4407. "MIT"
  4408. ],
  4409. "authors": [
  4410. {
  4411. "name": "overtrue",
  4412. "email": "anzhengchao@gmail.com"
  4413. }
  4414. ],
  4415. "description": "微信SDK",
  4416. "keywords": [
  4417. "easywechat",
  4418. "sdk",
  4419. "wechat",
  4420. "weixin",
  4421. "weixin-sdk"
  4422. ],
  4423. "funding": [
  4424. {
  4425. "url": "https://www.easywechat.com/img/pay/wechat.jpg",
  4426. "type": "custom"
  4427. },
  4428. {
  4429. "url": "https://github.com/overtrue",
  4430. "type": "github"
  4431. },
  4432. {
  4433. "url": "https://www.patreon.com/overtrue",
  4434. "type": "patreon"
  4435. }
  4436. ],
  4437. "time": "2020-07-29T07:36:50+00:00"
  4438. },
  4439. {
  4440. "name": "paragonie/random_compat",
  4441. "version": "v9.99.99",
  4442. "source": {
  4443. "type": "git",
  4444. "url": "https://github.com/paragonie/random_compat.git",
  4445. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
  4446. },
  4447. "dist": {
  4448. "type": "zip",
  4449. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  4450. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  4451. "shasum": "",
  4452. "mirrors": [
  4453. {
  4454. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4455. "preferred": true
  4456. }
  4457. ]
  4458. },
  4459. "require": {
  4460. "php": "^7"
  4461. },
  4462. "require-dev": {
  4463. "phpunit/phpunit": "4.*|5.*",
  4464. "vimeo/psalm": "^1"
  4465. },
  4466. "suggest": {
  4467. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  4468. },
  4469. "type": "library",
  4470. "notification-url": "https://packagist.org/downloads/",
  4471. "license": [
  4472. "MIT"
  4473. ],
  4474. "authors": [
  4475. {
  4476. "name": "Paragon Initiative Enterprises",
  4477. "email": "security@paragonie.com",
  4478. "homepage": "https://paragonie.com"
  4479. }
  4480. ],
  4481. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  4482. "keywords": [
  4483. "csprng",
  4484. "polyfill",
  4485. "pseudorandom",
  4486. "random"
  4487. ],
  4488. "time": "2018-07-02T15:55:56+00:00"
  4489. },
  4490. {
  4491. "name": "php-amqplib/php-amqplib",
  4492. "version": "v2.11.3",
  4493. "source": {
  4494. "type": "git",
  4495. "url": "https://github.com/php-amqplib/php-amqplib.git",
  4496. "reference": "6353c5d2d3021a301914bc6566e695c99cfeb742"
  4497. },
  4498. "dist": {
  4499. "type": "zip",
  4500. "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/6353c5d2d3021a301914bc6566e695c99cfeb742",
  4501. "reference": "6353c5d2d3021a301914bc6566e695c99cfeb742",
  4502. "shasum": "",
  4503. "mirrors": [
  4504. {
  4505. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4506. "preferred": true
  4507. }
  4508. ]
  4509. },
  4510. "require": {
  4511. "ext-mbstring": "*",
  4512. "ext-sockets": "*",
  4513. "php": ">=5.6.3",
  4514. "phpseclib/phpseclib": "^2.0.0"
  4515. },
  4516. "conflict": {
  4517. "php": "7.4.0 - 7.4.1"
  4518. },
  4519. "replace": {
  4520. "videlalvaro/php-amqplib": "self.version"
  4521. },
  4522. "require-dev": {
  4523. "ext-curl": "*",
  4524. "nategood/httpful": "^0.2.20",
  4525. "phpunit/phpunit": "^5.7|^6.5|^7.0",
  4526. "squizlabs/php_codesniffer": "^2.5"
  4527. },
  4528. "type": "library",
  4529. "extra": {
  4530. "branch-alias": {
  4531. "dev-master": "2.11-dev"
  4532. }
  4533. },
  4534. "autoload": {
  4535. "psr-4": {
  4536. "PhpAmqpLib\\": "PhpAmqpLib/"
  4537. }
  4538. },
  4539. "notification-url": "https://packagist.org/downloads/",
  4540. "license": [
  4541. "LGPL-2.1-or-later"
  4542. ],
  4543. "authors": [
  4544. {
  4545. "name": "Alvaro Videla",
  4546. "role": "Original Maintainer"
  4547. },
  4548. {
  4549. "name": "Raúl Araya",
  4550. "email": "nubeiro@gmail.com",
  4551. "role": "Maintainer"
  4552. },
  4553. {
  4554. "name": "Luke Bakken",
  4555. "email": "luke@bakken.io",
  4556. "role": "Maintainer"
  4557. },
  4558. {
  4559. "name": "Ramūnas Dronga",
  4560. "email": "github@ramuno.lt",
  4561. "role": "Maintainer"
  4562. }
  4563. ],
  4564. "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
  4565. "homepage": "https://github.com/php-amqplib/php-amqplib/",
  4566. "keywords": [
  4567. "message",
  4568. "queue",
  4569. "rabbitmq"
  4570. ],
  4571. "time": "2020-05-13T13:56:11+00:00"
  4572. },
  4573. {
  4574. "name": "php-di/phpdoc-reader",
  4575. "version": "2.1.1",
  4576. "source": {
  4577. "type": "git",
  4578. "url": "https://github.com/PHP-DI/PhpDocReader.git",
  4579. "reference": "15678f7451c020226807f520efb867ad26fbbfcf"
  4580. },
  4581. "dist": {
  4582. "type": "zip",
  4583. "url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/15678f7451c020226807f520efb867ad26fbbfcf",
  4584. "reference": "15678f7451c020226807f520efb867ad26fbbfcf",
  4585. "shasum": "",
  4586. "mirrors": [
  4587. {
  4588. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4589. "preferred": true
  4590. }
  4591. ]
  4592. },
  4593. "require": {
  4594. "php": ">=5.4.0"
  4595. },
  4596. "require-dev": {
  4597. "phpunit/phpunit": "~4.6"
  4598. },
  4599. "type": "library",
  4600. "autoload": {
  4601. "psr-4": {
  4602. "PhpDocReader\\": "src/PhpDocReader"
  4603. }
  4604. },
  4605. "notification-url": "https://packagist.org/downloads/",
  4606. "license": [
  4607. "MIT"
  4608. ],
  4609. "description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)",
  4610. "keywords": [
  4611. "phpdoc",
  4612. "reflection"
  4613. ],
  4614. "time": "2019-09-26T11:24:58+00:00"
  4615. },
  4616. {
  4617. "name": "phpdocumentor/reflection-common",
  4618. "version": "2.2.0",
  4619. "source": {
  4620. "type": "git",
  4621. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  4622. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
  4623. },
  4624. "dist": {
  4625. "type": "zip",
  4626. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  4627. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  4628. "shasum": "",
  4629. "mirrors": [
  4630. {
  4631. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4632. "preferred": true
  4633. }
  4634. ]
  4635. },
  4636. "require": {
  4637. "php": "^7.2 || ^8.0"
  4638. },
  4639. "type": "library",
  4640. "extra": {
  4641. "branch-alias": {
  4642. "dev-2.x": "2.x-dev"
  4643. }
  4644. },
  4645. "autoload": {
  4646. "psr-4": {
  4647. "phpDocumentor\\Reflection\\": "src/"
  4648. }
  4649. },
  4650. "notification-url": "https://packagist.org/downloads/",
  4651. "license": [
  4652. "MIT"
  4653. ],
  4654. "authors": [
  4655. {
  4656. "name": "Jaap van Otterdijk",
  4657. "email": "opensource@ijaap.nl"
  4658. }
  4659. ],
  4660. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  4661. "homepage": "http://www.phpdoc.org",
  4662. "keywords": [
  4663. "FQSEN",
  4664. "phpDocumentor",
  4665. "phpdoc",
  4666. "reflection",
  4667. "static analysis"
  4668. ],
  4669. "time": "2020-06-27T09:03:43+00:00"
  4670. },
  4671. {
  4672. "name": "phpdocumentor/reflection-docblock",
  4673. "version": "5.1.0",
  4674. "source": {
  4675. "type": "git",
  4676. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  4677. "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e"
  4678. },
  4679. "dist": {
  4680. "type": "zip",
  4681. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
  4682. "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
  4683. "shasum": "",
  4684. "mirrors": [
  4685. {
  4686. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4687. "preferred": true
  4688. }
  4689. ]
  4690. },
  4691. "require": {
  4692. "ext-filter": "^7.1",
  4693. "php": "^7.2",
  4694. "phpdocumentor/reflection-common": "^2.0",
  4695. "phpdocumentor/type-resolver": "^1.0",
  4696. "webmozart/assert": "^1"
  4697. },
  4698. "require-dev": {
  4699. "doctrine/instantiator": "^1",
  4700. "mockery/mockery": "^1"
  4701. },
  4702. "type": "library",
  4703. "extra": {
  4704. "branch-alias": {
  4705. "dev-master": "5.x-dev"
  4706. }
  4707. },
  4708. "autoload": {
  4709. "psr-4": {
  4710. "phpDocumentor\\Reflection\\": "src"
  4711. }
  4712. },
  4713. "notification-url": "https://packagist.org/downloads/",
  4714. "license": [
  4715. "MIT"
  4716. ],
  4717. "authors": [
  4718. {
  4719. "name": "Mike van Riel",
  4720. "email": "me@mikevanriel.com"
  4721. },
  4722. {
  4723. "name": "Jaap van Otterdijk",
  4724. "email": "account@ijaap.nl"
  4725. }
  4726. ],
  4727. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  4728. "time": "2020-02-22T12:28:44+00:00"
  4729. },
  4730. {
  4731. "name": "phpdocumentor/type-resolver",
  4732. "version": "1.3.0",
  4733. "source": {
  4734. "type": "git",
  4735. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  4736. "reference": "e878a14a65245fbe78f8080eba03b47c3b705651"
  4737. },
  4738. "dist": {
  4739. "type": "zip",
  4740. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e878a14a65245fbe78f8080eba03b47c3b705651",
  4741. "reference": "e878a14a65245fbe78f8080eba03b47c3b705651",
  4742. "shasum": "",
  4743. "mirrors": [
  4744. {
  4745. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4746. "preferred": true
  4747. }
  4748. ]
  4749. },
  4750. "require": {
  4751. "php": "^7.2 || ^8.0",
  4752. "phpdocumentor/reflection-common": "^2.0"
  4753. },
  4754. "require-dev": {
  4755. "ext-tokenizer": "*"
  4756. },
  4757. "type": "library",
  4758. "extra": {
  4759. "branch-alias": {
  4760. "dev-1.x": "1.x-dev"
  4761. }
  4762. },
  4763. "autoload": {
  4764. "psr-4": {
  4765. "phpDocumentor\\Reflection\\": "src"
  4766. }
  4767. },
  4768. "notification-url": "https://packagist.org/downloads/",
  4769. "license": [
  4770. "MIT"
  4771. ],
  4772. "authors": [
  4773. {
  4774. "name": "Mike van Riel",
  4775. "email": "me@mikevanriel.com"
  4776. }
  4777. ],
  4778. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  4779. "time": "2020-06-27T10:12:23+00:00"
  4780. },
  4781. {
  4782. "name": "phpoption/phpoption",
  4783. "version": "1.7.4",
  4784. "source": {
  4785. "type": "git",
  4786. "url": "https://github.com/schmittjoh/php-option.git",
  4787. "reference": "b2ada2ad5d8a32b89088b8adc31ecd2e3a13baf3"
  4788. },
  4789. "dist": {
  4790. "type": "zip",
  4791. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/b2ada2ad5d8a32b89088b8adc31ecd2e3a13baf3",
  4792. "reference": "b2ada2ad5d8a32b89088b8adc31ecd2e3a13baf3",
  4793. "shasum": "",
  4794. "mirrors": [
  4795. {
  4796. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4797. "preferred": true
  4798. }
  4799. ]
  4800. },
  4801. "require": {
  4802. "php": "^5.5.9 || ^7.0 || ^8.0"
  4803. },
  4804. "require-dev": {
  4805. "bamarni/composer-bin-plugin": "^1.3",
  4806. "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
  4807. },
  4808. "type": "library",
  4809. "extra": {
  4810. "branch-alias": {
  4811. "dev-master": "1.7-dev"
  4812. }
  4813. },
  4814. "autoload": {
  4815. "psr-4": {
  4816. "PhpOption\\": "src/PhpOption/"
  4817. }
  4818. },
  4819. "notification-url": "https://packagist.org/downloads/",
  4820. "license": [
  4821. "Apache-2.0"
  4822. ],
  4823. "authors": [
  4824. {
  4825. "name": "Johannes M. Schmitt",
  4826. "email": "schmittjoh@gmail.com"
  4827. },
  4828. {
  4829. "name": "Graham Campbell",
  4830. "email": "graham@alt-three.com"
  4831. }
  4832. ],
  4833. "description": "Option Type for PHP",
  4834. "keywords": [
  4835. "language",
  4836. "option",
  4837. "php",
  4838. "type"
  4839. ],
  4840. "funding": [
  4841. {
  4842. "url": "https://github.com/GrahamCampbell",
  4843. "type": "github"
  4844. },
  4845. {
  4846. "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
  4847. "type": "tidelift"
  4848. }
  4849. ],
  4850. "time": "2020-06-07T10:40:07+00:00"
  4851. },
  4852. {
  4853. "name": "phpseclib/phpseclib",
  4854. "version": "2.0.28",
  4855. "source": {
  4856. "type": "git",
  4857. "url": "https://github.com/phpseclib/phpseclib.git",
  4858. "reference": "d1ca58cf33cb21046d702ae3a7b14fdacd9f3260"
  4859. },
  4860. "dist": {
  4861. "type": "zip",
  4862. "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/d1ca58cf33cb21046d702ae3a7b14fdacd9f3260",
  4863. "reference": "d1ca58cf33cb21046d702ae3a7b14fdacd9f3260",
  4864. "shasum": "",
  4865. "mirrors": [
  4866. {
  4867. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4868. "preferred": true
  4869. }
  4870. ]
  4871. },
  4872. "require": {
  4873. "php": ">=5.3.3"
  4874. },
  4875. "require-dev": {
  4876. "phing/phing": "~2.7",
  4877. "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
  4878. "sami/sami": "~2.0",
  4879. "squizlabs/php_codesniffer": "~2.0"
  4880. },
  4881. "suggest": {
  4882. "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
  4883. "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
  4884. "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
  4885. "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
  4886. },
  4887. "type": "library",
  4888. "autoload": {
  4889. "files": [
  4890. "phpseclib/bootstrap.php"
  4891. ],
  4892. "psr-4": {
  4893. "phpseclib\\": "phpseclib/"
  4894. }
  4895. },
  4896. "notification-url": "https://packagist.org/downloads/",
  4897. "license": [
  4898. "MIT"
  4899. ],
  4900. "authors": [
  4901. {
  4902. "name": "Jim Wigginton",
  4903. "email": "terrafrost@php.net",
  4904. "role": "Lead Developer"
  4905. },
  4906. {
  4907. "name": "Patrick Monnerat",
  4908. "email": "pm@datasphere.ch",
  4909. "role": "Developer"
  4910. },
  4911. {
  4912. "name": "Andreas Fischer",
  4913. "email": "bantu@phpbb.com",
  4914. "role": "Developer"
  4915. },
  4916. {
  4917. "name": "Hans-Jürgen Petrich",
  4918. "email": "petrich@tronic-media.com",
  4919. "role": "Developer"
  4920. },
  4921. {
  4922. "name": "Graham Campbell",
  4923. "email": "graham@alt-three.com",
  4924. "role": "Developer"
  4925. }
  4926. ],
  4927. "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
  4928. "homepage": "http://phpseclib.sourceforge.net",
  4929. "keywords": [
  4930. "BigInteger",
  4931. "aes",
  4932. "asn.1",
  4933. "asn1",
  4934. "blowfish",
  4935. "crypto",
  4936. "cryptography",
  4937. "encryption",
  4938. "rsa",
  4939. "security",
  4940. "sftp",
  4941. "signature",
  4942. "signing",
  4943. "ssh",
  4944. "twofish",
  4945. "x.509",
  4946. "x509"
  4947. ],
  4948. "funding": [
  4949. {
  4950. "url": "https://github.com/terrafrost",
  4951. "type": "github"
  4952. },
  4953. {
  4954. "url": "https://www.patreon.com/phpseclib",
  4955. "type": "patreon"
  4956. },
  4957. {
  4958. "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
  4959. "type": "tidelift"
  4960. }
  4961. ],
  4962. "time": "2020-07-08T09:08:33+00:00"
  4963. },
  4964. {
  4965. "name": "pimple/pimple",
  4966. "version": "v3.3.0",
  4967. "source": {
  4968. "type": "git",
  4969. "url": "https://github.com/silexphp/Pimple.git",
  4970. "reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930"
  4971. },
  4972. "dist": {
  4973. "type": "zip",
  4974. "url": "https://api.github.com/repos/silexphp/Pimple/zipball/e55d12f9d6a0e7f9c85992b73df1267f46279930",
  4975. "reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930",
  4976. "shasum": "",
  4977. "mirrors": [
  4978. {
  4979. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4980. "preferred": true
  4981. }
  4982. ]
  4983. },
  4984. "require": {
  4985. "php": "^7.2.5",
  4986. "psr/container": "^1.0"
  4987. },
  4988. "require-dev": {
  4989. "symfony/phpunit-bridge": "^3.4|^4.4|^5.0"
  4990. },
  4991. "type": "library",
  4992. "extra": {
  4993. "branch-alias": {
  4994. "dev-master": "3.3.x-dev"
  4995. }
  4996. },
  4997. "autoload": {
  4998. "psr-0": {
  4999. "Pimple": "src/"
  5000. }
  5001. },
  5002. "notification-url": "https://packagist.org/downloads/",
  5003. "license": [
  5004. "MIT"
  5005. ],
  5006. "authors": [
  5007. {
  5008. "name": "Fabien Potencier",
  5009. "email": "fabien@symfony.com"
  5010. }
  5011. ],
  5012. "description": "Pimple, a simple Dependency Injection Container",
  5013. "homepage": "https://pimple.symfony.com",
  5014. "keywords": [
  5015. "container",
  5016. "dependency injection"
  5017. ],
  5018. "time": "2020-03-03T09:12:48+00:00"
  5019. },
  5020. {
  5021. "name": "psr/cache",
  5022. "version": "1.0.1",
  5023. "source": {
  5024. "type": "git",
  5025. "url": "https://github.com/php-fig/cache.git",
  5026. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  5027. },
  5028. "dist": {
  5029. "type": "zip",
  5030. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  5031. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  5032. "shasum": "",
  5033. "mirrors": [
  5034. {
  5035. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5036. "preferred": true
  5037. }
  5038. ]
  5039. },
  5040. "require": {
  5041. "php": ">=5.3.0"
  5042. },
  5043. "type": "library",
  5044. "extra": {
  5045. "branch-alias": {
  5046. "dev-master": "1.0.x-dev"
  5047. }
  5048. },
  5049. "autoload": {
  5050. "psr-4": {
  5051. "Psr\\Cache\\": "src/"
  5052. }
  5053. },
  5054. "notification-url": "https://packagist.org/downloads/",
  5055. "license": [
  5056. "MIT"
  5057. ],
  5058. "authors": [
  5059. {
  5060. "name": "PHP-FIG",
  5061. "homepage": "http://www.php-fig.org/"
  5062. }
  5063. ],
  5064. "description": "Common interface for caching libraries",
  5065. "keywords": [
  5066. "cache",
  5067. "psr",
  5068. "psr-6"
  5069. ],
  5070. "time": "2016-08-06T20:24:11+00:00"
  5071. },
  5072. {
  5073. "name": "psr/container",
  5074. "version": "1.0.0",
  5075. "source": {
  5076. "type": "git",
  5077. "url": "https://github.com/php-fig/container.git",
  5078. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  5079. },
  5080. "dist": {
  5081. "type": "zip",
  5082. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  5083. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  5084. "shasum": "",
  5085. "mirrors": [
  5086. {
  5087. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5088. "preferred": true
  5089. }
  5090. ]
  5091. },
  5092. "require": {
  5093. "php": ">=5.3.0"
  5094. },
  5095. "type": "library",
  5096. "extra": {
  5097. "branch-alias": {
  5098. "dev-master": "1.0.x-dev"
  5099. }
  5100. },
  5101. "autoload": {
  5102. "psr-4": {
  5103. "Psr\\Container\\": "src/"
  5104. }
  5105. },
  5106. "notification-url": "https://packagist.org/downloads/",
  5107. "license": [
  5108. "MIT"
  5109. ],
  5110. "authors": [
  5111. {
  5112. "name": "PHP-FIG",
  5113. "homepage": "http://www.php-fig.org/"
  5114. }
  5115. ],
  5116. "description": "Common Container Interface (PHP FIG PSR-11)",
  5117. "homepage": "https://github.com/php-fig/container",
  5118. "keywords": [
  5119. "PSR-11",
  5120. "container",
  5121. "container-interface",
  5122. "container-interop",
  5123. "psr"
  5124. ],
  5125. "time": "2017-02-14T16:28:37+00:00"
  5126. },
  5127. {
  5128. "name": "psr/event-dispatcher",
  5129. "version": "1.0.0",
  5130. "source": {
  5131. "type": "git",
  5132. "url": "https://github.com/php-fig/event-dispatcher.git",
  5133. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  5134. },
  5135. "dist": {
  5136. "type": "zip",
  5137. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  5138. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  5139. "shasum": "",
  5140. "mirrors": [
  5141. {
  5142. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5143. "preferred": true
  5144. }
  5145. ]
  5146. },
  5147. "require": {
  5148. "php": ">=7.2.0"
  5149. },
  5150. "type": "library",
  5151. "extra": {
  5152. "branch-alias": {
  5153. "dev-master": "1.0.x-dev"
  5154. }
  5155. },
  5156. "autoload": {
  5157. "psr-4": {
  5158. "Psr\\EventDispatcher\\": "src/"
  5159. }
  5160. },
  5161. "notification-url": "https://packagist.org/downloads/",
  5162. "license": [
  5163. "MIT"
  5164. ],
  5165. "authors": [
  5166. {
  5167. "name": "PHP-FIG",
  5168. "homepage": "http://www.php-fig.org/"
  5169. }
  5170. ],
  5171. "description": "Standard interfaces for event handling.",
  5172. "keywords": [
  5173. "events",
  5174. "psr",
  5175. "psr-14"
  5176. ],
  5177. "time": "2019-01-08T18:20:26+00:00"
  5178. },
  5179. {
  5180. "name": "psr/http-message",
  5181. "version": "1.0.1",
  5182. "source": {
  5183. "type": "git",
  5184. "url": "https://github.com/php-fig/http-message.git",
  5185. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  5186. },
  5187. "dist": {
  5188. "type": "zip",
  5189. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  5190. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  5191. "shasum": "",
  5192. "mirrors": [
  5193. {
  5194. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5195. "preferred": true
  5196. }
  5197. ]
  5198. },
  5199. "require": {
  5200. "php": ">=5.3.0"
  5201. },
  5202. "type": "library",
  5203. "extra": {
  5204. "branch-alias": {
  5205. "dev-master": "1.0.x-dev"
  5206. }
  5207. },
  5208. "autoload": {
  5209. "psr-4": {
  5210. "Psr\\Http\\Message\\": "src/"
  5211. }
  5212. },
  5213. "notification-url": "https://packagist.org/downloads/",
  5214. "license": [
  5215. "MIT"
  5216. ],
  5217. "authors": [
  5218. {
  5219. "name": "PHP-FIG",
  5220. "homepage": "http://www.php-fig.org/"
  5221. }
  5222. ],
  5223. "description": "Common interface for HTTP messages",
  5224. "homepage": "https://github.com/php-fig/http-message",
  5225. "keywords": [
  5226. "http",
  5227. "http-message",
  5228. "psr",
  5229. "psr-7",
  5230. "request",
  5231. "response"
  5232. ],
  5233. "time": "2016-08-06T14:39:51+00:00"
  5234. },
  5235. {
  5236. "name": "psr/http-server-handler",
  5237. "version": "1.0.1",
  5238. "source": {
  5239. "type": "git",
  5240. "url": "https://github.com/php-fig/http-server-handler.git",
  5241. "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
  5242. },
  5243. "dist": {
  5244. "type": "zip",
  5245. "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
  5246. "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
  5247. "shasum": "",
  5248. "mirrors": [
  5249. {
  5250. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5251. "preferred": true
  5252. }
  5253. ]
  5254. },
  5255. "require": {
  5256. "php": ">=7.0",
  5257. "psr/http-message": "^1.0"
  5258. },
  5259. "type": "library",
  5260. "extra": {
  5261. "branch-alias": {
  5262. "dev-master": "1.0.x-dev"
  5263. }
  5264. },
  5265. "autoload": {
  5266. "psr-4": {
  5267. "Psr\\Http\\Server\\": "src/"
  5268. }
  5269. },
  5270. "notification-url": "https://packagist.org/downloads/",
  5271. "license": [
  5272. "MIT"
  5273. ],
  5274. "authors": [
  5275. {
  5276. "name": "PHP-FIG",
  5277. "homepage": "http://www.php-fig.org/"
  5278. }
  5279. ],
  5280. "description": "Common interface for HTTP server-side request handler",
  5281. "keywords": [
  5282. "handler",
  5283. "http",
  5284. "http-interop",
  5285. "psr",
  5286. "psr-15",
  5287. "psr-7",
  5288. "request",
  5289. "response",
  5290. "server"
  5291. ],
  5292. "time": "2018-10-30T16:46:14+00:00"
  5293. },
  5294. {
  5295. "name": "psr/http-server-middleware",
  5296. "version": "1.0.1",
  5297. "source": {
  5298. "type": "git",
  5299. "url": "https://github.com/php-fig/http-server-middleware.git",
  5300. "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5"
  5301. },
  5302. "dist": {
  5303. "type": "zip",
  5304. "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5",
  5305. "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5",
  5306. "shasum": "",
  5307. "mirrors": [
  5308. {
  5309. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5310. "preferred": true
  5311. }
  5312. ]
  5313. },
  5314. "require": {
  5315. "php": ">=7.0",
  5316. "psr/http-message": "^1.0",
  5317. "psr/http-server-handler": "^1.0"
  5318. },
  5319. "type": "library",
  5320. "extra": {
  5321. "branch-alias": {
  5322. "dev-master": "1.0.x-dev"
  5323. }
  5324. },
  5325. "autoload": {
  5326. "psr-4": {
  5327. "Psr\\Http\\Server\\": "src/"
  5328. }
  5329. },
  5330. "notification-url": "https://packagist.org/downloads/",
  5331. "license": [
  5332. "MIT"
  5333. ],
  5334. "authors": [
  5335. {
  5336. "name": "PHP-FIG",
  5337. "homepage": "http://www.php-fig.org/"
  5338. }
  5339. ],
  5340. "description": "Common interface for HTTP server-side middleware",
  5341. "keywords": [
  5342. "http",
  5343. "http-interop",
  5344. "middleware",
  5345. "psr",
  5346. "psr-15",
  5347. "psr-7",
  5348. "request",
  5349. "response"
  5350. ],
  5351. "time": "2018-10-30T17:12:04+00:00"
  5352. },
  5353. {
  5354. "name": "psr/log",
  5355. "version": "1.1.3",
  5356. "source": {
  5357. "type": "git",
  5358. "url": "https://github.com/php-fig/log.git",
  5359. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  5360. },
  5361. "dist": {
  5362. "type": "zip",
  5363. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  5364. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  5365. "shasum": "",
  5366. "mirrors": [
  5367. {
  5368. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5369. "preferred": true
  5370. }
  5371. ]
  5372. },
  5373. "require": {
  5374. "php": ">=5.3.0"
  5375. },
  5376. "type": "library",
  5377. "extra": {
  5378. "branch-alias": {
  5379. "dev-master": "1.1.x-dev"
  5380. }
  5381. },
  5382. "autoload": {
  5383. "psr-4": {
  5384. "Psr\\Log\\": "Psr/Log/"
  5385. }
  5386. },
  5387. "notification-url": "https://packagist.org/downloads/",
  5388. "license": [
  5389. "MIT"
  5390. ],
  5391. "authors": [
  5392. {
  5393. "name": "PHP-FIG",
  5394. "homepage": "http://www.php-fig.org/"
  5395. }
  5396. ],
  5397. "description": "Common interface for logging libraries",
  5398. "homepage": "https://github.com/php-fig/log",
  5399. "keywords": [
  5400. "log",
  5401. "psr",
  5402. "psr-3"
  5403. ],
  5404. "time": "2020-03-23T09:12:05+00:00"
  5405. },
  5406. {
  5407. "name": "psr/simple-cache",
  5408. "version": "1.0.1",
  5409. "source": {
  5410. "type": "git",
  5411. "url": "https://github.com/php-fig/simple-cache.git",
  5412. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  5413. },
  5414. "dist": {
  5415. "type": "zip",
  5416. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  5417. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  5418. "shasum": "",
  5419. "mirrors": [
  5420. {
  5421. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5422. "preferred": true
  5423. }
  5424. ]
  5425. },
  5426. "require": {
  5427. "php": ">=5.3.0"
  5428. },
  5429. "type": "library",
  5430. "extra": {
  5431. "branch-alias": {
  5432. "dev-master": "1.0.x-dev"
  5433. }
  5434. },
  5435. "autoload": {
  5436. "psr-4": {
  5437. "Psr\\SimpleCache\\": "src/"
  5438. }
  5439. },
  5440. "notification-url": "https://packagist.org/downloads/",
  5441. "license": [
  5442. "MIT"
  5443. ],
  5444. "authors": [
  5445. {
  5446. "name": "PHP-FIG",
  5447. "homepage": "http://www.php-fig.org/"
  5448. }
  5449. ],
  5450. "description": "Common interfaces for simple caching",
  5451. "keywords": [
  5452. "cache",
  5453. "caching",
  5454. "psr",
  5455. "psr-16",
  5456. "simple-cache"
  5457. ],
  5458. "time": "2017-10-23T01:57:42+00:00"
  5459. },
  5460. {
  5461. "name": "ralouphie/getallheaders",
  5462. "version": "3.0.3",
  5463. "source": {
  5464. "type": "git",
  5465. "url": "https://github.com/ralouphie/getallheaders.git",
  5466. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  5467. },
  5468. "dist": {
  5469. "type": "zip",
  5470. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  5471. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  5472. "shasum": "",
  5473. "mirrors": [
  5474. {
  5475. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5476. "preferred": true
  5477. }
  5478. ]
  5479. },
  5480. "require": {
  5481. "php": ">=5.6"
  5482. },
  5483. "require-dev": {
  5484. "php-coveralls/php-coveralls": "^2.1",
  5485. "phpunit/phpunit": "^5 || ^6.5"
  5486. },
  5487. "type": "library",
  5488. "autoload": {
  5489. "files": [
  5490. "src/getallheaders.php"
  5491. ]
  5492. },
  5493. "notification-url": "https://packagist.org/downloads/",
  5494. "license": [
  5495. "MIT"
  5496. ],
  5497. "authors": [
  5498. {
  5499. "name": "Ralph Khattar",
  5500. "email": "ralph.khattar@gmail.com"
  5501. }
  5502. ],
  5503. "description": "A polyfill for getallheaders.",
  5504. "time": "2019-03-08T08:55:37+00:00"
  5505. },
  5506. {
  5507. "name": "roave/better-reflection",
  5508. "version": "4.3.0",
  5509. "source": {
  5510. "type": "git",
  5511. "url": "https://github.com/Roave/BetterReflection.git",
  5512. "reference": "aa017e698b47feed410721f3d20e2bacfcba59d5"
  5513. },
  5514. "dist": {
  5515. "type": "zip",
  5516. "url": "https://api.github.com/repos/Roave/BetterReflection/zipball/aa017e698b47feed410721f3d20e2bacfcba59d5",
  5517. "reference": "aa017e698b47feed410721f3d20e2bacfcba59d5",
  5518. "shasum": "",
  5519. "mirrors": [
  5520. {
  5521. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5522. "preferred": true
  5523. }
  5524. ]
  5525. },
  5526. "require": {
  5527. "ext-json": "*",
  5528. "jetbrains/phpstorm-stubs": "2019.3",
  5529. "nikic/php-parser": "^4.4.0",
  5530. "php": ">=7.2.0,<7.5.0",
  5531. "phpdocumentor/reflection-docblock": "^5.1.0",
  5532. "phpdocumentor/type-resolver": "^1.1.0",
  5533. "roave/signature": "^1.0"
  5534. },
  5535. "require-dev": {
  5536. "doctrine/coding-standard": "^7.0.2",
  5537. "phpstan/phpstan": "^0.12.25",
  5538. "phpunit/phpunit": "^8.5.4",
  5539. "vimeo/psalm": "3.11.2"
  5540. },
  5541. "suggest": {
  5542. "composer/composer": "Required to use the ComposerSourceLocator"
  5543. },
  5544. "type": "library",
  5545. "extra": {
  5546. "branch-alias": {
  5547. "dev-master": "4.0-dev"
  5548. }
  5549. },
  5550. "autoload": {
  5551. "psr-4": {
  5552. "Roave\\BetterReflection\\": "src"
  5553. }
  5554. },
  5555. "notification-url": "https://packagist.org/downloads/",
  5556. "license": [
  5557. "MIT"
  5558. ],
  5559. "authors": [
  5560. {
  5561. "name": "James Titcumb",
  5562. "email": "james@asgrim.com",
  5563. "homepage": "https://github.com/asgrim"
  5564. },
  5565. {
  5566. "name": "Marco Pivetta",
  5567. "email": "ocramius@gmail.com",
  5568. "homepage": "https://ocramius.github.io/"
  5569. },
  5570. {
  5571. "name": "Gary Hockin",
  5572. "email": "gary@roave.com",
  5573. "homepage": "https://github.com/geeh"
  5574. },
  5575. {
  5576. "name": "Jaroslav Hanslík",
  5577. "email": "kukulich@kukulich.cz",
  5578. "homepage": "https://github.com/kukulich"
  5579. }
  5580. ],
  5581. "description": "Better Reflection - an improved code reflection API",
  5582. "time": "2020-05-28T14:10:32+00:00"
  5583. },
  5584. {
  5585. "name": "roave/signature",
  5586. "version": "1.0.0",
  5587. "source": {
  5588. "type": "git",
  5589. "url": "https://github.com/Roave/Signature.git",
  5590. "reference": "bed4ecbdd7f312ab6bb39561ac191f520bcee386"
  5591. },
  5592. "dist": {
  5593. "type": "zip",
  5594. "url": "https://api.github.com/repos/Roave/Signature/zipball/bed4ecbdd7f312ab6bb39561ac191f520bcee386",
  5595. "reference": "bed4ecbdd7f312ab6bb39561ac191f520bcee386",
  5596. "shasum": "",
  5597. "mirrors": [
  5598. {
  5599. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5600. "preferred": true
  5601. }
  5602. ]
  5603. },
  5604. "require": {
  5605. "php": "^7.0|^7.1"
  5606. },
  5607. "require-dev": {
  5608. "phpunit/phpunit": "^5.6"
  5609. },
  5610. "type": "library",
  5611. "autoload": {
  5612. "psr-4": {
  5613. "Roave\\Signature\\": "src"
  5614. }
  5615. },
  5616. "notification-url": "https://packagist.org/downloads/",
  5617. "license": [
  5618. "MIT"
  5619. ],
  5620. "description": "Sign and verify stuff",
  5621. "time": "2017-02-17T13:53:21+00:00"
  5622. },
  5623. {
  5624. "name": "symfony/cache",
  5625. "version": "v5.1.3",
  5626. "source": {
  5627. "type": "git",
  5628. "url": "https://github.com/symfony/cache.git",
  5629. "reference": "a9ac09a5e9786b734a4baa98158c2cd3251f1e4c"
  5630. },
  5631. "dist": {
  5632. "type": "zip",
  5633. "url": "https://api.github.com/repos/symfony/cache/zipball/a9ac09a5e9786b734a4baa98158c2cd3251f1e4c",
  5634. "reference": "a9ac09a5e9786b734a4baa98158c2cd3251f1e4c",
  5635. "shasum": "",
  5636. "mirrors": [
  5637. {
  5638. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5639. "preferred": true
  5640. }
  5641. ]
  5642. },
  5643. "require": {
  5644. "php": ">=7.2.5",
  5645. "psr/cache": "~1.0",
  5646. "psr/log": "~1.0",
  5647. "symfony/cache-contracts": "^1.1.7|^2",
  5648. "symfony/polyfill-php80": "^1.15",
  5649. "symfony/service-contracts": "^1.1|^2",
  5650. "symfony/var-exporter": "^4.4|^5.0"
  5651. },
  5652. "conflict": {
  5653. "doctrine/dbal": "<2.5",
  5654. "symfony/dependency-injection": "<4.4",
  5655. "symfony/http-kernel": "<4.4",
  5656. "symfony/var-dumper": "<4.4"
  5657. },
  5658. "provide": {
  5659. "psr/cache-implementation": "1.0",
  5660. "psr/simple-cache-implementation": "1.0",
  5661. "symfony/cache-implementation": "1.0"
  5662. },
  5663. "require-dev": {
  5664. "cache/integration-tests": "dev-master",
  5665. "doctrine/cache": "^1.6",
  5666. "doctrine/dbal": "^2.5|^3.0",
  5667. "predis/predis": "^1.1",
  5668. "psr/simple-cache": "^1.0",
  5669. "symfony/config": "^4.4|^5.0",
  5670. "symfony/dependency-injection": "^4.4|^5.0",
  5671. "symfony/var-dumper": "^4.4|^5.0"
  5672. },
  5673. "type": "library",
  5674. "extra": {
  5675. "branch-alias": {
  5676. "dev-master": "5.1-dev"
  5677. }
  5678. },
  5679. "autoload": {
  5680. "psr-4": {
  5681. "Symfony\\Component\\Cache\\": ""
  5682. },
  5683. "exclude-from-classmap": [
  5684. "/Tests/"
  5685. ]
  5686. },
  5687. "notification-url": "https://packagist.org/downloads/",
  5688. "license": [
  5689. "MIT"
  5690. ],
  5691. "authors": [
  5692. {
  5693. "name": "Nicolas Grekas",
  5694. "email": "p@tchwork.com"
  5695. },
  5696. {
  5697. "name": "Symfony Community",
  5698. "homepage": "https://symfony.com/contributors"
  5699. }
  5700. ],
  5701. "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
  5702. "homepage": "https://symfony.com",
  5703. "keywords": [
  5704. "caching",
  5705. "psr6"
  5706. ],
  5707. "funding": [
  5708. {
  5709. "url": "https://symfony.com/sponsor",
  5710. "type": "custom"
  5711. },
  5712. {
  5713. "url": "https://github.com/fabpot",
  5714. "type": "github"
  5715. },
  5716. {
  5717. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5718. "type": "tidelift"
  5719. }
  5720. ],
  5721. "time": "2020-07-23T17:22:30+00:00"
  5722. },
  5723. {
  5724. "name": "symfony/cache-contracts",
  5725. "version": "v2.1.3",
  5726. "source": {
  5727. "type": "git",
  5728. "url": "https://github.com/symfony/cache-contracts.git",
  5729. "reference": "9771a09d2e6b84ecb8c9f0a7dbc72ee92aeba009"
  5730. },
  5731. "dist": {
  5732. "type": "zip",
  5733. "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/9771a09d2e6b84ecb8c9f0a7dbc72ee92aeba009",
  5734. "reference": "9771a09d2e6b84ecb8c9f0a7dbc72ee92aeba009",
  5735. "shasum": "",
  5736. "mirrors": [
  5737. {
  5738. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5739. "preferred": true
  5740. }
  5741. ]
  5742. },
  5743. "require": {
  5744. "php": ">=7.2.5",
  5745. "psr/cache": "^1.0"
  5746. },
  5747. "suggest": {
  5748. "symfony/cache-implementation": ""
  5749. },
  5750. "type": "library",
  5751. "extra": {
  5752. "branch-alias": {
  5753. "dev-master": "2.1-dev"
  5754. },
  5755. "thanks": {
  5756. "name": "symfony/contracts",
  5757. "url": "https://github.com/symfony/contracts"
  5758. }
  5759. },
  5760. "autoload": {
  5761. "psr-4": {
  5762. "Symfony\\Contracts\\Cache\\": ""
  5763. }
  5764. },
  5765. "notification-url": "https://packagist.org/downloads/",
  5766. "license": [
  5767. "MIT"
  5768. ],
  5769. "authors": [
  5770. {
  5771. "name": "Nicolas Grekas",
  5772. "email": "p@tchwork.com"
  5773. },
  5774. {
  5775. "name": "Symfony Community",
  5776. "homepage": "https://symfony.com/contributors"
  5777. }
  5778. ],
  5779. "description": "Generic abstractions related to caching",
  5780. "homepage": "https://symfony.com",
  5781. "keywords": [
  5782. "abstractions",
  5783. "contracts",
  5784. "decoupling",
  5785. "interfaces",
  5786. "interoperability",
  5787. "standards"
  5788. ],
  5789. "funding": [
  5790. {
  5791. "url": "https://symfony.com/sponsor",
  5792. "type": "custom"
  5793. },
  5794. {
  5795. "url": "https://github.com/fabpot",
  5796. "type": "github"
  5797. },
  5798. {
  5799. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5800. "type": "tidelift"
  5801. }
  5802. ],
  5803. "time": "2020-07-06T13:23:11+00:00"
  5804. },
  5805. {
  5806. "name": "symfony/console",
  5807. "version": "v5.1.2",
  5808. "source": {
  5809. "type": "git",
  5810. "url": "https://github.com/symfony/console.git",
  5811. "reference": "34ac555a3627e324b660e318daa07572e1140123"
  5812. },
  5813. "dist": {
  5814. "type": "zip",
  5815. "url": "https://api.github.com/repos/symfony/console/zipball/34ac555a3627e324b660e318daa07572e1140123",
  5816. "reference": "34ac555a3627e324b660e318daa07572e1140123",
  5817. "shasum": "",
  5818. "mirrors": [
  5819. {
  5820. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5821. "preferred": true
  5822. }
  5823. ]
  5824. },
  5825. "require": {
  5826. "php": ">=7.2.5",
  5827. "symfony/polyfill-mbstring": "~1.0",
  5828. "symfony/polyfill-php73": "^1.8",
  5829. "symfony/polyfill-php80": "^1.15",
  5830. "symfony/service-contracts": "^1.1|^2",
  5831. "symfony/string": "^5.1"
  5832. },
  5833. "conflict": {
  5834. "symfony/dependency-injection": "<4.4",
  5835. "symfony/dotenv": "<5.1",
  5836. "symfony/event-dispatcher": "<4.4",
  5837. "symfony/lock": "<4.4",
  5838. "symfony/process": "<4.4"
  5839. },
  5840. "provide": {
  5841. "psr/log-implementation": "1.0"
  5842. },
  5843. "require-dev": {
  5844. "psr/log": "~1.0",
  5845. "symfony/config": "^4.4|^5.0",
  5846. "symfony/dependency-injection": "^4.4|^5.0",
  5847. "symfony/event-dispatcher": "^4.4|^5.0",
  5848. "symfony/lock": "^4.4|^5.0",
  5849. "symfony/process": "^4.4|^5.0",
  5850. "symfony/var-dumper": "^4.4|^5.0"
  5851. },
  5852. "suggest": {
  5853. "psr/log": "For using the console logger",
  5854. "symfony/event-dispatcher": "",
  5855. "symfony/lock": "",
  5856. "symfony/process": ""
  5857. },
  5858. "type": "library",
  5859. "extra": {
  5860. "branch-alias": {
  5861. "dev-master": "5.1-dev"
  5862. }
  5863. },
  5864. "autoload": {
  5865. "psr-4": {
  5866. "Symfony\\Component\\Console\\": ""
  5867. },
  5868. "exclude-from-classmap": [
  5869. "/Tests/"
  5870. ]
  5871. },
  5872. "notification-url": "https://packagist.org/downloads/",
  5873. "license": [
  5874. "MIT"
  5875. ],
  5876. "authors": [
  5877. {
  5878. "name": "Fabien Potencier",
  5879. "email": "fabien@symfony.com"
  5880. },
  5881. {
  5882. "name": "Symfony Community",
  5883. "homepage": "https://symfony.com/contributors"
  5884. }
  5885. ],
  5886. "description": "Symfony Console Component",
  5887. "homepage": "https://symfony.com",
  5888. "funding": [
  5889. {
  5890. "url": "https://symfony.com/sponsor",
  5891. "type": "custom"
  5892. },
  5893. {
  5894. "url": "https://github.com/fabpot",
  5895. "type": "github"
  5896. },
  5897. {
  5898. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5899. "type": "tidelift"
  5900. }
  5901. ],
  5902. "time": "2020-06-15T12:59:21+00:00"
  5903. },
  5904. {
  5905. "name": "symfony/deprecation-contracts",
  5906. "version": "v2.1.3",
  5907. "source": {
  5908. "type": "git",
  5909. "url": "https://github.com/symfony/deprecation-contracts.git",
  5910. "reference": "5e20b83385a77593259c9f8beb2c43cd03b2ac14"
  5911. },
  5912. "dist": {
  5913. "type": "zip",
  5914. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5e20b83385a77593259c9f8beb2c43cd03b2ac14",
  5915. "reference": "5e20b83385a77593259c9f8beb2c43cd03b2ac14",
  5916. "shasum": "",
  5917. "mirrors": [
  5918. {
  5919. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5920. "preferred": true
  5921. }
  5922. ]
  5923. },
  5924. "require": {
  5925. "php": ">=7.1"
  5926. },
  5927. "type": "library",
  5928. "extra": {
  5929. "branch-alias": {
  5930. "dev-master": "2.1-dev"
  5931. },
  5932. "thanks": {
  5933. "name": "symfony/contracts",
  5934. "url": "https://github.com/symfony/contracts"
  5935. }
  5936. },
  5937. "autoload": {
  5938. "files": [
  5939. "function.php"
  5940. ]
  5941. },
  5942. "notification-url": "https://packagist.org/downloads/",
  5943. "license": [
  5944. "MIT"
  5945. ],
  5946. "authors": [
  5947. {
  5948. "name": "Nicolas Grekas",
  5949. "email": "p@tchwork.com"
  5950. },
  5951. {
  5952. "name": "Symfony Community",
  5953. "homepage": "https://symfony.com/contributors"
  5954. }
  5955. ],
  5956. "description": "A generic function and convention to trigger deprecation notices",
  5957. "homepage": "https://symfony.com",
  5958. "funding": [
  5959. {
  5960. "url": "https://symfony.com/sponsor",
  5961. "type": "custom"
  5962. },
  5963. {
  5964. "url": "https://github.com/fabpot",
  5965. "type": "github"
  5966. },
  5967. {
  5968. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5969. "type": "tidelift"
  5970. }
  5971. ],
  5972. "time": "2020-06-06T08:49:21+00:00"
  5973. },
  5974. {
  5975. "name": "symfony/event-dispatcher",
  5976. "version": "v5.1.2",
  5977. "source": {
  5978. "type": "git",
  5979. "url": "https://github.com/symfony/event-dispatcher.git",
  5980. "reference": "cc0d059e2e997e79ca34125a52f3e33de4424ac7"
  5981. },
  5982. "dist": {
  5983. "type": "zip",
  5984. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/cc0d059e2e997e79ca34125a52f3e33de4424ac7",
  5985. "reference": "cc0d059e2e997e79ca34125a52f3e33de4424ac7",
  5986. "shasum": "",
  5987. "mirrors": [
  5988. {
  5989. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5990. "preferred": true
  5991. }
  5992. ]
  5993. },
  5994. "require": {
  5995. "php": ">=7.2.5",
  5996. "symfony/deprecation-contracts": "^2.1",
  5997. "symfony/event-dispatcher-contracts": "^2",
  5998. "symfony/polyfill-php80": "^1.15"
  5999. },
  6000. "conflict": {
  6001. "symfony/dependency-injection": "<4.4"
  6002. },
  6003. "provide": {
  6004. "psr/event-dispatcher-implementation": "1.0",
  6005. "symfony/event-dispatcher-implementation": "2.0"
  6006. },
  6007. "require-dev": {
  6008. "psr/log": "~1.0",
  6009. "symfony/config": "^4.4|^5.0",
  6010. "symfony/dependency-injection": "^4.4|^5.0",
  6011. "symfony/expression-language": "^4.4|^5.0",
  6012. "symfony/http-foundation": "^4.4|^5.0",
  6013. "symfony/service-contracts": "^1.1|^2",
  6014. "symfony/stopwatch": "^4.4|^5.0"
  6015. },
  6016. "suggest": {
  6017. "symfony/dependency-injection": "",
  6018. "symfony/http-kernel": ""
  6019. },
  6020. "type": "library",
  6021. "extra": {
  6022. "branch-alias": {
  6023. "dev-master": "5.1-dev"
  6024. }
  6025. },
  6026. "autoload": {
  6027. "psr-4": {
  6028. "Symfony\\Component\\EventDispatcher\\": ""
  6029. },
  6030. "exclude-from-classmap": [
  6031. "/Tests/"
  6032. ]
  6033. },
  6034. "notification-url": "https://packagist.org/downloads/",
  6035. "license": [
  6036. "MIT"
  6037. ],
  6038. "authors": [
  6039. {
  6040. "name": "Fabien Potencier",
  6041. "email": "fabien@symfony.com"
  6042. },
  6043. {
  6044. "name": "Symfony Community",
  6045. "homepage": "https://symfony.com/contributors"
  6046. }
  6047. ],
  6048. "description": "Symfony EventDispatcher Component",
  6049. "homepage": "https://symfony.com",
  6050. "funding": [
  6051. {
  6052. "url": "https://symfony.com/sponsor",
  6053. "type": "custom"
  6054. },
  6055. {
  6056. "url": "https://github.com/fabpot",
  6057. "type": "github"
  6058. },
  6059. {
  6060. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6061. "type": "tidelift"
  6062. }
  6063. ],
  6064. "time": "2020-05-20T17:43:50+00:00"
  6065. },
  6066. {
  6067. "name": "symfony/event-dispatcher-contracts",
  6068. "version": "v2.1.3",
  6069. "source": {
  6070. "type": "git",
  6071. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  6072. "reference": "f6f613d74cfc5a623fc36294d3451eb7fa5a042b"
  6073. },
  6074. "dist": {
  6075. "type": "zip",
  6076. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f6f613d74cfc5a623fc36294d3451eb7fa5a042b",
  6077. "reference": "f6f613d74cfc5a623fc36294d3451eb7fa5a042b",
  6078. "shasum": "",
  6079. "mirrors": [
  6080. {
  6081. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6082. "preferred": true
  6083. }
  6084. ]
  6085. },
  6086. "require": {
  6087. "php": ">=7.2.5",
  6088. "psr/event-dispatcher": "^1"
  6089. },
  6090. "suggest": {
  6091. "symfony/event-dispatcher-implementation": ""
  6092. },
  6093. "type": "library",
  6094. "extra": {
  6095. "branch-alias": {
  6096. "dev-master": "2.1-dev"
  6097. },
  6098. "thanks": {
  6099. "name": "symfony/contracts",
  6100. "url": "https://github.com/symfony/contracts"
  6101. }
  6102. },
  6103. "autoload": {
  6104. "psr-4": {
  6105. "Symfony\\Contracts\\EventDispatcher\\": ""
  6106. }
  6107. },
  6108. "notification-url": "https://packagist.org/downloads/",
  6109. "license": [
  6110. "MIT"
  6111. ],
  6112. "authors": [
  6113. {
  6114. "name": "Nicolas Grekas",
  6115. "email": "p@tchwork.com"
  6116. },
  6117. {
  6118. "name": "Symfony Community",
  6119. "homepage": "https://symfony.com/contributors"
  6120. }
  6121. ],
  6122. "description": "Generic abstractions related to dispatching event",
  6123. "homepage": "https://symfony.com",
  6124. "keywords": [
  6125. "abstractions",
  6126. "contracts",
  6127. "decoupling",
  6128. "interfaces",
  6129. "interoperability",
  6130. "standards"
  6131. ],
  6132. "funding": [
  6133. {
  6134. "url": "https://symfony.com/sponsor",
  6135. "type": "custom"
  6136. },
  6137. {
  6138. "url": "https://github.com/fabpot",
  6139. "type": "github"
  6140. },
  6141. {
  6142. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6143. "type": "tidelift"
  6144. }
  6145. ],
  6146. "time": "2020-07-06T13:23:11+00:00"
  6147. },
  6148. {
  6149. "name": "symfony/finder",
  6150. "version": "v5.1.2",
  6151. "source": {
  6152. "type": "git",
  6153. "url": "https://github.com/symfony/finder.git",
  6154. "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187"
  6155. },
  6156. "dist": {
  6157. "type": "zip",
  6158. "url": "https://api.github.com/repos/symfony/finder/zipball/4298870062bfc667cb78d2b379be4bf5dec5f187",
  6159. "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187",
  6160. "shasum": "",
  6161. "mirrors": [
  6162. {
  6163. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6164. "preferred": true
  6165. }
  6166. ]
  6167. },
  6168. "require": {
  6169. "php": ">=7.2.5"
  6170. },
  6171. "type": "library",
  6172. "extra": {
  6173. "branch-alias": {
  6174. "dev-master": "5.1-dev"
  6175. }
  6176. },
  6177. "autoload": {
  6178. "psr-4": {
  6179. "Symfony\\Component\\Finder\\": ""
  6180. },
  6181. "exclude-from-classmap": [
  6182. "/Tests/"
  6183. ]
  6184. },
  6185. "notification-url": "https://packagist.org/downloads/",
  6186. "license": [
  6187. "MIT"
  6188. ],
  6189. "authors": [
  6190. {
  6191. "name": "Fabien Potencier",
  6192. "email": "fabien@symfony.com"
  6193. },
  6194. {
  6195. "name": "Symfony Community",
  6196. "homepage": "https://symfony.com/contributors"
  6197. }
  6198. ],
  6199. "description": "Symfony Finder Component",
  6200. "homepage": "https://symfony.com",
  6201. "funding": [
  6202. {
  6203. "url": "https://symfony.com/sponsor",
  6204. "type": "custom"
  6205. },
  6206. {
  6207. "url": "https://github.com/fabpot",
  6208. "type": "github"
  6209. },
  6210. {
  6211. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6212. "type": "tidelift"
  6213. }
  6214. ],
  6215. "time": "2020-05-20T17:43:50+00:00"
  6216. },
  6217. {
  6218. "name": "symfony/http-foundation",
  6219. "version": "v5.1.3",
  6220. "source": {
  6221. "type": "git",
  6222. "url": "https://github.com/symfony/http-foundation.git",
  6223. "reference": "1f0d6627e680591c61e9176f04a0dc887b4e6702"
  6224. },
  6225. "dist": {
  6226. "type": "zip",
  6227. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/1f0d6627e680591c61e9176f04a0dc887b4e6702",
  6228. "reference": "1f0d6627e680591c61e9176f04a0dc887b4e6702",
  6229. "shasum": "",
  6230. "mirrors": [
  6231. {
  6232. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6233. "preferred": true
  6234. }
  6235. ]
  6236. },
  6237. "require": {
  6238. "php": ">=7.2.5",
  6239. "symfony/deprecation-contracts": "^2.1",
  6240. "symfony/polyfill-mbstring": "~1.1",
  6241. "symfony/polyfill-php80": "^1.15"
  6242. },
  6243. "require-dev": {
  6244. "predis/predis": "~1.0",
  6245. "symfony/cache": "^4.4|^5.0",
  6246. "symfony/expression-language": "^4.4|^5.0",
  6247. "symfony/mime": "^4.4|^5.0"
  6248. },
  6249. "suggest": {
  6250. "symfony/mime": "To use the file extension guesser"
  6251. },
  6252. "type": "library",
  6253. "extra": {
  6254. "branch-alias": {
  6255. "dev-master": "5.1-dev"
  6256. }
  6257. },
  6258. "autoload": {
  6259. "psr-4": {
  6260. "Symfony\\Component\\HttpFoundation\\": ""
  6261. },
  6262. "exclude-from-classmap": [
  6263. "/Tests/"
  6264. ]
  6265. },
  6266. "notification-url": "https://packagist.org/downloads/",
  6267. "license": [
  6268. "MIT"
  6269. ],
  6270. "authors": [
  6271. {
  6272. "name": "Fabien Potencier",
  6273. "email": "fabien@symfony.com"
  6274. },
  6275. {
  6276. "name": "Symfony Community",
  6277. "homepage": "https://symfony.com/contributors"
  6278. }
  6279. ],
  6280. "description": "Symfony HttpFoundation Component",
  6281. "homepage": "https://symfony.com",
  6282. "funding": [
  6283. {
  6284. "url": "https://symfony.com/sponsor",
  6285. "type": "custom"
  6286. },
  6287. {
  6288. "url": "https://github.com/fabpot",
  6289. "type": "github"
  6290. },
  6291. {
  6292. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6293. "type": "tidelift"
  6294. }
  6295. ],
  6296. "time": "2020-07-23T10:04:31+00:00"
  6297. },
  6298. {
  6299. "name": "symfony/polyfill-ctype",
  6300. "version": "v1.18.0",
  6301. "source": {
  6302. "type": "git",
  6303. "url": "https://github.com/symfony/polyfill-ctype.git",
  6304. "reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
  6305. },
  6306. "dist": {
  6307. "type": "zip",
  6308. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
  6309. "reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
  6310. "shasum": "",
  6311. "mirrors": [
  6312. {
  6313. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6314. "preferred": true
  6315. }
  6316. ]
  6317. },
  6318. "require": {
  6319. "php": ">=5.3.3"
  6320. },
  6321. "suggest": {
  6322. "ext-ctype": "For best performance"
  6323. },
  6324. "type": "library",
  6325. "extra": {
  6326. "branch-alias": {
  6327. "dev-master": "1.18-dev"
  6328. },
  6329. "thanks": {
  6330. "name": "symfony/polyfill",
  6331. "url": "https://github.com/symfony/polyfill"
  6332. }
  6333. },
  6334. "autoload": {
  6335. "psr-4": {
  6336. "Symfony\\Polyfill\\Ctype\\": ""
  6337. },
  6338. "files": [
  6339. "bootstrap.php"
  6340. ]
  6341. },
  6342. "notification-url": "https://packagist.org/downloads/",
  6343. "license": [
  6344. "MIT"
  6345. ],
  6346. "authors": [
  6347. {
  6348. "name": "Gert de Pagter",
  6349. "email": "BackEndTea@gmail.com"
  6350. },
  6351. {
  6352. "name": "Symfony Community",
  6353. "homepage": "https://symfony.com/contributors"
  6354. }
  6355. ],
  6356. "description": "Symfony polyfill for ctype functions",
  6357. "homepage": "https://symfony.com",
  6358. "keywords": [
  6359. "compatibility",
  6360. "ctype",
  6361. "polyfill",
  6362. "portable"
  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": "2020-07-14T12:35:20+00:00"
  6379. },
  6380. {
  6381. "name": "symfony/polyfill-intl-grapheme",
  6382. "version": "v1.18.0",
  6383. "source": {
  6384. "type": "git",
  6385. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  6386. "reference": "b740103edbdcc39602239ee8860f0f45a8eb9aa5"
  6387. },
  6388. "dist": {
  6389. "type": "zip",
  6390. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b740103edbdcc39602239ee8860f0f45a8eb9aa5",
  6391. "reference": "b740103edbdcc39602239ee8860f0f45a8eb9aa5",
  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": ">=5.3.3"
  6402. },
  6403. "suggest": {
  6404. "ext-intl": "For best performance"
  6405. },
  6406. "type": "library",
  6407. "extra": {
  6408. "branch-alias": {
  6409. "dev-master": "1.18-dev"
  6410. },
  6411. "thanks": {
  6412. "name": "symfony/polyfill",
  6413. "url": "https://github.com/symfony/polyfill"
  6414. }
  6415. },
  6416. "autoload": {
  6417. "psr-4": {
  6418. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  6419. },
  6420. "files": [
  6421. "bootstrap.php"
  6422. ]
  6423. },
  6424. "notification-url": "https://packagist.org/downloads/",
  6425. "license": [
  6426. "MIT"
  6427. ],
  6428. "authors": [
  6429. {
  6430. "name": "Nicolas Grekas",
  6431. "email": "p@tchwork.com"
  6432. },
  6433. {
  6434. "name": "Symfony Community",
  6435. "homepage": "https://symfony.com/contributors"
  6436. }
  6437. ],
  6438. "description": "Symfony polyfill for intl's grapheme_* functions",
  6439. "homepage": "https://symfony.com",
  6440. "keywords": [
  6441. "compatibility",
  6442. "grapheme",
  6443. "intl",
  6444. "polyfill",
  6445. "portable",
  6446. "shim"
  6447. ],
  6448. "funding": [
  6449. {
  6450. "url": "https://symfony.com/sponsor",
  6451. "type": "custom"
  6452. },
  6453. {
  6454. "url": "https://github.com/fabpot",
  6455. "type": "github"
  6456. },
  6457. {
  6458. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6459. "type": "tidelift"
  6460. }
  6461. ],
  6462. "time": "2020-07-14T12:35:20+00:00"
  6463. },
  6464. {
  6465. "name": "symfony/polyfill-intl-idn",
  6466. "version": "v1.18.0",
  6467. "source": {
  6468. "type": "git",
  6469. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  6470. "reference": "bc6549d068d0160e0f10f7a5a23c7d1406b95ebe"
  6471. },
  6472. "dist": {
  6473. "type": "zip",
  6474. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/bc6549d068d0160e0f10f7a5a23c7d1406b95ebe",
  6475. "reference": "bc6549d068d0160e0f10f7a5a23c7d1406b95ebe",
  6476. "shasum": "",
  6477. "mirrors": [
  6478. {
  6479. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6480. "preferred": true
  6481. }
  6482. ]
  6483. },
  6484. "require": {
  6485. "php": ">=5.3.3",
  6486. "symfony/polyfill-intl-normalizer": "^1.10",
  6487. "symfony/polyfill-php70": "^1.10",
  6488. "symfony/polyfill-php72": "^1.10"
  6489. },
  6490. "suggest": {
  6491. "ext-intl": "For best performance"
  6492. },
  6493. "type": "library",
  6494. "extra": {
  6495. "branch-alias": {
  6496. "dev-master": "1.18-dev"
  6497. },
  6498. "thanks": {
  6499. "name": "symfony/polyfill",
  6500. "url": "https://github.com/symfony/polyfill"
  6501. }
  6502. },
  6503. "autoload": {
  6504. "psr-4": {
  6505. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  6506. },
  6507. "files": [
  6508. "bootstrap.php"
  6509. ]
  6510. },
  6511. "notification-url": "https://packagist.org/downloads/",
  6512. "license": [
  6513. "MIT"
  6514. ],
  6515. "authors": [
  6516. {
  6517. "name": "Laurent Bassin",
  6518. "email": "laurent@bassin.info"
  6519. },
  6520. {
  6521. "name": "Trevor Rowbotham",
  6522. "email": "trevor.rowbotham@pm.me"
  6523. },
  6524. {
  6525. "name": "Symfony Community",
  6526. "homepage": "https://symfony.com/contributors"
  6527. }
  6528. ],
  6529. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  6530. "homepage": "https://symfony.com",
  6531. "keywords": [
  6532. "compatibility",
  6533. "idn",
  6534. "intl",
  6535. "polyfill",
  6536. "portable",
  6537. "shim"
  6538. ],
  6539. "funding": [
  6540. {
  6541. "url": "https://symfony.com/sponsor",
  6542. "type": "custom"
  6543. },
  6544. {
  6545. "url": "https://github.com/fabpot",
  6546. "type": "github"
  6547. },
  6548. {
  6549. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6550. "type": "tidelift"
  6551. }
  6552. ],
  6553. "time": "2020-07-14T12:35:20+00:00"
  6554. },
  6555. {
  6556. "name": "symfony/polyfill-intl-normalizer",
  6557. "version": "v1.18.0",
  6558. "source": {
  6559. "type": "git",
  6560. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  6561. "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e"
  6562. },
  6563. "dist": {
  6564. "type": "zip",
  6565. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
  6566. "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
  6567. "shasum": "",
  6568. "mirrors": [
  6569. {
  6570. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6571. "preferred": true
  6572. }
  6573. ]
  6574. },
  6575. "require": {
  6576. "php": ">=5.3.3"
  6577. },
  6578. "suggest": {
  6579. "ext-intl": "For best performance"
  6580. },
  6581. "type": "library",
  6582. "extra": {
  6583. "branch-alias": {
  6584. "dev-master": "1.18-dev"
  6585. },
  6586. "thanks": {
  6587. "name": "symfony/polyfill",
  6588. "url": "https://github.com/symfony/polyfill"
  6589. }
  6590. },
  6591. "autoload": {
  6592. "psr-4": {
  6593. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  6594. },
  6595. "files": [
  6596. "bootstrap.php"
  6597. ],
  6598. "classmap": [
  6599. "Resources/stubs"
  6600. ]
  6601. },
  6602. "notification-url": "https://packagist.org/downloads/",
  6603. "license": [
  6604. "MIT"
  6605. ],
  6606. "authors": [
  6607. {
  6608. "name": "Nicolas Grekas",
  6609. "email": "p@tchwork.com"
  6610. },
  6611. {
  6612. "name": "Symfony Community",
  6613. "homepage": "https://symfony.com/contributors"
  6614. }
  6615. ],
  6616. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  6617. "homepage": "https://symfony.com",
  6618. "keywords": [
  6619. "compatibility",
  6620. "intl",
  6621. "normalizer",
  6622. "polyfill",
  6623. "portable",
  6624. "shim"
  6625. ],
  6626. "funding": [
  6627. {
  6628. "url": "https://symfony.com/sponsor",
  6629. "type": "custom"
  6630. },
  6631. {
  6632. "url": "https://github.com/fabpot",
  6633. "type": "github"
  6634. },
  6635. {
  6636. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6637. "type": "tidelift"
  6638. }
  6639. ],
  6640. "time": "2020-07-14T12:35:20+00:00"
  6641. },
  6642. {
  6643. "name": "symfony/polyfill-mbstring",
  6644. "version": "v1.18.0",
  6645. "source": {
  6646. "type": "git",
  6647. "url": "https://github.com/symfony/polyfill-mbstring.git",
  6648. "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
  6649. },
  6650. "dist": {
  6651. "type": "zip",
  6652. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
  6653. "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
  6654. "shasum": "",
  6655. "mirrors": [
  6656. {
  6657. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6658. "preferred": true
  6659. }
  6660. ]
  6661. },
  6662. "require": {
  6663. "php": ">=5.3.3"
  6664. },
  6665. "suggest": {
  6666. "ext-mbstring": "For best performance"
  6667. },
  6668. "type": "library",
  6669. "extra": {
  6670. "branch-alias": {
  6671. "dev-master": "1.18-dev"
  6672. },
  6673. "thanks": {
  6674. "name": "symfony/polyfill",
  6675. "url": "https://github.com/symfony/polyfill"
  6676. }
  6677. },
  6678. "autoload": {
  6679. "psr-4": {
  6680. "Symfony\\Polyfill\\Mbstring\\": ""
  6681. },
  6682. "files": [
  6683. "bootstrap.php"
  6684. ]
  6685. },
  6686. "notification-url": "https://packagist.org/downloads/",
  6687. "license": [
  6688. "MIT"
  6689. ],
  6690. "authors": [
  6691. {
  6692. "name": "Nicolas Grekas",
  6693. "email": "p@tchwork.com"
  6694. },
  6695. {
  6696. "name": "Symfony Community",
  6697. "homepage": "https://symfony.com/contributors"
  6698. }
  6699. ],
  6700. "description": "Symfony polyfill for the Mbstring extension",
  6701. "homepage": "https://symfony.com",
  6702. "keywords": [
  6703. "compatibility",
  6704. "mbstring",
  6705. "polyfill",
  6706. "portable",
  6707. "shim"
  6708. ],
  6709. "funding": [
  6710. {
  6711. "url": "https://symfony.com/sponsor",
  6712. "type": "custom"
  6713. },
  6714. {
  6715. "url": "https://github.com/fabpot",
  6716. "type": "github"
  6717. },
  6718. {
  6719. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6720. "type": "tidelift"
  6721. }
  6722. ],
  6723. "time": "2020-07-14T12:35:20+00:00"
  6724. },
  6725. {
  6726. "name": "symfony/polyfill-php70",
  6727. "version": "v1.18.0",
  6728. "source": {
  6729. "type": "git",
  6730. "url": "https://github.com/symfony/polyfill-php70.git",
  6731. "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3"
  6732. },
  6733. "dist": {
  6734. "type": "zip",
  6735. "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
  6736. "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
  6737. "shasum": "",
  6738. "mirrors": [
  6739. {
  6740. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6741. "preferred": true
  6742. }
  6743. ]
  6744. },
  6745. "require": {
  6746. "paragonie/random_compat": "~1.0|~2.0|~9.99",
  6747. "php": ">=5.3.3"
  6748. },
  6749. "type": "library",
  6750. "extra": {
  6751. "branch-alias": {
  6752. "dev-master": "1.18-dev"
  6753. },
  6754. "thanks": {
  6755. "name": "symfony/polyfill",
  6756. "url": "https://github.com/symfony/polyfill"
  6757. }
  6758. },
  6759. "autoload": {
  6760. "psr-4": {
  6761. "Symfony\\Polyfill\\Php70\\": ""
  6762. },
  6763. "files": [
  6764. "bootstrap.php"
  6765. ],
  6766. "classmap": [
  6767. "Resources/stubs"
  6768. ]
  6769. },
  6770. "notification-url": "https://packagist.org/downloads/",
  6771. "license": [
  6772. "MIT"
  6773. ],
  6774. "authors": [
  6775. {
  6776. "name": "Nicolas Grekas",
  6777. "email": "p@tchwork.com"
  6778. },
  6779. {
  6780. "name": "Symfony Community",
  6781. "homepage": "https://symfony.com/contributors"
  6782. }
  6783. ],
  6784. "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
  6785. "homepage": "https://symfony.com",
  6786. "keywords": [
  6787. "compatibility",
  6788. "polyfill",
  6789. "portable",
  6790. "shim"
  6791. ],
  6792. "funding": [
  6793. {
  6794. "url": "https://symfony.com/sponsor",
  6795. "type": "custom"
  6796. },
  6797. {
  6798. "url": "https://github.com/fabpot",
  6799. "type": "github"
  6800. },
  6801. {
  6802. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6803. "type": "tidelift"
  6804. }
  6805. ],
  6806. "time": "2020-07-14T12:35:20+00:00"
  6807. },
  6808. {
  6809. "name": "symfony/polyfill-php72",
  6810. "version": "v1.18.0",
  6811. "source": {
  6812. "type": "git",
  6813. "url": "https://github.com/symfony/polyfill-php72.git",
  6814. "reference": "639447d008615574653fb3bc60d1986d7172eaae"
  6815. },
  6816. "dist": {
  6817. "type": "zip",
  6818. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae",
  6819. "reference": "639447d008615574653fb3bc60d1986d7172eaae",
  6820. "shasum": "",
  6821. "mirrors": [
  6822. {
  6823. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6824. "preferred": true
  6825. }
  6826. ]
  6827. },
  6828. "require": {
  6829. "php": ">=5.3.3"
  6830. },
  6831. "type": "library",
  6832. "extra": {
  6833. "branch-alias": {
  6834. "dev-master": "1.18-dev"
  6835. },
  6836. "thanks": {
  6837. "name": "symfony/polyfill",
  6838. "url": "https://github.com/symfony/polyfill"
  6839. }
  6840. },
  6841. "autoload": {
  6842. "psr-4": {
  6843. "Symfony\\Polyfill\\Php72\\": ""
  6844. },
  6845. "files": [
  6846. "bootstrap.php"
  6847. ]
  6848. },
  6849. "notification-url": "https://packagist.org/downloads/",
  6850. "license": [
  6851. "MIT"
  6852. ],
  6853. "authors": [
  6854. {
  6855. "name": "Nicolas Grekas",
  6856. "email": "p@tchwork.com"
  6857. },
  6858. {
  6859. "name": "Symfony Community",
  6860. "homepage": "https://symfony.com/contributors"
  6861. }
  6862. ],
  6863. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  6864. "homepage": "https://symfony.com",
  6865. "keywords": [
  6866. "compatibility",
  6867. "polyfill",
  6868. "portable",
  6869. "shim"
  6870. ],
  6871. "funding": [
  6872. {
  6873. "url": "https://symfony.com/sponsor",
  6874. "type": "custom"
  6875. },
  6876. {
  6877. "url": "https://github.com/fabpot",
  6878. "type": "github"
  6879. },
  6880. {
  6881. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6882. "type": "tidelift"
  6883. }
  6884. ],
  6885. "time": "2020-07-14T12:35:20+00:00"
  6886. },
  6887. {
  6888. "name": "symfony/polyfill-php73",
  6889. "version": "v1.18.0",
  6890. "source": {
  6891. "type": "git",
  6892. "url": "https://github.com/symfony/polyfill-php73.git",
  6893. "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca"
  6894. },
  6895. "dist": {
  6896. "type": "zip",
  6897. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
  6898. "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
  6899. "shasum": "",
  6900. "mirrors": [
  6901. {
  6902. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6903. "preferred": true
  6904. }
  6905. ]
  6906. },
  6907. "require": {
  6908. "php": ">=5.3.3"
  6909. },
  6910. "type": "library",
  6911. "extra": {
  6912. "branch-alias": {
  6913. "dev-master": "1.18-dev"
  6914. },
  6915. "thanks": {
  6916. "name": "symfony/polyfill",
  6917. "url": "https://github.com/symfony/polyfill"
  6918. }
  6919. },
  6920. "autoload": {
  6921. "psr-4": {
  6922. "Symfony\\Polyfill\\Php73\\": ""
  6923. },
  6924. "files": [
  6925. "bootstrap.php"
  6926. ],
  6927. "classmap": [
  6928. "Resources/stubs"
  6929. ]
  6930. },
  6931. "notification-url": "https://packagist.org/downloads/",
  6932. "license": [
  6933. "MIT"
  6934. ],
  6935. "authors": [
  6936. {
  6937. "name": "Nicolas Grekas",
  6938. "email": "p@tchwork.com"
  6939. },
  6940. {
  6941. "name": "Symfony Community",
  6942. "homepage": "https://symfony.com/contributors"
  6943. }
  6944. ],
  6945. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  6946. "homepage": "https://symfony.com",
  6947. "keywords": [
  6948. "compatibility",
  6949. "polyfill",
  6950. "portable",
  6951. "shim"
  6952. ],
  6953. "funding": [
  6954. {
  6955. "url": "https://symfony.com/sponsor",
  6956. "type": "custom"
  6957. },
  6958. {
  6959. "url": "https://github.com/fabpot",
  6960. "type": "github"
  6961. },
  6962. {
  6963. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6964. "type": "tidelift"
  6965. }
  6966. ],
  6967. "time": "2020-07-14T12:35:20+00:00"
  6968. },
  6969. {
  6970. "name": "symfony/polyfill-php80",
  6971. "version": "v1.18.0",
  6972. "source": {
  6973. "type": "git",
  6974. "url": "https://github.com/symfony/polyfill-php80.git",
  6975. "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981"
  6976. },
  6977. "dist": {
  6978. "type": "zip",
  6979. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/d87d5766cbf48d72388a9f6b85f280c8ad51f981",
  6980. "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981",
  6981. "shasum": "",
  6982. "mirrors": [
  6983. {
  6984. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6985. "preferred": true
  6986. }
  6987. ]
  6988. },
  6989. "require": {
  6990. "php": ">=7.0.8"
  6991. },
  6992. "type": "library",
  6993. "extra": {
  6994. "branch-alias": {
  6995. "dev-master": "1.18-dev"
  6996. },
  6997. "thanks": {
  6998. "name": "symfony/polyfill",
  6999. "url": "https://github.com/symfony/polyfill"
  7000. }
  7001. },
  7002. "autoload": {
  7003. "psr-4": {
  7004. "Symfony\\Polyfill\\Php80\\": ""
  7005. },
  7006. "files": [
  7007. "bootstrap.php"
  7008. ],
  7009. "classmap": [
  7010. "Resources/stubs"
  7011. ]
  7012. },
  7013. "notification-url": "https://packagist.org/downloads/",
  7014. "license": [
  7015. "MIT"
  7016. ],
  7017. "authors": [
  7018. {
  7019. "name": "Ion Bazan",
  7020. "email": "ion.bazan@gmail.com"
  7021. },
  7022. {
  7023. "name": "Nicolas Grekas",
  7024. "email": "p@tchwork.com"
  7025. },
  7026. {
  7027. "name": "Symfony Community",
  7028. "homepage": "https://symfony.com/contributors"
  7029. }
  7030. ],
  7031. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  7032. "homepage": "https://symfony.com",
  7033. "keywords": [
  7034. "compatibility",
  7035. "polyfill",
  7036. "portable",
  7037. "shim"
  7038. ],
  7039. "funding": [
  7040. {
  7041. "url": "https://symfony.com/sponsor",
  7042. "type": "custom"
  7043. },
  7044. {
  7045. "url": "https://github.com/fabpot",
  7046. "type": "github"
  7047. },
  7048. {
  7049. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7050. "type": "tidelift"
  7051. }
  7052. ],
  7053. "time": "2020-07-14T12:35:20+00:00"
  7054. },
  7055. {
  7056. "name": "symfony/property-access",
  7057. "version": "v5.1.3",
  7058. "source": {
  7059. "type": "git",
  7060. "url": "https://github.com/symfony/property-access.git",
  7061. "reference": "eb617a57fc38f43bf4208dcbdb2dab3c14d9cbd9"
  7062. },
  7063. "dist": {
  7064. "type": "zip",
  7065. "url": "https://api.github.com/repos/symfony/property-access/zipball/eb617a57fc38f43bf4208dcbdb2dab3c14d9cbd9",
  7066. "reference": "eb617a57fc38f43bf4208dcbdb2dab3c14d9cbd9",
  7067. "shasum": "",
  7068. "mirrors": [
  7069. {
  7070. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7071. "preferred": true
  7072. }
  7073. ]
  7074. },
  7075. "require": {
  7076. "php": ">=7.2.5",
  7077. "symfony/polyfill-php80": "^1.15",
  7078. "symfony/property-info": "^5.1.1"
  7079. },
  7080. "require-dev": {
  7081. "symfony/cache": "^4.4|^5.0"
  7082. },
  7083. "suggest": {
  7084. "psr/cache-implementation": "To cache access methods."
  7085. },
  7086. "type": "library",
  7087. "extra": {
  7088. "branch-alias": {
  7089. "dev-master": "5.1-dev"
  7090. }
  7091. },
  7092. "autoload": {
  7093. "psr-4": {
  7094. "Symfony\\Component\\PropertyAccess\\": ""
  7095. },
  7096. "exclude-from-classmap": [
  7097. "/Tests/"
  7098. ]
  7099. },
  7100. "notification-url": "https://packagist.org/downloads/",
  7101. "license": [
  7102. "MIT"
  7103. ],
  7104. "authors": [
  7105. {
  7106. "name": "Fabien Potencier",
  7107. "email": "fabien@symfony.com"
  7108. },
  7109. {
  7110. "name": "Symfony Community",
  7111. "homepage": "https://symfony.com/contributors"
  7112. }
  7113. ],
  7114. "description": "Symfony PropertyAccess Component",
  7115. "homepage": "https://symfony.com",
  7116. "keywords": [
  7117. "access",
  7118. "array",
  7119. "extraction",
  7120. "index",
  7121. "injection",
  7122. "object",
  7123. "property",
  7124. "property path",
  7125. "reflection"
  7126. ],
  7127. "funding": [
  7128. {
  7129. "url": "https://symfony.com/sponsor",
  7130. "type": "custom"
  7131. },
  7132. {
  7133. "url": "https://github.com/fabpot",
  7134. "type": "github"
  7135. },
  7136. {
  7137. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7138. "type": "tidelift"
  7139. }
  7140. ],
  7141. "time": "2020-07-03T07:49:29+00:00"
  7142. },
  7143. {
  7144. "name": "symfony/property-info",
  7145. "version": "v5.1.3",
  7146. "source": {
  7147. "type": "git",
  7148. "url": "https://github.com/symfony/property-info.git",
  7149. "reference": "0c4813930953f6db6c62ebec8ee695a897b89020"
  7150. },
  7151. "dist": {
  7152. "type": "zip",
  7153. "url": "https://api.github.com/repos/symfony/property-info/zipball/0c4813930953f6db6c62ebec8ee695a897b89020",
  7154. "reference": "0c4813930953f6db6c62ebec8ee695a897b89020",
  7155. "shasum": "",
  7156. "mirrors": [
  7157. {
  7158. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7159. "preferred": true
  7160. }
  7161. ]
  7162. },
  7163. "require": {
  7164. "php": ">=7.2.5",
  7165. "symfony/polyfill-php80": "^1.15",
  7166. "symfony/string": "^5.1"
  7167. },
  7168. "conflict": {
  7169. "phpdocumentor/reflection-docblock": "<3.2.2",
  7170. "phpdocumentor/type-resolver": "<0.3.0",
  7171. "symfony/dependency-injection": "<4.4"
  7172. },
  7173. "require-dev": {
  7174. "doctrine/annotations": "~1.7",
  7175. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  7176. "symfony/cache": "^4.4|^5.0",
  7177. "symfony/dependency-injection": "^4.4|^5.0",
  7178. "symfony/serializer": "^4.4|^5.0"
  7179. },
  7180. "suggest": {
  7181. "phpdocumentor/reflection-docblock": "To use the PHPDoc",
  7182. "psr/cache-implementation": "To cache results",
  7183. "symfony/doctrine-bridge": "To use Doctrine metadata",
  7184. "symfony/serializer": "To use Serializer metadata"
  7185. },
  7186. "type": "library",
  7187. "extra": {
  7188. "branch-alias": {
  7189. "dev-master": "5.1-dev"
  7190. }
  7191. },
  7192. "autoload": {
  7193. "psr-4": {
  7194. "Symfony\\Component\\PropertyInfo\\": ""
  7195. },
  7196. "exclude-from-classmap": [
  7197. "/Tests/"
  7198. ]
  7199. },
  7200. "notification-url": "https://packagist.org/downloads/",
  7201. "license": [
  7202. "MIT"
  7203. ],
  7204. "authors": [
  7205. {
  7206. "name": "Kévin Dunglas",
  7207. "email": "dunglas@gmail.com"
  7208. },
  7209. {
  7210. "name": "Symfony Community",
  7211. "homepage": "https://symfony.com/contributors"
  7212. }
  7213. ],
  7214. "description": "Symfony Property Info Component",
  7215. "homepage": "https://symfony.com",
  7216. "keywords": [
  7217. "doctrine",
  7218. "phpdoc",
  7219. "property",
  7220. "symfony",
  7221. "type",
  7222. "validator"
  7223. ],
  7224. "funding": [
  7225. {
  7226. "url": "https://symfony.com/sponsor",
  7227. "type": "custom"
  7228. },
  7229. {
  7230. "url": "https://github.com/fabpot",
  7231. "type": "github"
  7232. },
  7233. {
  7234. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7235. "type": "tidelift"
  7236. }
  7237. ],
  7238. "time": "2020-06-18T21:19:28+00:00"
  7239. },
  7240. {
  7241. "name": "symfony/psr-http-message-bridge",
  7242. "version": "v2.0.1",
  7243. "source": {
  7244. "type": "git",
  7245. "url": "https://github.com/symfony/psr-http-message-bridge.git",
  7246. "reference": "e44f249afab496b4e8c0f7461fb8140eaa4b24d2"
  7247. },
  7248. "dist": {
  7249. "type": "zip",
  7250. "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/e44f249afab496b4e8c0f7461fb8140eaa4b24d2",
  7251. "reference": "e44f249afab496b4e8c0f7461fb8140eaa4b24d2",
  7252. "shasum": "",
  7253. "mirrors": [
  7254. {
  7255. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7256. "preferred": true
  7257. }
  7258. ]
  7259. },
  7260. "require": {
  7261. "php": ">=7.1",
  7262. "psr/http-message": "^1.0",
  7263. "symfony/http-foundation": "^4.4 || ^5.0"
  7264. },
  7265. "require-dev": {
  7266. "nyholm/psr7": "^1.1",
  7267. "symfony/phpunit-bridge": "^4.4 || ^5.0"
  7268. },
  7269. "suggest": {
  7270. "nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
  7271. },
  7272. "type": "symfony-bridge",
  7273. "extra": {
  7274. "branch-alias": {
  7275. "dev-master": "2.0-dev"
  7276. }
  7277. },
  7278. "autoload": {
  7279. "psr-4": {
  7280. "Symfony\\Bridge\\PsrHttpMessage\\": ""
  7281. },
  7282. "exclude-from-classmap": [
  7283. "/Tests/"
  7284. ]
  7285. },
  7286. "notification-url": "https://packagist.org/downloads/",
  7287. "license": [
  7288. "MIT"
  7289. ],
  7290. "authors": [
  7291. {
  7292. "name": "Fabien Potencier",
  7293. "email": "fabien@symfony.com"
  7294. },
  7295. {
  7296. "name": "Symfony Community",
  7297. "homepage": "http://symfony.com/contributors"
  7298. }
  7299. ],
  7300. "description": "PSR HTTP message bridge",
  7301. "homepage": "http://symfony.com",
  7302. "keywords": [
  7303. "http",
  7304. "http-message",
  7305. "psr-17",
  7306. "psr-7"
  7307. ],
  7308. "funding": [
  7309. {
  7310. "url": "https://symfony.com/sponsor",
  7311. "type": "custom"
  7312. },
  7313. {
  7314. "url": "https://github.com/fabpot",
  7315. "type": "github"
  7316. },
  7317. {
  7318. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7319. "type": "tidelift"
  7320. }
  7321. ],
  7322. "time": "2020-06-25T08:21:47+00:00"
  7323. },
  7324. {
  7325. "name": "symfony/serializer",
  7326. "version": "v5.1.3",
  7327. "source": {
  7328. "type": "git",
  7329. "url": "https://github.com/symfony/serializer.git",
  7330. "reference": "c977301a898088f483f7a9b479dd050d84ef3fed"
  7331. },
  7332. "dist": {
  7333. "type": "zip",
  7334. "url": "https://api.github.com/repos/symfony/serializer/zipball/c977301a898088f483f7a9b479dd050d84ef3fed",
  7335. "reference": "c977301a898088f483f7a9b479dd050d84ef3fed",
  7336. "shasum": "",
  7337. "mirrors": [
  7338. {
  7339. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7340. "preferred": true
  7341. }
  7342. ]
  7343. },
  7344. "require": {
  7345. "php": ">=7.2.5",
  7346. "symfony/polyfill-ctype": "~1.8",
  7347. "symfony/polyfill-php80": "^1.15"
  7348. },
  7349. "conflict": {
  7350. "phpdocumentor/type-resolver": "<0.2.1",
  7351. "symfony/dependency-injection": "<4.4",
  7352. "symfony/property-access": "<4.4",
  7353. "symfony/property-info": "<4.4",
  7354. "symfony/yaml": "<4.4"
  7355. },
  7356. "require-dev": {
  7357. "doctrine/annotations": "~1.0",
  7358. "doctrine/cache": "~1.0",
  7359. "phpdocumentor/reflection-docblock": "^3.2|^4.0",
  7360. "symfony/cache": "^4.4|^5.0",
  7361. "symfony/config": "^4.4|^5.0",
  7362. "symfony/dependency-injection": "^4.4|^5.0",
  7363. "symfony/error-handler": "^4.4|^5.0",
  7364. "symfony/http-foundation": "^4.4|^5.0",
  7365. "symfony/mime": "^4.4|^5.0",
  7366. "symfony/property-access": "^4.4|^5.0",
  7367. "symfony/property-info": "^4.4|^5.0",
  7368. "symfony/validator": "^4.4|^5.0",
  7369. "symfony/yaml": "^4.4|^5.0"
  7370. },
  7371. "suggest": {
  7372. "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
  7373. "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
  7374. "psr/cache-implementation": "For using the metadata cache.",
  7375. "symfony/config": "For using the XML mapping loader.",
  7376. "symfony/mime": "For using a MIME type guesser within the DataUriNormalizer.",
  7377. "symfony/property-access": "For using the ObjectNormalizer.",
  7378. "symfony/property-info": "To deserialize relations.",
  7379. "symfony/yaml": "For using the default YAML mapping loader."
  7380. },
  7381. "type": "library",
  7382. "extra": {
  7383. "branch-alias": {
  7384. "dev-master": "5.1-dev"
  7385. }
  7386. },
  7387. "autoload": {
  7388. "psr-4": {
  7389. "Symfony\\Component\\Serializer\\": ""
  7390. },
  7391. "exclude-from-classmap": [
  7392. "/Tests/"
  7393. ]
  7394. },
  7395. "notification-url": "https://packagist.org/downloads/",
  7396. "license": [
  7397. "MIT"
  7398. ],
  7399. "authors": [
  7400. {
  7401. "name": "Fabien Potencier",
  7402. "email": "fabien@symfony.com"
  7403. },
  7404. {
  7405. "name": "Symfony Community",
  7406. "homepage": "https://symfony.com/contributors"
  7407. }
  7408. ],
  7409. "description": "Symfony Serializer Component",
  7410. "homepage": "https://symfony.com",
  7411. "funding": [
  7412. {
  7413. "url": "https://symfony.com/sponsor",
  7414. "type": "custom"
  7415. },
  7416. {
  7417. "url": "https://github.com/fabpot",
  7418. "type": "github"
  7419. },
  7420. {
  7421. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7422. "type": "tidelift"
  7423. }
  7424. ],
  7425. "time": "2020-07-23T08:36:24+00:00"
  7426. },
  7427. {
  7428. "name": "symfony/service-contracts",
  7429. "version": "v2.1.3",
  7430. "source": {
  7431. "type": "git",
  7432. "url": "https://github.com/symfony/service-contracts.git",
  7433. "reference": "58c7475e5457c5492c26cc740cc0ad7464be9442"
  7434. },
  7435. "dist": {
  7436. "type": "zip",
  7437. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/58c7475e5457c5492c26cc740cc0ad7464be9442",
  7438. "reference": "58c7475e5457c5492c26cc740cc0ad7464be9442",
  7439. "shasum": "",
  7440. "mirrors": [
  7441. {
  7442. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7443. "preferred": true
  7444. }
  7445. ]
  7446. },
  7447. "require": {
  7448. "php": ">=7.2.5",
  7449. "psr/container": "^1.0"
  7450. },
  7451. "suggest": {
  7452. "symfony/service-implementation": ""
  7453. },
  7454. "type": "library",
  7455. "extra": {
  7456. "branch-alias": {
  7457. "dev-master": "2.1-dev"
  7458. },
  7459. "thanks": {
  7460. "name": "symfony/contracts",
  7461. "url": "https://github.com/symfony/contracts"
  7462. }
  7463. },
  7464. "autoload": {
  7465. "psr-4": {
  7466. "Symfony\\Contracts\\Service\\": ""
  7467. }
  7468. },
  7469. "notification-url": "https://packagist.org/downloads/",
  7470. "license": [
  7471. "MIT"
  7472. ],
  7473. "authors": [
  7474. {
  7475. "name": "Nicolas Grekas",
  7476. "email": "p@tchwork.com"
  7477. },
  7478. {
  7479. "name": "Symfony Community",
  7480. "homepage": "https://symfony.com/contributors"
  7481. }
  7482. ],
  7483. "description": "Generic abstractions related to writing services",
  7484. "homepage": "https://symfony.com",
  7485. "keywords": [
  7486. "abstractions",
  7487. "contracts",
  7488. "decoupling",
  7489. "interfaces",
  7490. "interoperability",
  7491. "standards"
  7492. ],
  7493. "funding": [
  7494. {
  7495. "url": "https://symfony.com/sponsor",
  7496. "type": "custom"
  7497. },
  7498. {
  7499. "url": "https://github.com/fabpot",
  7500. "type": "github"
  7501. },
  7502. {
  7503. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7504. "type": "tidelift"
  7505. }
  7506. ],
  7507. "time": "2020-07-06T13:23:11+00:00"
  7508. },
  7509. {
  7510. "name": "symfony/string",
  7511. "version": "v5.1.2",
  7512. "source": {
  7513. "type": "git",
  7514. "url": "https://github.com/symfony/string.git",
  7515. "reference": "ac70459db781108db7c6d8981dd31ce0e29e3298"
  7516. },
  7517. "dist": {
  7518. "type": "zip",
  7519. "url": "https://api.github.com/repos/symfony/string/zipball/ac70459db781108db7c6d8981dd31ce0e29e3298",
  7520. "reference": "ac70459db781108db7c6d8981dd31ce0e29e3298",
  7521. "shasum": "",
  7522. "mirrors": [
  7523. {
  7524. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7525. "preferred": true
  7526. }
  7527. ]
  7528. },
  7529. "require": {
  7530. "php": ">=7.2.5",
  7531. "symfony/polyfill-ctype": "~1.8",
  7532. "symfony/polyfill-intl-grapheme": "~1.0",
  7533. "symfony/polyfill-intl-normalizer": "~1.0",
  7534. "symfony/polyfill-mbstring": "~1.0",
  7535. "symfony/polyfill-php80": "~1.15"
  7536. },
  7537. "require-dev": {
  7538. "symfony/error-handler": "^4.4|^5.0",
  7539. "symfony/http-client": "^4.4|^5.0",
  7540. "symfony/translation-contracts": "^1.1|^2",
  7541. "symfony/var-exporter": "^4.4|^5.0"
  7542. },
  7543. "type": "library",
  7544. "extra": {
  7545. "branch-alias": {
  7546. "dev-master": "5.1-dev"
  7547. }
  7548. },
  7549. "autoload": {
  7550. "psr-4": {
  7551. "Symfony\\Component\\String\\": ""
  7552. },
  7553. "files": [
  7554. "Resources/functions.php"
  7555. ],
  7556. "exclude-from-classmap": [
  7557. "/Tests/"
  7558. ]
  7559. },
  7560. "notification-url": "https://packagist.org/downloads/",
  7561. "license": [
  7562. "MIT"
  7563. ],
  7564. "authors": [
  7565. {
  7566. "name": "Nicolas Grekas",
  7567. "email": "p@tchwork.com"
  7568. },
  7569. {
  7570. "name": "Symfony Community",
  7571. "homepage": "https://symfony.com/contributors"
  7572. }
  7573. ],
  7574. "description": "Symfony String component",
  7575. "homepage": "https://symfony.com",
  7576. "keywords": [
  7577. "grapheme",
  7578. "i18n",
  7579. "string",
  7580. "unicode",
  7581. "utf-8",
  7582. "utf8"
  7583. ],
  7584. "funding": [
  7585. {
  7586. "url": "https://symfony.com/sponsor",
  7587. "type": "custom"
  7588. },
  7589. {
  7590. "url": "https://github.com/fabpot",
  7591. "type": "github"
  7592. },
  7593. {
  7594. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7595. "type": "tidelift"
  7596. }
  7597. ],
  7598. "time": "2020-06-11T12:16:36+00:00"
  7599. },
  7600. {
  7601. "name": "symfony/translation",
  7602. "version": "v5.1.2",
  7603. "source": {
  7604. "type": "git",
  7605. "url": "https://github.com/symfony/translation.git",
  7606. "reference": "d387f07d4c15f9c09439cf3f13ddbe0b2c5e8be2"
  7607. },
  7608. "dist": {
  7609. "type": "zip",
  7610. "url": "https://api.github.com/repos/symfony/translation/zipball/d387f07d4c15f9c09439cf3f13ddbe0b2c5e8be2",
  7611. "reference": "d387f07d4c15f9c09439cf3f13ddbe0b2c5e8be2",
  7612. "shasum": "",
  7613. "mirrors": [
  7614. {
  7615. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7616. "preferred": true
  7617. }
  7618. ]
  7619. },
  7620. "require": {
  7621. "php": ">=7.2.5",
  7622. "symfony/polyfill-mbstring": "~1.0",
  7623. "symfony/polyfill-php80": "^1.15",
  7624. "symfony/translation-contracts": "^2"
  7625. },
  7626. "conflict": {
  7627. "symfony/config": "<4.4",
  7628. "symfony/dependency-injection": "<5.0",
  7629. "symfony/http-kernel": "<5.0",
  7630. "symfony/twig-bundle": "<5.0",
  7631. "symfony/yaml": "<4.4"
  7632. },
  7633. "provide": {
  7634. "symfony/translation-implementation": "2.0"
  7635. },
  7636. "require-dev": {
  7637. "psr/log": "~1.0",
  7638. "symfony/config": "^4.4|^5.0",
  7639. "symfony/console": "^4.4|^5.0",
  7640. "symfony/dependency-injection": "^5.0",
  7641. "symfony/finder": "^4.4|^5.0",
  7642. "symfony/http-kernel": "^5.0",
  7643. "symfony/intl": "^4.4|^5.0",
  7644. "symfony/service-contracts": "^1.1.2|^2",
  7645. "symfony/yaml": "^4.4|^5.0"
  7646. },
  7647. "suggest": {
  7648. "psr/log-implementation": "To use logging capability in translator",
  7649. "symfony/config": "",
  7650. "symfony/yaml": ""
  7651. },
  7652. "type": "library",
  7653. "extra": {
  7654. "branch-alias": {
  7655. "dev-master": "5.1-dev"
  7656. }
  7657. },
  7658. "autoload": {
  7659. "psr-4": {
  7660. "Symfony\\Component\\Translation\\": ""
  7661. },
  7662. "exclude-from-classmap": [
  7663. "/Tests/"
  7664. ]
  7665. },
  7666. "notification-url": "https://packagist.org/downloads/",
  7667. "license": [
  7668. "MIT"
  7669. ],
  7670. "authors": [
  7671. {
  7672. "name": "Fabien Potencier",
  7673. "email": "fabien@symfony.com"
  7674. },
  7675. {
  7676. "name": "Symfony Community",
  7677. "homepage": "https://symfony.com/contributors"
  7678. }
  7679. ],
  7680. "description": "Symfony Translation Component",
  7681. "homepage": "https://symfony.com",
  7682. "funding": [
  7683. {
  7684. "url": "https://symfony.com/sponsor",
  7685. "type": "custom"
  7686. },
  7687. {
  7688. "url": "https://github.com/fabpot",
  7689. "type": "github"
  7690. },
  7691. {
  7692. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7693. "type": "tidelift"
  7694. }
  7695. ],
  7696. "time": "2020-05-30T20:35:19+00:00"
  7697. },
  7698. {
  7699. "name": "symfony/translation-contracts",
  7700. "version": "v2.1.3",
  7701. "source": {
  7702. "type": "git",
  7703. "url": "https://github.com/symfony/translation-contracts.git",
  7704. "reference": "616a9773c853097607cf9dd6577d5b143ffdcd63"
  7705. },
  7706. "dist": {
  7707. "type": "zip",
  7708. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/616a9773c853097607cf9dd6577d5b143ffdcd63",
  7709. "reference": "616a9773c853097607cf9dd6577d5b143ffdcd63",
  7710. "shasum": "",
  7711. "mirrors": [
  7712. {
  7713. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7714. "preferred": true
  7715. }
  7716. ]
  7717. },
  7718. "require": {
  7719. "php": ">=7.2.5"
  7720. },
  7721. "suggest": {
  7722. "symfony/translation-implementation": ""
  7723. },
  7724. "type": "library",
  7725. "extra": {
  7726. "branch-alias": {
  7727. "dev-master": "2.1-dev"
  7728. },
  7729. "thanks": {
  7730. "name": "symfony/contracts",
  7731. "url": "https://github.com/symfony/contracts"
  7732. }
  7733. },
  7734. "autoload": {
  7735. "psr-4": {
  7736. "Symfony\\Contracts\\Translation\\": ""
  7737. }
  7738. },
  7739. "notification-url": "https://packagist.org/downloads/",
  7740. "license": [
  7741. "MIT"
  7742. ],
  7743. "authors": [
  7744. {
  7745. "name": "Nicolas Grekas",
  7746. "email": "p@tchwork.com"
  7747. },
  7748. {
  7749. "name": "Symfony Community",
  7750. "homepage": "https://symfony.com/contributors"
  7751. }
  7752. ],
  7753. "description": "Generic abstractions related to translation",
  7754. "homepage": "https://symfony.com",
  7755. "keywords": [
  7756. "abstractions",
  7757. "contracts",
  7758. "decoupling",
  7759. "interfaces",
  7760. "interoperability",
  7761. "standards"
  7762. ],
  7763. "funding": [
  7764. {
  7765. "url": "https://symfony.com/sponsor",
  7766. "type": "custom"
  7767. },
  7768. {
  7769. "url": "https://github.com/fabpot",
  7770. "type": "github"
  7771. },
  7772. {
  7773. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7774. "type": "tidelift"
  7775. }
  7776. ],
  7777. "time": "2020-07-06T13:23:11+00:00"
  7778. },
  7779. {
  7780. "name": "symfony/var-exporter",
  7781. "version": "v5.1.3",
  7782. "source": {
  7783. "type": "git",
  7784. "url": "https://github.com/symfony/var-exporter.git",
  7785. "reference": "eabaabfe1485ca955c5b53307eade15ccda57a15"
  7786. },
  7787. "dist": {
  7788. "type": "zip",
  7789. "url": "https://api.github.com/repos/symfony/var-exporter/zipball/eabaabfe1485ca955c5b53307eade15ccda57a15",
  7790. "reference": "eabaabfe1485ca955c5b53307eade15ccda57a15",
  7791. "shasum": "",
  7792. "mirrors": [
  7793. {
  7794. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7795. "preferred": true
  7796. }
  7797. ]
  7798. },
  7799. "require": {
  7800. "php": ">=7.2.5",
  7801. "symfony/polyfill-php80": "^1.15"
  7802. },
  7803. "require-dev": {
  7804. "symfony/var-dumper": "^4.4.9|^5.0.9"
  7805. },
  7806. "type": "library",
  7807. "extra": {
  7808. "branch-alias": {
  7809. "dev-master": "5.1-dev"
  7810. }
  7811. },
  7812. "autoload": {
  7813. "psr-4": {
  7814. "Symfony\\Component\\VarExporter\\": ""
  7815. },
  7816. "exclude-from-classmap": [
  7817. "/Tests/"
  7818. ]
  7819. },
  7820. "notification-url": "https://packagist.org/downloads/",
  7821. "license": [
  7822. "MIT"
  7823. ],
  7824. "authors": [
  7825. {
  7826. "name": "Nicolas Grekas",
  7827. "email": "p@tchwork.com"
  7828. },
  7829. {
  7830. "name": "Symfony Community",
  7831. "homepage": "https://symfony.com/contributors"
  7832. }
  7833. ],
  7834. "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
  7835. "homepage": "https://symfony.com",
  7836. "keywords": [
  7837. "clone",
  7838. "construct",
  7839. "export",
  7840. "hydrate",
  7841. "instantiate",
  7842. "serialize"
  7843. ],
  7844. "funding": [
  7845. {
  7846. "url": "https://symfony.com/sponsor",
  7847. "type": "custom"
  7848. },
  7849. {
  7850. "url": "https://github.com/fabpot",
  7851. "type": "github"
  7852. },
  7853. {
  7854. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7855. "type": "tidelift"
  7856. }
  7857. ],
  7858. "time": "2020-06-07T15:42:22+00:00"
  7859. },
  7860. {
  7861. "name": "vlucas/phpdotenv",
  7862. "version": "v4.1.8",
  7863. "source": {
  7864. "type": "git",
  7865. "url": "https://github.com/vlucas/phpdotenv.git",
  7866. "reference": "572af79d913627a9d70374d27a6f5d689a35de32"
  7867. },
  7868. "dist": {
  7869. "type": "zip",
  7870. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/572af79d913627a9d70374d27a6f5d689a35de32",
  7871. "reference": "572af79d913627a9d70374d27a6f5d689a35de32",
  7872. "shasum": "",
  7873. "mirrors": [
  7874. {
  7875. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7876. "preferred": true
  7877. }
  7878. ]
  7879. },
  7880. "require": {
  7881. "php": "^5.5.9 || ^7.0 || ^8.0",
  7882. "phpoption/phpoption": "^1.7.3",
  7883. "symfony/polyfill-ctype": "^1.17"
  7884. },
  7885. "require-dev": {
  7886. "bamarni/composer-bin-plugin": "^1.4.1",
  7887. "ext-filter": "*",
  7888. "ext-pcre": "*",
  7889. "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0"
  7890. },
  7891. "suggest": {
  7892. "ext-filter": "Required to use the boolean validator.",
  7893. "ext-pcre": "Required to use most of the library."
  7894. },
  7895. "type": "library",
  7896. "extra": {
  7897. "branch-alias": {
  7898. "dev-master": "4.1-dev"
  7899. }
  7900. },
  7901. "autoload": {
  7902. "psr-4": {
  7903. "Dotenv\\": "src/"
  7904. }
  7905. },
  7906. "notification-url": "https://packagist.org/downloads/",
  7907. "license": [
  7908. "BSD-3-Clause"
  7909. ],
  7910. "authors": [
  7911. {
  7912. "name": "Graham Campbell",
  7913. "email": "graham@alt-three.com",
  7914. "homepage": "https://gjcampbell.co.uk/"
  7915. },
  7916. {
  7917. "name": "Vance Lucas",
  7918. "email": "vance@vancelucas.com",
  7919. "homepage": "https://vancelucas.com/"
  7920. }
  7921. ],
  7922. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  7923. "keywords": [
  7924. "dotenv",
  7925. "env",
  7926. "environment"
  7927. ],
  7928. "funding": [
  7929. {
  7930. "url": "https://github.com/GrahamCampbell",
  7931. "type": "github"
  7932. },
  7933. {
  7934. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  7935. "type": "tidelift"
  7936. }
  7937. ],
  7938. "time": "2020-07-14T19:22:52+00:00"
  7939. },
  7940. {
  7941. "name": "webmozart/assert",
  7942. "version": "1.9.1",
  7943. "source": {
  7944. "type": "git",
  7945. "url": "https://github.com/webmozart/assert.git",
  7946. "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
  7947. },
  7948. "dist": {
  7949. "type": "zip",
  7950. "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
  7951. "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
  7952. "shasum": "",
  7953. "mirrors": [
  7954. {
  7955. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7956. "preferred": true
  7957. }
  7958. ]
  7959. },
  7960. "require": {
  7961. "php": "^5.3.3 || ^7.0 || ^8.0",
  7962. "symfony/polyfill-ctype": "^1.8"
  7963. },
  7964. "conflict": {
  7965. "phpstan/phpstan": "<0.12.20",
  7966. "vimeo/psalm": "<3.9.1"
  7967. },
  7968. "require-dev": {
  7969. "phpunit/phpunit": "^4.8.36 || ^7.5.13"
  7970. },
  7971. "type": "library",
  7972. "autoload": {
  7973. "psr-4": {
  7974. "Webmozart\\Assert\\": "src/"
  7975. }
  7976. },
  7977. "notification-url": "https://packagist.org/downloads/",
  7978. "license": [
  7979. "MIT"
  7980. ],
  7981. "authors": [
  7982. {
  7983. "name": "Bernhard Schussek",
  7984. "email": "bschussek@gmail.com"
  7985. }
  7986. ],
  7987. "description": "Assertions to validate method input/output with nice error messages.",
  7988. "keywords": [
  7989. "assert",
  7990. "check",
  7991. "validate"
  7992. ],
  7993. "time": "2020-07-08T17:02:28+00:00"
  7994. },
  7995. {
  7996. "name": "xxtime/flysystem-aliyun-oss",
  7997. "version": "1.5.0",
  7998. "source": {
  7999. "type": "git",
  8000. "url": "https://github.com/xxtime/flysystem-aliyun-oss.git",
  8001. "reference": "ae873b5919076157b9cfeaf39d2f56d2dbb39ee9"
  8002. },
  8003. "dist": {
  8004. "type": "zip",
  8005. "url": "https://api.github.com/repos/xxtime/flysystem-aliyun-oss/zipball/ae873b5919076157b9cfeaf39d2f56d2dbb39ee9",
  8006. "reference": "ae873b5919076157b9cfeaf39d2f56d2dbb39ee9",
  8007. "shasum": "",
  8008. "mirrors": [
  8009. {
  8010. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8011. "preferred": true
  8012. }
  8013. ]
  8014. },
  8015. "require": {
  8016. "aliyuncs/oss-sdk-php": "~2.3",
  8017. "league/flysystem": "^1.0.49",
  8018. "php": ">=5.5.0"
  8019. },
  8020. "type": "library",
  8021. "autoload": {
  8022. "psr-4": {
  8023. "Xxtime\\Flysystem\\Aliyun\\": "src/"
  8024. }
  8025. },
  8026. "notification-url": "https://packagist.org/downloads/",
  8027. "license": [
  8028. "MIT"
  8029. ],
  8030. "authors": [
  8031. {
  8032. "name": "Joe",
  8033. "email": "joe@xxtime.com",
  8034. "homepage": "https://github.com/xxtime",
  8035. "role": "Developer"
  8036. }
  8037. ],
  8038. "description": "AliYun OSS adapter for flysystem. aliyuncs/oss-sdk-php ~2.3",
  8039. "homepage": "https://github.com/xxtime/flysystem-aliyun-oss",
  8040. "keywords": [
  8041. "Flysystem",
  8042. "aliyun-oss",
  8043. "flysystem-aliyun-oss"
  8044. ],
  8045. "time": "2019-11-12T07:57:34+00:00"
  8046. }
  8047. ],
  8048. "packages-dev": [
  8049. {
  8050. "name": "composer/semver",
  8051. "version": "1.5.1",
  8052. "source": {
  8053. "type": "git",
  8054. "url": "https://github.com/composer/semver.git",
  8055. "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
  8056. },
  8057. "dist": {
  8058. "type": "zip",
  8059. "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
  8060. "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
  8061. "shasum": "",
  8062. "mirrors": [
  8063. {
  8064. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8065. "preferred": true
  8066. }
  8067. ]
  8068. },
  8069. "require": {
  8070. "php": "^5.3.2 || ^7.0"
  8071. },
  8072. "require-dev": {
  8073. "phpunit/phpunit": "^4.5 || ^5.0.5"
  8074. },
  8075. "type": "library",
  8076. "extra": {
  8077. "branch-alias": {
  8078. "dev-master": "1.x-dev"
  8079. }
  8080. },
  8081. "autoload": {
  8082. "psr-4": {
  8083. "Composer\\Semver\\": "src"
  8084. }
  8085. },
  8086. "notification-url": "https://packagist.org/downloads/",
  8087. "license": [
  8088. "MIT"
  8089. ],
  8090. "authors": [
  8091. {
  8092. "name": "Nils Adermann",
  8093. "email": "naderman@naderman.de",
  8094. "homepage": "http://www.naderman.de"
  8095. },
  8096. {
  8097. "name": "Jordi Boggiano",
  8098. "email": "j.boggiano@seld.be",
  8099. "homepage": "http://seld.be"
  8100. },
  8101. {
  8102. "name": "Rob Bast",
  8103. "email": "rob.bast@gmail.com",
  8104. "homepage": "http://robbast.nl"
  8105. }
  8106. ],
  8107. "description": "Semver library that offers utilities, version constraint parsing and validation.",
  8108. "keywords": [
  8109. "semantic",
  8110. "semver",
  8111. "validation",
  8112. "versioning"
  8113. ],
  8114. "time": "2020-01-13T12:06:48+00:00"
  8115. },
  8116. {
  8117. "name": "composer/xdebug-handler",
  8118. "version": "1.4.2",
  8119. "source": {
  8120. "type": "git",
  8121. "url": "https://github.com/composer/xdebug-handler.git",
  8122. "reference": "fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51"
  8123. },
  8124. "dist": {
  8125. "type": "zip",
  8126. "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51",
  8127. "reference": "fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51",
  8128. "shasum": "",
  8129. "mirrors": [
  8130. {
  8131. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8132. "preferred": true
  8133. }
  8134. ]
  8135. },
  8136. "require": {
  8137. "php": "^5.3.2 || ^7.0 || ^8.0",
  8138. "psr/log": "^1.0"
  8139. },
  8140. "require-dev": {
  8141. "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
  8142. },
  8143. "type": "library",
  8144. "autoload": {
  8145. "psr-4": {
  8146. "Composer\\XdebugHandler\\": "src"
  8147. }
  8148. },
  8149. "notification-url": "https://packagist.org/downloads/",
  8150. "license": [
  8151. "MIT"
  8152. ],
  8153. "authors": [
  8154. {
  8155. "name": "John Stevenson",
  8156. "email": "john-stevenson@blueyonder.co.uk"
  8157. }
  8158. ],
  8159. "description": "Restarts a process without Xdebug.",
  8160. "keywords": [
  8161. "Xdebug",
  8162. "performance"
  8163. ],
  8164. "funding": [
  8165. {
  8166. "url": "https://packagist.com",
  8167. "type": "custom"
  8168. },
  8169. {
  8170. "url": "https://github.com/composer",
  8171. "type": "github"
  8172. },
  8173. {
  8174. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  8175. "type": "tidelift"
  8176. }
  8177. ],
  8178. "time": "2020-06-04T11:16:35+00:00"
  8179. },
  8180. {
  8181. "name": "doctrine/cache",
  8182. "version": "1.10.2",
  8183. "source": {
  8184. "type": "git",
  8185. "url": "https://github.com/doctrine/cache.git",
  8186. "reference": "13e3381b25847283a91948d04640543941309727"
  8187. },
  8188. "dist": {
  8189. "type": "zip",
  8190. "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727",
  8191. "reference": "13e3381b25847283a91948d04640543941309727",
  8192. "shasum": "",
  8193. "mirrors": [
  8194. {
  8195. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8196. "preferred": true
  8197. }
  8198. ]
  8199. },
  8200. "require": {
  8201. "php": "~7.1 || ^8.0"
  8202. },
  8203. "conflict": {
  8204. "doctrine/common": ">2.2,<2.4"
  8205. },
  8206. "require-dev": {
  8207. "alcaeus/mongo-php-adapter": "^1.1",
  8208. "doctrine/coding-standard": "^6.0",
  8209. "mongodb/mongodb": "^1.1",
  8210. "phpunit/phpunit": "^7.0",
  8211. "predis/predis": "~1.0"
  8212. },
  8213. "suggest": {
  8214. "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
  8215. },
  8216. "type": "library",
  8217. "extra": {
  8218. "branch-alias": {
  8219. "dev-master": "1.9.x-dev"
  8220. }
  8221. },
  8222. "autoload": {
  8223. "psr-4": {
  8224. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  8225. }
  8226. },
  8227. "notification-url": "https://packagist.org/downloads/",
  8228. "license": [
  8229. "MIT"
  8230. ],
  8231. "authors": [
  8232. {
  8233. "name": "Guilherme Blanco",
  8234. "email": "guilhermeblanco@gmail.com"
  8235. },
  8236. {
  8237. "name": "Roman Borschel",
  8238. "email": "roman@code-factory.org"
  8239. },
  8240. {
  8241. "name": "Benjamin Eberlei",
  8242. "email": "kontakt@beberlei.de"
  8243. },
  8244. {
  8245. "name": "Jonathan Wage",
  8246. "email": "jonwage@gmail.com"
  8247. },
  8248. {
  8249. "name": "Johannes Schmitt",
  8250. "email": "schmittjoh@gmail.com"
  8251. }
  8252. ],
  8253. "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
  8254. "homepage": "https://www.doctrine-project.org/projects/cache.html",
  8255. "keywords": [
  8256. "abstraction",
  8257. "apcu",
  8258. "cache",
  8259. "caching",
  8260. "couchdb",
  8261. "memcached",
  8262. "php",
  8263. "redis",
  8264. "xcache"
  8265. ],
  8266. "funding": [
  8267. {
  8268. "url": "https://www.doctrine-project.org/sponsorship.html",
  8269. "type": "custom"
  8270. },
  8271. {
  8272. "url": "https://www.patreon.com/phpdoctrine",
  8273. "type": "patreon"
  8274. },
  8275. {
  8276. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
  8277. "type": "tidelift"
  8278. }
  8279. ],
  8280. "time": "2020-07-07T18:54:01+00:00"
  8281. },
  8282. {
  8283. "name": "doctrine/collections",
  8284. "version": "1.6.6",
  8285. "source": {
  8286. "type": "git",
  8287. "url": "https://github.com/doctrine/collections.git",
  8288. "reference": "5f0470363ff042d0057006ae7acabc5d7b5252d5"
  8289. },
  8290. "dist": {
  8291. "type": "zip",
  8292. "url": "https://api.github.com/repos/doctrine/collections/zipball/5f0470363ff042d0057006ae7acabc5d7b5252d5",
  8293. "reference": "5f0470363ff042d0057006ae7acabc5d7b5252d5",
  8294. "shasum": "",
  8295. "mirrors": [
  8296. {
  8297. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8298. "preferred": true
  8299. }
  8300. ]
  8301. },
  8302. "require": {
  8303. "php": "^7.1.3 || ^8.0"
  8304. },
  8305. "require-dev": {
  8306. "doctrine/coding-standard": "^6.0",
  8307. "phpstan/phpstan-shim": "^0.9.2",
  8308. "phpunit/phpunit": "^7.0",
  8309. "vimeo/psalm": "^3.8.1"
  8310. },
  8311. "type": "library",
  8312. "autoload": {
  8313. "psr-4": {
  8314. "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
  8315. }
  8316. },
  8317. "notification-url": "https://packagist.org/downloads/",
  8318. "license": [
  8319. "MIT"
  8320. ],
  8321. "authors": [
  8322. {
  8323. "name": "Guilherme Blanco",
  8324. "email": "guilhermeblanco@gmail.com"
  8325. },
  8326. {
  8327. "name": "Roman Borschel",
  8328. "email": "roman@code-factory.org"
  8329. },
  8330. {
  8331. "name": "Benjamin Eberlei",
  8332. "email": "kontakt@beberlei.de"
  8333. },
  8334. {
  8335. "name": "Jonathan Wage",
  8336. "email": "jonwage@gmail.com"
  8337. },
  8338. {
  8339. "name": "Johannes Schmitt",
  8340. "email": "schmittjoh@gmail.com"
  8341. }
  8342. ],
  8343. "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
  8344. "homepage": "https://www.doctrine-project.org/projects/collections.html",
  8345. "keywords": [
  8346. "array",
  8347. "collections",
  8348. "iterators",
  8349. "php"
  8350. ],
  8351. "funding": [
  8352. {
  8353. "url": "https://www.doctrine-project.org/sponsorship.html",
  8354. "type": "custom"
  8355. },
  8356. {
  8357. "url": "https://www.patreon.com/phpdoctrine",
  8358. "type": "patreon"
  8359. },
  8360. {
  8361. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcollections",
  8362. "type": "tidelift"
  8363. }
  8364. ],
  8365. "time": "2020-06-22T19:14:02+00:00"
  8366. },
  8367. {
  8368. "name": "doctrine/common",
  8369. "version": "2.13.3",
  8370. "source": {
  8371. "type": "git",
  8372. "url": "https://github.com/doctrine/common.git",
  8373. "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f"
  8374. },
  8375. "dist": {
  8376. "type": "zip",
  8377. "url": "https://api.github.com/repos/doctrine/common/zipball/f3812c026e557892c34ef37f6ab808a6b567da7f",
  8378. "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f",
  8379. "shasum": "",
  8380. "mirrors": [
  8381. {
  8382. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8383. "preferred": true
  8384. }
  8385. ]
  8386. },
  8387. "require": {
  8388. "doctrine/annotations": "^1.0",
  8389. "doctrine/cache": "^1.0",
  8390. "doctrine/collections": "^1.0",
  8391. "doctrine/event-manager": "^1.0",
  8392. "doctrine/inflector": "^1.0",
  8393. "doctrine/lexer": "^1.0",
  8394. "doctrine/persistence": "^1.3.3",
  8395. "doctrine/reflection": "^1.0",
  8396. "php": "^7.1 || ^8.0"
  8397. },
  8398. "require-dev": {
  8399. "doctrine/coding-standard": "^1.0",
  8400. "phpstan/phpstan": "^0.11",
  8401. "phpstan/phpstan-phpunit": "^0.11",
  8402. "phpunit/phpunit": "^7.0",
  8403. "squizlabs/php_codesniffer": "^3.0",
  8404. "symfony/phpunit-bridge": "^4.0.5"
  8405. },
  8406. "type": "library",
  8407. "extra": {
  8408. "branch-alias": {
  8409. "dev-master": "2.11.x-dev"
  8410. }
  8411. },
  8412. "autoload": {
  8413. "psr-4": {
  8414. "Doctrine\\Common\\": "lib/Doctrine/Common"
  8415. }
  8416. },
  8417. "notification-url": "https://packagist.org/downloads/",
  8418. "license": [
  8419. "MIT"
  8420. ],
  8421. "authors": [
  8422. {
  8423. "name": "Guilherme Blanco",
  8424. "email": "guilhermeblanco@gmail.com"
  8425. },
  8426. {
  8427. "name": "Roman Borschel",
  8428. "email": "roman@code-factory.org"
  8429. },
  8430. {
  8431. "name": "Benjamin Eberlei",
  8432. "email": "kontakt@beberlei.de"
  8433. },
  8434. {
  8435. "name": "Jonathan Wage",
  8436. "email": "jonwage@gmail.com"
  8437. },
  8438. {
  8439. "name": "Johannes Schmitt",
  8440. "email": "schmittjoh@gmail.com"
  8441. },
  8442. {
  8443. "name": "Marco Pivetta",
  8444. "email": "ocramius@gmail.com"
  8445. }
  8446. ],
  8447. "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.",
  8448. "homepage": "https://www.doctrine-project.org/projects/common.html",
  8449. "keywords": [
  8450. "common",
  8451. "doctrine",
  8452. "php"
  8453. ],
  8454. "funding": [
  8455. {
  8456. "url": "https://www.doctrine-project.org/sponsorship.html",
  8457. "type": "custom"
  8458. },
  8459. {
  8460. "url": "https://www.patreon.com/phpdoctrine",
  8461. "type": "patreon"
  8462. },
  8463. {
  8464. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon",
  8465. "type": "tidelift"
  8466. }
  8467. ],
  8468. "time": "2020-06-05T16:46:05+00:00"
  8469. },
  8470. {
  8471. "name": "doctrine/event-manager",
  8472. "version": "1.1.0",
  8473. "source": {
  8474. "type": "git",
  8475. "url": "https://github.com/doctrine/event-manager.git",
  8476. "reference": "629572819973f13486371cb611386eb17851e85c"
  8477. },
  8478. "dist": {
  8479. "type": "zip",
  8480. "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
  8481. "reference": "629572819973f13486371cb611386eb17851e85c",
  8482. "shasum": "",
  8483. "mirrors": [
  8484. {
  8485. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8486. "preferred": true
  8487. }
  8488. ]
  8489. },
  8490. "require": {
  8491. "php": "^7.1"
  8492. },
  8493. "conflict": {
  8494. "doctrine/common": "<2.9@dev"
  8495. },
  8496. "require-dev": {
  8497. "doctrine/coding-standard": "^6.0",
  8498. "phpunit/phpunit": "^7.0"
  8499. },
  8500. "type": "library",
  8501. "extra": {
  8502. "branch-alias": {
  8503. "dev-master": "1.0.x-dev"
  8504. }
  8505. },
  8506. "autoload": {
  8507. "psr-4": {
  8508. "Doctrine\\Common\\": "lib/Doctrine/Common"
  8509. }
  8510. },
  8511. "notification-url": "https://packagist.org/downloads/",
  8512. "license": [
  8513. "MIT"
  8514. ],
  8515. "authors": [
  8516. {
  8517. "name": "Guilherme Blanco",
  8518. "email": "guilhermeblanco@gmail.com"
  8519. },
  8520. {
  8521. "name": "Roman Borschel",
  8522. "email": "roman@code-factory.org"
  8523. },
  8524. {
  8525. "name": "Benjamin Eberlei",
  8526. "email": "kontakt@beberlei.de"
  8527. },
  8528. {
  8529. "name": "Jonathan Wage",
  8530. "email": "jonwage@gmail.com"
  8531. },
  8532. {
  8533. "name": "Johannes Schmitt",
  8534. "email": "schmittjoh@gmail.com"
  8535. },
  8536. {
  8537. "name": "Marco Pivetta",
  8538. "email": "ocramius@gmail.com"
  8539. }
  8540. ],
  8541. "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
  8542. "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
  8543. "keywords": [
  8544. "event",
  8545. "event dispatcher",
  8546. "event manager",
  8547. "event system",
  8548. "events"
  8549. ],
  8550. "time": "2019-11-10T09:48:07+00:00"
  8551. },
  8552. {
  8553. "name": "doctrine/persistence",
  8554. "version": "1.3.7",
  8555. "source": {
  8556. "type": "git",
  8557. "url": "https://github.com/doctrine/persistence.git",
  8558. "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0"
  8559. },
  8560. "dist": {
  8561. "type": "zip",
  8562. "url": "https://api.github.com/repos/doctrine/persistence/zipball/0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
  8563. "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
  8564. "shasum": "",
  8565. "mirrors": [
  8566. {
  8567. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8568. "preferred": true
  8569. }
  8570. ]
  8571. },
  8572. "require": {
  8573. "doctrine/annotations": "^1.0",
  8574. "doctrine/cache": "^1.0",
  8575. "doctrine/collections": "^1.0",
  8576. "doctrine/event-manager": "^1.0",
  8577. "doctrine/reflection": "^1.2",
  8578. "php": "^7.1"
  8579. },
  8580. "conflict": {
  8581. "doctrine/common": "<2.10@dev"
  8582. },
  8583. "require-dev": {
  8584. "doctrine/coding-standard": "^6.0",
  8585. "phpstan/phpstan": "^0.11",
  8586. "phpunit/phpunit": "^7.0"
  8587. },
  8588. "type": "library",
  8589. "extra": {
  8590. "branch-alias": {
  8591. "dev-master": "1.3.x-dev"
  8592. }
  8593. },
  8594. "autoload": {
  8595. "psr-4": {
  8596. "Doctrine\\Common\\": "lib/Doctrine/Common",
  8597. "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
  8598. }
  8599. },
  8600. "notification-url": "https://packagist.org/downloads/",
  8601. "license": [
  8602. "MIT"
  8603. ],
  8604. "authors": [
  8605. {
  8606. "name": "Guilherme Blanco",
  8607. "email": "guilhermeblanco@gmail.com"
  8608. },
  8609. {
  8610. "name": "Roman Borschel",
  8611. "email": "roman@code-factory.org"
  8612. },
  8613. {
  8614. "name": "Benjamin Eberlei",
  8615. "email": "kontakt@beberlei.de"
  8616. },
  8617. {
  8618. "name": "Jonathan Wage",
  8619. "email": "jonwage@gmail.com"
  8620. },
  8621. {
  8622. "name": "Johannes Schmitt",
  8623. "email": "schmittjoh@gmail.com"
  8624. },
  8625. {
  8626. "name": "Marco Pivetta",
  8627. "email": "ocramius@gmail.com"
  8628. }
  8629. ],
  8630. "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
  8631. "homepage": "https://doctrine-project.org/projects/persistence.html",
  8632. "keywords": [
  8633. "mapper",
  8634. "object",
  8635. "odm",
  8636. "orm",
  8637. "persistence"
  8638. ],
  8639. "funding": [
  8640. {
  8641. "url": "https://www.doctrine-project.org/sponsorship.html",
  8642. "type": "custom"
  8643. },
  8644. {
  8645. "url": "https://www.patreon.com/phpdoctrine",
  8646. "type": "patreon"
  8647. },
  8648. {
  8649. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
  8650. "type": "tidelift"
  8651. }
  8652. ],
  8653. "time": "2020-03-21T15:13:52+00:00"
  8654. },
  8655. {
  8656. "name": "doctrine/reflection",
  8657. "version": "1.2.1",
  8658. "source": {
  8659. "type": "git",
  8660. "url": "https://github.com/doctrine/reflection.git",
  8661. "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79"
  8662. },
  8663. "dist": {
  8664. "type": "zip",
  8665. "url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79",
  8666. "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79",
  8667. "shasum": "",
  8668. "mirrors": [
  8669. {
  8670. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8671. "preferred": true
  8672. }
  8673. ]
  8674. },
  8675. "require": {
  8676. "doctrine/annotations": "^1.0",
  8677. "ext-tokenizer": "*",
  8678. "php": "^7.1"
  8679. },
  8680. "conflict": {
  8681. "doctrine/common": "<2.9"
  8682. },
  8683. "require-dev": {
  8684. "doctrine/coding-standard": "^5.0",
  8685. "doctrine/common": "^2.10",
  8686. "phpstan/phpstan": "^0.11.0",
  8687. "phpstan/phpstan-phpunit": "^0.11.0",
  8688. "phpunit/phpunit": "^7.0"
  8689. },
  8690. "type": "library",
  8691. "extra": {
  8692. "branch-alias": {
  8693. "dev-master": "1.2.x-dev"
  8694. }
  8695. },
  8696. "autoload": {
  8697. "psr-4": {
  8698. "Doctrine\\Common\\": "lib/Doctrine/Common"
  8699. }
  8700. },
  8701. "notification-url": "https://packagist.org/downloads/",
  8702. "license": [
  8703. "MIT"
  8704. ],
  8705. "authors": [
  8706. {
  8707. "name": "Guilherme Blanco",
  8708. "email": "guilhermeblanco@gmail.com"
  8709. },
  8710. {
  8711. "name": "Roman Borschel",
  8712. "email": "roman@code-factory.org"
  8713. },
  8714. {
  8715. "name": "Benjamin Eberlei",
  8716. "email": "kontakt@beberlei.de"
  8717. },
  8718. {
  8719. "name": "Jonathan Wage",
  8720. "email": "jonwage@gmail.com"
  8721. },
  8722. {
  8723. "name": "Johannes Schmitt",
  8724. "email": "schmittjoh@gmail.com"
  8725. },
  8726. {
  8727. "name": "Marco Pivetta",
  8728. "email": "ocramius@gmail.com"
  8729. }
  8730. ],
  8731. "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.",
  8732. "homepage": "https://www.doctrine-project.org/projects/reflection.html",
  8733. "keywords": [
  8734. "reflection",
  8735. "static"
  8736. ],
  8737. "time": "2020-03-27T11:06:43+00:00"
  8738. },
  8739. {
  8740. "name": "friendsofphp/php-cs-fixer",
  8741. "version": "v2.16.4",
  8742. "source": {
  8743. "type": "git",
  8744. "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
  8745. "reference": "1023c3458137ab052f6ff1e09621a721bfdeca13"
  8746. },
  8747. "dist": {
  8748. "type": "zip",
  8749. "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/1023c3458137ab052f6ff1e09621a721bfdeca13",
  8750. "reference": "1023c3458137ab052f6ff1e09621a721bfdeca13",
  8751. "shasum": "",
  8752. "mirrors": [
  8753. {
  8754. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8755. "preferred": true
  8756. }
  8757. ]
  8758. },
  8759. "require": {
  8760. "composer/semver": "^1.4",
  8761. "composer/xdebug-handler": "^1.2",
  8762. "doctrine/annotations": "^1.2",
  8763. "ext-json": "*",
  8764. "ext-tokenizer": "*",
  8765. "php": "^5.6 || ^7.0",
  8766. "php-cs-fixer/diff": "^1.3",
  8767. "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
  8768. "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
  8769. "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
  8770. "symfony/finder": "^3.0 || ^4.0 || ^5.0",
  8771. "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
  8772. "symfony/polyfill-php70": "^1.0",
  8773. "symfony/polyfill-php72": "^1.4",
  8774. "symfony/process": "^3.0 || ^4.0 || ^5.0",
  8775. "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
  8776. },
  8777. "require-dev": {
  8778. "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
  8779. "justinrainbow/json-schema": "^5.0",
  8780. "keradus/cli-executor": "^1.2",
  8781. "mikey179/vfsstream": "^1.6",
  8782. "php-coveralls/php-coveralls": "^2.1",
  8783. "php-cs-fixer/accessible-object": "^1.0",
  8784. "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
  8785. "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
  8786. "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
  8787. "phpunitgoodpractices/traits": "^1.8",
  8788. "symfony/phpunit-bridge": "^5.1",
  8789. "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
  8790. },
  8791. "suggest": {
  8792. "ext-dom": "For handling output formats in XML",
  8793. "ext-mbstring": "For handling non-UTF8 characters.",
  8794. "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
  8795. "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
  8796. "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
  8797. },
  8798. "bin": [
  8799. "php-cs-fixer"
  8800. ],
  8801. "type": "application",
  8802. "autoload": {
  8803. "psr-4": {
  8804. "PhpCsFixer\\": "src/"
  8805. },
  8806. "classmap": [
  8807. "tests/Test/AbstractFixerTestCase.php",
  8808. "tests/Test/AbstractIntegrationCaseFactory.php",
  8809. "tests/Test/AbstractIntegrationTestCase.php",
  8810. "tests/Test/Assert/AssertTokensTrait.php",
  8811. "tests/Test/IntegrationCase.php",
  8812. "tests/Test/IntegrationCaseFactory.php",
  8813. "tests/Test/IntegrationCaseFactoryInterface.php",
  8814. "tests/Test/InternalIntegrationCaseFactory.php",
  8815. "tests/Test/IsIdenticalConstraint.php",
  8816. "tests/TestCase.php"
  8817. ]
  8818. },
  8819. "notification-url": "https://packagist.org/downloads/",
  8820. "license": [
  8821. "MIT"
  8822. ],
  8823. "authors": [
  8824. {
  8825. "name": "Fabien Potencier",
  8826. "email": "fabien@symfony.com"
  8827. },
  8828. {
  8829. "name": "Dariusz Rumiński",
  8830. "email": "dariusz.ruminski@gmail.com"
  8831. }
  8832. ],
  8833. "description": "A tool to automatically fix PHP code style",
  8834. "funding": [
  8835. {
  8836. "url": "https://github.com/keradus",
  8837. "type": "github"
  8838. }
  8839. ],
  8840. "time": "2020-06-27T23:57:46+00:00"
  8841. },
  8842. {
  8843. "name": "hamcrest/hamcrest-php",
  8844. "version": "v2.0.1",
  8845. "source": {
  8846. "type": "git",
  8847. "url": "https://github.com/hamcrest/hamcrest-php.git",
  8848. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
  8849. },
  8850. "dist": {
  8851. "type": "zip",
  8852. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  8853. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  8854. "shasum": "",
  8855. "mirrors": [
  8856. {
  8857. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8858. "preferred": true
  8859. }
  8860. ]
  8861. },
  8862. "require": {
  8863. "php": "^5.3|^7.0|^8.0"
  8864. },
  8865. "replace": {
  8866. "cordoval/hamcrest-php": "*",
  8867. "davedevelopment/hamcrest-php": "*",
  8868. "kodova/hamcrest-php": "*"
  8869. },
  8870. "require-dev": {
  8871. "phpunit/php-file-iterator": "^1.4 || ^2.0",
  8872. "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
  8873. },
  8874. "type": "library",
  8875. "extra": {
  8876. "branch-alias": {
  8877. "dev-master": "2.1-dev"
  8878. }
  8879. },
  8880. "autoload": {
  8881. "classmap": [
  8882. "hamcrest"
  8883. ]
  8884. },
  8885. "notification-url": "https://packagist.org/downloads/",
  8886. "license": [
  8887. "BSD-3-Clause"
  8888. ],
  8889. "description": "This is the PHP port of Hamcrest Matchers",
  8890. "keywords": [
  8891. "test"
  8892. ],
  8893. "time": "2020-07-09T08:09:16+00:00"
  8894. },
  8895. {
  8896. "name": "hyperf/testing",
  8897. "version": "v2.0.0",
  8898. "source": {
  8899. "type": "git",
  8900. "url": "https://github.com/hyperf/testing.git",
  8901. "reference": "1898f675fc050fa71c0e474f40ab5163ebc30d8a"
  8902. },
  8903. "dist": {
  8904. "type": "zip",
  8905. "url": "https://api.github.com/repos/hyperf/testing/zipball/1898f675fc050fa71c0e474f40ab5163ebc30d8a",
  8906. "reference": "1898f675fc050fa71c0e474f40ab5163ebc30d8a",
  8907. "shasum": "",
  8908. "mirrors": [
  8909. {
  8910. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8911. "preferred": true
  8912. }
  8913. ]
  8914. },
  8915. "require": {
  8916. "hyperf/contract": "~2.0.0",
  8917. "hyperf/http-message": "~2.0.0",
  8918. "hyperf/http-server": "~2.0.0",
  8919. "hyperf/utils": "~2.0.0",
  8920. "php": ">=7.2",
  8921. "phpunit/phpunit": "^7.0",
  8922. "psr/container": "^1.0"
  8923. },
  8924. "require-dev": {
  8925. "friendsofphp/php-cs-fixer": "^2.9",
  8926. "malukenho/docheader": "^0.1.6",
  8927. "mockery/mockery": "^1.0"
  8928. },
  8929. "bin": [
  8930. "co-phpunit"
  8931. ],
  8932. "type": "library",
  8933. "extra": {
  8934. "branch-alias": {
  8935. "dev-master": "2.0-dev"
  8936. }
  8937. },
  8938. "autoload": {
  8939. "psr-4": {
  8940. "Hyperf\\Testing\\": "src/"
  8941. }
  8942. },
  8943. "notification-url": "https://packagist.org/downloads/",
  8944. "license": [
  8945. "MIT"
  8946. ],
  8947. "description": "Testing for hyperf",
  8948. "keywords": [
  8949. "php",
  8950. "swoole",
  8951. "testing"
  8952. ],
  8953. "time": "2020-06-19T13:11:07+00:00"
  8954. },
  8955. {
  8956. "name": "mockery/mockery",
  8957. "version": "1.3.2",
  8958. "source": {
  8959. "type": "git",
  8960. "url": "https://github.com/mockery/mockery.git",
  8961. "reference": "9b6f117dd7d36dc3858d8d8ddf9b3d584fcae283"
  8962. },
  8963. "dist": {
  8964. "type": "zip",
  8965. "url": "https://api.github.com/repos/mockery/mockery/zipball/9b6f117dd7d36dc3858d8d8ddf9b3d584fcae283",
  8966. "reference": "9b6f117dd7d36dc3858d8d8ddf9b3d584fcae283",
  8967. "shasum": "",
  8968. "mirrors": [
  8969. {
  8970. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8971. "preferred": true
  8972. }
  8973. ]
  8974. },
  8975. "require": {
  8976. "hamcrest/hamcrest-php": "^2.0.1",
  8977. "lib-pcre": ">=7.0",
  8978. "php": ">=5.6.0"
  8979. },
  8980. "require-dev": {
  8981. "phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0|~9.0"
  8982. },
  8983. "type": "library",
  8984. "extra": {
  8985. "branch-alias": {
  8986. "dev-master": "1.3.x-dev"
  8987. }
  8988. },
  8989. "autoload": {
  8990. "psr-0": {
  8991. "Mockery": "library/"
  8992. }
  8993. },
  8994. "notification-url": "https://packagist.org/downloads/",
  8995. "license": [
  8996. "BSD-3-Clause"
  8997. ],
  8998. "authors": [
  8999. {
  9000. "name": "Pádraic Brady",
  9001. "email": "padraic.brady@gmail.com",
  9002. "homepage": "http://blog.astrumfutura.com"
  9003. },
  9004. {
  9005. "name": "Dave Marshall",
  9006. "email": "dave.marshall@atstsolutions.co.uk",
  9007. "homepage": "http://davedevelopment.co.uk"
  9008. }
  9009. ],
  9010. "description": "Mockery is a simple yet flexible PHP mock object framework",
  9011. "homepage": "https://github.com/mockery/mockery",
  9012. "keywords": [
  9013. "BDD",
  9014. "TDD",
  9015. "library",
  9016. "mock",
  9017. "mock objects",
  9018. "mockery",
  9019. "stub",
  9020. "test",
  9021. "test double",
  9022. "testing"
  9023. ],
  9024. "time": "2020-07-09T08:23:05+00:00"
  9025. },
  9026. {
  9027. "name": "myclabs/deep-copy",
  9028. "version": "1.10.1",
  9029. "source": {
  9030. "type": "git",
  9031. "url": "https://github.com/myclabs/DeepCopy.git",
  9032. "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5"
  9033. },
  9034. "dist": {
  9035. "type": "zip",
  9036. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
  9037. "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
  9038. "shasum": "",
  9039. "mirrors": [
  9040. {
  9041. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9042. "preferred": true
  9043. }
  9044. ]
  9045. },
  9046. "require": {
  9047. "php": "^7.1 || ^8.0"
  9048. },
  9049. "replace": {
  9050. "myclabs/deep-copy": "self.version"
  9051. },
  9052. "require-dev": {
  9053. "doctrine/collections": "^1.0",
  9054. "doctrine/common": "^2.6",
  9055. "phpunit/phpunit": "^7.1"
  9056. },
  9057. "type": "library",
  9058. "autoload": {
  9059. "psr-4": {
  9060. "DeepCopy\\": "src/DeepCopy/"
  9061. },
  9062. "files": [
  9063. "src/DeepCopy/deep_copy.php"
  9064. ]
  9065. },
  9066. "notification-url": "https://packagist.org/downloads/",
  9067. "license": [
  9068. "MIT"
  9069. ],
  9070. "description": "Create deep copies (clones) of your objects",
  9071. "keywords": [
  9072. "clone",
  9073. "copy",
  9074. "duplicate",
  9075. "object",
  9076. "object graph"
  9077. ],
  9078. "funding": [
  9079. {
  9080. "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
  9081. "type": "tidelift"
  9082. }
  9083. ],
  9084. "time": "2020-06-29T13:22:24+00:00"
  9085. },
  9086. {
  9087. "name": "phar-io/manifest",
  9088. "version": "1.0.3",
  9089. "source": {
  9090. "type": "git",
  9091. "url": "https://github.com/phar-io/manifest.git",
  9092. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
  9093. },
  9094. "dist": {
  9095. "type": "zip",
  9096. "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  9097. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  9098. "shasum": "",
  9099. "mirrors": [
  9100. {
  9101. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9102. "preferred": true
  9103. }
  9104. ]
  9105. },
  9106. "require": {
  9107. "ext-dom": "*",
  9108. "ext-phar": "*",
  9109. "phar-io/version": "^2.0",
  9110. "php": "^5.6 || ^7.0"
  9111. },
  9112. "type": "library",
  9113. "extra": {
  9114. "branch-alias": {
  9115. "dev-master": "1.0.x-dev"
  9116. }
  9117. },
  9118. "autoload": {
  9119. "classmap": [
  9120. "src/"
  9121. ]
  9122. },
  9123. "notification-url": "https://packagist.org/downloads/",
  9124. "license": [
  9125. "BSD-3-Clause"
  9126. ],
  9127. "authors": [
  9128. {
  9129. "name": "Arne Blankerts",
  9130. "email": "arne@blankerts.de",
  9131. "role": "Developer"
  9132. },
  9133. {
  9134. "name": "Sebastian Heuer",
  9135. "email": "sebastian@phpeople.de",
  9136. "role": "Developer"
  9137. },
  9138. {
  9139. "name": "Sebastian Bergmann",
  9140. "email": "sebastian@phpunit.de",
  9141. "role": "Developer"
  9142. }
  9143. ],
  9144. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  9145. "time": "2018-07-08T19:23:20+00:00"
  9146. },
  9147. {
  9148. "name": "phar-io/version",
  9149. "version": "2.0.1",
  9150. "source": {
  9151. "type": "git",
  9152. "url": "https://github.com/phar-io/version.git",
  9153. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
  9154. },
  9155. "dist": {
  9156. "type": "zip",
  9157. "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  9158. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  9159. "shasum": "",
  9160. "mirrors": [
  9161. {
  9162. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9163. "preferred": true
  9164. }
  9165. ]
  9166. },
  9167. "require": {
  9168. "php": "^5.6 || ^7.0"
  9169. },
  9170. "type": "library",
  9171. "autoload": {
  9172. "classmap": [
  9173. "src/"
  9174. ]
  9175. },
  9176. "notification-url": "https://packagist.org/downloads/",
  9177. "license": [
  9178. "BSD-3-Clause"
  9179. ],
  9180. "authors": [
  9181. {
  9182. "name": "Arne Blankerts",
  9183. "email": "arne@blankerts.de",
  9184. "role": "Developer"
  9185. },
  9186. {
  9187. "name": "Sebastian Heuer",
  9188. "email": "sebastian@phpeople.de",
  9189. "role": "Developer"
  9190. },
  9191. {
  9192. "name": "Sebastian Bergmann",
  9193. "email": "sebastian@phpunit.de",
  9194. "role": "Developer"
  9195. }
  9196. ],
  9197. "description": "Library for handling version information and constraints",
  9198. "time": "2018-07-08T19:19:57+00:00"
  9199. },
  9200. {
  9201. "name": "php-cs-fixer/diff",
  9202. "version": "v1.3.0",
  9203. "source": {
  9204. "type": "git",
  9205. "url": "https://github.com/PHP-CS-Fixer/diff.git",
  9206. "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
  9207. },
  9208. "dist": {
  9209. "type": "zip",
  9210. "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
  9211. "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
  9212. "shasum": "",
  9213. "mirrors": [
  9214. {
  9215. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9216. "preferred": true
  9217. }
  9218. ]
  9219. },
  9220. "require": {
  9221. "php": "^5.6 || ^7.0"
  9222. },
  9223. "require-dev": {
  9224. "phpunit/phpunit": "^5.7.23 || ^6.4.3",
  9225. "symfony/process": "^3.3"
  9226. },
  9227. "type": "library",
  9228. "autoload": {
  9229. "classmap": [
  9230. "src/"
  9231. ]
  9232. },
  9233. "notification-url": "https://packagist.org/downloads/",
  9234. "license": [
  9235. "BSD-3-Clause"
  9236. ],
  9237. "authors": [
  9238. {
  9239. "name": "Kore Nordmann",
  9240. "email": "mail@kore-nordmann.de"
  9241. },
  9242. {
  9243. "name": "Sebastian Bergmann",
  9244. "email": "sebastian@phpunit.de"
  9245. },
  9246. {
  9247. "name": "SpacePossum"
  9248. }
  9249. ],
  9250. "description": "sebastian/diff v2 backport support for PHP5.6",
  9251. "homepage": "https://github.com/PHP-CS-Fixer",
  9252. "keywords": [
  9253. "diff"
  9254. ],
  9255. "time": "2018-02-15T16:58:55+00:00"
  9256. },
  9257. {
  9258. "name": "phpspec/prophecy",
  9259. "version": "1.11.1",
  9260. "source": {
  9261. "type": "git",
  9262. "url": "https://github.com/phpspec/prophecy.git",
  9263. "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160"
  9264. },
  9265. "dist": {
  9266. "type": "zip",
  9267. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/b20034be5efcdab4fb60ca3a29cba2949aead160",
  9268. "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160",
  9269. "shasum": "",
  9270. "mirrors": [
  9271. {
  9272. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9273. "preferred": true
  9274. }
  9275. ]
  9276. },
  9277. "require": {
  9278. "doctrine/instantiator": "^1.2",
  9279. "php": "^7.2",
  9280. "phpdocumentor/reflection-docblock": "^5.0",
  9281. "sebastian/comparator": "^3.0 || ^4.0",
  9282. "sebastian/recursion-context": "^3.0 || ^4.0"
  9283. },
  9284. "require-dev": {
  9285. "phpspec/phpspec": "^6.0",
  9286. "phpunit/phpunit": "^8.0"
  9287. },
  9288. "type": "library",
  9289. "extra": {
  9290. "branch-alias": {
  9291. "dev-master": "1.11.x-dev"
  9292. }
  9293. },
  9294. "autoload": {
  9295. "psr-4": {
  9296. "Prophecy\\": "src/Prophecy"
  9297. }
  9298. },
  9299. "notification-url": "https://packagist.org/downloads/",
  9300. "license": [
  9301. "MIT"
  9302. ],
  9303. "authors": [
  9304. {
  9305. "name": "Konstantin Kudryashov",
  9306. "email": "ever.zet@gmail.com",
  9307. "homepage": "http://everzet.com"
  9308. },
  9309. {
  9310. "name": "Marcello Duarte",
  9311. "email": "marcello.duarte@gmail.com"
  9312. }
  9313. ],
  9314. "description": "Highly opinionated mocking framework for PHP 5.3+",
  9315. "homepage": "https://github.com/phpspec/prophecy",
  9316. "keywords": [
  9317. "Double",
  9318. "Dummy",
  9319. "fake",
  9320. "mock",
  9321. "spy",
  9322. "stub"
  9323. ],
  9324. "time": "2020-07-08T12:44:21+00:00"
  9325. },
  9326. {
  9327. "name": "phpstan/phpstan",
  9328. "version": "0.12.32",
  9329. "source": {
  9330. "type": "git",
  9331. "url": "https://github.com/phpstan/phpstan.git",
  9332. "reference": "d03863f504c8432b3de4d1881f73f6acb8c0e67c"
  9333. },
  9334. "dist": {
  9335. "type": "zip",
  9336. "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d03863f504c8432b3de4d1881f73f6acb8c0e67c",
  9337. "reference": "d03863f504c8432b3de4d1881f73f6acb8c0e67c",
  9338. "shasum": "",
  9339. "mirrors": [
  9340. {
  9341. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9342. "preferred": true
  9343. }
  9344. ]
  9345. },
  9346. "require": {
  9347. "php": "^7.1"
  9348. },
  9349. "conflict": {
  9350. "phpstan/phpstan-shim": "*"
  9351. },
  9352. "bin": [
  9353. "phpstan",
  9354. "phpstan.phar"
  9355. ],
  9356. "type": "library",
  9357. "extra": {
  9358. "branch-alias": {
  9359. "dev-master": "0.12-dev"
  9360. }
  9361. },
  9362. "autoload": {
  9363. "files": [
  9364. "bootstrap.php"
  9365. ]
  9366. },
  9367. "notification-url": "https://packagist.org/downloads/",
  9368. "license": [
  9369. "MIT"
  9370. ],
  9371. "description": "PHPStan - PHP Static Analysis Tool",
  9372. "funding": [
  9373. {
  9374. "url": "https://github.com/ondrejmirtes",
  9375. "type": "github"
  9376. },
  9377. {
  9378. "url": "https://www.patreon.com/phpstan",
  9379. "type": "patreon"
  9380. },
  9381. {
  9382. "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
  9383. "type": "tidelift"
  9384. }
  9385. ],
  9386. "time": "2020-07-01T11:57:52+00:00"
  9387. },
  9388. {
  9389. "name": "phpunit/php-code-coverage",
  9390. "version": "6.1.4",
  9391. "source": {
  9392. "type": "git",
  9393. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  9394. "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
  9395. },
  9396. "dist": {
  9397. "type": "zip",
  9398. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
  9399. "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
  9400. "shasum": "",
  9401. "mirrors": [
  9402. {
  9403. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9404. "preferred": true
  9405. }
  9406. ]
  9407. },
  9408. "require": {
  9409. "ext-dom": "*",
  9410. "ext-xmlwriter": "*",
  9411. "php": "^7.1",
  9412. "phpunit/php-file-iterator": "^2.0",
  9413. "phpunit/php-text-template": "^1.2.1",
  9414. "phpunit/php-token-stream": "^3.0",
  9415. "sebastian/code-unit-reverse-lookup": "^1.0.1",
  9416. "sebastian/environment": "^3.1 || ^4.0",
  9417. "sebastian/version": "^2.0.1",
  9418. "theseer/tokenizer": "^1.1"
  9419. },
  9420. "require-dev": {
  9421. "phpunit/phpunit": "^7.0"
  9422. },
  9423. "suggest": {
  9424. "ext-xdebug": "^2.6.0"
  9425. },
  9426. "type": "library",
  9427. "extra": {
  9428. "branch-alias": {
  9429. "dev-master": "6.1-dev"
  9430. }
  9431. },
  9432. "autoload": {
  9433. "classmap": [
  9434. "src/"
  9435. ]
  9436. },
  9437. "notification-url": "https://packagist.org/downloads/",
  9438. "license": [
  9439. "BSD-3-Clause"
  9440. ],
  9441. "authors": [
  9442. {
  9443. "name": "Sebastian Bergmann",
  9444. "email": "sebastian@phpunit.de",
  9445. "role": "lead"
  9446. }
  9447. ],
  9448. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  9449. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  9450. "keywords": [
  9451. "coverage",
  9452. "testing",
  9453. "xunit"
  9454. ],
  9455. "time": "2018-10-31T16:06:48+00:00"
  9456. },
  9457. {
  9458. "name": "phpunit/php-file-iterator",
  9459. "version": "2.0.2",
  9460. "source": {
  9461. "type": "git",
  9462. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  9463. "reference": "050bedf145a257b1ff02746c31894800e5122946"
  9464. },
  9465. "dist": {
  9466. "type": "zip",
  9467. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
  9468. "reference": "050bedf145a257b1ff02746c31894800e5122946",
  9469. "shasum": "",
  9470. "mirrors": [
  9471. {
  9472. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9473. "preferred": true
  9474. }
  9475. ]
  9476. },
  9477. "require": {
  9478. "php": "^7.1"
  9479. },
  9480. "require-dev": {
  9481. "phpunit/phpunit": "^7.1"
  9482. },
  9483. "type": "library",
  9484. "extra": {
  9485. "branch-alias": {
  9486. "dev-master": "2.0.x-dev"
  9487. }
  9488. },
  9489. "autoload": {
  9490. "classmap": [
  9491. "src/"
  9492. ]
  9493. },
  9494. "notification-url": "https://packagist.org/downloads/",
  9495. "license": [
  9496. "BSD-3-Clause"
  9497. ],
  9498. "authors": [
  9499. {
  9500. "name": "Sebastian Bergmann",
  9501. "email": "sebastian@phpunit.de",
  9502. "role": "lead"
  9503. }
  9504. ],
  9505. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  9506. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  9507. "keywords": [
  9508. "filesystem",
  9509. "iterator"
  9510. ],
  9511. "time": "2018-09-13T20:33:42+00:00"
  9512. },
  9513. {
  9514. "name": "phpunit/php-text-template",
  9515. "version": "1.2.1",
  9516. "source": {
  9517. "type": "git",
  9518. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  9519. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  9520. },
  9521. "dist": {
  9522. "type": "zip",
  9523. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  9524. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  9525. "shasum": "",
  9526. "mirrors": [
  9527. {
  9528. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9529. "preferred": true
  9530. }
  9531. ]
  9532. },
  9533. "require": {
  9534. "php": ">=5.3.3"
  9535. },
  9536. "type": "library",
  9537. "autoload": {
  9538. "classmap": [
  9539. "src/"
  9540. ]
  9541. },
  9542. "notification-url": "https://packagist.org/downloads/",
  9543. "license": [
  9544. "BSD-3-Clause"
  9545. ],
  9546. "authors": [
  9547. {
  9548. "name": "Sebastian Bergmann",
  9549. "email": "sebastian@phpunit.de",
  9550. "role": "lead"
  9551. }
  9552. ],
  9553. "description": "Simple template engine.",
  9554. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  9555. "keywords": [
  9556. "template"
  9557. ],
  9558. "time": "2015-06-21T13:50:34+00:00"
  9559. },
  9560. {
  9561. "name": "phpunit/php-timer",
  9562. "version": "2.1.2",
  9563. "source": {
  9564. "type": "git",
  9565. "url": "https://github.com/sebastianbergmann/php-timer.git",
  9566. "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
  9567. },
  9568. "dist": {
  9569. "type": "zip",
  9570. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
  9571. "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
  9572. "shasum": "",
  9573. "mirrors": [
  9574. {
  9575. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9576. "preferred": true
  9577. }
  9578. ]
  9579. },
  9580. "require": {
  9581. "php": "^7.1"
  9582. },
  9583. "require-dev": {
  9584. "phpunit/phpunit": "^7.0"
  9585. },
  9586. "type": "library",
  9587. "extra": {
  9588. "branch-alias": {
  9589. "dev-master": "2.1-dev"
  9590. }
  9591. },
  9592. "autoload": {
  9593. "classmap": [
  9594. "src/"
  9595. ]
  9596. },
  9597. "notification-url": "https://packagist.org/downloads/",
  9598. "license": [
  9599. "BSD-3-Clause"
  9600. ],
  9601. "authors": [
  9602. {
  9603. "name": "Sebastian Bergmann",
  9604. "email": "sebastian@phpunit.de",
  9605. "role": "lead"
  9606. }
  9607. ],
  9608. "description": "Utility class for timing",
  9609. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  9610. "keywords": [
  9611. "timer"
  9612. ],
  9613. "time": "2019-06-07T04:22:29+00:00"
  9614. },
  9615. {
  9616. "name": "phpunit/php-token-stream",
  9617. "version": "3.1.1",
  9618. "source": {
  9619. "type": "git",
  9620. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  9621. "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
  9622. },
  9623. "dist": {
  9624. "type": "zip",
  9625. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
  9626. "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
  9627. "shasum": "",
  9628. "mirrors": [
  9629. {
  9630. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9631. "preferred": true
  9632. }
  9633. ]
  9634. },
  9635. "require": {
  9636. "ext-tokenizer": "*",
  9637. "php": "^7.1"
  9638. },
  9639. "require-dev": {
  9640. "phpunit/phpunit": "^7.0"
  9641. },
  9642. "type": "library",
  9643. "extra": {
  9644. "branch-alias": {
  9645. "dev-master": "3.1-dev"
  9646. }
  9647. },
  9648. "autoload": {
  9649. "classmap": [
  9650. "src/"
  9651. ]
  9652. },
  9653. "notification-url": "https://packagist.org/downloads/",
  9654. "license": [
  9655. "BSD-3-Clause"
  9656. ],
  9657. "authors": [
  9658. {
  9659. "name": "Sebastian Bergmann",
  9660. "email": "sebastian@phpunit.de"
  9661. }
  9662. ],
  9663. "description": "Wrapper around PHP's tokenizer extension.",
  9664. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  9665. "keywords": [
  9666. "tokenizer"
  9667. ],
  9668. "abandoned": true,
  9669. "time": "2019-09-17T06:23:10+00:00"
  9670. },
  9671. {
  9672. "name": "phpunit/phpunit",
  9673. "version": "7.5.20",
  9674. "source": {
  9675. "type": "git",
  9676. "url": "https://github.com/sebastianbergmann/phpunit.git",
  9677. "reference": "9467db479d1b0487c99733bb1e7944d32deded2c"
  9678. },
  9679. "dist": {
  9680. "type": "zip",
  9681. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c",
  9682. "reference": "9467db479d1b0487c99733bb1e7944d32deded2c",
  9683. "shasum": "",
  9684. "mirrors": [
  9685. {
  9686. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9687. "preferred": true
  9688. }
  9689. ]
  9690. },
  9691. "require": {
  9692. "doctrine/instantiator": "^1.1",
  9693. "ext-dom": "*",
  9694. "ext-json": "*",
  9695. "ext-libxml": "*",
  9696. "ext-mbstring": "*",
  9697. "ext-xml": "*",
  9698. "myclabs/deep-copy": "^1.7",
  9699. "phar-io/manifest": "^1.0.2",
  9700. "phar-io/version": "^2.0",
  9701. "php": "^7.1",
  9702. "phpspec/prophecy": "^1.7",
  9703. "phpunit/php-code-coverage": "^6.0.7",
  9704. "phpunit/php-file-iterator": "^2.0.1",
  9705. "phpunit/php-text-template": "^1.2.1",
  9706. "phpunit/php-timer": "^2.1",
  9707. "sebastian/comparator": "^3.0",
  9708. "sebastian/diff": "^3.0",
  9709. "sebastian/environment": "^4.0",
  9710. "sebastian/exporter": "^3.1",
  9711. "sebastian/global-state": "^2.0",
  9712. "sebastian/object-enumerator": "^3.0.3",
  9713. "sebastian/resource-operations": "^2.0",
  9714. "sebastian/version": "^2.0.1"
  9715. },
  9716. "conflict": {
  9717. "phpunit/phpunit-mock-objects": "*"
  9718. },
  9719. "require-dev": {
  9720. "ext-pdo": "*"
  9721. },
  9722. "suggest": {
  9723. "ext-soap": "*",
  9724. "ext-xdebug": "*",
  9725. "phpunit/php-invoker": "^2.0"
  9726. },
  9727. "bin": [
  9728. "phpunit"
  9729. ],
  9730. "type": "library",
  9731. "extra": {
  9732. "branch-alias": {
  9733. "dev-master": "7.5-dev"
  9734. }
  9735. },
  9736. "autoload": {
  9737. "classmap": [
  9738. "src/"
  9739. ]
  9740. },
  9741. "notification-url": "https://packagist.org/downloads/",
  9742. "license": [
  9743. "BSD-3-Clause"
  9744. ],
  9745. "authors": [
  9746. {
  9747. "name": "Sebastian Bergmann",
  9748. "email": "sebastian@phpunit.de",
  9749. "role": "lead"
  9750. }
  9751. ],
  9752. "description": "The PHP Unit Testing framework.",
  9753. "homepage": "https://phpunit.de/",
  9754. "keywords": [
  9755. "phpunit",
  9756. "testing",
  9757. "xunit"
  9758. ],
  9759. "time": "2020-01-08T08:45:45+00:00"
  9760. },
  9761. {
  9762. "name": "sebastian/code-unit-reverse-lookup",
  9763. "version": "1.0.1",
  9764. "source": {
  9765. "type": "git",
  9766. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  9767. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  9768. },
  9769. "dist": {
  9770. "type": "zip",
  9771. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  9772. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  9773. "shasum": "",
  9774. "mirrors": [
  9775. {
  9776. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9777. "preferred": true
  9778. }
  9779. ]
  9780. },
  9781. "require": {
  9782. "php": "^5.6 || ^7.0"
  9783. },
  9784. "require-dev": {
  9785. "phpunit/phpunit": "^5.7 || ^6.0"
  9786. },
  9787. "type": "library",
  9788. "extra": {
  9789. "branch-alias": {
  9790. "dev-master": "1.0.x-dev"
  9791. }
  9792. },
  9793. "autoload": {
  9794. "classmap": [
  9795. "src/"
  9796. ]
  9797. },
  9798. "notification-url": "https://packagist.org/downloads/",
  9799. "license": [
  9800. "BSD-3-Clause"
  9801. ],
  9802. "authors": [
  9803. {
  9804. "name": "Sebastian Bergmann",
  9805. "email": "sebastian@phpunit.de"
  9806. }
  9807. ],
  9808. "description": "Looks up which function or method a line of code belongs to",
  9809. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  9810. "time": "2017-03-04T06:30:41+00:00"
  9811. },
  9812. {
  9813. "name": "sebastian/comparator",
  9814. "version": "3.0.2",
  9815. "source": {
  9816. "type": "git",
  9817. "url": "https://github.com/sebastianbergmann/comparator.git",
  9818. "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
  9819. },
  9820. "dist": {
  9821. "type": "zip",
  9822. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
  9823. "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
  9824. "shasum": "",
  9825. "mirrors": [
  9826. {
  9827. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9828. "preferred": true
  9829. }
  9830. ]
  9831. },
  9832. "require": {
  9833. "php": "^7.1",
  9834. "sebastian/diff": "^3.0",
  9835. "sebastian/exporter": "^3.1"
  9836. },
  9837. "require-dev": {
  9838. "phpunit/phpunit": "^7.1"
  9839. },
  9840. "type": "library",
  9841. "extra": {
  9842. "branch-alias": {
  9843. "dev-master": "3.0-dev"
  9844. }
  9845. },
  9846. "autoload": {
  9847. "classmap": [
  9848. "src/"
  9849. ]
  9850. },
  9851. "notification-url": "https://packagist.org/downloads/",
  9852. "license": [
  9853. "BSD-3-Clause"
  9854. ],
  9855. "authors": [
  9856. {
  9857. "name": "Jeff Welch",
  9858. "email": "whatthejeff@gmail.com"
  9859. },
  9860. {
  9861. "name": "Volker Dusch",
  9862. "email": "github@wallbash.com"
  9863. },
  9864. {
  9865. "name": "Bernhard Schussek",
  9866. "email": "bschussek@2bepublished.at"
  9867. },
  9868. {
  9869. "name": "Sebastian Bergmann",
  9870. "email": "sebastian@phpunit.de"
  9871. }
  9872. ],
  9873. "description": "Provides the functionality to compare PHP values for equality",
  9874. "homepage": "https://github.com/sebastianbergmann/comparator",
  9875. "keywords": [
  9876. "comparator",
  9877. "compare",
  9878. "equality"
  9879. ],
  9880. "time": "2018-07-12T15:12:46+00:00"
  9881. },
  9882. {
  9883. "name": "sebastian/diff",
  9884. "version": "3.0.2",
  9885. "source": {
  9886. "type": "git",
  9887. "url": "https://github.com/sebastianbergmann/diff.git",
  9888. "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
  9889. },
  9890. "dist": {
  9891. "type": "zip",
  9892. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
  9893. "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
  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. "php": "^7.1"
  9904. },
  9905. "require-dev": {
  9906. "phpunit/phpunit": "^7.5 || ^8.0",
  9907. "symfony/process": "^2 || ^3.3 || ^4"
  9908. },
  9909. "type": "library",
  9910. "extra": {
  9911. "branch-alias": {
  9912. "dev-master": "3.0-dev"
  9913. }
  9914. },
  9915. "autoload": {
  9916. "classmap": [
  9917. "src/"
  9918. ]
  9919. },
  9920. "notification-url": "https://packagist.org/downloads/",
  9921. "license": [
  9922. "BSD-3-Clause"
  9923. ],
  9924. "authors": [
  9925. {
  9926. "name": "Kore Nordmann",
  9927. "email": "mail@kore-nordmann.de"
  9928. },
  9929. {
  9930. "name": "Sebastian Bergmann",
  9931. "email": "sebastian@phpunit.de"
  9932. }
  9933. ],
  9934. "description": "Diff implementation",
  9935. "homepage": "https://github.com/sebastianbergmann/diff",
  9936. "keywords": [
  9937. "diff",
  9938. "udiff",
  9939. "unidiff",
  9940. "unified diff"
  9941. ],
  9942. "time": "2019-02-04T06:01:07+00:00"
  9943. },
  9944. {
  9945. "name": "sebastian/environment",
  9946. "version": "4.2.3",
  9947. "source": {
  9948. "type": "git",
  9949. "url": "https://github.com/sebastianbergmann/environment.git",
  9950. "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
  9951. },
  9952. "dist": {
  9953. "type": "zip",
  9954. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
  9955. "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
  9956. "shasum": "",
  9957. "mirrors": [
  9958. {
  9959. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9960. "preferred": true
  9961. }
  9962. ]
  9963. },
  9964. "require": {
  9965. "php": "^7.1"
  9966. },
  9967. "require-dev": {
  9968. "phpunit/phpunit": "^7.5"
  9969. },
  9970. "suggest": {
  9971. "ext-posix": "*"
  9972. },
  9973. "type": "library",
  9974. "extra": {
  9975. "branch-alias": {
  9976. "dev-master": "4.2-dev"
  9977. }
  9978. },
  9979. "autoload": {
  9980. "classmap": [
  9981. "src/"
  9982. ]
  9983. },
  9984. "notification-url": "https://packagist.org/downloads/",
  9985. "license": [
  9986. "BSD-3-Clause"
  9987. ],
  9988. "authors": [
  9989. {
  9990. "name": "Sebastian Bergmann",
  9991. "email": "sebastian@phpunit.de"
  9992. }
  9993. ],
  9994. "description": "Provides functionality to handle HHVM/PHP environments",
  9995. "homepage": "http://www.github.com/sebastianbergmann/environment",
  9996. "keywords": [
  9997. "Xdebug",
  9998. "environment",
  9999. "hhvm"
  10000. ],
  10001. "time": "2019-11-20T08:46:58+00:00"
  10002. },
  10003. {
  10004. "name": "sebastian/exporter",
  10005. "version": "3.1.2",
  10006. "source": {
  10007. "type": "git",
  10008. "url": "https://github.com/sebastianbergmann/exporter.git",
  10009. "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
  10010. },
  10011. "dist": {
  10012. "type": "zip",
  10013. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
  10014. "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
  10015. "shasum": "",
  10016. "mirrors": [
  10017. {
  10018. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10019. "preferred": true
  10020. }
  10021. ]
  10022. },
  10023. "require": {
  10024. "php": "^7.0",
  10025. "sebastian/recursion-context": "^3.0"
  10026. },
  10027. "require-dev": {
  10028. "ext-mbstring": "*",
  10029. "phpunit/phpunit": "^6.0"
  10030. },
  10031. "type": "library",
  10032. "extra": {
  10033. "branch-alias": {
  10034. "dev-master": "3.1.x-dev"
  10035. }
  10036. },
  10037. "autoload": {
  10038. "classmap": [
  10039. "src/"
  10040. ]
  10041. },
  10042. "notification-url": "https://packagist.org/downloads/",
  10043. "license": [
  10044. "BSD-3-Clause"
  10045. ],
  10046. "authors": [
  10047. {
  10048. "name": "Sebastian Bergmann",
  10049. "email": "sebastian@phpunit.de"
  10050. },
  10051. {
  10052. "name": "Jeff Welch",
  10053. "email": "whatthejeff@gmail.com"
  10054. },
  10055. {
  10056. "name": "Volker Dusch",
  10057. "email": "github@wallbash.com"
  10058. },
  10059. {
  10060. "name": "Adam Harvey",
  10061. "email": "aharvey@php.net"
  10062. },
  10063. {
  10064. "name": "Bernhard Schussek",
  10065. "email": "bschussek@gmail.com"
  10066. }
  10067. ],
  10068. "description": "Provides the functionality to export PHP variables for visualization",
  10069. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  10070. "keywords": [
  10071. "export",
  10072. "exporter"
  10073. ],
  10074. "time": "2019-09-14T09:02:43+00:00"
  10075. },
  10076. {
  10077. "name": "sebastian/global-state",
  10078. "version": "2.0.0",
  10079. "source": {
  10080. "type": "git",
  10081. "url": "https://github.com/sebastianbergmann/global-state.git",
  10082. "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
  10083. },
  10084. "dist": {
  10085. "type": "zip",
  10086. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  10087. "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  10088. "shasum": "",
  10089. "mirrors": [
  10090. {
  10091. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10092. "preferred": true
  10093. }
  10094. ]
  10095. },
  10096. "require": {
  10097. "php": "^7.0"
  10098. },
  10099. "require-dev": {
  10100. "phpunit/phpunit": "^6.0"
  10101. },
  10102. "suggest": {
  10103. "ext-uopz": "*"
  10104. },
  10105. "type": "library",
  10106. "extra": {
  10107. "branch-alias": {
  10108. "dev-master": "2.0-dev"
  10109. }
  10110. },
  10111. "autoload": {
  10112. "classmap": [
  10113. "src/"
  10114. ]
  10115. },
  10116. "notification-url": "https://packagist.org/downloads/",
  10117. "license": [
  10118. "BSD-3-Clause"
  10119. ],
  10120. "authors": [
  10121. {
  10122. "name": "Sebastian Bergmann",
  10123. "email": "sebastian@phpunit.de"
  10124. }
  10125. ],
  10126. "description": "Snapshotting of global state",
  10127. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  10128. "keywords": [
  10129. "global state"
  10130. ],
  10131. "time": "2017-04-27T15:39:26+00:00"
  10132. },
  10133. {
  10134. "name": "sebastian/object-enumerator",
  10135. "version": "3.0.3",
  10136. "source": {
  10137. "type": "git",
  10138. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  10139. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
  10140. },
  10141. "dist": {
  10142. "type": "zip",
  10143. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  10144. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  10145. "shasum": "",
  10146. "mirrors": [
  10147. {
  10148. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10149. "preferred": true
  10150. }
  10151. ]
  10152. },
  10153. "require": {
  10154. "php": "^7.0",
  10155. "sebastian/object-reflector": "^1.1.1",
  10156. "sebastian/recursion-context": "^3.0"
  10157. },
  10158. "require-dev": {
  10159. "phpunit/phpunit": "^6.0"
  10160. },
  10161. "type": "library",
  10162. "extra": {
  10163. "branch-alias": {
  10164. "dev-master": "3.0.x-dev"
  10165. }
  10166. },
  10167. "autoload": {
  10168. "classmap": [
  10169. "src/"
  10170. ]
  10171. },
  10172. "notification-url": "https://packagist.org/downloads/",
  10173. "license": [
  10174. "BSD-3-Clause"
  10175. ],
  10176. "authors": [
  10177. {
  10178. "name": "Sebastian Bergmann",
  10179. "email": "sebastian@phpunit.de"
  10180. }
  10181. ],
  10182. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  10183. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  10184. "time": "2017-08-03T12:35:26+00:00"
  10185. },
  10186. {
  10187. "name": "sebastian/object-reflector",
  10188. "version": "1.1.1",
  10189. "source": {
  10190. "type": "git",
  10191. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  10192. "reference": "773f97c67f28de00d397be301821b06708fca0be"
  10193. },
  10194. "dist": {
  10195. "type": "zip",
  10196. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
  10197. "reference": "773f97c67f28de00d397be301821b06708fca0be",
  10198. "shasum": "",
  10199. "mirrors": [
  10200. {
  10201. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10202. "preferred": true
  10203. }
  10204. ]
  10205. },
  10206. "require": {
  10207. "php": "^7.0"
  10208. },
  10209. "require-dev": {
  10210. "phpunit/phpunit": "^6.0"
  10211. },
  10212. "type": "library",
  10213. "extra": {
  10214. "branch-alias": {
  10215. "dev-master": "1.1-dev"
  10216. }
  10217. },
  10218. "autoload": {
  10219. "classmap": [
  10220. "src/"
  10221. ]
  10222. },
  10223. "notification-url": "https://packagist.org/downloads/",
  10224. "license": [
  10225. "BSD-3-Clause"
  10226. ],
  10227. "authors": [
  10228. {
  10229. "name": "Sebastian Bergmann",
  10230. "email": "sebastian@phpunit.de"
  10231. }
  10232. ],
  10233. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  10234. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  10235. "time": "2017-03-29T09:07:27+00:00"
  10236. },
  10237. {
  10238. "name": "sebastian/recursion-context",
  10239. "version": "3.0.0",
  10240. "source": {
  10241. "type": "git",
  10242. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  10243. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
  10244. },
  10245. "dist": {
  10246. "type": "zip",
  10247. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  10248. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  10249. "shasum": "",
  10250. "mirrors": [
  10251. {
  10252. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10253. "preferred": true
  10254. }
  10255. ]
  10256. },
  10257. "require": {
  10258. "php": "^7.0"
  10259. },
  10260. "require-dev": {
  10261. "phpunit/phpunit": "^6.0"
  10262. },
  10263. "type": "library",
  10264. "extra": {
  10265. "branch-alias": {
  10266. "dev-master": "3.0.x-dev"
  10267. }
  10268. },
  10269. "autoload": {
  10270. "classmap": [
  10271. "src/"
  10272. ]
  10273. },
  10274. "notification-url": "https://packagist.org/downloads/",
  10275. "license": [
  10276. "BSD-3-Clause"
  10277. ],
  10278. "authors": [
  10279. {
  10280. "name": "Jeff Welch",
  10281. "email": "whatthejeff@gmail.com"
  10282. },
  10283. {
  10284. "name": "Sebastian Bergmann",
  10285. "email": "sebastian@phpunit.de"
  10286. },
  10287. {
  10288. "name": "Adam Harvey",
  10289. "email": "aharvey@php.net"
  10290. }
  10291. ],
  10292. "description": "Provides functionality to recursively process PHP variables",
  10293. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  10294. "time": "2017-03-03T06:23:57+00:00"
  10295. },
  10296. {
  10297. "name": "sebastian/resource-operations",
  10298. "version": "2.0.1",
  10299. "source": {
  10300. "type": "git",
  10301. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  10302. "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
  10303. },
  10304. "dist": {
  10305. "type": "zip",
  10306. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
  10307. "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
  10308. "shasum": "",
  10309. "mirrors": [
  10310. {
  10311. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10312. "preferred": true
  10313. }
  10314. ]
  10315. },
  10316. "require": {
  10317. "php": "^7.1"
  10318. },
  10319. "type": "library",
  10320. "extra": {
  10321. "branch-alias": {
  10322. "dev-master": "2.0-dev"
  10323. }
  10324. },
  10325. "autoload": {
  10326. "classmap": [
  10327. "src/"
  10328. ]
  10329. },
  10330. "notification-url": "https://packagist.org/downloads/",
  10331. "license": [
  10332. "BSD-3-Clause"
  10333. ],
  10334. "authors": [
  10335. {
  10336. "name": "Sebastian Bergmann",
  10337. "email": "sebastian@phpunit.de"
  10338. }
  10339. ],
  10340. "description": "Provides a list of PHP built-in functions that operate on resources",
  10341. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  10342. "time": "2018-10-04T04:07:39+00:00"
  10343. },
  10344. {
  10345. "name": "sebastian/version",
  10346. "version": "2.0.1",
  10347. "source": {
  10348. "type": "git",
  10349. "url": "https://github.com/sebastianbergmann/version.git",
  10350. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  10351. },
  10352. "dist": {
  10353. "type": "zip",
  10354. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  10355. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  10356. "shasum": "",
  10357. "mirrors": [
  10358. {
  10359. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10360. "preferred": true
  10361. }
  10362. ]
  10363. },
  10364. "require": {
  10365. "php": ">=5.6"
  10366. },
  10367. "type": "library",
  10368. "extra": {
  10369. "branch-alias": {
  10370. "dev-master": "2.0.x-dev"
  10371. }
  10372. },
  10373. "autoload": {
  10374. "classmap": [
  10375. "src/"
  10376. ]
  10377. },
  10378. "notification-url": "https://packagist.org/downloads/",
  10379. "license": [
  10380. "BSD-3-Clause"
  10381. ],
  10382. "authors": [
  10383. {
  10384. "name": "Sebastian Bergmann",
  10385. "email": "sebastian@phpunit.de",
  10386. "role": "lead"
  10387. }
  10388. ],
  10389. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  10390. "homepage": "https://github.com/sebastianbergmann/version",
  10391. "time": "2016-10-03T07:35:21+00:00"
  10392. },
  10393. {
  10394. "name": "swoole/ide-helper",
  10395. "version": "4.5.2",
  10396. "source": {
  10397. "type": "git",
  10398. "url": "https://github.com/swoole/ide-helper.git",
  10399. "reference": "e45892fb913204fc776bdec019ca8b723e7249b1"
  10400. },
  10401. "dist": {
  10402. "type": "zip",
  10403. "url": "https://api.github.com/repos/swoole/ide-helper/zipball/e45892fb913204fc776bdec019ca8b723e7249b1",
  10404. "reference": "e45892fb913204fc776bdec019ca8b723e7249b1",
  10405. "shasum": "",
  10406. "mirrors": [
  10407. {
  10408. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10409. "preferred": true
  10410. }
  10411. ]
  10412. },
  10413. "require-dev": {
  10414. "guzzlehttp/guzzle": "~6.5.0",
  10415. "laminas/laminas-code": "~3.4.0",
  10416. "squizlabs/php_codesniffer": "~3.5.0",
  10417. "symfony/filesystem": "~4.0"
  10418. },
  10419. "type": "library",
  10420. "notification-url": "https://packagist.org/downloads/",
  10421. "license": [
  10422. "Apache-2.0"
  10423. ],
  10424. "authors": [
  10425. {
  10426. "name": "Team Swoole",
  10427. "email": "team@swoole.com"
  10428. }
  10429. ],
  10430. "description": "IDE help files for Swoole.",
  10431. "time": "2020-05-28T19:17:49+00:00"
  10432. },
  10433. {
  10434. "name": "symfony/filesystem",
  10435. "version": "v5.1.2",
  10436. "source": {
  10437. "type": "git",
  10438. "url": "https://github.com/symfony/filesystem.git",
  10439. "reference": "6e4320f06d5f2cce0d96530162491f4465179157"
  10440. },
  10441. "dist": {
  10442. "type": "zip",
  10443. "url": "https://api.github.com/repos/symfony/filesystem/zipball/6e4320f06d5f2cce0d96530162491f4465179157",
  10444. "reference": "6e4320f06d5f2cce0d96530162491f4465179157",
  10445. "shasum": "",
  10446. "mirrors": [
  10447. {
  10448. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10449. "preferred": true
  10450. }
  10451. ]
  10452. },
  10453. "require": {
  10454. "php": ">=7.2.5",
  10455. "symfony/polyfill-ctype": "~1.8"
  10456. },
  10457. "type": "library",
  10458. "extra": {
  10459. "branch-alias": {
  10460. "dev-master": "5.1-dev"
  10461. }
  10462. },
  10463. "autoload": {
  10464. "psr-4": {
  10465. "Symfony\\Component\\Filesystem\\": ""
  10466. },
  10467. "exclude-from-classmap": [
  10468. "/Tests/"
  10469. ]
  10470. },
  10471. "notification-url": "https://packagist.org/downloads/",
  10472. "license": [
  10473. "MIT"
  10474. ],
  10475. "authors": [
  10476. {
  10477. "name": "Fabien Potencier",
  10478. "email": "fabien@symfony.com"
  10479. },
  10480. {
  10481. "name": "Symfony Community",
  10482. "homepage": "https://symfony.com/contributors"
  10483. }
  10484. ],
  10485. "description": "Symfony Filesystem Component",
  10486. "homepage": "https://symfony.com",
  10487. "funding": [
  10488. {
  10489. "url": "https://symfony.com/sponsor",
  10490. "type": "custom"
  10491. },
  10492. {
  10493. "url": "https://github.com/fabpot",
  10494. "type": "github"
  10495. },
  10496. {
  10497. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10498. "type": "tidelift"
  10499. }
  10500. ],
  10501. "time": "2020-05-30T20:35:19+00:00"
  10502. },
  10503. {
  10504. "name": "symfony/options-resolver",
  10505. "version": "v5.1.2",
  10506. "source": {
  10507. "type": "git",
  10508. "url": "https://github.com/symfony/options-resolver.git",
  10509. "reference": "663f5dd5e14057d1954fe721f9709d35837f2447"
  10510. },
  10511. "dist": {
  10512. "type": "zip",
  10513. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/663f5dd5e14057d1954fe721f9709d35837f2447",
  10514. "reference": "663f5dd5e14057d1954fe721f9709d35837f2447",
  10515. "shasum": "",
  10516. "mirrors": [
  10517. {
  10518. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10519. "preferred": true
  10520. }
  10521. ]
  10522. },
  10523. "require": {
  10524. "php": ">=7.2.5",
  10525. "symfony/deprecation-contracts": "^2.1",
  10526. "symfony/polyfill-php80": "^1.15"
  10527. },
  10528. "type": "library",
  10529. "extra": {
  10530. "branch-alias": {
  10531. "dev-master": "5.1-dev"
  10532. }
  10533. },
  10534. "autoload": {
  10535. "psr-4": {
  10536. "Symfony\\Component\\OptionsResolver\\": ""
  10537. },
  10538. "exclude-from-classmap": [
  10539. "/Tests/"
  10540. ]
  10541. },
  10542. "notification-url": "https://packagist.org/downloads/",
  10543. "license": [
  10544. "MIT"
  10545. ],
  10546. "authors": [
  10547. {
  10548. "name": "Fabien Potencier",
  10549. "email": "fabien@symfony.com"
  10550. },
  10551. {
  10552. "name": "Symfony Community",
  10553. "homepage": "https://symfony.com/contributors"
  10554. }
  10555. ],
  10556. "description": "Symfony OptionsResolver Component",
  10557. "homepage": "https://symfony.com",
  10558. "keywords": [
  10559. "config",
  10560. "configuration",
  10561. "options"
  10562. ],
  10563. "funding": [
  10564. {
  10565. "url": "https://symfony.com/sponsor",
  10566. "type": "custom"
  10567. },
  10568. {
  10569. "url": "https://github.com/fabpot",
  10570. "type": "github"
  10571. },
  10572. {
  10573. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10574. "type": "tidelift"
  10575. }
  10576. ],
  10577. "time": "2020-05-23T13:08:13+00:00"
  10578. },
  10579. {
  10580. "name": "symfony/process",
  10581. "version": "v5.1.2",
  10582. "source": {
  10583. "type": "git",
  10584. "url": "https://github.com/symfony/process.git",
  10585. "reference": "7f6378c1fa2147eeb1b4c385856ce9de0d46ebd1"
  10586. },
  10587. "dist": {
  10588. "type": "zip",
  10589. "url": "https://api.github.com/repos/symfony/process/zipball/7f6378c1fa2147eeb1b4c385856ce9de0d46ebd1",
  10590. "reference": "7f6378c1fa2147eeb1b4c385856ce9de0d46ebd1",
  10591. "shasum": "",
  10592. "mirrors": [
  10593. {
  10594. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10595. "preferred": true
  10596. }
  10597. ]
  10598. },
  10599. "require": {
  10600. "php": ">=7.2.5",
  10601. "symfony/polyfill-php80": "^1.15"
  10602. },
  10603. "type": "library",
  10604. "extra": {
  10605. "branch-alias": {
  10606. "dev-master": "5.1-dev"
  10607. }
  10608. },
  10609. "autoload": {
  10610. "psr-4": {
  10611. "Symfony\\Component\\Process\\": ""
  10612. },
  10613. "exclude-from-classmap": [
  10614. "/Tests/"
  10615. ]
  10616. },
  10617. "notification-url": "https://packagist.org/downloads/",
  10618. "license": [
  10619. "MIT"
  10620. ],
  10621. "authors": [
  10622. {
  10623. "name": "Fabien Potencier",
  10624. "email": "fabien@symfony.com"
  10625. },
  10626. {
  10627. "name": "Symfony Community",
  10628. "homepage": "https://symfony.com/contributors"
  10629. }
  10630. ],
  10631. "description": "Symfony Process Component",
  10632. "homepage": "https://symfony.com",
  10633. "funding": [
  10634. {
  10635. "url": "https://symfony.com/sponsor",
  10636. "type": "custom"
  10637. },
  10638. {
  10639. "url": "https://github.com/fabpot",
  10640. "type": "github"
  10641. },
  10642. {
  10643. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10644. "type": "tidelift"
  10645. }
  10646. ],
  10647. "time": "2020-05-30T20:35:19+00:00"
  10648. },
  10649. {
  10650. "name": "symfony/stopwatch",
  10651. "version": "v5.1.2",
  10652. "source": {
  10653. "type": "git",
  10654. "url": "https://github.com/symfony/stopwatch.git",
  10655. "reference": "0f7c58cf81dbb5dd67d423a89d577524a2ec0323"
  10656. },
  10657. "dist": {
  10658. "type": "zip",
  10659. "url": "https://api.github.com/repos/symfony/stopwatch/zipball/0f7c58cf81dbb5dd67d423a89d577524a2ec0323",
  10660. "reference": "0f7c58cf81dbb5dd67d423a89d577524a2ec0323",
  10661. "shasum": "",
  10662. "mirrors": [
  10663. {
  10664. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10665. "preferred": true
  10666. }
  10667. ]
  10668. },
  10669. "require": {
  10670. "php": ">=7.2.5",
  10671. "symfony/service-contracts": "^1.0|^2"
  10672. },
  10673. "type": "library",
  10674. "extra": {
  10675. "branch-alias": {
  10676. "dev-master": "5.1-dev"
  10677. }
  10678. },
  10679. "autoload": {
  10680. "psr-4": {
  10681. "Symfony\\Component\\Stopwatch\\": ""
  10682. },
  10683. "exclude-from-classmap": [
  10684. "/Tests/"
  10685. ]
  10686. },
  10687. "notification-url": "https://packagist.org/downloads/",
  10688. "license": [
  10689. "MIT"
  10690. ],
  10691. "authors": [
  10692. {
  10693. "name": "Fabien Potencier",
  10694. "email": "fabien@symfony.com"
  10695. },
  10696. {
  10697. "name": "Symfony Community",
  10698. "homepage": "https://symfony.com/contributors"
  10699. }
  10700. ],
  10701. "description": "Symfony Stopwatch Component",
  10702. "homepage": "https://symfony.com",
  10703. "funding": [
  10704. {
  10705. "url": "https://symfony.com/sponsor",
  10706. "type": "custom"
  10707. },
  10708. {
  10709. "url": "https://github.com/fabpot",
  10710. "type": "github"
  10711. },
  10712. {
  10713. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  10714. "type": "tidelift"
  10715. }
  10716. ],
  10717. "time": "2020-05-20T17:43:50+00:00"
  10718. },
  10719. {
  10720. "name": "theseer/tokenizer",
  10721. "version": "1.2.0",
  10722. "source": {
  10723. "type": "git",
  10724. "url": "https://github.com/theseer/tokenizer.git",
  10725. "reference": "75a63c33a8577608444246075ea0af0d052e452a"
  10726. },
  10727. "dist": {
  10728. "type": "zip",
  10729. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
  10730. "reference": "75a63c33a8577608444246075ea0af0d052e452a",
  10731. "shasum": "",
  10732. "mirrors": [
  10733. {
  10734. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10735. "preferred": true
  10736. }
  10737. ]
  10738. },
  10739. "require": {
  10740. "ext-dom": "*",
  10741. "ext-tokenizer": "*",
  10742. "ext-xmlwriter": "*",
  10743. "php": "^7.2 || ^8.0"
  10744. },
  10745. "type": "library",
  10746. "autoload": {
  10747. "classmap": [
  10748. "src/"
  10749. ]
  10750. },
  10751. "notification-url": "https://packagist.org/downloads/",
  10752. "license": [
  10753. "BSD-3-Clause"
  10754. ],
  10755. "authors": [
  10756. {
  10757. "name": "Arne Blankerts",
  10758. "email": "arne@blankerts.de",
  10759. "role": "Developer"
  10760. }
  10761. ],
  10762. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  10763. "funding": [
  10764. {
  10765. "url": "https://github.com/theseer",
  10766. "type": "github"
  10767. }
  10768. ],
  10769. "time": "2020-07-12T23:59:07+00:00"
  10770. }
  10771. ],
  10772. "aliases": [],
  10773. "minimum-stability": "dev",
  10774. "stability-flags": [],
  10775. "prefer-stable": true,
  10776. "prefer-lowest": false,
  10777. "platform": {
  10778. "php": ">=7.2",
  10779. "ext-swoole": ">=4.5",
  10780. "ext-bcmath": "*"
  10781. },
  10782. "platform-dev": [],
  10783. "plugin-api-version": "1.1.0"
  10784. }