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.

10359 lines
364 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "9f238a6a5e556f4061e56600f28bacfd",
  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. "time": "2020-05-29T07:19:59+00:00"
  526. },
  527. {
  528. "name": "doctrine/instantiator",
  529. "version": "1.3.1",
  530. "source": {
  531. "type": "git",
  532. "url": "https://github.com/doctrine/instantiator.git",
  533. "reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
  534. },
  535. "dist": {
  536. "type": "zip",
  537. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
  538. "reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
  539. "shasum": "",
  540. "mirrors": [
  541. {
  542. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  543. "preferred": true
  544. }
  545. ]
  546. },
  547. "require": {
  548. "php": "^7.1 || ^8.0"
  549. },
  550. "require-dev": {
  551. "doctrine/coding-standard": "^6.0",
  552. "ext-pdo": "*",
  553. "ext-phar": "*",
  554. "phpbench/phpbench": "^0.13",
  555. "phpstan/phpstan-phpunit": "^0.11",
  556. "phpstan/phpstan-shim": "^0.11",
  557. "phpunit/phpunit": "^7.0"
  558. },
  559. "type": "library",
  560. "extra": {
  561. "branch-alias": {
  562. "dev-master": "1.2.x-dev"
  563. }
  564. },
  565. "autoload": {
  566. "psr-4": {
  567. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  568. }
  569. },
  570. "notification-url": "https://packagist.org/downloads/",
  571. "license": [
  572. "MIT"
  573. ],
  574. "authors": [
  575. {
  576. "name": "Marco Pivetta",
  577. "email": "ocramius@gmail.com",
  578. "homepage": "http://ocramius.github.com/"
  579. }
  580. ],
  581. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  582. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  583. "keywords": [
  584. "constructor",
  585. "instantiate"
  586. ],
  587. "time": "2020-05-29T17:27:14+00:00"
  588. },
  589. {
  590. "name": "doctrine/lexer",
  591. "version": "1.2.1",
  592. "source": {
  593. "type": "git",
  594. "url": "https://github.com/doctrine/lexer.git",
  595. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
  596. },
  597. "dist": {
  598. "type": "zip",
  599. "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
  600. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
  601. "shasum": "",
  602. "mirrors": [
  603. {
  604. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  605. "preferred": true
  606. }
  607. ]
  608. },
  609. "require": {
  610. "php": "^7.2 || ^8.0"
  611. },
  612. "require-dev": {
  613. "doctrine/coding-standard": "^6.0",
  614. "phpstan/phpstan": "^0.11.8",
  615. "phpunit/phpunit": "^8.2"
  616. },
  617. "type": "library",
  618. "extra": {
  619. "branch-alias": {
  620. "dev-master": "1.2.x-dev"
  621. }
  622. },
  623. "autoload": {
  624. "psr-4": {
  625. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  626. }
  627. },
  628. "notification-url": "https://packagist.org/downloads/",
  629. "license": [
  630. "MIT"
  631. ],
  632. "authors": [
  633. {
  634. "name": "Guilherme Blanco",
  635. "email": "guilhermeblanco@gmail.com"
  636. },
  637. {
  638. "name": "Roman Borschel",
  639. "email": "roman@code-factory.org"
  640. },
  641. {
  642. "name": "Johannes Schmitt",
  643. "email": "schmittjoh@gmail.com"
  644. }
  645. ],
  646. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  647. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  648. "keywords": [
  649. "annotations",
  650. "docblock",
  651. "lexer",
  652. "parser",
  653. "php"
  654. ],
  655. "time": "2020-05-25T17:44:05+00:00"
  656. },
  657. {
  658. "name": "easywechat-composer/easywechat-composer",
  659. "version": "1.4.0",
  660. "source": {
  661. "type": "git",
  662. "url": "https://github.com/mingyoung/easywechat-composer.git",
  663. "reference": "93cfce1ec842b9a5b1b0791a52afd18b833f114a"
  664. },
  665. "dist": {
  666. "type": "zip",
  667. "url": "https://api.github.com/repos/mingyoung/easywechat-composer/zipball/93cfce1ec842b9a5b1b0791a52afd18b833f114a",
  668. "reference": "93cfce1ec842b9a5b1b0791a52afd18b833f114a",
  669. "shasum": "",
  670. "mirrors": [
  671. {
  672. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  673. "preferred": true
  674. }
  675. ]
  676. },
  677. "require": {
  678. "composer-plugin-api": "^1.0 || ^2.0",
  679. "php": ">=7.0"
  680. },
  681. "require-dev": {
  682. "composer/composer": "^1.0 || ^2.0",
  683. "phpunit/phpunit": "^6.5 || ^7.0"
  684. },
  685. "type": "composer-plugin",
  686. "extra": {
  687. "class": "EasyWeChatComposer\\Plugin"
  688. },
  689. "autoload": {
  690. "psr-4": {
  691. "EasyWeChatComposer\\": "src/"
  692. }
  693. },
  694. "notification-url": "https://packagist.org/downloads/",
  695. "license": [
  696. "MIT"
  697. ],
  698. "authors": [
  699. {
  700. "name": "张铭阳",
  701. "email": "mingyoungcheung@gmail.com"
  702. }
  703. ],
  704. "description": "The composer plugin for EasyWeChat",
  705. "time": "2020-07-23T11:06:47+00:00"
  706. },
  707. {
  708. "name": "egulias/email-validator",
  709. "version": "2.1.18",
  710. "source": {
  711. "type": "git",
  712. "url": "https://github.com/egulias/EmailValidator.git",
  713. "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441"
  714. },
  715. "dist": {
  716. "type": "zip",
  717. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/cfa3d44471c7f5bfb684ac2b0da7114283d78441",
  718. "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441",
  719. "shasum": "",
  720. "mirrors": [
  721. {
  722. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  723. "preferred": true
  724. }
  725. ]
  726. },
  727. "require": {
  728. "doctrine/lexer": "^1.0.1",
  729. "php": ">=5.5",
  730. "symfony/polyfill-intl-idn": "^1.10"
  731. },
  732. "require-dev": {
  733. "dominicsayers/isemail": "^3.0.7",
  734. "phpunit/phpunit": "^4.8.36|^7.5.15",
  735. "satooshi/php-coveralls": "^1.0.1"
  736. },
  737. "suggest": {
  738. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  739. },
  740. "type": "library",
  741. "extra": {
  742. "branch-alias": {
  743. "dev-master": "2.1.x-dev"
  744. }
  745. },
  746. "autoload": {
  747. "psr-4": {
  748. "Egulias\\EmailValidator\\": "src"
  749. }
  750. },
  751. "notification-url": "https://packagist.org/downloads/",
  752. "license": [
  753. "MIT"
  754. ],
  755. "authors": [
  756. {
  757. "name": "Eduardo Gulias Davis"
  758. }
  759. ],
  760. "description": "A library for validating emails against several RFCs",
  761. "homepage": "https://github.com/egulias/EmailValidator",
  762. "keywords": [
  763. "email",
  764. "emailvalidation",
  765. "emailvalidator",
  766. "validation",
  767. "validator"
  768. ],
  769. "time": "2020-06-16T20:11:17+00:00"
  770. },
  771. {
  772. "name": "fig/http-message-util",
  773. "version": "1.1.4",
  774. "source": {
  775. "type": "git",
  776. "url": "https://github.com/php-fig/http-message-util.git",
  777. "reference": "3242caa9da7221a304b8f84eb9eaddae0a7cf422"
  778. },
  779. "dist": {
  780. "type": "zip",
  781. "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/3242caa9da7221a304b8f84eb9eaddae0a7cf422",
  782. "reference": "3242caa9da7221a304b8f84eb9eaddae0a7cf422",
  783. "shasum": "",
  784. "mirrors": [
  785. {
  786. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  787. "preferred": true
  788. }
  789. ]
  790. },
  791. "require": {
  792. "php": "^5.3 || ^7.0"
  793. },
  794. "suggest": {
  795. "psr/http-message": "The package containing the PSR-7 interfaces"
  796. },
  797. "type": "library",
  798. "extra": {
  799. "branch-alias": {
  800. "dev-master": "1.1.x-dev"
  801. }
  802. },
  803. "autoload": {
  804. "psr-4": {
  805. "Fig\\Http\\Message\\": "src/"
  806. }
  807. },
  808. "notification-url": "https://packagist.org/downloads/",
  809. "license": [
  810. "MIT"
  811. ],
  812. "authors": [
  813. {
  814. "name": "PHP-FIG",
  815. "homepage": "http://www.php-fig.org/"
  816. }
  817. ],
  818. "description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
  819. "keywords": [
  820. "http",
  821. "http-message",
  822. "psr",
  823. "psr-7",
  824. "request",
  825. "response"
  826. ],
  827. "time": "2020-02-05T20:36:27+00:00"
  828. },
  829. {
  830. "name": "guzzlehttp/guzzle",
  831. "version": "6.5.5",
  832. "source": {
  833. "type": "git",
  834. "url": "https://github.com/guzzle/guzzle.git",
  835. "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
  836. },
  837. "dist": {
  838. "type": "zip",
  839. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
  840. "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
  841. "shasum": "",
  842. "mirrors": [
  843. {
  844. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  845. "preferred": true
  846. }
  847. ]
  848. },
  849. "require": {
  850. "ext-json": "*",
  851. "guzzlehttp/promises": "^1.0",
  852. "guzzlehttp/psr7": "^1.6.1",
  853. "php": ">=5.5",
  854. "symfony/polyfill-intl-idn": "^1.17.0"
  855. },
  856. "require-dev": {
  857. "ext-curl": "*",
  858. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
  859. "psr/log": "^1.1"
  860. },
  861. "suggest": {
  862. "psr/log": "Required for using the Log middleware"
  863. },
  864. "type": "library",
  865. "extra": {
  866. "branch-alias": {
  867. "dev-master": "6.5-dev"
  868. }
  869. },
  870. "autoload": {
  871. "psr-4": {
  872. "GuzzleHttp\\": "src/"
  873. },
  874. "files": [
  875. "src/functions_include.php"
  876. ]
  877. },
  878. "notification-url": "https://packagist.org/downloads/",
  879. "license": [
  880. "MIT"
  881. ],
  882. "authors": [
  883. {
  884. "name": "Michael Dowling",
  885. "email": "mtdowling@gmail.com",
  886. "homepage": "https://github.com/mtdowling"
  887. }
  888. ],
  889. "description": "Guzzle is a PHP HTTP client library",
  890. "homepage": "http://guzzlephp.org/",
  891. "keywords": [
  892. "client",
  893. "curl",
  894. "framework",
  895. "http",
  896. "http client",
  897. "rest",
  898. "web service"
  899. ],
  900. "time": "2020-06-16T21:01:06+00:00"
  901. },
  902. {
  903. "name": "guzzlehttp/promises",
  904. "version": "v1.3.1",
  905. "source": {
  906. "type": "git",
  907. "url": "https://github.com/guzzle/promises.git",
  908. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  909. },
  910. "dist": {
  911. "type": "zip",
  912. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  913. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  914. "shasum": "",
  915. "mirrors": [
  916. {
  917. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  918. "preferred": true
  919. }
  920. ]
  921. },
  922. "require": {
  923. "php": ">=5.5.0"
  924. },
  925. "require-dev": {
  926. "phpunit/phpunit": "^4.0"
  927. },
  928. "type": "library",
  929. "extra": {
  930. "branch-alias": {
  931. "dev-master": "1.4-dev"
  932. }
  933. },
  934. "autoload": {
  935. "psr-4": {
  936. "GuzzleHttp\\Promise\\": "src/"
  937. },
  938. "files": [
  939. "src/functions_include.php"
  940. ]
  941. },
  942. "notification-url": "https://packagist.org/downloads/",
  943. "license": [
  944. "MIT"
  945. ],
  946. "authors": [
  947. {
  948. "name": "Michael Dowling",
  949. "email": "mtdowling@gmail.com",
  950. "homepage": "https://github.com/mtdowling"
  951. }
  952. ],
  953. "description": "Guzzle promises library",
  954. "keywords": [
  955. "promise"
  956. ],
  957. "time": "2016-12-20T10:07:11+00:00"
  958. },
  959. {
  960. "name": "guzzlehttp/psr7",
  961. "version": "1.6.1",
  962. "source": {
  963. "type": "git",
  964. "url": "https://github.com/guzzle/psr7.git",
  965. "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
  966. },
  967. "dist": {
  968. "type": "zip",
  969. "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
  970. "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
  971. "shasum": "",
  972. "mirrors": [
  973. {
  974. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  975. "preferred": true
  976. }
  977. ]
  978. },
  979. "require": {
  980. "php": ">=5.4.0",
  981. "psr/http-message": "~1.0",
  982. "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
  983. },
  984. "provide": {
  985. "psr/http-message-implementation": "1.0"
  986. },
  987. "require-dev": {
  988. "ext-zlib": "*",
  989. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
  990. },
  991. "suggest": {
  992. "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
  993. },
  994. "type": "library",
  995. "extra": {
  996. "branch-alias": {
  997. "dev-master": "1.6-dev"
  998. }
  999. },
  1000. "autoload": {
  1001. "psr-4": {
  1002. "GuzzleHttp\\Psr7\\": "src/"
  1003. },
  1004. "files": [
  1005. "src/functions_include.php"
  1006. ]
  1007. },
  1008. "notification-url": "https://packagist.org/downloads/",
  1009. "license": [
  1010. "MIT"
  1011. ],
  1012. "authors": [
  1013. {
  1014. "name": "Michael Dowling",
  1015. "email": "mtdowling@gmail.com",
  1016. "homepage": "https://github.com/mtdowling"
  1017. },
  1018. {
  1019. "name": "Tobias Schultze",
  1020. "homepage": "https://github.com/Tobion"
  1021. }
  1022. ],
  1023. "description": "PSR-7 message implementation that also provides common utility methods",
  1024. "keywords": [
  1025. "http",
  1026. "message",
  1027. "psr-7",
  1028. "request",
  1029. "response",
  1030. "stream",
  1031. "uri",
  1032. "url"
  1033. ],
  1034. "time": "2019-07-01T23:21:34+00:00"
  1035. },
  1036. {
  1037. "name": "hashids/hashids",
  1038. "version": "4.0.0",
  1039. "source": {
  1040. "type": "git",
  1041. "url": "https://github.com/vinkla/hashids.git",
  1042. "reference": "43bb2407f16a631f0128f47bcb67ff986c63dde2"
  1043. },
  1044. "dist": {
  1045. "type": "zip",
  1046. "url": "https://api.github.com/repos/vinkla/hashids/zipball/43bb2407f16a631f0128f47bcb67ff986c63dde2",
  1047. "reference": "43bb2407f16a631f0128f47bcb67ff986c63dde2",
  1048. "shasum": "",
  1049. "mirrors": [
  1050. {
  1051. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1052. "preferred": true
  1053. }
  1054. ]
  1055. },
  1056. "require": {
  1057. "ext-mbstring": "*",
  1058. "php": "^7.2"
  1059. },
  1060. "require-dev": {
  1061. "phpunit/phpunit": "^8.0"
  1062. },
  1063. "suggest": {
  1064. "ext-bcmath": "Required to use BC Math arbitrary precision mathematics (*).",
  1065. "ext-gmp": "Required to use GNU multiple precision mathematics (*)."
  1066. },
  1067. "type": "library",
  1068. "extra": {
  1069. "branch-alias": {
  1070. "dev-master": "4.0-dev"
  1071. }
  1072. },
  1073. "autoload": {
  1074. "psr-4": {
  1075. "Hashids\\": "src/"
  1076. }
  1077. },
  1078. "notification-url": "https://packagist.org/downloads/",
  1079. "license": [
  1080. "MIT"
  1081. ],
  1082. "authors": [
  1083. {
  1084. "name": "Ivan Akimov",
  1085. "email": "ivan@barreleye.com",
  1086. "homepage": "https://twitter.com/IvanAkimov"
  1087. },
  1088. {
  1089. "name": "Vincent Klaiber",
  1090. "email": "hello@doubledip.se",
  1091. "homepage": "https://doubledip.se"
  1092. }
  1093. ],
  1094. "description": "Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers",
  1095. "homepage": "http://hashids.org/php",
  1096. "keywords": [
  1097. "bitly",
  1098. "decode",
  1099. "encode",
  1100. "hash",
  1101. "hashid",
  1102. "hashids",
  1103. "ids",
  1104. "obfuscate",
  1105. "youtube"
  1106. ],
  1107. "time": "2019-04-03T13:40:29+00:00"
  1108. },
  1109. {
  1110. "name": "hyperf/amqp",
  1111. "version": "v2.0.3",
  1112. "source": {
  1113. "type": "git",
  1114. "url": "https://github.com/hyperf/amqp.git",
  1115. "reference": "f199054e6e76e00c75d94441379cab5cf639630f"
  1116. },
  1117. "dist": {
  1118. "type": "zip",
  1119. "url": "https://api.github.com/repos/hyperf/amqp/zipball/f199054e6e76e00c75d94441379cab5cf639630f",
  1120. "reference": "f199054e6e76e00c75d94441379cab5cf639630f",
  1121. "shasum": "",
  1122. "mirrors": [
  1123. {
  1124. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1125. "preferred": true
  1126. }
  1127. ]
  1128. },
  1129. "require": {
  1130. "doctrine/instantiator": "^1.2.0",
  1131. "hyperf/contract": "~2.0.0",
  1132. "hyperf/pool": "~2.0.0",
  1133. "hyperf/process": "~2.0.0",
  1134. "hyperf/utils": "~2.0.0",
  1135. "php": ">=7.2",
  1136. "php-amqplib/php-amqplib": "^2.7",
  1137. "psr/container": "^1.0",
  1138. "psr/event-dispatcher": "^1.0",
  1139. "psr/log": "^1.0"
  1140. },
  1141. "require-dev": {
  1142. "friendsofphp/php-cs-fixer": "^2.9",
  1143. "hyperf/di": "~2.0.0",
  1144. "hyperf/event": "~2.0.0",
  1145. "hyperf/framework": "~2.0.0",
  1146. "malukenho/docheader": "^0.1.6",
  1147. "mockery/mockery": "^1.0",
  1148. "phpunit/phpunit": "^7.0.0"
  1149. },
  1150. "suggest": {
  1151. "hyperf/di": "Required to use annotations.",
  1152. "hyperf/event": "Declare queue and start consumers automatically."
  1153. },
  1154. "type": "library",
  1155. "extra": {
  1156. "branch-alias": {
  1157. "dev-master": "2.0-dev"
  1158. },
  1159. "hyperf": {
  1160. "config": "Hyperf\\Amqp\\ConfigProvider"
  1161. }
  1162. },
  1163. "autoload": {
  1164. "psr-4": {
  1165. "Hyperf\\Amqp\\": "src/"
  1166. }
  1167. },
  1168. "notification-url": "https://packagist.org/downloads/",
  1169. "license": [
  1170. "MIT"
  1171. ],
  1172. "description": "A amqplib for hyperf.",
  1173. "homepage": "https://hyperf.io",
  1174. "keywords": [
  1175. "AMQP",
  1176. "hyperf",
  1177. "php"
  1178. ],
  1179. "time": "2020-07-15T09:05:45+00:00"
  1180. },
  1181. {
  1182. "name": "hyperf/cache",
  1183. "version": "v2.0.0",
  1184. "source": {
  1185. "type": "git",
  1186. "url": "https://github.com/hyperf/cache.git",
  1187. "reference": "099e20b4a009dd8564b6b045e0ad924e235d95e7"
  1188. },
  1189. "dist": {
  1190. "type": "zip",
  1191. "url": "https://api.github.com/repos/hyperf/cache/zipball/099e20b4a009dd8564b6b045e0ad924e235d95e7",
  1192. "reference": "099e20b4a009dd8564b6b045e0ad924e235d95e7",
  1193. "shasum": "",
  1194. "mirrors": [
  1195. {
  1196. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1197. "preferred": true
  1198. }
  1199. ]
  1200. },
  1201. "require": {
  1202. "hyperf/contract": "~2.0.0",
  1203. "hyperf/utils": "~2.0.0",
  1204. "php": ">=7.2",
  1205. "psr/container": "^1.0",
  1206. "psr/simple-cache": "^1.0"
  1207. },
  1208. "require-dev": {
  1209. "friendsofphp/php-cs-fixer": "^2.9",
  1210. "hyperf/di": "~2.0.0",
  1211. "hyperf/event": "~2.0.0",
  1212. "malukenho/docheader": "^0.1.6",
  1213. "mockery/mockery": "^1.0",
  1214. "phpunit/phpunit": "^7.0.0"
  1215. },
  1216. "suggest": {
  1217. "hyperf/di": "Use cache annotations.",
  1218. "hyperf/event": "Use listener to delete annotation cache."
  1219. },
  1220. "type": "library",
  1221. "extra": {
  1222. "branch-alias": {
  1223. "dev-master": "2.0-dev"
  1224. },
  1225. "hyperf": {
  1226. "config": "Hyperf\\Cache\\ConfigProvider"
  1227. }
  1228. },
  1229. "autoload": {
  1230. "psr-4": {
  1231. "Hyperf\\Cache\\": "src/"
  1232. }
  1233. },
  1234. "notification-url": "https://packagist.org/downloads/",
  1235. "license": [
  1236. "MIT"
  1237. ],
  1238. "description": "A cache component for hyperf.",
  1239. "homepage": "https://hyperf.io",
  1240. "keywords": [
  1241. "cache",
  1242. "hyperf",
  1243. "php"
  1244. ],
  1245. "time": "2020-06-19T13:11:07+00:00"
  1246. },
  1247. {
  1248. "name": "hyperf/command",
  1249. "version": "v2.0.0",
  1250. "source": {
  1251. "type": "git",
  1252. "url": "https://github.com/hyperf/command.git",
  1253. "reference": "7dabe2921633067c01f34e1789bec4c87a77b45c"
  1254. },
  1255. "dist": {
  1256. "type": "zip",
  1257. "url": "https://api.github.com/repos/hyperf/command/zipball/7dabe2921633067c01f34e1789bec4c87a77b45c",
  1258. "reference": "7dabe2921633067c01f34e1789bec4c87a77b45c",
  1259. "shasum": "",
  1260. "mirrors": [
  1261. {
  1262. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1263. "preferred": true
  1264. }
  1265. ]
  1266. },
  1267. "require": {
  1268. "hyperf/utils": "~2.0.0",
  1269. "php": ">=7.2",
  1270. "psr/event-dispatcher": "^1.0",
  1271. "symfony/console": "^5.0"
  1272. },
  1273. "require-dev": {
  1274. "friendsofphp/php-cs-fixer": "^2.9",
  1275. "malukenho/docheader": "^0.1.6",
  1276. "mockery/mockery": "^1.0",
  1277. "phpunit/phpunit": "^7.0.0"
  1278. },
  1279. "suggest": {
  1280. "hyperf/di": "Required to use annotations."
  1281. },
  1282. "type": "library",
  1283. "extra": {
  1284. "branch-alias": {
  1285. "dev-master": "2.0-dev"
  1286. }
  1287. },
  1288. "autoload": {
  1289. "psr-4": {
  1290. "Hyperf\\Command\\": "src/"
  1291. }
  1292. },
  1293. "notification-url": "https://packagist.org/downloads/",
  1294. "license": [
  1295. "MIT"
  1296. ],
  1297. "description": "Command for hyperf",
  1298. "keywords": [
  1299. "command",
  1300. "php",
  1301. "swoole"
  1302. ],
  1303. "time": "2020-06-19T13:11:07+00:00"
  1304. },
  1305. {
  1306. "name": "hyperf/config",
  1307. "version": "v2.0.0",
  1308. "source": {
  1309. "type": "git",
  1310. "url": "https://github.com/hyperf/config.git",
  1311. "reference": "514fa12fc10fb3950d075dc56bd3d0e74d281da0"
  1312. },
  1313. "dist": {
  1314. "type": "zip",
  1315. "url": "https://api.github.com/repos/hyperf/config/zipball/514fa12fc10fb3950d075dc56bd3d0e74d281da0",
  1316. "reference": "514fa12fc10fb3950d075dc56bd3d0e74d281da0",
  1317. "shasum": "",
  1318. "mirrors": [
  1319. {
  1320. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1321. "preferred": true
  1322. }
  1323. ]
  1324. },
  1325. "require": {
  1326. "hyperf/contract": "~2.0.0",
  1327. "hyperf/utils": "~2.0.0",
  1328. "php": ">=7.2",
  1329. "psr/container": "^1.0",
  1330. "symfony/finder": "^5.0",
  1331. "vlucas/phpdotenv": "^4.0"
  1332. },
  1333. "require-dev": {
  1334. "friendsofphp/php-cs-fixer": "^2.9",
  1335. "hyperf/di": "~2.0.0",
  1336. "hyperf/event": "~2.0.0",
  1337. "hyperf/framework": "~2.0.0",
  1338. "malukenho/docheader": "^0.1.6",
  1339. "mockery/mockery": "^1.0",
  1340. "phpunit/phpunit": "^7.0.0"
  1341. },
  1342. "suggest": {
  1343. "hyperf/di": "Allows using @Value annotation",
  1344. "hyperf/event": "Allows using @Value annotation",
  1345. "hyperf/framework": "Allows using @Value annotation",
  1346. "vlucas/phpdotenv": "Allows using enviroment value to override the config"
  1347. },
  1348. "type": "library",
  1349. "extra": {
  1350. "branch-alias": {
  1351. "dev-master": "2.0-dev"
  1352. },
  1353. "hyperf": {
  1354. "config": "Hyperf\\Config\\ConfigProvider"
  1355. }
  1356. },
  1357. "autoload": {
  1358. "files": [
  1359. "./src/Functions.php"
  1360. ],
  1361. "psr-4": {
  1362. "Hyperf\\Config\\": "src/"
  1363. }
  1364. },
  1365. "notification-url": "https://packagist.org/downloads/",
  1366. "license": [
  1367. "MIT"
  1368. ],
  1369. "description": "An independent component that provides configuration container.",
  1370. "homepage": "https://hyperf.io",
  1371. "keywords": [
  1372. "config",
  1373. "configuration",
  1374. "hyperf",
  1375. "php",
  1376. "swoole"
  1377. ],
  1378. "time": "2020-06-19T13:11:07+00:00"
  1379. },
  1380. {
  1381. "name": "hyperf/constants",
  1382. "version": "v2.0.2",
  1383. "source": {
  1384. "type": "git",
  1385. "url": "https://github.com/hyperf/constants.git",
  1386. "reference": "087d9fd1e208ad142cdb161614da17faa976ff10"
  1387. },
  1388. "dist": {
  1389. "type": "zip",
  1390. "url": "https://api.github.com/repos/hyperf/constants/zipball/087d9fd1e208ad142cdb161614da17faa976ff10",
  1391. "reference": "087d9fd1e208ad142cdb161614da17faa976ff10",
  1392. "shasum": "",
  1393. "mirrors": [
  1394. {
  1395. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1396. "preferred": true
  1397. }
  1398. ]
  1399. },
  1400. "require": {
  1401. "hyperf/di": "~2.0.0",
  1402. "hyperf/utils": "~2.0.0",
  1403. "php": ">=7.2"
  1404. },
  1405. "require-dev": {
  1406. "friendsofphp/php-cs-fixer": "^2.9",
  1407. "malukenho/docheader": "^0.1.6",
  1408. "mockery/mockery": "^1.0",
  1409. "phpunit/phpunit": "^7.0.0"
  1410. },
  1411. "suggest": {
  1412. "hyperf/translation": "Required to use translation."
  1413. },
  1414. "type": "library",
  1415. "extra": {
  1416. "branch-alias": {
  1417. "dev-master": "2.0-dev"
  1418. },
  1419. "hyperf": {
  1420. "config": "Hyperf\\Constants\\ConfigProvider"
  1421. }
  1422. },
  1423. "autoload": {
  1424. "psr-4": {
  1425. "Hyperf\\Constants\\": "src/"
  1426. }
  1427. },
  1428. "notification-url": "https://packagist.org/downloads/",
  1429. "license": [
  1430. "MIT"
  1431. ],
  1432. "description": "A constants component for hyperf.",
  1433. "homepage": "https://hyperf.io",
  1434. "keywords": [
  1435. "constants",
  1436. "hyperf",
  1437. "php"
  1438. ],
  1439. "time": "2020-07-04T05:15:04+00:00"
  1440. },
  1441. {
  1442. "name": "hyperf/consul",
  1443. "version": "v2.0.3",
  1444. "source": {
  1445. "type": "git",
  1446. "url": "https://github.com/hyperf/consul.git",
  1447. "reference": "f05bb55d71a0332478277c8abc6eac6b1d3f11ea"
  1448. },
  1449. "dist": {
  1450. "type": "zip",
  1451. "url": "https://api.github.com/repos/hyperf/consul/zipball/f05bb55d71a0332478277c8abc6eac6b1d3f11ea",
  1452. "reference": "f05bb55d71a0332478277c8abc6eac6b1d3f11ea",
  1453. "shasum": "",
  1454. "mirrors": [
  1455. {
  1456. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1457. "preferred": true
  1458. }
  1459. ]
  1460. },
  1461. "require": {
  1462. "hyperf/guzzle": "~2.0.0",
  1463. "php": ">=7.2"
  1464. },
  1465. "require-dev": {
  1466. "friendsofphp/php-cs-fixer": "^2.9",
  1467. "malukenho/docheader": "^0.1.6",
  1468. "mockery/mockery": "^1.0",
  1469. "phpunit/phpunit": "^7.0.0"
  1470. },
  1471. "type": "library",
  1472. "extra": {
  1473. "branch-alias": {
  1474. "dev-master": "2.0-dev"
  1475. },
  1476. "hyperf": {
  1477. "config": "Hyperf\\Consul\\ConfigProvider"
  1478. }
  1479. },
  1480. "autoload": {
  1481. "psr-4": {
  1482. "Hyperf\\Consul\\": "src/"
  1483. }
  1484. },
  1485. "notification-url": "https://packagist.org/downloads/",
  1486. "license": [
  1487. "MIT"
  1488. ],
  1489. "description": "A Consul Client for Hyperf.",
  1490. "homepage": "https://hyperf.io",
  1491. "keywords": [
  1492. "consul",
  1493. "consul-client",
  1494. "hyperf",
  1495. "php",
  1496. "swoole"
  1497. ],
  1498. "time": "2020-07-15T09:05:45+00:00"
  1499. },
  1500. {
  1501. "name": "hyperf/contract",
  1502. "version": "v2.0.1",
  1503. "source": {
  1504. "type": "git",
  1505. "url": "https://github.com/hyperf/contract.git",
  1506. "reference": "c213d9095339eee87df61e35a412e01b7bdd97f3"
  1507. },
  1508. "dist": {
  1509. "type": "zip",
  1510. "url": "https://api.github.com/repos/hyperf/contract/zipball/c213d9095339eee87df61e35a412e01b7bdd97f3",
  1511. "reference": "c213d9095339eee87df61e35a412e01b7bdd97f3",
  1512. "shasum": "",
  1513. "mirrors": [
  1514. {
  1515. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1516. "preferred": true
  1517. }
  1518. ]
  1519. },
  1520. "require": {
  1521. "php": ">=7.2"
  1522. },
  1523. "require-dev": {
  1524. "friendsofphp/php-cs-fixer": "^2.9",
  1525. "malukenho/docheader": "^0.1.6",
  1526. "mockery/mockery": "^1.0",
  1527. "phpunit/phpunit": "^7.0.0"
  1528. },
  1529. "type": "library",
  1530. "extra": {
  1531. "branch-alias": {
  1532. "dev-master": "2.0-dev"
  1533. },
  1534. "hyperf": []
  1535. },
  1536. "autoload": {
  1537. "psr-4": {
  1538. "Hyperf\\Contract\\": "src/"
  1539. }
  1540. },
  1541. "notification-url": "https://packagist.org/downloads/",
  1542. "license": [
  1543. "MIT"
  1544. ],
  1545. "description": "The contracts of Hyperf.",
  1546. "homepage": "https://hyperf.io",
  1547. "keywords": [
  1548. "hyperf",
  1549. "php",
  1550. "swoole"
  1551. ],
  1552. "time": "2020-06-24T23:15:36+00:00"
  1553. },
  1554. {
  1555. "name": "hyperf/database",
  1556. "version": "v2.0.1",
  1557. "source": {
  1558. "type": "git",
  1559. "url": "https://github.com/hyperf/database.git",
  1560. "reference": "0f9b4fef2662c2d28baf06858e4d15c62606f01e"
  1561. },
  1562. "dist": {
  1563. "type": "zip",
  1564. "url": "https://api.github.com/repos/hyperf/database/zipball/0f9b4fef2662c2d28baf06858e4d15c62606f01e",
  1565. "reference": "0f9b4fef2662c2d28baf06858e4d15c62606f01e",
  1566. "shasum": "",
  1567. "mirrors": [
  1568. {
  1569. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1570. "preferred": true
  1571. }
  1572. ]
  1573. },
  1574. "require": {
  1575. "hyperf/paginator": "~2.0.0",
  1576. "hyperf/utils": "~2.0.0",
  1577. "nesbot/carbon": "^2.0",
  1578. "php": ">=7.2",
  1579. "psr/container": "^1.0",
  1580. "psr/event-dispatcher": "^1.0"
  1581. },
  1582. "require-dev": {
  1583. "friendsofphp/php-cs-fixer": "^2.9",
  1584. "malukenho/docheader": "^0.1.6",
  1585. "mockery/mockery": "^1.0",
  1586. "phpunit/phpunit": "^7.0.0"
  1587. },
  1588. "suggest": {
  1589. "doctrine/dbal": "Required to rename columns (^2.6).",
  1590. "roave/better-reflection": "Required to use ModelCommand (^4.0)."
  1591. },
  1592. "type": "library",
  1593. "extra": {
  1594. "branch-alias": {
  1595. "dev-master": "2.0-dev"
  1596. }
  1597. },
  1598. "autoload": {
  1599. "psr-4": {
  1600. "Hyperf\\Database\\": "src/"
  1601. }
  1602. },
  1603. "notification-url": "https://packagist.org/downloads/",
  1604. "license": [
  1605. "MIT"
  1606. ],
  1607. "description": "A flexible database library.",
  1608. "homepage": "https://hyperf.io",
  1609. "keywords": [
  1610. "database",
  1611. "hyperf",
  1612. "php"
  1613. ],
  1614. "time": "2020-07-01T02:24:01+00:00"
  1615. },
  1616. {
  1617. "name": "hyperf/db-connection",
  1618. "version": "v2.0.0",
  1619. "source": {
  1620. "type": "git",
  1621. "url": "https://github.com/hyperf/db-connection.git",
  1622. "reference": "bba32397d7f35a602f910446b03b89756cf938ca"
  1623. },
  1624. "dist": {
  1625. "type": "zip",
  1626. "url": "https://api.github.com/repos/hyperf/db-connection/zipball/bba32397d7f35a602f910446b03b89756cf938ca",
  1627. "reference": "bba32397d7f35a602f910446b03b89756cf938ca",
  1628. "shasum": "",
  1629. "mirrors": [
  1630. {
  1631. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1632. "preferred": true
  1633. }
  1634. ]
  1635. },
  1636. "require": {
  1637. "hyperf/database": "~2.0.0",
  1638. "hyperf/di": "~2.0.0",
  1639. "hyperf/framework": "~2.0.0",
  1640. "hyperf/model-listener": "~2.0.0",
  1641. "hyperf/pool": "~2.0.0",
  1642. "hyperf/utils": "~2.0.0",
  1643. "php": ">=7.2"
  1644. },
  1645. "require-dev": {
  1646. "friendsofphp/php-cs-fixer": "^2.9",
  1647. "malukenho/docheader": "^0.1.6",
  1648. "mockery/mockery": "^1.0",
  1649. "phpunit/phpunit": "^7.0.0"
  1650. },
  1651. "type": "library",
  1652. "extra": {
  1653. "branch-alias": {
  1654. "dev-master": "2.0-dev"
  1655. },
  1656. "hyperf": {
  1657. "config": "Hyperf\\DbConnection\\ConfigProvider"
  1658. }
  1659. },
  1660. "autoload": {
  1661. "psr-4": {
  1662. "Hyperf\\DbConnection\\": "src/"
  1663. }
  1664. },
  1665. "notification-url": "https://packagist.org/downloads/",
  1666. "license": [
  1667. "MIT"
  1668. ],
  1669. "description": "A hyperf db connection handler for hyperf/database.",
  1670. "homepage": "https://hyperf.io",
  1671. "keywords": [
  1672. "Connection",
  1673. "database",
  1674. "hyperf",
  1675. "php"
  1676. ],
  1677. "time": "2020-06-19T13:11:07+00:00"
  1678. },
  1679. {
  1680. "name": "hyperf/devtool",
  1681. "version": "v2.0.2",
  1682. "source": {
  1683. "type": "git",
  1684. "url": "https://github.com/hyperf/devtool.git",
  1685. "reference": "3bbe7845785d77fb3a59f61ba9f99aff183d0bcd"
  1686. },
  1687. "dist": {
  1688. "type": "zip",
  1689. "url": "https://api.github.com/repos/hyperf/devtool/zipball/3bbe7845785d77fb3a59f61ba9f99aff183d0bcd",
  1690. "reference": "3bbe7845785d77fb3a59f61ba9f99aff183d0bcd",
  1691. "shasum": "",
  1692. "mirrors": [
  1693. {
  1694. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1695. "preferred": true
  1696. }
  1697. ]
  1698. },
  1699. "require": {
  1700. "hyperf/command": "~2.0.0",
  1701. "hyperf/contract": "~2.0.0",
  1702. "hyperf/di": "~2.0.0",
  1703. "hyperf/utils": "~2.0.0",
  1704. "php": ">=7.2"
  1705. },
  1706. "require-dev": {
  1707. "friendsofphp/php-cs-fixer": "^2.9",
  1708. "malukenho/docheader": "^0.1.6",
  1709. "mockery/mockery": "^1.0",
  1710. "phpunit/phpunit": "^7.0.0"
  1711. },
  1712. "type": "library",
  1713. "extra": {
  1714. "branch-alias": {
  1715. "dev-master": "2.0-dev"
  1716. },
  1717. "hyperf": {
  1718. "config": "Hyperf\\Devtool\\ConfigProvider"
  1719. }
  1720. },
  1721. "autoload": {
  1722. "psr-4": {
  1723. "Hyperf\\Devtool\\": "src/"
  1724. }
  1725. },
  1726. "notification-url": "https://packagist.org/downloads/",
  1727. "license": [
  1728. "MIT"
  1729. ],
  1730. "description": "A Devtool for Hyperf.",
  1731. "homepage": "https://hyperf.io",
  1732. "keywords": [
  1733. "devtool",
  1734. "hyperf",
  1735. "php",
  1736. "swoole"
  1737. ],
  1738. "time": "2020-07-11T07:01:02+00:00"
  1739. },
  1740. {
  1741. "name": "hyperf/di",
  1742. "version": "v2.0.2",
  1743. "source": {
  1744. "type": "git",
  1745. "url": "https://github.com/hyperf/di.git",
  1746. "reference": "0a4414998b15f50c017811c9de48a4f7c514d7d8"
  1747. },
  1748. "dist": {
  1749. "type": "zip",
  1750. "url": "https://api.github.com/repos/hyperf/di/zipball/0a4414998b15f50c017811c9de48a4f7c514d7d8",
  1751. "reference": "0a4414998b15f50c017811c9de48a4f7c514d7d8",
  1752. "shasum": "",
  1753. "mirrors": [
  1754. {
  1755. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1756. "preferred": true
  1757. }
  1758. ]
  1759. },
  1760. "require": {
  1761. "doctrine/annotations": "^1.6",
  1762. "doctrine/instantiator": "^1.0",
  1763. "hyperf/event": "~2.0.0",
  1764. "hyperf/framework": "~2.0.0",
  1765. "nikic/php-parser": "^4.1",
  1766. "php": ">=7.2",
  1767. "php-di/phpdoc-reader": "^2.0.1",
  1768. "psr/container": "^1.0",
  1769. "roave/better-reflection": "^4.0",
  1770. "symfony/finder": "^5.0"
  1771. },
  1772. "require-dev": {
  1773. "friendsofphp/php-cs-fixer": "^2.9",
  1774. "malukenho/docheader": "^0.1.6",
  1775. "mockery/mockery": "^1.0",
  1776. "phpunit/phpunit": "^7.0.0"
  1777. },
  1778. "suggest": {
  1779. "hyperf/config": "Require this component for annotation scan progress to retrieve the scan path."
  1780. },
  1781. "type": "library",
  1782. "extra": {
  1783. "branch-alias": {
  1784. "dev-master": "2.0-dev"
  1785. },
  1786. "hyperf": {
  1787. "config": "Hyperf\\Di\\ConfigProvider"
  1788. }
  1789. },
  1790. "autoload": {
  1791. "files": [
  1792. "src/Functions.php"
  1793. ],
  1794. "psr-4": {
  1795. "Hyperf\\Di\\": "src/"
  1796. }
  1797. },
  1798. "notification-url": "https://packagist.org/downloads/",
  1799. "license": [
  1800. "MIT"
  1801. ],
  1802. "description": "A DI for Hyperf.",
  1803. "homepage": "https://hyperf.io",
  1804. "keywords": [
  1805. "annotation",
  1806. "di",
  1807. "hyperf",
  1808. "php",
  1809. "swoole"
  1810. ],
  1811. "time": "2020-07-10T09:49:18+00:00"
  1812. },
  1813. {
  1814. "name": "hyperf/dispatcher",
  1815. "version": "v2.0.0",
  1816. "source": {
  1817. "type": "git",
  1818. "url": "https://github.com/hyperf/dispatcher.git",
  1819. "reference": "0d4bd07d1b362ad60d6d664b4bdcd43318b1dc11"
  1820. },
  1821. "dist": {
  1822. "type": "zip",
  1823. "url": "https://api.github.com/repos/hyperf/dispatcher/zipball/0d4bd07d1b362ad60d6d664b4bdcd43318b1dc11",
  1824. "reference": "0d4bd07d1b362ad60d6d664b4bdcd43318b1dc11",
  1825. "shasum": "",
  1826. "mirrors": [
  1827. {
  1828. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1829. "preferred": true
  1830. }
  1831. ]
  1832. },
  1833. "require": {
  1834. "hyperf/contract": "~2.0.0",
  1835. "php": ">=7.2",
  1836. "psr/container": "^1.0",
  1837. "psr/http-message": "^1.0",
  1838. "psr/http-server-middleware": "^1.0"
  1839. },
  1840. "require-dev": {
  1841. "friendsofphp/php-cs-fixer": "^2.9",
  1842. "malukenho/docheader": "^0.1.6",
  1843. "mockery/mockery": "^1.0",
  1844. "phpunit/phpunit": "^7.0.0"
  1845. },
  1846. "type": "library",
  1847. "extra": {
  1848. "branch-alias": {
  1849. "dev-master": "2.0-dev"
  1850. },
  1851. "hyperf": {
  1852. "config": "Hyperf\\Dispatcher\\ConfigProvider"
  1853. }
  1854. },
  1855. "autoload": {
  1856. "psr-4": {
  1857. "Hyperf\\Dispatcher\\": "src/"
  1858. }
  1859. },
  1860. "notification-url": "https://packagist.org/downloads/",
  1861. "license": [
  1862. "MIT"
  1863. ],
  1864. "description": "A HTTP Server for Hyperf.",
  1865. "homepage": "https://hyperf.io",
  1866. "keywords": [
  1867. "dispatcher",
  1868. "filter",
  1869. "hyperf",
  1870. "middleware",
  1871. "php",
  1872. "swoole"
  1873. ],
  1874. "time": "2020-06-19T13:11:07+00:00"
  1875. },
  1876. {
  1877. "name": "hyperf/event",
  1878. "version": "v2.0.0",
  1879. "source": {
  1880. "type": "git",
  1881. "url": "https://github.com/hyperf/event.git",
  1882. "reference": "a6f8cd420884a0845e9376d2f79d2140ae735e54"
  1883. },
  1884. "dist": {
  1885. "type": "zip",
  1886. "url": "https://api.github.com/repos/hyperf/event/zipball/a6f8cd420884a0845e9376d2f79d2140ae735e54",
  1887. "reference": "a6f8cd420884a0845e9376d2f79d2140ae735e54",
  1888. "shasum": "",
  1889. "mirrors": [
  1890. {
  1891. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1892. "preferred": true
  1893. }
  1894. ]
  1895. },
  1896. "require": {
  1897. "hyperf/contract": "~2.0.0",
  1898. "php": ">=7.2",
  1899. "psr/event-dispatcher": "^1.0"
  1900. },
  1901. "require-dev": {
  1902. "friendsofphp/php-cs-fixer": "^2.9",
  1903. "hyperf/di": "~2.0.0",
  1904. "malukenho/docheader": "^0.1.6",
  1905. "mockery/mockery": "^1.0",
  1906. "phpunit/phpunit": "^7.0.0"
  1907. },
  1908. "suggest": {
  1909. "hyperf/di": "Required to use annotatioins."
  1910. },
  1911. "type": "library",
  1912. "extra": {
  1913. "branch-alias": {
  1914. "dev-master": "2.0-dev"
  1915. },
  1916. "hyperf": {
  1917. "config": "Hyperf\\Event\\ConfigProvider"
  1918. }
  1919. },
  1920. "autoload": {
  1921. "psr-4": {
  1922. "Hyperf\\Event\\": "src/"
  1923. }
  1924. },
  1925. "notification-url": "https://packagist.org/downloads/",
  1926. "license": [
  1927. "MIT"
  1928. ],
  1929. "description": "an event manager that implements PSR-14.",
  1930. "homepage": "https://hyperf.io",
  1931. "keywords": [
  1932. "event",
  1933. "hyperf",
  1934. "php",
  1935. "swoole"
  1936. ],
  1937. "time": "2020-06-19T13:11:07+00:00"
  1938. },
  1939. {
  1940. "name": "hyperf/exception-handler",
  1941. "version": "v2.0.0",
  1942. "source": {
  1943. "type": "git",
  1944. "url": "https://github.com/hyperf/exception-handler.git",
  1945. "reference": "a9f647df4a3ec7cd52adb742f7f5b1aca11e5a9e"
  1946. },
  1947. "dist": {
  1948. "type": "zip",
  1949. "url": "https://api.github.com/repos/hyperf/exception-handler/zipball/a9f647df4a3ec7cd52adb742f7f5b1aca11e5a9e",
  1950. "reference": "a9f647df4a3ec7cd52adb742f7f5b1aca11e5a9e",
  1951. "shasum": "",
  1952. "mirrors": [
  1953. {
  1954. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1955. "preferred": true
  1956. }
  1957. ]
  1958. },
  1959. "require": {
  1960. "hyperf/contract": "~2.0.0",
  1961. "hyperf/dispatcher": "~2.0.0",
  1962. "hyperf/utils": "~2.0.0",
  1963. "php": ">=7.2",
  1964. "psr/container": "^1.0",
  1965. "psr/http-message": "^1.0"
  1966. },
  1967. "require-dev": {
  1968. "friendsofphp/php-cs-fixer": "^2.9",
  1969. "malukenho/docheader": "^0.1.6",
  1970. "mockery/mockery": "^1.0",
  1971. "phpunit/phpunit": "^7.0.0"
  1972. },
  1973. "type": "library",
  1974. "extra": {
  1975. "branch-alias": {
  1976. "dev-master": "2.0-dev"
  1977. },
  1978. "hyperf": {
  1979. "config": "Hyperf\\ExceptionHandler\\ConfigProvider"
  1980. }
  1981. },
  1982. "autoload": {
  1983. "psr-4": {
  1984. "Hyperf\\ExceptionHandler\\": "src/"
  1985. }
  1986. },
  1987. "notification-url": "https://packagist.org/downloads/",
  1988. "license": [
  1989. "MIT"
  1990. ],
  1991. "description": "Exception handler for hyperf",
  1992. "keywords": [
  1993. "exception-handler",
  1994. "php",
  1995. "swoole"
  1996. ],
  1997. "time": "2020-06-19T13:11:07+00:00"
  1998. },
  1999. {
  2000. "name": "hyperf/filesystem",
  2001. "version": "v2.0.3",
  2002. "source": {
  2003. "type": "git",
  2004. "url": "https://github.com/hyperf/filesystem.git",
  2005. "reference": "779406ab125349e192362195a320c5f69d341cc5"
  2006. },
  2007. "dist": {
  2008. "type": "zip",
  2009. "url": "https://api.github.com/repos/hyperf/filesystem/zipball/779406ab125349e192362195a320c5f69d341cc5",
  2010. "reference": "779406ab125349e192362195a320c5f69d341cc5",
  2011. "shasum": "",
  2012. "mirrors": [
  2013. {
  2014. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2015. "preferred": true
  2016. }
  2017. ]
  2018. },
  2019. "require": {
  2020. "ext-swoole": ">=4.4",
  2021. "hyperf/di": "~2.0.0",
  2022. "league/flysystem": "^1.0",
  2023. "php": ">=7.2"
  2024. },
  2025. "require-dev": {
  2026. "friendsofphp/php-cs-fixer": "^2.14",
  2027. "hyperf/config": "~2.0.0",
  2028. "hyperf/guzzle": "~2.0.0",
  2029. "hyperf/testing": "~2.0.0",
  2030. "league/flysystem-aws-s3-v3": "^1.0",
  2031. "league/flysystem-memory": "^1.0",
  2032. "overtrue/flysystem-cos": "^2.0",
  2033. "overtrue/flysystem-qiniu": "^1.0",
  2034. "phpstan/phpstan": "^0.10.5",
  2035. "xxtime/flysystem-aliyun-oss": "^1.5"
  2036. },
  2037. "suggest": {
  2038. "hyperf/guzzle": "required to use s3 adapter",
  2039. "league/flysystem-aws-s3-v3": "required to use s3 adapter",
  2040. "league/flysystem-memory": "required to use memory adapter",
  2041. "overtrue/flysystem-cos": "required to use cos adapter",
  2042. "overtrue/flysystem-qiniu": "required to use qiniu adapter",
  2043. "xxtime/flysystem-aliyun-oss": "required to use aliyun oss adapter"
  2044. },
  2045. "type": "library",
  2046. "extra": {
  2047. "branch-alias": {
  2048. "dev-master": "2.0-dev"
  2049. },
  2050. "hyperf": {
  2051. "config": "Hyperf\\Filesystem\\ConfigProvider"
  2052. }
  2053. },
  2054. "autoload": {
  2055. "psr-4": {
  2056. "Hyperf\\Filesystem\\": "src/"
  2057. },
  2058. "files": [
  2059. "src/Adapter/AliyunOssHook.php"
  2060. ]
  2061. },
  2062. "notification-url": "https://packagist.org/downloads/",
  2063. "license": [
  2064. "MIT"
  2065. ],
  2066. "description": "flysystem integration for hyperf",
  2067. "keywords": [
  2068. "hyperf",
  2069. "php"
  2070. ],
  2071. "time": "2020-07-15T09:05:45+00:00"
  2072. },
  2073. {
  2074. "name": "hyperf/framework",
  2075. "version": "v2.0.0",
  2076. "source": {
  2077. "type": "git",
  2078. "url": "https://github.com/hyperf/framework.git",
  2079. "reference": "2e1b1e8be70cc7d0f96110de85120a5b0a8e3cb3"
  2080. },
  2081. "dist": {
  2082. "type": "zip",
  2083. "url": "https://api.github.com/repos/hyperf/framework/zipball/2e1b1e8be70cc7d0f96110de85120a5b0a8e3cb3",
  2084. "reference": "2e1b1e8be70cc7d0f96110de85120a5b0a8e3cb3",
  2085. "shasum": "",
  2086. "mirrors": [
  2087. {
  2088. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2089. "preferred": true
  2090. }
  2091. ]
  2092. },
  2093. "require": {
  2094. "ext-swoole": ">=4.4",
  2095. "fig/http-message-util": "^1.1.2",
  2096. "hyperf/contract": "~2.0.0",
  2097. "hyperf/utils": "~2.0.0",
  2098. "php": ">=7.2",
  2099. "psr/container": "^1.0",
  2100. "psr/event-dispatcher": "^1.0",
  2101. "psr/log": "^1.0"
  2102. },
  2103. "require-dev": {
  2104. "doctrine/common": "@stable",
  2105. "friendsofphp/php-cs-fixer": "^2.9",
  2106. "malukenho/docheader": "^0.1.6",
  2107. "mockery/mockery": "^1.0",
  2108. "phpunit/phpunit": "^7.0.0"
  2109. },
  2110. "suggest": {
  2111. "hyperf/command": "Required to use Command annotation.",
  2112. "hyperf/di": "Required to use Command annotation.",
  2113. "hyperf/dispatcher": "Required to use BootApplication event.",
  2114. "symfony/event-dispatcher": "Required to use symfony event dispatcher (^5.0)."
  2115. },
  2116. "type": "library",
  2117. "extra": {
  2118. "branch-alias": {
  2119. "dev-master": "2.0-dev"
  2120. },
  2121. "hyperf": {
  2122. "config": "Hyperf\\Framework\\ConfigProvider"
  2123. }
  2124. },
  2125. "autoload": {
  2126. "psr-4": {
  2127. "Hyperf\\Framework\\": "src/"
  2128. }
  2129. },
  2130. "notification-url": "https://packagist.org/downloads/",
  2131. "license": [
  2132. "MIT"
  2133. ],
  2134. "description": "A coroutine framework that focuses on hyperspeed and flexible, specifically use for build microservices and middlewares.",
  2135. "homepage": "https://hyperf.io",
  2136. "keywords": [
  2137. "Microservice",
  2138. "framework",
  2139. "hyperf",
  2140. "middleware",
  2141. "php",
  2142. "swoole"
  2143. ],
  2144. "time": "2020-06-19T13:11:07+00:00"
  2145. },
  2146. {
  2147. "name": "hyperf/guzzle",
  2148. "version": "v2.0.11",
  2149. "source": {
  2150. "type": "git",
  2151. "url": "https://github.com/hyperf/guzzle.git",
  2152. "reference": "d0a5d72e93f4c6fa90c3e25a0eb192e1445cc1e0"
  2153. },
  2154. "dist": {
  2155. "type": "zip",
  2156. "url": "https://api.github.com/repos/hyperf/guzzle/zipball/d0a5d72e93f4c6fa90c3e25a0eb192e1445cc1e0",
  2157. "reference": "d0a5d72e93f4c6fa90c3e25a0eb192e1445cc1e0",
  2158. "shasum": "",
  2159. "mirrors": [
  2160. {
  2161. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2162. "preferred": true
  2163. }
  2164. ]
  2165. },
  2166. "require": {
  2167. "guzzlehttp/guzzle": "^6.3",
  2168. "php": ">=7.0",
  2169. "psr/container": "^1.0",
  2170. "psr/http-message": "^1.0"
  2171. },
  2172. "require-dev": {
  2173. "ezimuel/ringphp": "~1.0"
  2174. },
  2175. "suggest": {
  2176. "hyperf/pool": "Required to use pool handler."
  2177. },
  2178. "type": "library",
  2179. "extra": {
  2180. "branch-alias": {
  2181. "dev-master": "2.0-dev"
  2182. },
  2183. "hyperf": {
  2184. "config": "Hyperf\\Guzzle\\ConfigProvider"
  2185. }
  2186. },
  2187. "autoload": {
  2188. "psr-4": {
  2189. "Hyperf\\Guzzle\\": "src/"
  2190. }
  2191. },
  2192. "notification-url": "https://packagist.org/downloads/",
  2193. "license": [
  2194. "MIT"
  2195. ],
  2196. "description": "Swoole coroutine handler for guzzle",
  2197. "keywords": [
  2198. "Guzzle",
  2199. "handler",
  2200. "php",
  2201. "swoole"
  2202. ],
  2203. "time": "2020-09-07T10:26:15+00:00"
  2204. },
  2205. {
  2206. "name": "hyperf/http-message",
  2207. "version": "v2.0.1",
  2208. "source": {
  2209. "type": "git",
  2210. "url": "https://github.com/hyperf/http-message.git",
  2211. "reference": "c27e35ddb14b2cfe4a8a93a94becb432e978f45b"
  2212. },
  2213. "dist": {
  2214. "type": "zip",
  2215. "url": "https://api.github.com/repos/hyperf/http-message/zipball/c27e35ddb14b2cfe4a8a93a94becb432e978f45b",
  2216. "reference": "c27e35ddb14b2cfe4a8a93a94becb432e978f45b",
  2217. "shasum": "",
  2218. "mirrors": [
  2219. {
  2220. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2221. "preferred": true
  2222. }
  2223. ]
  2224. },
  2225. "require": {
  2226. "hyperf/utils": "~2.0.0",
  2227. "laminas/laminas-mime": "^2.7",
  2228. "psr/http-message": "^1.0"
  2229. },
  2230. "require-dev": {
  2231. "psr/container": "^1.0"
  2232. },
  2233. "suggest": {
  2234. "psr/container": "Required to replace RequestParserInterface."
  2235. },
  2236. "type": "library",
  2237. "extra": {
  2238. "branch-alias": {
  2239. "dev-master": "2.0-dev"
  2240. },
  2241. "hyperf": {
  2242. "config": "Hyperf\\HttpMessage\\ConfigProvider"
  2243. }
  2244. },
  2245. "autoload": {
  2246. "psr-4": {
  2247. "Hyperf\\HttpMessage\\": "src/"
  2248. }
  2249. },
  2250. "notification-url": "https://packagist.org/downloads/",
  2251. "license": [
  2252. "MIT"
  2253. ],
  2254. "description": "microservice framework base on swoole",
  2255. "keywords": [
  2256. "http-message",
  2257. "hyperf",
  2258. "php",
  2259. "swoole"
  2260. ],
  2261. "time": "2020-06-23T02:44:43+00:00"
  2262. },
  2263. {
  2264. "name": "hyperf/http-server",
  2265. "version": "v2.0.1",
  2266. "source": {
  2267. "type": "git",
  2268. "url": "https://github.com/hyperf/http-server.git",
  2269. "reference": "389daa48b2cefc44f41453eb912026668f61086c"
  2270. },
  2271. "dist": {
  2272. "type": "zip",
  2273. "url": "https://api.github.com/repos/hyperf/http-server/zipball/389daa48b2cefc44f41453eb912026668f61086c",
  2274. "reference": "389daa48b2cefc44f41453eb912026668f61086c",
  2275. "shasum": "",
  2276. "mirrors": [
  2277. {
  2278. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2279. "preferred": true
  2280. }
  2281. ]
  2282. },
  2283. "require": {
  2284. "hyperf/contract": "~2.0.0",
  2285. "hyperf/dispatcher": "~2.0.0",
  2286. "hyperf/event": "~2.0.0",
  2287. "hyperf/exception-handler": "~2.0.0",
  2288. "hyperf/http-message": "~2.0.0",
  2289. "hyperf/server": "~2.0.0",
  2290. "hyperf/utils": "~2.0.0",
  2291. "nikic/fast-route": "^1.3",
  2292. "php": ">=7.2",
  2293. "psr/container": "^1.0"
  2294. },
  2295. "require-dev": {
  2296. "friendsofphp/php-cs-fixer": "^2.9",
  2297. "hyperf/di": "~2.0.0",
  2298. "malukenho/docheader": "^0.1.6",
  2299. "mockery/mockery": "^1.0",
  2300. "phpunit/phpunit": "^7.0.0"
  2301. },
  2302. "suggest": {
  2303. "hyperf/di": "Required to use annotations."
  2304. },
  2305. "type": "library",
  2306. "extra": {
  2307. "branch-alias": {
  2308. "dev-master": "2.0-dev"
  2309. },
  2310. "hyperf": {
  2311. "config": "Hyperf\\HttpServer\\ConfigProvider"
  2312. }
  2313. },
  2314. "autoload": {
  2315. "psr-4": {
  2316. "Hyperf\\HttpServer\\": "src/"
  2317. }
  2318. },
  2319. "notification-url": "https://packagist.org/downloads/",
  2320. "license": [
  2321. "MIT"
  2322. ],
  2323. "description": "A HTTP Server for Hyperf.",
  2324. "homepage": "https://hyperf.io",
  2325. "keywords": [
  2326. "http",
  2327. "http-server",
  2328. "hyperf",
  2329. "php",
  2330. "swoole"
  2331. ],
  2332. "time": "2020-07-01T10:21:32+00:00"
  2333. },
  2334. {
  2335. "name": "hyperf/json-rpc",
  2336. "version": "v2.0.7",
  2337. "source": {
  2338. "type": "git",
  2339. "url": "https://github.com/hyperf/json-rpc.git",
  2340. "reference": "149ab4697a513bdc13b772767658f4ad0f9c2b81"
  2341. },
  2342. "dist": {
  2343. "type": "zip",
  2344. "url": "https://api.github.com/repos/hyperf/json-rpc/zipball/149ab4697a513bdc13b772767658f4ad0f9c2b81",
  2345. "reference": "149ab4697a513bdc13b772767658f4ad0f9c2b81",
  2346. "shasum": "",
  2347. "mirrors": [
  2348. {
  2349. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2350. "preferred": true
  2351. }
  2352. ]
  2353. },
  2354. "require": {
  2355. "hyperf/contract": "~2.0.0",
  2356. "hyperf/http-message": "~2.0.0",
  2357. "hyperf/load-balancer": "~2.0.0",
  2358. "hyperf/rpc": "~2.0.0",
  2359. "hyperf/utils": "~2.0.0",
  2360. "php": ">=7.2",
  2361. "psr/container": "^1.0",
  2362. "psr/log": "^1.0"
  2363. },
  2364. "require-dev": {
  2365. "friendsofphp/php-cs-fixer": "^2.9",
  2366. "malukenho/docheader": "^0.1.6",
  2367. "mockery/mockery": "^1.0",
  2368. "phpunit/phpunit": "^7.0.0"
  2369. },
  2370. "suggest": {
  2371. "hyperf/event": "Register the objects to ProtocolManager automatically.",
  2372. "hyperf/framework": "Register the objects to ProtocolManager automatically.",
  2373. "hyperf/guzzle": "Required to use JSON RPC with HTTP protocol.",
  2374. "hyperf/rpc-client": "Reqiured to use JSON RPC in hyperf rpc client.",
  2375. "hyperf/rpc-server": "Reqiured to use JSON RPC in hyperf rpc server."
  2376. },
  2377. "type": "library",
  2378. "extra": {
  2379. "branch-alias": {
  2380. "dev-master": "2.0-dev"
  2381. },
  2382. "hyperf": {
  2383. "config": "Hyperf\\JsonRpc\\ConfigProvider"
  2384. }
  2385. },
  2386. "autoload": {
  2387. "psr-4": {
  2388. "Hyperf\\JsonRpc\\": "src/"
  2389. }
  2390. },
  2391. "notification-url": "https://packagist.org/downloads/",
  2392. "license": [
  2393. "MIT"
  2394. ],
  2395. "description": "A JSON RPC component for Hyperf RPC Server or Client.",
  2396. "homepage": "https://hyperf.io",
  2397. "keywords": [
  2398. "hyperf",
  2399. "json-rpc",
  2400. "php",
  2401. "swoole"
  2402. ],
  2403. "time": "2020-08-17T01:59:57+00:00"
  2404. },
  2405. {
  2406. "name": "hyperf/load-balancer",
  2407. "version": "v2.0.3",
  2408. "source": {
  2409. "type": "git",
  2410. "url": "https://github.com/hyperf/load-balancer.git",
  2411. "reference": "8543471dd921c1d01f72a8a4d06757b383f908d8"
  2412. },
  2413. "dist": {
  2414. "type": "zip",
  2415. "url": "https://api.github.com/repos/hyperf/load-balancer/zipball/8543471dd921c1d01f72a8a4d06757b383f908d8",
  2416. "reference": "8543471dd921c1d01f72a8a4d06757b383f908d8",
  2417. "shasum": "",
  2418. "mirrors": [
  2419. {
  2420. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2421. "preferred": true
  2422. }
  2423. ]
  2424. },
  2425. "require": {
  2426. "markrogoyski/math-php": "^0.49.0",
  2427. "php": ">=7.2"
  2428. },
  2429. "require-dev": {
  2430. "friendsofphp/php-cs-fixer": "^2.9",
  2431. "malukenho/docheader": "^0.1.6",
  2432. "mockery/mockery": "^1.0",
  2433. "phpunit/phpunit": "^7.0.0"
  2434. },
  2435. "type": "library",
  2436. "extra": {
  2437. "branch-alias": {
  2438. "dev-master": "2.0-dev"
  2439. },
  2440. "hyperf": {
  2441. "config": "Hyperf\\LoadBalancer\\ConfigProvider"
  2442. }
  2443. },
  2444. "autoload": {
  2445. "psr-4": {
  2446. "Hyperf\\LoadBalancer\\": "src/"
  2447. }
  2448. },
  2449. "notification-url": "https://packagist.org/downloads/",
  2450. "license": [
  2451. "MIT"
  2452. ],
  2453. "description": "A load balancer library for Hyperf.",
  2454. "homepage": "https://hyperf.io",
  2455. "keywords": [
  2456. "hyperf",
  2457. "load-balancer",
  2458. "php",
  2459. "swoole"
  2460. ],
  2461. "time": "2020-07-15T09:05:45+00:00"
  2462. },
  2463. {
  2464. "name": "hyperf/logger",
  2465. "version": "v2.0.0",
  2466. "source": {
  2467. "type": "git",
  2468. "url": "https://github.com/hyperf/logger.git",
  2469. "reference": "85025932855bed0fd4fc4d4df573d43f249195f7"
  2470. },
  2471. "dist": {
  2472. "type": "zip",
  2473. "url": "https://api.github.com/repos/hyperf/logger/zipball/85025932855bed0fd4fc4d4df573d43f249195f7",
  2474. "reference": "85025932855bed0fd4fc4d4df573d43f249195f7",
  2475. "shasum": "",
  2476. "mirrors": [
  2477. {
  2478. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2479. "preferred": true
  2480. }
  2481. ]
  2482. },
  2483. "require": {
  2484. "hyperf/contract": "~2.0.0",
  2485. "hyperf/utils": "~2.0.0",
  2486. "monolog/monolog": "^2.0",
  2487. "php": ">=7.2",
  2488. "psr/container": "^1.0",
  2489. "psr/log": "^1.0"
  2490. },
  2491. "require-dev": {
  2492. "friendsofphp/php-cs-fixer": "^2.9",
  2493. "malukenho/docheader": "^0.1.6",
  2494. "mockery/mockery": "^1.0",
  2495. "phpunit/phpunit": "^7.0.0"
  2496. },
  2497. "type": "library",
  2498. "extra": {
  2499. "branch-alias": {
  2500. "dev-master": "2.0-dev"
  2501. },
  2502. "hyperf": {
  2503. "config": "Hyperf\\Logger\\ConfigProvider"
  2504. }
  2505. },
  2506. "autoload": {
  2507. "psr-4": {
  2508. "Hyperf\\Logger\\": "src/"
  2509. }
  2510. },
  2511. "notification-url": "https://packagist.org/downloads/",
  2512. "license": [
  2513. "MIT"
  2514. ],
  2515. "description": "A logger component for hyperf.",
  2516. "homepage": "https://hyperf.io",
  2517. "keywords": [
  2518. "hyperf",
  2519. "logger",
  2520. "php"
  2521. ],
  2522. "time": "2020-06-19T13:11:07+00:00"
  2523. },
  2524. {
  2525. "name": "hyperf/memory",
  2526. "version": "v2.0.0",
  2527. "source": {
  2528. "type": "git",
  2529. "url": "https://github.com/hyperf/memory.git",
  2530. "reference": "503f69a2a90ce23da70cbdae5908671f9690ed3d"
  2531. },
  2532. "dist": {
  2533. "type": "zip",
  2534. "url": "https://api.github.com/repos/hyperf/memory/zipball/503f69a2a90ce23da70cbdae5908671f9690ed3d",
  2535. "reference": "503f69a2a90ce23da70cbdae5908671f9690ed3d",
  2536. "shasum": "",
  2537. "mirrors": [
  2538. {
  2539. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2540. "preferred": true
  2541. }
  2542. ]
  2543. },
  2544. "require": {
  2545. "php": ">=7.2"
  2546. },
  2547. "require-dev": {
  2548. "friendsofphp/php-cs-fixer": "^2.9",
  2549. "malukenho/docheader": "^0.1.6",
  2550. "mockery/mockery": "^1.0",
  2551. "phpunit/phpunit": "^7.0.0"
  2552. },
  2553. "type": "library",
  2554. "extra": {
  2555. "branch-alias": {
  2556. "dev-master": "2.0-dev"
  2557. },
  2558. "hyperf": {
  2559. "config": "Hyperf\\Memory\\ConfigProvider"
  2560. }
  2561. },
  2562. "autoload": {
  2563. "psr-4": {
  2564. "Hyperf\\Memory\\": "src/"
  2565. }
  2566. },
  2567. "notification-url": "https://packagist.org/downloads/",
  2568. "license": [
  2569. "MIT"
  2570. ],
  2571. "description": "An independent component that use to operate and manage memory.",
  2572. "homepage": "https://hyperf.io",
  2573. "keywords": [
  2574. "hyperf",
  2575. "memory",
  2576. "php",
  2577. "swoole"
  2578. ],
  2579. "time": "2020-06-19T13:11:07+00:00"
  2580. },
  2581. {
  2582. "name": "hyperf/model-cache",
  2583. "version": "v2.0.2",
  2584. "source": {
  2585. "type": "git",
  2586. "url": "https://github.com/hyperf/model-cache.git",
  2587. "reference": "c94f3c73b7b5d465df79e4a6b3e0ff05638617ba"
  2588. },
  2589. "dist": {
  2590. "type": "zip",
  2591. "url": "https://api.github.com/repos/hyperf/model-cache/zipball/c94f3c73b7b5d465df79e4a6b3e0ff05638617ba",
  2592. "reference": "c94f3c73b7b5d465df79e4a6b3e0ff05638617ba",
  2593. "shasum": "",
  2594. "mirrors": [
  2595. {
  2596. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2597. "preferred": true
  2598. }
  2599. ]
  2600. },
  2601. "require": {
  2602. "hyperf/contract": "~2.0.0",
  2603. "hyperf/db-connection": "~2.0.0",
  2604. "hyperf/utils": "~2.0.0",
  2605. "php": ">=7.2",
  2606. "psr/container": "^1.0",
  2607. "psr/simple-cache": "^1.0"
  2608. },
  2609. "require-dev": {
  2610. "friendsofphp/php-cs-fixer": "^2.9",
  2611. "hyperf/event": "~2.0.0",
  2612. "malukenho/docheader": "^0.1.6",
  2613. "mockery/mockery": "^1.0",
  2614. "phpunit/phpunit": "^7.0.0"
  2615. },
  2616. "suggest": {
  2617. "hyperf/event": "Required to use DeleteCacheListener."
  2618. },
  2619. "type": "library",
  2620. "extra": {
  2621. "branch-alias": {
  2622. "dev-master": "2.0-dev"
  2623. },
  2624. "hyperf": {
  2625. "config": "Hyperf\\ModelCache\\ConfigProvider"
  2626. }
  2627. },
  2628. "autoload": {
  2629. "psr-4": {
  2630. "Hyperf\\ModelCache\\": "src/"
  2631. }
  2632. },
  2633. "notification-url": "https://packagist.org/downloads/",
  2634. "license": [
  2635. "MIT"
  2636. ],
  2637. "description": "A model cache component for hyperf.",
  2638. "homepage": "https://hyperf.io",
  2639. "keywords": [
  2640. "hyperf",
  2641. "model-cache",
  2642. "php"
  2643. ],
  2644. "time": "2020-07-07T02:02:50+00:00"
  2645. },
  2646. {
  2647. "name": "hyperf/model-listener",
  2648. "version": "v2.0.0",
  2649. "source": {
  2650. "type": "git",
  2651. "url": "https://github.com/hyperf/model-listener.git",
  2652. "reference": "7a1713e6dc93e9cb0483610974ac97a2d5620b0a"
  2653. },
  2654. "dist": {
  2655. "type": "zip",
  2656. "url": "https://api.github.com/repos/hyperf/model-listener/zipball/7a1713e6dc93e9cb0483610974ac97a2d5620b0a",
  2657. "reference": "7a1713e6dc93e9cb0483610974ac97a2d5620b0a",
  2658. "shasum": "",
  2659. "mirrors": [
  2660. {
  2661. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2662. "preferred": true
  2663. }
  2664. ]
  2665. },
  2666. "require": {
  2667. "hyperf/contract": "~2.0.0",
  2668. "hyperf/database": "~2.0.0",
  2669. "hyperf/di": "~2.0.0",
  2670. "hyperf/event": "~2.0.0",
  2671. "hyperf/utils": "~2.0.0",
  2672. "php": ">=7.2",
  2673. "psr/container": "^1.0",
  2674. "psr/log": "^1.0"
  2675. },
  2676. "require-dev": {
  2677. "friendsofphp/php-cs-fixer": "^2.9",
  2678. "malukenho/docheader": "^0.1.6",
  2679. "mockery/mockery": "^1.0",
  2680. "phpunit/phpunit": "^7.0"
  2681. },
  2682. "type": "library",
  2683. "extra": {
  2684. "branch-alias": {
  2685. "dev-master": "2.0-dev"
  2686. },
  2687. "hyperf": {
  2688. "config": "Hyperf\\ModelListener\\ConfigProvider"
  2689. }
  2690. },
  2691. "autoload": {
  2692. "psr-4": {
  2693. "Hyperf\\ModelListener\\": "src/"
  2694. }
  2695. },
  2696. "notification-url": "https://packagist.org/downloads/",
  2697. "license": [
  2698. "MIT"
  2699. ],
  2700. "description": "A model listener for Hyperf.",
  2701. "homepage": "https://hyperf.io",
  2702. "keywords": [
  2703. "hyperf",
  2704. "model-listener",
  2705. "php",
  2706. "swoole"
  2707. ],
  2708. "time": "2020-06-19T13:11:07+00:00"
  2709. },
  2710. {
  2711. "name": "hyperf/paginator",
  2712. "version": "v2.0.0",
  2713. "source": {
  2714. "type": "git",
  2715. "url": "https://github.com/hyperf/paginator.git",
  2716. "reference": "a0d2fcda7d690d63b7d172ac2611c28c7645a9b3"
  2717. },
  2718. "dist": {
  2719. "type": "zip",
  2720. "url": "https://api.github.com/repos/hyperf/paginator/zipball/a0d2fcda7d690d63b7d172ac2611c28c7645a9b3",
  2721. "reference": "a0d2fcda7d690d63b7d172ac2611c28c7645a9b3",
  2722. "shasum": "",
  2723. "mirrors": [
  2724. {
  2725. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2726. "preferred": true
  2727. }
  2728. ]
  2729. },
  2730. "require": {
  2731. "hyperf/contract": "~2.0.0",
  2732. "hyperf/utils": "~2.0.0",
  2733. "php": ">=7.2"
  2734. },
  2735. "require-dev": {
  2736. "friendsofphp/php-cs-fixer": "^2.9",
  2737. "hyperf/event": "~2.0.0",
  2738. "hyperf/framework": "~2.0.0",
  2739. "hyperf/http-server": "~2.0.0",
  2740. "malukenho/docheader": "^0.1.6",
  2741. "mockery/mockery": "^1.0",
  2742. "phpunit/phpunit": "^7.0.0"
  2743. },
  2744. "suggest": {
  2745. "hyperf/event": "Reqiured to use PageResolverListener.",
  2746. "hyperf/framework": "Reqiured to use PageResolverListener.",
  2747. "hyperf/http-server": "Reqiured to use PageResolverListener."
  2748. },
  2749. "type": "library",
  2750. "extra": {
  2751. "branch-alias": {
  2752. "dev-master": "2.0-dev"
  2753. },
  2754. "hyperf": {
  2755. "config": "Hyperf\\Paginator\\ConfigProvider"
  2756. }
  2757. },
  2758. "autoload": {
  2759. "psr-4": {
  2760. "Hyperf\\Paginator\\": "src/"
  2761. }
  2762. },
  2763. "notification-url": "https://packagist.org/downloads/",
  2764. "license": [
  2765. "MIT"
  2766. ],
  2767. "description": "A paginator component for hyperf.",
  2768. "homepage": "https://hyperf.io",
  2769. "keywords": [
  2770. "hyperf",
  2771. "paginator",
  2772. "php"
  2773. ],
  2774. "time": "2020-06-19T13:11:07+00:00"
  2775. },
  2776. {
  2777. "name": "hyperf/pool",
  2778. "version": "v2.0.0",
  2779. "source": {
  2780. "type": "git",
  2781. "url": "https://github.com/hyperf/pool.git",
  2782. "reference": "c5791544c8a7ee3c2c77879fb8538af0fe96672c"
  2783. },
  2784. "dist": {
  2785. "type": "zip",
  2786. "url": "https://api.github.com/repos/hyperf/pool/zipball/c5791544c8a7ee3c2c77879fb8538af0fe96672c",
  2787. "reference": "c5791544c8a7ee3c2c77879fb8538af0fe96672c",
  2788. "shasum": "",
  2789. "mirrors": [
  2790. {
  2791. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2792. "preferred": true
  2793. }
  2794. ]
  2795. },
  2796. "require": {
  2797. "hyperf/contract": "~2.0.0",
  2798. "hyperf/utils": "~2.0.0",
  2799. "php": ">=7.2",
  2800. "psr/container": "^1.0"
  2801. },
  2802. "require-dev": {
  2803. "friendsofphp/php-cs-fixer": "^2.9",
  2804. "malukenho/docheader": "^0.1.6",
  2805. "mockery/mockery": "^1.0",
  2806. "phpunit/phpunit": "^7.0.0"
  2807. },
  2808. "type": "library",
  2809. "extra": {
  2810. "branch-alias": {
  2811. "dev-master": "2.0-dev"
  2812. },
  2813. "hyperf": {
  2814. "config": "Hyperf\\Pool\\ConfigProvider"
  2815. }
  2816. },
  2817. "autoload": {
  2818. "psr-4": {
  2819. "Hyperf\\Pool\\": "src/"
  2820. }
  2821. },
  2822. "notification-url": "https://packagist.org/downloads/",
  2823. "license": [
  2824. "MIT"
  2825. ],
  2826. "description": "An independent universal connection pool component.",
  2827. "homepage": "https://hyperf.io",
  2828. "keywords": [
  2829. "connection-pool",
  2830. "hyperf",
  2831. "php",
  2832. "swoole"
  2833. ],
  2834. "time": "2020-06-19T13:11:07+00:00"
  2835. },
  2836. {
  2837. "name": "hyperf/process",
  2838. "version": "v2.0.2",
  2839. "source": {
  2840. "type": "git",
  2841. "url": "https://github.com/hyperf/process.git",
  2842. "reference": "d3260b30e38c41d83c377ff825fe9e0f1e08bd43"
  2843. },
  2844. "dist": {
  2845. "type": "zip",
  2846. "url": "https://api.github.com/repos/hyperf/process/zipball/d3260b30e38c41d83c377ff825fe9e0f1e08bd43",
  2847. "reference": "d3260b30e38c41d83c377ff825fe9e0f1e08bd43",
  2848. "shasum": "",
  2849. "mirrors": [
  2850. {
  2851. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2852. "preferred": true
  2853. }
  2854. ]
  2855. },
  2856. "require": {
  2857. "hyperf/contract": "~2.0.0",
  2858. "hyperf/utils": "~2.0.0",
  2859. "php": ">=7.2",
  2860. "psr/container": "^1.0",
  2861. "psr/event-dispatcher": "^1.0"
  2862. },
  2863. "require-dev": {
  2864. "friendsofphp/php-cs-fixer": "^2.9",
  2865. "hyperf/di": "~2.0.0",
  2866. "hyperf/event": "~2.0.0",
  2867. "malukenho/docheader": "^0.1.6",
  2868. "mockery/mockery": "^1.0",
  2869. "phpunit/phpunit": "^7.0.0"
  2870. },
  2871. "suggest": {
  2872. "hyperf/di": "Required to use annotations.",
  2873. "hyperf/event": "Required to dump the message before and after process.",
  2874. "hyperf/framework": "Required to use BootProcessListener."
  2875. },
  2876. "type": "library",
  2877. "extra": {
  2878. "branch-alias": {
  2879. "dev-master": "2.0-dev"
  2880. },
  2881. "hyperf": {
  2882. "config": "Hyperf\\Process\\ConfigProvider"
  2883. }
  2884. },
  2885. "autoload": {
  2886. "psr-4": {
  2887. "Hyperf\\Process\\": "src/"
  2888. }
  2889. },
  2890. "notification-url": "https://packagist.org/downloads/",
  2891. "license": [
  2892. "MIT"
  2893. ],
  2894. "description": "A process component for hyperf.",
  2895. "homepage": "https://hyperf.io",
  2896. "keywords": [
  2897. "hyperf",
  2898. "php",
  2899. "process"
  2900. ],
  2901. "time": "2020-07-04T02:06:38+00:00"
  2902. },
  2903. {
  2904. "name": "hyperf/redis",
  2905. "version": "v2.0.0",
  2906. "source": {
  2907. "type": "git",
  2908. "url": "https://github.com/hyperf/redis.git",
  2909. "reference": "5266b0301ce65b1e5d8a637b0dce0d26c2d02ff7"
  2910. },
  2911. "dist": {
  2912. "type": "zip",
  2913. "url": "https://api.github.com/repos/hyperf/redis/zipball/5266b0301ce65b1e5d8a637b0dce0d26c2d02ff7",
  2914. "reference": "5266b0301ce65b1e5d8a637b0dce0d26c2d02ff7",
  2915. "shasum": "",
  2916. "mirrors": [
  2917. {
  2918. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2919. "preferred": true
  2920. }
  2921. ]
  2922. },
  2923. "require": {
  2924. "ext-redis": "*",
  2925. "hyperf/contract": "~2.0.0",
  2926. "hyperf/pool": "~2.0.0",
  2927. "hyperf/utils": "~2.0.0",
  2928. "php": ">=7.2",
  2929. "psr/container": "^1.0"
  2930. },
  2931. "require-dev": {
  2932. "friendsofphp/php-cs-fixer": "^2.9",
  2933. "hyperf/di": "~2.0.0",
  2934. "malukenho/docheader": "^0.1.6",
  2935. "mockery/mockery": "^1.0",
  2936. "phpunit/phpunit": "^7.0.0"
  2937. },
  2938. "suggest": {
  2939. "hyperf/di": "Create the RedisPool via dependency injection."
  2940. },
  2941. "type": "library",
  2942. "extra": {
  2943. "branch-alias": {
  2944. "dev-master": "2.0-dev"
  2945. },
  2946. "hyperf": {
  2947. "config": "Hyperf\\Redis\\ConfigProvider"
  2948. }
  2949. },
  2950. "autoload": {
  2951. "psr-4": {
  2952. "Hyperf\\Redis\\": "src/"
  2953. }
  2954. },
  2955. "notification-url": "https://packagist.org/downloads/",
  2956. "license": [
  2957. "MIT"
  2958. ],
  2959. "description": "A redis component for hyperf.",
  2960. "homepage": "https://hyperf.io",
  2961. "keywords": [
  2962. "hyperf",
  2963. "php",
  2964. "pool",
  2965. "redis"
  2966. ],
  2967. "time": "2020-06-19T13:11:07+00:00"
  2968. },
  2969. {
  2970. "name": "hyperf/rpc",
  2971. "version": "v2.0.3",
  2972. "source": {
  2973. "type": "git",
  2974. "url": "https://github.com/hyperf/rpc.git",
  2975. "reference": "ee5b6565d56957bd96ffc5dbddab4870229eaa1e"
  2976. },
  2977. "dist": {
  2978. "type": "zip",
  2979. "url": "https://api.github.com/repos/hyperf/rpc/zipball/ee5b6565d56957bd96ffc5dbddab4870229eaa1e",
  2980. "reference": "ee5b6565d56957bd96ffc5dbddab4870229eaa1e",
  2981. "shasum": "",
  2982. "mirrors": [
  2983. {
  2984. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2985. "preferred": true
  2986. }
  2987. ]
  2988. },
  2989. "require": {
  2990. "hyperf/contract": "~2.0.0",
  2991. "hyperf/utils": "~2.0.0",
  2992. "php": ">=7.2"
  2993. },
  2994. "require-dev": {
  2995. "friendsofphp/php-cs-fixer": "^2.9",
  2996. "malukenho/docheader": "^0.1.6",
  2997. "mockery/mockery": "^1.0",
  2998. "phpunit/phpunit": "^7.0.0"
  2999. },
  3000. "type": "library",
  3001. "extra": {
  3002. "branch-alias": {
  3003. "dev-master": "2.0-dev"
  3004. },
  3005. "hyperf": []
  3006. },
  3007. "autoload": {
  3008. "psr-4": {
  3009. "Hyperf\\Rpc\\": "src/"
  3010. }
  3011. },
  3012. "notification-url": "https://packagist.org/downloads/",
  3013. "license": [
  3014. "MIT"
  3015. ],
  3016. "description": "A rpc basic library for Hyperf.",
  3017. "homepage": "https://hyperf.io",
  3018. "keywords": [
  3019. "hyperf",
  3020. "php",
  3021. "rpc",
  3022. "swoole"
  3023. ],
  3024. "time": "2020-07-15T09:05:45+00:00"
  3025. },
  3026. {
  3027. "name": "hyperf/rpc-client",
  3028. "version": "v2.0.7",
  3029. "source": {
  3030. "type": "git",
  3031. "url": "https://github.com/hyperf/rpc-client.git",
  3032. "reference": "f805a59697d328de558a5da095988496f95ea4a0"
  3033. },
  3034. "dist": {
  3035. "type": "zip",
  3036. "url": "https://api.github.com/repos/hyperf/rpc-client/zipball/f805a59697d328de558a5da095988496f95ea4a0",
  3037. "reference": "f805a59697d328de558a5da095988496f95ea4a0",
  3038. "shasum": "",
  3039. "mirrors": [
  3040. {
  3041. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3042. "preferred": true
  3043. }
  3044. ]
  3045. },
  3046. "require": {
  3047. "hyperf/load-balancer": "~2.0.0",
  3048. "hyperf/rpc": "~2.0.0",
  3049. "hyperf/utils": "~2.0.0",
  3050. "php": ">=7.2",
  3051. "psr/container": "^1.0",
  3052. "roave/better-reflection": "^4.0"
  3053. },
  3054. "require-dev": {
  3055. "friendsofphp/php-cs-fixer": "^2.9",
  3056. "malukenho/docheader": "^0.1.6",
  3057. "mockery/mockery": "^1.0",
  3058. "phpunit/phpunit": "^7.0.0"
  3059. },
  3060. "suggest": {
  3061. "hyperf/consul": "For fetch the nodes info from consul.",
  3062. "hyperf/di": "For better container experience.",
  3063. "hyperf/pool": "Required to use connection pool."
  3064. },
  3065. "type": "library",
  3066. "extra": {
  3067. "branch-alias": {
  3068. "dev-master": "2.0-dev"
  3069. },
  3070. "hyperf": {
  3071. "config": "Hyperf\\RpcClient\\ConfigProvider"
  3072. }
  3073. },
  3074. "autoload": {
  3075. "psr-4": {
  3076. "Hyperf\\RpcClient\\": "src/"
  3077. }
  3078. },
  3079. "notification-url": "https://packagist.org/downloads/",
  3080. "license": [
  3081. "MIT"
  3082. ],
  3083. "description": "An abstract rpc server component for Hyperf.",
  3084. "homepage": "https://hyperf.io",
  3085. "keywords": [
  3086. "hyperf",
  3087. "json-rpc",
  3088. "php",
  3089. "rpc",
  3090. "rpc-client",
  3091. "swoole"
  3092. ],
  3093. "time": "2020-08-12T05:29:11+00:00"
  3094. },
  3095. {
  3096. "name": "hyperf/rpc-server",
  3097. "version": "v2.0.3",
  3098. "source": {
  3099. "type": "git",
  3100. "url": "https://github.com/hyperf/rpc-server.git",
  3101. "reference": "1f3b1fb0b38b1d8c1a1a9d8909dd78635660dd50"
  3102. },
  3103. "dist": {
  3104. "type": "zip",
  3105. "url": "https://api.github.com/repos/hyperf/rpc-server/zipball/1f3b1fb0b38b1d8c1a1a9d8909dd78635660dd50",
  3106. "reference": "1f3b1fb0b38b1d8c1a1a9d8909dd78635660dd50",
  3107. "shasum": "",
  3108. "mirrors": [
  3109. {
  3110. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3111. "preferred": true
  3112. }
  3113. ]
  3114. },
  3115. "require": {
  3116. "hyperf/http-server": "~2.0.0",
  3117. "hyperf/rpc": "~2.0.0",
  3118. "php": ">=7.2"
  3119. },
  3120. "require-dev": {
  3121. "friendsofphp/php-cs-fixer": "^2.9",
  3122. "malukenho/docheader": "^0.1.6",
  3123. "mockery/mockery": "^1.0",
  3124. "phpunit/phpunit": "^7.0.0"
  3125. },
  3126. "suggest": {
  3127. "hyperf/di": "Required to use annotations."
  3128. },
  3129. "type": "library",
  3130. "extra": {
  3131. "branch-alias": {
  3132. "dev-master": "2.0-dev"
  3133. },
  3134. "hyperf": {
  3135. "config": "Hyperf\\RpcServer\\ConfigProvider"
  3136. }
  3137. },
  3138. "autoload": {
  3139. "psr-4": {
  3140. "Hyperf\\RpcServer\\": "src/"
  3141. }
  3142. },
  3143. "notification-url": "https://packagist.org/downloads/",
  3144. "license": [
  3145. "MIT"
  3146. ],
  3147. "description": "An abstract rpc server component for Hyperf.",
  3148. "homepage": "https://hyperf.io",
  3149. "keywords": [
  3150. "hyperf",
  3151. "php",
  3152. "rpc",
  3153. "rpc-server",
  3154. "swoole"
  3155. ],
  3156. "time": "2020-07-15T09:05:45+00:00"
  3157. },
  3158. {
  3159. "name": "hyperf/server",
  3160. "version": "v2.0.2",
  3161. "source": {
  3162. "type": "git",
  3163. "url": "https://github.com/hyperf/server.git",
  3164. "reference": "767f04c6a84127b39e14efcc15eab8bc128875e9"
  3165. },
  3166. "dist": {
  3167. "type": "zip",
  3168. "url": "https://api.github.com/repos/hyperf/server/zipball/767f04c6a84127b39e14efcc15eab8bc128875e9",
  3169. "reference": "767f04c6a84127b39e14efcc15eab8bc128875e9",
  3170. "shasum": "",
  3171. "mirrors": [
  3172. {
  3173. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3174. "preferred": true
  3175. }
  3176. ]
  3177. },
  3178. "require": {
  3179. "hyperf/contract": "~2.0.0",
  3180. "hyperf/utils": "~2.0.0",
  3181. "php": ">=7.2",
  3182. "psr/container": "^1.0",
  3183. "psr/event-dispatcher": "^1.0",
  3184. "psr/log": "^1.0",
  3185. "symfony/console": "^5.0"
  3186. },
  3187. "require-dev": {
  3188. "friendsofphp/php-cs-fixer": "^2.9",
  3189. "malukenho/docheader": "^0.1.6",
  3190. "mockery/mockery": "^1.0",
  3191. "phpunit/phpunit": "^7.0.0"
  3192. },
  3193. "suggest": {
  3194. "hyperf/event": "Dump the info after server start.",
  3195. "hyperf/framework": "Dump the info after server start."
  3196. },
  3197. "type": "library",
  3198. "extra": {
  3199. "branch-alias": {
  3200. "dev-master": "2.0-dev"
  3201. },
  3202. "hyperf": {
  3203. "config": "Hyperf\\Server\\ConfigProvider"
  3204. }
  3205. },
  3206. "autoload": {
  3207. "psr-4": {
  3208. "Hyperf\\Server\\": "src/"
  3209. }
  3210. },
  3211. "notification-url": "https://packagist.org/downloads/",
  3212. "license": [
  3213. "MIT"
  3214. ],
  3215. "description": "A base server library for Hyperf.",
  3216. "homepage": "https://hyperf.io",
  3217. "keywords": [
  3218. "hyperf",
  3219. "php",
  3220. "server",
  3221. "swoole"
  3222. ],
  3223. "time": "2020-07-12T05:08:09+00:00"
  3224. },
  3225. {
  3226. "name": "hyperf/snowflake",
  3227. "version": "v2.0.4",
  3228. "source": {
  3229. "type": "git",
  3230. "url": "https://github.com/hyperf/snowflake.git",
  3231. "reference": "3ff2843e1d72e637b1daa3ca511fc19f47be9968"
  3232. },
  3233. "dist": {
  3234. "type": "zip",
  3235. "url": "https://api.github.com/repos/hyperf/snowflake/zipball/3ff2843e1d72e637b1daa3ca511fc19f47be9968",
  3236. "reference": "3ff2843e1d72e637b1daa3ca511fc19f47be9968",
  3237. "shasum": "",
  3238. "mirrors": [
  3239. {
  3240. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3241. "preferred": true
  3242. }
  3243. ]
  3244. },
  3245. "require": {
  3246. "php": ">=7.2"
  3247. },
  3248. "require-dev": {
  3249. "friendsofphp/php-cs-fixer": "^2.9",
  3250. "malukenho/docheader": "^0.1.6",
  3251. "mockery/mockery": "^1.0",
  3252. "phpunit/phpunit": "^7.0"
  3253. },
  3254. "suggest": {
  3255. "hyperf/config": "Required to read snowflake config.",
  3256. "hyperf/redis": "Required to use RedisMilliSecondMetaGenerator or RedisSecondMetaGenerator.",
  3257. "psr/container": "Required to use MetaGeneratorFactory."
  3258. },
  3259. "type": "library",
  3260. "extra": {
  3261. "branch-alias": {
  3262. "dev-master": "2.0-dev"
  3263. },
  3264. "hyperf": {
  3265. "config": "Hyperf\\Snowflake\\ConfigProvider"
  3266. }
  3267. },
  3268. "autoload": {
  3269. "psr-4": {
  3270. "Hyperf\\Snowflake\\": "src/"
  3271. }
  3272. },
  3273. "notification-url": "https://packagist.org/downloads/",
  3274. "license": [
  3275. "MIT"
  3276. ],
  3277. "description": "A snowflake library",
  3278. "homepage": "https://hyperf.io",
  3279. "keywords": [
  3280. "php",
  3281. "snowflake"
  3282. ],
  3283. "time": "2020-07-23T02:20:27+00:00"
  3284. },
  3285. {
  3286. "name": "hyperf/task",
  3287. "version": "v2.0.3",
  3288. "source": {
  3289. "type": "git",
  3290. "url": "https://github.com/hyperf/task.git",
  3291. "reference": "bd90ecd7abc2944309bcb3f26f113f207a05dc63"
  3292. },
  3293. "dist": {
  3294. "type": "zip",
  3295. "url": "https://api.github.com/repos/hyperf/task/zipball/bd90ecd7abc2944309bcb3f26f113f207a05dc63",
  3296. "reference": "bd90ecd7abc2944309bcb3f26f113f207a05dc63",
  3297. "shasum": "",
  3298. "mirrors": [
  3299. {
  3300. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3301. "preferred": true
  3302. }
  3303. ]
  3304. },
  3305. "require": {
  3306. "hyperf/contract": "~2.0.0",
  3307. "hyperf/framework": "~2.0.0",
  3308. "hyperf/utils": "~2.0.0",
  3309. "php": ">=7.2",
  3310. "psr/container": "^1.0",
  3311. "psr/event-dispatcher": "^1.0",
  3312. "psr/log": "^1.0",
  3313. "symfony/property-access": "^5.0",
  3314. "symfony/serializer": "^5.0"
  3315. },
  3316. "require-dev": {
  3317. "friendsofphp/php-cs-fixer": "^2.9",
  3318. "malukenho/docheader": "^0.1.6",
  3319. "mockery/mockery": "^1.0",
  3320. "phpunit/phpunit": "^7.0"
  3321. },
  3322. "suggest": {
  3323. "hyperf/di": "Required to use annotation."
  3324. },
  3325. "type": "library",
  3326. "extra": {
  3327. "branch-alias": {
  3328. "dev-master": "2.0-dev"
  3329. },
  3330. "hyperf": {
  3331. "config": "Hyperf\\Task\\ConfigProvider"
  3332. }
  3333. },
  3334. "autoload": {
  3335. "psr-4": {
  3336. "Hyperf\\Task\\": "src/"
  3337. }
  3338. },
  3339. "notification-url": "https://packagist.org/downloads/",
  3340. "license": [
  3341. "MIT"
  3342. ],
  3343. "description": "A task library for Hyperf.",
  3344. "homepage": "https://hyperf.io",
  3345. "keywords": [
  3346. "hyperf",
  3347. "php",
  3348. "swoole",
  3349. "task"
  3350. ],
  3351. "time": "2020-07-15T09:05:45+00:00"
  3352. },
  3353. {
  3354. "name": "hyperf/translation",
  3355. "version": "v2.0.3",
  3356. "source": {
  3357. "type": "git",
  3358. "url": "https://github.com/hyperf/translation.git",
  3359. "reference": "94f7a7376526d60f63e2cf4743e35709ad0bb0ff"
  3360. },
  3361. "dist": {
  3362. "type": "zip",
  3363. "url": "https://api.github.com/repos/hyperf/translation/zipball/94f7a7376526d60f63e2cf4743e35709ad0bb0ff",
  3364. "reference": "94f7a7376526d60f63e2cf4743e35709ad0bb0ff",
  3365. "shasum": "",
  3366. "mirrors": [
  3367. {
  3368. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3369. "preferred": true
  3370. }
  3371. ]
  3372. },
  3373. "require": {
  3374. "hyperf/contract": "~2.0.0",
  3375. "hyperf/utils": "~2.0.0",
  3376. "php": ">=7.2",
  3377. "psr/container": "^1.0"
  3378. },
  3379. "require-dev": {
  3380. "friendsofphp/php-cs-fixer": "^2.14",
  3381. "mockery/mockery": "^1.2"
  3382. },
  3383. "type": "library",
  3384. "extra": {
  3385. "branch-alias": {
  3386. "dev-master": "2.0-dev"
  3387. },
  3388. "hyperf": {
  3389. "config": "Hyperf\\Translation\\ConfigProvider"
  3390. }
  3391. },
  3392. "autoload": {
  3393. "files": [
  3394. "src/Functions.php"
  3395. ],
  3396. "psr-4": {
  3397. "Hyperf\\Translation\\": "src/"
  3398. }
  3399. },
  3400. "notification-url": "https://packagist.org/downloads/",
  3401. "license": [
  3402. "MIT"
  3403. ],
  3404. "description": "An independent translation component, forked by illuminate/translation.",
  3405. "keywords": [
  3406. "hyperf",
  3407. "translation"
  3408. ],
  3409. "time": "2020-07-15T09:05:45+00:00"
  3410. },
  3411. {
  3412. "name": "hyperf/utils",
  3413. "version": "v2.0.0",
  3414. "source": {
  3415. "type": "git",
  3416. "url": "https://github.com/hyperf/utils.git",
  3417. "reference": "89d0b18565c566cddc6331755c20963d7a913dac"
  3418. },
  3419. "dist": {
  3420. "type": "zip",
  3421. "url": "https://api.github.com/repos/hyperf/utils/zipball/89d0b18565c566cddc6331755c20963d7a913dac",
  3422. "reference": "89d0b18565c566cddc6331755c20963d7a913dac",
  3423. "shasum": "",
  3424. "mirrors": [
  3425. {
  3426. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3427. "preferred": true
  3428. }
  3429. ]
  3430. },
  3431. "require": {
  3432. "doctrine/inflector": "^1.3",
  3433. "ext-swoole": ">=4.4",
  3434. "hyperf/contract": "~2.0.0",
  3435. "php": ">=7.2"
  3436. },
  3437. "require-dev": {
  3438. "friendsofphp/php-cs-fixer": "^2.9",
  3439. "malukenho/docheader": "^0.1.6",
  3440. "mockery/mockery": "^1.0",
  3441. "phpunit/phpunit": "^7.0.0",
  3442. "symfony/property-access": "^5.0",
  3443. "symfony/serializer": "^5.0",
  3444. "symfony/var-dumper": "^5.0"
  3445. },
  3446. "suggest": {
  3447. "hyperf/di": "Required to use ExceptionNormalizer",
  3448. "symfony/property-access": "Required to use SymfonyNormalizer (^5.0)",
  3449. "symfony/serializer": "Required to use SymfonyNormalizer (^5.0)",
  3450. "symfony/var-dumper": "Required to use the dd function (^5.0)."
  3451. },
  3452. "type": "library",
  3453. "extra": {
  3454. "hyperf": {
  3455. "config": "Hyperf\\Utils\\ConfigProvider"
  3456. },
  3457. "branch-alias": {
  3458. "dev-master": "2.0-dev"
  3459. }
  3460. },
  3461. "autoload": {
  3462. "files": [
  3463. "src/Functions.php"
  3464. ],
  3465. "psr-4": {
  3466. "Hyperf\\Utils\\": "src/"
  3467. }
  3468. },
  3469. "notification-url": "https://packagist.org/downloads/",
  3470. "license": [
  3471. "MIT"
  3472. ],
  3473. "description": "A tools package that could help developer solved the problem quickly.",
  3474. "homepage": "https://hyperf.io",
  3475. "keywords": [
  3476. "hyperf",
  3477. "php",
  3478. "swoole",
  3479. "utils"
  3480. ],
  3481. "time": "2020-06-19T13:11:07+00:00"
  3482. },
  3483. {
  3484. "name": "hyperf/validation",
  3485. "version": "v2.0.3",
  3486. "source": {
  3487. "type": "git",
  3488. "url": "https://github.com/hyperf/validation.git",
  3489. "reference": "8a69df2511e17a4cd59741bb050ce2f86816e1f1"
  3490. },
  3491. "dist": {
  3492. "type": "zip",
  3493. "url": "https://api.github.com/repos/hyperf/validation/zipball/8a69df2511e17a4cd59741bb050ce2f86816e1f1",
  3494. "reference": "8a69df2511e17a4cd59741bb050ce2f86816e1f1",
  3495. "shasum": "",
  3496. "mirrors": [
  3497. {
  3498. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3499. "preferred": true
  3500. }
  3501. ]
  3502. },
  3503. "require": {
  3504. "egulias/email-validator": "^2.1",
  3505. "ext-swoole": ">=4.3",
  3506. "hyperf/command": "~2.0.0",
  3507. "hyperf/contract": "~2.0.0",
  3508. "hyperf/database": "~2.0.0",
  3509. "hyperf/devtool": "~2.0.0",
  3510. "hyperf/di": "~2.0.0",
  3511. "hyperf/framework": "~2.0.0",
  3512. "hyperf/http-server": "~2.0.0",
  3513. "hyperf/translation": "~2.0.0",
  3514. "hyperf/utils": "~2.0.0",
  3515. "nesbot/carbon": "^2.21",
  3516. "php": ">=7.2",
  3517. "psr/container": "^1.0",
  3518. "psr/event-dispatcher": "^1.0",
  3519. "psr/http-message": "^1.0"
  3520. },
  3521. "require-dev": {
  3522. "friendsofphp/php-cs-fixer": "^2.14",
  3523. "hyperf/db-connection": "~2.0.0",
  3524. "hyperf/testing": "~2.0.0",
  3525. "mockery/mockery": "^1.2"
  3526. },
  3527. "type": "library",
  3528. "extra": {
  3529. "branch-alias": {
  3530. "dev-master": "2.0-dev"
  3531. },
  3532. "hyperf": {
  3533. "config": "Hyperf\\Validation\\ConfigProvider"
  3534. }
  3535. },
  3536. "autoload": {
  3537. "psr-4": {
  3538. "Hyperf\\Validation\\": "src/"
  3539. }
  3540. },
  3541. "notification-url": "https://packagist.org/downloads/",
  3542. "license": [
  3543. "MIT"
  3544. ],
  3545. "description": "hyperf validation",
  3546. "keywords": [
  3547. "hyperf",
  3548. "validation"
  3549. ],
  3550. "time": "2020-07-20T03:40:32+00:00"
  3551. },
  3552. {
  3553. "name": "jetbrains/phpstorm-stubs",
  3554. "version": "v2019.3",
  3555. "source": {
  3556. "type": "git",
  3557. "url": "https://github.com/JetBrains/phpstorm-stubs.git",
  3558. "reference": "883b6facd78e01c0743b554af86fa590c2573f40"
  3559. },
  3560. "dist": {
  3561. "type": "zip",
  3562. "url": "https://api.github.com/repos/JetBrains/phpstorm-stubs/zipball/883b6facd78e01c0743b554af86fa590c2573f40",
  3563. "reference": "883b6facd78e01c0743b554af86fa590c2573f40",
  3564. "shasum": "",
  3565. "mirrors": [
  3566. {
  3567. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3568. "preferred": true
  3569. }
  3570. ]
  3571. },
  3572. "require-dev": {
  3573. "nikic/php-parser": "^4",
  3574. "php": "^7.1",
  3575. "phpdocumentor/reflection-docblock": "^4.3",
  3576. "phpunit/phpunit": "^7"
  3577. },
  3578. "type": "library",
  3579. "autoload": {
  3580. "files": [
  3581. "PhpStormStubsMap.php"
  3582. ]
  3583. },
  3584. "notification-url": "https://packagist.org/downloads/",
  3585. "license": [
  3586. "Apache-2.0"
  3587. ],
  3588. "description": "PHP runtime & extensions header files for PhpStorm",
  3589. "homepage": "https://www.jetbrains.com/phpstorm",
  3590. "keywords": [
  3591. "autocomplete",
  3592. "code",
  3593. "inference",
  3594. "inspection",
  3595. "jetbrains",
  3596. "phpstorm",
  3597. "stubs",
  3598. "type"
  3599. ],
  3600. "time": "2019-12-05T16:56:26+00:00"
  3601. },
  3602. {
  3603. "name": "laminas/laminas-mime",
  3604. "version": "2.7.4",
  3605. "source": {
  3606. "type": "git",
  3607. "url": "https://github.com/laminas/laminas-mime.git",
  3608. "reference": "e45a7d856bf7b4a7b5bd00d6371f9961dc233add"
  3609. },
  3610. "dist": {
  3611. "type": "zip",
  3612. "url": "https://api.github.com/repos/laminas/laminas-mime/zipball/e45a7d856bf7b4a7b5bd00d6371f9961dc233add",
  3613. "reference": "e45a7d856bf7b4a7b5bd00d6371f9961dc233add",
  3614. "shasum": "",
  3615. "mirrors": [
  3616. {
  3617. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3618. "preferred": true
  3619. }
  3620. ]
  3621. },
  3622. "require": {
  3623. "laminas/laminas-stdlib": "^2.7 || ^3.0",
  3624. "laminas/laminas-zendframework-bridge": "^1.0",
  3625. "php": "^5.6 || ^7.0"
  3626. },
  3627. "replace": {
  3628. "zendframework/zend-mime": "^2.7.2"
  3629. },
  3630. "require-dev": {
  3631. "laminas/laminas-coding-standard": "~1.0.0",
  3632. "laminas/laminas-mail": "^2.6",
  3633. "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20"
  3634. },
  3635. "suggest": {
  3636. "laminas/laminas-mail": "Laminas\\Mail component"
  3637. },
  3638. "type": "library",
  3639. "extra": {
  3640. "branch-alias": {
  3641. "dev-master": "2.7.x-dev",
  3642. "dev-develop": "2.8.x-dev"
  3643. }
  3644. },
  3645. "autoload": {
  3646. "psr-4": {
  3647. "Laminas\\Mime\\": "src/"
  3648. }
  3649. },
  3650. "notification-url": "https://packagist.org/downloads/",
  3651. "license": [
  3652. "BSD-3-Clause"
  3653. ],
  3654. "description": "Create and parse MIME messages and parts",
  3655. "homepage": "https://laminas.dev",
  3656. "keywords": [
  3657. "laminas",
  3658. "mime"
  3659. ],
  3660. "time": "2020-03-29T13:12:07+00:00"
  3661. },
  3662. {
  3663. "name": "laminas/laminas-stdlib",
  3664. "version": "3.2.1",
  3665. "source": {
  3666. "type": "git",
  3667. "url": "https://github.com/laminas/laminas-stdlib.git",
  3668. "reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6"
  3669. },
  3670. "dist": {
  3671. "type": "zip",
  3672. "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/2b18347625a2f06a1a485acfbc870f699dbe51c6",
  3673. "reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6",
  3674. "shasum": "",
  3675. "mirrors": [
  3676. {
  3677. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3678. "preferred": true
  3679. }
  3680. ]
  3681. },
  3682. "require": {
  3683. "laminas/laminas-zendframework-bridge": "^1.0",
  3684. "php": "^5.6 || ^7.0"
  3685. },
  3686. "replace": {
  3687. "zendframework/zend-stdlib": "self.version"
  3688. },
  3689. "require-dev": {
  3690. "laminas/laminas-coding-standard": "~1.0.0",
  3691. "phpbench/phpbench": "^0.13",
  3692. "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
  3693. },
  3694. "type": "library",
  3695. "extra": {
  3696. "branch-alias": {
  3697. "dev-master": "3.2.x-dev",
  3698. "dev-develop": "3.3.x-dev"
  3699. }
  3700. },
  3701. "autoload": {
  3702. "psr-4": {
  3703. "Laminas\\Stdlib\\": "src/"
  3704. }
  3705. },
  3706. "notification-url": "https://packagist.org/downloads/",
  3707. "license": [
  3708. "BSD-3-Clause"
  3709. ],
  3710. "description": "SPL extensions, array utilities, error handlers, and more",
  3711. "homepage": "https://laminas.dev",
  3712. "keywords": [
  3713. "laminas",
  3714. "stdlib"
  3715. ],
  3716. "time": "2019-12-31T17:51:15+00:00"
  3717. },
  3718. {
  3719. "name": "laminas/laminas-zendframework-bridge",
  3720. "version": "1.0.4",
  3721. "source": {
  3722. "type": "git",
  3723. "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
  3724. "reference": "fcd87520e4943d968557803919523772475e8ea3"
  3725. },
  3726. "dist": {
  3727. "type": "zip",
  3728. "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/fcd87520e4943d968557803919523772475e8ea3",
  3729. "reference": "fcd87520e4943d968557803919523772475e8ea3",
  3730. "shasum": "",
  3731. "mirrors": [
  3732. {
  3733. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3734. "preferred": true
  3735. }
  3736. ]
  3737. },
  3738. "require": {
  3739. "php": "^5.6 || ^7.0"
  3740. },
  3741. "require-dev": {
  3742. "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1",
  3743. "squizlabs/php_codesniffer": "^3.5"
  3744. },
  3745. "type": "library",
  3746. "extra": {
  3747. "branch-alias": {
  3748. "dev-master": "1.0.x-dev",
  3749. "dev-develop": "1.1.x-dev"
  3750. },
  3751. "laminas": {
  3752. "module": "Laminas\\ZendFrameworkBridge"
  3753. }
  3754. },
  3755. "autoload": {
  3756. "files": [
  3757. "src/autoload.php"
  3758. ],
  3759. "psr-4": {
  3760. "Laminas\\ZendFrameworkBridge\\": "src//"
  3761. }
  3762. },
  3763. "notification-url": "https://packagist.org/downloads/",
  3764. "license": [
  3765. "BSD-3-Clause"
  3766. ],
  3767. "description": "Alias legacy ZF class names to Laminas Project equivalents.",
  3768. "keywords": [
  3769. "ZendFramework",
  3770. "autoloading",
  3771. "laminas",
  3772. "zf"
  3773. ],
  3774. "time": "2020-05-20T16:45:56+00:00"
  3775. },
  3776. {
  3777. "name": "league/flysystem",
  3778. "version": "1.0.69",
  3779. "source": {
  3780. "type": "git",
  3781. "url": "https://github.com/thephpleague/flysystem.git",
  3782. "reference": "7106f78428a344bc4f643c233a94e48795f10967"
  3783. },
  3784. "dist": {
  3785. "type": "zip",
  3786. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/7106f78428a344bc4f643c233a94e48795f10967",
  3787. "reference": "7106f78428a344bc4f643c233a94e48795f10967",
  3788. "shasum": "",
  3789. "mirrors": [
  3790. {
  3791. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3792. "preferred": true
  3793. }
  3794. ]
  3795. },
  3796. "require": {
  3797. "ext-fileinfo": "*",
  3798. "php": ">=5.5.9"
  3799. },
  3800. "conflict": {
  3801. "league/flysystem-sftp": "<1.0.6"
  3802. },
  3803. "require-dev": {
  3804. "phpspec/phpspec": "^3.4",
  3805. "phpunit/phpunit": "^5.7.26"
  3806. },
  3807. "suggest": {
  3808. "ext-fileinfo": "Required for MimeType",
  3809. "ext-ftp": "Allows you to use FTP server storage",
  3810. "ext-openssl": "Allows you to use FTPS server storage",
  3811. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  3812. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  3813. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  3814. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  3815. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  3816. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  3817. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  3818. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  3819. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  3820. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  3821. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  3822. },
  3823. "type": "library",
  3824. "extra": {
  3825. "branch-alias": {
  3826. "dev-master": "1.1-dev"
  3827. }
  3828. },
  3829. "autoload": {
  3830. "psr-4": {
  3831. "League\\Flysystem\\": "src/"
  3832. }
  3833. },
  3834. "notification-url": "https://packagist.org/downloads/",
  3835. "license": [
  3836. "MIT"
  3837. ],
  3838. "authors": [
  3839. {
  3840. "name": "Frank de Jonge",
  3841. "email": "info@frenky.net"
  3842. }
  3843. ],
  3844. "description": "Filesystem abstraction: Many filesystems, one API.",
  3845. "keywords": [
  3846. "Cloud Files",
  3847. "WebDAV",
  3848. "abstraction",
  3849. "aws",
  3850. "cloud",
  3851. "copy.com",
  3852. "dropbox",
  3853. "file systems",
  3854. "files",
  3855. "filesystem",
  3856. "filesystems",
  3857. "ftp",
  3858. "rackspace",
  3859. "remote",
  3860. "s3",
  3861. "sftp",
  3862. "storage"
  3863. ],
  3864. "funding": [
  3865. {
  3866. "url": "https://offset.earth/frankdejonge",
  3867. "type": "other"
  3868. }
  3869. ],
  3870. "time": "2020-05-18T15:13:39+00:00"
  3871. },
  3872. {
  3873. "name": "markrogoyski/math-php",
  3874. "version": "v0.49.0",
  3875. "source": {
  3876. "type": "git",
  3877. "url": "https://github.com/markrogoyski/math-php.git",
  3878. "reference": "41d56a7542233cbb0489e7982facdb1d88d8c08b"
  3879. },
  3880. "dist": {
  3881. "type": "zip",
  3882. "url": "https://api.github.com/repos/markrogoyski/math-php/zipball/41d56a7542233cbb0489e7982facdb1d88d8c08b",
  3883. "reference": "41d56a7542233cbb0489e7982facdb1d88d8c08b",
  3884. "shasum": "",
  3885. "mirrors": [
  3886. {
  3887. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3888. "preferred": true
  3889. }
  3890. ]
  3891. },
  3892. "require": {
  3893. "php": ">=7.0.0"
  3894. },
  3895. "require-dev": {
  3896. "php-coveralls/php-coveralls": "^2.0",
  3897. "phploc/phploc": "*",
  3898. "phpmd/phpmd": "^2.6",
  3899. "phpstan/phpstan": "*",
  3900. "phpunit/phpunit": "6.*",
  3901. "squizlabs/php_codesniffer": "2.*"
  3902. },
  3903. "type": "library",
  3904. "autoload": {
  3905. "psr-4": {
  3906. "MathPHP\\": "src/"
  3907. }
  3908. },
  3909. "notification-url": "https://packagist.org/downloads/",
  3910. "license": [
  3911. "MIT"
  3912. ],
  3913. "authors": [
  3914. {
  3915. "name": "Kevin Nowaczyk",
  3916. "role": "Contributor"
  3917. },
  3918. {
  3919. "name": "Jakob Sandberg",
  3920. "role": "Contributor"
  3921. },
  3922. {
  3923. "name": "Mark Rogoyski",
  3924. "email": "mark@rogoyski.com",
  3925. "homepage": "https://github.com/markrogoyski",
  3926. "role": "Lead developer"
  3927. }
  3928. ],
  3929. "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",
  3930. "homepage": "https://github.com/markrogoyski/math-php/",
  3931. "keywords": [
  3932. "algebra",
  3933. "combinatorics",
  3934. "distributions",
  3935. "linear algebra",
  3936. "math",
  3937. "mathematics",
  3938. "matrix",
  3939. "numerical analysis",
  3940. "probability",
  3941. "regressions",
  3942. "statistics"
  3943. ],
  3944. "time": "2019-02-23T19:49:38+00:00"
  3945. },
  3946. {
  3947. "name": "monolog/monolog",
  3948. "version": "2.1.0",
  3949. "source": {
  3950. "type": "git",
  3951. "url": "https://github.com/Seldaek/monolog.git",
  3952. "reference": "38914429aac460e8e4616c8cb486ecb40ec90bb1"
  3953. },
  3954. "dist": {
  3955. "type": "zip",
  3956. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/38914429aac460e8e4616c8cb486ecb40ec90bb1",
  3957. "reference": "38914429aac460e8e4616c8cb486ecb40ec90bb1",
  3958. "shasum": "",
  3959. "mirrors": [
  3960. {
  3961. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3962. "preferred": true
  3963. }
  3964. ]
  3965. },
  3966. "require": {
  3967. "php": ">=7.2",
  3968. "psr/log": "^1.0.1"
  3969. },
  3970. "provide": {
  3971. "psr/log-implementation": "1.0.0"
  3972. },
  3973. "require-dev": {
  3974. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  3975. "doctrine/couchdb": "~1.0@dev",
  3976. "elasticsearch/elasticsearch": "^6.0",
  3977. "graylog2/gelf-php": "^1.4.2",
  3978. "php-amqplib/php-amqplib": "~2.4",
  3979. "php-console/php-console": "^3.1.3",
  3980. "php-parallel-lint/php-parallel-lint": "^1.0",
  3981. "phpspec/prophecy": "^1.6.1",
  3982. "phpunit/phpunit": "^8.5",
  3983. "predis/predis": "^1.1",
  3984. "rollbar/rollbar": "^1.3",
  3985. "ruflin/elastica": ">=0.90 <3.0",
  3986. "swiftmailer/swiftmailer": "^5.3|^6.0"
  3987. },
  3988. "suggest": {
  3989. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  3990. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  3991. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  3992. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  3993. "ext-mbstring": "Allow to work properly with unicode symbols",
  3994. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  3995. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  3996. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  3997. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  3998. "php-console/php-console": "Allow sending log messages to Google Chrome",
  3999. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  4000. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  4001. },
  4002. "type": "library",
  4003. "extra": {
  4004. "branch-alias": {
  4005. "dev-master": "2.x-dev"
  4006. }
  4007. },
  4008. "autoload": {
  4009. "psr-4": {
  4010. "Monolog\\": "src/Monolog"
  4011. }
  4012. },
  4013. "notification-url": "https://packagist.org/downloads/",
  4014. "license": [
  4015. "MIT"
  4016. ],
  4017. "authors": [
  4018. {
  4019. "name": "Jordi Boggiano",
  4020. "email": "j.boggiano@seld.be",
  4021. "homepage": "http://seld.be"
  4022. }
  4023. ],
  4024. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  4025. "homepage": "http://github.com/Seldaek/monolog",
  4026. "keywords": [
  4027. "log",
  4028. "logging",
  4029. "psr-3"
  4030. ],
  4031. "time": "2020-05-22T08:12:19+00:00"
  4032. },
  4033. {
  4034. "name": "mtdowling/jmespath.php",
  4035. "version": "2.6.0",
  4036. "source": {
  4037. "type": "git",
  4038. "url": "https://github.com/jmespath/jmespath.php.git",
  4039. "reference": "42dae2cbd13154083ca6d70099692fef8ca84bfb"
  4040. },
  4041. "dist": {
  4042. "type": "zip",
  4043. "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/42dae2cbd13154083ca6d70099692fef8ca84bfb",
  4044. "reference": "42dae2cbd13154083ca6d70099692fef8ca84bfb",
  4045. "shasum": "",
  4046. "mirrors": [
  4047. {
  4048. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4049. "preferred": true
  4050. }
  4051. ]
  4052. },
  4053. "require": {
  4054. "php": "^5.4 || ^7.0 || ^8.0",
  4055. "symfony/polyfill-mbstring": "^1.17"
  4056. },
  4057. "require-dev": {
  4058. "composer/xdebug-handler": "^1.4",
  4059. "phpunit/phpunit": "^4.8.36 || ^7.5.15"
  4060. },
  4061. "bin": [
  4062. "bin/jp.php"
  4063. ],
  4064. "type": "library",
  4065. "extra": {
  4066. "branch-alias": {
  4067. "dev-master": "2.6-dev"
  4068. }
  4069. },
  4070. "autoload": {
  4071. "psr-4": {
  4072. "JmesPath\\": "src/"
  4073. },
  4074. "files": [
  4075. "src/JmesPath.php"
  4076. ]
  4077. },
  4078. "notification-url": "https://packagist.org/downloads/",
  4079. "license": [
  4080. "MIT"
  4081. ],
  4082. "authors": [
  4083. {
  4084. "name": "Michael Dowling",
  4085. "email": "mtdowling@gmail.com",
  4086. "homepage": "https://github.com/mtdowling"
  4087. }
  4088. ],
  4089. "description": "Declaratively specify how to extract elements from a JSON document",
  4090. "keywords": [
  4091. "json",
  4092. "jsonpath"
  4093. ],
  4094. "time": "2020-07-31T21:01:56+00:00"
  4095. },
  4096. {
  4097. "name": "nesbot/carbon",
  4098. "version": "2.36.1",
  4099. "source": {
  4100. "type": "git",
  4101. "url": "https://github.com/briannesbitt/Carbon.git",
  4102. "reference": "ee7378a36cc62952100e718bcc58be4c7210e55f"
  4103. },
  4104. "dist": {
  4105. "type": "zip",
  4106. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/ee7378a36cc62952100e718bcc58be4c7210e55f",
  4107. "reference": "ee7378a36cc62952100e718bcc58be4c7210e55f",
  4108. "shasum": "",
  4109. "mirrors": [
  4110. {
  4111. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4112. "preferred": true
  4113. }
  4114. ]
  4115. },
  4116. "require": {
  4117. "ext-json": "*",
  4118. "php": "^7.1.8 || ^8.0",
  4119. "symfony/polyfill-mbstring": "^1.0",
  4120. "symfony/translation": "^3.4 || ^4.0 || ^5.0"
  4121. },
  4122. "require-dev": {
  4123. "doctrine/orm": "^2.7",
  4124. "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
  4125. "kylekatarnls/multi-tester": "^2.0",
  4126. "phpmd/phpmd": "^2.8",
  4127. "phpstan/extension-installer": "^1.0",
  4128. "phpstan/phpstan": "^0.12.30",
  4129. "phpunit/phpunit": "^7.5 || ^8.0",
  4130. "squizlabs/php_codesniffer": "^3.4"
  4131. },
  4132. "bin": [
  4133. "bin/carbon"
  4134. ],
  4135. "type": "library",
  4136. "extra": {
  4137. "branch-alias": {
  4138. "dev-master": "2.x-dev",
  4139. "dev-3.x": "3.x-dev"
  4140. },
  4141. "laravel": {
  4142. "providers": [
  4143. "Carbon\\Laravel\\ServiceProvider"
  4144. ]
  4145. },
  4146. "phpstan": {
  4147. "includes": [
  4148. "extension.neon"
  4149. ]
  4150. }
  4151. },
  4152. "autoload": {
  4153. "psr-4": {
  4154. "Carbon\\": "src/Carbon/"
  4155. }
  4156. },
  4157. "notification-url": "https://packagist.org/downloads/",
  4158. "license": [
  4159. "MIT"
  4160. ],
  4161. "authors": [
  4162. {
  4163. "name": "Brian Nesbitt",
  4164. "email": "brian@nesbot.com",
  4165. "homepage": "http://nesbot.com"
  4166. },
  4167. {
  4168. "name": "kylekatarnls",
  4169. "homepage": "http://github.com/kylekatarnls"
  4170. }
  4171. ],
  4172. "description": "An API extension for DateTime that supports 281 different languages.",
  4173. "homepage": "http://carbon.nesbot.com",
  4174. "keywords": [
  4175. "date",
  4176. "datetime",
  4177. "time"
  4178. ],
  4179. "time": "2020-07-04T12:29:56+00:00"
  4180. },
  4181. {
  4182. "name": "nikic/fast-route",
  4183. "version": "v1.3.0",
  4184. "source": {
  4185. "type": "git",
  4186. "url": "https://github.com/nikic/FastRoute.git",
  4187. "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
  4188. },
  4189. "dist": {
  4190. "type": "zip",
  4191. "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
  4192. "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
  4193. "shasum": "",
  4194. "mirrors": [
  4195. {
  4196. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4197. "preferred": true
  4198. }
  4199. ]
  4200. },
  4201. "require": {
  4202. "php": ">=5.4.0"
  4203. },
  4204. "require-dev": {
  4205. "phpunit/phpunit": "^4.8.35|~5.7"
  4206. },
  4207. "type": "library",
  4208. "autoload": {
  4209. "psr-4": {
  4210. "FastRoute\\": "src/"
  4211. },
  4212. "files": [
  4213. "src/functions.php"
  4214. ]
  4215. },
  4216. "notification-url": "https://packagist.org/downloads/",
  4217. "license": [
  4218. "BSD-3-Clause"
  4219. ],
  4220. "authors": [
  4221. {
  4222. "name": "Nikita Popov",
  4223. "email": "nikic@php.net"
  4224. }
  4225. ],
  4226. "description": "Fast request router for PHP",
  4227. "keywords": [
  4228. "router",
  4229. "routing"
  4230. ],
  4231. "time": "2018-02-13T20:26:39+00:00"
  4232. },
  4233. {
  4234. "name": "nikic/php-parser",
  4235. "version": "v4.6.0",
  4236. "source": {
  4237. "type": "git",
  4238. "url": "https://github.com/nikic/PHP-Parser.git",
  4239. "reference": "c346bbfafe2ff60680258b631afb730d186ed864"
  4240. },
  4241. "dist": {
  4242. "type": "zip",
  4243. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c346bbfafe2ff60680258b631afb730d186ed864",
  4244. "reference": "c346bbfafe2ff60680258b631afb730d186ed864",
  4245. "shasum": "",
  4246. "mirrors": [
  4247. {
  4248. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4249. "preferred": true
  4250. }
  4251. ]
  4252. },
  4253. "require": {
  4254. "ext-tokenizer": "*",
  4255. "php": ">=7.0"
  4256. },
  4257. "require-dev": {
  4258. "ircmaxell/php-yacc": "0.0.5",
  4259. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
  4260. },
  4261. "bin": [
  4262. "bin/php-parse"
  4263. ],
  4264. "type": "library",
  4265. "extra": {
  4266. "branch-alias": {
  4267. "dev-master": "4.3-dev"
  4268. }
  4269. },
  4270. "autoload": {
  4271. "psr-4": {
  4272. "PhpParser\\": "lib/PhpParser"
  4273. }
  4274. },
  4275. "notification-url": "https://packagist.org/downloads/",
  4276. "license": [
  4277. "BSD-3-Clause"
  4278. ],
  4279. "authors": [
  4280. {
  4281. "name": "Nikita Popov"
  4282. }
  4283. ],
  4284. "description": "A PHP parser written in PHP",
  4285. "keywords": [
  4286. "parser",
  4287. "php"
  4288. ],
  4289. "time": "2020-07-02T17:12:47+00:00"
  4290. },
  4291. {
  4292. "name": "overtrue/socialite",
  4293. "version": "2.0.16",
  4294. "source": {
  4295. "type": "git",
  4296. "url": "https://github.com/overtrue/socialite.git",
  4297. "reference": "bbcd8ffd2e1f3aa7c4d5298c56c6d73803aa3067"
  4298. },
  4299. "dist": {
  4300. "type": "zip",
  4301. "url": "https://api.github.com/repos/overtrue/socialite/zipball/bbcd8ffd2e1f3aa7c4d5298c56c6d73803aa3067",
  4302. "reference": "bbcd8ffd2e1f3aa7c4d5298c56c6d73803aa3067",
  4303. "shasum": "",
  4304. "mirrors": [
  4305. {
  4306. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4307. "preferred": true
  4308. }
  4309. ]
  4310. },
  4311. "require": {
  4312. "ext-json": "*",
  4313. "guzzlehttp/guzzle": "~5.0|~6.0",
  4314. "php": ">=7.0",
  4315. "symfony/http-foundation": "^2.7|^3.0|^4.0|^5.0"
  4316. },
  4317. "conflict": {
  4318. "socialiteproviders/weixin": "*"
  4319. },
  4320. "require-dev": {
  4321. "mockery/mockery": "~1.2",
  4322. "phpunit/phpunit": "~6"
  4323. },
  4324. "type": "library",
  4325. "autoload": {
  4326. "psr-4": {
  4327. "Overtrue\\Socialite\\": "src/"
  4328. }
  4329. },
  4330. "notification-url": "https://packagist.org/downloads/",
  4331. "license": [
  4332. "MIT"
  4333. ],
  4334. "authors": [
  4335. {
  4336. "name": "overtrue",
  4337. "email": "anzhengchao@gmail.com"
  4338. }
  4339. ],
  4340. "description": "A collection of OAuth 2 packages that extracts from laravel/socialite.",
  4341. "keywords": [
  4342. "login",
  4343. "oauth",
  4344. "qq",
  4345. "social",
  4346. "wechat",
  4347. "weibo"
  4348. ],
  4349. "funding": [
  4350. {
  4351. "url": "https://www.patreon.com/overtrue",
  4352. "type": "patreon"
  4353. }
  4354. ],
  4355. "time": "2020-03-04T15:22:25+00:00"
  4356. },
  4357. {
  4358. "name": "overtrue/wechat",
  4359. "version": "4.2.30",
  4360. "source": {
  4361. "type": "git",
  4362. "url": "https://github.com/overtrue/wechat.git",
  4363. "reference": "708dbc84eea25e249e4cb6d01f6bcb95a6cad116"
  4364. },
  4365. "dist": {
  4366. "type": "zip",
  4367. "url": "https://api.github.com/repos/overtrue/wechat/zipball/708dbc84eea25e249e4cb6d01f6bcb95a6cad116",
  4368. "reference": "708dbc84eea25e249e4cb6d01f6bcb95a6cad116",
  4369. "shasum": "",
  4370. "mirrors": [
  4371. {
  4372. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4373. "preferred": true
  4374. }
  4375. ]
  4376. },
  4377. "require": {
  4378. "easywechat-composer/easywechat-composer": "^1.1",
  4379. "ext-fileinfo": "*",
  4380. "ext-openssl": "*",
  4381. "ext-simplexml": "*",
  4382. "guzzlehttp/guzzle": "^6.2 || ^7.0",
  4383. "monolog/monolog": "^1.22 || ^2.0",
  4384. "overtrue/socialite": "~2.0",
  4385. "php": ">=7.2",
  4386. "pimple/pimple": "^3.0",
  4387. "psr/simple-cache": "^1.0",
  4388. "symfony/cache": "^3.3 || ^4.3 || ^5.0",
  4389. "symfony/event-dispatcher": "^4.3 || ^5.0",
  4390. "symfony/http-foundation": "^2.7 || ^3.0 || ^4.0 || ^5.0",
  4391. "symfony/psr-http-message-bridge": "^0.3 || ^1.0 || ^2.0"
  4392. },
  4393. "require-dev": {
  4394. "friendsofphp/php-cs-fixer": "^2.15",
  4395. "mikey179/vfsstream": "^1.6",
  4396. "mockery/mockery": "^1.2.3",
  4397. "phpstan/phpstan": "^0.12.0",
  4398. "phpunit/phpunit": "^7.5"
  4399. },
  4400. "type": "library",
  4401. "autoload": {
  4402. "psr-4": {
  4403. "EasyWeChat\\": "src/"
  4404. },
  4405. "files": [
  4406. "src/Kernel/Support/Helpers.php",
  4407. "src/Kernel/Helpers.php"
  4408. ]
  4409. },
  4410. "notification-url": "https://packagist.org/downloads/",
  4411. "license": [
  4412. "MIT"
  4413. ],
  4414. "authors": [
  4415. {
  4416. "name": "overtrue",
  4417. "email": "anzhengchao@gmail.com"
  4418. }
  4419. ],
  4420. "description": "微信SDK",
  4421. "keywords": [
  4422. "easywechat",
  4423. "sdk",
  4424. "wechat",
  4425. "weixin",
  4426. "weixin-sdk"
  4427. ],
  4428. "funding": [
  4429. {
  4430. "url": "https://www.easywechat.com/img/pay/wechat.jpg",
  4431. "type": "custom"
  4432. },
  4433. {
  4434. "url": "https://github.com/overtrue",
  4435. "type": "github"
  4436. },
  4437. {
  4438. "url": "https://www.patreon.com/overtrue",
  4439. "type": "patreon"
  4440. }
  4441. ],
  4442. "time": "2020-07-29T07:36:50+00:00"
  4443. },
  4444. {
  4445. "name": "paragonie/random_compat",
  4446. "version": "v9.99.99",
  4447. "source": {
  4448. "type": "git",
  4449. "url": "https://github.com/paragonie/random_compat.git",
  4450. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
  4451. },
  4452. "dist": {
  4453. "type": "zip",
  4454. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  4455. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  4456. "shasum": "",
  4457. "mirrors": [
  4458. {
  4459. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4460. "preferred": true
  4461. }
  4462. ]
  4463. },
  4464. "require": {
  4465. "php": "^7"
  4466. },
  4467. "require-dev": {
  4468. "phpunit/phpunit": "4.*|5.*",
  4469. "vimeo/psalm": "^1"
  4470. },
  4471. "suggest": {
  4472. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  4473. },
  4474. "type": "library",
  4475. "notification-url": "https://packagist.org/downloads/",
  4476. "license": [
  4477. "MIT"
  4478. ],
  4479. "authors": [
  4480. {
  4481. "name": "Paragon Initiative Enterprises",
  4482. "email": "security@paragonie.com",
  4483. "homepage": "https://paragonie.com"
  4484. }
  4485. ],
  4486. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  4487. "keywords": [
  4488. "csprng",
  4489. "polyfill",
  4490. "pseudorandom",
  4491. "random"
  4492. ],
  4493. "time": "2018-07-02T15:55:56+00:00"
  4494. },
  4495. {
  4496. "name": "php-amqplib/php-amqplib",
  4497. "version": "v2.11.3",
  4498. "source": {
  4499. "type": "git",
  4500. "url": "https://github.com/php-amqplib/php-amqplib.git",
  4501. "reference": "6353c5d2d3021a301914bc6566e695c99cfeb742"
  4502. },
  4503. "dist": {
  4504. "type": "zip",
  4505. "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/6353c5d2d3021a301914bc6566e695c99cfeb742",
  4506. "reference": "6353c5d2d3021a301914bc6566e695c99cfeb742",
  4507. "shasum": "",
  4508. "mirrors": [
  4509. {
  4510. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4511. "preferred": true
  4512. }
  4513. ]
  4514. },
  4515. "require": {
  4516. "ext-mbstring": "*",
  4517. "ext-sockets": "*",
  4518. "php": ">=5.6.3",
  4519. "phpseclib/phpseclib": "^2.0.0"
  4520. },
  4521. "conflict": {
  4522. "php": "7.4.0 - 7.4.1"
  4523. },
  4524. "replace": {
  4525. "videlalvaro/php-amqplib": "self.version"
  4526. },
  4527. "require-dev": {
  4528. "ext-curl": "*",
  4529. "nategood/httpful": "^0.2.20",
  4530. "phpunit/phpunit": "^5.7|^6.5|^7.0",
  4531. "squizlabs/php_codesniffer": "^2.5"
  4532. },
  4533. "type": "library",
  4534. "extra": {
  4535. "branch-alias": {
  4536. "dev-master": "2.11-dev"
  4537. }
  4538. },
  4539. "autoload": {
  4540. "psr-4": {
  4541. "PhpAmqpLib\\": "PhpAmqpLib/"
  4542. }
  4543. },
  4544. "notification-url": "https://packagist.org/downloads/",
  4545. "license": [
  4546. "LGPL-2.1-or-later"
  4547. ],
  4548. "authors": [
  4549. {
  4550. "name": "Alvaro Videla",
  4551. "role": "Original Maintainer"
  4552. },
  4553. {
  4554. "name": "Raúl Araya",
  4555. "email": "nubeiro@gmail.com",
  4556. "role": "Maintainer"
  4557. },
  4558. {
  4559. "name": "Luke Bakken",
  4560. "email": "luke@bakken.io",
  4561. "role": "Maintainer"
  4562. },
  4563. {
  4564. "name": "Ramūnas Dronga",
  4565. "email": "github@ramuno.lt",
  4566. "role": "Maintainer"
  4567. }
  4568. ],
  4569. "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
  4570. "homepage": "https://github.com/php-amqplib/php-amqplib/",
  4571. "keywords": [
  4572. "message",
  4573. "queue",
  4574. "rabbitmq"
  4575. ],
  4576. "time": "2020-05-13T13:56:11+00:00"
  4577. },
  4578. {
  4579. "name": "php-di/phpdoc-reader",
  4580. "version": "2.1.1",
  4581. "source": {
  4582. "type": "git",
  4583. "url": "https://github.com/PHP-DI/PhpDocReader.git",
  4584. "reference": "15678f7451c020226807f520efb867ad26fbbfcf"
  4585. },
  4586. "dist": {
  4587. "type": "zip",
  4588. "url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/15678f7451c020226807f520efb867ad26fbbfcf",
  4589. "reference": "15678f7451c020226807f520efb867ad26fbbfcf",
  4590. "shasum": "",
  4591. "mirrors": [
  4592. {
  4593. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4594. "preferred": true
  4595. }
  4596. ]
  4597. },
  4598. "require": {
  4599. "php": ">=5.4.0"
  4600. },
  4601. "require-dev": {
  4602. "phpunit/phpunit": "~4.6"
  4603. },
  4604. "type": "library",
  4605. "autoload": {
  4606. "psr-4": {
  4607. "PhpDocReader\\": "src/PhpDocReader"
  4608. }
  4609. },
  4610. "notification-url": "https://packagist.org/downloads/",
  4611. "license": [
  4612. "MIT"
  4613. ],
  4614. "description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)",
  4615. "keywords": [
  4616. "phpdoc",
  4617. "reflection"
  4618. ],
  4619. "time": "2019-09-26T11:24:58+00:00"
  4620. },
  4621. {
  4622. "name": "phpdocumentor/reflection-common",
  4623. "version": "2.2.0",
  4624. "source": {
  4625. "type": "git",
  4626. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  4627. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
  4628. },
  4629. "dist": {
  4630. "type": "zip",
  4631. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  4632. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  4633. "shasum": "",
  4634. "mirrors": [
  4635. {
  4636. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4637. "preferred": true
  4638. }
  4639. ]
  4640. },
  4641. "require": {
  4642. "php": "^7.2 || ^8.0"
  4643. },
  4644. "type": "library",
  4645. "extra": {
  4646. "branch-alias": {
  4647. "dev-2.x": "2.x-dev"
  4648. }
  4649. },
  4650. "autoload": {
  4651. "psr-4": {
  4652. "phpDocumentor\\Reflection\\": "src/"
  4653. }
  4654. },
  4655. "notification-url": "https://packagist.org/downloads/",
  4656. "license": [
  4657. "MIT"
  4658. ],
  4659. "authors": [
  4660. {
  4661. "name": "Jaap van Otterdijk",
  4662. "email": "opensource@ijaap.nl"
  4663. }
  4664. ],
  4665. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  4666. "homepage": "http://www.phpdoc.org",
  4667. "keywords": [
  4668. "FQSEN",
  4669. "phpDocumentor",
  4670. "phpdoc",
  4671. "reflection",
  4672. "static analysis"
  4673. ],
  4674. "time": "2020-06-27T09:03:43+00:00"
  4675. },
  4676. {
  4677. "name": "phpdocumentor/reflection-docblock",
  4678. "version": "5.1.0",
  4679. "source": {
  4680. "type": "git",
  4681. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  4682. "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e"
  4683. },
  4684. "dist": {
  4685. "type": "zip",
  4686. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
  4687. "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
  4688. "shasum": "",
  4689. "mirrors": [
  4690. {
  4691. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4692. "preferred": true
  4693. }
  4694. ]
  4695. },
  4696. "require": {
  4697. "ext-filter": "^7.1",
  4698. "php": "^7.2",
  4699. "phpdocumentor/reflection-common": "^2.0",
  4700. "phpdocumentor/type-resolver": "^1.0",
  4701. "webmozart/assert": "^1"
  4702. },
  4703. "require-dev": {
  4704. "doctrine/instantiator": "^1",
  4705. "mockery/mockery": "^1"
  4706. },
  4707. "type": "library",
  4708. "extra": {
  4709. "branch-alias": {
  4710. "dev-master": "5.x-dev"
  4711. }
  4712. },
  4713. "autoload": {
  4714. "psr-4": {
  4715. "phpDocumentor\\Reflection\\": "src"
  4716. }
  4717. },
  4718. "notification-url": "https://packagist.org/downloads/",
  4719. "license": [
  4720. "MIT"
  4721. ],
  4722. "authors": [
  4723. {
  4724. "name": "Mike van Riel",
  4725. "email": "me@mikevanriel.com"
  4726. },
  4727. {
  4728. "name": "Jaap van Otterdijk",
  4729. "email": "account@ijaap.nl"
  4730. }
  4731. ],
  4732. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  4733. "time": "2020-02-22T12:28:44+00:00"
  4734. },
  4735. {
  4736. "name": "phpdocumentor/type-resolver",
  4737. "version": "1.3.0",
  4738. "source": {
  4739. "type": "git",
  4740. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  4741. "reference": "e878a14a65245fbe78f8080eba03b47c3b705651"
  4742. },
  4743. "dist": {
  4744. "type": "zip",
  4745. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e878a14a65245fbe78f8080eba03b47c3b705651",
  4746. "reference": "e878a14a65245fbe78f8080eba03b47c3b705651",
  4747. "shasum": "",
  4748. "mirrors": [
  4749. {
  4750. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4751. "preferred": true
  4752. }
  4753. ]
  4754. },
  4755. "require": {
  4756. "php": "^7.2 || ^8.0",
  4757. "phpdocumentor/reflection-common": "^2.0"
  4758. },
  4759. "require-dev": {
  4760. "ext-tokenizer": "*"
  4761. },
  4762. "type": "library",
  4763. "extra": {
  4764. "branch-alias": {
  4765. "dev-1.x": "1.x-dev"
  4766. }
  4767. },
  4768. "autoload": {
  4769. "psr-4": {
  4770. "phpDocumentor\\Reflection\\": "src"
  4771. }
  4772. },
  4773. "notification-url": "https://packagist.org/downloads/",
  4774. "license": [
  4775. "MIT"
  4776. ],
  4777. "authors": [
  4778. {
  4779. "name": "Mike van Riel",
  4780. "email": "me@mikevanriel.com"
  4781. }
  4782. ],
  4783. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  4784. "time": "2020-06-27T10:12:23+00:00"
  4785. },
  4786. {
  4787. "name": "phpoption/phpoption",
  4788. "version": "1.7.4",
  4789. "source": {
  4790. "type": "git",
  4791. "url": "https://github.com/schmittjoh/php-option.git",
  4792. "reference": "b2ada2ad5d8a32b89088b8adc31ecd2e3a13baf3"
  4793. },
  4794. "dist": {
  4795. "type": "zip",
  4796. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/b2ada2ad5d8a32b89088b8adc31ecd2e3a13baf3",
  4797. "reference": "b2ada2ad5d8a32b89088b8adc31ecd2e3a13baf3",
  4798. "shasum": "",
  4799. "mirrors": [
  4800. {
  4801. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4802. "preferred": true
  4803. }
  4804. ]
  4805. },
  4806. "require": {
  4807. "php": "^5.5.9 || ^7.0 || ^8.0"
  4808. },
  4809. "require-dev": {
  4810. "bamarni/composer-bin-plugin": "^1.3",
  4811. "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
  4812. },
  4813. "type": "library",
  4814. "extra": {
  4815. "branch-alias": {
  4816. "dev-master": "1.7-dev"
  4817. }
  4818. },
  4819. "autoload": {
  4820. "psr-4": {
  4821. "PhpOption\\": "src/PhpOption/"
  4822. }
  4823. },
  4824. "notification-url": "https://packagist.org/downloads/",
  4825. "license": [
  4826. "Apache-2.0"
  4827. ],
  4828. "authors": [
  4829. {
  4830. "name": "Johannes M. Schmitt",
  4831. "email": "schmittjoh@gmail.com"
  4832. },
  4833. {
  4834. "name": "Graham Campbell",
  4835. "email": "graham@alt-three.com"
  4836. }
  4837. ],
  4838. "description": "Option Type for PHP",
  4839. "keywords": [
  4840. "language",
  4841. "option",
  4842. "php",
  4843. "type"
  4844. ],
  4845. "time": "2020-06-07T10:40:07+00:00"
  4846. },
  4847. {
  4848. "name": "phpseclib/phpseclib",
  4849. "version": "2.0.28",
  4850. "source": {
  4851. "type": "git",
  4852. "url": "https://github.com/phpseclib/phpseclib.git",
  4853. "reference": "d1ca58cf33cb21046d702ae3a7b14fdacd9f3260"
  4854. },
  4855. "dist": {
  4856. "type": "zip",
  4857. "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/d1ca58cf33cb21046d702ae3a7b14fdacd9f3260",
  4858. "reference": "d1ca58cf33cb21046d702ae3a7b14fdacd9f3260",
  4859. "shasum": "",
  4860. "mirrors": [
  4861. {
  4862. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4863. "preferred": true
  4864. }
  4865. ]
  4866. },
  4867. "require": {
  4868. "php": ">=5.3.3"
  4869. },
  4870. "require-dev": {
  4871. "phing/phing": "~2.7",
  4872. "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
  4873. "sami/sami": "~2.0",
  4874. "squizlabs/php_codesniffer": "~2.0"
  4875. },
  4876. "suggest": {
  4877. "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
  4878. "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
  4879. "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
  4880. "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
  4881. },
  4882. "type": "library",
  4883. "autoload": {
  4884. "files": [
  4885. "phpseclib/bootstrap.php"
  4886. ],
  4887. "psr-4": {
  4888. "phpseclib\\": "phpseclib/"
  4889. }
  4890. },
  4891. "notification-url": "https://packagist.org/downloads/",
  4892. "license": [
  4893. "MIT"
  4894. ],
  4895. "authors": [
  4896. {
  4897. "name": "Jim Wigginton",
  4898. "email": "terrafrost@php.net",
  4899. "role": "Lead Developer"
  4900. },
  4901. {
  4902. "name": "Patrick Monnerat",
  4903. "email": "pm@datasphere.ch",
  4904. "role": "Developer"
  4905. },
  4906. {
  4907. "name": "Andreas Fischer",
  4908. "email": "bantu@phpbb.com",
  4909. "role": "Developer"
  4910. },
  4911. {
  4912. "name": "Hans-Jürgen Petrich",
  4913. "email": "petrich@tronic-media.com",
  4914. "role": "Developer"
  4915. },
  4916. {
  4917. "name": "Graham Campbell",
  4918. "email": "graham@alt-three.com",
  4919. "role": "Developer"
  4920. }
  4921. ],
  4922. "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
  4923. "homepage": "http://phpseclib.sourceforge.net",
  4924. "keywords": [
  4925. "BigInteger",
  4926. "aes",
  4927. "asn.1",
  4928. "asn1",
  4929. "blowfish",
  4930. "crypto",
  4931. "cryptography",
  4932. "encryption",
  4933. "rsa",
  4934. "security",
  4935. "sftp",
  4936. "signature",
  4937. "signing",
  4938. "ssh",
  4939. "twofish",
  4940. "x.509",
  4941. "x509"
  4942. ],
  4943. "funding": [
  4944. {
  4945. "url": "https://github.com/terrafrost",
  4946. "type": "github"
  4947. },
  4948. {
  4949. "url": "https://www.patreon.com/phpseclib",
  4950. "type": "patreon"
  4951. },
  4952. {
  4953. "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
  4954. "type": "tidelift"
  4955. }
  4956. ],
  4957. "time": "2020-07-08T09:08:33+00:00"
  4958. },
  4959. {
  4960. "name": "pimple/pimple",
  4961. "version": "v3.3.0",
  4962. "source": {
  4963. "type": "git",
  4964. "url": "https://github.com/silexphp/Pimple.git",
  4965. "reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930"
  4966. },
  4967. "dist": {
  4968. "type": "zip",
  4969. "url": "https://api.github.com/repos/silexphp/Pimple/zipball/e55d12f9d6a0e7f9c85992b73df1267f46279930",
  4970. "reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930",
  4971. "shasum": "",
  4972. "mirrors": [
  4973. {
  4974. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4975. "preferred": true
  4976. }
  4977. ]
  4978. },
  4979. "require": {
  4980. "php": "^7.2.5",
  4981. "psr/container": "^1.0"
  4982. },
  4983. "require-dev": {
  4984. "symfony/phpunit-bridge": "^3.4|^4.4|^5.0"
  4985. },
  4986. "type": "library",
  4987. "extra": {
  4988. "branch-alias": {
  4989. "dev-master": "3.3.x-dev"
  4990. }
  4991. },
  4992. "autoload": {
  4993. "psr-0": {
  4994. "Pimple": "src/"
  4995. }
  4996. },
  4997. "notification-url": "https://packagist.org/downloads/",
  4998. "license": [
  4999. "MIT"
  5000. ],
  5001. "authors": [
  5002. {
  5003. "name": "Fabien Potencier",
  5004. "email": "fabien@symfony.com"
  5005. }
  5006. ],
  5007. "description": "Pimple, a simple Dependency Injection Container",
  5008. "homepage": "https://pimple.symfony.com",
  5009. "keywords": [
  5010. "container",
  5011. "dependency injection"
  5012. ],
  5013. "time": "2020-03-03T09:12:48+00:00"
  5014. },
  5015. {
  5016. "name": "psr/cache",
  5017. "version": "1.0.1",
  5018. "source": {
  5019. "type": "git",
  5020. "url": "https://github.com/php-fig/cache.git",
  5021. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  5022. },
  5023. "dist": {
  5024. "type": "zip",
  5025. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  5026. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  5027. "shasum": "",
  5028. "mirrors": [
  5029. {
  5030. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5031. "preferred": true
  5032. }
  5033. ]
  5034. },
  5035. "require": {
  5036. "php": ">=5.3.0"
  5037. },
  5038. "type": "library",
  5039. "extra": {
  5040. "branch-alias": {
  5041. "dev-master": "1.0.x-dev"
  5042. }
  5043. },
  5044. "autoload": {
  5045. "psr-4": {
  5046. "Psr\\Cache\\": "src/"
  5047. }
  5048. },
  5049. "notification-url": "https://packagist.org/downloads/",
  5050. "license": [
  5051. "MIT"
  5052. ],
  5053. "authors": [
  5054. {
  5055. "name": "PHP-FIG",
  5056. "homepage": "http://www.php-fig.org/"
  5057. }
  5058. ],
  5059. "description": "Common interface for caching libraries",
  5060. "keywords": [
  5061. "cache",
  5062. "psr",
  5063. "psr-6"
  5064. ],
  5065. "time": "2016-08-06T20:24:11+00:00"
  5066. },
  5067. {
  5068. "name": "psr/container",
  5069. "version": "1.0.0",
  5070. "source": {
  5071. "type": "git",
  5072. "url": "https://github.com/php-fig/container.git",
  5073. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  5074. },
  5075. "dist": {
  5076. "type": "zip",
  5077. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  5078. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  5079. "shasum": "",
  5080. "mirrors": [
  5081. {
  5082. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5083. "preferred": true
  5084. }
  5085. ]
  5086. },
  5087. "require": {
  5088. "php": ">=5.3.0"
  5089. },
  5090. "type": "library",
  5091. "extra": {
  5092. "branch-alias": {
  5093. "dev-master": "1.0.x-dev"
  5094. }
  5095. },
  5096. "autoload": {
  5097. "psr-4": {
  5098. "Psr\\Container\\": "src/"
  5099. }
  5100. },
  5101. "notification-url": "https://packagist.org/downloads/",
  5102. "license": [
  5103. "MIT"
  5104. ],
  5105. "authors": [
  5106. {
  5107. "name": "PHP-FIG",
  5108. "homepage": "http://www.php-fig.org/"
  5109. }
  5110. ],
  5111. "description": "Common Container Interface (PHP FIG PSR-11)",
  5112. "homepage": "https://github.com/php-fig/container",
  5113. "keywords": [
  5114. "PSR-11",
  5115. "container",
  5116. "container-interface",
  5117. "container-interop",
  5118. "psr"
  5119. ],
  5120. "time": "2017-02-14T16:28:37+00:00"
  5121. },
  5122. {
  5123. "name": "psr/event-dispatcher",
  5124. "version": "1.0.0",
  5125. "source": {
  5126. "type": "git",
  5127. "url": "https://github.com/php-fig/event-dispatcher.git",
  5128. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  5129. },
  5130. "dist": {
  5131. "type": "zip",
  5132. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  5133. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  5134. "shasum": "",
  5135. "mirrors": [
  5136. {
  5137. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5138. "preferred": true
  5139. }
  5140. ]
  5141. },
  5142. "require": {
  5143. "php": ">=7.2.0"
  5144. },
  5145. "type": "library",
  5146. "extra": {
  5147. "branch-alias": {
  5148. "dev-master": "1.0.x-dev"
  5149. }
  5150. },
  5151. "autoload": {
  5152. "psr-4": {
  5153. "Psr\\EventDispatcher\\": "src/"
  5154. }
  5155. },
  5156. "notification-url": "https://packagist.org/downloads/",
  5157. "license": [
  5158. "MIT"
  5159. ],
  5160. "authors": [
  5161. {
  5162. "name": "PHP-FIG",
  5163. "homepage": "http://www.php-fig.org/"
  5164. }
  5165. ],
  5166. "description": "Standard interfaces for event handling.",
  5167. "keywords": [
  5168. "events",
  5169. "psr",
  5170. "psr-14"
  5171. ],
  5172. "time": "2019-01-08T18:20:26+00:00"
  5173. },
  5174. {
  5175. "name": "psr/http-message",
  5176. "version": "1.0.1",
  5177. "source": {
  5178. "type": "git",
  5179. "url": "https://github.com/php-fig/http-message.git",
  5180. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  5181. },
  5182. "dist": {
  5183. "type": "zip",
  5184. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  5185. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  5186. "shasum": "",
  5187. "mirrors": [
  5188. {
  5189. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5190. "preferred": true
  5191. }
  5192. ]
  5193. },
  5194. "require": {
  5195. "php": ">=5.3.0"
  5196. },
  5197. "type": "library",
  5198. "extra": {
  5199. "branch-alias": {
  5200. "dev-master": "1.0.x-dev"
  5201. }
  5202. },
  5203. "autoload": {
  5204. "psr-4": {
  5205. "Psr\\Http\\Message\\": "src/"
  5206. }
  5207. },
  5208. "notification-url": "https://packagist.org/downloads/",
  5209. "license": [
  5210. "MIT"
  5211. ],
  5212. "authors": [
  5213. {
  5214. "name": "PHP-FIG",
  5215. "homepage": "http://www.php-fig.org/"
  5216. }
  5217. ],
  5218. "description": "Common interface for HTTP messages",
  5219. "homepage": "https://github.com/php-fig/http-message",
  5220. "keywords": [
  5221. "http",
  5222. "http-message",
  5223. "psr",
  5224. "psr-7",
  5225. "request",
  5226. "response"
  5227. ],
  5228. "time": "2016-08-06T14:39:51+00:00"
  5229. },
  5230. {
  5231. "name": "psr/http-server-handler",
  5232. "version": "1.0.1",
  5233. "source": {
  5234. "type": "git",
  5235. "url": "https://github.com/php-fig/http-server-handler.git",
  5236. "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
  5237. },
  5238. "dist": {
  5239. "type": "zip",
  5240. "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
  5241. "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
  5242. "shasum": "",
  5243. "mirrors": [
  5244. {
  5245. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5246. "preferred": true
  5247. }
  5248. ]
  5249. },
  5250. "require": {
  5251. "php": ">=7.0",
  5252. "psr/http-message": "^1.0"
  5253. },
  5254. "type": "library",
  5255. "extra": {
  5256. "branch-alias": {
  5257. "dev-master": "1.0.x-dev"
  5258. }
  5259. },
  5260. "autoload": {
  5261. "psr-4": {
  5262. "Psr\\Http\\Server\\": "src/"
  5263. }
  5264. },
  5265. "notification-url": "https://packagist.org/downloads/",
  5266. "license": [
  5267. "MIT"
  5268. ],
  5269. "authors": [
  5270. {
  5271. "name": "PHP-FIG",
  5272. "homepage": "http://www.php-fig.org/"
  5273. }
  5274. ],
  5275. "description": "Common interface for HTTP server-side request handler",
  5276. "keywords": [
  5277. "handler",
  5278. "http",
  5279. "http-interop",
  5280. "psr",
  5281. "psr-15",
  5282. "psr-7",
  5283. "request",
  5284. "response",
  5285. "server"
  5286. ],
  5287. "time": "2018-10-30T16:46:14+00:00"
  5288. },
  5289. {
  5290. "name": "psr/http-server-middleware",
  5291. "version": "1.0.1",
  5292. "source": {
  5293. "type": "git",
  5294. "url": "https://github.com/php-fig/http-server-middleware.git",
  5295. "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5"
  5296. },
  5297. "dist": {
  5298. "type": "zip",
  5299. "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5",
  5300. "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5",
  5301. "shasum": "",
  5302. "mirrors": [
  5303. {
  5304. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5305. "preferred": true
  5306. }
  5307. ]
  5308. },
  5309. "require": {
  5310. "php": ">=7.0",
  5311. "psr/http-message": "^1.0",
  5312. "psr/http-server-handler": "^1.0"
  5313. },
  5314. "type": "library",
  5315. "extra": {
  5316. "branch-alias": {
  5317. "dev-master": "1.0.x-dev"
  5318. }
  5319. },
  5320. "autoload": {
  5321. "psr-4": {
  5322. "Psr\\Http\\Server\\": "src/"
  5323. }
  5324. },
  5325. "notification-url": "https://packagist.org/downloads/",
  5326. "license": [
  5327. "MIT"
  5328. ],
  5329. "authors": [
  5330. {
  5331. "name": "PHP-FIG",
  5332. "homepage": "http://www.php-fig.org/"
  5333. }
  5334. ],
  5335. "description": "Common interface for HTTP server-side middleware",
  5336. "keywords": [
  5337. "http",
  5338. "http-interop",
  5339. "middleware",
  5340. "psr",
  5341. "psr-15",
  5342. "psr-7",
  5343. "request",
  5344. "response"
  5345. ],
  5346. "time": "2018-10-30T17:12:04+00:00"
  5347. },
  5348. {
  5349. "name": "psr/log",
  5350. "version": "1.1.3",
  5351. "source": {
  5352. "type": "git",
  5353. "url": "https://github.com/php-fig/log.git",
  5354. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  5355. },
  5356. "dist": {
  5357. "type": "zip",
  5358. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  5359. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  5360. "shasum": "",
  5361. "mirrors": [
  5362. {
  5363. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5364. "preferred": true
  5365. }
  5366. ]
  5367. },
  5368. "require": {
  5369. "php": ">=5.3.0"
  5370. },
  5371. "type": "library",
  5372. "extra": {
  5373. "branch-alias": {
  5374. "dev-master": "1.1.x-dev"
  5375. }
  5376. },
  5377. "autoload": {
  5378. "psr-4": {
  5379. "Psr\\Log\\": "Psr/Log/"
  5380. }
  5381. },
  5382. "notification-url": "https://packagist.org/downloads/",
  5383. "license": [
  5384. "MIT"
  5385. ],
  5386. "authors": [
  5387. {
  5388. "name": "PHP-FIG",
  5389. "homepage": "http://www.php-fig.org/"
  5390. }
  5391. ],
  5392. "description": "Common interface for logging libraries",
  5393. "homepage": "https://github.com/php-fig/log",
  5394. "keywords": [
  5395. "log",
  5396. "psr",
  5397. "psr-3"
  5398. ],
  5399. "time": "2020-03-23T09:12:05+00:00"
  5400. },
  5401. {
  5402. "name": "psr/simple-cache",
  5403. "version": "1.0.1",
  5404. "source": {
  5405. "type": "git",
  5406. "url": "https://github.com/php-fig/simple-cache.git",
  5407. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  5408. },
  5409. "dist": {
  5410. "type": "zip",
  5411. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  5412. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  5413. "shasum": "",
  5414. "mirrors": [
  5415. {
  5416. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5417. "preferred": true
  5418. }
  5419. ]
  5420. },
  5421. "require": {
  5422. "php": ">=5.3.0"
  5423. },
  5424. "type": "library",
  5425. "extra": {
  5426. "branch-alias": {
  5427. "dev-master": "1.0.x-dev"
  5428. }
  5429. },
  5430. "autoload": {
  5431. "psr-4": {
  5432. "Psr\\SimpleCache\\": "src/"
  5433. }
  5434. },
  5435. "notification-url": "https://packagist.org/downloads/",
  5436. "license": [
  5437. "MIT"
  5438. ],
  5439. "authors": [
  5440. {
  5441. "name": "PHP-FIG",
  5442. "homepage": "http://www.php-fig.org/"
  5443. }
  5444. ],
  5445. "description": "Common interfaces for simple caching",
  5446. "keywords": [
  5447. "cache",
  5448. "caching",
  5449. "psr",
  5450. "psr-16",
  5451. "simple-cache"
  5452. ],
  5453. "time": "2017-10-23T01:57:42+00:00"
  5454. },
  5455. {
  5456. "name": "ralouphie/getallheaders",
  5457. "version": "3.0.3",
  5458. "source": {
  5459. "type": "git",
  5460. "url": "https://github.com/ralouphie/getallheaders.git",
  5461. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  5462. },
  5463. "dist": {
  5464. "type": "zip",
  5465. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  5466. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  5467. "shasum": "",
  5468. "mirrors": [
  5469. {
  5470. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5471. "preferred": true
  5472. }
  5473. ]
  5474. },
  5475. "require": {
  5476. "php": ">=5.6"
  5477. },
  5478. "require-dev": {
  5479. "php-coveralls/php-coveralls": "^2.1",
  5480. "phpunit/phpunit": "^5 || ^6.5"
  5481. },
  5482. "type": "library",
  5483. "autoload": {
  5484. "files": [
  5485. "src/getallheaders.php"
  5486. ]
  5487. },
  5488. "notification-url": "https://packagist.org/downloads/",
  5489. "license": [
  5490. "MIT"
  5491. ],
  5492. "authors": [
  5493. {
  5494. "name": "Ralph Khattar",
  5495. "email": "ralph.khattar@gmail.com"
  5496. }
  5497. ],
  5498. "description": "A polyfill for getallheaders.",
  5499. "time": "2019-03-08T08:55:37+00:00"
  5500. },
  5501. {
  5502. "name": "roave/better-reflection",
  5503. "version": "4.3.0",
  5504. "source": {
  5505. "type": "git",
  5506. "url": "https://github.com/Roave/BetterReflection.git",
  5507. "reference": "aa017e698b47feed410721f3d20e2bacfcba59d5"
  5508. },
  5509. "dist": {
  5510. "type": "zip",
  5511. "url": "https://api.github.com/repos/Roave/BetterReflection/zipball/aa017e698b47feed410721f3d20e2bacfcba59d5",
  5512. "reference": "aa017e698b47feed410721f3d20e2bacfcba59d5",
  5513. "shasum": "",
  5514. "mirrors": [
  5515. {
  5516. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5517. "preferred": true
  5518. }
  5519. ]
  5520. },
  5521. "require": {
  5522. "ext-json": "*",
  5523. "jetbrains/phpstorm-stubs": "2019.3",
  5524. "nikic/php-parser": "^4.4.0",
  5525. "php": ">=7.2.0,<7.5.0",
  5526. "phpdocumentor/reflection-docblock": "^5.1.0",
  5527. "phpdocumentor/type-resolver": "^1.1.0",
  5528. "roave/signature": "^1.0"
  5529. },
  5530. "require-dev": {
  5531. "doctrine/coding-standard": "^7.0.2",
  5532. "phpstan/phpstan": "^0.12.25",
  5533. "phpunit/phpunit": "^8.5.4",
  5534. "vimeo/psalm": "3.11.2"
  5535. },
  5536. "suggest": {
  5537. "composer/composer": "Required to use the ComposerSourceLocator"
  5538. },
  5539. "type": "library",
  5540. "extra": {
  5541. "branch-alias": {
  5542. "dev-master": "4.0-dev"
  5543. }
  5544. },
  5545. "autoload": {
  5546. "psr-4": {
  5547. "Roave\\BetterReflection\\": "src"
  5548. }
  5549. },
  5550. "notification-url": "https://packagist.org/downloads/",
  5551. "license": [
  5552. "MIT"
  5553. ],
  5554. "authors": [
  5555. {
  5556. "name": "James Titcumb",
  5557. "email": "james@asgrim.com",
  5558. "homepage": "https://github.com/asgrim"
  5559. },
  5560. {
  5561. "name": "Marco Pivetta",
  5562. "email": "ocramius@gmail.com",
  5563. "homepage": "https://ocramius.github.io/"
  5564. },
  5565. {
  5566. "name": "Gary Hockin",
  5567. "email": "gary@roave.com",
  5568. "homepage": "https://github.com/geeh"
  5569. },
  5570. {
  5571. "name": "Jaroslav Hanslík",
  5572. "email": "kukulich@kukulich.cz",
  5573. "homepage": "https://github.com/kukulich"
  5574. }
  5575. ],
  5576. "description": "Better Reflection - an improved code reflection API",
  5577. "time": "2020-05-28T14:10:32+00:00"
  5578. },
  5579. {
  5580. "name": "roave/signature",
  5581. "version": "1.0.0",
  5582. "source": {
  5583. "type": "git",
  5584. "url": "https://github.com/Roave/Signature.git",
  5585. "reference": "bed4ecbdd7f312ab6bb39561ac191f520bcee386"
  5586. },
  5587. "dist": {
  5588. "type": "zip",
  5589. "url": "https://api.github.com/repos/Roave/Signature/zipball/bed4ecbdd7f312ab6bb39561ac191f520bcee386",
  5590. "reference": "bed4ecbdd7f312ab6bb39561ac191f520bcee386",
  5591. "shasum": "",
  5592. "mirrors": [
  5593. {
  5594. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5595. "preferred": true
  5596. }
  5597. ]
  5598. },
  5599. "require": {
  5600. "php": "^7.0|^7.1"
  5601. },
  5602. "require-dev": {
  5603. "phpunit/phpunit": "^5.6"
  5604. },
  5605. "type": "library",
  5606. "autoload": {
  5607. "psr-4": {
  5608. "Roave\\Signature\\": "src"
  5609. }
  5610. },
  5611. "notification-url": "https://packagist.org/downloads/",
  5612. "license": [
  5613. "MIT"
  5614. ],
  5615. "description": "Sign and verify stuff",
  5616. "time": "2017-02-17T13:53:21+00:00"
  5617. },
  5618. {
  5619. "name": "symfony/cache",
  5620. "version": "v5.1.3",
  5621. "source": {
  5622. "type": "git",
  5623. "url": "https://github.com/symfony/cache.git",
  5624. "reference": "a9ac09a5e9786b734a4baa98158c2cd3251f1e4c"
  5625. },
  5626. "dist": {
  5627. "type": "zip",
  5628. "url": "https://api.github.com/repos/symfony/cache/zipball/a9ac09a5e9786b734a4baa98158c2cd3251f1e4c",
  5629. "reference": "a9ac09a5e9786b734a4baa98158c2cd3251f1e4c",
  5630. "shasum": "",
  5631. "mirrors": [
  5632. {
  5633. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5634. "preferred": true
  5635. }
  5636. ]
  5637. },
  5638. "require": {
  5639. "php": ">=7.2.5",
  5640. "psr/cache": "~1.0",
  5641. "psr/log": "~1.0",
  5642. "symfony/cache-contracts": "^1.1.7|^2",
  5643. "symfony/polyfill-php80": "^1.15",
  5644. "symfony/service-contracts": "^1.1|^2",
  5645. "symfony/var-exporter": "^4.4|^5.0"
  5646. },
  5647. "conflict": {
  5648. "doctrine/dbal": "<2.5",
  5649. "symfony/dependency-injection": "<4.4",
  5650. "symfony/http-kernel": "<4.4",
  5651. "symfony/var-dumper": "<4.4"
  5652. },
  5653. "provide": {
  5654. "psr/cache-implementation": "1.0",
  5655. "psr/simple-cache-implementation": "1.0",
  5656. "symfony/cache-implementation": "1.0"
  5657. },
  5658. "require-dev": {
  5659. "cache/integration-tests": "dev-master",
  5660. "doctrine/cache": "^1.6",
  5661. "doctrine/dbal": "^2.5|^3.0",
  5662. "predis/predis": "^1.1",
  5663. "psr/simple-cache": "^1.0",
  5664. "symfony/config": "^4.4|^5.0",
  5665. "symfony/dependency-injection": "^4.4|^5.0",
  5666. "symfony/var-dumper": "^4.4|^5.0"
  5667. },
  5668. "type": "library",
  5669. "extra": {
  5670. "branch-alias": {
  5671. "dev-master": "5.1-dev"
  5672. }
  5673. },
  5674. "autoload": {
  5675. "psr-4": {
  5676. "Symfony\\Component\\Cache\\": ""
  5677. },
  5678. "exclude-from-classmap": [
  5679. "/Tests/"
  5680. ]
  5681. },
  5682. "notification-url": "https://packagist.org/downloads/",
  5683. "license": [
  5684. "MIT"
  5685. ],
  5686. "authors": [
  5687. {
  5688. "name": "Nicolas Grekas",
  5689. "email": "p@tchwork.com"
  5690. },
  5691. {
  5692. "name": "Symfony Community",
  5693. "homepage": "https://symfony.com/contributors"
  5694. }
  5695. ],
  5696. "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
  5697. "homepage": "https://symfony.com",
  5698. "keywords": [
  5699. "caching",
  5700. "psr6"
  5701. ],
  5702. "funding": [
  5703. {
  5704. "url": "https://symfony.com/sponsor",
  5705. "type": "custom"
  5706. },
  5707. {
  5708. "url": "https://github.com/fabpot",
  5709. "type": "github"
  5710. },
  5711. {
  5712. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5713. "type": "tidelift"
  5714. }
  5715. ],
  5716. "time": "2020-07-23T17:22:30+00:00"
  5717. },
  5718. {
  5719. "name": "symfony/cache-contracts",
  5720. "version": "v2.1.3",
  5721. "source": {
  5722. "type": "git",
  5723. "url": "https://github.com/symfony/cache-contracts.git",
  5724. "reference": "9771a09d2e6b84ecb8c9f0a7dbc72ee92aeba009"
  5725. },
  5726. "dist": {
  5727. "type": "zip",
  5728. "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/9771a09d2e6b84ecb8c9f0a7dbc72ee92aeba009",
  5729. "reference": "9771a09d2e6b84ecb8c9f0a7dbc72ee92aeba009",
  5730. "shasum": "",
  5731. "mirrors": [
  5732. {
  5733. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5734. "preferred": true
  5735. }
  5736. ]
  5737. },
  5738. "require": {
  5739. "php": ">=7.2.5",
  5740. "psr/cache": "^1.0"
  5741. },
  5742. "suggest": {
  5743. "symfony/cache-implementation": ""
  5744. },
  5745. "type": "library",
  5746. "extra": {
  5747. "branch-alias": {
  5748. "dev-master": "2.1-dev"
  5749. },
  5750. "thanks": {
  5751. "name": "symfony/contracts",
  5752. "url": "https://github.com/symfony/contracts"
  5753. }
  5754. },
  5755. "autoload": {
  5756. "psr-4": {
  5757. "Symfony\\Contracts\\Cache\\": ""
  5758. }
  5759. },
  5760. "notification-url": "https://packagist.org/downloads/",
  5761. "license": [
  5762. "MIT"
  5763. ],
  5764. "authors": [
  5765. {
  5766. "name": "Nicolas Grekas",
  5767. "email": "p@tchwork.com"
  5768. },
  5769. {
  5770. "name": "Symfony Community",
  5771. "homepage": "https://symfony.com/contributors"
  5772. }
  5773. ],
  5774. "description": "Generic abstractions related to caching",
  5775. "homepage": "https://symfony.com",
  5776. "keywords": [
  5777. "abstractions",
  5778. "contracts",
  5779. "decoupling",
  5780. "interfaces",
  5781. "interoperability",
  5782. "standards"
  5783. ],
  5784. "funding": [
  5785. {
  5786. "url": "https://symfony.com/sponsor",
  5787. "type": "custom"
  5788. },
  5789. {
  5790. "url": "https://github.com/fabpot",
  5791. "type": "github"
  5792. },
  5793. {
  5794. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5795. "type": "tidelift"
  5796. }
  5797. ],
  5798. "time": "2020-07-06T13:23:11+00:00"
  5799. },
  5800. {
  5801. "name": "symfony/console",
  5802. "version": "v5.1.2",
  5803. "source": {
  5804. "type": "git",
  5805. "url": "https://github.com/symfony/console.git",
  5806. "reference": "34ac555a3627e324b660e318daa07572e1140123"
  5807. },
  5808. "dist": {
  5809. "type": "zip",
  5810. "url": "https://api.github.com/repos/symfony/console/zipball/34ac555a3627e324b660e318daa07572e1140123",
  5811. "reference": "34ac555a3627e324b660e318daa07572e1140123",
  5812. "shasum": "",
  5813. "mirrors": [
  5814. {
  5815. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5816. "preferred": true
  5817. }
  5818. ]
  5819. },
  5820. "require": {
  5821. "php": ">=7.2.5",
  5822. "symfony/polyfill-mbstring": "~1.0",
  5823. "symfony/polyfill-php73": "^1.8",
  5824. "symfony/polyfill-php80": "^1.15",
  5825. "symfony/service-contracts": "^1.1|^2",
  5826. "symfony/string": "^5.1"
  5827. },
  5828. "conflict": {
  5829. "symfony/dependency-injection": "<4.4",
  5830. "symfony/dotenv": "<5.1",
  5831. "symfony/event-dispatcher": "<4.4",
  5832. "symfony/lock": "<4.4",
  5833. "symfony/process": "<4.4"
  5834. },
  5835. "provide": {
  5836. "psr/log-implementation": "1.0"
  5837. },
  5838. "require-dev": {
  5839. "psr/log": "~1.0",
  5840. "symfony/config": "^4.4|^5.0",
  5841. "symfony/dependency-injection": "^4.4|^5.0",
  5842. "symfony/event-dispatcher": "^4.4|^5.0",
  5843. "symfony/lock": "^4.4|^5.0",
  5844. "symfony/process": "^4.4|^5.0",
  5845. "symfony/var-dumper": "^4.4|^5.0"
  5846. },
  5847. "suggest": {
  5848. "psr/log": "For using the console logger",
  5849. "symfony/event-dispatcher": "",
  5850. "symfony/lock": "",
  5851. "symfony/process": ""
  5852. },
  5853. "type": "library",
  5854. "extra": {
  5855. "branch-alias": {
  5856. "dev-master": "5.1-dev"
  5857. }
  5858. },
  5859. "autoload": {
  5860. "psr-4": {
  5861. "Symfony\\Component\\Console\\": ""
  5862. },
  5863. "exclude-from-classmap": [
  5864. "/Tests/"
  5865. ]
  5866. },
  5867. "notification-url": "https://packagist.org/downloads/",
  5868. "license": [
  5869. "MIT"
  5870. ],
  5871. "authors": [
  5872. {
  5873. "name": "Fabien Potencier",
  5874. "email": "fabien@symfony.com"
  5875. },
  5876. {
  5877. "name": "Symfony Community",
  5878. "homepage": "https://symfony.com/contributors"
  5879. }
  5880. ],
  5881. "description": "Symfony Console Component",
  5882. "homepage": "https://symfony.com",
  5883. "time": "2020-06-15T12:59:21+00:00"
  5884. },
  5885. {
  5886. "name": "symfony/deprecation-contracts",
  5887. "version": "v2.1.3",
  5888. "source": {
  5889. "type": "git",
  5890. "url": "https://github.com/symfony/deprecation-contracts.git",
  5891. "reference": "5e20b83385a77593259c9f8beb2c43cd03b2ac14"
  5892. },
  5893. "dist": {
  5894. "type": "zip",
  5895. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5e20b83385a77593259c9f8beb2c43cd03b2ac14",
  5896. "reference": "5e20b83385a77593259c9f8beb2c43cd03b2ac14",
  5897. "shasum": "",
  5898. "mirrors": [
  5899. {
  5900. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5901. "preferred": true
  5902. }
  5903. ]
  5904. },
  5905. "require": {
  5906. "php": ">=7.1"
  5907. },
  5908. "type": "library",
  5909. "extra": {
  5910. "branch-alias": {
  5911. "dev-master": "2.1-dev"
  5912. },
  5913. "thanks": {
  5914. "name": "symfony/contracts",
  5915. "url": "https://github.com/symfony/contracts"
  5916. }
  5917. },
  5918. "autoload": {
  5919. "files": [
  5920. "function.php"
  5921. ]
  5922. },
  5923. "notification-url": "https://packagist.org/downloads/",
  5924. "license": [
  5925. "MIT"
  5926. ],
  5927. "authors": [
  5928. {
  5929. "name": "Nicolas Grekas",
  5930. "email": "p@tchwork.com"
  5931. },
  5932. {
  5933. "name": "Symfony Community",
  5934. "homepage": "https://symfony.com/contributors"
  5935. }
  5936. ],
  5937. "description": "A generic function and convention to trigger deprecation notices",
  5938. "homepage": "https://symfony.com",
  5939. "time": "2020-06-06T08:49:21+00:00"
  5940. },
  5941. {
  5942. "name": "symfony/event-dispatcher",
  5943. "version": "v5.1.2",
  5944. "source": {
  5945. "type": "git",
  5946. "url": "https://github.com/symfony/event-dispatcher.git",
  5947. "reference": "cc0d059e2e997e79ca34125a52f3e33de4424ac7"
  5948. },
  5949. "dist": {
  5950. "type": "zip",
  5951. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/cc0d059e2e997e79ca34125a52f3e33de4424ac7",
  5952. "reference": "cc0d059e2e997e79ca34125a52f3e33de4424ac7",
  5953. "shasum": "",
  5954. "mirrors": [
  5955. {
  5956. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5957. "preferred": true
  5958. }
  5959. ]
  5960. },
  5961. "require": {
  5962. "php": ">=7.2.5",
  5963. "symfony/deprecation-contracts": "^2.1",
  5964. "symfony/event-dispatcher-contracts": "^2",
  5965. "symfony/polyfill-php80": "^1.15"
  5966. },
  5967. "conflict": {
  5968. "symfony/dependency-injection": "<4.4"
  5969. },
  5970. "provide": {
  5971. "psr/event-dispatcher-implementation": "1.0",
  5972. "symfony/event-dispatcher-implementation": "2.0"
  5973. },
  5974. "require-dev": {
  5975. "psr/log": "~1.0",
  5976. "symfony/config": "^4.4|^5.0",
  5977. "symfony/dependency-injection": "^4.4|^5.0",
  5978. "symfony/expression-language": "^4.4|^5.0",
  5979. "symfony/http-foundation": "^4.4|^5.0",
  5980. "symfony/service-contracts": "^1.1|^2",
  5981. "symfony/stopwatch": "^4.4|^5.0"
  5982. },
  5983. "suggest": {
  5984. "symfony/dependency-injection": "",
  5985. "symfony/http-kernel": ""
  5986. },
  5987. "type": "library",
  5988. "extra": {
  5989. "branch-alias": {
  5990. "dev-master": "5.1-dev"
  5991. }
  5992. },
  5993. "autoload": {
  5994. "psr-4": {
  5995. "Symfony\\Component\\EventDispatcher\\": ""
  5996. },
  5997. "exclude-from-classmap": [
  5998. "/Tests/"
  5999. ]
  6000. },
  6001. "notification-url": "https://packagist.org/downloads/",
  6002. "license": [
  6003. "MIT"
  6004. ],
  6005. "authors": [
  6006. {
  6007. "name": "Fabien Potencier",
  6008. "email": "fabien@symfony.com"
  6009. },
  6010. {
  6011. "name": "Symfony Community",
  6012. "homepage": "https://symfony.com/contributors"
  6013. }
  6014. ],
  6015. "description": "Symfony EventDispatcher Component",
  6016. "homepage": "https://symfony.com",
  6017. "time": "2020-05-20T17:43:50+00:00"
  6018. },
  6019. {
  6020. "name": "symfony/event-dispatcher-contracts",
  6021. "version": "v2.1.3",
  6022. "source": {
  6023. "type": "git",
  6024. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  6025. "reference": "f6f613d74cfc5a623fc36294d3451eb7fa5a042b"
  6026. },
  6027. "dist": {
  6028. "type": "zip",
  6029. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f6f613d74cfc5a623fc36294d3451eb7fa5a042b",
  6030. "reference": "f6f613d74cfc5a623fc36294d3451eb7fa5a042b",
  6031. "shasum": "",
  6032. "mirrors": [
  6033. {
  6034. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6035. "preferred": true
  6036. }
  6037. ]
  6038. },
  6039. "require": {
  6040. "php": ">=7.2.5",
  6041. "psr/event-dispatcher": "^1"
  6042. },
  6043. "suggest": {
  6044. "symfony/event-dispatcher-implementation": ""
  6045. },
  6046. "type": "library",
  6047. "extra": {
  6048. "branch-alias": {
  6049. "dev-master": "2.1-dev"
  6050. },
  6051. "thanks": {
  6052. "name": "symfony/contracts",
  6053. "url": "https://github.com/symfony/contracts"
  6054. }
  6055. },
  6056. "autoload": {
  6057. "psr-4": {
  6058. "Symfony\\Contracts\\EventDispatcher\\": ""
  6059. }
  6060. },
  6061. "notification-url": "https://packagist.org/downloads/",
  6062. "license": [
  6063. "MIT"
  6064. ],
  6065. "authors": [
  6066. {
  6067. "name": "Nicolas Grekas",
  6068. "email": "p@tchwork.com"
  6069. },
  6070. {
  6071. "name": "Symfony Community",
  6072. "homepage": "https://symfony.com/contributors"
  6073. }
  6074. ],
  6075. "description": "Generic abstractions related to dispatching event",
  6076. "homepage": "https://symfony.com",
  6077. "keywords": [
  6078. "abstractions",
  6079. "contracts",
  6080. "decoupling",
  6081. "interfaces",
  6082. "interoperability",
  6083. "standards"
  6084. ],
  6085. "time": "2020-07-06T13:23:11+00:00"
  6086. },
  6087. {
  6088. "name": "symfony/finder",
  6089. "version": "v5.1.2",
  6090. "source": {
  6091. "type": "git",
  6092. "url": "https://github.com/symfony/finder.git",
  6093. "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187"
  6094. },
  6095. "dist": {
  6096. "type": "zip",
  6097. "url": "https://api.github.com/repos/symfony/finder/zipball/4298870062bfc667cb78d2b379be4bf5dec5f187",
  6098. "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187",
  6099. "shasum": "",
  6100. "mirrors": [
  6101. {
  6102. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6103. "preferred": true
  6104. }
  6105. ]
  6106. },
  6107. "require": {
  6108. "php": ">=7.2.5"
  6109. },
  6110. "type": "library",
  6111. "extra": {
  6112. "branch-alias": {
  6113. "dev-master": "5.1-dev"
  6114. }
  6115. },
  6116. "autoload": {
  6117. "psr-4": {
  6118. "Symfony\\Component\\Finder\\": ""
  6119. },
  6120. "exclude-from-classmap": [
  6121. "/Tests/"
  6122. ]
  6123. },
  6124. "notification-url": "https://packagist.org/downloads/",
  6125. "license": [
  6126. "MIT"
  6127. ],
  6128. "authors": [
  6129. {
  6130. "name": "Fabien Potencier",
  6131. "email": "fabien@symfony.com"
  6132. },
  6133. {
  6134. "name": "Symfony Community",
  6135. "homepage": "https://symfony.com/contributors"
  6136. }
  6137. ],
  6138. "description": "Symfony Finder Component",
  6139. "homepage": "https://symfony.com",
  6140. "time": "2020-05-20T17:43:50+00:00"
  6141. },
  6142. {
  6143. "name": "symfony/http-foundation",
  6144. "version": "v5.1.3",
  6145. "source": {
  6146. "type": "git",
  6147. "url": "https://github.com/symfony/http-foundation.git",
  6148. "reference": "1f0d6627e680591c61e9176f04a0dc887b4e6702"
  6149. },
  6150. "dist": {
  6151. "type": "zip",
  6152. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/1f0d6627e680591c61e9176f04a0dc887b4e6702",
  6153. "reference": "1f0d6627e680591c61e9176f04a0dc887b4e6702",
  6154. "shasum": "",
  6155. "mirrors": [
  6156. {
  6157. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6158. "preferred": true
  6159. }
  6160. ]
  6161. },
  6162. "require": {
  6163. "php": ">=7.2.5",
  6164. "symfony/deprecation-contracts": "^2.1",
  6165. "symfony/polyfill-mbstring": "~1.1",
  6166. "symfony/polyfill-php80": "^1.15"
  6167. },
  6168. "require-dev": {
  6169. "predis/predis": "~1.0",
  6170. "symfony/cache": "^4.4|^5.0",
  6171. "symfony/expression-language": "^4.4|^5.0",
  6172. "symfony/mime": "^4.4|^5.0"
  6173. },
  6174. "suggest": {
  6175. "symfony/mime": "To use the file extension guesser"
  6176. },
  6177. "type": "library",
  6178. "extra": {
  6179. "branch-alias": {
  6180. "dev-master": "5.1-dev"
  6181. }
  6182. },
  6183. "autoload": {
  6184. "psr-4": {
  6185. "Symfony\\Component\\HttpFoundation\\": ""
  6186. },
  6187. "exclude-from-classmap": [
  6188. "/Tests/"
  6189. ]
  6190. },
  6191. "notification-url": "https://packagist.org/downloads/",
  6192. "license": [
  6193. "MIT"
  6194. ],
  6195. "authors": [
  6196. {
  6197. "name": "Fabien Potencier",
  6198. "email": "fabien@symfony.com"
  6199. },
  6200. {
  6201. "name": "Symfony Community",
  6202. "homepage": "https://symfony.com/contributors"
  6203. }
  6204. ],
  6205. "description": "Symfony HttpFoundation Component",
  6206. "homepage": "https://symfony.com",
  6207. "funding": [
  6208. {
  6209. "url": "https://symfony.com/sponsor",
  6210. "type": "custom"
  6211. },
  6212. {
  6213. "url": "https://github.com/fabpot",
  6214. "type": "github"
  6215. },
  6216. {
  6217. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6218. "type": "tidelift"
  6219. }
  6220. ],
  6221. "time": "2020-07-23T10:04:31+00:00"
  6222. },
  6223. {
  6224. "name": "symfony/polyfill-ctype",
  6225. "version": "v1.18.0",
  6226. "source": {
  6227. "type": "git",
  6228. "url": "https://github.com/symfony/polyfill-ctype.git",
  6229. "reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
  6230. },
  6231. "dist": {
  6232. "type": "zip",
  6233. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
  6234. "reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
  6235. "shasum": "",
  6236. "mirrors": [
  6237. {
  6238. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6239. "preferred": true
  6240. }
  6241. ]
  6242. },
  6243. "require": {
  6244. "php": ">=5.3.3"
  6245. },
  6246. "suggest": {
  6247. "ext-ctype": "For best performance"
  6248. },
  6249. "type": "library",
  6250. "extra": {
  6251. "branch-alias": {
  6252. "dev-master": "1.18-dev"
  6253. },
  6254. "thanks": {
  6255. "name": "symfony/polyfill",
  6256. "url": "https://github.com/symfony/polyfill"
  6257. }
  6258. },
  6259. "autoload": {
  6260. "psr-4": {
  6261. "Symfony\\Polyfill\\Ctype\\": ""
  6262. },
  6263. "files": [
  6264. "bootstrap.php"
  6265. ]
  6266. },
  6267. "notification-url": "https://packagist.org/downloads/",
  6268. "license": [
  6269. "MIT"
  6270. ],
  6271. "authors": [
  6272. {
  6273. "name": "Gert de Pagter",
  6274. "email": "BackEndTea@gmail.com"
  6275. },
  6276. {
  6277. "name": "Symfony Community",
  6278. "homepage": "https://symfony.com/contributors"
  6279. }
  6280. ],
  6281. "description": "Symfony polyfill for ctype functions",
  6282. "homepage": "https://symfony.com",
  6283. "keywords": [
  6284. "compatibility",
  6285. "ctype",
  6286. "polyfill",
  6287. "portable"
  6288. ],
  6289. "time": "2020-07-14T12:35:20+00:00"
  6290. },
  6291. {
  6292. "name": "symfony/polyfill-intl-grapheme",
  6293. "version": "v1.18.0",
  6294. "source": {
  6295. "type": "git",
  6296. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  6297. "reference": "b740103edbdcc39602239ee8860f0f45a8eb9aa5"
  6298. },
  6299. "dist": {
  6300. "type": "zip",
  6301. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b740103edbdcc39602239ee8860f0f45a8eb9aa5",
  6302. "reference": "b740103edbdcc39602239ee8860f0f45a8eb9aa5",
  6303. "shasum": "",
  6304. "mirrors": [
  6305. {
  6306. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6307. "preferred": true
  6308. }
  6309. ]
  6310. },
  6311. "require": {
  6312. "php": ">=5.3.3"
  6313. },
  6314. "suggest": {
  6315. "ext-intl": "For best performance"
  6316. },
  6317. "type": "library",
  6318. "extra": {
  6319. "branch-alias": {
  6320. "dev-master": "1.18-dev"
  6321. },
  6322. "thanks": {
  6323. "name": "symfony/polyfill",
  6324. "url": "https://github.com/symfony/polyfill"
  6325. }
  6326. },
  6327. "autoload": {
  6328. "psr-4": {
  6329. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  6330. },
  6331. "files": [
  6332. "bootstrap.php"
  6333. ]
  6334. },
  6335. "notification-url": "https://packagist.org/downloads/",
  6336. "license": [
  6337. "MIT"
  6338. ],
  6339. "authors": [
  6340. {
  6341. "name": "Nicolas Grekas",
  6342. "email": "p@tchwork.com"
  6343. },
  6344. {
  6345. "name": "Symfony Community",
  6346. "homepage": "https://symfony.com/contributors"
  6347. }
  6348. ],
  6349. "description": "Symfony polyfill for intl's grapheme_* functions",
  6350. "homepage": "https://symfony.com",
  6351. "keywords": [
  6352. "compatibility",
  6353. "grapheme",
  6354. "intl",
  6355. "polyfill",
  6356. "portable",
  6357. "shim"
  6358. ],
  6359. "time": "2020-07-14T12:35:20+00:00"
  6360. },
  6361. {
  6362. "name": "symfony/polyfill-intl-idn",
  6363. "version": "v1.18.0",
  6364. "source": {
  6365. "type": "git",
  6366. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  6367. "reference": "bc6549d068d0160e0f10f7a5a23c7d1406b95ebe"
  6368. },
  6369. "dist": {
  6370. "type": "zip",
  6371. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/bc6549d068d0160e0f10f7a5a23c7d1406b95ebe",
  6372. "reference": "bc6549d068d0160e0f10f7a5a23c7d1406b95ebe",
  6373. "shasum": "",
  6374. "mirrors": [
  6375. {
  6376. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6377. "preferred": true
  6378. }
  6379. ]
  6380. },
  6381. "require": {
  6382. "php": ">=5.3.3",
  6383. "symfony/polyfill-intl-normalizer": "^1.10",
  6384. "symfony/polyfill-php70": "^1.10",
  6385. "symfony/polyfill-php72": "^1.10"
  6386. },
  6387. "suggest": {
  6388. "ext-intl": "For best performance"
  6389. },
  6390. "type": "library",
  6391. "extra": {
  6392. "branch-alias": {
  6393. "dev-master": "1.18-dev"
  6394. },
  6395. "thanks": {
  6396. "name": "symfony/polyfill",
  6397. "url": "https://github.com/symfony/polyfill"
  6398. }
  6399. },
  6400. "autoload": {
  6401. "psr-4": {
  6402. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  6403. },
  6404. "files": [
  6405. "bootstrap.php"
  6406. ]
  6407. },
  6408. "notification-url": "https://packagist.org/downloads/",
  6409. "license": [
  6410. "MIT"
  6411. ],
  6412. "authors": [
  6413. {
  6414. "name": "Laurent Bassin",
  6415. "email": "laurent@bassin.info"
  6416. },
  6417. {
  6418. "name": "Trevor Rowbotham",
  6419. "email": "trevor.rowbotham@pm.me"
  6420. },
  6421. {
  6422. "name": "Symfony Community",
  6423. "homepage": "https://symfony.com/contributors"
  6424. }
  6425. ],
  6426. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  6427. "homepage": "https://symfony.com",
  6428. "keywords": [
  6429. "compatibility",
  6430. "idn",
  6431. "intl",
  6432. "polyfill",
  6433. "portable",
  6434. "shim"
  6435. ],
  6436. "time": "2020-07-14T12:35:20+00:00"
  6437. },
  6438. {
  6439. "name": "symfony/polyfill-intl-normalizer",
  6440. "version": "v1.18.0",
  6441. "source": {
  6442. "type": "git",
  6443. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  6444. "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e"
  6445. },
  6446. "dist": {
  6447. "type": "zip",
  6448. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
  6449. "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
  6450. "shasum": "",
  6451. "mirrors": [
  6452. {
  6453. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6454. "preferred": true
  6455. }
  6456. ]
  6457. },
  6458. "require": {
  6459. "php": ">=5.3.3"
  6460. },
  6461. "suggest": {
  6462. "ext-intl": "For best performance"
  6463. },
  6464. "type": "library",
  6465. "extra": {
  6466. "branch-alias": {
  6467. "dev-master": "1.18-dev"
  6468. },
  6469. "thanks": {
  6470. "name": "symfony/polyfill",
  6471. "url": "https://github.com/symfony/polyfill"
  6472. }
  6473. },
  6474. "autoload": {
  6475. "psr-4": {
  6476. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  6477. },
  6478. "files": [
  6479. "bootstrap.php"
  6480. ],
  6481. "classmap": [
  6482. "Resources/stubs"
  6483. ]
  6484. },
  6485. "notification-url": "https://packagist.org/downloads/",
  6486. "license": [
  6487. "MIT"
  6488. ],
  6489. "authors": [
  6490. {
  6491. "name": "Nicolas Grekas",
  6492. "email": "p@tchwork.com"
  6493. },
  6494. {
  6495. "name": "Symfony Community",
  6496. "homepage": "https://symfony.com/contributors"
  6497. }
  6498. ],
  6499. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  6500. "homepage": "https://symfony.com",
  6501. "keywords": [
  6502. "compatibility",
  6503. "intl",
  6504. "normalizer",
  6505. "polyfill",
  6506. "portable",
  6507. "shim"
  6508. ],
  6509. "time": "2020-07-14T12:35:20+00:00"
  6510. },
  6511. {
  6512. "name": "symfony/polyfill-mbstring",
  6513. "version": "v1.18.0",
  6514. "source": {
  6515. "type": "git",
  6516. "url": "https://github.com/symfony/polyfill-mbstring.git",
  6517. "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
  6518. },
  6519. "dist": {
  6520. "type": "zip",
  6521. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
  6522. "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
  6523. "shasum": "",
  6524. "mirrors": [
  6525. {
  6526. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6527. "preferred": true
  6528. }
  6529. ]
  6530. },
  6531. "require": {
  6532. "php": ">=5.3.3"
  6533. },
  6534. "suggest": {
  6535. "ext-mbstring": "For best performance"
  6536. },
  6537. "type": "library",
  6538. "extra": {
  6539. "branch-alias": {
  6540. "dev-master": "1.18-dev"
  6541. },
  6542. "thanks": {
  6543. "name": "symfony/polyfill",
  6544. "url": "https://github.com/symfony/polyfill"
  6545. }
  6546. },
  6547. "autoload": {
  6548. "psr-4": {
  6549. "Symfony\\Polyfill\\Mbstring\\": ""
  6550. },
  6551. "files": [
  6552. "bootstrap.php"
  6553. ]
  6554. },
  6555. "notification-url": "https://packagist.org/downloads/",
  6556. "license": [
  6557. "MIT"
  6558. ],
  6559. "authors": [
  6560. {
  6561. "name": "Nicolas Grekas",
  6562. "email": "p@tchwork.com"
  6563. },
  6564. {
  6565. "name": "Symfony Community",
  6566. "homepage": "https://symfony.com/contributors"
  6567. }
  6568. ],
  6569. "description": "Symfony polyfill for the Mbstring extension",
  6570. "homepage": "https://symfony.com",
  6571. "keywords": [
  6572. "compatibility",
  6573. "mbstring",
  6574. "polyfill",
  6575. "portable",
  6576. "shim"
  6577. ],
  6578. "time": "2020-07-14T12:35:20+00:00"
  6579. },
  6580. {
  6581. "name": "symfony/polyfill-php70",
  6582. "version": "v1.18.0",
  6583. "source": {
  6584. "type": "git",
  6585. "url": "https://github.com/symfony/polyfill-php70.git",
  6586. "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3"
  6587. },
  6588. "dist": {
  6589. "type": "zip",
  6590. "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
  6591. "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
  6592. "shasum": "",
  6593. "mirrors": [
  6594. {
  6595. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6596. "preferred": true
  6597. }
  6598. ]
  6599. },
  6600. "require": {
  6601. "paragonie/random_compat": "~1.0|~2.0|~9.99",
  6602. "php": ">=5.3.3"
  6603. },
  6604. "type": "library",
  6605. "extra": {
  6606. "branch-alias": {
  6607. "dev-master": "1.18-dev"
  6608. },
  6609. "thanks": {
  6610. "name": "symfony/polyfill",
  6611. "url": "https://github.com/symfony/polyfill"
  6612. }
  6613. },
  6614. "autoload": {
  6615. "psr-4": {
  6616. "Symfony\\Polyfill\\Php70\\": ""
  6617. },
  6618. "files": [
  6619. "bootstrap.php"
  6620. ],
  6621. "classmap": [
  6622. "Resources/stubs"
  6623. ]
  6624. },
  6625. "notification-url": "https://packagist.org/downloads/",
  6626. "license": [
  6627. "MIT"
  6628. ],
  6629. "authors": [
  6630. {
  6631. "name": "Nicolas Grekas",
  6632. "email": "p@tchwork.com"
  6633. },
  6634. {
  6635. "name": "Symfony Community",
  6636. "homepage": "https://symfony.com/contributors"
  6637. }
  6638. ],
  6639. "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
  6640. "homepage": "https://symfony.com",
  6641. "keywords": [
  6642. "compatibility",
  6643. "polyfill",
  6644. "portable",
  6645. "shim"
  6646. ],
  6647. "time": "2020-07-14T12:35:20+00:00"
  6648. },
  6649. {
  6650. "name": "symfony/polyfill-php72",
  6651. "version": "v1.18.0",
  6652. "source": {
  6653. "type": "git",
  6654. "url": "https://github.com/symfony/polyfill-php72.git",
  6655. "reference": "639447d008615574653fb3bc60d1986d7172eaae"
  6656. },
  6657. "dist": {
  6658. "type": "zip",
  6659. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae",
  6660. "reference": "639447d008615574653fb3bc60d1986d7172eaae",
  6661. "shasum": "",
  6662. "mirrors": [
  6663. {
  6664. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6665. "preferred": true
  6666. }
  6667. ]
  6668. },
  6669. "require": {
  6670. "php": ">=5.3.3"
  6671. },
  6672. "type": "library",
  6673. "extra": {
  6674. "branch-alias": {
  6675. "dev-master": "1.18-dev"
  6676. },
  6677. "thanks": {
  6678. "name": "symfony/polyfill",
  6679. "url": "https://github.com/symfony/polyfill"
  6680. }
  6681. },
  6682. "autoload": {
  6683. "psr-4": {
  6684. "Symfony\\Polyfill\\Php72\\": ""
  6685. },
  6686. "files": [
  6687. "bootstrap.php"
  6688. ]
  6689. },
  6690. "notification-url": "https://packagist.org/downloads/",
  6691. "license": [
  6692. "MIT"
  6693. ],
  6694. "authors": [
  6695. {
  6696. "name": "Nicolas Grekas",
  6697. "email": "p@tchwork.com"
  6698. },
  6699. {
  6700. "name": "Symfony Community",
  6701. "homepage": "https://symfony.com/contributors"
  6702. }
  6703. ],
  6704. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  6705. "homepage": "https://symfony.com",
  6706. "keywords": [
  6707. "compatibility",
  6708. "polyfill",
  6709. "portable",
  6710. "shim"
  6711. ],
  6712. "time": "2020-07-14T12:35:20+00:00"
  6713. },
  6714. {
  6715. "name": "symfony/polyfill-php73",
  6716. "version": "v1.18.0",
  6717. "source": {
  6718. "type": "git",
  6719. "url": "https://github.com/symfony/polyfill-php73.git",
  6720. "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca"
  6721. },
  6722. "dist": {
  6723. "type": "zip",
  6724. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
  6725. "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
  6726. "shasum": "",
  6727. "mirrors": [
  6728. {
  6729. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6730. "preferred": true
  6731. }
  6732. ]
  6733. },
  6734. "require": {
  6735. "php": ">=5.3.3"
  6736. },
  6737. "type": "library",
  6738. "extra": {
  6739. "branch-alias": {
  6740. "dev-master": "1.18-dev"
  6741. },
  6742. "thanks": {
  6743. "name": "symfony/polyfill",
  6744. "url": "https://github.com/symfony/polyfill"
  6745. }
  6746. },
  6747. "autoload": {
  6748. "psr-4": {
  6749. "Symfony\\Polyfill\\Php73\\": ""
  6750. },
  6751. "files": [
  6752. "bootstrap.php"
  6753. ],
  6754. "classmap": [
  6755. "Resources/stubs"
  6756. ]
  6757. },
  6758. "notification-url": "https://packagist.org/downloads/",
  6759. "license": [
  6760. "MIT"
  6761. ],
  6762. "authors": [
  6763. {
  6764. "name": "Nicolas Grekas",
  6765. "email": "p@tchwork.com"
  6766. },
  6767. {
  6768. "name": "Symfony Community",
  6769. "homepage": "https://symfony.com/contributors"
  6770. }
  6771. ],
  6772. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  6773. "homepage": "https://symfony.com",
  6774. "keywords": [
  6775. "compatibility",
  6776. "polyfill",
  6777. "portable",
  6778. "shim"
  6779. ],
  6780. "time": "2020-07-14T12:35:20+00:00"
  6781. },
  6782. {
  6783. "name": "symfony/polyfill-php80",
  6784. "version": "v1.18.0",
  6785. "source": {
  6786. "type": "git",
  6787. "url": "https://github.com/symfony/polyfill-php80.git",
  6788. "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981"
  6789. },
  6790. "dist": {
  6791. "type": "zip",
  6792. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/d87d5766cbf48d72388a9f6b85f280c8ad51f981",
  6793. "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981",
  6794. "shasum": "",
  6795. "mirrors": [
  6796. {
  6797. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6798. "preferred": true
  6799. }
  6800. ]
  6801. },
  6802. "require": {
  6803. "php": ">=7.0.8"
  6804. },
  6805. "type": "library",
  6806. "extra": {
  6807. "branch-alias": {
  6808. "dev-master": "1.18-dev"
  6809. },
  6810. "thanks": {
  6811. "name": "symfony/polyfill",
  6812. "url": "https://github.com/symfony/polyfill"
  6813. }
  6814. },
  6815. "autoload": {
  6816. "psr-4": {
  6817. "Symfony\\Polyfill\\Php80\\": ""
  6818. },
  6819. "files": [
  6820. "bootstrap.php"
  6821. ],
  6822. "classmap": [
  6823. "Resources/stubs"
  6824. ]
  6825. },
  6826. "notification-url": "https://packagist.org/downloads/",
  6827. "license": [
  6828. "MIT"
  6829. ],
  6830. "authors": [
  6831. {
  6832. "name": "Ion Bazan",
  6833. "email": "ion.bazan@gmail.com"
  6834. },
  6835. {
  6836. "name": "Nicolas Grekas",
  6837. "email": "p@tchwork.com"
  6838. },
  6839. {
  6840. "name": "Symfony Community",
  6841. "homepage": "https://symfony.com/contributors"
  6842. }
  6843. ],
  6844. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  6845. "homepage": "https://symfony.com",
  6846. "keywords": [
  6847. "compatibility",
  6848. "polyfill",
  6849. "portable",
  6850. "shim"
  6851. ],
  6852. "time": "2020-07-14T12:35:20+00:00"
  6853. },
  6854. {
  6855. "name": "symfony/property-access",
  6856. "version": "v5.1.3",
  6857. "source": {
  6858. "type": "git",
  6859. "url": "https://github.com/symfony/property-access.git",
  6860. "reference": "eb617a57fc38f43bf4208dcbdb2dab3c14d9cbd9"
  6861. },
  6862. "dist": {
  6863. "type": "zip",
  6864. "url": "https://api.github.com/repos/symfony/property-access/zipball/eb617a57fc38f43bf4208dcbdb2dab3c14d9cbd9",
  6865. "reference": "eb617a57fc38f43bf4208dcbdb2dab3c14d9cbd9",
  6866. "shasum": "",
  6867. "mirrors": [
  6868. {
  6869. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6870. "preferred": true
  6871. }
  6872. ]
  6873. },
  6874. "require": {
  6875. "php": ">=7.2.5",
  6876. "symfony/polyfill-php80": "^1.15",
  6877. "symfony/property-info": "^5.1.1"
  6878. },
  6879. "require-dev": {
  6880. "symfony/cache": "^4.4|^5.0"
  6881. },
  6882. "suggest": {
  6883. "psr/cache-implementation": "To cache access methods."
  6884. },
  6885. "type": "library",
  6886. "extra": {
  6887. "branch-alias": {
  6888. "dev-master": "5.1-dev"
  6889. }
  6890. },
  6891. "autoload": {
  6892. "psr-4": {
  6893. "Symfony\\Component\\PropertyAccess\\": ""
  6894. },
  6895. "exclude-from-classmap": [
  6896. "/Tests/"
  6897. ]
  6898. },
  6899. "notification-url": "https://packagist.org/downloads/",
  6900. "license": [
  6901. "MIT"
  6902. ],
  6903. "authors": [
  6904. {
  6905. "name": "Fabien Potencier",
  6906. "email": "fabien@symfony.com"
  6907. },
  6908. {
  6909. "name": "Symfony Community",
  6910. "homepage": "https://symfony.com/contributors"
  6911. }
  6912. ],
  6913. "description": "Symfony PropertyAccess Component",
  6914. "homepage": "https://symfony.com",
  6915. "keywords": [
  6916. "access",
  6917. "array",
  6918. "extraction",
  6919. "index",
  6920. "injection",
  6921. "object",
  6922. "property",
  6923. "property path",
  6924. "reflection"
  6925. ],
  6926. "funding": [
  6927. {
  6928. "url": "https://symfony.com/sponsor",
  6929. "type": "custom"
  6930. },
  6931. {
  6932. "url": "https://github.com/fabpot",
  6933. "type": "github"
  6934. },
  6935. {
  6936. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6937. "type": "tidelift"
  6938. }
  6939. ],
  6940. "time": "2020-07-03T07:49:29+00:00"
  6941. },
  6942. {
  6943. "name": "symfony/property-info",
  6944. "version": "v5.1.3",
  6945. "source": {
  6946. "type": "git",
  6947. "url": "https://github.com/symfony/property-info.git",
  6948. "reference": "0c4813930953f6db6c62ebec8ee695a897b89020"
  6949. },
  6950. "dist": {
  6951. "type": "zip",
  6952. "url": "https://api.github.com/repos/symfony/property-info/zipball/0c4813930953f6db6c62ebec8ee695a897b89020",
  6953. "reference": "0c4813930953f6db6c62ebec8ee695a897b89020",
  6954. "shasum": "",
  6955. "mirrors": [
  6956. {
  6957. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6958. "preferred": true
  6959. }
  6960. ]
  6961. },
  6962. "require": {
  6963. "php": ">=7.2.5",
  6964. "symfony/polyfill-php80": "^1.15",
  6965. "symfony/string": "^5.1"
  6966. },
  6967. "conflict": {
  6968. "phpdocumentor/reflection-docblock": "<3.2.2",
  6969. "phpdocumentor/type-resolver": "<0.3.0",
  6970. "symfony/dependency-injection": "<4.4"
  6971. },
  6972. "require-dev": {
  6973. "doctrine/annotations": "~1.7",
  6974. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  6975. "symfony/cache": "^4.4|^5.0",
  6976. "symfony/dependency-injection": "^4.4|^5.0",
  6977. "symfony/serializer": "^4.4|^5.0"
  6978. },
  6979. "suggest": {
  6980. "phpdocumentor/reflection-docblock": "To use the PHPDoc",
  6981. "psr/cache-implementation": "To cache results",
  6982. "symfony/doctrine-bridge": "To use Doctrine metadata",
  6983. "symfony/serializer": "To use Serializer metadata"
  6984. },
  6985. "type": "library",
  6986. "extra": {
  6987. "branch-alias": {
  6988. "dev-master": "5.1-dev"
  6989. }
  6990. },
  6991. "autoload": {
  6992. "psr-4": {
  6993. "Symfony\\Component\\PropertyInfo\\": ""
  6994. },
  6995. "exclude-from-classmap": [
  6996. "/Tests/"
  6997. ]
  6998. },
  6999. "notification-url": "https://packagist.org/downloads/",
  7000. "license": [
  7001. "MIT"
  7002. ],
  7003. "authors": [
  7004. {
  7005. "name": "Kévin Dunglas",
  7006. "email": "dunglas@gmail.com"
  7007. },
  7008. {
  7009. "name": "Symfony Community",
  7010. "homepage": "https://symfony.com/contributors"
  7011. }
  7012. ],
  7013. "description": "Symfony Property Info Component",
  7014. "homepage": "https://symfony.com",
  7015. "keywords": [
  7016. "doctrine",
  7017. "phpdoc",
  7018. "property",
  7019. "symfony",
  7020. "type",
  7021. "validator"
  7022. ],
  7023. "funding": [
  7024. {
  7025. "url": "https://symfony.com/sponsor",
  7026. "type": "custom"
  7027. },
  7028. {
  7029. "url": "https://github.com/fabpot",
  7030. "type": "github"
  7031. },
  7032. {
  7033. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7034. "type": "tidelift"
  7035. }
  7036. ],
  7037. "time": "2020-06-18T21:19:28+00:00"
  7038. },
  7039. {
  7040. "name": "symfony/psr-http-message-bridge",
  7041. "version": "v2.0.1",
  7042. "source": {
  7043. "type": "git",
  7044. "url": "https://github.com/symfony/psr-http-message-bridge.git",
  7045. "reference": "e44f249afab496b4e8c0f7461fb8140eaa4b24d2"
  7046. },
  7047. "dist": {
  7048. "type": "zip",
  7049. "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/e44f249afab496b4e8c0f7461fb8140eaa4b24d2",
  7050. "reference": "e44f249afab496b4e8c0f7461fb8140eaa4b24d2",
  7051. "shasum": "",
  7052. "mirrors": [
  7053. {
  7054. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7055. "preferred": true
  7056. }
  7057. ]
  7058. },
  7059. "require": {
  7060. "php": ">=7.1",
  7061. "psr/http-message": "^1.0",
  7062. "symfony/http-foundation": "^4.4 || ^5.0"
  7063. },
  7064. "require-dev": {
  7065. "nyholm/psr7": "^1.1",
  7066. "symfony/phpunit-bridge": "^4.4 || ^5.0"
  7067. },
  7068. "suggest": {
  7069. "nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
  7070. },
  7071. "type": "symfony-bridge",
  7072. "extra": {
  7073. "branch-alias": {
  7074. "dev-master": "2.0-dev"
  7075. }
  7076. },
  7077. "autoload": {
  7078. "psr-4": {
  7079. "Symfony\\Bridge\\PsrHttpMessage\\": ""
  7080. },
  7081. "exclude-from-classmap": [
  7082. "/Tests/"
  7083. ]
  7084. },
  7085. "notification-url": "https://packagist.org/downloads/",
  7086. "license": [
  7087. "MIT"
  7088. ],
  7089. "authors": [
  7090. {
  7091. "name": "Fabien Potencier",
  7092. "email": "fabien@symfony.com"
  7093. },
  7094. {
  7095. "name": "Symfony Community",
  7096. "homepage": "http://symfony.com/contributors"
  7097. }
  7098. ],
  7099. "description": "PSR HTTP message bridge",
  7100. "homepage": "http://symfony.com",
  7101. "keywords": [
  7102. "http",
  7103. "http-message",
  7104. "psr-17",
  7105. "psr-7"
  7106. ],
  7107. "funding": [
  7108. {
  7109. "url": "https://symfony.com/sponsor",
  7110. "type": "custom"
  7111. },
  7112. {
  7113. "url": "https://github.com/fabpot",
  7114. "type": "github"
  7115. },
  7116. {
  7117. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7118. "type": "tidelift"
  7119. }
  7120. ],
  7121. "time": "2020-06-25T08:21:47+00:00"
  7122. },
  7123. {
  7124. "name": "symfony/serializer",
  7125. "version": "v5.1.3",
  7126. "source": {
  7127. "type": "git",
  7128. "url": "https://github.com/symfony/serializer.git",
  7129. "reference": "c977301a898088f483f7a9b479dd050d84ef3fed"
  7130. },
  7131. "dist": {
  7132. "type": "zip",
  7133. "url": "https://api.github.com/repos/symfony/serializer/zipball/c977301a898088f483f7a9b479dd050d84ef3fed",
  7134. "reference": "c977301a898088f483f7a9b479dd050d84ef3fed",
  7135. "shasum": "",
  7136. "mirrors": [
  7137. {
  7138. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7139. "preferred": true
  7140. }
  7141. ]
  7142. },
  7143. "require": {
  7144. "php": ">=7.2.5",
  7145. "symfony/polyfill-ctype": "~1.8",
  7146. "symfony/polyfill-php80": "^1.15"
  7147. },
  7148. "conflict": {
  7149. "phpdocumentor/type-resolver": "<0.2.1",
  7150. "symfony/dependency-injection": "<4.4",
  7151. "symfony/property-access": "<4.4",
  7152. "symfony/property-info": "<4.4",
  7153. "symfony/yaml": "<4.4"
  7154. },
  7155. "require-dev": {
  7156. "doctrine/annotations": "~1.0",
  7157. "doctrine/cache": "~1.0",
  7158. "phpdocumentor/reflection-docblock": "^3.2|^4.0",
  7159. "symfony/cache": "^4.4|^5.0",
  7160. "symfony/config": "^4.4|^5.0",
  7161. "symfony/dependency-injection": "^4.4|^5.0",
  7162. "symfony/error-handler": "^4.4|^5.0",
  7163. "symfony/http-foundation": "^4.4|^5.0",
  7164. "symfony/mime": "^4.4|^5.0",
  7165. "symfony/property-access": "^4.4|^5.0",
  7166. "symfony/property-info": "^4.4|^5.0",
  7167. "symfony/validator": "^4.4|^5.0",
  7168. "symfony/yaml": "^4.4|^5.0"
  7169. },
  7170. "suggest": {
  7171. "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
  7172. "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
  7173. "psr/cache-implementation": "For using the metadata cache.",
  7174. "symfony/config": "For using the XML mapping loader.",
  7175. "symfony/mime": "For using a MIME type guesser within the DataUriNormalizer.",
  7176. "symfony/property-access": "For using the ObjectNormalizer.",
  7177. "symfony/property-info": "To deserialize relations.",
  7178. "symfony/yaml": "For using the default YAML mapping loader."
  7179. },
  7180. "type": "library",
  7181. "extra": {
  7182. "branch-alias": {
  7183. "dev-master": "5.1-dev"
  7184. }
  7185. },
  7186. "autoload": {
  7187. "psr-4": {
  7188. "Symfony\\Component\\Serializer\\": ""
  7189. },
  7190. "exclude-from-classmap": [
  7191. "/Tests/"
  7192. ]
  7193. },
  7194. "notification-url": "https://packagist.org/downloads/",
  7195. "license": [
  7196. "MIT"
  7197. ],
  7198. "authors": [
  7199. {
  7200. "name": "Fabien Potencier",
  7201. "email": "fabien@symfony.com"
  7202. },
  7203. {
  7204. "name": "Symfony Community",
  7205. "homepage": "https://symfony.com/contributors"
  7206. }
  7207. ],
  7208. "description": "Symfony Serializer Component",
  7209. "homepage": "https://symfony.com",
  7210. "funding": [
  7211. {
  7212. "url": "https://symfony.com/sponsor",
  7213. "type": "custom"
  7214. },
  7215. {
  7216. "url": "https://github.com/fabpot",
  7217. "type": "github"
  7218. },
  7219. {
  7220. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7221. "type": "tidelift"
  7222. }
  7223. ],
  7224. "time": "2020-07-23T08:36:24+00:00"
  7225. },
  7226. {
  7227. "name": "symfony/service-contracts",
  7228. "version": "v2.1.3",
  7229. "source": {
  7230. "type": "git",
  7231. "url": "https://github.com/symfony/service-contracts.git",
  7232. "reference": "58c7475e5457c5492c26cc740cc0ad7464be9442"
  7233. },
  7234. "dist": {
  7235. "type": "zip",
  7236. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/58c7475e5457c5492c26cc740cc0ad7464be9442",
  7237. "reference": "58c7475e5457c5492c26cc740cc0ad7464be9442",
  7238. "shasum": "",
  7239. "mirrors": [
  7240. {
  7241. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7242. "preferred": true
  7243. }
  7244. ]
  7245. },
  7246. "require": {
  7247. "php": ">=7.2.5",
  7248. "psr/container": "^1.0"
  7249. },
  7250. "suggest": {
  7251. "symfony/service-implementation": ""
  7252. },
  7253. "type": "library",
  7254. "extra": {
  7255. "branch-alias": {
  7256. "dev-master": "2.1-dev"
  7257. },
  7258. "thanks": {
  7259. "name": "symfony/contracts",
  7260. "url": "https://github.com/symfony/contracts"
  7261. }
  7262. },
  7263. "autoload": {
  7264. "psr-4": {
  7265. "Symfony\\Contracts\\Service\\": ""
  7266. }
  7267. },
  7268. "notification-url": "https://packagist.org/downloads/",
  7269. "license": [
  7270. "MIT"
  7271. ],
  7272. "authors": [
  7273. {
  7274. "name": "Nicolas Grekas",
  7275. "email": "p@tchwork.com"
  7276. },
  7277. {
  7278. "name": "Symfony Community",
  7279. "homepage": "https://symfony.com/contributors"
  7280. }
  7281. ],
  7282. "description": "Generic abstractions related to writing services",
  7283. "homepage": "https://symfony.com",
  7284. "keywords": [
  7285. "abstractions",
  7286. "contracts",
  7287. "decoupling",
  7288. "interfaces",
  7289. "interoperability",
  7290. "standards"
  7291. ],
  7292. "time": "2020-07-06T13:23:11+00:00"
  7293. },
  7294. {
  7295. "name": "symfony/string",
  7296. "version": "v5.1.2",
  7297. "source": {
  7298. "type": "git",
  7299. "url": "https://github.com/symfony/string.git",
  7300. "reference": "ac70459db781108db7c6d8981dd31ce0e29e3298"
  7301. },
  7302. "dist": {
  7303. "type": "zip",
  7304. "url": "https://api.github.com/repos/symfony/string/zipball/ac70459db781108db7c6d8981dd31ce0e29e3298",
  7305. "reference": "ac70459db781108db7c6d8981dd31ce0e29e3298",
  7306. "shasum": "",
  7307. "mirrors": [
  7308. {
  7309. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7310. "preferred": true
  7311. }
  7312. ]
  7313. },
  7314. "require": {
  7315. "php": ">=7.2.5",
  7316. "symfony/polyfill-ctype": "~1.8",
  7317. "symfony/polyfill-intl-grapheme": "~1.0",
  7318. "symfony/polyfill-intl-normalizer": "~1.0",
  7319. "symfony/polyfill-mbstring": "~1.0",
  7320. "symfony/polyfill-php80": "~1.15"
  7321. },
  7322. "require-dev": {
  7323. "symfony/error-handler": "^4.4|^5.0",
  7324. "symfony/http-client": "^4.4|^5.0",
  7325. "symfony/translation-contracts": "^1.1|^2",
  7326. "symfony/var-exporter": "^4.4|^5.0"
  7327. },
  7328. "type": "library",
  7329. "extra": {
  7330. "branch-alias": {
  7331. "dev-master": "5.1-dev"
  7332. }
  7333. },
  7334. "autoload": {
  7335. "psr-4": {
  7336. "Symfony\\Component\\String\\": ""
  7337. },
  7338. "files": [
  7339. "Resources/functions.php"
  7340. ],
  7341. "exclude-from-classmap": [
  7342. "/Tests/"
  7343. ]
  7344. },
  7345. "notification-url": "https://packagist.org/downloads/",
  7346. "license": [
  7347. "MIT"
  7348. ],
  7349. "authors": [
  7350. {
  7351. "name": "Nicolas Grekas",
  7352. "email": "p@tchwork.com"
  7353. },
  7354. {
  7355. "name": "Symfony Community",
  7356. "homepage": "https://symfony.com/contributors"
  7357. }
  7358. ],
  7359. "description": "Symfony String component",
  7360. "homepage": "https://symfony.com",
  7361. "keywords": [
  7362. "grapheme",
  7363. "i18n",
  7364. "string",
  7365. "unicode",
  7366. "utf-8",
  7367. "utf8"
  7368. ],
  7369. "time": "2020-06-11T12:16:36+00:00"
  7370. },
  7371. {
  7372. "name": "symfony/translation",
  7373. "version": "v5.1.2",
  7374. "source": {
  7375. "type": "git",
  7376. "url": "https://github.com/symfony/translation.git",
  7377. "reference": "d387f07d4c15f9c09439cf3f13ddbe0b2c5e8be2"
  7378. },
  7379. "dist": {
  7380. "type": "zip",
  7381. "url": "https://api.github.com/repos/symfony/translation/zipball/d387f07d4c15f9c09439cf3f13ddbe0b2c5e8be2",
  7382. "reference": "d387f07d4c15f9c09439cf3f13ddbe0b2c5e8be2",
  7383. "shasum": "",
  7384. "mirrors": [
  7385. {
  7386. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7387. "preferred": true
  7388. }
  7389. ]
  7390. },
  7391. "require": {
  7392. "php": ">=7.2.5",
  7393. "symfony/polyfill-mbstring": "~1.0",
  7394. "symfony/polyfill-php80": "^1.15",
  7395. "symfony/translation-contracts": "^2"
  7396. },
  7397. "conflict": {
  7398. "symfony/config": "<4.4",
  7399. "symfony/dependency-injection": "<5.0",
  7400. "symfony/http-kernel": "<5.0",
  7401. "symfony/twig-bundle": "<5.0",
  7402. "symfony/yaml": "<4.4"
  7403. },
  7404. "provide": {
  7405. "symfony/translation-implementation": "2.0"
  7406. },
  7407. "require-dev": {
  7408. "psr/log": "~1.0",
  7409. "symfony/config": "^4.4|^5.0",
  7410. "symfony/console": "^4.4|^5.0",
  7411. "symfony/dependency-injection": "^5.0",
  7412. "symfony/finder": "^4.4|^5.0",
  7413. "symfony/http-kernel": "^5.0",
  7414. "symfony/intl": "^4.4|^5.0",
  7415. "symfony/service-contracts": "^1.1.2|^2",
  7416. "symfony/yaml": "^4.4|^5.0"
  7417. },
  7418. "suggest": {
  7419. "psr/log-implementation": "To use logging capability in translator",
  7420. "symfony/config": "",
  7421. "symfony/yaml": ""
  7422. },
  7423. "type": "library",
  7424. "extra": {
  7425. "branch-alias": {
  7426. "dev-master": "5.1-dev"
  7427. }
  7428. },
  7429. "autoload": {
  7430. "psr-4": {
  7431. "Symfony\\Component\\Translation\\": ""
  7432. },
  7433. "exclude-from-classmap": [
  7434. "/Tests/"
  7435. ]
  7436. },
  7437. "notification-url": "https://packagist.org/downloads/",
  7438. "license": [
  7439. "MIT"
  7440. ],
  7441. "authors": [
  7442. {
  7443. "name": "Fabien Potencier",
  7444. "email": "fabien@symfony.com"
  7445. },
  7446. {
  7447. "name": "Symfony Community",
  7448. "homepage": "https://symfony.com/contributors"
  7449. }
  7450. ],
  7451. "description": "Symfony Translation Component",
  7452. "homepage": "https://symfony.com",
  7453. "time": "2020-05-30T20:35:19+00:00"
  7454. },
  7455. {
  7456. "name": "symfony/translation-contracts",
  7457. "version": "v2.1.3",
  7458. "source": {
  7459. "type": "git",
  7460. "url": "https://github.com/symfony/translation-contracts.git",
  7461. "reference": "616a9773c853097607cf9dd6577d5b143ffdcd63"
  7462. },
  7463. "dist": {
  7464. "type": "zip",
  7465. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/616a9773c853097607cf9dd6577d5b143ffdcd63",
  7466. "reference": "616a9773c853097607cf9dd6577d5b143ffdcd63",
  7467. "shasum": "",
  7468. "mirrors": [
  7469. {
  7470. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7471. "preferred": true
  7472. }
  7473. ]
  7474. },
  7475. "require": {
  7476. "php": ">=7.2.5"
  7477. },
  7478. "suggest": {
  7479. "symfony/translation-implementation": ""
  7480. },
  7481. "type": "library",
  7482. "extra": {
  7483. "branch-alias": {
  7484. "dev-master": "2.1-dev"
  7485. },
  7486. "thanks": {
  7487. "name": "symfony/contracts",
  7488. "url": "https://github.com/symfony/contracts"
  7489. }
  7490. },
  7491. "autoload": {
  7492. "psr-4": {
  7493. "Symfony\\Contracts\\Translation\\": ""
  7494. }
  7495. },
  7496. "notification-url": "https://packagist.org/downloads/",
  7497. "license": [
  7498. "MIT"
  7499. ],
  7500. "authors": [
  7501. {
  7502. "name": "Nicolas Grekas",
  7503. "email": "p@tchwork.com"
  7504. },
  7505. {
  7506. "name": "Symfony Community",
  7507. "homepage": "https://symfony.com/contributors"
  7508. }
  7509. ],
  7510. "description": "Generic abstractions related to translation",
  7511. "homepage": "https://symfony.com",
  7512. "keywords": [
  7513. "abstractions",
  7514. "contracts",
  7515. "decoupling",
  7516. "interfaces",
  7517. "interoperability",
  7518. "standards"
  7519. ],
  7520. "time": "2020-07-06T13:23:11+00:00"
  7521. },
  7522. {
  7523. "name": "symfony/var-exporter",
  7524. "version": "v5.1.3",
  7525. "source": {
  7526. "type": "git",
  7527. "url": "https://github.com/symfony/var-exporter.git",
  7528. "reference": "eabaabfe1485ca955c5b53307eade15ccda57a15"
  7529. },
  7530. "dist": {
  7531. "type": "zip",
  7532. "url": "https://api.github.com/repos/symfony/var-exporter/zipball/eabaabfe1485ca955c5b53307eade15ccda57a15",
  7533. "reference": "eabaabfe1485ca955c5b53307eade15ccda57a15",
  7534. "shasum": "",
  7535. "mirrors": [
  7536. {
  7537. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7538. "preferred": true
  7539. }
  7540. ]
  7541. },
  7542. "require": {
  7543. "php": ">=7.2.5",
  7544. "symfony/polyfill-php80": "^1.15"
  7545. },
  7546. "require-dev": {
  7547. "symfony/var-dumper": "^4.4.9|^5.0.9"
  7548. },
  7549. "type": "library",
  7550. "extra": {
  7551. "branch-alias": {
  7552. "dev-master": "5.1-dev"
  7553. }
  7554. },
  7555. "autoload": {
  7556. "psr-4": {
  7557. "Symfony\\Component\\VarExporter\\": ""
  7558. },
  7559. "exclude-from-classmap": [
  7560. "/Tests/"
  7561. ]
  7562. },
  7563. "notification-url": "https://packagist.org/downloads/",
  7564. "license": [
  7565. "MIT"
  7566. ],
  7567. "authors": [
  7568. {
  7569. "name": "Nicolas Grekas",
  7570. "email": "p@tchwork.com"
  7571. },
  7572. {
  7573. "name": "Symfony Community",
  7574. "homepage": "https://symfony.com/contributors"
  7575. }
  7576. ],
  7577. "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
  7578. "homepage": "https://symfony.com",
  7579. "keywords": [
  7580. "clone",
  7581. "construct",
  7582. "export",
  7583. "hydrate",
  7584. "instantiate",
  7585. "serialize"
  7586. ],
  7587. "funding": [
  7588. {
  7589. "url": "https://symfony.com/sponsor",
  7590. "type": "custom"
  7591. },
  7592. {
  7593. "url": "https://github.com/fabpot",
  7594. "type": "github"
  7595. },
  7596. {
  7597. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7598. "type": "tidelift"
  7599. }
  7600. ],
  7601. "time": "2020-06-07T15:42:22+00:00"
  7602. },
  7603. {
  7604. "name": "vlucas/phpdotenv",
  7605. "version": "v4.1.8",
  7606. "source": {
  7607. "type": "git",
  7608. "url": "https://github.com/vlucas/phpdotenv.git",
  7609. "reference": "572af79d913627a9d70374d27a6f5d689a35de32"
  7610. },
  7611. "dist": {
  7612. "type": "zip",
  7613. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/572af79d913627a9d70374d27a6f5d689a35de32",
  7614. "reference": "572af79d913627a9d70374d27a6f5d689a35de32",
  7615. "shasum": "",
  7616. "mirrors": [
  7617. {
  7618. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7619. "preferred": true
  7620. }
  7621. ]
  7622. },
  7623. "require": {
  7624. "php": "^5.5.9 || ^7.0 || ^8.0",
  7625. "phpoption/phpoption": "^1.7.3",
  7626. "symfony/polyfill-ctype": "^1.17"
  7627. },
  7628. "require-dev": {
  7629. "bamarni/composer-bin-plugin": "^1.4.1",
  7630. "ext-filter": "*",
  7631. "ext-pcre": "*",
  7632. "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0"
  7633. },
  7634. "suggest": {
  7635. "ext-filter": "Required to use the boolean validator.",
  7636. "ext-pcre": "Required to use most of the library."
  7637. },
  7638. "type": "library",
  7639. "extra": {
  7640. "branch-alias": {
  7641. "dev-master": "4.1-dev"
  7642. }
  7643. },
  7644. "autoload": {
  7645. "psr-4": {
  7646. "Dotenv\\": "src/"
  7647. }
  7648. },
  7649. "notification-url": "https://packagist.org/downloads/",
  7650. "license": [
  7651. "BSD-3-Clause"
  7652. ],
  7653. "authors": [
  7654. {
  7655. "name": "Graham Campbell",
  7656. "email": "graham@alt-three.com",
  7657. "homepage": "https://gjcampbell.co.uk/"
  7658. },
  7659. {
  7660. "name": "Vance Lucas",
  7661. "email": "vance@vancelucas.com",
  7662. "homepage": "https://vancelucas.com/"
  7663. }
  7664. ],
  7665. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  7666. "keywords": [
  7667. "dotenv",
  7668. "env",
  7669. "environment"
  7670. ],
  7671. "time": "2020-07-14T19:22:52+00:00"
  7672. },
  7673. {
  7674. "name": "webmozart/assert",
  7675. "version": "1.9.1",
  7676. "source": {
  7677. "type": "git",
  7678. "url": "https://github.com/webmozart/assert.git",
  7679. "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
  7680. },
  7681. "dist": {
  7682. "type": "zip",
  7683. "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
  7684. "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
  7685. "shasum": "",
  7686. "mirrors": [
  7687. {
  7688. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7689. "preferred": true
  7690. }
  7691. ]
  7692. },
  7693. "require": {
  7694. "php": "^5.3.3 || ^7.0 || ^8.0",
  7695. "symfony/polyfill-ctype": "^1.8"
  7696. },
  7697. "conflict": {
  7698. "phpstan/phpstan": "<0.12.20",
  7699. "vimeo/psalm": "<3.9.1"
  7700. },
  7701. "require-dev": {
  7702. "phpunit/phpunit": "^4.8.36 || ^7.5.13"
  7703. },
  7704. "type": "library",
  7705. "autoload": {
  7706. "psr-4": {
  7707. "Webmozart\\Assert\\": "src/"
  7708. }
  7709. },
  7710. "notification-url": "https://packagist.org/downloads/",
  7711. "license": [
  7712. "MIT"
  7713. ],
  7714. "authors": [
  7715. {
  7716. "name": "Bernhard Schussek",
  7717. "email": "bschussek@gmail.com"
  7718. }
  7719. ],
  7720. "description": "Assertions to validate method input/output with nice error messages.",
  7721. "keywords": [
  7722. "assert",
  7723. "check",
  7724. "validate"
  7725. ],
  7726. "time": "2020-07-08T17:02:28+00:00"
  7727. },
  7728. {
  7729. "name": "xxtime/flysystem-aliyun-oss",
  7730. "version": "1.5.0",
  7731. "source": {
  7732. "type": "git",
  7733. "url": "https://github.com/xxtime/flysystem-aliyun-oss.git",
  7734. "reference": "ae873b5919076157b9cfeaf39d2f56d2dbb39ee9"
  7735. },
  7736. "dist": {
  7737. "type": "zip",
  7738. "url": "https://api.github.com/repos/xxtime/flysystem-aliyun-oss/zipball/ae873b5919076157b9cfeaf39d2f56d2dbb39ee9",
  7739. "reference": "ae873b5919076157b9cfeaf39d2f56d2dbb39ee9",
  7740. "shasum": "",
  7741. "mirrors": [
  7742. {
  7743. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7744. "preferred": true
  7745. }
  7746. ]
  7747. },
  7748. "require": {
  7749. "aliyuncs/oss-sdk-php": "~2.3",
  7750. "league/flysystem": "^1.0.49",
  7751. "php": ">=5.5.0"
  7752. },
  7753. "type": "library",
  7754. "autoload": {
  7755. "psr-4": {
  7756. "Xxtime\\Flysystem\\Aliyun\\": "src/"
  7757. }
  7758. },
  7759. "notification-url": "https://packagist.org/downloads/",
  7760. "license": [
  7761. "MIT"
  7762. ],
  7763. "authors": [
  7764. {
  7765. "name": "Joe",
  7766. "email": "joe@xxtime.com",
  7767. "homepage": "https://github.com/xxtime",
  7768. "role": "Developer"
  7769. }
  7770. ],
  7771. "description": "AliYun OSS adapter for flysystem. aliyuncs/oss-sdk-php ~2.3",
  7772. "homepage": "https://github.com/xxtime/flysystem-aliyun-oss",
  7773. "keywords": [
  7774. "Flysystem",
  7775. "aliyun-oss",
  7776. "flysystem-aliyun-oss"
  7777. ],
  7778. "time": "2019-11-12T07:57:34+00:00"
  7779. }
  7780. ],
  7781. "packages-dev": [
  7782. {
  7783. "name": "composer/semver",
  7784. "version": "1.5.1",
  7785. "source": {
  7786. "type": "git",
  7787. "url": "https://github.com/composer/semver.git",
  7788. "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
  7789. },
  7790. "dist": {
  7791. "type": "zip",
  7792. "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
  7793. "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
  7794. "shasum": "",
  7795. "mirrors": [
  7796. {
  7797. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7798. "preferred": true
  7799. }
  7800. ]
  7801. },
  7802. "require": {
  7803. "php": "^5.3.2 || ^7.0"
  7804. },
  7805. "require-dev": {
  7806. "phpunit/phpunit": "^4.5 || ^5.0.5"
  7807. },
  7808. "type": "library",
  7809. "extra": {
  7810. "branch-alias": {
  7811. "dev-master": "1.x-dev"
  7812. }
  7813. },
  7814. "autoload": {
  7815. "psr-4": {
  7816. "Composer\\Semver\\": "src"
  7817. }
  7818. },
  7819. "notification-url": "https://packagist.org/downloads/",
  7820. "license": [
  7821. "MIT"
  7822. ],
  7823. "authors": [
  7824. {
  7825. "name": "Nils Adermann",
  7826. "email": "naderman@naderman.de",
  7827. "homepage": "http://www.naderman.de"
  7828. },
  7829. {
  7830. "name": "Jordi Boggiano",
  7831. "email": "j.boggiano@seld.be",
  7832. "homepage": "http://seld.be"
  7833. },
  7834. {
  7835. "name": "Rob Bast",
  7836. "email": "rob.bast@gmail.com",
  7837. "homepage": "http://robbast.nl"
  7838. }
  7839. ],
  7840. "description": "Semver library that offers utilities, version constraint parsing and validation.",
  7841. "keywords": [
  7842. "semantic",
  7843. "semver",
  7844. "validation",
  7845. "versioning"
  7846. ],
  7847. "time": "2020-01-13T12:06:48+00:00"
  7848. },
  7849. {
  7850. "name": "composer/xdebug-handler",
  7851. "version": "1.4.2",
  7852. "source": {
  7853. "type": "git",
  7854. "url": "https://github.com/composer/xdebug-handler.git",
  7855. "reference": "fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51"
  7856. },
  7857. "dist": {
  7858. "type": "zip",
  7859. "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51",
  7860. "reference": "fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51",
  7861. "shasum": "",
  7862. "mirrors": [
  7863. {
  7864. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7865. "preferred": true
  7866. }
  7867. ]
  7868. },
  7869. "require": {
  7870. "php": "^5.3.2 || ^7.0 || ^8.0",
  7871. "psr/log": "^1.0"
  7872. },
  7873. "require-dev": {
  7874. "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
  7875. },
  7876. "type": "library",
  7877. "autoload": {
  7878. "psr-4": {
  7879. "Composer\\XdebugHandler\\": "src"
  7880. }
  7881. },
  7882. "notification-url": "https://packagist.org/downloads/",
  7883. "license": [
  7884. "MIT"
  7885. ],
  7886. "authors": [
  7887. {
  7888. "name": "John Stevenson",
  7889. "email": "john-stevenson@blueyonder.co.uk"
  7890. }
  7891. ],
  7892. "description": "Restarts a process without Xdebug.",
  7893. "keywords": [
  7894. "Xdebug",
  7895. "performance"
  7896. ],
  7897. "time": "2020-06-04T11:16:35+00:00"
  7898. },
  7899. {
  7900. "name": "doctrine/cache",
  7901. "version": "1.10.2",
  7902. "source": {
  7903. "type": "git",
  7904. "url": "https://github.com/doctrine/cache.git",
  7905. "reference": "13e3381b25847283a91948d04640543941309727"
  7906. },
  7907. "dist": {
  7908. "type": "zip",
  7909. "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727",
  7910. "reference": "13e3381b25847283a91948d04640543941309727",
  7911. "shasum": "",
  7912. "mirrors": [
  7913. {
  7914. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7915. "preferred": true
  7916. }
  7917. ]
  7918. },
  7919. "require": {
  7920. "php": "~7.1 || ^8.0"
  7921. },
  7922. "conflict": {
  7923. "doctrine/common": ">2.2,<2.4"
  7924. },
  7925. "require-dev": {
  7926. "alcaeus/mongo-php-adapter": "^1.1",
  7927. "doctrine/coding-standard": "^6.0",
  7928. "mongodb/mongodb": "^1.1",
  7929. "phpunit/phpunit": "^7.0",
  7930. "predis/predis": "~1.0"
  7931. },
  7932. "suggest": {
  7933. "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
  7934. },
  7935. "type": "library",
  7936. "extra": {
  7937. "branch-alias": {
  7938. "dev-master": "1.9.x-dev"
  7939. }
  7940. },
  7941. "autoload": {
  7942. "psr-4": {
  7943. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  7944. }
  7945. },
  7946. "notification-url": "https://packagist.org/downloads/",
  7947. "license": [
  7948. "MIT"
  7949. ],
  7950. "authors": [
  7951. {
  7952. "name": "Guilherme Blanco",
  7953. "email": "guilhermeblanco@gmail.com"
  7954. },
  7955. {
  7956. "name": "Roman Borschel",
  7957. "email": "roman@code-factory.org"
  7958. },
  7959. {
  7960. "name": "Benjamin Eberlei",
  7961. "email": "kontakt@beberlei.de"
  7962. },
  7963. {
  7964. "name": "Jonathan Wage",
  7965. "email": "jonwage@gmail.com"
  7966. },
  7967. {
  7968. "name": "Johannes Schmitt",
  7969. "email": "schmittjoh@gmail.com"
  7970. }
  7971. ],
  7972. "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
  7973. "homepage": "https://www.doctrine-project.org/projects/cache.html",
  7974. "keywords": [
  7975. "abstraction",
  7976. "apcu",
  7977. "cache",
  7978. "caching",
  7979. "couchdb",
  7980. "memcached",
  7981. "php",
  7982. "redis",
  7983. "xcache"
  7984. ],
  7985. "time": "2020-07-07T18:54:01+00:00"
  7986. },
  7987. {
  7988. "name": "doctrine/collections",
  7989. "version": "1.6.6",
  7990. "source": {
  7991. "type": "git",
  7992. "url": "https://github.com/doctrine/collections.git",
  7993. "reference": "5f0470363ff042d0057006ae7acabc5d7b5252d5"
  7994. },
  7995. "dist": {
  7996. "type": "zip",
  7997. "url": "https://api.github.com/repos/doctrine/collections/zipball/5f0470363ff042d0057006ae7acabc5d7b5252d5",
  7998. "reference": "5f0470363ff042d0057006ae7acabc5d7b5252d5",
  7999. "shasum": "",
  8000. "mirrors": [
  8001. {
  8002. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8003. "preferred": true
  8004. }
  8005. ]
  8006. },
  8007. "require": {
  8008. "php": "^7.1.3 || ^8.0"
  8009. },
  8010. "require-dev": {
  8011. "doctrine/coding-standard": "^6.0",
  8012. "phpstan/phpstan-shim": "^0.9.2",
  8013. "phpunit/phpunit": "^7.0",
  8014. "vimeo/psalm": "^3.8.1"
  8015. },
  8016. "type": "library",
  8017. "autoload": {
  8018. "psr-4": {
  8019. "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
  8020. }
  8021. },
  8022. "notification-url": "https://packagist.org/downloads/",
  8023. "license": [
  8024. "MIT"
  8025. ],
  8026. "authors": [
  8027. {
  8028. "name": "Guilherme Blanco",
  8029. "email": "guilhermeblanco@gmail.com"
  8030. },
  8031. {
  8032. "name": "Roman Borschel",
  8033. "email": "roman@code-factory.org"
  8034. },
  8035. {
  8036. "name": "Benjamin Eberlei",
  8037. "email": "kontakt@beberlei.de"
  8038. },
  8039. {
  8040. "name": "Jonathan Wage",
  8041. "email": "jonwage@gmail.com"
  8042. },
  8043. {
  8044. "name": "Johannes Schmitt",
  8045. "email": "schmittjoh@gmail.com"
  8046. }
  8047. ],
  8048. "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
  8049. "homepage": "https://www.doctrine-project.org/projects/collections.html",
  8050. "keywords": [
  8051. "array",
  8052. "collections",
  8053. "iterators",
  8054. "php"
  8055. ],
  8056. "time": "2020-06-22T19:14:02+00:00"
  8057. },
  8058. {
  8059. "name": "doctrine/common",
  8060. "version": "2.13.3",
  8061. "source": {
  8062. "type": "git",
  8063. "url": "https://github.com/doctrine/common.git",
  8064. "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f"
  8065. },
  8066. "dist": {
  8067. "type": "zip",
  8068. "url": "https://api.github.com/repos/doctrine/common/zipball/f3812c026e557892c34ef37f6ab808a6b567da7f",
  8069. "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f",
  8070. "shasum": "",
  8071. "mirrors": [
  8072. {
  8073. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8074. "preferred": true
  8075. }
  8076. ]
  8077. },
  8078. "require": {
  8079. "doctrine/annotations": "^1.0",
  8080. "doctrine/cache": "^1.0",
  8081. "doctrine/collections": "^1.0",
  8082. "doctrine/event-manager": "^1.0",
  8083. "doctrine/inflector": "^1.0",
  8084. "doctrine/lexer": "^1.0",
  8085. "doctrine/persistence": "^1.3.3",
  8086. "doctrine/reflection": "^1.0",
  8087. "php": "^7.1 || ^8.0"
  8088. },
  8089. "require-dev": {
  8090. "doctrine/coding-standard": "^1.0",
  8091. "phpstan/phpstan": "^0.11",
  8092. "phpstan/phpstan-phpunit": "^0.11",
  8093. "phpunit/phpunit": "^7.0",
  8094. "squizlabs/php_codesniffer": "^3.0",
  8095. "symfony/phpunit-bridge": "^4.0.5"
  8096. },
  8097. "type": "library",
  8098. "extra": {
  8099. "branch-alias": {
  8100. "dev-master": "2.11.x-dev"
  8101. }
  8102. },
  8103. "autoload": {
  8104. "psr-4": {
  8105. "Doctrine\\Common\\": "lib/Doctrine/Common"
  8106. }
  8107. },
  8108. "notification-url": "https://packagist.org/downloads/",
  8109. "license": [
  8110. "MIT"
  8111. ],
  8112. "authors": [
  8113. {
  8114. "name": "Guilherme Blanco",
  8115. "email": "guilhermeblanco@gmail.com"
  8116. },
  8117. {
  8118. "name": "Roman Borschel",
  8119. "email": "roman@code-factory.org"
  8120. },
  8121. {
  8122. "name": "Benjamin Eberlei",
  8123. "email": "kontakt@beberlei.de"
  8124. },
  8125. {
  8126. "name": "Jonathan Wage",
  8127. "email": "jonwage@gmail.com"
  8128. },
  8129. {
  8130. "name": "Johannes Schmitt",
  8131. "email": "schmittjoh@gmail.com"
  8132. },
  8133. {
  8134. "name": "Marco Pivetta",
  8135. "email": "ocramius@gmail.com"
  8136. }
  8137. ],
  8138. "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.",
  8139. "homepage": "https://www.doctrine-project.org/projects/common.html",
  8140. "keywords": [
  8141. "common",
  8142. "doctrine",
  8143. "php"
  8144. ],
  8145. "time": "2020-06-05T16:46:05+00:00"
  8146. },
  8147. {
  8148. "name": "doctrine/event-manager",
  8149. "version": "1.1.0",
  8150. "source": {
  8151. "type": "git",
  8152. "url": "https://github.com/doctrine/event-manager.git",
  8153. "reference": "629572819973f13486371cb611386eb17851e85c"
  8154. },
  8155. "dist": {
  8156. "type": "zip",
  8157. "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
  8158. "reference": "629572819973f13486371cb611386eb17851e85c",
  8159. "shasum": "",
  8160. "mirrors": [
  8161. {
  8162. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8163. "preferred": true
  8164. }
  8165. ]
  8166. },
  8167. "require": {
  8168. "php": "^7.1"
  8169. },
  8170. "conflict": {
  8171. "doctrine/common": "<2.9@dev"
  8172. },
  8173. "require-dev": {
  8174. "doctrine/coding-standard": "^6.0",
  8175. "phpunit/phpunit": "^7.0"
  8176. },
  8177. "type": "library",
  8178. "extra": {
  8179. "branch-alias": {
  8180. "dev-master": "1.0.x-dev"
  8181. }
  8182. },
  8183. "autoload": {
  8184. "psr-4": {
  8185. "Doctrine\\Common\\": "lib/Doctrine/Common"
  8186. }
  8187. },
  8188. "notification-url": "https://packagist.org/downloads/",
  8189. "license": [
  8190. "MIT"
  8191. ],
  8192. "authors": [
  8193. {
  8194. "name": "Guilherme Blanco",
  8195. "email": "guilhermeblanco@gmail.com"
  8196. },
  8197. {
  8198. "name": "Roman Borschel",
  8199. "email": "roman@code-factory.org"
  8200. },
  8201. {
  8202. "name": "Benjamin Eberlei",
  8203. "email": "kontakt@beberlei.de"
  8204. },
  8205. {
  8206. "name": "Jonathan Wage",
  8207. "email": "jonwage@gmail.com"
  8208. },
  8209. {
  8210. "name": "Johannes Schmitt",
  8211. "email": "schmittjoh@gmail.com"
  8212. },
  8213. {
  8214. "name": "Marco Pivetta",
  8215. "email": "ocramius@gmail.com"
  8216. }
  8217. ],
  8218. "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
  8219. "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
  8220. "keywords": [
  8221. "event",
  8222. "event dispatcher",
  8223. "event manager",
  8224. "event system",
  8225. "events"
  8226. ],
  8227. "time": "2019-11-10T09:48:07+00:00"
  8228. },
  8229. {
  8230. "name": "doctrine/persistence",
  8231. "version": "1.3.7",
  8232. "source": {
  8233. "type": "git",
  8234. "url": "https://github.com/doctrine/persistence.git",
  8235. "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0"
  8236. },
  8237. "dist": {
  8238. "type": "zip",
  8239. "url": "https://api.github.com/repos/doctrine/persistence/zipball/0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
  8240. "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
  8241. "shasum": "",
  8242. "mirrors": [
  8243. {
  8244. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8245. "preferred": true
  8246. }
  8247. ]
  8248. },
  8249. "require": {
  8250. "doctrine/annotations": "^1.0",
  8251. "doctrine/cache": "^1.0",
  8252. "doctrine/collections": "^1.0",
  8253. "doctrine/event-manager": "^1.0",
  8254. "doctrine/reflection": "^1.2",
  8255. "php": "^7.1"
  8256. },
  8257. "conflict": {
  8258. "doctrine/common": "<2.10@dev"
  8259. },
  8260. "require-dev": {
  8261. "doctrine/coding-standard": "^6.0",
  8262. "phpstan/phpstan": "^0.11",
  8263. "phpunit/phpunit": "^7.0"
  8264. },
  8265. "type": "library",
  8266. "extra": {
  8267. "branch-alias": {
  8268. "dev-master": "1.3.x-dev"
  8269. }
  8270. },
  8271. "autoload": {
  8272. "psr-4": {
  8273. "Doctrine\\Common\\": "lib/Doctrine/Common",
  8274. "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
  8275. }
  8276. },
  8277. "notification-url": "https://packagist.org/downloads/",
  8278. "license": [
  8279. "MIT"
  8280. ],
  8281. "authors": [
  8282. {
  8283. "name": "Guilherme Blanco",
  8284. "email": "guilhermeblanco@gmail.com"
  8285. },
  8286. {
  8287. "name": "Roman Borschel",
  8288. "email": "roman@code-factory.org"
  8289. },
  8290. {
  8291. "name": "Benjamin Eberlei",
  8292. "email": "kontakt@beberlei.de"
  8293. },
  8294. {
  8295. "name": "Jonathan Wage",
  8296. "email": "jonwage@gmail.com"
  8297. },
  8298. {
  8299. "name": "Johannes Schmitt",
  8300. "email": "schmittjoh@gmail.com"
  8301. },
  8302. {
  8303. "name": "Marco Pivetta",
  8304. "email": "ocramius@gmail.com"
  8305. }
  8306. ],
  8307. "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
  8308. "homepage": "https://doctrine-project.org/projects/persistence.html",
  8309. "keywords": [
  8310. "mapper",
  8311. "object",
  8312. "odm",
  8313. "orm",
  8314. "persistence"
  8315. ],
  8316. "time": "2020-03-21T15:13:52+00:00"
  8317. },
  8318. {
  8319. "name": "doctrine/reflection",
  8320. "version": "1.2.1",
  8321. "source": {
  8322. "type": "git",
  8323. "url": "https://github.com/doctrine/reflection.git",
  8324. "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79"
  8325. },
  8326. "dist": {
  8327. "type": "zip",
  8328. "url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79",
  8329. "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79",
  8330. "shasum": "",
  8331. "mirrors": [
  8332. {
  8333. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8334. "preferred": true
  8335. }
  8336. ]
  8337. },
  8338. "require": {
  8339. "doctrine/annotations": "^1.0",
  8340. "ext-tokenizer": "*",
  8341. "php": "^7.1"
  8342. },
  8343. "conflict": {
  8344. "doctrine/common": "<2.9"
  8345. },
  8346. "require-dev": {
  8347. "doctrine/coding-standard": "^5.0",
  8348. "doctrine/common": "^2.10",
  8349. "phpstan/phpstan": "^0.11.0",
  8350. "phpstan/phpstan-phpunit": "^0.11.0",
  8351. "phpunit/phpunit": "^7.0"
  8352. },
  8353. "type": "library",
  8354. "extra": {
  8355. "branch-alias": {
  8356. "dev-master": "1.2.x-dev"
  8357. }
  8358. },
  8359. "autoload": {
  8360. "psr-4": {
  8361. "Doctrine\\Common\\": "lib/Doctrine/Common"
  8362. }
  8363. },
  8364. "notification-url": "https://packagist.org/downloads/",
  8365. "license": [
  8366. "MIT"
  8367. ],
  8368. "authors": [
  8369. {
  8370. "name": "Guilherme Blanco",
  8371. "email": "guilhermeblanco@gmail.com"
  8372. },
  8373. {
  8374. "name": "Roman Borschel",
  8375. "email": "roman@code-factory.org"
  8376. },
  8377. {
  8378. "name": "Benjamin Eberlei",
  8379. "email": "kontakt@beberlei.de"
  8380. },
  8381. {
  8382. "name": "Jonathan Wage",
  8383. "email": "jonwage@gmail.com"
  8384. },
  8385. {
  8386. "name": "Johannes Schmitt",
  8387. "email": "schmittjoh@gmail.com"
  8388. },
  8389. {
  8390. "name": "Marco Pivetta",
  8391. "email": "ocramius@gmail.com"
  8392. }
  8393. ],
  8394. "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.",
  8395. "homepage": "https://www.doctrine-project.org/projects/reflection.html",
  8396. "keywords": [
  8397. "reflection",
  8398. "static"
  8399. ],
  8400. "time": "2020-03-27T11:06:43+00:00"
  8401. },
  8402. {
  8403. "name": "friendsofphp/php-cs-fixer",
  8404. "version": "v2.16.4",
  8405. "source": {
  8406. "type": "git",
  8407. "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
  8408. "reference": "1023c3458137ab052f6ff1e09621a721bfdeca13"
  8409. },
  8410. "dist": {
  8411. "type": "zip",
  8412. "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/1023c3458137ab052f6ff1e09621a721bfdeca13",
  8413. "reference": "1023c3458137ab052f6ff1e09621a721bfdeca13",
  8414. "shasum": "",
  8415. "mirrors": [
  8416. {
  8417. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8418. "preferred": true
  8419. }
  8420. ]
  8421. },
  8422. "require": {
  8423. "composer/semver": "^1.4",
  8424. "composer/xdebug-handler": "^1.2",
  8425. "doctrine/annotations": "^1.2",
  8426. "ext-json": "*",
  8427. "ext-tokenizer": "*",
  8428. "php": "^5.6 || ^7.0",
  8429. "php-cs-fixer/diff": "^1.3",
  8430. "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
  8431. "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
  8432. "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
  8433. "symfony/finder": "^3.0 || ^4.0 || ^5.0",
  8434. "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
  8435. "symfony/polyfill-php70": "^1.0",
  8436. "symfony/polyfill-php72": "^1.4",
  8437. "symfony/process": "^3.0 || ^4.0 || ^5.0",
  8438. "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
  8439. },
  8440. "require-dev": {
  8441. "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
  8442. "justinrainbow/json-schema": "^5.0",
  8443. "keradus/cli-executor": "^1.2",
  8444. "mikey179/vfsstream": "^1.6",
  8445. "php-coveralls/php-coveralls": "^2.1",
  8446. "php-cs-fixer/accessible-object": "^1.0",
  8447. "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
  8448. "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
  8449. "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
  8450. "phpunitgoodpractices/traits": "^1.8",
  8451. "symfony/phpunit-bridge": "^5.1",
  8452. "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
  8453. },
  8454. "suggest": {
  8455. "ext-dom": "For handling output formats in XML",
  8456. "ext-mbstring": "For handling non-UTF8 characters.",
  8457. "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
  8458. "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
  8459. "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
  8460. },
  8461. "bin": [
  8462. "php-cs-fixer"
  8463. ],
  8464. "type": "application",
  8465. "autoload": {
  8466. "psr-4": {
  8467. "PhpCsFixer\\": "src/"
  8468. },
  8469. "classmap": [
  8470. "tests/Test/AbstractFixerTestCase.php",
  8471. "tests/Test/AbstractIntegrationCaseFactory.php",
  8472. "tests/Test/AbstractIntegrationTestCase.php",
  8473. "tests/Test/Assert/AssertTokensTrait.php",
  8474. "tests/Test/IntegrationCase.php",
  8475. "tests/Test/IntegrationCaseFactory.php",
  8476. "tests/Test/IntegrationCaseFactoryInterface.php",
  8477. "tests/Test/InternalIntegrationCaseFactory.php",
  8478. "tests/Test/IsIdenticalConstraint.php",
  8479. "tests/TestCase.php"
  8480. ]
  8481. },
  8482. "notification-url": "https://packagist.org/downloads/",
  8483. "license": [
  8484. "MIT"
  8485. ],
  8486. "authors": [
  8487. {
  8488. "name": "Fabien Potencier",
  8489. "email": "fabien@symfony.com"
  8490. },
  8491. {
  8492. "name": "Dariusz Rumiński",
  8493. "email": "dariusz.ruminski@gmail.com"
  8494. }
  8495. ],
  8496. "description": "A tool to automatically fix PHP code style",
  8497. "time": "2020-06-27T23:57:46+00:00"
  8498. },
  8499. {
  8500. "name": "hamcrest/hamcrest-php",
  8501. "version": "v2.0.1",
  8502. "source": {
  8503. "type": "git",
  8504. "url": "https://github.com/hamcrest/hamcrest-php.git",
  8505. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
  8506. },
  8507. "dist": {
  8508. "type": "zip",
  8509. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  8510. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  8511. "shasum": "",
  8512. "mirrors": [
  8513. {
  8514. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8515. "preferred": true
  8516. }
  8517. ]
  8518. },
  8519. "require": {
  8520. "php": "^5.3|^7.0|^8.0"
  8521. },
  8522. "replace": {
  8523. "cordoval/hamcrest-php": "*",
  8524. "davedevelopment/hamcrest-php": "*",
  8525. "kodova/hamcrest-php": "*"
  8526. },
  8527. "require-dev": {
  8528. "phpunit/php-file-iterator": "^1.4 || ^2.0",
  8529. "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
  8530. },
  8531. "type": "library",
  8532. "extra": {
  8533. "branch-alias": {
  8534. "dev-master": "2.1-dev"
  8535. }
  8536. },
  8537. "autoload": {
  8538. "classmap": [
  8539. "hamcrest"
  8540. ]
  8541. },
  8542. "notification-url": "https://packagist.org/downloads/",
  8543. "license": [
  8544. "BSD-3-Clause"
  8545. ],
  8546. "description": "This is the PHP port of Hamcrest Matchers",
  8547. "keywords": [
  8548. "test"
  8549. ],
  8550. "time": "2020-07-09T08:09:16+00:00"
  8551. },
  8552. {
  8553. "name": "hyperf/testing",
  8554. "version": "v2.0.0",
  8555. "source": {
  8556. "type": "git",
  8557. "url": "https://github.com/hyperf/testing.git",
  8558. "reference": "1898f675fc050fa71c0e474f40ab5163ebc30d8a"
  8559. },
  8560. "dist": {
  8561. "type": "zip",
  8562. "url": "https://api.github.com/repos/hyperf/testing/zipball/1898f675fc050fa71c0e474f40ab5163ebc30d8a",
  8563. "reference": "1898f675fc050fa71c0e474f40ab5163ebc30d8a",
  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. "hyperf/contract": "~2.0.0",
  8574. "hyperf/http-message": "~2.0.0",
  8575. "hyperf/http-server": "~2.0.0",
  8576. "hyperf/utils": "~2.0.0",
  8577. "php": ">=7.2",
  8578. "phpunit/phpunit": "^7.0",
  8579. "psr/container": "^1.0"
  8580. },
  8581. "require-dev": {
  8582. "friendsofphp/php-cs-fixer": "^2.9",
  8583. "malukenho/docheader": "^0.1.6",
  8584. "mockery/mockery": "^1.0"
  8585. },
  8586. "bin": [
  8587. "co-phpunit"
  8588. ],
  8589. "type": "library",
  8590. "extra": {
  8591. "branch-alias": {
  8592. "dev-master": "2.0-dev"
  8593. }
  8594. },
  8595. "autoload": {
  8596. "psr-4": {
  8597. "Hyperf\\Testing\\": "src/"
  8598. }
  8599. },
  8600. "notification-url": "https://packagist.org/downloads/",
  8601. "license": [
  8602. "MIT"
  8603. ],
  8604. "description": "Testing for hyperf",
  8605. "keywords": [
  8606. "php",
  8607. "swoole",
  8608. "testing"
  8609. ],
  8610. "time": "2020-06-19T13:11:07+00:00"
  8611. },
  8612. {
  8613. "name": "mockery/mockery",
  8614. "version": "1.3.2",
  8615. "source": {
  8616. "type": "git",
  8617. "url": "https://github.com/mockery/mockery.git",
  8618. "reference": "9b6f117dd7d36dc3858d8d8ddf9b3d584fcae283"
  8619. },
  8620. "dist": {
  8621. "type": "zip",
  8622. "url": "https://api.github.com/repos/mockery/mockery/zipball/9b6f117dd7d36dc3858d8d8ddf9b3d584fcae283",
  8623. "reference": "9b6f117dd7d36dc3858d8d8ddf9b3d584fcae283",
  8624. "shasum": "",
  8625. "mirrors": [
  8626. {
  8627. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8628. "preferred": true
  8629. }
  8630. ]
  8631. },
  8632. "require": {
  8633. "hamcrest/hamcrest-php": "^2.0.1",
  8634. "lib-pcre": ">=7.0",
  8635. "php": ">=5.6.0"
  8636. },
  8637. "require-dev": {
  8638. "phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0|~9.0"
  8639. },
  8640. "type": "library",
  8641. "extra": {
  8642. "branch-alias": {
  8643. "dev-master": "1.3.x-dev"
  8644. }
  8645. },
  8646. "autoload": {
  8647. "psr-0": {
  8648. "Mockery": "library/"
  8649. }
  8650. },
  8651. "notification-url": "https://packagist.org/downloads/",
  8652. "license": [
  8653. "BSD-3-Clause"
  8654. ],
  8655. "authors": [
  8656. {
  8657. "name": "Pádraic Brady",
  8658. "email": "padraic.brady@gmail.com",
  8659. "homepage": "http://blog.astrumfutura.com"
  8660. },
  8661. {
  8662. "name": "Dave Marshall",
  8663. "email": "dave.marshall@atstsolutions.co.uk",
  8664. "homepage": "http://davedevelopment.co.uk"
  8665. }
  8666. ],
  8667. "description": "Mockery is a simple yet flexible PHP mock object framework",
  8668. "homepage": "https://github.com/mockery/mockery",
  8669. "keywords": [
  8670. "BDD",
  8671. "TDD",
  8672. "library",
  8673. "mock",
  8674. "mock objects",
  8675. "mockery",
  8676. "stub",
  8677. "test",
  8678. "test double",
  8679. "testing"
  8680. ],
  8681. "time": "2020-07-09T08:23:05+00:00"
  8682. },
  8683. {
  8684. "name": "myclabs/deep-copy",
  8685. "version": "1.10.1",
  8686. "source": {
  8687. "type": "git",
  8688. "url": "https://github.com/myclabs/DeepCopy.git",
  8689. "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5"
  8690. },
  8691. "dist": {
  8692. "type": "zip",
  8693. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
  8694. "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
  8695. "shasum": "",
  8696. "mirrors": [
  8697. {
  8698. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8699. "preferred": true
  8700. }
  8701. ]
  8702. },
  8703. "require": {
  8704. "php": "^7.1 || ^8.0"
  8705. },
  8706. "replace": {
  8707. "myclabs/deep-copy": "self.version"
  8708. },
  8709. "require-dev": {
  8710. "doctrine/collections": "^1.0",
  8711. "doctrine/common": "^2.6",
  8712. "phpunit/phpunit": "^7.1"
  8713. },
  8714. "type": "library",
  8715. "autoload": {
  8716. "psr-4": {
  8717. "DeepCopy\\": "src/DeepCopy/"
  8718. },
  8719. "files": [
  8720. "src/DeepCopy/deep_copy.php"
  8721. ]
  8722. },
  8723. "notification-url": "https://packagist.org/downloads/",
  8724. "license": [
  8725. "MIT"
  8726. ],
  8727. "description": "Create deep copies (clones) of your objects",
  8728. "keywords": [
  8729. "clone",
  8730. "copy",
  8731. "duplicate",
  8732. "object",
  8733. "object graph"
  8734. ],
  8735. "time": "2020-06-29T13:22:24+00:00"
  8736. },
  8737. {
  8738. "name": "phar-io/manifest",
  8739. "version": "1.0.3",
  8740. "source": {
  8741. "type": "git",
  8742. "url": "https://github.com/phar-io/manifest.git",
  8743. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
  8744. },
  8745. "dist": {
  8746. "type": "zip",
  8747. "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  8748. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  8749. "shasum": "",
  8750. "mirrors": [
  8751. {
  8752. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8753. "preferred": true
  8754. }
  8755. ]
  8756. },
  8757. "require": {
  8758. "ext-dom": "*",
  8759. "ext-phar": "*",
  8760. "phar-io/version": "^2.0",
  8761. "php": "^5.6 || ^7.0"
  8762. },
  8763. "type": "library",
  8764. "extra": {
  8765. "branch-alias": {
  8766. "dev-master": "1.0.x-dev"
  8767. }
  8768. },
  8769. "autoload": {
  8770. "classmap": [
  8771. "src/"
  8772. ]
  8773. },
  8774. "notification-url": "https://packagist.org/downloads/",
  8775. "license": [
  8776. "BSD-3-Clause"
  8777. ],
  8778. "authors": [
  8779. {
  8780. "name": "Arne Blankerts",
  8781. "email": "arne@blankerts.de",
  8782. "role": "Developer"
  8783. },
  8784. {
  8785. "name": "Sebastian Heuer",
  8786. "email": "sebastian@phpeople.de",
  8787. "role": "Developer"
  8788. },
  8789. {
  8790. "name": "Sebastian Bergmann",
  8791. "email": "sebastian@phpunit.de",
  8792. "role": "Developer"
  8793. }
  8794. ],
  8795. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  8796. "time": "2018-07-08T19:23:20+00:00"
  8797. },
  8798. {
  8799. "name": "phar-io/version",
  8800. "version": "2.0.1",
  8801. "source": {
  8802. "type": "git",
  8803. "url": "https://github.com/phar-io/version.git",
  8804. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
  8805. },
  8806. "dist": {
  8807. "type": "zip",
  8808. "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  8809. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  8810. "shasum": "",
  8811. "mirrors": [
  8812. {
  8813. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8814. "preferred": true
  8815. }
  8816. ]
  8817. },
  8818. "require": {
  8819. "php": "^5.6 || ^7.0"
  8820. },
  8821. "type": "library",
  8822. "autoload": {
  8823. "classmap": [
  8824. "src/"
  8825. ]
  8826. },
  8827. "notification-url": "https://packagist.org/downloads/",
  8828. "license": [
  8829. "BSD-3-Clause"
  8830. ],
  8831. "authors": [
  8832. {
  8833. "name": "Arne Blankerts",
  8834. "email": "arne@blankerts.de",
  8835. "role": "Developer"
  8836. },
  8837. {
  8838. "name": "Sebastian Heuer",
  8839. "email": "sebastian@phpeople.de",
  8840. "role": "Developer"
  8841. },
  8842. {
  8843. "name": "Sebastian Bergmann",
  8844. "email": "sebastian@phpunit.de",
  8845. "role": "Developer"
  8846. }
  8847. ],
  8848. "description": "Library for handling version information and constraints",
  8849. "time": "2018-07-08T19:19:57+00:00"
  8850. },
  8851. {
  8852. "name": "php-cs-fixer/diff",
  8853. "version": "v1.3.0",
  8854. "source": {
  8855. "type": "git",
  8856. "url": "https://github.com/PHP-CS-Fixer/diff.git",
  8857. "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
  8858. },
  8859. "dist": {
  8860. "type": "zip",
  8861. "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
  8862. "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
  8863. "shasum": "",
  8864. "mirrors": [
  8865. {
  8866. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8867. "preferred": true
  8868. }
  8869. ]
  8870. },
  8871. "require": {
  8872. "php": "^5.6 || ^7.0"
  8873. },
  8874. "require-dev": {
  8875. "phpunit/phpunit": "^5.7.23 || ^6.4.3",
  8876. "symfony/process": "^3.3"
  8877. },
  8878. "type": "library",
  8879. "autoload": {
  8880. "classmap": [
  8881. "src/"
  8882. ]
  8883. },
  8884. "notification-url": "https://packagist.org/downloads/",
  8885. "license": [
  8886. "BSD-3-Clause"
  8887. ],
  8888. "authors": [
  8889. {
  8890. "name": "Kore Nordmann",
  8891. "email": "mail@kore-nordmann.de"
  8892. },
  8893. {
  8894. "name": "Sebastian Bergmann",
  8895. "email": "sebastian@phpunit.de"
  8896. },
  8897. {
  8898. "name": "SpacePossum"
  8899. }
  8900. ],
  8901. "description": "sebastian/diff v2 backport support for PHP5.6",
  8902. "homepage": "https://github.com/PHP-CS-Fixer",
  8903. "keywords": [
  8904. "diff"
  8905. ],
  8906. "time": "2018-02-15T16:58:55+00:00"
  8907. },
  8908. {
  8909. "name": "phpspec/prophecy",
  8910. "version": "1.11.1",
  8911. "source": {
  8912. "type": "git",
  8913. "url": "https://github.com/phpspec/prophecy.git",
  8914. "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160"
  8915. },
  8916. "dist": {
  8917. "type": "zip",
  8918. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/b20034be5efcdab4fb60ca3a29cba2949aead160",
  8919. "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160",
  8920. "shasum": "",
  8921. "mirrors": [
  8922. {
  8923. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8924. "preferred": true
  8925. }
  8926. ]
  8927. },
  8928. "require": {
  8929. "doctrine/instantiator": "^1.2",
  8930. "php": "^7.2",
  8931. "phpdocumentor/reflection-docblock": "^5.0",
  8932. "sebastian/comparator": "^3.0 || ^4.0",
  8933. "sebastian/recursion-context": "^3.0 || ^4.0"
  8934. },
  8935. "require-dev": {
  8936. "phpspec/phpspec": "^6.0",
  8937. "phpunit/phpunit": "^8.0"
  8938. },
  8939. "type": "library",
  8940. "extra": {
  8941. "branch-alias": {
  8942. "dev-master": "1.11.x-dev"
  8943. }
  8944. },
  8945. "autoload": {
  8946. "psr-4": {
  8947. "Prophecy\\": "src/Prophecy"
  8948. }
  8949. },
  8950. "notification-url": "https://packagist.org/downloads/",
  8951. "license": [
  8952. "MIT"
  8953. ],
  8954. "authors": [
  8955. {
  8956. "name": "Konstantin Kudryashov",
  8957. "email": "ever.zet@gmail.com",
  8958. "homepage": "http://everzet.com"
  8959. },
  8960. {
  8961. "name": "Marcello Duarte",
  8962. "email": "marcello.duarte@gmail.com"
  8963. }
  8964. ],
  8965. "description": "Highly opinionated mocking framework for PHP 5.3+",
  8966. "homepage": "https://github.com/phpspec/prophecy",
  8967. "keywords": [
  8968. "Double",
  8969. "Dummy",
  8970. "fake",
  8971. "mock",
  8972. "spy",
  8973. "stub"
  8974. ],
  8975. "time": "2020-07-08T12:44:21+00:00"
  8976. },
  8977. {
  8978. "name": "phpstan/phpstan",
  8979. "version": "0.12.32",
  8980. "source": {
  8981. "type": "git",
  8982. "url": "https://github.com/phpstan/phpstan.git",
  8983. "reference": "d03863f504c8432b3de4d1881f73f6acb8c0e67c"
  8984. },
  8985. "dist": {
  8986. "type": "zip",
  8987. "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d03863f504c8432b3de4d1881f73f6acb8c0e67c",
  8988. "reference": "d03863f504c8432b3de4d1881f73f6acb8c0e67c",
  8989. "shasum": "",
  8990. "mirrors": [
  8991. {
  8992. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8993. "preferred": true
  8994. }
  8995. ]
  8996. },
  8997. "require": {
  8998. "php": "^7.1"
  8999. },
  9000. "conflict": {
  9001. "phpstan/phpstan-shim": "*"
  9002. },
  9003. "bin": [
  9004. "phpstan",
  9005. "phpstan.phar"
  9006. ],
  9007. "type": "library",
  9008. "extra": {
  9009. "branch-alias": {
  9010. "dev-master": "0.12-dev"
  9011. }
  9012. },
  9013. "autoload": {
  9014. "files": [
  9015. "bootstrap.php"
  9016. ]
  9017. },
  9018. "notification-url": "https://packagist.org/downloads/",
  9019. "license": [
  9020. "MIT"
  9021. ],
  9022. "description": "PHPStan - PHP Static Analysis Tool",
  9023. "time": "2020-07-01T11:57:52+00:00"
  9024. },
  9025. {
  9026. "name": "phpunit/php-code-coverage",
  9027. "version": "6.1.4",
  9028. "source": {
  9029. "type": "git",
  9030. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  9031. "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
  9032. },
  9033. "dist": {
  9034. "type": "zip",
  9035. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
  9036. "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
  9037. "shasum": "",
  9038. "mirrors": [
  9039. {
  9040. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9041. "preferred": true
  9042. }
  9043. ]
  9044. },
  9045. "require": {
  9046. "ext-dom": "*",
  9047. "ext-xmlwriter": "*",
  9048. "php": "^7.1",
  9049. "phpunit/php-file-iterator": "^2.0",
  9050. "phpunit/php-text-template": "^1.2.1",
  9051. "phpunit/php-token-stream": "^3.0",
  9052. "sebastian/code-unit-reverse-lookup": "^1.0.1",
  9053. "sebastian/environment": "^3.1 || ^4.0",
  9054. "sebastian/version": "^2.0.1",
  9055. "theseer/tokenizer": "^1.1"
  9056. },
  9057. "require-dev": {
  9058. "phpunit/phpunit": "^7.0"
  9059. },
  9060. "suggest": {
  9061. "ext-xdebug": "^2.6.0"
  9062. },
  9063. "type": "library",
  9064. "extra": {
  9065. "branch-alias": {
  9066. "dev-master": "6.1-dev"
  9067. }
  9068. },
  9069. "autoload": {
  9070. "classmap": [
  9071. "src/"
  9072. ]
  9073. },
  9074. "notification-url": "https://packagist.org/downloads/",
  9075. "license": [
  9076. "BSD-3-Clause"
  9077. ],
  9078. "authors": [
  9079. {
  9080. "name": "Sebastian Bergmann",
  9081. "email": "sebastian@phpunit.de",
  9082. "role": "lead"
  9083. }
  9084. ],
  9085. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  9086. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  9087. "keywords": [
  9088. "coverage",
  9089. "testing",
  9090. "xunit"
  9091. ],
  9092. "time": "2018-10-31T16:06:48+00:00"
  9093. },
  9094. {
  9095. "name": "phpunit/php-file-iterator",
  9096. "version": "2.0.2",
  9097. "source": {
  9098. "type": "git",
  9099. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  9100. "reference": "050bedf145a257b1ff02746c31894800e5122946"
  9101. },
  9102. "dist": {
  9103. "type": "zip",
  9104. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
  9105. "reference": "050bedf145a257b1ff02746c31894800e5122946",
  9106. "shasum": "",
  9107. "mirrors": [
  9108. {
  9109. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9110. "preferred": true
  9111. }
  9112. ]
  9113. },
  9114. "require": {
  9115. "php": "^7.1"
  9116. },
  9117. "require-dev": {
  9118. "phpunit/phpunit": "^7.1"
  9119. },
  9120. "type": "library",
  9121. "extra": {
  9122. "branch-alias": {
  9123. "dev-master": "2.0.x-dev"
  9124. }
  9125. },
  9126. "autoload": {
  9127. "classmap": [
  9128. "src/"
  9129. ]
  9130. },
  9131. "notification-url": "https://packagist.org/downloads/",
  9132. "license": [
  9133. "BSD-3-Clause"
  9134. ],
  9135. "authors": [
  9136. {
  9137. "name": "Sebastian Bergmann",
  9138. "email": "sebastian@phpunit.de",
  9139. "role": "lead"
  9140. }
  9141. ],
  9142. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  9143. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  9144. "keywords": [
  9145. "filesystem",
  9146. "iterator"
  9147. ],
  9148. "time": "2018-09-13T20:33:42+00:00"
  9149. },
  9150. {
  9151. "name": "phpunit/php-text-template",
  9152. "version": "1.2.1",
  9153. "source": {
  9154. "type": "git",
  9155. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  9156. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  9157. },
  9158. "dist": {
  9159. "type": "zip",
  9160. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  9161. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  9162. "shasum": "",
  9163. "mirrors": [
  9164. {
  9165. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9166. "preferred": true
  9167. }
  9168. ]
  9169. },
  9170. "require": {
  9171. "php": ">=5.3.3"
  9172. },
  9173. "type": "library",
  9174. "autoload": {
  9175. "classmap": [
  9176. "src/"
  9177. ]
  9178. },
  9179. "notification-url": "https://packagist.org/downloads/",
  9180. "license": [
  9181. "BSD-3-Clause"
  9182. ],
  9183. "authors": [
  9184. {
  9185. "name": "Sebastian Bergmann",
  9186. "email": "sebastian@phpunit.de",
  9187. "role": "lead"
  9188. }
  9189. ],
  9190. "description": "Simple template engine.",
  9191. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  9192. "keywords": [
  9193. "template"
  9194. ],
  9195. "time": "2015-06-21T13:50:34+00:00"
  9196. },
  9197. {
  9198. "name": "phpunit/php-timer",
  9199. "version": "2.1.2",
  9200. "source": {
  9201. "type": "git",
  9202. "url": "https://github.com/sebastianbergmann/php-timer.git",
  9203. "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
  9204. },
  9205. "dist": {
  9206. "type": "zip",
  9207. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
  9208. "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
  9209. "shasum": "",
  9210. "mirrors": [
  9211. {
  9212. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9213. "preferred": true
  9214. }
  9215. ]
  9216. },
  9217. "require": {
  9218. "php": "^7.1"
  9219. },
  9220. "require-dev": {
  9221. "phpunit/phpunit": "^7.0"
  9222. },
  9223. "type": "library",
  9224. "extra": {
  9225. "branch-alias": {
  9226. "dev-master": "2.1-dev"
  9227. }
  9228. },
  9229. "autoload": {
  9230. "classmap": [
  9231. "src/"
  9232. ]
  9233. },
  9234. "notification-url": "https://packagist.org/downloads/",
  9235. "license": [
  9236. "BSD-3-Clause"
  9237. ],
  9238. "authors": [
  9239. {
  9240. "name": "Sebastian Bergmann",
  9241. "email": "sebastian@phpunit.de",
  9242. "role": "lead"
  9243. }
  9244. ],
  9245. "description": "Utility class for timing",
  9246. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  9247. "keywords": [
  9248. "timer"
  9249. ],
  9250. "time": "2019-06-07T04:22:29+00:00"
  9251. },
  9252. {
  9253. "name": "phpunit/php-token-stream",
  9254. "version": "3.1.1",
  9255. "source": {
  9256. "type": "git",
  9257. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  9258. "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
  9259. },
  9260. "dist": {
  9261. "type": "zip",
  9262. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
  9263. "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
  9264. "shasum": "",
  9265. "mirrors": [
  9266. {
  9267. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9268. "preferred": true
  9269. }
  9270. ]
  9271. },
  9272. "require": {
  9273. "ext-tokenizer": "*",
  9274. "php": "^7.1"
  9275. },
  9276. "require-dev": {
  9277. "phpunit/phpunit": "^7.0"
  9278. },
  9279. "type": "library",
  9280. "extra": {
  9281. "branch-alias": {
  9282. "dev-master": "3.1-dev"
  9283. }
  9284. },
  9285. "autoload": {
  9286. "classmap": [
  9287. "src/"
  9288. ]
  9289. },
  9290. "notification-url": "https://packagist.org/downloads/",
  9291. "license": [
  9292. "BSD-3-Clause"
  9293. ],
  9294. "authors": [
  9295. {
  9296. "name": "Sebastian Bergmann",
  9297. "email": "sebastian@phpunit.de"
  9298. }
  9299. ],
  9300. "description": "Wrapper around PHP's tokenizer extension.",
  9301. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  9302. "keywords": [
  9303. "tokenizer"
  9304. ],
  9305. "abandoned": true,
  9306. "time": "2019-09-17T06:23:10+00:00"
  9307. },
  9308. {
  9309. "name": "phpunit/phpunit",
  9310. "version": "7.5.20",
  9311. "source": {
  9312. "type": "git",
  9313. "url": "https://github.com/sebastianbergmann/phpunit.git",
  9314. "reference": "9467db479d1b0487c99733bb1e7944d32deded2c"
  9315. },
  9316. "dist": {
  9317. "type": "zip",
  9318. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c",
  9319. "reference": "9467db479d1b0487c99733bb1e7944d32deded2c",
  9320. "shasum": "",
  9321. "mirrors": [
  9322. {
  9323. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9324. "preferred": true
  9325. }
  9326. ]
  9327. },
  9328. "require": {
  9329. "doctrine/instantiator": "^1.1",
  9330. "ext-dom": "*",
  9331. "ext-json": "*",
  9332. "ext-libxml": "*",
  9333. "ext-mbstring": "*",
  9334. "ext-xml": "*",
  9335. "myclabs/deep-copy": "^1.7",
  9336. "phar-io/manifest": "^1.0.2",
  9337. "phar-io/version": "^2.0",
  9338. "php": "^7.1",
  9339. "phpspec/prophecy": "^1.7",
  9340. "phpunit/php-code-coverage": "^6.0.7",
  9341. "phpunit/php-file-iterator": "^2.0.1",
  9342. "phpunit/php-text-template": "^1.2.1",
  9343. "phpunit/php-timer": "^2.1",
  9344. "sebastian/comparator": "^3.0",
  9345. "sebastian/diff": "^3.0",
  9346. "sebastian/environment": "^4.0",
  9347. "sebastian/exporter": "^3.1",
  9348. "sebastian/global-state": "^2.0",
  9349. "sebastian/object-enumerator": "^3.0.3",
  9350. "sebastian/resource-operations": "^2.0",
  9351. "sebastian/version": "^2.0.1"
  9352. },
  9353. "conflict": {
  9354. "phpunit/phpunit-mock-objects": "*"
  9355. },
  9356. "require-dev": {
  9357. "ext-pdo": "*"
  9358. },
  9359. "suggest": {
  9360. "ext-soap": "*",
  9361. "ext-xdebug": "*",
  9362. "phpunit/php-invoker": "^2.0"
  9363. },
  9364. "bin": [
  9365. "phpunit"
  9366. ],
  9367. "type": "library",
  9368. "extra": {
  9369. "branch-alias": {
  9370. "dev-master": "7.5-dev"
  9371. }
  9372. },
  9373. "autoload": {
  9374. "classmap": [
  9375. "src/"
  9376. ]
  9377. },
  9378. "notification-url": "https://packagist.org/downloads/",
  9379. "license": [
  9380. "BSD-3-Clause"
  9381. ],
  9382. "authors": [
  9383. {
  9384. "name": "Sebastian Bergmann",
  9385. "email": "sebastian@phpunit.de",
  9386. "role": "lead"
  9387. }
  9388. ],
  9389. "description": "The PHP Unit Testing framework.",
  9390. "homepage": "https://phpunit.de/",
  9391. "keywords": [
  9392. "phpunit",
  9393. "testing",
  9394. "xunit"
  9395. ],
  9396. "time": "2020-01-08T08:45:45+00:00"
  9397. },
  9398. {
  9399. "name": "sebastian/code-unit-reverse-lookup",
  9400. "version": "1.0.1",
  9401. "source": {
  9402. "type": "git",
  9403. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  9404. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  9405. },
  9406. "dist": {
  9407. "type": "zip",
  9408. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  9409. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  9410. "shasum": "",
  9411. "mirrors": [
  9412. {
  9413. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9414. "preferred": true
  9415. }
  9416. ]
  9417. },
  9418. "require": {
  9419. "php": "^5.6 || ^7.0"
  9420. },
  9421. "require-dev": {
  9422. "phpunit/phpunit": "^5.7 || ^6.0"
  9423. },
  9424. "type": "library",
  9425. "extra": {
  9426. "branch-alias": {
  9427. "dev-master": "1.0.x-dev"
  9428. }
  9429. },
  9430. "autoload": {
  9431. "classmap": [
  9432. "src/"
  9433. ]
  9434. },
  9435. "notification-url": "https://packagist.org/downloads/",
  9436. "license": [
  9437. "BSD-3-Clause"
  9438. ],
  9439. "authors": [
  9440. {
  9441. "name": "Sebastian Bergmann",
  9442. "email": "sebastian@phpunit.de"
  9443. }
  9444. ],
  9445. "description": "Looks up which function or method a line of code belongs to",
  9446. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  9447. "time": "2017-03-04T06:30:41+00:00"
  9448. },
  9449. {
  9450. "name": "sebastian/comparator",
  9451. "version": "3.0.2",
  9452. "source": {
  9453. "type": "git",
  9454. "url": "https://github.com/sebastianbergmann/comparator.git",
  9455. "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
  9456. },
  9457. "dist": {
  9458. "type": "zip",
  9459. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
  9460. "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
  9461. "shasum": "",
  9462. "mirrors": [
  9463. {
  9464. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9465. "preferred": true
  9466. }
  9467. ]
  9468. },
  9469. "require": {
  9470. "php": "^7.1",
  9471. "sebastian/diff": "^3.0",
  9472. "sebastian/exporter": "^3.1"
  9473. },
  9474. "require-dev": {
  9475. "phpunit/phpunit": "^7.1"
  9476. },
  9477. "type": "library",
  9478. "extra": {
  9479. "branch-alias": {
  9480. "dev-master": "3.0-dev"
  9481. }
  9482. },
  9483. "autoload": {
  9484. "classmap": [
  9485. "src/"
  9486. ]
  9487. },
  9488. "notification-url": "https://packagist.org/downloads/",
  9489. "license": [
  9490. "BSD-3-Clause"
  9491. ],
  9492. "authors": [
  9493. {
  9494. "name": "Jeff Welch",
  9495. "email": "whatthejeff@gmail.com"
  9496. },
  9497. {
  9498. "name": "Volker Dusch",
  9499. "email": "github@wallbash.com"
  9500. },
  9501. {
  9502. "name": "Bernhard Schussek",
  9503. "email": "bschussek@2bepublished.at"
  9504. },
  9505. {
  9506. "name": "Sebastian Bergmann",
  9507. "email": "sebastian@phpunit.de"
  9508. }
  9509. ],
  9510. "description": "Provides the functionality to compare PHP values for equality",
  9511. "homepage": "https://github.com/sebastianbergmann/comparator",
  9512. "keywords": [
  9513. "comparator",
  9514. "compare",
  9515. "equality"
  9516. ],
  9517. "time": "2018-07-12T15:12:46+00:00"
  9518. },
  9519. {
  9520. "name": "sebastian/diff",
  9521. "version": "3.0.2",
  9522. "source": {
  9523. "type": "git",
  9524. "url": "https://github.com/sebastianbergmann/diff.git",
  9525. "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
  9526. },
  9527. "dist": {
  9528. "type": "zip",
  9529. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
  9530. "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
  9531. "shasum": "",
  9532. "mirrors": [
  9533. {
  9534. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9535. "preferred": true
  9536. }
  9537. ]
  9538. },
  9539. "require": {
  9540. "php": "^7.1"
  9541. },
  9542. "require-dev": {
  9543. "phpunit/phpunit": "^7.5 || ^8.0",
  9544. "symfony/process": "^2 || ^3.3 || ^4"
  9545. },
  9546. "type": "library",
  9547. "extra": {
  9548. "branch-alias": {
  9549. "dev-master": "3.0-dev"
  9550. }
  9551. },
  9552. "autoload": {
  9553. "classmap": [
  9554. "src/"
  9555. ]
  9556. },
  9557. "notification-url": "https://packagist.org/downloads/",
  9558. "license": [
  9559. "BSD-3-Clause"
  9560. ],
  9561. "authors": [
  9562. {
  9563. "name": "Kore Nordmann",
  9564. "email": "mail@kore-nordmann.de"
  9565. },
  9566. {
  9567. "name": "Sebastian Bergmann",
  9568. "email": "sebastian@phpunit.de"
  9569. }
  9570. ],
  9571. "description": "Diff implementation",
  9572. "homepage": "https://github.com/sebastianbergmann/diff",
  9573. "keywords": [
  9574. "diff",
  9575. "udiff",
  9576. "unidiff",
  9577. "unified diff"
  9578. ],
  9579. "time": "2019-02-04T06:01:07+00:00"
  9580. },
  9581. {
  9582. "name": "sebastian/environment",
  9583. "version": "4.2.3",
  9584. "source": {
  9585. "type": "git",
  9586. "url": "https://github.com/sebastianbergmann/environment.git",
  9587. "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
  9588. },
  9589. "dist": {
  9590. "type": "zip",
  9591. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
  9592. "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
  9593. "shasum": "",
  9594. "mirrors": [
  9595. {
  9596. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9597. "preferred": true
  9598. }
  9599. ]
  9600. },
  9601. "require": {
  9602. "php": "^7.1"
  9603. },
  9604. "require-dev": {
  9605. "phpunit/phpunit": "^7.5"
  9606. },
  9607. "suggest": {
  9608. "ext-posix": "*"
  9609. },
  9610. "type": "library",
  9611. "extra": {
  9612. "branch-alias": {
  9613. "dev-master": "4.2-dev"
  9614. }
  9615. },
  9616. "autoload": {
  9617. "classmap": [
  9618. "src/"
  9619. ]
  9620. },
  9621. "notification-url": "https://packagist.org/downloads/",
  9622. "license": [
  9623. "BSD-3-Clause"
  9624. ],
  9625. "authors": [
  9626. {
  9627. "name": "Sebastian Bergmann",
  9628. "email": "sebastian@phpunit.de"
  9629. }
  9630. ],
  9631. "description": "Provides functionality to handle HHVM/PHP environments",
  9632. "homepage": "http://www.github.com/sebastianbergmann/environment",
  9633. "keywords": [
  9634. "Xdebug",
  9635. "environment",
  9636. "hhvm"
  9637. ],
  9638. "time": "2019-11-20T08:46:58+00:00"
  9639. },
  9640. {
  9641. "name": "sebastian/exporter",
  9642. "version": "3.1.2",
  9643. "source": {
  9644. "type": "git",
  9645. "url": "https://github.com/sebastianbergmann/exporter.git",
  9646. "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
  9647. },
  9648. "dist": {
  9649. "type": "zip",
  9650. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
  9651. "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
  9652. "shasum": "",
  9653. "mirrors": [
  9654. {
  9655. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9656. "preferred": true
  9657. }
  9658. ]
  9659. },
  9660. "require": {
  9661. "php": "^7.0",
  9662. "sebastian/recursion-context": "^3.0"
  9663. },
  9664. "require-dev": {
  9665. "ext-mbstring": "*",
  9666. "phpunit/phpunit": "^6.0"
  9667. },
  9668. "type": "library",
  9669. "extra": {
  9670. "branch-alias": {
  9671. "dev-master": "3.1.x-dev"
  9672. }
  9673. },
  9674. "autoload": {
  9675. "classmap": [
  9676. "src/"
  9677. ]
  9678. },
  9679. "notification-url": "https://packagist.org/downloads/",
  9680. "license": [
  9681. "BSD-3-Clause"
  9682. ],
  9683. "authors": [
  9684. {
  9685. "name": "Sebastian Bergmann",
  9686. "email": "sebastian@phpunit.de"
  9687. },
  9688. {
  9689. "name": "Jeff Welch",
  9690. "email": "whatthejeff@gmail.com"
  9691. },
  9692. {
  9693. "name": "Volker Dusch",
  9694. "email": "github@wallbash.com"
  9695. },
  9696. {
  9697. "name": "Adam Harvey",
  9698. "email": "aharvey@php.net"
  9699. },
  9700. {
  9701. "name": "Bernhard Schussek",
  9702. "email": "bschussek@gmail.com"
  9703. }
  9704. ],
  9705. "description": "Provides the functionality to export PHP variables for visualization",
  9706. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  9707. "keywords": [
  9708. "export",
  9709. "exporter"
  9710. ],
  9711. "time": "2019-09-14T09:02:43+00:00"
  9712. },
  9713. {
  9714. "name": "sebastian/global-state",
  9715. "version": "2.0.0",
  9716. "source": {
  9717. "type": "git",
  9718. "url": "https://github.com/sebastianbergmann/global-state.git",
  9719. "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
  9720. },
  9721. "dist": {
  9722. "type": "zip",
  9723. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  9724. "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  9725. "shasum": "",
  9726. "mirrors": [
  9727. {
  9728. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9729. "preferred": true
  9730. }
  9731. ]
  9732. },
  9733. "require": {
  9734. "php": "^7.0"
  9735. },
  9736. "require-dev": {
  9737. "phpunit/phpunit": "^6.0"
  9738. },
  9739. "suggest": {
  9740. "ext-uopz": "*"
  9741. },
  9742. "type": "library",
  9743. "extra": {
  9744. "branch-alias": {
  9745. "dev-master": "2.0-dev"
  9746. }
  9747. },
  9748. "autoload": {
  9749. "classmap": [
  9750. "src/"
  9751. ]
  9752. },
  9753. "notification-url": "https://packagist.org/downloads/",
  9754. "license": [
  9755. "BSD-3-Clause"
  9756. ],
  9757. "authors": [
  9758. {
  9759. "name": "Sebastian Bergmann",
  9760. "email": "sebastian@phpunit.de"
  9761. }
  9762. ],
  9763. "description": "Snapshotting of global state",
  9764. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  9765. "keywords": [
  9766. "global state"
  9767. ],
  9768. "time": "2017-04-27T15:39:26+00:00"
  9769. },
  9770. {
  9771. "name": "sebastian/object-enumerator",
  9772. "version": "3.0.3",
  9773. "source": {
  9774. "type": "git",
  9775. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  9776. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
  9777. },
  9778. "dist": {
  9779. "type": "zip",
  9780. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  9781. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  9782. "shasum": "",
  9783. "mirrors": [
  9784. {
  9785. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9786. "preferred": true
  9787. }
  9788. ]
  9789. },
  9790. "require": {
  9791. "php": "^7.0",
  9792. "sebastian/object-reflector": "^1.1.1",
  9793. "sebastian/recursion-context": "^3.0"
  9794. },
  9795. "require-dev": {
  9796. "phpunit/phpunit": "^6.0"
  9797. },
  9798. "type": "library",
  9799. "extra": {
  9800. "branch-alias": {
  9801. "dev-master": "3.0.x-dev"
  9802. }
  9803. },
  9804. "autoload": {
  9805. "classmap": [
  9806. "src/"
  9807. ]
  9808. },
  9809. "notification-url": "https://packagist.org/downloads/",
  9810. "license": [
  9811. "BSD-3-Clause"
  9812. ],
  9813. "authors": [
  9814. {
  9815. "name": "Sebastian Bergmann",
  9816. "email": "sebastian@phpunit.de"
  9817. }
  9818. ],
  9819. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  9820. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  9821. "time": "2017-08-03T12:35:26+00:00"
  9822. },
  9823. {
  9824. "name": "sebastian/object-reflector",
  9825. "version": "1.1.1",
  9826. "source": {
  9827. "type": "git",
  9828. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  9829. "reference": "773f97c67f28de00d397be301821b06708fca0be"
  9830. },
  9831. "dist": {
  9832. "type": "zip",
  9833. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
  9834. "reference": "773f97c67f28de00d397be301821b06708fca0be",
  9835. "shasum": "",
  9836. "mirrors": [
  9837. {
  9838. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9839. "preferred": true
  9840. }
  9841. ]
  9842. },
  9843. "require": {
  9844. "php": "^7.0"
  9845. },
  9846. "require-dev": {
  9847. "phpunit/phpunit": "^6.0"
  9848. },
  9849. "type": "library",
  9850. "extra": {
  9851. "branch-alias": {
  9852. "dev-master": "1.1-dev"
  9853. }
  9854. },
  9855. "autoload": {
  9856. "classmap": [
  9857. "src/"
  9858. ]
  9859. },
  9860. "notification-url": "https://packagist.org/downloads/",
  9861. "license": [
  9862. "BSD-3-Clause"
  9863. ],
  9864. "authors": [
  9865. {
  9866. "name": "Sebastian Bergmann",
  9867. "email": "sebastian@phpunit.de"
  9868. }
  9869. ],
  9870. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  9871. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  9872. "time": "2017-03-29T09:07:27+00:00"
  9873. },
  9874. {
  9875. "name": "sebastian/recursion-context",
  9876. "version": "3.0.0",
  9877. "source": {
  9878. "type": "git",
  9879. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  9880. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
  9881. },
  9882. "dist": {
  9883. "type": "zip",
  9884. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  9885. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  9886. "shasum": "",
  9887. "mirrors": [
  9888. {
  9889. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9890. "preferred": true
  9891. }
  9892. ]
  9893. },
  9894. "require": {
  9895. "php": "^7.0"
  9896. },
  9897. "require-dev": {
  9898. "phpunit/phpunit": "^6.0"
  9899. },
  9900. "type": "library",
  9901. "extra": {
  9902. "branch-alias": {
  9903. "dev-master": "3.0.x-dev"
  9904. }
  9905. },
  9906. "autoload": {
  9907. "classmap": [
  9908. "src/"
  9909. ]
  9910. },
  9911. "notification-url": "https://packagist.org/downloads/",
  9912. "license": [
  9913. "BSD-3-Clause"
  9914. ],
  9915. "authors": [
  9916. {
  9917. "name": "Jeff Welch",
  9918. "email": "whatthejeff@gmail.com"
  9919. },
  9920. {
  9921. "name": "Sebastian Bergmann",
  9922. "email": "sebastian@phpunit.de"
  9923. },
  9924. {
  9925. "name": "Adam Harvey",
  9926. "email": "aharvey@php.net"
  9927. }
  9928. ],
  9929. "description": "Provides functionality to recursively process PHP variables",
  9930. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  9931. "time": "2017-03-03T06:23:57+00:00"
  9932. },
  9933. {
  9934. "name": "sebastian/resource-operations",
  9935. "version": "2.0.1",
  9936. "source": {
  9937. "type": "git",
  9938. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  9939. "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
  9940. },
  9941. "dist": {
  9942. "type": "zip",
  9943. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
  9944. "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
  9945. "shasum": "",
  9946. "mirrors": [
  9947. {
  9948. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9949. "preferred": true
  9950. }
  9951. ]
  9952. },
  9953. "require": {
  9954. "php": "^7.1"
  9955. },
  9956. "type": "library",
  9957. "extra": {
  9958. "branch-alias": {
  9959. "dev-master": "2.0-dev"
  9960. }
  9961. },
  9962. "autoload": {
  9963. "classmap": [
  9964. "src/"
  9965. ]
  9966. },
  9967. "notification-url": "https://packagist.org/downloads/",
  9968. "license": [
  9969. "BSD-3-Clause"
  9970. ],
  9971. "authors": [
  9972. {
  9973. "name": "Sebastian Bergmann",
  9974. "email": "sebastian@phpunit.de"
  9975. }
  9976. ],
  9977. "description": "Provides a list of PHP built-in functions that operate on resources",
  9978. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  9979. "time": "2018-10-04T04:07:39+00:00"
  9980. },
  9981. {
  9982. "name": "sebastian/version",
  9983. "version": "2.0.1",
  9984. "source": {
  9985. "type": "git",
  9986. "url": "https://github.com/sebastianbergmann/version.git",
  9987. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  9988. },
  9989. "dist": {
  9990. "type": "zip",
  9991. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  9992. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  9993. "shasum": "",
  9994. "mirrors": [
  9995. {
  9996. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  9997. "preferred": true
  9998. }
  9999. ]
  10000. },
  10001. "require": {
  10002. "php": ">=5.6"
  10003. },
  10004. "type": "library",
  10005. "extra": {
  10006. "branch-alias": {
  10007. "dev-master": "2.0.x-dev"
  10008. }
  10009. },
  10010. "autoload": {
  10011. "classmap": [
  10012. "src/"
  10013. ]
  10014. },
  10015. "notification-url": "https://packagist.org/downloads/",
  10016. "license": [
  10017. "BSD-3-Clause"
  10018. ],
  10019. "authors": [
  10020. {
  10021. "name": "Sebastian Bergmann",
  10022. "email": "sebastian@phpunit.de",
  10023. "role": "lead"
  10024. }
  10025. ],
  10026. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  10027. "homepage": "https://github.com/sebastianbergmann/version",
  10028. "time": "2016-10-03T07:35:21+00:00"
  10029. },
  10030. {
  10031. "name": "swoole/ide-helper",
  10032. "version": "4.5.2",
  10033. "source": {
  10034. "type": "git",
  10035. "url": "https://github.com/swoole/ide-helper.git",
  10036. "reference": "e45892fb913204fc776bdec019ca8b723e7249b1"
  10037. },
  10038. "dist": {
  10039. "type": "zip",
  10040. "url": "https://api.github.com/repos/swoole/ide-helper/zipball/e45892fb913204fc776bdec019ca8b723e7249b1",
  10041. "reference": "e45892fb913204fc776bdec019ca8b723e7249b1",
  10042. "shasum": "",
  10043. "mirrors": [
  10044. {
  10045. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10046. "preferred": true
  10047. }
  10048. ]
  10049. },
  10050. "require-dev": {
  10051. "guzzlehttp/guzzle": "~6.5.0",
  10052. "laminas/laminas-code": "~3.4.0",
  10053. "squizlabs/php_codesniffer": "~3.5.0",
  10054. "symfony/filesystem": "~4.0"
  10055. },
  10056. "type": "library",
  10057. "notification-url": "https://packagist.org/downloads/",
  10058. "license": [
  10059. "Apache-2.0"
  10060. ],
  10061. "authors": [
  10062. {
  10063. "name": "Team Swoole",
  10064. "email": "team@swoole.com"
  10065. }
  10066. ],
  10067. "description": "IDE help files for Swoole.",
  10068. "time": "2020-05-28T19:17:49+00:00"
  10069. },
  10070. {
  10071. "name": "symfony/filesystem",
  10072. "version": "v5.1.2",
  10073. "source": {
  10074. "type": "git",
  10075. "url": "https://github.com/symfony/filesystem.git",
  10076. "reference": "6e4320f06d5f2cce0d96530162491f4465179157"
  10077. },
  10078. "dist": {
  10079. "type": "zip",
  10080. "url": "https://api.github.com/repos/symfony/filesystem/zipball/6e4320f06d5f2cce0d96530162491f4465179157",
  10081. "reference": "6e4320f06d5f2cce0d96530162491f4465179157",
  10082. "shasum": "",
  10083. "mirrors": [
  10084. {
  10085. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10086. "preferred": true
  10087. }
  10088. ]
  10089. },
  10090. "require": {
  10091. "php": ">=7.2.5",
  10092. "symfony/polyfill-ctype": "~1.8"
  10093. },
  10094. "type": "library",
  10095. "extra": {
  10096. "branch-alias": {
  10097. "dev-master": "5.1-dev"
  10098. }
  10099. },
  10100. "autoload": {
  10101. "psr-4": {
  10102. "Symfony\\Component\\Filesystem\\": ""
  10103. },
  10104. "exclude-from-classmap": [
  10105. "/Tests/"
  10106. ]
  10107. },
  10108. "notification-url": "https://packagist.org/downloads/",
  10109. "license": [
  10110. "MIT"
  10111. ],
  10112. "authors": [
  10113. {
  10114. "name": "Fabien Potencier",
  10115. "email": "fabien@symfony.com"
  10116. },
  10117. {
  10118. "name": "Symfony Community",
  10119. "homepage": "https://symfony.com/contributors"
  10120. }
  10121. ],
  10122. "description": "Symfony Filesystem Component",
  10123. "homepage": "https://symfony.com",
  10124. "time": "2020-05-30T20:35:19+00:00"
  10125. },
  10126. {
  10127. "name": "symfony/options-resolver",
  10128. "version": "v5.1.2",
  10129. "source": {
  10130. "type": "git",
  10131. "url": "https://github.com/symfony/options-resolver.git",
  10132. "reference": "663f5dd5e14057d1954fe721f9709d35837f2447"
  10133. },
  10134. "dist": {
  10135. "type": "zip",
  10136. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/663f5dd5e14057d1954fe721f9709d35837f2447",
  10137. "reference": "663f5dd5e14057d1954fe721f9709d35837f2447",
  10138. "shasum": "",
  10139. "mirrors": [
  10140. {
  10141. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10142. "preferred": true
  10143. }
  10144. ]
  10145. },
  10146. "require": {
  10147. "php": ">=7.2.5",
  10148. "symfony/deprecation-contracts": "^2.1",
  10149. "symfony/polyfill-php80": "^1.15"
  10150. },
  10151. "type": "library",
  10152. "extra": {
  10153. "branch-alias": {
  10154. "dev-master": "5.1-dev"
  10155. }
  10156. },
  10157. "autoload": {
  10158. "psr-4": {
  10159. "Symfony\\Component\\OptionsResolver\\": ""
  10160. },
  10161. "exclude-from-classmap": [
  10162. "/Tests/"
  10163. ]
  10164. },
  10165. "notification-url": "https://packagist.org/downloads/",
  10166. "license": [
  10167. "MIT"
  10168. ],
  10169. "authors": [
  10170. {
  10171. "name": "Fabien Potencier",
  10172. "email": "fabien@symfony.com"
  10173. },
  10174. {
  10175. "name": "Symfony Community",
  10176. "homepage": "https://symfony.com/contributors"
  10177. }
  10178. ],
  10179. "description": "Symfony OptionsResolver Component",
  10180. "homepage": "https://symfony.com",
  10181. "keywords": [
  10182. "config",
  10183. "configuration",
  10184. "options"
  10185. ],
  10186. "time": "2020-05-23T13:08:13+00:00"
  10187. },
  10188. {
  10189. "name": "symfony/process",
  10190. "version": "v5.1.2",
  10191. "source": {
  10192. "type": "git",
  10193. "url": "https://github.com/symfony/process.git",
  10194. "reference": "7f6378c1fa2147eeb1b4c385856ce9de0d46ebd1"
  10195. },
  10196. "dist": {
  10197. "type": "zip",
  10198. "url": "https://api.github.com/repos/symfony/process/zipball/7f6378c1fa2147eeb1b4c385856ce9de0d46ebd1",
  10199. "reference": "7f6378c1fa2147eeb1b4c385856ce9de0d46ebd1",
  10200. "shasum": "",
  10201. "mirrors": [
  10202. {
  10203. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10204. "preferred": true
  10205. }
  10206. ]
  10207. },
  10208. "require": {
  10209. "php": ">=7.2.5",
  10210. "symfony/polyfill-php80": "^1.15"
  10211. },
  10212. "type": "library",
  10213. "extra": {
  10214. "branch-alias": {
  10215. "dev-master": "5.1-dev"
  10216. }
  10217. },
  10218. "autoload": {
  10219. "psr-4": {
  10220. "Symfony\\Component\\Process\\": ""
  10221. },
  10222. "exclude-from-classmap": [
  10223. "/Tests/"
  10224. ]
  10225. },
  10226. "notification-url": "https://packagist.org/downloads/",
  10227. "license": [
  10228. "MIT"
  10229. ],
  10230. "authors": [
  10231. {
  10232. "name": "Fabien Potencier",
  10233. "email": "fabien@symfony.com"
  10234. },
  10235. {
  10236. "name": "Symfony Community",
  10237. "homepage": "https://symfony.com/contributors"
  10238. }
  10239. ],
  10240. "description": "Symfony Process Component",
  10241. "homepage": "https://symfony.com",
  10242. "time": "2020-05-30T20:35:19+00:00"
  10243. },
  10244. {
  10245. "name": "symfony/stopwatch",
  10246. "version": "v5.1.2",
  10247. "source": {
  10248. "type": "git",
  10249. "url": "https://github.com/symfony/stopwatch.git",
  10250. "reference": "0f7c58cf81dbb5dd67d423a89d577524a2ec0323"
  10251. },
  10252. "dist": {
  10253. "type": "zip",
  10254. "url": "https://api.github.com/repos/symfony/stopwatch/zipball/0f7c58cf81dbb5dd67d423a89d577524a2ec0323",
  10255. "reference": "0f7c58cf81dbb5dd67d423a89d577524a2ec0323",
  10256. "shasum": "",
  10257. "mirrors": [
  10258. {
  10259. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10260. "preferred": true
  10261. }
  10262. ]
  10263. },
  10264. "require": {
  10265. "php": ">=7.2.5",
  10266. "symfony/service-contracts": "^1.0|^2"
  10267. },
  10268. "type": "library",
  10269. "extra": {
  10270. "branch-alias": {
  10271. "dev-master": "5.1-dev"
  10272. }
  10273. },
  10274. "autoload": {
  10275. "psr-4": {
  10276. "Symfony\\Component\\Stopwatch\\": ""
  10277. },
  10278. "exclude-from-classmap": [
  10279. "/Tests/"
  10280. ]
  10281. },
  10282. "notification-url": "https://packagist.org/downloads/",
  10283. "license": [
  10284. "MIT"
  10285. ],
  10286. "authors": [
  10287. {
  10288. "name": "Fabien Potencier",
  10289. "email": "fabien@symfony.com"
  10290. },
  10291. {
  10292. "name": "Symfony Community",
  10293. "homepage": "https://symfony.com/contributors"
  10294. }
  10295. ],
  10296. "description": "Symfony Stopwatch Component",
  10297. "homepage": "https://symfony.com",
  10298. "time": "2020-05-20T17:43:50+00:00"
  10299. },
  10300. {
  10301. "name": "theseer/tokenizer",
  10302. "version": "1.2.0",
  10303. "source": {
  10304. "type": "git",
  10305. "url": "https://github.com/theseer/tokenizer.git",
  10306. "reference": "75a63c33a8577608444246075ea0af0d052e452a"
  10307. },
  10308. "dist": {
  10309. "type": "zip",
  10310. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
  10311. "reference": "75a63c33a8577608444246075ea0af0d052e452a",
  10312. "shasum": "",
  10313. "mirrors": [
  10314. {
  10315. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  10316. "preferred": true
  10317. }
  10318. ]
  10319. },
  10320. "require": {
  10321. "ext-dom": "*",
  10322. "ext-tokenizer": "*",
  10323. "ext-xmlwriter": "*",
  10324. "php": "^7.2 || ^8.0"
  10325. },
  10326. "type": "library",
  10327. "autoload": {
  10328. "classmap": [
  10329. "src/"
  10330. ]
  10331. },
  10332. "notification-url": "https://packagist.org/downloads/",
  10333. "license": [
  10334. "BSD-3-Clause"
  10335. ],
  10336. "authors": [
  10337. {
  10338. "name": "Arne Blankerts",
  10339. "email": "arne@blankerts.de",
  10340. "role": "Developer"
  10341. }
  10342. ],
  10343. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  10344. "time": "2020-07-12T23:59:07+00:00"
  10345. }
  10346. ],
  10347. "aliases": [],
  10348. "minimum-stability": "dev",
  10349. "stability-flags": [],
  10350. "prefer-stable": true,
  10351. "prefer-lowest": false,
  10352. "platform": {
  10353. "php": ">=7.2",
  10354. "ext-swoole": ">=4.5",
  10355. "ext-bcmath": "*"
  10356. },
  10357. "platform-dev": [],
  10358. "plugin-api-version": "1.1.0"
  10359. }