链街Dcat后台
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.

8774 lines
311 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
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": "854b617e7a44365e7cb38038beee8645",
  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": "aliyuncs/oss-sdk-php",
  153. "version": "v2.3.1",
  154. "source": {
  155. "type": "git",
  156. "url": "https://github.com/aliyun/aliyun-oss-php-sdk.git",
  157. "reference": "053d7ba9e798e4c09b9c5c1edab153d25ea9643a"
  158. },
  159. "dist": {
  160. "type": "zip",
  161. "url": "https://api.github.com/repos/aliyun/aliyun-oss-php-sdk/zipball/053d7ba9e798e4c09b9c5c1edab153d25ea9643a",
  162. "reference": "053d7ba9e798e4c09b9c5c1edab153d25ea9643a",
  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. "php": ">=5.3"
  173. },
  174. "require-dev": {
  175. "phpunit/phpunit": "~4.0",
  176. "satooshi/php-coveralls": "~1.0"
  177. },
  178. "type": "library",
  179. "autoload": {
  180. "psr-4": {
  181. "OSS\\": "src/OSS"
  182. }
  183. },
  184. "notification-url": "https://packagist.org/downloads/",
  185. "license": [
  186. "MIT"
  187. ],
  188. "authors": [
  189. {
  190. "name": "Aliyuncs",
  191. "homepage": "http://www.aliyun.com"
  192. }
  193. ],
  194. "description": "Aliyun OSS SDK for PHP",
  195. "homepage": "http://www.aliyun.com/product/oss/",
  196. "time": "2019-11-15T11:05:42+00:00"
  197. },
  198. {
  199. "name": "asm89/stack-cors",
  200. "version": "1.3.0",
  201. "source": {
  202. "type": "git",
  203. "url": "https://github.com/asm89/stack-cors.git",
  204. "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08"
  205. },
  206. "dist": {
  207. "type": "zip",
  208. "url": "https://api.github.com/repos/asm89/stack-cors/zipball/b9c31def6a83f84b4d4a40d35996d375755f0e08",
  209. "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08",
  210. "shasum": "",
  211. "mirrors": [
  212. {
  213. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  214. "preferred": true
  215. }
  216. ]
  217. },
  218. "require": {
  219. "php": ">=5.5.9",
  220. "symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0",
  221. "symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0"
  222. },
  223. "require-dev": {
  224. "phpunit/phpunit": "^5.0 || ^4.8.10",
  225. "squizlabs/php_codesniffer": "^2.3"
  226. },
  227. "type": "library",
  228. "extra": {
  229. "branch-alias": {
  230. "dev-master": "1.2-dev"
  231. }
  232. },
  233. "autoload": {
  234. "psr-4": {
  235. "Asm89\\Stack\\": "src/Asm89/Stack/"
  236. }
  237. },
  238. "notification-url": "https://packagist.org/downloads/",
  239. "license": [
  240. "MIT"
  241. ],
  242. "authors": [
  243. {
  244. "name": "Alexander",
  245. "email": "iam.asm89@gmail.com"
  246. }
  247. ],
  248. "description": "Cross-origin resource sharing library and stack middleware",
  249. "homepage": "https://github.com/asm89/stack-cors",
  250. "keywords": [
  251. "cors",
  252. "stack"
  253. ],
  254. "time": "2019-12-24T22:41:47+00:00"
  255. },
  256. {
  257. "name": "brick/math",
  258. "version": "0.8.15",
  259. "source": {
  260. "type": "git",
  261. "url": "https://github.com/brick/math.git",
  262. "reference": "9b08d412b9da9455b210459ff71414de7e6241cd"
  263. },
  264. "dist": {
  265. "type": "zip",
  266. "url": "https://api.github.com/repos/brick/math/zipball/9b08d412b9da9455b210459ff71414de7e6241cd",
  267. "reference": "9b08d412b9da9455b210459ff71414de7e6241cd",
  268. "shasum": "",
  269. "mirrors": [
  270. {
  271. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  272. "preferred": true
  273. }
  274. ]
  275. },
  276. "require": {
  277. "ext-json": "*",
  278. "php": "^7.1|^8.0"
  279. },
  280. "require-dev": {
  281. "php-coveralls/php-coveralls": "^2.2",
  282. "phpunit/phpunit": "^7.5.15|^8.5",
  283. "vimeo/psalm": "^3.5"
  284. },
  285. "type": "library",
  286. "autoload": {
  287. "psr-4": {
  288. "Brick\\Math\\": "src/"
  289. }
  290. },
  291. "notification-url": "https://packagist.org/downloads/",
  292. "license": [
  293. "MIT"
  294. ],
  295. "description": "Arbitrary-precision arithmetic library",
  296. "keywords": [
  297. "Arbitrary-precision",
  298. "BigInteger",
  299. "BigRational",
  300. "arithmetic",
  301. "bigdecimal",
  302. "bignum",
  303. "brick",
  304. "math"
  305. ],
  306. "time": "2020-04-15T15:59:35+00:00"
  307. },
  308. {
  309. "name": "clagiordano/weblibs-configmanager",
  310. "version": "v1.1.0",
  311. "source": {
  312. "type": "git",
  313. "url": "https://github.com/clagiordano/weblibs-configmanager.git",
  314. "reference": "ecf584f5b3a27929175ff0abdba52f0131bef795"
  315. },
  316. "dist": {
  317. "type": "zip",
  318. "url": "https://api.github.com/repos/clagiordano/weblibs-configmanager/zipball/ecf584f5b3a27929175ff0abdba52f0131bef795",
  319. "reference": "ecf584f5b3a27929175ff0abdba52f0131bef795",
  320. "shasum": "",
  321. "mirrors": [
  322. {
  323. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  324. "preferred": true
  325. }
  326. ]
  327. },
  328. "require": {
  329. "php": ">=5.4"
  330. },
  331. "require-dev": {
  332. "clagiordano/phpunit-result-printer": "^1",
  333. "phpunit/phpunit": "^4.8"
  334. },
  335. "type": "library",
  336. "autoload": {
  337. "psr-4": {
  338. "clagiordano\\weblibs\\configmanager\\": "src/"
  339. }
  340. },
  341. "notification-url": "https://packagist.org/downloads/",
  342. "license": [
  343. "LGPL-3.0-or-later"
  344. ],
  345. "authors": [
  346. {
  347. "name": "Claudio Giordano",
  348. "email": "claudio.giordano@autistici.org",
  349. "role": "Developer"
  350. }
  351. ],
  352. "description": "weblibs-configmanager is a tool library for easily read and access to php config array file and direct read/write configuration file / object",
  353. "keywords": [
  354. "clagiordano",
  355. "configuration",
  356. "manager",
  357. "tool",
  358. "weblibs"
  359. ],
  360. "time": "2020-07-20T20:39:25+00:00"
  361. },
  362. {
  363. "name": "danielstjules/stringy",
  364. "version": "3.1.0",
  365. "source": {
  366. "type": "git",
  367. "url": "https://github.com/danielstjules/Stringy.git",
  368. "reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e"
  369. },
  370. "dist": {
  371. "type": "zip",
  372. "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e",
  373. "reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e",
  374. "shasum": "",
  375. "mirrors": [
  376. {
  377. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  378. "preferred": true
  379. }
  380. ]
  381. },
  382. "require": {
  383. "php": ">=5.4.0",
  384. "symfony/polyfill-mbstring": "~1.1"
  385. },
  386. "require-dev": {
  387. "phpunit/phpunit": "~4.0"
  388. },
  389. "type": "library",
  390. "autoload": {
  391. "psr-4": {
  392. "Stringy\\": "src/"
  393. },
  394. "files": [
  395. "src/Create.php"
  396. ]
  397. },
  398. "notification-url": "https://packagist.org/downloads/",
  399. "license": [
  400. "MIT"
  401. ],
  402. "authors": [
  403. {
  404. "name": "Daniel St. Jules",
  405. "email": "danielst.jules@gmail.com",
  406. "homepage": "http://www.danielstjules.com"
  407. }
  408. ],
  409. "description": "A string manipulation library with multibyte support",
  410. "homepage": "https://github.com/danielstjules/Stringy",
  411. "keywords": [
  412. "UTF",
  413. "helpers",
  414. "manipulation",
  415. "methods",
  416. "multibyte",
  417. "string",
  418. "utf-8",
  419. "utility",
  420. "utils"
  421. ],
  422. "time": "2017-06-12T01:10:27+00:00"
  423. },
  424. {
  425. "name": "dcat/laravel-admin",
  426. "version": "1.7.2",
  427. "source": {
  428. "type": "git",
  429. "url": "https://github.com/jqhph/dcat-admin.git",
  430. "reference": "7755db86943a3f31d6ebe4f6852be3efc82aec2e"
  431. },
  432. "dist": {
  433. "type": "zip",
  434. "url": "https://api.github.com/repos/jqhph/dcat-admin/zipball/7755db86943a3f31d6ebe4f6852be3efc82aec2e",
  435. "reference": "7755db86943a3f31d6ebe4f6852be3efc82aec2e",
  436. "shasum": "",
  437. "mirrors": [
  438. {
  439. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  440. "preferred": true
  441. }
  442. ]
  443. },
  444. "require": {
  445. "doctrine/dbal": "2.*",
  446. "laravel/framework": "~5.5|~6.0|~7.0",
  447. "php": ">=7.1.0",
  448. "spatie/eloquent-sortable": "3.*",
  449. "symfony/dom-crawler": "~3.1|~4.0|~5.0"
  450. },
  451. "require-dev": {
  452. "fzaninotto/faker": "^1.4",
  453. "laravel/dusk": "~5.9",
  454. "mockery/mockery": "^1.0",
  455. "phpstan/phpstan": "^0.12.0",
  456. "phpunit/phpunit": "^7.5"
  457. },
  458. "type": "library",
  459. "extra": {
  460. "laravel": {
  461. "providers": [
  462. "Dcat\\Admin\\AdminServiceProvider"
  463. ]
  464. }
  465. },
  466. "autoload": {
  467. "psr-4": {
  468. "Dcat\\Admin\\": "src/"
  469. },
  470. "files": [
  471. "src/Support/helpers.php"
  472. ]
  473. },
  474. "notification-url": "https://packagist.org/downloads/",
  475. "license": [
  476. "MIT"
  477. ],
  478. "authors": [
  479. {
  480. "name": "jqh",
  481. "email": "841324345@qq.com"
  482. }
  483. ],
  484. "description": "dcat admin",
  485. "homepage": "https://github.com/jqhph/dcat-admin",
  486. "keywords": [
  487. "admin",
  488. "dcat",
  489. "form",
  490. "grid",
  491. "laravel",
  492. "laravel admin"
  493. ],
  494. "time": "2020-09-07T03:01:31+00:00"
  495. },
  496. {
  497. "name": "dnoegel/php-xdg-base-dir",
  498. "version": "v0.1.1",
  499. "source": {
  500. "type": "git",
  501. "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
  502. "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
  503. },
  504. "dist": {
  505. "type": "zip",
  506. "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
  507. "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
  508. "shasum": "",
  509. "mirrors": [
  510. {
  511. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  512. "preferred": true
  513. }
  514. ]
  515. },
  516. "require": {
  517. "php": ">=5.3.2"
  518. },
  519. "require-dev": {
  520. "phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
  521. },
  522. "type": "library",
  523. "autoload": {
  524. "psr-4": {
  525. "XdgBaseDir\\": "src/"
  526. }
  527. },
  528. "notification-url": "https://packagist.org/downloads/",
  529. "license": [
  530. "MIT"
  531. ],
  532. "description": "implementation of xdg base directory specification for php",
  533. "time": "2019-12-04T15:06:13+00:00"
  534. },
  535. {
  536. "name": "doctrine/cache",
  537. "version": "1.10.2",
  538. "source": {
  539. "type": "git",
  540. "url": "https://github.com/doctrine/cache.git",
  541. "reference": "13e3381b25847283a91948d04640543941309727"
  542. },
  543. "dist": {
  544. "type": "zip",
  545. "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727",
  546. "reference": "13e3381b25847283a91948d04640543941309727",
  547. "shasum": "",
  548. "mirrors": [
  549. {
  550. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  551. "preferred": true
  552. }
  553. ]
  554. },
  555. "require": {
  556. "php": "~7.1 || ^8.0"
  557. },
  558. "conflict": {
  559. "doctrine/common": ">2.2,<2.4"
  560. },
  561. "require-dev": {
  562. "alcaeus/mongo-php-adapter": "^1.1",
  563. "doctrine/coding-standard": "^6.0",
  564. "mongodb/mongodb": "^1.1",
  565. "phpunit/phpunit": "^7.0",
  566. "predis/predis": "~1.0"
  567. },
  568. "suggest": {
  569. "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
  570. },
  571. "type": "library",
  572. "extra": {
  573. "branch-alias": {
  574. "dev-master": "1.9.x-dev"
  575. }
  576. },
  577. "autoload": {
  578. "psr-4": {
  579. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  580. }
  581. },
  582. "notification-url": "https://packagist.org/downloads/",
  583. "license": [
  584. "MIT"
  585. ],
  586. "authors": [
  587. {
  588. "name": "Guilherme Blanco",
  589. "email": "guilhermeblanco@gmail.com"
  590. },
  591. {
  592. "name": "Roman Borschel",
  593. "email": "roman@code-factory.org"
  594. },
  595. {
  596. "name": "Benjamin Eberlei",
  597. "email": "kontakt@beberlei.de"
  598. },
  599. {
  600. "name": "Jonathan Wage",
  601. "email": "jonwage@gmail.com"
  602. },
  603. {
  604. "name": "Johannes Schmitt",
  605. "email": "schmittjoh@gmail.com"
  606. }
  607. ],
  608. "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
  609. "homepage": "https://www.doctrine-project.org/projects/cache.html",
  610. "keywords": [
  611. "abstraction",
  612. "apcu",
  613. "cache",
  614. "caching",
  615. "couchdb",
  616. "memcached",
  617. "php",
  618. "redis",
  619. "xcache"
  620. ],
  621. "time": "2020-07-07T18:54:01+00:00"
  622. },
  623. {
  624. "name": "doctrine/dbal",
  625. "version": "2.10.2",
  626. "source": {
  627. "type": "git",
  628. "url": "https://github.com/doctrine/dbal.git",
  629. "reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8"
  630. },
  631. "dist": {
  632. "type": "zip",
  633. "url": "https://api.github.com/repos/doctrine/dbal/zipball/aab745e7b6b2de3b47019da81e7225e14dcfdac8",
  634. "reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8",
  635. "shasum": "",
  636. "mirrors": [
  637. {
  638. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  639. "preferred": true
  640. }
  641. ]
  642. },
  643. "require": {
  644. "doctrine/cache": "^1.0",
  645. "doctrine/event-manager": "^1.0",
  646. "ext-pdo": "*",
  647. "php": "^7.2"
  648. },
  649. "require-dev": {
  650. "doctrine/coding-standard": "^6.0",
  651. "jetbrains/phpstorm-stubs": "^2019.1",
  652. "nikic/php-parser": "^4.4",
  653. "phpstan/phpstan": "^0.12",
  654. "phpunit/phpunit": "^8.4.1",
  655. "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
  656. "vimeo/psalm": "^3.11"
  657. },
  658. "suggest": {
  659. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  660. },
  661. "bin": [
  662. "bin/doctrine-dbal"
  663. ],
  664. "type": "library",
  665. "extra": {
  666. "branch-alias": {
  667. "dev-master": "2.10.x-dev",
  668. "dev-develop": "3.0.x-dev"
  669. }
  670. },
  671. "autoload": {
  672. "psr-4": {
  673. "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
  674. }
  675. },
  676. "notification-url": "https://packagist.org/downloads/",
  677. "license": [
  678. "MIT"
  679. ],
  680. "authors": [
  681. {
  682. "name": "Guilherme Blanco",
  683. "email": "guilhermeblanco@gmail.com"
  684. },
  685. {
  686. "name": "Roman Borschel",
  687. "email": "roman@code-factory.org"
  688. },
  689. {
  690. "name": "Benjamin Eberlei",
  691. "email": "kontakt@beberlei.de"
  692. },
  693. {
  694. "name": "Jonathan Wage",
  695. "email": "jonwage@gmail.com"
  696. }
  697. ],
  698. "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
  699. "homepage": "https://www.doctrine-project.org/projects/dbal.html",
  700. "keywords": [
  701. "abstraction",
  702. "database",
  703. "db2",
  704. "dbal",
  705. "mariadb",
  706. "mssql",
  707. "mysql",
  708. "oci8",
  709. "oracle",
  710. "pdo",
  711. "pgsql",
  712. "postgresql",
  713. "queryobject",
  714. "sasql",
  715. "sql",
  716. "sqlanywhere",
  717. "sqlite",
  718. "sqlserver",
  719. "sqlsrv"
  720. ],
  721. "time": "2020-04-20T17:19:26+00:00"
  722. },
  723. {
  724. "name": "doctrine/event-manager",
  725. "version": "1.1.1",
  726. "source": {
  727. "type": "git",
  728. "url": "https://github.com/doctrine/event-manager.git",
  729. "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
  730. },
  731. "dist": {
  732. "type": "zip",
  733. "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
  734. "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
  735. "shasum": "",
  736. "mirrors": [
  737. {
  738. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  739. "preferred": true
  740. }
  741. ]
  742. },
  743. "require": {
  744. "php": "^7.1 || ^8.0"
  745. },
  746. "conflict": {
  747. "doctrine/common": "<2.9@dev"
  748. },
  749. "require-dev": {
  750. "doctrine/coding-standard": "^6.0",
  751. "phpunit/phpunit": "^7.0"
  752. },
  753. "type": "library",
  754. "extra": {
  755. "branch-alias": {
  756. "dev-master": "1.0.x-dev"
  757. }
  758. },
  759. "autoload": {
  760. "psr-4": {
  761. "Doctrine\\Common\\": "lib/Doctrine/Common"
  762. }
  763. },
  764. "notification-url": "https://packagist.org/downloads/",
  765. "license": [
  766. "MIT"
  767. ],
  768. "authors": [
  769. {
  770. "name": "Guilherme Blanco",
  771. "email": "guilhermeblanco@gmail.com"
  772. },
  773. {
  774. "name": "Roman Borschel",
  775. "email": "roman@code-factory.org"
  776. },
  777. {
  778. "name": "Benjamin Eberlei",
  779. "email": "kontakt@beberlei.de"
  780. },
  781. {
  782. "name": "Jonathan Wage",
  783. "email": "jonwage@gmail.com"
  784. },
  785. {
  786. "name": "Johannes Schmitt",
  787. "email": "schmittjoh@gmail.com"
  788. },
  789. {
  790. "name": "Marco Pivetta",
  791. "email": "ocramius@gmail.com"
  792. }
  793. ],
  794. "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
  795. "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
  796. "keywords": [
  797. "event",
  798. "event dispatcher",
  799. "event manager",
  800. "event system",
  801. "events"
  802. ],
  803. "time": "2020-05-29T18:28:51+00:00"
  804. },
  805. {
  806. "name": "doctrine/inflector",
  807. "version": "2.0.3",
  808. "source": {
  809. "type": "git",
  810. "url": "https://github.com/doctrine/inflector.git",
  811. "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210"
  812. },
  813. "dist": {
  814. "type": "zip",
  815. "url": "https://api.github.com/repos/doctrine/inflector/zipball/9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
  816. "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
  817. "shasum": "",
  818. "mirrors": [
  819. {
  820. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  821. "preferred": true
  822. }
  823. ]
  824. },
  825. "require": {
  826. "php": "^7.2 || ^8.0"
  827. },
  828. "require-dev": {
  829. "doctrine/coding-standard": "^7.0",
  830. "phpstan/phpstan": "^0.11",
  831. "phpstan/phpstan-phpunit": "^0.11",
  832. "phpstan/phpstan-strict-rules": "^0.11",
  833. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
  834. },
  835. "type": "library",
  836. "extra": {
  837. "branch-alias": {
  838. "dev-master": "2.0.x-dev"
  839. }
  840. },
  841. "autoload": {
  842. "psr-4": {
  843. "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
  844. }
  845. },
  846. "notification-url": "https://packagist.org/downloads/",
  847. "license": [
  848. "MIT"
  849. ],
  850. "authors": [
  851. {
  852. "name": "Guilherme Blanco",
  853. "email": "guilhermeblanco@gmail.com"
  854. },
  855. {
  856. "name": "Roman Borschel",
  857. "email": "roman@code-factory.org"
  858. },
  859. {
  860. "name": "Benjamin Eberlei",
  861. "email": "kontakt@beberlei.de"
  862. },
  863. {
  864. "name": "Jonathan Wage",
  865. "email": "jonwage@gmail.com"
  866. },
  867. {
  868. "name": "Johannes Schmitt",
  869. "email": "schmittjoh@gmail.com"
  870. }
  871. ],
  872. "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
  873. "homepage": "https://www.doctrine-project.org/projects/inflector.html",
  874. "keywords": [
  875. "inflection",
  876. "inflector",
  877. "lowercase",
  878. "manipulation",
  879. "php",
  880. "plural",
  881. "singular",
  882. "strings",
  883. "uppercase",
  884. "words"
  885. ],
  886. "time": "2020-05-29T15:13:26+00:00"
  887. },
  888. {
  889. "name": "doctrine/lexer",
  890. "version": "1.2.1",
  891. "source": {
  892. "type": "git",
  893. "url": "https://github.com/doctrine/lexer.git",
  894. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
  895. },
  896. "dist": {
  897. "type": "zip",
  898. "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
  899. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
  900. "shasum": "",
  901. "mirrors": [
  902. {
  903. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  904. "preferred": true
  905. }
  906. ]
  907. },
  908. "require": {
  909. "php": "^7.2 || ^8.0"
  910. },
  911. "require-dev": {
  912. "doctrine/coding-standard": "^6.0",
  913. "phpstan/phpstan": "^0.11.8",
  914. "phpunit/phpunit": "^8.2"
  915. },
  916. "type": "library",
  917. "extra": {
  918. "branch-alias": {
  919. "dev-master": "1.2.x-dev"
  920. }
  921. },
  922. "autoload": {
  923. "psr-4": {
  924. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  925. }
  926. },
  927. "notification-url": "https://packagist.org/downloads/",
  928. "license": [
  929. "MIT"
  930. ],
  931. "authors": [
  932. {
  933. "name": "Guilherme Blanco",
  934. "email": "guilhermeblanco@gmail.com"
  935. },
  936. {
  937. "name": "Roman Borschel",
  938. "email": "roman@code-factory.org"
  939. },
  940. {
  941. "name": "Johannes Schmitt",
  942. "email": "schmittjoh@gmail.com"
  943. }
  944. ],
  945. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  946. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  947. "keywords": [
  948. "annotations",
  949. "docblock",
  950. "lexer",
  951. "parser",
  952. "php"
  953. ],
  954. "time": "2020-05-25T17:44:05+00:00"
  955. },
  956. {
  957. "name": "dragonmantank/cron-expression",
  958. "version": "v2.3.0",
  959. "source": {
  960. "type": "git",
  961. "url": "https://github.com/dragonmantank/cron-expression.git",
  962. "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27"
  963. },
  964. "dist": {
  965. "type": "zip",
  966. "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/72b6fbf76adb3cf5bc0db68559b33d41219aba27",
  967. "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27",
  968. "shasum": "",
  969. "mirrors": [
  970. {
  971. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  972. "preferred": true
  973. }
  974. ]
  975. },
  976. "require": {
  977. "php": "^7.0"
  978. },
  979. "require-dev": {
  980. "phpunit/phpunit": "^6.4|^7.0"
  981. },
  982. "type": "library",
  983. "extra": {
  984. "branch-alias": {
  985. "dev-master": "2.3-dev"
  986. }
  987. },
  988. "autoload": {
  989. "psr-4": {
  990. "Cron\\": "src/Cron/"
  991. }
  992. },
  993. "notification-url": "https://packagist.org/downloads/",
  994. "license": [
  995. "MIT"
  996. ],
  997. "authors": [
  998. {
  999. "name": "Michael Dowling",
  1000. "email": "mtdowling@gmail.com",
  1001. "homepage": "https://github.com/mtdowling"
  1002. },
  1003. {
  1004. "name": "Chris Tankersley",
  1005. "email": "chris@ctankersley.com",
  1006. "homepage": "https://github.com/dragonmantank"
  1007. }
  1008. ],
  1009. "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  1010. "keywords": [
  1011. "cron",
  1012. "schedule"
  1013. ],
  1014. "time": "2019-03-31T00:38:28+00:00"
  1015. },
  1016. {
  1017. "name": "easywechat-composer/easywechat-composer",
  1018. "version": "1.4.0",
  1019. "source": {
  1020. "type": "git",
  1021. "url": "https://github.com/mingyoung/easywechat-composer.git",
  1022. "reference": "93cfce1ec842b9a5b1b0791a52afd18b833f114a"
  1023. },
  1024. "dist": {
  1025. "type": "zip",
  1026. "url": "https://api.github.com/repos/mingyoung/easywechat-composer/zipball/93cfce1ec842b9a5b1b0791a52afd18b833f114a",
  1027. "reference": "93cfce1ec842b9a5b1b0791a52afd18b833f114a",
  1028. "shasum": "",
  1029. "mirrors": [
  1030. {
  1031. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1032. "preferred": true
  1033. }
  1034. ]
  1035. },
  1036. "require": {
  1037. "composer-plugin-api": "^1.0 || ^2.0",
  1038. "php": ">=7.0"
  1039. },
  1040. "require-dev": {
  1041. "composer/composer": "^1.0 || ^2.0",
  1042. "phpunit/phpunit": "^6.5 || ^7.0"
  1043. },
  1044. "type": "composer-plugin",
  1045. "extra": {
  1046. "class": "EasyWeChatComposer\\Plugin"
  1047. },
  1048. "autoload": {
  1049. "psr-4": {
  1050. "EasyWeChatComposer\\": "src/"
  1051. }
  1052. },
  1053. "notification-url": "https://packagist.org/downloads/",
  1054. "license": [
  1055. "MIT"
  1056. ],
  1057. "authors": [
  1058. {
  1059. "name": "张铭阳",
  1060. "email": "mingyoungcheung@gmail.com"
  1061. }
  1062. ],
  1063. "description": "The composer plugin for EasyWeChat",
  1064. "time": "2020-07-23T11:06:47+00:00"
  1065. },
  1066. {
  1067. "name": "egulias/email-validator",
  1068. "version": "2.1.18",
  1069. "source": {
  1070. "type": "git",
  1071. "url": "https://github.com/egulias/EmailValidator.git",
  1072. "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441"
  1073. },
  1074. "dist": {
  1075. "type": "zip",
  1076. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/cfa3d44471c7f5bfb684ac2b0da7114283d78441",
  1077. "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441",
  1078. "shasum": "",
  1079. "mirrors": [
  1080. {
  1081. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1082. "preferred": true
  1083. }
  1084. ]
  1085. },
  1086. "require": {
  1087. "doctrine/lexer": "^1.0.1",
  1088. "php": ">=5.5",
  1089. "symfony/polyfill-intl-idn": "^1.10"
  1090. },
  1091. "require-dev": {
  1092. "dominicsayers/isemail": "^3.0.7",
  1093. "phpunit/phpunit": "^4.8.36|^7.5.15",
  1094. "satooshi/php-coveralls": "^1.0.1"
  1095. },
  1096. "suggest": {
  1097. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  1098. },
  1099. "type": "library",
  1100. "extra": {
  1101. "branch-alias": {
  1102. "dev-master": "2.1.x-dev"
  1103. }
  1104. },
  1105. "autoload": {
  1106. "psr-4": {
  1107. "Egulias\\EmailValidator\\": "src"
  1108. }
  1109. },
  1110. "notification-url": "https://packagist.org/downloads/",
  1111. "license": [
  1112. "MIT"
  1113. ],
  1114. "authors": [
  1115. {
  1116. "name": "Eduardo Gulias Davis"
  1117. }
  1118. ],
  1119. "description": "A library for validating emails against several RFCs",
  1120. "homepage": "https://github.com/egulias/EmailValidator",
  1121. "keywords": [
  1122. "email",
  1123. "emailvalidation",
  1124. "emailvalidator",
  1125. "validation",
  1126. "validator"
  1127. ],
  1128. "time": "2020-06-16T20:11:17+00:00"
  1129. },
  1130. {
  1131. "name": "elasticsearch/elasticsearch",
  1132. "version": "v7.9.0",
  1133. "source": {
  1134. "type": "git",
  1135. "url": "https://github.com/elastic/elasticsearch-php.git",
  1136. "reference": "1380925ccd276ab897c76596cf3705cb9714a78c"
  1137. },
  1138. "dist": {
  1139. "type": "zip",
  1140. "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/1380925ccd276ab897c76596cf3705cb9714a78c",
  1141. "reference": "1380925ccd276ab897c76596cf3705cb9714a78c",
  1142. "shasum": "",
  1143. "mirrors": [
  1144. {
  1145. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1146. "preferred": true
  1147. }
  1148. ]
  1149. },
  1150. "require": {
  1151. "ext-json": ">=1.3.7",
  1152. "ezimuel/ringphp": "^1.1.2",
  1153. "php": "^7.1",
  1154. "psr/log": "~1.0"
  1155. },
  1156. "require-dev": {
  1157. "cpliakas/git-wrapper": "~2.0",
  1158. "doctrine/inflector": "^1.3",
  1159. "mockery/mockery": "^1.2",
  1160. "phpstan/phpstan": "^0.12",
  1161. "phpunit/phpunit": "^7.5",
  1162. "squizlabs/php_codesniffer": "^3.4",
  1163. "symfony/finder": "~4.0",
  1164. "symfony/yaml": "~4.0"
  1165. },
  1166. "suggest": {
  1167. "ext-curl": "*",
  1168. "monolog/monolog": "Allows for client-level logging and tracing"
  1169. },
  1170. "type": "library",
  1171. "autoload": {
  1172. "files": [
  1173. "src/autoload.php"
  1174. ],
  1175. "psr-4": {
  1176. "Elasticsearch\\": "src/Elasticsearch/"
  1177. }
  1178. },
  1179. "notification-url": "https://packagist.org/downloads/",
  1180. "license": [
  1181. "Apache-2.0"
  1182. ],
  1183. "authors": [
  1184. {
  1185. "name": "Zachary Tong"
  1186. },
  1187. {
  1188. "name": "Enrico Zimuel"
  1189. }
  1190. ],
  1191. "description": "PHP Client for Elasticsearch",
  1192. "keywords": [
  1193. "client",
  1194. "elasticsearch",
  1195. "search"
  1196. ],
  1197. "time": "2020-08-18T13:44:18+00:00"
  1198. },
  1199. {
  1200. "name": "ezimuel/guzzlestreams",
  1201. "version": "3.0.1",
  1202. "source": {
  1203. "type": "git",
  1204. "url": "https://github.com/ezimuel/guzzlestreams.git",
  1205. "reference": "abe3791d231167f14eb80d413420d1eab91163a8"
  1206. },
  1207. "dist": {
  1208. "type": "zip",
  1209. "url": "https://api.github.com/repos/ezimuel/guzzlestreams/zipball/abe3791d231167f14eb80d413420d1eab91163a8",
  1210. "reference": "abe3791d231167f14eb80d413420d1eab91163a8",
  1211. "shasum": "",
  1212. "mirrors": [
  1213. {
  1214. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1215. "preferred": true
  1216. }
  1217. ]
  1218. },
  1219. "require": {
  1220. "php": ">=5.4.0"
  1221. },
  1222. "require-dev": {
  1223. "phpunit/phpunit": "~4.0"
  1224. },
  1225. "type": "library",
  1226. "extra": {
  1227. "branch-alias": {
  1228. "dev-master": "3.0-dev"
  1229. }
  1230. },
  1231. "autoload": {
  1232. "psr-4": {
  1233. "GuzzleHttp\\Stream\\": "src/"
  1234. }
  1235. },
  1236. "notification-url": "https://packagist.org/downloads/",
  1237. "license": [
  1238. "MIT"
  1239. ],
  1240. "authors": [
  1241. {
  1242. "name": "Michael Dowling",
  1243. "email": "mtdowling@gmail.com",
  1244. "homepage": "https://github.com/mtdowling"
  1245. }
  1246. ],
  1247. "description": "Fork of guzzle/streams (abandoned) to be used with elasticsearch-php",
  1248. "homepage": "http://guzzlephp.org/",
  1249. "keywords": [
  1250. "Guzzle",
  1251. "stream"
  1252. ],
  1253. "time": "2020-02-14T23:11:50+00:00"
  1254. },
  1255. {
  1256. "name": "ezimuel/ringphp",
  1257. "version": "1.1.2",
  1258. "source": {
  1259. "type": "git",
  1260. "url": "https://github.com/ezimuel/ringphp.git",
  1261. "reference": "0b78f89d8e0bb9e380046c31adfa40347e9f663b"
  1262. },
  1263. "dist": {
  1264. "type": "zip",
  1265. "url": "https://api.github.com/repos/ezimuel/ringphp/zipball/0b78f89d8e0bb9e380046c31adfa40347e9f663b",
  1266. "reference": "0b78f89d8e0bb9e380046c31adfa40347e9f663b",
  1267. "shasum": "",
  1268. "mirrors": [
  1269. {
  1270. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1271. "preferred": true
  1272. }
  1273. ]
  1274. },
  1275. "require": {
  1276. "ezimuel/guzzlestreams": "^3.0.1",
  1277. "php": ">=5.4.0",
  1278. "react/promise": "~2.0"
  1279. },
  1280. "require-dev": {
  1281. "ext-curl": "*",
  1282. "phpunit/phpunit": "~4.0"
  1283. },
  1284. "suggest": {
  1285. "ext-curl": "Guzzle will use specific adapters if cURL is present"
  1286. },
  1287. "type": "library",
  1288. "extra": {
  1289. "branch-alias": {
  1290. "dev-master": "1.1-dev"
  1291. }
  1292. },
  1293. "autoload": {
  1294. "psr-4": {
  1295. "GuzzleHttp\\Ring\\": "src/"
  1296. }
  1297. },
  1298. "notification-url": "https://packagist.org/downloads/",
  1299. "license": [
  1300. "MIT"
  1301. ],
  1302. "authors": [
  1303. {
  1304. "name": "Michael Dowling",
  1305. "email": "mtdowling@gmail.com",
  1306. "homepage": "https://github.com/mtdowling"
  1307. }
  1308. ],
  1309. "description": "Fork of guzzle/RingPHP (abandoned) to be used with elasticsearch-php",
  1310. "time": "2020-02-14T23:51:21+00:00"
  1311. },
  1312. {
  1313. "name": "fideloper/proxy",
  1314. "version": "4.4.0",
  1315. "source": {
  1316. "type": "git",
  1317. "url": "https://github.com/fideloper/TrustedProxy.git",
  1318. "reference": "9beebf48a1c344ed67c1d36bb1b8709db7c3c1a8"
  1319. },
  1320. "dist": {
  1321. "type": "zip",
  1322. "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/9beebf48a1c344ed67c1d36bb1b8709db7c3c1a8",
  1323. "reference": "9beebf48a1c344ed67c1d36bb1b8709db7c3c1a8",
  1324. "shasum": "",
  1325. "mirrors": [
  1326. {
  1327. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1328. "preferred": true
  1329. }
  1330. ]
  1331. },
  1332. "require": {
  1333. "illuminate/contracts": "^5.0|^6.0|^7.0|^8.0",
  1334. "php": ">=5.4.0"
  1335. },
  1336. "require-dev": {
  1337. "illuminate/http": "^5.0|^6.0|^7.0|^8.0",
  1338. "mockery/mockery": "^1.0",
  1339. "phpunit/phpunit": "^6.0"
  1340. },
  1341. "type": "library",
  1342. "extra": {
  1343. "laravel": {
  1344. "providers": [
  1345. "Fideloper\\Proxy\\TrustedProxyServiceProvider"
  1346. ]
  1347. }
  1348. },
  1349. "autoload": {
  1350. "psr-4": {
  1351. "Fideloper\\Proxy\\": "src/"
  1352. }
  1353. },
  1354. "notification-url": "https://packagist.org/downloads/",
  1355. "license": [
  1356. "MIT"
  1357. ],
  1358. "authors": [
  1359. {
  1360. "name": "Chris Fidao",
  1361. "email": "fideloper@gmail.com"
  1362. }
  1363. ],
  1364. "description": "Set trusted proxies for Laravel",
  1365. "keywords": [
  1366. "load balancing",
  1367. "proxy",
  1368. "trusted proxy"
  1369. ],
  1370. "time": "2020-06-23T01:36:47+00:00"
  1371. },
  1372. {
  1373. "name": "fruitcake/laravel-cors",
  1374. "version": "v1.0.6",
  1375. "source": {
  1376. "type": "git",
  1377. "url": "https://github.com/fruitcake/laravel-cors.git",
  1378. "reference": "1d127dbec313e2e227d65e0c483765d8d7559bf6"
  1379. },
  1380. "dist": {
  1381. "type": "zip",
  1382. "url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/1d127dbec313e2e227d65e0c483765d8d7559bf6",
  1383. "reference": "1d127dbec313e2e227d65e0c483765d8d7559bf6",
  1384. "shasum": "",
  1385. "mirrors": [
  1386. {
  1387. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1388. "preferred": true
  1389. }
  1390. ]
  1391. },
  1392. "require": {
  1393. "asm89/stack-cors": "^1.3",
  1394. "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0",
  1395. "illuminate/support": "^5.5|^6.0|^7.0|^8.0",
  1396. "php": ">=7",
  1397. "symfony/http-foundation": "^3.3|^4.0|^5.0",
  1398. "symfony/http-kernel": "^3.3|^4.0|^5.0"
  1399. },
  1400. "require-dev": {
  1401. "laravel/framework": "^5.5|^6.0|^7.0|^8.0",
  1402. "orchestra/testbench": "^3.5|^4.0|^5.0|^6.0",
  1403. "phpro/grumphp": "^0.16|^0.17",
  1404. "phpunit/phpunit": "^6.0|^7.0|^8.0",
  1405. "squizlabs/php_codesniffer": "^3.5"
  1406. },
  1407. "type": "library",
  1408. "extra": {
  1409. "branch-alias": {
  1410. "dev-master": "1.0-dev"
  1411. },
  1412. "laravel": {
  1413. "providers": [
  1414. "Fruitcake\\Cors\\CorsServiceProvider"
  1415. ]
  1416. }
  1417. },
  1418. "autoload": {
  1419. "psr-4": {
  1420. "Fruitcake\\Cors\\": "src/"
  1421. }
  1422. },
  1423. "notification-url": "https://packagist.org/downloads/",
  1424. "license": [
  1425. "MIT"
  1426. ],
  1427. "authors": [
  1428. {
  1429. "name": "Fruitcake",
  1430. "homepage": "https://fruitcake.nl"
  1431. },
  1432. {
  1433. "name": "Barry vd. Heuvel",
  1434. "email": "barryvdh@gmail.com"
  1435. }
  1436. ],
  1437. "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application",
  1438. "keywords": [
  1439. "api",
  1440. "cors",
  1441. "crossdomain",
  1442. "laravel"
  1443. ],
  1444. "time": "2020-04-28T08:47:37+00:00"
  1445. },
  1446. {
  1447. "name": "graze/guzzle-jsonrpc",
  1448. "version": "3.2.1",
  1449. "source": {
  1450. "type": "git",
  1451. "url": "https://github.com/graze/guzzle-jsonrpc.git",
  1452. "reference": "c4513b7659534792b906723158a8388f54275a61"
  1453. },
  1454. "dist": {
  1455. "type": "zip",
  1456. "url": "https://api.github.com/repos/graze/guzzle-jsonrpc/zipball/c4513b7659534792b906723158a8388f54275a61",
  1457. "reference": "c4513b7659534792b906723158a8388f54275a61",
  1458. "shasum": "",
  1459. "mirrors": [
  1460. {
  1461. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1462. "preferred": true
  1463. }
  1464. ]
  1465. },
  1466. "require": {
  1467. "guzzlehttp/guzzle": "^6.0",
  1468. "guzzlehttp/promises": "^1.0",
  1469. "php": ">=5.5",
  1470. "psr/http-message": "^1.0"
  1471. },
  1472. "require-dev": {
  1473. "adlawson/timezone": "~1.0",
  1474. "fabpot/php-cs-fixer": "~0.5",
  1475. "mockery/mockery": "~0.9",
  1476. "phpunit/phpunit": "~4.3"
  1477. },
  1478. "type": "library",
  1479. "autoload": {
  1480. "files": [
  1481. "src/functions_include.php"
  1482. ],
  1483. "psr-4": {
  1484. "Graze\\GuzzleHttp\\JsonRpc\\": "src"
  1485. }
  1486. },
  1487. "notification-url": "https://packagist.org/downloads/",
  1488. "license": [
  1489. "MIT"
  1490. ],
  1491. "authors": [
  1492. {
  1493. "name": "Graze tech team",
  1494. "homepage": "https://github.com/graze/guzzle-jsonrpc/graphs/contributors"
  1495. }
  1496. ],
  1497. "description": "JSON-RPC 2.0 client for Guzzle",
  1498. "homepage": "https://github.com/graze/guzzle-jsonrpc",
  1499. "keywords": [
  1500. "Guzzle",
  1501. "guzzlehttp",
  1502. "http",
  1503. "json",
  1504. "json-rpc",
  1505. "jsonrpc",
  1506. "ring",
  1507. "rpc"
  1508. ],
  1509. "time": "2016-02-16T15:18:21+00:00"
  1510. },
  1511. {
  1512. "name": "guzzlehttp/guzzle",
  1513. "version": "6.5.5",
  1514. "source": {
  1515. "type": "git",
  1516. "url": "https://github.com/guzzle/guzzle.git",
  1517. "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
  1518. },
  1519. "dist": {
  1520. "type": "zip",
  1521. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
  1522. "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
  1523. "shasum": "",
  1524. "mirrors": [
  1525. {
  1526. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1527. "preferred": true
  1528. }
  1529. ]
  1530. },
  1531. "require": {
  1532. "ext-json": "*",
  1533. "guzzlehttp/promises": "^1.0",
  1534. "guzzlehttp/psr7": "^1.6.1",
  1535. "php": ">=5.5",
  1536. "symfony/polyfill-intl-idn": "^1.17.0"
  1537. },
  1538. "require-dev": {
  1539. "ext-curl": "*",
  1540. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
  1541. "psr/log": "^1.1"
  1542. },
  1543. "suggest": {
  1544. "psr/log": "Required for using the Log middleware"
  1545. },
  1546. "type": "library",
  1547. "extra": {
  1548. "branch-alias": {
  1549. "dev-master": "6.5-dev"
  1550. }
  1551. },
  1552. "autoload": {
  1553. "psr-4": {
  1554. "GuzzleHttp\\": "src/"
  1555. },
  1556. "files": [
  1557. "src/functions_include.php"
  1558. ]
  1559. },
  1560. "notification-url": "https://packagist.org/downloads/",
  1561. "license": [
  1562. "MIT"
  1563. ],
  1564. "authors": [
  1565. {
  1566. "name": "Michael Dowling",
  1567. "email": "mtdowling@gmail.com",
  1568. "homepage": "https://github.com/mtdowling"
  1569. }
  1570. ],
  1571. "description": "Guzzle is a PHP HTTP client library",
  1572. "homepage": "http://guzzlephp.org/",
  1573. "keywords": [
  1574. "client",
  1575. "curl",
  1576. "framework",
  1577. "http",
  1578. "http client",
  1579. "rest",
  1580. "web service"
  1581. ],
  1582. "time": "2020-06-16T21:01:06+00:00"
  1583. },
  1584. {
  1585. "name": "guzzlehttp/promises",
  1586. "version": "v1.3.1",
  1587. "source": {
  1588. "type": "git",
  1589. "url": "https://github.com/guzzle/promises.git",
  1590. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  1591. },
  1592. "dist": {
  1593. "type": "zip",
  1594. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  1595. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  1596. "shasum": "",
  1597. "mirrors": [
  1598. {
  1599. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1600. "preferred": true
  1601. }
  1602. ]
  1603. },
  1604. "require": {
  1605. "php": ">=5.5.0"
  1606. },
  1607. "require-dev": {
  1608. "phpunit/phpunit": "^4.0"
  1609. },
  1610. "type": "library",
  1611. "extra": {
  1612. "branch-alias": {
  1613. "dev-master": "1.4-dev"
  1614. }
  1615. },
  1616. "autoload": {
  1617. "psr-4": {
  1618. "GuzzleHttp\\Promise\\": "src/"
  1619. },
  1620. "files": [
  1621. "src/functions_include.php"
  1622. ]
  1623. },
  1624. "notification-url": "https://packagist.org/downloads/",
  1625. "license": [
  1626. "MIT"
  1627. ],
  1628. "authors": [
  1629. {
  1630. "name": "Michael Dowling",
  1631. "email": "mtdowling@gmail.com",
  1632. "homepage": "https://github.com/mtdowling"
  1633. }
  1634. ],
  1635. "description": "Guzzle promises library",
  1636. "keywords": [
  1637. "promise"
  1638. ],
  1639. "time": "2016-12-20T10:07:11+00:00"
  1640. },
  1641. {
  1642. "name": "guzzlehttp/psr7",
  1643. "version": "1.6.1",
  1644. "source": {
  1645. "type": "git",
  1646. "url": "https://github.com/guzzle/psr7.git",
  1647. "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
  1648. },
  1649. "dist": {
  1650. "type": "zip",
  1651. "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
  1652. "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
  1653. "shasum": "",
  1654. "mirrors": [
  1655. {
  1656. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1657. "preferred": true
  1658. }
  1659. ]
  1660. },
  1661. "require": {
  1662. "php": ">=5.4.0",
  1663. "psr/http-message": "~1.0",
  1664. "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
  1665. },
  1666. "provide": {
  1667. "psr/http-message-implementation": "1.0"
  1668. },
  1669. "require-dev": {
  1670. "ext-zlib": "*",
  1671. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
  1672. },
  1673. "suggest": {
  1674. "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
  1675. },
  1676. "type": "library",
  1677. "extra": {
  1678. "branch-alias": {
  1679. "dev-master": "1.6-dev"
  1680. }
  1681. },
  1682. "autoload": {
  1683. "psr-4": {
  1684. "GuzzleHttp\\Psr7\\": "src/"
  1685. },
  1686. "files": [
  1687. "src/functions_include.php"
  1688. ]
  1689. },
  1690. "notification-url": "https://packagist.org/downloads/",
  1691. "license": [
  1692. "MIT"
  1693. ],
  1694. "authors": [
  1695. {
  1696. "name": "Michael Dowling",
  1697. "email": "mtdowling@gmail.com",
  1698. "homepage": "https://github.com/mtdowling"
  1699. },
  1700. {
  1701. "name": "Tobias Schultze",
  1702. "homepage": "https://github.com/Tobion"
  1703. }
  1704. ],
  1705. "description": "PSR-7 message implementation that also provides common utility methods",
  1706. "keywords": [
  1707. "http",
  1708. "message",
  1709. "psr-7",
  1710. "request",
  1711. "response",
  1712. "stream",
  1713. "uri",
  1714. "url"
  1715. ],
  1716. "time": "2019-07-01T23:21:34+00:00"
  1717. },
  1718. {
  1719. "name": "iidestiny/flysystem-oss",
  1720. "version": "2.3",
  1721. "source": {
  1722. "type": "git",
  1723. "url": "https://github.com/iiDestiny/flysystem-oss.git",
  1724. "reference": "066dfa477d92a9d248722ac660953f467c35a4aa"
  1725. },
  1726. "dist": {
  1727. "type": "zip",
  1728. "url": "https://api.github.com/repos/iiDestiny/flysystem-oss/zipball/066dfa477d92a9d248722ac660953f467c35a4aa",
  1729. "reference": "066dfa477d92a9d248722ac660953f467c35a4aa",
  1730. "shasum": "",
  1731. "mirrors": [
  1732. {
  1733. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1734. "preferred": true
  1735. }
  1736. ]
  1737. },
  1738. "require": {
  1739. "aliyuncs/oss-sdk-php": "^2.3",
  1740. "ext-curl": "*",
  1741. "ext-json": "*",
  1742. "ext-openssl": "*",
  1743. "league/flysystem": "^1.0",
  1744. "nesbot/carbon": "^1.24.1 || ^2.0",
  1745. "php": "^7.0"
  1746. },
  1747. "require-dev": {
  1748. "mockery/mockery": "^1.2",
  1749. "phpunit/phpunit": "^6.5",
  1750. "symfony/var-dumper": "^3.4"
  1751. },
  1752. "type": "library",
  1753. "autoload": {
  1754. "psr-4": {
  1755. "Iidestiny\\Flysystem\\Oss\\": "src"
  1756. }
  1757. },
  1758. "notification-url": "https://packagist.org/downloads/",
  1759. "license": [
  1760. "MIT"
  1761. ],
  1762. "authors": [
  1763. {
  1764. "name": "iidestiny",
  1765. "email": "iidestiny@vip.qq.com"
  1766. }
  1767. ],
  1768. "description": "Flysystem adapter for the Oss storage.",
  1769. "keywords": [
  1770. "alioss",
  1771. "laravel",
  1772. "oss",
  1773. "阿里oss"
  1774. ],
  1775. "time": "2020-07-08T03:16:46+00:00"
  1776. },
  1777. {
  1778. "name": "iidestiny/laravel-filesystem-oss",
  1779. "version": "2.0",
  1780. "source": {
  1781. "type": "git",
  1782. "url": "https://github.com/iiDestiny/laravel-filesystem-oss.git",
  1783. "reference": "88dd8dadd564cd234ba6264f91505e55692013ec"
  1784. },
  1785. "dist": {
  1786. "type": "zip",
  1787. "url": "https://api.github.com/repos/iiDestiny/laravel-filesystem-oss/zipball/88dd8dadd564cd234ba6264f91505e55692013ec",
  1788. "reference": "88dd8dadd564cd234ba6264f91505e55692013ec",
  1789. "shasum": "",
  1790. "mirrors": [
  1791. {
  1792. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1793. "preferred": true
  1794. }
  1795. ]
  1796. },
  1797. "require": {
  1798. "iidestiny/flysystem-oss": "~2.0",
  1799. "php": "^7.0"
  1800. },
  1801. "type": "library",
  1802. "extra": {
  1803. "laravel": {
  1804. "providers": [
  1805. "Iidestiny\\LaravelFilesystemOss\\OssStorageServiceProvider"
  1806. ]
  1807. }
  1808. },
  1809. "autoload": {
  1810. "psr-4": {
  1811. "Iidestiny\\LaravelFilesystemOss\\": "src"
  1812. }
  1813. },
  1814. "notification-url": "https://packagist.org/downloads/",
  1815. "license": [
  1816. "MIT"
  1817. ],
  1818. "authors": [
  1819. {
  1820. "name": "iidestiny",
  1821. "email": "iidestiny@vip.qq.com"
  1822. }
  1823. ],
  1824. "description": "Oss storage filesystem for Laravel.",
  1825. "time": "2020-03-28T15:21:51+00:00"
  1826. },
  1827. {
  1828. "name": "intervention/image",
  1829. "version": "2.5.1",
  1830. "source": {
  1831. "type": "git",
  1832. "url": "https://github.com/Intervention/image.git",
  1833. "reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e"
  1834. },
  1835. "dist": {
  1836. "type": "zip",
  1837. "url": "https://api.github.com/repos/Intervention/image/zipball/abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
  1838. "reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
  1839. "shasum": "",
  1840. "mirrors": [
  1841. {
  1842. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1843. "preferred": true
  1844. }
  1845. ]
  1846. },
  1847. "require": {
  1848. "ext-fileinfo": "*",
  1849. "guzzlehttp/psr7": "~1.1",
  1850. "php": ">=5.4.0"
  1851. },
  1852. "require-dev": {
  1853. "mockery/mockery": "~0.9.2",
  1854. "phpunit/phpunit": "^4.8 || ^5.7"
  1855. },
  1856. "suggest": {
  1857. "ext-gd": "to use GD library based image processing.",
  1858. "ext-imagick": "to use Imagick based image processing.",
  1859. "intervention/imagecache": "Caching extension for the Intervention Image library"
  1860. },
  1861. "type": "library",
  1862. "extra": {
  1863. "branch-alias": {
  1864. "dev-master": "2.4-dev"
  1865. },
  1866. "laravel": {
  1867. "providers": [
  1868. "Intervention\\Image\\ImageServiceProvider"
  1869. ],
  1870. "aliases": {
  1871. "Image": "Intervention\\Image\\Facades\\Image"
  1872. }
  1873. }
  1874. },
  1875. "autoload": {
  1876. "psr-4": {
  1877. "Intervention\\Image\\": "src/Intervention/Image"
  1878. }
  1879. },
  1880. "notification-url": "https://packagist.org/downloads/",
  1881. "license": [
  1882. "MIT"
  1883. ],
  1884. "authors": [
  1885. {
  1886. "name": "Oliver Vogel",
  1887. "email": "oliver@olivervogel.com",
  1888. "homepage": "http://olivervogel.com/"
  1889. }
  1890. ],
  1891. "description": "Image handling and manipulation library with support for Laravel integration",
  1892. "homepage": "http://image.intervention.io/",
  1893. "keywords": [
  1894. "gd",
  1895. "image",
  1896. "imagick",
  1897. "laravel",
  1898. "thumbnail",
  1899. "watermark"
  1900. ],
  1901. "time": "2019-11-02T09:15:47+00:00"
  1902. },
  1903. {
  1904. "name": "laravel/framework",
  1905. "version": "v7.22.4",
  1906. "source": {
  1907. "type": "git",
  1908. "url": "https://github.com/laravel/framework.git",
  1909. "reference": "30e851a2b3a2af73fba0b7f4fa22b04260db98e7"
  1910. },
  1911. "dist": {
  1912. "type": "zip",
  1913. "url": "https://api.github.com/repos/laravel/framework/zipball/30e851a2b3a2af73fba0b7f4fa22b04260db98e7",
  1914. "reference": "30e851a2b3a2af73fba0b7f4fa22b04260db98e7",
  1915. "shasum": "",
  1916. "mirrors": [
  1917. {
  1918. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1919. "preferred": true
  1920. }
  1921. ]
  1922. },
  1923. "require": {
  1924. "doctrine/inflector": "^1.4|^2.0",
  1925. "dragonmantank/cron-expression": "^2.0",
  1926. "egulias/email-validator": "^2.1.10",
  1927. "ext-json": "*",
  1928. "ext-mbstring": "*",
  1929. "ext-openssl": "*",
  1930. "league/commonmark": "^1.3",
  1931. "league/flysystem": "^1.0.34",
  1932. "monolog/monolog": "^2.0",
  1933. "nesbot/carbon": "^2.17",
  1934. "opis/closure": "^3.1",
  1935. "php": "^7.2.5",
  1936. "psr/container": "^1.0",
  1937. "psr/simple-cache": "^1.0",
  1938. "ramsey/uuid": "^3.7|^4.0",
  1939. "swiftmailer/swiftmailer": "^6.0",
  1940. "symfony/console": "^5.0",
  1941. "symfony/error-handler": "^5.0",
  1942. "symfony/finder": "^5.0",
  1943. "symfony/http-foundation": "^5.0",
  1944. "symfony/http-kernel": "^5.0",
  1945. "symfony/mime": "^5.0",
  1946. "symfony/polyfill-php73": "^1.17",
  1947. "symfony/process": "^5.0",
  1948. "symfony/routing": "^5.0",
  1949. "symfony/var-dumper": "^5.0",
  1950. "tijsverkoyen/css-to-inline-styles": "^2.2.2",
  1951. "vlucas/phpdotenv": "^4.0",
  1952. "voku/portable-ascii": "^1.4.8"
  1953. },
  1954. "conflict": {
  1955. "tightenco/collect": "<5.5.33"
  1956. },
  1957. "provide": {
  1958. "psr/container-implementation": "1.0"
  1959. },
  1960. "replace": {
  1961. "illuminate/auth": "self.version",
  1962. "illuminate/broadcasting": "self.version",
  1963. "illuminate/bus": "self.version",
  1964. "illuminate/cache": "self.version",
  1965. "illuminate/config": "self.version",
  1966. "illuminate/console": "self.version",
  1967. "illuminate/container": "self.version",
  1968. "illuminate/contracts": "self.version",
  1969. "illuminate/cookie": "self.version",
  1970. "illuminate/database": "self.version",
  1971. "illuminate/encryption": "self.version",
  1972. "illuminate/events": "self.version",
  1973. "illuminate/filesystem": "self.version",
  1974. "illuminate/hashing": "self.version",
  1975. "illuminate/http": "self.version",
  1976. "illuminate/log": "self.version",
  1977. "illuminate/mail": "self.version",
  1978. "illuminate/notifications": "self.version",
  1979. "illuminate/pagination": "self.version",
  1980. "illuminate/pipeline": "self.version",
  1981. "illuminate/queue": "self.version",
  1982. "illuminate/redis": "self.version",
  1983. "illuminate/routing": "self.version",
  1984. "illuminate/session": "self.version",
  1985. "illuminate/support": "self.version",
  1986. "illuminate/testing": "self.version",
  1987. "illuminate/translation": "self.version",
  1988. "illuminate/validation": "self.version",
  1989. "illuminate/view": "self.version"
  1990. },
  1991. "require-dev": {
  1992. "aws/aws-sdk-php": "^3.0",
  1993. "doctrine/dbal": "^2.6",
  1994. "filp/whoops": "^2.4",
  1995. "guzzlehttp/guzzle": "^6.3.1|^7.0",
  1996. "league/flysystem-cached-adapter": "^1.0",
  1997. "mockery/mockery": "^1.3.1",
  1998. "moontoast/math": "^1.1",
  1999. "orchestra/testbench-core": "^5.0",
  2000. "pda/pheanstalk": "^4.0",
  2001. "phpunit/phpunit": "^8.4|^9.0",
  2002. "predis/predis": "^1.1.1",
  2003. "symfony/cache": "^5.0"
  2004. },
  2005. "suggest": {
  2006. "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).",
  2007. "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
  2008. "ext-ftp": "Required to use the Flysystem FTP driver.",
  2009. "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
  2010. "ext-memcached": "Required to use the memcache cache driver.",
  2011. "ext-pcntl": "Required to use all features of the queue worker.",
  2012. "ext-posix": "Required to use all features of the queue worker.",
  2013. "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
  2014. "filp/whoops": "Required for friendly error pages in development (^2.4).",
  2015. "fzaninotto/faker": "Required to use the eloquent factory builder (^1.9.1).",
  2016. "guzzlehttp/guzzle": "Required to use the HTTP Client, Mailgun mail driver and the ping methods on schedules (^6.3.1|^7.0).",
  2017. "laravel/tinker": "Required to use the tinker console command (^2.0).",
  2018. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
  2019. "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
  2020. "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
  2021. "mockery/mockery": "Required to use mocking (^1.3.1).",
  2022. "moontoast/math": "Required to use ordered UUIDs (^1.1).",
  2023. "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
  2024. "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
  2025. "phpunit/phpunit": "Required to use assertions and run tests (^8.4|^9.0).",
  2026. "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
  2027. "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0).",
  2028. "symfony/cache": "Required to PSR-6 cache bridge (^5.0).",
  2029. "symfony/filesystem": "Required to create relative storage directory symbolic links (^5.0).",
  2030. "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0).",
  2031. "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
  2032. },
  2033. "type": "library",
  2034. "extra": {
  2035. "branch-alias": {
  2036. "dev-master": "7.x-dev"
  2037. }
  2038. },
  2039. "autoload": {
  2040. "files": [
  2041. "src/Illuminate/Foundation/helpers.php",
  2042. "src/Illuminate/Support/helpers.php"
  2043. ],
  2044. "psr-4": {
  2045. "Illuminate\\": "src/Illuminate/"
  2046. }
  2047. },
  2048. "notification-url": "https://packagist.org/downloads/",
  2049. "license": [
  2050. "MIT"
  2051. ],
  2052. "authors": [
  2053. {
  2054. "name": "Taylor Otwell",
  2055. "email": "taylor@laravel.com"
  2056. }
  2057. ],
  2058. "description": "The Laravel Framework.",
  2059. "homepage": "https://laravel.com",
  2060. "keywords": [
  2061. "framework",
  2062. "laravel"
  2063. ],
  2064. "time": "2020-07-27T18:25:06+00:00"
  2065. },
  2066. {
  2067. "name": "laravel/scout",
  2068. "version": "v8.3.1",
  2069. "source": {
  2070. "type": "git",
  2071. "url": "https://github.com/laravel/scout.git",
  2072. "reference": "e168e5cf3e26372bcfe770e01577903a6fa05077"
  2073. },
  2074. "dist": {
  2075. "type": "zip",
  2076. "url": "https://api.github.com/repos/laravel/scout/zipball/e168e5cf3e26372bcfe770e01577903a6fa05077",
  2077. "reference": "e168e5cf3e26372bcfe770e01577903a6fa05077",
  2078. "shasum": "",
  2079. "mirrors": [
  2080. {
  2081. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2082. "preferred": true
  2083. }
  2084. ]
  2085. },
  2086. "require": {
  2087. "illuminate/bus": "^6.0|^7.0|^8.0",
  2088. "illuminate/contracts": "^6.0|^7.0|^8.0",
  2089. "illuminate/database": "^6.0|^7.0|^8.0",
  2090. "illuminate/http": "^6.0|^7.0|^8.0",
  2091. "illuminate/pagination": "^6.0|^7.0|^8.0",
  2092. "illuminate/queue": "^6.0|^7.0|^8.0",
  2093. "illuminate/support": "^6.0|^7.0|^8.0",
  2094. "php": "^7.2"
  2095. },
  2096. "require-dev": {
  2097. "algolia/algoliasearch-client-php": "^2.2",
  2098. "mockery/mockery": "^1.0",
  2099. "phpunit/phpunit": "^8.0|^9.3"
  2100. },
  2101. "suggest": {
  2102. "algolia/algoliasearch-client-php": "Required to use the Algolia engine (^2.2)."
  2103. },
  2104. "type": "library",
  2105. "extra": {
  2106. "branch-alias": {
  2107. "dev-master": "8.x-dev"
  2108. },
  2109. "laravel": {
  2110. "providers": [
  2111. "Laravel\\Scout\\ScoutServiceProvider"
  2112. ]
  2113. }
  2114. },
  2115. "autoload": {
  2116. "psr-4": {
  2117. "Laravel\\Scout\\": "src/"
  2118. }
  2119. },
  2120. "notification-url": "https://packagist.org/downloads/",
  2121. "license": [
  2122. "MIT"
  2123. ],
  2124. "authors": [
  2125. {
  2126. "name": "Taylor Otwell",
  2127. "email": "taylor@laravel.com"
  2128. }
  2129. ],
  2130. "description": "Laravel Scout provides a driver based solution to searching your Eloquent models.",
  2131. "keywords": [
  2132. "algolia",
  2133. "laravel",
  2134. "search"
  2135. ],
  2136. "time": "2020-09-01T16:19:15+00:00"
  2137. },
  2138. {
  2139. "name": "laravel/tinker",
  2140. "version": "v2.4.1",
  2141. "source": {
  2142. "type": "git",
  2143. "url": "https://github.com/laravel/tinker.git",
  2144. "reference": "3c9ef136ca59366bc1b50b7f2500a946d5149c62"
  2145. },
  2146. "dist": {
  2147. "type": "zip",
  2148. "url": "https://api.github.com/repos/laravel/tinker/zipball/3c9ef136ca59366bc1b50b7f2500a946d5149c62",
  2149. "reference": "3c9ef136ca59366bc1b50b7f2500a946d5149c62",
  2150. "shasum": "",
  2151. "mirrors": [
  2152. {
  2153. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2154. "preferred": true
  2155. }
  2156. ]
  2157. },
  2158. "require": {
  2159. "illuminate/console": "^6.0|^7.0|^8.0",
  2160. "illuminate/contracts": "^6.0|^7.0|^8.0",
  2161. "illuminate/support": "^6.0|^7.0|^8.0",
  2162. "php": "^7.2",
  2163. "psy/psysh": "^0.10.3",
  2164. "symfony/var-dumper": "^4.3|^5.0"
  2165. },
  2166. "require-dev": {
  2167. "mockery/mockery": "^1.3.1",
  2168. "phpunit/phpunit": "^8.4|^9.0"
  2169. },
  2170. "suggest": {
  2171. "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0)."
  2172. },
  2173. "type": "library",
  2174. "extra": {
  2175. "branch-alias": {
  2176. "dev-master": "2.x-dev"
  2177. },
  2178. "laravel": {
  2179. "providers": [
  2180. "Laravel\\Tinker\\TinkerServiceProvider"
  2181. ]
  2182. }
  2183. },
  2184. "autoload": {
  2185. "psr-4": {
  2186. "Laravel\\Tinker\\": "src/"
  2187. }
  2188. },
  2189. "notification-url": "https://packagist.org/downloads/",
  2190. "license": [
  2191. "MIT"
  2192. ],
  2193. "authors": [
  2194. {
  2195. "name": "Taylor Otwell",
  2196. "email": "taylor@laravel.com"
  2197. }
  2198. ],
  2199. "description": "Powerful REPL for the Laravel framework.",
  2200. "keywords": [
  2201. "REPL",
  2202. "Tinker",
  2203. "laravel",
  2204. "psysh"
  2205. ],
  2206. "time": "2020-07-07T15:10:00+00:00"
  2207. },
  2208. {
  2209. "name": "league/commonmark",
  2210. "version": "1.5.3",
  2211. "source": {
  2212. "type": "git",
  2213. "url": "https://github.com/thephpleague/commonmark.git",
  2214. "reference": "2574454b97e4103dc4e36917bd783b25624aefcd"
  2215. },
  2216. "dist": {
  2217. "type": "zip",
  2218. "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/2574454b97e4103dc4e36917bd783b25624aefcd",
  2219. "reference": "2574454b97e4103dc4e36917bd783b25624aefcd",
  2220. "shasum": "",
  2221. "mirrors": [
  2222. {
  2223. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2224. "preferred": true
  2225. }
  2226. ]
  2227. },
  2228. "require": {
  2229. "ext-mbstring": "*",
  2230. "php": "^7.1 || ^8.0"
  2231. },
  2232. "conflict": {
  2233. "scrutinizer/ocular": "1.7.*"
  2234. },
  2235. "require-dev": {
  2236. "cebe/markdown": "~1.0",
  2237. "commonmark/commonmark.js": "0.29.1",
  2238. "erusev/parsedown": "~1.0",
  2239. "ext-json": "*",
  2240. "github/gfm": "0.29.0",
  2241. "michelf/php-markdown": "~1.4",
  2242. "mikehaertl/php-shellcommand": "^1.4",
  2243. "phpstan/phpstan": "^0.12",
  2244. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.2",
  2245. "scrutinizer/ocular": "^1.5",
  2246. "symfony/finder": "^4.2"
  2247. },
  2248. "bin": [
  2249. "bin/commonmark"
  2250. ],
  2251. "type": "library",
  2252. "autoload": {
  2253. "psr-4": {
  2254. "League\\CommonMark\\": "src"
  2255. }
  2256. },
  2257. "notification-url": "https://packagist.org/downloads/",
  2258. "license": [
  2259. "BSD-3-Clause"
  2260. ],
  2261. "authors": [
  2262. {
  2263. "name": "Colin O'Dell",
  2264. "email": "colinodell@gmail.com",
  2265. "homepage": "https://www.colinodell.com",
  2266. "role": "Lead Developer"
  2267. }
  2268. ],
  2269. "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Github-Flavored Markdown (GFM)",
  2270. "homepage": "https://commonmark.thephpleague.com",
  2271. "keywords": [
  2272. "commonmark",
  2273. "flavored",
  2274. "gfm",
  2275. "github",
  2276. "github-flavored",
  2277. "markdown",
  2278. "md",
  2279. "parser"
  2280. ],
  2281. "time": "2020-07-19T22:47:30+00:00"
  2282. },
  2283. {
  2284. "name": "league/flysystem",
  2285. "version": "1.0.70",
  2286. "source": {
  2287. "type": "git",
  2288. "url": "https://github.com/thephpleague/flysystem.git",
  2289. "reference": "585824702f534f8d3cf7fab7225e8466cc4b7493"
  2290. },
  2291. "dist": {
  2292. "type": "zip",
  2293. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/585824702f534f8d3cf7fab7225e8466cc4b7493",
  2294. "reference": "585824702f534f8d3cf7fab7225e8466cc4b7493",
  2295. "shasum": "",
  2296. "mirrors": [
  2297. {
  2298. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2299. "preferred": true
  2300. }
  2301. ]
  2302. },
  2303. "require": {
  2304. "ext-fileinfo": "*",
  2305. "php": ">=5.5.9"
  2306. },
  2307. "conflict": {
  2308. "league/flysystem-sftp": "<1.0.6"
  2309. },
  2310. "require-dev": {
  2311. "phpspec/phpspec": "^3.4 || ^4.0 || ^5.0 || ^6.0",
  2312. "phpunit/phpunit": "^5.7.26"
  2313. },
  2314. "suggest": {
  2315. "ext-fileinfo": "Required for MimeType",
  2316. "ext-ftp": "Allows you to use FTP server storage",
  2317. "ext-openssl": "Allows you to use FTPS server storage",
  2318. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  2319. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  2320. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  2321. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  2322. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  2323. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  2324. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  2325. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  2326. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  2327. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  2328. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  2329. },
  2330. "type": "library",
  2331. "extra": {
  2332. "branch-alias": {
  2333. "dev-master": "1.1-dev"
  2334. }
  2335. },
  2336. "autoload": {
  2337. "psr-4": {
  2338. "League\\Flysystem\\": "src/"
  2339. }
  2340. },
  2341. "notification-url": "https://packagist.org/downloads/",
  2342. "license": [
  2343. "MIT"
  2344. ],
  2345. "authors": [
  2346. {
  2347. "name": "Frank de Jonge",
  2348. "email": "info@frenky.net"
  2349. }
  2350. ],
  2351. "description": "Filesystem abstraction: Many filesystems, one API.",
  2352. "keywords": [
  2353. "Cloud Files",
  2354. "WebDAV",
  2355. "abstraction",
  2356. "aws",
  2357. "cloud",
  2358. "copy.com",
  2359. "dropbox",
  2360. "file systems",
  2361. "files",
  2362. "filesystem",
  2363. "filesystems",
  2364. "ftp",
  2365. "rackspace",
  2366. "remote",
  2367. "s3",
  2368. "sftp",
  2369. "storage"
  2370. ],
  2371. "time": "2020-07-26T07:20:36+00:00"
  2372. },
  2373. {
  2374. "name": "matchish/laravel-scout-elasticsearch",
  2375. "version": "4.0.1",
  2376. "source": {
  2377. "type": "git",
  2378. "url": "https://github.com/matchish/laravel-scout-elasticsearch.git",
  2379. "reference": "f65731880ac8c2c42c6790e8917550cdca8e30ab"
  2380. },
  2381. "dist": {
  2382. "type": "zip",
  2383. "url": "https://api.github.com/repos/matchish/laravel-scout-elasticsearch/zipball/f65731880ac8c2c42c6790e8917550cdca8e30ab",
  2384. "reference": "f65731880ac8c2c42c6790e8917550cdca8e30ab",
  2385. "shasum": "",
  2386. "mirrors": [
  2387. {
  2388. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2389. "preferred": true
  2390. }
  2391. ]
  2392. },
  2393. "require": {
  2394. "elasticsearch/elasticsearch": ">=7.2",
  2395. "laravel/scout": "^8.0",
  2396. "ongr/elasticsearch-dsl": "^7.0",
  2397. "php": "^7.2"
  2398. },
  2399. "require-dev": {
  2400. "fzaninotto/faker": "^1.8",
  2401. "illuminate/support": "^6.0|^7.0",
  2402. "nunomaduro/larastan": "~0.5",
  2403. "orchestra/testbench": "^4.0|^5.0",
  2404. "phpunit/phpunit": "^8.0|^9.0"
  2405. },
  2406. "type": "library",
  2407. "extra": {
  2408. "laravel": {
  2409. "providers": [
  2410. "Matchish\\ScoutElasticSearch\\ScoutElasticSearchServiceProvider"
  2411. ]
  2412. }
  2413. },
  2414. "autoload": {
  2415. "psr-4": {
  2416. "Matchish\\ScoutElasticSearch\\": "src/"
  2417. }
  2418. },
  2419. "notification-url": "https://packagist.org/downloads/",
  2420. "license": [
  2421. "MIT"
  2422. ],
  2423. "authors": [
  2424. {
  2425. "name": "Sergey Shliakhov",
  2426. "email": "shlyakhov.up@gmail.com"
  2427. }
  2428. ],
  2429. "description": "Search among multiple models with ElasticSearch and Laravel Scout",
  2430. "keywords": [
  2431. "elasticsearch",
  2432. "extended",
  2433. "laravel",
  2434. "scout",
  2435. "search"
  2436. ],
  2437. "time": "2020-03-26T04:06:20+00:00"
  2438. },
  2439. {
  2440. "name": "monolog/monolog",
  2441. "version": "2.1.1",
  2442. "source": {
  2443. "type": "git",
  2444. "url": "https://github.com/Seldaek/monolog.git",
  2445. "reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5"
  2446. },
  2447. "dist": {
  2448. "type": "zip",
  2449. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f9eee5cec93dfb313a38b6b288741e84e53f02d5",
  2450. "reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5",
  2451. "shasum": "",
  2452. "mirrors": [
  2453. {
  2454. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2455. "preferred": true
  2456. }
  2457. ]
  2458. },
  2459. "require": {
  2460. "php": ">=7.2",
  2461. "psr/log": "^1.0.1"
  2462. },
  2463. "provide": {
  2464. "psr/log-implementation": "1.0.0"
  2465. },
  2466. "require-dev": {
  2467. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  2468. "doctrine/couchdb": "~1.0@dev",
  2469. "elasticsearch/elasticsearch": "^6.0",
  2470. "graylog2/gelf-php": "^1.4.2",
  2471. "php-amqplib/php-amqplib": "~2.4",
  2472. "php-console/php-console": "^3.1.3",
  2473. "php-parallel-lint/php-parallel-lint": "^1.0",
  2474. "phpspec/prophecy": "^1.6.1",
  2475. "phpunit/phpunit": "^8.5",
  2476. "predis/predis": "^1.1",
  2477. "rollbar/rollbar": "^1.3",
  2478. "ruflin/elastica": ">=0.90 <3.0",
  2479. "swiftmailer/swiftmailer": "^5.3|^6.0"
  2480. },
  2481. "suggest": {
  2482. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  2483. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  2484. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  2485. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  2486. "ext-mbstring": "Allow to work properly with unicode symbols",
  2487. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  2488. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  2489. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  2490. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  2491. "php-console/php-console": "Allow sending log messages to Google Chrome",
  2492. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  2493. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  2494. },
  2495. "type": "library",
  2496. "extra": {
  2497. "branch-alias": {
  2498. "dev-master": "2.x-dev"
  2499. }
  2500. },
  2501. "autoload": {
  2502. "psr-4": {
  2503. "Monolog\\": "src/Monolog"
  2504. }
  2505. },
  2506. "notification-url": "https://packagist.org/downloads/",
  2507. "license": [
  2508. "MIT"
  2509. ],
  2510. "authors": [
  2511. {
  2512. "name": "Jordi Boggiano",
  2513. "email": "j.boggiano@seld.be",
  2514. "homepage": "http://seld.be"
  2515. }
  2516. ],
  2517. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  2518. "homepage": "http://github.com/Seldaek/monolog",
  2519. "keywords": [
  2520. "log",
  2521. "logging",
  2522. "psr-3"
  2523. ],
  2524. "time": "2020-07-23T08:41:23+00:00"
  2525. },
  2526. {
  2527. "name": "mtdowling/jmespath.php",
  2528. "version": "2.6.0",
  2529. "source": {
  2530. "type": "git",
  2531. "url": "https://github.com/jmespath/jmespath.php.git",
  2532. "reference": "42dae2cbd13154083ca6d70099692fef8ca84bfb"
  2533. },
  2534. "dist": {
  2535. "type": "zip",
  2536. "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/42dae2cbd13154083ca6d70099692fef8ca84bfb",
  2537. "reference": "42dae2cbd13154083ca6d70099692fef8ca84bfb",
  2538. "shasum": "",
  2539. "mirrors": [
  2540. {
  2541. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2542. "preferred": true
  2543. }
  2544. ]
  2545. },
  2546. "require": {
  2547. "php": "^5.4 || ^7.0 || ^8.0",
  2548. "symfony/polyfill-mbstring": "^1.17"
  2549. },
  2550. "require-dev": {
  2551. "composer/xdebug-handler": "^1.4",
  2552. "phpunit/phpunit": "^4.8.36 || ^7.5.15"
  2553. },
  2554. "bin": [
  2555. "bin/jp.php"
  2556. ],
  2557. "type": "library",
  2558. "extra": {
  2559. "branch-alias": {
  2560. "dev-master": "2.6-dev"
  2561. }
  2562. },
  2563. "autoload": {
  2564. "psr-4": {
  2565. "JmesPath\\": "src/"
  2566. },
  2567. "files": [
  2568. "src/JmesPath.php"
  2569. ]
  2570. },
  2571. "notification-url": "https://packagist.org/downloads/",
  2572. "license": [
  2573. "MIT"
  2574. ],
  2575. "authors": [
  2576. {
  2577. "name": "Michael Dowling",
  2578. "email": "mtdowling@gmail.com",
  2579. "homepage": "https://github.com/mtdowling"
  2580. }
  2581. ],
  2582. "description": "Declaratively specify how to extract elements from a JSON document",
  2583. "keywords": [
  2584. "json",
  2585. "jsonpath"
  2586. ],
  2587. "time": "2020-07-31T21:01:56+00:00"
  2588. },
  2589. {
  2590. "name": "nesbot/carbon",
  2591. "version": "2.37.0",
  2592. "source": {
  2593. "type": "git",
  2594. "url": "https://github.com/briannesbitt/Carbon.git",
  2595. "reference": "1f61206de973d67f36ce50f041c792ddac663c3e"
  2596. },
  2597. "dist": {
  2598. "type": "zip",
  2599. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/1f61206de973d67f36ce50f041c792ddac663c3e",
  2600. "reference": "1f61206de973d67f36ce50f041c792ddac663c3e",
  2601. "shasum": "",
  2602. "mirrors": [
  2603. {
  2604. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2605. "preferred": true
  2606. }
  2607. ]
  2608. },
  2609. "require": {
  2610. "ext-json": "*",
  2611. "php": "^7.1.8 || ^8.0",
  2612. "symfony/polyfill-mbstring": "^1.0",
  2613. "symfony/translation": "^3.4 || ^4.0 || ^5.0"
  2614. },
  2615. "require-dev": {
  2616. "doctrine/orm": "^2.7",
  2617. "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
  2618. "kylekatarnls/multi-tester": "^2.0",
  2619. "phpmd/phpmd": "^2.8",
  2620. "phpstan/extension-installer": "^1.0",
  2621. "phpstan/phpstan": "^0.12.30",
  2622. "phpunit/phpunit": "^7.5 || ^8.0",
  2623. "squizlabs/php_codesniffer": "^3.4"
  2624. },
  2625. "bin": [
  2626. "bin/carbon"
  2627. ],
  2628. "type": "library",
  2629. "extra": {
  2630. "branch-alias": {
  2631. "dev-master": "2.x-dev",
  2632. "dev-3.x": "3.x-dev"
  2633. },
  2634. "laravel": {
  2635. "providers": [
  2636. "Carbon\\Laravel\\ServiceProvider"
  2637. ]
  2638. },
  2639. "phpstan": {
  2640. "includes": [
  2641. "extension.neon"
  2642. ]
  2643. }
  2644. },
  2645. "autoload": {
  2646. "psr-4": {
  2647. "Carbon\\": "src/Carbon/"
  2648. }
  2649. },
  2650. "notification-url": "https://packagist.org/downloads/",
  2651. "license": [
  2652. "MIT"
  2653. ],
  2654. "authors": [
  2655. {
  2656. "name": "Brian Nesbitt",
  2657. "email": "brian@nesbot.com",
  2658. "homepage": "http://nesbot.com"
  2659. },
  2660. {
  2661. "name": "kylekatarnls",
  2662. "homepage": "http://github.com/kylekatarnls"
  2663. }
  2664. ],
  2665. "description": "An API extension for DateTime that supports 281 different languages.",
  2666. "homepage": "http://carbon.nesbot.com",
  2667. "keywords": [
  2668. "date",
  2669. "datetime",
  2670. "time"
  2671. ],
  2672. "time": "2020-07-28T06:04:54+00:00"
  2673. },
  2674. {
  2675. "name": "nikic/php-parser",
  2676. "version": "v4.7.0",
  2677. "source": {
  2678. "type": "git",
  2679. "url": "https://github.com/nikic/PHP-Parser.git",
  2680. "reference": "21dce06dfbf0365c6a7cc8fdbdc995926c6a9300"
  2681. },
  2682. "dist": {
  2683. "type": "zip",
  2684. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/21dce06dfbf0365c6a7cc8fdbdc995926c6a9300",
  2685. "reference": "21dce06dfbf0365c6a7cc8fdbdc995926c6a9300",
  2686. "shasum": "",
  2687. "mirrors": [
  2688. {
  2689. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2690. "preferred": true
  2691. }
  2692. ]
  2693. },
  2694. "require": {
  2695. "ext-tokenizer": "*",
  2696. "php": ">=7.0"
  2697. },
  2698. "require-dev": {
  2699. "ircmaxell/php-yacc": "0.0.5",
  2700. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
  2701. },
  2702. "bin": [
  2703. "bin/php-parse"
  2704. ],
  2705. "type": "library",
  2706. "extra": {
  2707. "branch-alias": {
  2708. "dev-master": "4.7-dev"
  2709. }
  2710. },
  2711. "autoload": {
  2712. "psr-4": {
  2713. "PhpParser\\": "lib/PhpParser"
  2714. }
  2715. },
  2716. "notification-url": "https://packagist.org/downloads/",
  2717. "license": [
  2718. "BSD-3-Clause"
  2719. ],
  2720. "authors": [
  2721. {
  2722. "name": "Nikita Popov"
  2723. }
  2724. ],
  2725. "description": "A PHP parser written in PHP",
  2726. "keywords": [
  2727. "parser",
  2728. "php"
  2729. ],
  2730. "time": "2020-07-25T13:18:53+00:00"
  2731. },
  2732. {
  2733. "name": "ongr/elasticsearch-dsl",
  2734. "version": "v7.2.0",
  2735. "source": {
  2736. "type": "git",
  2737. "url": "https://github.com/ongr-io/ElasticsearchDSL.git",
  2738. "reference": "b7653ed32d6d5b65aeef3b7ef4f46e7ac069c393"
  2739. },
  2740. "dist": {
  2741. "type": "zip",
  2742. "url": "https://api.github.com/repos/ongr-io/ElasticsearchDSL/zipball/b7653ed32d6d5b65aeef3b7ef4f46e7ac069c393",
  2743. "reference": "b7653ed32d6d5b65aeef3b7ef4f46e7ac069c393",
  2744. "shasum": "",
  2745. "mirrors": [
  2746. {
  2747. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2748. "preferred": true
  2749. }
  2750. ]
  2751. },
  2752. "require": {
  2753. "elasticsearch/elasticsearch": "^7.0",
  2754. "paragonie/random_compat": "*",
  2755. "php": "^7.2",
  2756. "symfony/serializer": "^5.0"
  2757. },
  2758. "require-dev": {
  2759. "phpunit/phpunit": "^7.0",
  2760. "squizlabs/php_codesniffer": "^3.0"
  2761. },
  2762. "suggest": {
  2763. "elasticsearch/elasticsearch": "This library is for elasticsearch/elasticsearch client to enhance it with DSL functionality."
  2764. },
  2765. "type": "library",
  2766. "extra": {
  2767. "branch-alias": {
  2768. "dev-master": "7.1-dev"
  2769. }
  2770. },
  2771. "autoload": {
  2772. "psr-4": {
  2773. "ONGR\\ElasticsearchDSL\\": "src/"
  2774. }
  2775. },
  2776. "notification-url": "https://packagist.org/downloads/",
  2777. "license": [
  2778. "MIT"
  2779. ],
  2780. "authors": [
  2781. {
  2782. "name": "ONGR team",
  2783. "homepage": "http://www.ongr.io"
  2784. }
  2785. ],
  2786. "description": "Elasticsearch DSL library",
  2787. "homepage": "http://ongr.io",
  2788. "time": "2020-02-20T20:35:10+00:00"
  2789. },
  2790. {
  2791. "name": "opis/closure",
  2792. "version": "3.5.5",
  2793. "source": {
  2794. "type": "git",
  2795. "url": "https://github.com/opis/closure.git",
  2796. "reference": "dec9fc5ecfca93f45cd6121f8e6f14457dff372c"
  2797. },
  2798. "dist": {
  2799. "type": "zip",
  2800. "url": "https://api.github.com/repos/opis/closure/zipball/dec9fc5ecfca93f45cd6121f8e6f14457dff372c",
  2801. "reference": "dec9fc5ecfca93f45cd6121f8e6f14457dff372c",
  2802. "shasum": "",
  2803. "mirrors": [
  2804. {
  2805. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2806. "preferred": true
  2807. }
  2808. ]
  2809. },
  2810. "require": {
  2811. "php": "^5.4 || ^7.0"
  2812. },
  2813. "require-dev": {
  2814. "jeremeamia/superclosure": "^2.0",
  2815. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  2816. },
  2817. "type": "library",
  2818. "extra": {
  2819. "branch-alias": {
  2820. "dev-master": "3.5.x-dev"
  2821. }
  2822. },
  2823. "autoload": {
  2824. "psr-4": {
  2825. "Opis\\Closure\\": "src/"
  2826. },
  2827. "files": [
  2828. "functions.php"
  2829. ]
  2830. },
  2831. "notification-url": "https://packagist.org/downloads/",
  2832. "license": [
  2833. "MIT"
  2834. ],
  2835. "authors": [
  2836. {
  2837. "name": "Marius Sarca",
  2838. "email": "marius.sarca@gmail.com"
  2839. },
  2840. {
  2841. "name": "Sorin Sarca",
  2842. "email": "sarca_sorin@hotmail.com"
  2843. }
  2844. ],
  2845. "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
  2846. "homepage": "https://opis.io/closure",
  2847. "keywords": [
  2848. "anonymous functions",
  2849. "closure",
  2850. "function",
  2851. "serializable",
  2852. "serialization",
  2853. "serialize"
  2854. ],
  2855. "time": "2020-06-17T14:59:55+00:00"
  2856. },
  2857. {
  2858. "name": "overtrue/laravel-wechat",
  2859. "version": "5.0.7",
  2860. "source": {
  2861. "type": "git",
  2862. "url": "https://github.com/overtrue/laravel-wechat.git",
  2863. "reference": "feb3eca83910dac425390aaabcd89896686b9c34"
  2864. },
  2865. "dist": {
  2866. "type": "zip",
  2867. "url": "https://api.github.com/repos/overtrue/laravel-wechat/zipball/feb3eca83910dac425390aaabcd89896686b9c34",
  2868. "reference": "feb3eca83910dac425390aaabcd89896686b9c34",
  2869. "shasum": "",
  2870. "mirrors": [
  2871. {
  2872. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2873. "preferred": true
  2874. }
  2875. ]
  2876. },
  2877. "require": {
  2878. "illuminate/container": "^5.1 || ^6.0 || ^7.0",
  2879. "overtrue/wechat": "^4.0"
  2880. },
  2881. "type": "library",
  2882. "extra": {
  2883. "laravel": {
  2884. "providers": [
  2885. "Overtrue\\LaravelWeChat\\ServiceProvider"
  2886. ],
  2887. "aliases": {
  2888. "EasyWeChat": "Overtrue\\LaravelWeChat\\Facade"
  2889. }
  2890. }
  2891. },
  2892. "autoload": {
  2893. "psr-4": {
  2894. "Overtrue\\LaravelWeChat\\": "src/"
  2895. }
  2896. },
  2897. "notification-url": "https://packagist.org/downloads/",
  2898. "license": [
  2899. "MIT"
  2900. ],
  2901. "authors": [
  2902. {
  2903. "name": "overtrue",
  2904. "email": "anzhengchao@gmail.com"
  2905. }
  2906. ],
  2907. "description": "微信 SDK for Laravel",
  2908. "keywords": [
  2909. "laravel",
  2910. "sdk",
  2911. "wechat",
  2912. "weixin"
  2913. ],
  2914. "time": "2020-07-28T04:23:13+00:00"
  2915. },
  2916. {
  2917. "name": "overtrue/socialite",
  2918. "version": "2.0.16",
  2919. "source": {
  2920. "type": "git",
  2921. "url": "https://github.com/overtrue/socialite.git",
  2922. "reference": "bbcd8ffd2e1f3aa7c4d5298c56c6d73803aa3067"
  2923. },
  2924. "dist": {
  2925. "type": "zip",
  2926. "url": "https://api.github.com/repos/overtrue/socialite/zipball/bbcd8ffd2e1f3aa7c4d5298c56c6d73803aa3067",
  2927. "reference": "bbcd8ffd2e1f3aa7c4d5298c56c6d73803aa3067",
  2928. "shasum": "",
  2929. "mirrors": [
  2930. {
  2931. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2932. "preferred": true
  2933. }
  2934. ]
  2935. },
  2936. "require": {
  2937. "ext-json": "*",
  2938. "guzzlehttp/guzzle": "~5.0|~6.0",
  2939. "php": ">=7.0",
  2940. "symfony/http-foundation": "^2.7|^3.0|^4.0|^5.0"
  2941. },
  2942. "conflict": {
  2943. "socialiteproviders/weixin": "*"
  2944. },
  2945. "require-dev": {
  2946. "mockery/mockery": "~1.2",
  2947. "phpunit/phpunit": "~6"
  2948. },
  2949. "type": "library",
  2950. "autoload": {
  2951. "psr-4": {
  2952. "Overtrue\\Socialite\\": "src/"
  2953. }
  2954. },
  2955. "notification-url": "https://packagist.org/downloads/",
  2956. "license": [
  2957. "MIT"
  2958. ],
  2959. "authors": [
  2960. {
  2961. "name": "overtrue",
  2962. "email": "anzhengchao@gmail.com"
  2963. }
  2964. ],
  2965. "description": "A collection of OAuth 2 packages that extracts from laravel/socialite.",
  2966. "keywords": [
  2967. "login",
  2968. "oauth",
  2969. "qq",
  2970. "social",
  2971. "wechat",
  2972. "weibo"
  2973. ],
  2974. "time": "2020-03-04T15:22:25+00:00"
  2975. },
  2976. {
  2977. "name": "overtrue/wechat",
  2978. "version": "4.2.30",
  2979. "source": {
  2980. "type": "git",
  2981. "url": "https://github.com/overtrue/wechat.git",
  2982. "reference": "708dbc84eea25e249e4cb6d01f6bcb95a6cad116"
  2983. },
  2984. "dist": {
  2985. "type": "zip",
  2986. "url": "https://api.github.com/repos/overtrue/wechat/zipball/708dbc84eea25e249e4cb6d01f6bcb95a6cad116",
  2987. "reference": "708dbc84eea25e249e4cb6d01f6bcb95a6cad116",
  2988. "shasum": "",
  2989. "mirrors": [
  2990. {
  2991. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2992. "preferred": true
  2993. }
  2994. ]
  2995. },
  2996. "require": {
  2997. "easywechat-composer/easywechat-composer": "^1.1",
  2998. "ext-fileinfo": "*",
  2999. "ext-openssl": "*",
  3000. "ext-simplexml": "*",
  3001. "guzzlehttp/guzzle": "^6.2 || ^7.0",
  3002. "monolog/monolog": "^1.22 || ^2.0",
  3003. "overtrue/socialite": "~2.0",
  3004. "php": ">=7.2",
  3005. "pimple/pimple": "^3.0",
  3006. "psr/simple-cache": "^1.0",
  3007. "symfony/cache": "^3.3 || ^4.3 || ^5.0",
  3008. "symfony/event-dispatcher": "^4.3 || ^5.0",
  3009. "symfony/http-foundation": "^2.7 || ^3.0 || ^4.0 || ^5.0",
  3010. "symfony/psr-http-message-bridge": "^0.3 || ^1.0 || ^2.0"
  3011. },
  3012. "require-dev": {
  3013. "friendsofphp/php-cs-fixer": "^2.15",
  3014. "mikey179/vfsstream": "^1.6",
  3015. "mockery/mockery": "^1.2.3",
  3016. "phpstan/phpstan": "^0.12.0",
  3017. "phpunit/phpunit": "^7.5"
  3018. },
  3019. "type": "library",
  3020. "autoload": {
  3021. "psr-4": {
  3022. "EasyWeChat\\": "src/"
  3023. },
  3024. "files": [
  3025. "src/Kernel/Support/Helpers.php",
  3026. "src/Kernel/Helpers.php"
  3027. ]
  3028. },
  3029. "notification-url": "https://packagist.org/downloads/",
  3030. "license": [
  3031. "MIT"
  3032. ],
  3033. "authors": [
  3034. {
  3035. "name": "overtrue",
  3036. "email": "anzhengchao@gmail.com"
  3037. }
  3038. ],
  3039. "description": "微信SDK",
  3040. "keywords": [
  3041. "easywechat",
  3042. "sdk",
  3043. "wechat",
  3044. "weixin",
  3045. "weixin-sdk"
  3046. ],
  3047. "time": "2020-07-29T07:36:50+00:00"
  3048. },
  3049. {
  3050. "name": "paragonie/random_compat",
  3051. "version": "v9.99.99",
  3052. "source": {
  3053. "type": "git",
  3054. "url": "https://github.com/paragonie/random_compat.git",
  3055. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
  3056. },
  3057. "dist": {
  3058. "type": "zip",
  3059. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  3060. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  3061. "shasum": "",
  3062. "mirrors": [
  3063. {
  3064. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3065. "preferred": true
  3066. }
  3067. ]
  3068. },
  3069. "require": {
  3070. "php": "^7"
  3071. },
  3072. "require-dev": {
  3073. "phpunit/phpunit": "4.*|5.*",
  3074. "vimeo/psalm": "^1"
  3075. },
  3076. "suggest": {
  3077. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  3078. },
  3079. "type": "library",
  3080. "notification-url": "https://packagist.org/downloads/",
  3081. "license": [
  3082. "MIT"
  3083. ],
  3084. "authors": [
  3085. {
  3086. "name": "Paragon Initiative Enterprises",
  3087. "email": "security@paragonie.com",
  3088. "homepage": "https://paragonie.com"
  3089. }
  3090. ],
  3091. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  3092. "keywords": [
  3093. "csprng",
  3094. "polyfill",
  3095. "pseudorandom",
  3096. "random"
  3097. ],
  3098. "time": "2018-07-02T15:55:56+00:00"
  3099. },
  3100. {
  3101. "name": "phpoption/phpoption",
  3102. "version": "1.7.5",
  3103. "source": {
  3104. "type": "git",
  3105. "url": "https://github.com/schmittjoh/php-option.git",
  3106. "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525"
  3107. },
  3108. "dist": {
  3109. "type": "zip",
  3110. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525",
  3111. "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525",
  3112. "shasum": "",
  3113. "mirrors": [
  3114. {
  3115. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3116. "preferred": true
  3117. }
  3118. ]
  3119. },
  3120. "require": {
  3121. "php": "^5.5.9 || ^7.0 || ^8.0"
  3122. },
  3123. "require-dev": {
  3124. "bamarni/composer-bin-plugin": "^1.4.1",
  3125. "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.0"
  3126. },
  3127. "type": "library",
  3128. "extra": {
  3129. "branch-alias": {
  3130. "dev-master": "1.7-dev"
  3131. }
  3132. },
  3133. "autoload": {
  3134. "psr-4": {
  3135. "PhpOption\\": "src/PhpOption/"
  3136. }
  3137. },
  3138. "notification-url": "https://packagist.org/downloads/",
  3139. "license": [
  3140. "Apache-2.0"
  3141. ],
  3142. "authors": [
  3143. {
  3144. "name": "Johannes M. Schmitt",
  3145. "email": "schmittjoh@gmail.com"
  3146. },
  3147. {
  3148. "name": "Graham Campbell",
  3149. "email": "graham@alt-three.com"
  3150. }
  3151. ],
  3152. "description": "Option Type for PHP",
  3153. "keywords": [
  3154. "language",
  3155. "option",
  3156. "php",
  3157. "type"
  3158. ],
  3159. "time": "2020-07-20T17:29:33+00:00"
  3160. },
  3161. {
  3162. "name": "pimple/pimple",
  3163. "version": "v3.3.0",
  3164. "source": {
  3165. "type": "git",
  3166. "url": "https://github.com/silexphp/Pimple.git",
  3167. "reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930"
  3168. },
  3169. "dist": {
  3170. "type": "zip",
  3171. "url": "https://api.github.com/repos/silexphp/Pimple/zipball/e55d12f9d6a0e7f9c85992b73df1267f46279930",
  3172. "reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930",
  3173. "shasum": "",
  3174. "mirrors": [
  3175. {
  3176. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3177. "preferred": true
  3178. }
  3179. ]
  3180. },
  3181. "require": {
  3182. "php": "^7.2.5",
  3183. "psr/container": "^1.0"
  3184. },
  3185. "require-dev": {
  3186. "symfony/phpunit-bridge": "^3.4|^4.4|^5.0"
  3187. },
  3188. "type": "library",
  3189. "extra": {
  3190. "branch-alias": {
  3191. "dev-master": "3.3.x-dev"
  3192. }
  3193. },
  3194. "autoload": {
  3195. "psr-0": {
  3196. "Pimple": "src/"
  3197. }
  3198. },
  3199. "notification-url": "https://packagist.org/downloads/",
  3200. "license": [
  3201. "MIT"
  3202. ],
  3203. "authors": [
  3204. {
  3205. "name": "Fabien Potencier",
  3206. "email": "fabien@symfony.com"
  3207. }
  3208. ],
  3209. "description": "Pimple, a simple Dependency Injection Container",
  3210. "homepage": "https://pimple.symfony.com",
  3211. "keywords": [
  3212. "container",
  3213. "dependency injection"
  3214. ],
  3215. "time": "2020-03-03T09:12:48+00:00"
  3216. },
  3217. {
  3218. "name": "psr/cache",
  3219. "version": "1.0.1",
  3220. "source": {
  3221. "type": "git",
  3222. "url": "https://github.com/php-fig/cache.git",
  3223. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  3224. },
  3225. "dist": {
  3226. "type": "zip",
  3227. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  3228. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  3229. "shasum": "",
  3230. "mirrors": [
  3231. {
  3232. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3233. "preferred": true
  3234. }
  3235. ]
  3236. },
  3237. "require": {
  3238. "php": ">=5.3.0"
  3239. },
  3240. "type": "library",
  3241. "extra": {
  3242. "branch-alias": {
  3243. "dev-master": "1.0.x-dev"
  3244. }
  3245. },
  3246. "autoload": {
  3247. "psr-4": {
  3248. "Psr\\Cache\\": "src/"
  3249. }
  3250. },
  3251. "notification-url": "https://packagist.org/downloads/",
  3252. "license": [
  3253. "MIT"
  3254. ],
  3255. "authors": [
  3256. {
  3257. "name": "PHP-FIG",
  3258. "homepage": "http://www.php-fig.org/"
  3259. }
  3260. ],
  3261. "description": "Common interface for caching libraries",
  3262. "keywords": [
  3263. "cache",
  3264. "psr",
  3265. "psr-6"
  3266. ],
  3267. "time": "2016-08-06T20:24:11+00:00"
  3268. },
  3269. {
  3270. "name": "psr/container",
  3271. "version": "1.0.0",
  3272. "source": {
  3273. "type": "git",
  3274. "url": "https://github.com/php-fig/container.git",
  3275. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  3276. },
  3277. "dist": {
  3278. "type": "zip",
  3279. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  3280. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  3281. "shasum": "",
  3282. "mirrors": [
  3283. {
  3284. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3285. "preferred": true
  3286. }
  3287. ]
  3288. },
  3289. "require": {
  3290. "php": ">=5.3.0"
  3291. },
  3292. "type": "library",
  3293. "extra": {
  3294. "branch-alias": {
  3295. "dev-master": "1.0.x-dev"
  3296. }
  3297. },
  3298. "autoload": {
  3299. "psr-4": {
  3300. "Psr\\Container\\": "src/"
  3301. }
  3302. },
  3303. "notification-url": "https://packagist.org/downloads/",
  3304. "license": [
  3305. "MIT"
  3306. ],
  3307. "authors": [
  3308. {
  3309. "name": "PHP-FIG",
  3310. "homepage": "http://www.php-fig.org/"
  3311. }
  3312. ],
  3313. "description": "Common Container Interface (PHP FIG PSR-11)",
  3314. "homepage": "https://github.com/php-fig/container",
  3315. "keywords": [
  3316. "PSR-11",
  3317. "container",
  3318. "container-interface",
  3319. "container-interop",
  3320. "psr"
  3321. ],
  3322. "time": "2017-02-14T16:28:37+00:00"
  3323. },
  3324. {
  3325. "name": "psr/event-dispatcher",
  3326. "version": "1.0.0",
  3327. "source": {
  3328. "type": "git",
  3329. "url": "https://github.com/php-fig/event-dispatcher.git",
  3330. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  3331. },
  3332. "dist": {
  3333. "type": "zip",
  3334. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  3335. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  3336. "shasum": "",
  3337. "mirrors": [
  3338. {
  3339. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3340. "preferred": true
  3341. }
  3342. ]
  3343. },
  3344. "require": {
  3345. "php": ">=7.2.0"
  3346. },
  3347. "type": "library",
  3348. "extra": {
  3349. "branch-alias": {
  3350. "dev-master": "1.0.x-dev"
  3351. }
  3352. },
  3353. "autoload": {
  3354. "psr-4": {
  3355. "Psr\\EventDispatcher\\": "src/"
  3356. }
  3357. },
  3358. "notification-url": "https://packagist.org/downloads/",
  3359. "license": [
  3360. "MIT"
  3361. ],
  3362. "authors": [
  3363. {
  3364. "name": "PHP-FIG",
  3365. "homepage": "http://www.php-fig.org/"
  3366. }
  3367. ],
  3368. "description": "Standard interfaces for event handling.",
  3369. "keywords": [
  3370. "events",
  3371. "psr",
  3372. "psr-14"
  3373. ],
  3374. "time": "2019-01-08T18:20:26+00:00"
  3375. },
  3376. {
  3377. "name": "psr/http-message",
  3378. "version": "1.0.1",
  3379. "source": {
  3380. "type": "git",
  3381. "url": "https://github.com/php-fig/http-message.git",
  3382. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  3383. },
  3384. "dist": {
  3385. "type": "zip",
  3386. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  3387. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  3388. "shasum": "",
  3389. "mirrors": [
  3390. {
  3391. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3392. "preferred": true
  3393. }
  3394. ]
  3395. },
  3396. "require": {
  3397. "php": ">=5.3.0"
  3398. },
  3399. "type": "library",
  3400. "extra": {
  3401. "branch-alias": {
  3402. "dev-master": "1.0.x-dev"
  3403. }
  3404. },
  3405. "autoload": {
  3406. "psr-4": {
  3407. "Psr\\Http\\Message\\": "src/"
  3408. }
  3409. },
  3410. "notification-url": "https://packagist.org/downloads/",
  3411. "license": [
  3412. "MIT"
  3413. ],
  3414. "authors": [
  3415. {
  3416. "name": "PHP-FIG",
  3417. "homepage": "http://www.php-fig.org/"
  3418. }
  3419. ],
  3420. "description": "Common interface for HTTP messages",
  3421. "homepage": "https://github.com/php-fig/http-message",
  3422. "keywords": [
  3423. "http",
  3424. "http-message",
  3425. "psr",
  3426. "psr-7",
  3427. "request",
  3428. "response"
  3429. ],
  3430. "time": "2016-08-06T14:39:51+00:00"
  3431. },
  3432. {
  3433. "name": "psr/log",
  3434. "version": "1.1.3",
  3435. "source": {
  3436. "type": "git",
  3437. "url": "https://github.com/php-fig/log.git",
  3438. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  3439. },
  3440. "dist": {
  3441. "type": "zip",
  3442. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  3443. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  3444. "shasum": "",
  3445. "mirrors": [
  3446. {
  3447. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3448. "preferred": true
  3449. }
  3450. ]
  3451. },
  3452. "require": {
  3453. "php": ">=5.3.0"
  3454. },
  3455. "type": "library",
  3456. "extra": {
  3457. "branch-alias": {
  3458. "dev-master": "1.1.x-dev"
  3459. }
  3460. },
  3461. "autoload": {
  3462. "psr-4": {
  3463. "Psr\\Log\\": "Psr/Log/"
  3464. }
  3465. },
  3466. "notification-url": "https://packagist.org/downloads/",
  3467. "license": [
  3468. "MIT"
  3469. ],
  3470. "authors": [
  3471. {
  3472. "name": "PHP-FIG",
  3473. "homepage": "http://www.php-fig.org/"
  3474. }
  3475. ],
  3476. "description": "Common interface for logging libraries",
  3477. "homepage": "https://github.com/php-fig/log",
  3478. "keywords": [
  3479. "log",
  3480. "psr",
  3481. "psr-3"
  3482. ],
  3483. "time": "2020-03-23T09:12:05+00:00"
  3484. },
  3485. {
  3486. "name": "psr/simple-cache",
  3487. "version": "1.0.1",
  3488. "source": {
  3489. "type": "git",
  3490. "url": "https://github.com/php-fig/simple-cache.git",
  3491. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  3492. },
  3493. "dist": {
  3494. "type": "zip",
  3495. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  3496. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  3497. "shasum": "",
  3498. "mirrors": [
  3499. {
  3500. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3501. "preferred": true
  3502. }
  3503. ]
  3504. },
  3505. "require": {
  3506. "php": ">=5.3.0"
  3507. },
  3508. "type": "library",
  3509. "extra": {
  3510. "branch-alias": {
  3511. "dev-master": "1.0.x-dev"
  3512. }
  3513. },
  3514. "autoload": {
  3515. "psr-4": {
  3516. "Psr\\SimpleCache\\": "src/"
  3517. }
  3518. },
  3519. "notification-url": "https://packagist.org/downloads/",
  3520. "license": [
  3521. "MIT"
  3522. ],
  3523. "authors": [
  3524. {
  3525. "name": "PHP-FIG",
  3526. "homepage": "http://www.php-fig.org/"
  3527. }
  3528. ],
  3529. "description": "Common interfaces for simple caching",
  3530. "keywords": [
  3531. "cache",
  3532. "caching",
  3533. "psr",
  3534. "psr-16",
  3535. "simple-cache"
  3536. ],
  3537. "time": "2017-10-23T01:57:42+00:00"
  3538. },
  3539. {
  3540. "name": "psy/psysh",
  3541. "version": "v0.10.4",
  3542. "source": {
  3543. "type": "git",
  3544. "url": "https://github.com/bobthecow/psysh.git",
  3545. "reference": "a8aec1b2981ab66882a01cce36a49b6317dc3560"
  3546. },
  3547. "dist": {
  3548. "type": "zip",
  3549. "url": "https://api.github.com/repos/bobthecow/psysh/zipball/a8aec1b2981ab66882a01cce36a49b6317dc3560",
  3550. "reference": "a8aec1b2981ab66882a01cce36a49b6317dc3560",
  3551. "shasum": "",
  3552. "mirrors": [
  3553. {
  3554. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3555. "preferred": true
  3556. }
  3557. ]
  3558. },
  3559. "require": {
  3560. "dnoegel/php-xdg-base-dir": "0.1.*",
  3561. "ext-json": "*",
  3562. "ext-tokenizer": "*",
  3563. "nikic/php-parser": "~4.0|~3.0|~2.0|~1.3",
  3564. "php": "^8.0 || ^7.0 || ^5.5.9",
  3565. "symfony/console": "~5.0|~4.0|~3.0|^2.4.2|~2.3.10",
  3566. "symfony/var-dumper": "~5.0|~4.0|~3.0|~2.7"
  3567. },
  3568. "require-dev": {
  3569. "bamarni/composer-bin-plugin": "^1.2",
  3570. "hoa/console": "3.17.*"
  3571. },
  3572. "suggest": {
  3573. "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  3574. "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  3575. "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  3576. "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
  3577. "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
  3578. },
  3579. "bin": [
  3580. "bin/psysh"
  3581. ],
  3582. "type": "library",
  3583. "extra": {
  3584. "branch-alias": {
  3585. "dev-master": "0.10.x-dev"
  3586. }
  3587. },
  3588. "autoload": {
  3589. "files": [
  3590. "src/functions.php"
  3591. ],
  3592. "psr-4": {
  3593. "Psy\\": "src/"
  3594. }
  3595. },
  3596. "notification-url": "https://packagist.org/downloads/",
  3597. "license": [
  3598. "MIT"
  3599. ],
  3600. "authors": [
  3601. {
  3602. "name": "Justin Hileman",
  3603. "email": "justin@justinhileman.info",
  3604. "homepage": "http://justinhileman.com"
  3605. }
  3606. ],
  3607. "description": "An interactive shell for modern PHP.",
  3608. "homepage": "http://psysh.org",
  3609. "keywords": [
  3610. "REPL",
  3611. "console",
  3612. "interactive",
  3613. "shell"
  3614. ],
  3615. "time": "2020-05-03T19:32:03+00:00"
  3616. },
  3617. {
  3618. "name": "ralouphie/getallheaders",
  3619. "version": "3.0.3",
  3620. "source": {
  3621. "type": "git",
  3622. "url": "https://github.com/ralouphie/getallheaders.git",
  3623. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  3624. },
  3625. "dist": {
  3626. "type": "zip",
  3627. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  3628. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  3629. "shasum": "",
  3630. "mirrors": [
  3631. {
  3632. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3633. "preferred": true
  3634. }
  3635. ]
  3636. },
  3637. "require": {
  3638. "php": ">=5.6"
  3639. },
  3640. "require-dev": {
  3641. "php-coveralls/php-coveralls": "^2.1",
  3642. "phpunit/phpunit": "^5 || ^6.5"
  3643. },
  3644. "type": "library",
  3645. "autoload": {
  3646. "files": [
  3647. "src/getallheaders.php"
  3648. ]
  3649. },
  3650. "notification-url": "https://packagist.org/downloads/",
  3651. "license": [
  3652. "MIT"
  3653. ],
  3654. "authors": [
  3655. {
  3656. "name": "Ralph Khattar",
  3657. "email": "ralph.khattar@gmail.com"
  3658. }
  3659. ],
  3660. "description": "A polyfill for getallheaders.",
  3661. "time": "2019-03-08T08:55:37+00:00"
  3662. },
  3663. {
  3664. "name": "ramsey/collection",
  3665. "version": "1.0.1",
  3666. "source": {
  3667. "type": "git",
  3668. "url": "https://github.com/ramsey/collection.git",
  3669. "reference": "925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca"
  3670. },
  3671. "dist": {
  3672. "type": "zip",
  3673. "url": "https://api.github.com/repos/ramsey/collection/zipball/925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca",
  3674. "reference": "925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca",
  3675. "shasum": "",
  3676. "mirrors": [
  3677. {
  3678. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3679. "preferred": true
  3680. }
  3681. ]
  3682. },
  3683. "require": {
  3684. "php": "^7.2"
  3685. },
  3686. "require-dev": {
  3687. "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
  3688. "fzaninotto/faker": "^1.5",
  3689. "jakub-onderka/php-parallel-lint": "^1",
  3690. "jangregor/phpstan-prophecy": "^0.6",
  3691. "mockery/mockery": "^1.3",
  3692. "phpstan/extension-installer": "^1",
  3693. "phpstan/phpdoc-parser": "0.4.1",
  3694. "phpstan/phpstan": "^0.12",
  3695. "phpstan/phpstan-mockery": "^0.12",
  3696. "phpstan/phpstan-phpunit": "^0.12",
  3697. "phpunit/phpunit": "^8.5",
  3698. "slevomat/coding-standard": "^6.0",
  3699. "squizlabs/php_codesniffer": "^3.5"
  3700. },
  3701. "type": "library",
  3702. "autoload": {
  3703. "psr-4": {
  3704. "Ramsey\\Collection\\": "src/"
  3705. }
  3706. },
  3707. "notification-url": "https://packagist.org/downloads/",
  3708. "license": [
  3709. "MIT"
  3710. ],
  3711. "authors": [
  3712. {
  3713. "name": "Ben Ramsey",
  3714. "email": "ben@benramsey.com",
  3715. "homepage": "https://benramsey.com"
  3716. }
  3717. ],
  3718. "description": "A PHP 7.2+ library for representing and manipulating collections.",
  3719. "homepage": "https://github.com/ramsey/collection",
  3720. "keywords": [
  3721. "array",
  3722. "collection",
  3723. "hash",
  3724. "map",
  3725. "queue",
  3726. "set"
  3727. ],
  3728. "time": "2020-01-05T00:22:59+00:00"
  3729. },
  3730. {
  3731. "name": "ramsey/uuid",
  3732. "version": "4.1.0",
  3733. "source": {
  3734. "type": "git",
  3735. "url": "https://github.com/ramsey/uuid.git",
  3736. "reference": "988dbefc7878d0a35f12afb4df1f7dd0bd153c43"
  3737. },
  3738. "dist": {
  3739. "type": "zip",
  3740. "url": "https://api.github.com/repos/ramsey/uuid/zipball/988dbefc7878d0a35f12afb4df1f7dd0bd153c43",
  3741. "reference": "988dbefc7878d0a35f12afb4df1f7dd0bd153c43",
  3742. "shasum": "",
  3743. "mirrors": [
  3744. {
  3745. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3746. "preferred": true
  3747. }
  3748. ]
  3749. },
  3750. "require": {
  3751. "brick/math": "^0.8",
  3752. "ext-json": "*",
  3753. "php": "^7.2 || ^8",
  3754. "ramsey/collection": "^1.0",
  3755. "symfony/polyfill-ctype": "^1.8"
  3756. },
  3757. "replace": {
  3758. "rhumsaa/uuid": "self.version"
  3759. },
  3760. "require-dev": {
  3761. "codeception/aspect-mock": "^3",
  3762. "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7.0",
  3763. "doctrine/annotations": "^1.8",
  3764. "goaop/framework": "^2",
  3765. "mockery/mockery": "^1.3",
  3766. "moontoast/math": "^1.1",
  3767. "paragonie/random-lib": "^2",
  3768. "php-mock/php-mock-mockery": "^1.3",
  3769. "php-mock/php-mock-phpunit": "^2.5",
  3770. "php-parallel-lint/php-parallel-lint": "^1.1",
  3771. "phpbench/phpbench": "^0.17.1",
  3772. "phpstan/extension-installer": "^1.0",
  3773. "phpstan/phpstan": "^0.12",
  3774. "phpstan/phpstan-mockery": "^0.12",
  3775. "phpstan/phpstan-phpunit": "^0.12",
  3776. "phpunit/phpunit": "^8.5",
  3777. "psy/psysh": "^0.10.0",
  3778. "slevomat/coding-standard": "^6.0",
  3779. "squizlabs/php_codesniffer": "^3.5",
  3780. "vimeo/psalm": "3.9.4"
  3781. },
  3782. "suggest": {
  3783. "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
  3784. "ext-ctype": "Enables faster processing of character classification using ctype functions.",
  3785. "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
  3786. "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
  3787. "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  3788. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  3789. },
  3790. "type": "library",
  3791. "extra": {
  3792. "branch-alias": {
  3793. "dev-master": "4.x-dev"
  3794. }
  3795. },
  3796. "autoload": {
  3797. "psr-4": {
  3798. "Ramsey\\Uuid\\": "src/"
  3799. },
  3800. "files": [
  3801. "src/functions.php"
  3802. ]
  3803. },
  3804. "notification-url": "https://packagist.org/downloads/",
  3805. "license": [
  3806. "MIT"
  3807. ],
  3808. "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
  3809. "homepage": "https://github.com/ramsey/uuid",
  3810. "keywords": [
  3811. "guid",
  3812. "identifier",
  3813. "uuid"
  3814. ],
  3815. "time": "2020-07-28T16:51:01+00:00"
  3816. },
  3817. {
  3818. "name": "react/promise",
  3819. "version": "v2.8.0",
  3820. "source": {
  3821. "type": "git",
  3822. "url": "https://github.com/reactphp/promise.git",
  3823. "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
  3824. },
  3825. "dist": {
  3826. "type": "zip",
  3827. "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
  3828. "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
  3829. "shasum": "",
  3830. "mirrors": [
  3831. {
  3832. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3833. "preferred": true
  3834. }
  3835. ]
  3836. },
  3837. "require": {
  3838. "php": ">=5.4.0"
  3839. },
  3840. "require-dev": {
  3841. "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
  3842. },
  3843. "type": "library",
  3844. "autoload": {
  3845. "psr-4": {
  3846. "React\\Promise\\": "src/"
  3847. },
  3848. "files": [
  3849. "src/functions_include.php"
  3850. ]
  3851. },
  3852. "notification-url": "https://packagist.org/downloads/",
  3853. "license": [
  3854. "MIT"
  3855. ],
  3856. "authors": [
  3857. {
  3858. "name": "Jan Sorgalla",
  3859. "email": "jsorgalla@gmail.com"
  3860. }
  3861. ],
  3862. "description": "A lightweight implementation of CommonJS Promises/A for PHP",
  3863. "keywords": [
  3864. "promise",
  3865. "promises"
  3866. ],
  3867. "time": "2020-05-12T15:16:56+00:00"
  3868. },
  3869. {
  3870. "name": "spatie/eloquent-sortable",
  3871. "version": "3.8.2",
  3872. "source": {
  3873. "type": "git",
  3874. "url": "https://github.com/spatie/eloquent-sortable.git",
  3875. "reference": "18451ecf44b28a14ac0ed8803d0f5195a78a48a2"
  3876. },
  3877. "dist": {
  3878. "type": "zip",
  3879. "url": "https://api.github.com/repos/spatie/eloquent-sortable/zipball/18451ecf44b28a14ac0ed8803d0f5195a78a48a2",
  3880. "reference": "18451ecf44b28a14ac0ed8803d0f5195a78a48a2",
  3881. "shasum": "",
  3882. "mirrors": [
  3883. {
  3884. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3885. "preferred": true
  3886. }
  3887. ]
  3888. },
  3889. "require": {
  3890. "illuminate/database": "~5.8.0|^6.0|^7.0",
  3891. "illuminate/support": "~5.8.0|^6.0|^7.0",
  3892. "php": "^7.2"
  3893. },
  3894. "require-dev": {
  3895. "orchestra/testbench": "~3.8.0|^4.0|^5.0",
  3896. "phpunit/phpunit": "^8.0"
  3897. },
  3898. "type": "library",
  3899. "autoload": {
  3900. "psr-4": {
  3901. "Spatie\\EloquentSortable\\": "src/"
  3902. }
  3903. },
  3904. "notification-url": "https://packagist.org/downloads/",
  3905. "license": [
  3906. "MIT"
  3907. ],
  3908. "authors": [
  3909. {
  3910. "name": "Freek Van der Herten",
  3911. "email": "freek@spatie.be"
  3912. }
  3913. ],
  3914. "description": "Sortable behaviour for eloquent models",
  3915. "homepage": "https://github.com/spatie/eloquent-sortable",
  3916. "keywords": [
  3917. "behaviour",
  3918. "eloquent",
  3919. "laravel",
  3920. "model",
  3921. "sort",
  3922. "sortable"
  3923. ],
  3924. "time": "2020-07-08T00:05:43+00:00"
  3925. },
  3926. {
  3927. "name": "swiftmailer/swiftmailer",
  3928. "version": "v6.2.3",
  3929. "source": {
  3930. "type": "git",
  3931. "url": "https://github.com/swiftmailer/swiftmailer.git",
  3932. "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
  3933. },
  3934. "dist": {
  3935. "type": "zip",
  3936. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
  3937. "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
  3938. "shasum": "",
  3939. "mirrors": [
  3940. {
  3941. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3942. "preferred": true
  3943. }
  3944. ]
  3945. },
  3946. "require": {
  3947. "egulias/email-validator": "~2.0",
  3948. "php": ">=7.0.0",
  3949. "symfony/polyfill-iconv": "^1.0",
  3950. "symfony/polyfill-intl-idn": "^1.10",
  3951. "symfony/polyfill-mbstring": "^1.0"
  3952. },
  3953. "require-dev": {
  3954. "mockery/mockery": "~0.9.1",
  3955. "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
  3956. },
  3957. "suggest": {
  3958. "ext-intl": "Needed to support internationalized email addresses",
  3959. "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
  3960. },
  3961. "type": "library",
  3962. "extra": {
  3963. "branch-alias": {
  3964. "dev-master": "6.2-dev"
  3965. }
  3966. },
  3967. "autoload": {
  3968. "files": [
  3969. "lib/swift_required.php"
  3970. ]
  3971. },
  3972. "notification-url": "https://packagist.org/downloads/",
  3973. "license": [
  3974. "MIT"
  3975. ],
  3976. "authors": [
  3977. {
  3978. "name": "Chris Corbyn"
  3979. },
  3980. {
  3981. "name": "Fabien Potencier",
  3982. "email": "fabien@symfony.com"
  3983. }
  3984. ],
  3985. "description": "Swiftmailer, free feature-rich PHP mailer",
  3986. "homepage": "https://swiftmailer.symfony.com",
  3987. "keywords": [
  3988. "email",
  3989. "mail",
  3990. "mailer"
  3991. ],
  3992. "time": "2019-11-12T09:31:26+00:00"
  3993. },
  3994. {
  3995. "name": "symfony/cache",
  3996. "version": "v5.1.3",
  3997. "source": {
  3998. "type": "git",
  3999. "url": "https://github.com/symfony/cache.git",
  4000. "reference": "a9ac09a5e9786b734a4baa98158c2cd3251f1e4c"
  4001. },
  4002. "dist": {
  4003. "type": "zip",
  4004. "url": "https://api.github.com/repos/symfony/cache/zipball/a9ac09a5e9786b734a4baa98158c2cd3251f1e4c",
  4005. "reference": "a9ac09a5e9786b734a4baa98158c2cd3251f1e4c",
  4006. "shasum": "",
  4007. "mirrors": [
  4008. {
  4009. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4010. "preferred": true
  4011. }
  4012. ]
  4013. },
  4014. "require": {
  4015. "php": ">=7.2.5",
  4016. "psr/cache": "~1.0",
  4017. "psr/log": "~1.0",
  4018. "symfony/cache-contracts": "^1.1.7|^2",
  4019. "symfony/polyfill-php80": "^1.15",
  4020. "symfony/service-contracts": "^1.1|^2",
  4021. "symfony/var-exporter": "^4.4|^5.0"
  4022. },
  4023. "conflict": {
  4024. "doctrine/dbal": "<2.5",
  4025. "symfony/dependency-injection": "<4.4",
  4026. "symfony/http-kernel": "<4.4",
  4027. "symfony/var-dumper": "<4.4"
  4028. },
  4029. "provide": {
  4030. "psr/cache-implementation": "1.0",
  4031. "psr/simple-cache-implementation": "1.0",
  4032. "symfony/cache-implementation": "1.0"
  4033. },
  4034. "require-dev": {
  4035. "cache/integration-tests": "dev-master",
  4036. "doctrine/cache": "^1.6",
  4037. "doctrine/dbal": "^2.5|^3.0",
  4038. "predis/predis": "^1.1",
  4039. "psr/simple-cache": "^1.0",
  4040. "symfony/config": "^4.4|^5.0",
  4041. "symfony/dependency-injection": "^4.4|^5.0",
  4042. "symfony/var-dumper": "^4.4|^5.0"
  4043. },
  4044. "type": "library",
  4045. "extra": {
  4046. "branch-alias": {
  4047. "dev-master": "5.1-dev"
  4048. }
  4049. },
  4050. "autoload": {
  4051. "psr-4": {
  4052. "Symfony\\Component\\Cache\\": ""
  4053. },
  4054. "exclude-from-classmap": [
  4055. "/Tests/"
  4056. ]
  4057. },
  4058. "notification-url": "https://packagist.org/downloads/",
  4059. "license": [
  4060. "MIT"
  4061. ],
  4062. "authors": [
  4063. {
  4064. "name": "Nicolas Grekas",
  4065. "email": "p@tchwork.com"
  4066. },
  4067. {
  4068. "name": "Symfony Community",
  4069. "homepage": "https://symfony.com/contributors"
  4070. }
  4071. ],
  4072. "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
  4073. "homepage": "https://symfony.com",
  4074. "keywords": [
  4075. "caching",
  4076. "psr6"
  4077. ],
  4078. "time": "2020-07-23T17:22:30+00:00"
  4079. },
  4080. {
  4081. "name": "symfony/cache-contracts",
  4082. "version": "v2.1.3",
  4083. "source": {
  4084. "type": "git",
  4085. "url": "https://github.com/symfony/cache-contracts.git",
  4086. "reference": "9771a09d2e6b84ecb8c9f0a7dbc72ee92aeba009"
  4087. },
  4088. "dist": {
  4089. "type": "zip",
  4090. "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/9771a09d2e6b84ecb8c9f0a7dbc72ee92aeba009",
  4091. "reference": "9771a09d2e6b84ecb8c9f0a7dbc72ee92aeba009",
  4092. "shasum": "",
  4093. "mirrors": [
  4094. {
  4095. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4096. "preferred": true
  4097. }
  4098. ]
  4099. },
  4100. "require": {
  4101. "php": ">=7.2.5",
  4102. "psr/cache": "^1.0"
  4103. },
  4104. "suggest": {
  4105. "symfony/cache-implementation": ""
  4106. },
  4107. "type": "library",
  4108. "extra": {
  4109. "branch-alias": {
  4110. "dev-master": "2.1-dev"
  4111. },
  4112. "thanks": {
  4113. "name": "symfony/contracts",
  4114. "url": "https://github.com/symfony/contracts"
  4115. }
  4116. },
  4117. "autoload": {
  4118. "psr-4": {
  4119. "Symfony\\Contracts\\Cache\\": ""
  4120. }
  4121. },
  4122. "notification-url": "https://packagist.org/downloads/",
  4123. "license": [
  4124. "MIT"
  4125. ],
  4126. "authors": [
  4127. {
  4128. "name": "Nicolas Grekas",
  4129. "email": "p@tchwork.com"
  4130. },
  4131. {
  4132. "name": "Symfony Community",
  4133. "homepage": "https://symfony.com/contributors"
  4134. }
  4135. ],
  4136. "description": "Generic abstractions related to caching",
  4137. "homepage": "https://symfony.com",
  4138. "keywords": [
  4139. "abstractions",
  4140. "contracts",
  4141. "decoupling",
  4142. "interfaces",
  4143. "interoperability",
  4144. "standards"
  4145. ],
  4146. "time": "2020-07-06T13:23:11+00:00"
  4147. },
  4148. {
  4149. "name": "symfony/console",
  4150. "version": "v5.1.3",
  4151. "source": {
  4152. "type": "git",
  4153. "url": "https://github.com/symfony/console.git",
  4154. "reference": "2226c68009627934b8cfc01260b4d287eab070df"
  4155. },
  4156. "dist": {
  4157. "type": "zip",
  4158. "url": "https://api.github.com/repos/symfony/console/zipball/2226c68009627934b8cfc01260b4d287eab070df",
  4159. "reference": "2226c68009627934b8cfc01260b4d287eab070df",
  4160. "shasum": "",
  4161. "mirrors": [
  4162. {
  4163. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4164. "preferred": true
  4165. }
  4166. ]
  4167. },
  4168. "require": {
  4169. "php": ">=7.2.5",
  4170. "symfony/polyfill-mbstring": "~1.0",
  4171. "symfony/polyfill-php73": "^1.8",
  4172. "symfony/polyfill-php80": "^1.15",
  4173. "symfony/service-contracts": "^1.1|^2",
  4174. "symfony/string": "^5.1"
  4175. },
  4176. "conflict": {
  4177. "symfony/dependency-injection": "<4.4",
  4178. "symfony/dotenv": "<5.1",
  4179. "symfony/event-dispatcher": "<4.4",
  4180. "symfony/lock": "<4.4",
  4181. "symfony/process": "<4.4"
  4182. },
  4183. "provide": {
  4184. "psr/log-implementation": "1.0"
  4185. },
  4186. "require-dev": {
  4187. "psr/log": "~1.0",
  4188. "symfony/config": "^4.4|^5.0",
  4189. "symfony/dependency-injection": "^4.4|^5.0",
  4190. "symfony/event-dispatcher": "^4.4|^5.0",
  4191. "symfony/lock": "^4.4|^5.0",
  4192. "symfony/process": "^4.4|^5.0",
  4193. "symfony/var-dumper": "^4.4|^5.0"
  4194. },
  4195. "suggest": {
  4196. "psr/log": "For using the console logger",
  4197. "symfony/event-dispatcher": "",
  4198. "symfony/lock": "",
  4199. "symfony/process": ""
  4200. },
  4201. "type": "library",
  4202. "extra": {
  4203. "branch-alias": {
  4204. "dev-master": "5.1-dev"
  4205. }
  4206. },
  4207. "autoload": {
  4208. "psr-4": {
  4209. "Symfony\\Component\\Console\\": ""
  4210. },
  4211. "exclude-from-classmap": [
  4212. "/Tests/"
  4213. ]
  4214. },
  4215. "notification-url": "https://packagist.org/downloads/",
  4216. "license": [
  4217. "MIT"
  4218. ],
  4219. "authors": [
  4220. {
  4221. "name": "Fabien Potencier",
  4222. "email": "fabien@symfony.com"
  4223. },
  4224. {
  4225. "name": "Symfony Community",
  4226. "homepage": "https://symfony.com/contributors"
  4227. }
  4228. ],
  4229. "description": "Symfony Console Component",
  4230. "homepage": "https://symfony.com",
  4231. "time": "2020-07-06T13:23:11+00:00"
  4232. },
  4233. {
  4234. "name": "symfony/css-selector",
  4235. "version": "v5.1.3",
  4236. "source": {
  4237. "type": "git",
  4238. "url": "https://github.com/symfony/css-selector.git",
  4239. "reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9"
  4240. },
  4241. "dist": {
  4242. "type": "zip",
  4243. "url": "https://api.github.com/repos/symfony/css-selector/zipball/e544e24472d4c97b2d11ade7caacd446727c6bf9",
  4244. "reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9",
  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. "php": ">=7.2.5"
  4255. },
  4256. "type": "library",
  4257. "extra": {
  4258. "branch-alias": {
  4259. "dev-master": "5.1-dev"
  4260. }
  4261. },
  4262. "autoload": {
  4263. "psr-4": {
  4264. "Symfony\\Component\\CssSelector\\": ""
  4265. },
  4266. "exclude-from-classmap": [
  4267. "/Tests/"
  4268. ]
  4269. },
  4270. "notification-url": "https://packagist.org/downloads/",
  4271. "license": [
  4272. "MIT"
  4273. ],
  4274. "authors": [
  4275. {
  4276. "name": "Fabien Potencier",
  4277. "email": "fabien@symfony.com"
  4278. },
  4279. {
  4280. "name": "Jean-François Simon",
  4281. "email": "jeanfrancois.simon@sensiolabs.com"
  4282. },
  4283. {
  4284. "name": "Symfony Community",
  4285. "homepage": "https://symfony.com/contributors"
  4286. }
  4287. ],
  4288. "description": "Symfony CssSelector Component",
  4289. "homepage": "https://symfony.com",
  4290. "time": "2020-05-20T17:43:50+00:00"
  4291. },
  4292. {
  4293. "name": "symfony/deprecation-contracts",
  4294. "version": "v2.1.3",
  4295. "source": {
  4296. "type": "git",
  4297. "url": "https://github.com/symfony/deprecation-contracts.git",
  4298. "reference": "5e20b83385a77593259c9f8beb2c43cd03b2ac14"
  4299. },
  4300. "dist": {
  4301. "type": "zip",
  4302. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5e20b83385a77593259c9f8beb2c43cd03b2ac14",
  4303. "reference": "5e20b83385a77593259c9f8beb2c43cd03b2ac14",
  4304. "shasum": "",
  4305. "mirrors": [
  4306. {
  4307. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4308. "preferred": true
  4309. }
  4310. ]
  4311. },
  4312. "require": {
  4313. "php": ">=7.1"
  4314. },
  4315. "type": "library",
  4316. "extra": {
  4317. "branch-alias": {
  4318. "dev-master": "2.1-dev"
  4319. },
  4320. "thanks": {
  4321. "name": "symfony/contracts",
  4322. "url": "https://github.com/symfony/contracts"
  4323. }
  4324. },
  4325. "autoload": {
  4326. "files": [
  4327. "function.php"
  4328. ]
  4329. },
  4330. "notification-url": "https://packagist.org/downloads/",
  4331. "license": [
  4332. "MIT"
  4333. ],
  4334. "authors": [
  4335. {
  4336. "name": "Nicolas Grekas",
  4337. "email": "p@tchwork.com"
  4338. },
  4339. {
  4340. "name": "Symfony Community",
  4341. "homepage": "https://symfony.com/contributors"
  4342. }
  4343. ],
  4344. "description": "A generic function and convention to trigger deprecation notices",
  4345. "homepage": "https://symfony.com",
  4346. "time": "2020-06-06T08:49:21+00:00"
  4347. },
  4348. {
  4349. "name": "symfony/dom-crawler",
  4350. "version": "v5.1.3",
  4351. "source": {
  4352. "type": "git",
  4353. "url": "https://github.com/symfony/dom-crawler.git",
  4354. "reference": "a96aecb36aaf081f1b012e1e62d71f1069ab3dca"
  4355. },
  4356. "dist": {
  4357. "type": "zip",
  4358. "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/a96aecb36aaf081f1b012e1e62d71f1069ab3dca",
  4359. "reference": "a96aecb36aaf081f1b012e1e62d71f1069ab3dca",
  4360. "shasum": "",
  4361. "mirrors": [
  4362. {
  4363. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4364. "preferred": true
  4365. }
  4366. ]
  4367. },
  4368. "require": {
  4369. "php": ">=7.2.5",
  4370. "symfony/polyfill-ctype": "~1.8",
  4371. "symfony/polyfill-mbstring": "~1.0",
  4372. "symfony/polyfill-php80": "^1.15"
  4373. },
  4374. "conflict": {
  4375. "masterminds/html5": "<2.6"
  4376. },
  4377. "require-dev": {
  4378. "masterminds/html5": "^2.6",
  4379. "symfony/css-selector": "^4.4|^5.0"
  4380. },
  4381. "suggest": {
  4382. "symfony/css-selector": ""
  4383. },
  4384. "type": "library",
  4385. "extra": {
  4386. "branch-alias": {
  4387. "dev-master": "5.1-dev"
  4388. }
  4389. },
  4390. "autoload": {
  4391. "psr-4": {
  4392. "Symfony\\Component\\DomCrawler\\": ""
  4393. },
  4394. "exclude-from-classmap": [
  4395. "/Tests/"
  4396. ]
  4397. },
  4398. "notification-url": "https://packagist.org/downloads/",
  4399. "license": [
  4400. "MIT"
  4401. ],
  4402. "authors": [
  4403. {
  4404. "name": "Fabien Potencier",
  4405. "email": "fabien@symfony.com"
  4406. },
  4407. {
  4408. "name": "Symfony Community",
  4409. "homepage": "https://symfony.com/contributors"
  4410. }
  4411. ],
  4412. "description": "Symfony DomCrawler Component",
  4413. "homepage": "https://symfony.com",
  4414. "time": "2020-07-23T08:36:24+00:00"
  4415. },
  4416. {
  4417. "name": "symfony/error-handler",
  4418. "version": "v5.1.3",
  4419. "source": {
  4420. "type": "git",
  4421. "url": "https://github.com/symfony/error-handler.git",
  4422. "reference": "4a0d1673a4731c3cb2dea3580c73a676ecb9ed4b"
  4423. },
  4424. "dist": {
  4425. "type": "zip",
  4426. "url": "https://api.github.com/repos/symfony/error-handler/zipball/4a0d1673a4731c3cb2dea3580c73a676ecb9ed4b",
  4427. "reference": "4a0d1673a4731c3cb2dea3580c73a676ecb9ed4b",
  4428. "shasum": "",
  4429. "mirrors": [
  4430. {
  4431. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4432. "preferred": true
  4433. }
  4434. ]
  4435. },
  4436. "require": {
  4437. "php": ">=7.2.5",
  4438. "psr/log": "^1.0",
  4439. "symfony/polyfill-php80": "^1.15",
  4440. "symfony/var-dumper": "^4.4|^5.0"
  4441. },
  4442. "require-dev": {
  4443. "symfony/deprecation-contracts": "^2.1",
  4444. "symfony/http-kernel": "^4.4|^5.0",
  4445. "symfony/serializer": "^4.4|^5.0"
  4446. },
  4447. "type": "library",
  4448. "extra": {
  4449. "branch-alias": {
  4450. "dev-master": "5.1-dev"
  4451. }
  4452. },
  4453. "autoload": {
  4454. "psr-4": {
  4455. "Symfony\\Component\\ErrorHandler\\": ""
  4456. },
  4457. "exclude-from-classmap": [
  4458. "/Tests/"
  4459. ]
  4460. },
  4461. "notification-url": "https://packagist.org/downloads/",
  4462. "license": [
  4463. "MIT"
  4464. ],
  4465. "authors": [
  4466. {
  4467. "name": "Fabien Potencier",
  4468. "email": "fabien@symfony.com"
  4469. },
  4470. {
  4471. "name": "Symfony Community",
  4472. "homepage": "https://symfony.com/contributors"
  4473. }
  4474. ],
  4475. "description": "Symfony ErrorHandler Component",
  4476. "homepage": "https://symfony.com",
  4477. "time": "2020-07-23T08:36:24+00:00"
  4478. },
  4479. {
  4480. "name": "symfony/event-dispatcher",
  4481. "version": "v5.1.3",
  4482. "source": {
  4483. "type": "git",
  4484. "url": "https://github.com/symfony/event-dispatcher.git",
  4485. "reference": "7827d55911f91c070fc293ea51a06eec80797d76"
  4486. },
  4487. "dist": {
  4488. "type": "zip",
  4489. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7827d55911f91c070fc293ea51a06eec80797d76",
  4490. "reference": "7827d55911f91c070fc293ea51a06eec80797d76",
  4491. "shasum": "",
  4492. "mirrors": [
  4493. {
  4494. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4495. "preferred": true
  4496. }
  4497. ]
  4498. },
  4499. "require": {
  4500. "php": ">=7.2.5",
  4501. "symfony/deprecation-contracts": "^2.1",
  4502. "symfony/event-dispatcher-contracts": "^2",
  4503. "symfony/polyfill-php80": "^1.15"
  4504. },
  4505. "conflict": {
  4506. "symfony/dependency-injection": "<4.4"
  4507. },
  4508. "provide": {
  4509. "psr/event-dispatcher-implementation": "1.0",
  4510. "symfony/event-dispatcher-implementation": "2.0"
  4511. },
  4512. "require-dev": {
  4513. "psr/log": "~1.0",
  4514. "symfony/config": "^4.4|^5.0",
  4515. "symfony/dependency-injection": "^4.4|^5.0",
  4516. "symfony/expression-language": "^4.4|^5.0",
  4517. "symfony/http-foundation": "^4.4|^5.0",
  4518. "symfony/service-contracts": "^1.1|^2",
  4519. "symfony/stopwatch": "^4.4|^5.0"
  4520. },
  4521. "suggest": {
  4522. "symfony/dependency-injection": "",
  4523. "symfony/http-kernel": ""
  4524. },
  4525. "type": "library",
  4526. "extra": {
  4527. "branch-alias": {
  4528. "dev-master": "5.1-dev"
  4529. }
  4530. },
  4531. "autoload": {
  4532. "psr-4": {
  4533. "Symfony\\Component\\EventDispatcher\\": ""
  4534. },
  4535. "exclude-from-classmap": [
  4536. "/Tests/"
  4537. ]
  4538. },
  4539. "notification-url": "https://packagist.org/downloads/",
  4540. "license": [
  4541. "MIT"
  4542. ],
  4543. "authors": [
  4544. {
  4545. "name": "Fabien Potencier",
  4546. "email": "fabien@symfony.com"
  4547. },
  4548. {
  4549. "name": "Symfony Community",
  4550. "homepage": "https://symfony.com/contributors"
  4551. }
  4552. ],
  4553. "description": "Symfony EventDispatcher Component",
  4554. "homepage": "https://symfony.com",
  4555. "time": "2020-06-18T18:24:02+00:00"
  4556. },
  4557. {
  4558. "name": "symfony/event-dispatcher-contracts",
  4559. "version": "v2.1.3",
  4560. "source": {
  4561. "type": "git",
  4562. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  4563. "reference": "f6f613d74cfc5a623fc36294d3451eb7fa5a042b"
  4564. },
  4565. "dist": {
  4566. "type": "zip",
  4567. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f6f613d74cfc5a623fc36294d3451eb7fa5a042b",
  4568. "reference": "f6f613d74cfc5a623fc36294d3451eb7fa5a042b",
  4569. "shasum": "",
  4570. "mirrors": [
  4571. {
  4572. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4573. "preferred": true
  4574. }
  4575. ]
  4576. },
  4577. "require": {
  4578. "php": ">=7.2.5",
  4579. "psr/event-dispatcher": "^1"
  4580. },
  4581. "suggest": {
  4582. "symfony/event-dispatcher-implementation": ""
  4583. },
  4584. "type": "library",
  4585. "extra": {
  4586. "branch-alias": {
  4587. "dev-master": "2.1-dev"
  4588. },
  4589. "thanks": {
  4590. "name": "symfony/contracts",
  4591. "url": "https://github.com/symfony/contracts"
  4592. }
  4593. },
  4594. "autoload": {
  4595. "psr-4": {
  4596. "Symfony\\Contracts\\EventDispatcher\\": ""
  4597. }
  4598. },
  4599. "notification-url": "https://packagist.org/downloads/",
  4600. "license": [
  4601. "MIT"
  4602. ],
  4603. "authors": [
  4604. {
  4605. "name": "Nicolas Grekas",
  4606. "email": "p@tchwork.com"
  4607. },
  4608. {
  4609. "name": "Symfony Community",
  4610. "homepage": "https://symfony.com/contributors"
  4611. }
  4612. ],
  4613. "description": "Generic abstractions related to dispatching event",
  4614. "homepage": "https://symfony.com",
  4615. "keywords": [
  4616. "abstractions",
  4617. "contracts",
  4618. "decoupling",
  4619. "interfaces",
  4620. "interoperability",
  4621. "standards"
  4622. ],
  4623. "time": "2020-07-06T13:23:11+00:00"
  4624. },
  4625. {
  4626. "name": "symfony/finder",
  4627. "version": "v5.1.3",
  4628. "source": {
  4629. "type": "git",
  4630. "url": "https://github.com/symfony/finder.git",
  4631. "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187"
  4632. },
  4633. "dist": {
  4634. "type": "zip",
  4635. "url": "https://api.github.com/repos/symfony/finder/zipball/4298870062bfc667cb78d2b379be4bf5dec5f187",
  4636. "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187",
  4637. "shasum": "",
  4638. "mirrors": [
  4639. {
  4640. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4641. "preferred": true
  4642. }
  4643. ]
  4644. },
  4645. "require": {
  4646. "php": ">=7.2.5"
  4647. },
  4648. "type": "library",
  4649. "extra": {
  4650. "branch-alias": {
  4651. "dev-master": "5.1-dev"
  4652. }
  4653. },
  4654. "autoload": {
  4655. "psr-4": {
  4656. "Symfony\\Component\\Finder\\": ""
  4657. },
  4658. "exclude-from-classmap": [
  4659. "/Tests/"
  4660. ]
  4661. },
  4662. "notification-url": "https://packagist.org/downloads/",
  4663. "license": [
  4664. "MIT"
  4665. ],
  4666. "authors": [
  4667. {
  4668. "name": "Fabien Potencier",
  4669. "email": "fabien@symfony.com"
  4670. },
  4671. {
  4672. "name": "Symfony Community",
  4673. "homepage": "https://symfony.com/contributors"
  4674. }
  4675. ],
  4676. "description": "Symfony Finder Component",
  4677. "homepage": "https://symfony.com",
  4678. "time": "2020-05-20T17:43:50+00:00"
  4679. },
  4680. {
  4681. "name": "symfony/http-foundation",
  4682. "version": "v5.1.3",
  4683. "source": {
  4684. "type": "git",
  4685. "url": "https://github.com/symfony/http-foundation.git",
  4686. "reference": "1f0d6627e680591c61e9176f04a0dc887b4e6702"
  4687. },
  4688. "dist": {
  4689. "type": "zip",
  4690. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/1f0d6627e680591c61e9176f04a0dc887b4e6702",
  4691. "reference": "1f0d6627e680591c61e9176f04a0dc887b4e6702",
  4692. "shasum": "",
  4693. "mirrors": [
  4694. {
  4695. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4696. "preferred": true
  4697. }
  4698. ]
  4699. },
  4700. "require": {
  4701. "php": ">=7.2.5",
  4702. "symfony/deprecation-contracts": "^2.1",
  4703. "symfony/polyfill-mbstring": "~1.1",
  4704. "symfony/polyfill-php80": "^1.15"
  4705. },
  4706. "require-dev": {
  4707. "predis/predis": "~1.0",
  4708. "symfony/cache": "^4.4|^5.0",
  4709. "symfony/expression-language": "^4.4|^5.0",
  4710. "symfony/mime": "^4.4|^5.0"
  4711. },
  4712. "suggest": {
  4713. "symfony/mime": "To use the file extension guesser"
  4714. },
  4715. "type": "library",
  4716. "extra": {
  4717. "branch-alias": {
  4718. "dev-master": "5.1-dev"
  4719. }
  4720. },
  4721. "autoload": {
  4722. "psr-4": {
  4723. "Symfony\\Component\\HttpFoundation\\": ""
  4724. },
  4725. "exclude-from-classmap": [
  4726. "/Tests/"
  4727. ]
  4728. },
  4729. "notification-url": "https://packagist.org/downloads/",
  4730. "license": [
  4731. "MIT"
  4732. ],
  4733. "authors": [
  4734. {
  4735. "name": "Fabien Potencier",
  4736. "email": "fabien@symfony.com"
  4737. },
  4738. {
  4739. "name": "Symfony Community",
  4740. "homepage": "https://symfony.com/contributors"
  4741. }
  4742. ],
  4743. "description": "Symfony HttpFoundation Component",
  4744. "homepage": "https://symfony.com",
  4745. "time": "2020-07-23T10:04:31+00:00"
  4746. },
  4747. {
  4748. "name": "symfony/http-kernel",
  4749. "version": "v5.1.3",
  4750. "source": {
  4751. "type": "git",
  4752. "url": "https://github.com/symfony/http-kernel.git",
  4753. "reference": "d6dd8f6420e377970ddad0d6317d4ce4186fc6b3"
  4754. },
  4755. "dist": {
  4756. "type": "zip",
  4757. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/d6dd8f6420e377970ddad0d6317d4ce4186fc6b3",
  4758. "reference": "d6dd8f6420e377970ddad0d6317d4ce4186fc6b3",
  4759. "shasum": "",
  4760. "mirrors": [
  4761. {
  4762. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4763. "preferred": true
  4764. }
  4765. ]
  4766. },
  4767. "require": {
  4768. "php": ">=7.2.5",
  4769. "psr/log": "~1.0",
  4770. "symfony/deprecation-contracts": "^2.1",
  4771. "symfony/error-handler": "^4.4|^5.0",
  4772. "symfony/event-dispatcher": "^5.0",
  4773. "symfony/http-foundation": "^4.4|^5.0",
  4774. "symfony/polyfill-ctype": "^1.8",
  4775. "symfony/polyfill-php73": "^1.9",
  4776. "symfony/polyfill-php80": "^1.15"
  4777. },
  4778. "conflict": {
  4779. "symfony/browser-kit": "<4.4",
  4780. "symfony/cache": "<5.0",
  4781. "symfony/config": "<5.0",
  4782. "symfony/console": "<4.4",
  4783. "symfony/dependency-injection": "<4.4",
  4784. "symfony/doctrine-bridge": "<5.0",
  4785. "symfony/form": "<5.0",
  4786. "symfony/http-client": "<5.0",
  4787. "symfony/mailer": "<5.0",
  4788. "symfony/messenger": "<5.0",
  4789. "symfony/translation": "<5.0",
  4790. "symfony/twig-bridge": "<5.0",
  4791. "symfony/validator": "<5.0",
  4792. "twig/twig": "<2.4"
  4793. },
  4794. "provide": {
  4795. "psr/log-implementation": "1.0"
  4796. },
  4797. "require-dev": {
  4798. "psr/cache": "~1.0",
  4799. "symfony/browser-kit": "^4.4|^5.0",
  4800. "symfony/config": "^5.0",
  4801. "symfony/console": "^4.4|^5.0",
  4802. "symfony/css-selector": "^4.4|^5.0",
  4803. "symfony/dependency-injection": "^4.4|^5.0",
  4804. "symfony/dom-crawler": "^4.4|^5.0",
  4805. "symfony/expression-language": "^4.4|^5.0",
  4806. "symfony/finder": "^4.4|^5.0",
  4807. "symfony/process": "^4.4|^5.0",
  4808. "symfony/routing": "^4.4|^5.0",
  4809. "symfony/stopwatch": "^4.4|^5.0",
  4810. "symfony/translation": "^4.4|^5.0",
  4811. "symfony/translation-contracts": "^1.1|^2",
  4812. "twig/twig": "^2.4|^3.0"
  4813. },
  4814. "suggest": {
  4815. "symfony/browser-kit": "",
  4816. "symfony/config": "",
  4817. "symfony/console": "",
  4818. "symfony/dependency-injection": ""
  4819. },
  4820. "type": "library",
  4821. "extra": {
  4822. "branch-alias": {
  4823. "dev-master": "5.1-dev"
  4824. }
  4825. },
  4826. "autoload": {
  4827. "psr-4": {
  4828. "Symfony\\Component\\HttpKernel\\": ""
  4829. },
  4830. "exclude-from-classmap": [
  4831. "/Tests/"
  4832. ]
  4833. },
  4834. "notification-url": "https://packagist.org/downloads/",
  4835. "license": [
  4836. "MIT"
  4837. ],
  4838. "authors": [
  4839. {
  4840. "name": "Fabien Potencier",
  4841. "email": "fabien@symfony.com"
  4842. },
  4843. {
  4844. "name": "Symfony Community",
  4845. "homepage": "https://symfony.com/contributors"
  4846. }
  4847. ],
  4848. "description": "Symfony HttpKernel Component",
  4849. "homepage": "https://symfony.com",
  4850. "time": "2020-07-24T04:22:56+00:00"
  4851. },
  4852. {
  4853. "name": "symfony/mime",
  4854. "version": "v5.1.3",
  4855. "source": {
  4856. "type": "git",
  4857. "url": "https://github.com/symfony/mime.git",
  4858. "reference": "149fb0ad35aae3c7637b496b38478797fa6a7ea6"
  4859. },
  4860. "dist": {
  4861. "type": "zip",
  4862. "url": "https://api.github.com/repos/symfony/mime/zipball/149fb0ad35aae3c7637b496b38478797fa6a7ea6",
  4863. "reference": "149fb0ad35aae3c7637b496b38478797fa6a7ea6",
  4864. "shasum": "",
  4865. "mirrors": [
  4866. {
  4867. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4868. "preferred": true
  4869. }
  4870. ]
  4871. },
  4872. "require": {
  4873. "php": ">=7.2.5",
  4874. "symfony/polyfill-intl-idn": "^1.10",
  4875. "symfony/polyfill-mbstring": "^1.0",
  4876. "symfony/polyfill-php80": "^1.15"
  4877. },
  4878. "conflict": {
  4879. "symfony/mailer": "<4.4"
  4880. },
  4881. "require-dev": {
  4882. "egulias/email-validator": "^2.1.10",
  4883. "symfony/dependency-injection": "^4.4|^5.0"
  4884. },
  4885. "type": "library",
  4886. "extra": {
  4887. "branch-alias": {
  4888. "dev-master": "5.1-dev"
  4889. }
  4890. },
  4891. "autoload": {
  4892. "psr-4": {
  4893. "Symfony\\Component\\Mime\\": ""
  4894. },
  4895. "exclude-from-classmap": [
  4896. "/Tests/"
  4897. ]
  4898. },
  4899. "notification-url": "https://packagist.org/downloads/",
  4900. "license": [
  4901. "MIT"
  4902. ],
  4903. "authors": [
  4904. {
  4905. "name": "Fabien Potencier",
  4906. "email": "fabien@symfony.com"
  4907. },
  4908. {
  4909. "name": "Symfony Community",
  4910. "homepage": "https://symfony.com/contributors"
  4911. }
  4912. ],
  4913. "description": "A library to manipulate MIME messages",
  4914. "homepage": "https://symfony.com",
  4915. "keywords": [
  4916. "mime",
  4917. "mime-type"
  4918. ],
  4919. "time": "2020-07-23T10:04:31+00:00"
  4920. },
  4921. {
  4922. "name": "symfony/polyfill-ctype",
  4923. "version": "v1.18.1",
  4924. "source": {
  4925. "type": "git",
  4926. "url": "https://github.com/symfony/polyfill-ctype.git",
  4927. "reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
  4928. },
  4929. "dist": {
  4930. "type": "zip",
  4931. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
  4932. "reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
  4933. "shasum": "",
  4934. "mirrors": [
  4935. {
  4936. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4937. "preferred": true
  4938. }
  4939. ]
  4940. },
  4941. "require": {
  4942. "php": ">=5.3.3"
  4943. },
  4944. "suggest": {
  4945. "ext-ctype": "For best performance"
  4946. },
  4947. "type": "library",
  4948. "extra": {
  4949. "branch-alias": {
  4950. "dev-master": "1.18-dev"
  4951. },
  4952. "thanks": {
  4953. "name": "symfony/polyfill",
  4954. "url": "https://github.com/symfony/polyfill"
  4955. }
  4956. },
  4957. "autoload": {
  4958. "psr-4": {
  4959. "Symfony\\Polyfill\\Ctype\\": ""
  4960. },
  4961. "files": [
  4962. "bootstrap.php"
  4963. ]
  4964. },
  4965. "notification-url": "https://packagist.org/downloads/",
  4966. "license": [
  4967. "MIT"
  4968. ],
  4969. "authors": [
  4970. {
  4971. "name": "Gert de Pagter",
  4972. "email": "BackEndTea@gmail.com"
  4973. },
  4974. {
  4975. "name": "Symfony Community",
  4976. "homepage": "https://symfony.com/contributors"
  4977. }
  4978. ],
  4979. "description": "Symfony polyfill for ctype functions",
  4980. "homepage": "https://symfony.com",
  4981. "keywords": [
  4982. "compatibility",
  4983. "ctype",
  4984. "polyfill",
  4985. "portable"
  4986. ],
  4987. "time": "2020-07-14T12:35:20+00:00"
  4988. },
  4989. {
  4990. "name": "symfony/polyfill-iconv",
  4991. "version": "v1.18.1",
  4992. "source": {
  4993. "type": "git",
  4994. "url": "https://github.com/symfony/polyfill-iconv.git",
  4995. "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36"
  4996. },
  4997. "dist": {
  4998. "type": "zip",
  4999. "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36",
  5000. "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36",
  5001. "shasum": "",
  5002. "mirrors": [
  5003. {
  5004. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5005. "preferred": true
  5006. }
  5007. ]
  5008. },
  5009. "require": {
  5010. "php": ">=5.3.3"
  5011. },
  5012. "suggest": {
  5013. "ext-iconv": "For best performance"
  5014. },
  5015. "type": "library",
  5016. "extra": {
  5017. "branch-alias": {
  5018. "dev-master": "1.18-dev"
  5019. },
  5020. "thanks": {
  5021. "name": "symfony/polyfill",
  5022. "url": "https://github.com/symfony/polyfill"
  5023. }
  5024. },
  5025. "autoload": {
  5026. "psr-4": {
  5027. "Symfony\\Polyfill\\Iconv\\": ""
  5028. },
  5029. "files": [
  5030. "bootstrap.php"
  5031. ]
  5032. },
  5033. "notification-url": "https://packagist.org/downloads/",
  5034. "license": [
  5035. "MIT"
  5036. ],
  5037. "authors": [
  5038. {
  5039. "name": "Nicolas Grekas",
  5040. "email": "p@tchwork.com"
  5041. },
  5042. {
  5043. "name": "Symfony Community",
  5044. "homepage": "https://symfony.com/contributors"
  5045. }
  5046. ],
  5047. "description": "Symfony polyfill for the Iconv extension",
  5048. "homepage": "https://symfony.com",
  5049. "keywords": [
  5050. "compatibility",
  5051. "iconv",
  5052. "polyfill",
  5053. "portable",
  5054. "shim"
  5055. ],
  5056. "time": "2020-07-14T12:35:20+00:00"
  5057. },
  5058. {
  5059. "name": "symfony/polyfill-intl-grapheme",
  5060. "version": "v1.18.1",
  5061. "source": {
  5062. "type": "git",
  5063. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  5064. "reference": "b740103edbdcc39602239ee8860f0f45a8eb9aa5"
  5065. },
  5066. "dist": {
  5067. "type": "zip",
  5068. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b740103edbdcc39602239ee8860f0f45a8eb9aa5",
  5069. "reference": "b740103edbdcc39602239ee8860f0f45a8eb9aa5",
  5070. "shasum": "",
  5071. "mirrors": [
  5072. {
  5073. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5074. "preferred": true
  5075. }
  5076. ]
  5077. },
  5078. "require": {
  5079. "php": ">=5.3.3"
  5080. },
  5081. "suggest": {
  5082. "ext-intl": "For best performance"
  5083. },
  5084. "type": "library",
  5085. "extra": {
  5086. "branch-alias": {
  5087. "dev-master": "1.18-dev"
  5088. },
  5089. "thanks": {
  5090. "name": "symfony/polyfill",
  5091. "url": "https://github.com/symfony/polyfill"
  5092. }
  5093. },
  5094. "autoload": {
  5095. "psr-4": {
  5096. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  5097. },
  5098. "files": [
  5099. "bootstrap.php"
  5100. ]
  5101. },
  5102. "notification-url": "https://packagist.org/downloads/",
  5103. "license": [
  5104. "MIT"
  5105. ],
  5106. "authors": [
  5107. {
  5108. "name": "Nicolas Grekas",
  5109. "email": "p@tchwork.com"
  5110. },
  5111. {
  5112. "name": "Symfony Community",
  5113. "homepage": "https://symfony.com/contributors"
  5114. }
  5115. ],
  5116. "description": "Symfony polyfill for intl's grapheme_* functions",
  5117. "homepage": "https://symfony.com",
  5118. "keywords": [
  5119. "compatibility",
  5120. "grapheme",
  5121. "intl",
  5122. "polyfill",
  5123. "portable",
  5124. "shim"
  5125. ],
  5126. "time": "2020-07-14T12:35:20+00:00"
  5127. },
  5128. {
  5129. "name": "symfony/polyfill-intl-idn",
  5130. "version": "v1.18.1",
  5131. "source": {
  5132. "type": "git",
  5133. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  5134. "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251"
  5135. },
  5136. "dist": {
  5137. "type": "zip",
  5138. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/5dcab1bc7146cf8c1beaa4502a3d9be344334251",
  5139. "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251",
  5140. "shasum": "",
  5141. "mirrors": [
  5142. {
  5143. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5144. "preferred": true
  5145. }
  5146. ]
  5147. },
  5148. "require": {
  5149. "php": ">=5.3.3",
  5150. "symfony/polyfill-intl-normalizer": "^1.10",
  5151. "symfony/polyfill-php70": "^1.10",
  5152. "symfony/polyfill-php72": "^1.10"
  5153. },
  5154. "suggest": {
  5155. "ext-intl": "For best performance"
  5156. },
  5157. "type": "library",
  5158. "extra": {
  5159. "branch-alias": {
  5160. "dev-master": "1.18-dev"
  5161. },
  5162. "thanks": {
  5163. "name": "symfony/polyfill",
  5164. "url": "https://github.com/symfony/polyfill"
  5165. }
  5166. },
  5167. "autoload": {
  5168. "psr-4": {
  5169. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  5170. },
  5171. "files": [
  5172. "bootstrap.php"
  5173. ]
  5174. },
  5175. "notification-url": "https://packagist.org/downloads/",
  5176. "license": [
  5177. "MIT"
  5178. ],
  5179. "authors": [
  5180. {
  5181. "name": "Laurent Bassin",
  5182. "email": "laurent@bassin.info"
  5183. },
  5184. {
  5185. "name": "Trevor Rowbotham",
  5186. "email": "trevor.rowbotham@pm.me"
  5187. },
  5188. {
  5189. "name": "Symfony Community",
  5190. "homepage": "https://symfony.com/contributors"
  5191. }
  5192. ],
  5193. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  5194. "homepage": "https://symfony.com",
  5195. "keywords": [
  5196. "compatibility",
  5197. "idn",
  5198. "intl",
  5199. "polyfill",
  5200. "portable",
  5201. "shim"
  5202. ],
  5203. "time": "2020-08-04T06:02:08+00:00"
  5204. },
  5205. {
  5206. "name": "symfony/polyfill-intl-normalizer",
  5207. "version": "v1.18.1",
  5208. "source": {
  5209. "type": "git",
  5210. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  5211. "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e"
  5212. },
  5213. "dist": {
  5214. "type": "zip",
  5215. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
  5216. "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
  5217. "shasum": "",
  5218. "mirrors": [
  5219. {
  5220. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5221. "preferred": true
  5222. }
  5223. ]
  5224. },
  5225. "require": {
  5226. "php": ">=5.3.3"
  5227. },
  5228. "suggest": {
  5229. "ext-intl": "For best performance"
  5230. },
  5231. "type": "library",
  5232. "extra": {
  5233. "branch-alias": {
  5234. "dev-master": "1.18-dev"
  5235. },
  5236. "thanks": {
  5237. "name": "symfony/polyfill",
  5238. "url": "https://github.com/symfony/polyfill"
  5239. }
  5240. },
  5241. "autoload": {
  5242. "psr-4": {
  5243. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  5244. },
  5245. "files": [
  5246. "bootstrap.php"
  5247. ],
  5248. "classmap": [
  5249. "Resources/stubs"
  5250. ]
  5251. },
  5252. "notification-url": "https://packagist.org/downloads/",
  5253. "license": [
  5254. "MIT"
  5255. ],
  5256. "authors": [
  5257. {
  5258. "name": "Nicolas Grekas",
  5259. "email": "p@tchwork.com"
  5260. },
  5261. {
  5262. "name": "Symfony Community",
  5263. "homepage": "https://symfony.com/contributors"
  5264. }
  5265. ],
  5266. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  5267. "homepage": "https://symfony.com",
  5268. "keywords": [
  5269. "compatibility",
  5270. "intl",
  5271. "normalizer",
  5272. "polyfill",
  5273. "portable",
  5274. "shim"
  5275. ],
  5276. "time": "2020-07-14T12:35:20+00:00"
  5277. },
  5278. {
  5279. "name": "symfony/polyfill-mbstring",
  5280. "version": "v1.18.1",
  5281. "source": {
  5282. "type": "git",
  5283. "url": "https://github.com/symfony/polyfill-mbstring.git",
  5284. "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
  5285. },
  5286. "dist": {
  5287. "type": "zip",
  5288. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
  5289. "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
  5290. "shasum": "",
  5291. "mirrors": [
  5292. {
  5293. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5294. "preferred": true
  5295. }
  5296. ]
  5297. },
  5298. "require": {
  5299. "php": ">=5.3.3"
  5300. },
  5301. "suggest": {
  5302. "ext-mbstring": "For best performance"
  5303. },
  5304. "type": "library",
  5305. "extra": {
  5306. "branch-alias": {
  5307. "dev-master": "1.18-dev"
  5308. },
  5309. "thanks": {
  5310. "name": "symfony/polyfill",
  5311. "url": "https://github.com/symfony/polyfill"
  5312. }
  5313. },
  5314. "autoload": {
  5315. "psr-4": {
  5316. "Symfony\\Polyfill\\Mbstring\\": ""
  5317. },
  5318. "files": [
  5319. "bootstrap.php"
  5320. ]
  5321. },
  5322. "notification-url": "https://packagist.org/downloads/",
  5323. "license": [
  5324. "MIT"
  5325. ],
  5326. "authors": [
  5327. {
  5328. "name": "Nicolas Grekas",
  5329. "email": "p@tchwork.com"
  5330. },
  5331. {
  5332. "name": "Symfony Community",
  5333. "homepage": "https://symfony.com/contributors"
  5334. }
  5335. ],
  5336. "description": "Symfony polyfill for the Mbstring extension",
  5337. "homepage": "https://symfony.com",
  5338. "keywords": [
  5339. "compatibility",
  5340. "mbstring",
  5341. "polyfill",
  5342. "portable",
  5343. "shim"
  5344. ],
  5345. "time": "2020-07-14T12:35:20+00:00"
  5346. },
  5347. {
  5348. "name": "symfony/polyfill-php70",
  5349. "version": "v1.18.1",
  5350. "source": {
  5351. "type": "git",
  5352. "url": "https://github.com/symfony/polyfill-php70.git",
  5353. "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3"
  5354. },
  5355. "dist": {
  5356. "type": "zip",
  5357. "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
  5358. "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
  5359. "shasum": "",
  5360. "mirrors": [
  5361. {
  5362. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5363. "preferred": true
  5364. }
  5365. ]
  5366. },
  5367. "require": {
  5368. "paragonie/random_compat": "~1.0|~2.0|~9.99",
  5369. "php": ">=5.3.3"
  5370. },
  5371. "type": "library",
  5372. "extra": {
  5373. "branch-alias": {
  5374. "dev-master": "1.18-dev"
  5375. },
  5376. "thanks": {
  5377. "name": "symfony/polyfill",
  5378. "url": "https://github.com/symfony/polyfill"
  5379. }
  5380. },
  5381. "autoload": {
  5382. "psr-4": {
  5383. "Symfony\\Polyfill\\Php70\\": ""
  5384. },
  5385. "files": [
  5386. "bootstrap.php"
  5387. ],
  5388. "classmap": [
  5389. "Resources/stubs"
  5390. ]
  5391. },
  5392. "notification-url": "https://packagist.org/downloads/",
  5393. "license": [
  5394. "MIT"
  5395. ],
  5396. "authors": [
  5397. {
  5398. "name": "Nicolas Grekas",
  5399. "email": "p@tchwork.com"
  5400. },
  5401. {
  5402. "name": "Symfony Community",
  5403. "homepage": "https://symfony.com/contributors"
  5404. }
  5405. ],
  5406. "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
  5407. "homepage": "https://symfony.com",
  5408. "keywords": [
  5409. "compatibility",
  5410. "polyfill",
  5411. "portable",
  5412. "shim"
  5413. ],
  5414. "time": "2020-07-14T12:35:20+00:00"
  5415. },
  5416. {
  5417. "name": "symfony/polyfill-php72",
  5418. "version": "v1.18.1",
  5419. "source": {
  5420. "type": "git",
  5421. "url": "https://github.com/symfony/polyfill-php72.git",
  5422. "reference": "639447d008615574653fb3bc60d1986d7172eaae"
  5423. },
  5424. "dist": {
  5425. "type": "zip",
  5426. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae",
  5427. "reference": "639447d008615574653fb3bc60d1986d7172eaae",
  5428. "shasum": "",
  5429. "mirrors": [
  5430. {
  5431. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5432. "preferred": true
  5433. }
  5434. ]
  5435. },
  5436. "require": {
  5437. "php": ">=5.3.3"
  5438. },
  5439. "type": "library",
  5440. "extra": {
  5441. "branch-alias": {
  5442. "dev-master": "1.18-dev"
  5443. },
  5444. "thanks": {
  5445. "name": "symfony/polyfill",
  5446. "url": "https://github.com/symfony/polyfill"
  5447. }
  5448. },
  5449. "autoload": {
  5450. "psr-4": {
  5451. "Symfony\\Polyfill\\Php72\\": ""
  5452. },
  5453. "files": [
  5454. "bootstrap.php"
  5455. ]
  5456. },
  5457. "notification-url": "https://packagist.org/downloads/",
  5458. "license": [
  5459. "MIT"
  5460. ],
  5461. "authors": [
  5462. {
  5463. "name": "Nicolas Grekas",
  5464. "email": "p@tchwork.com"
  5465. },
  5466. {
  5467. "name": "Symfony Community",
  5468. "homepage": "https://symfony.com/contributors"
  5469. }
  5470. ],
  5471. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  5472. "homepage": "https://symfony.com",
  5473. "keywords": [
  5474. "compatibility",
  5475. "polyfill",
  5476. "portable",
  5477. "shim"
  5478. ],
  5479. "time": "2020-07-14T12:35:20+00:00"
  5480. },
  5481. {
  5482. "name": "symfony/polyfill-php73",
  5483. "version": "v1.18.1",
  5484. "source": {
  5485. "type": "git",
  5486. "url": "https://github.com/symfony/polyfill-php73.git",
  5487. "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca"
  5488. },
  5489. "dist": {
  5490. "type": "zip",
  5491. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
  5492. "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
  5493. "shasum": "",
  5494. "mirrors": [
  5495. {
  5496. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5497. "preferred": true
  5498. }
  5499. ]
  5500. },
  5501. "require": {
  5502. "php": ">=5.3.3"
  5503. },
  5504. "type": "library",
  5505. "extra": {
  5506. "branch-alias": {
  5507. "dev-master": "1.18-dev"
  5508. },
  5509. "thanks": {
  5510. "name": "symfony/polyfill",
  5511. "url": "https://github.com/symfony/polyfill"
  5512. }
  5513. },
  5514. "autoload": {
  5515. "psr-4": {
  5516. "Symfony\\Polyfill\\Php73\\": ""
  5517. },
  5518. "files": [
  5519. "bootstrap.php"
  5520. ],
  5521. "classmap": [
  5522. "Resources/stubs"
  5523. ]
  5524. },
  5525. "notification-url": "https://packagist.org/downloads/",
  5526. "license": [
  5527. "MIT"
  5528. ],
  5529. "authors": [
  5530. {
  5531. "name": "Nicolas Grekas",
  5532. "email": "p@tchwork.com"
  5533. },
  5534. {
  5535. "name": "Symfony Community",
  5536. "homepage": "https://symfony.com/contributors"
  5537. }
  5538. ],
  5539. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  5540. "homepage": "https://symfony.com",
  5541. "keywords": [
  5542. "compatibility",
  5543. "polyfill",
  5544. "portable",
  5545. "shim"
  5546. ],
  5547. "time": "2020-07-14T12:35:20+00:00"
  5548. },
  5549. {
  5550. "name": "symfony/polyfill-php80",
  5551. "version": "v1.18.1",
  5552. "source": {
  5553. "type": "git",
  5554. "url": "https://github.com/symfony/polyfill-php80.git",
  5555. "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981"
  5556. },
  5557. "dist": {
  5558. "type": "zip",
  5559. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/d87d5766cbf48d72388a9f6b85f280c8ad51f981",
  5560. "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981",
  5561. "shasum": "",
  5562. "mirrors": [
  5563. {
  5564. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5565. "preferred": true
  5566. }
  5567. ]
  5568. },
  5569. "require": {
  5570. "php": ">=7.0.8"
  5571. },
  5572. "type": "library",
  5573. "extra": {
  5574. "branch-alias": {
  5575. "dev-master": "1.18-dev"
  5576. },
  5577. "thanks": {
  5578. "name": "symfony/polyfill",
  5579. "url": "https://github.com/symfony/polyfill"
  5580. }
  5581. },
  5582. "autoload": {
  5583. "psr-4": {
  5584. "Symfony\\Polyfill\\Php80\\": ""
  5585. },
  5586. "files": [
  5587. "bootstrap.php"
  5588. ],
  5589. "classmap": [
  5590. "Resources/stubs"
  5591. ]
  5592. },
  5593. "notification-url": "https://packagist.org/downloads/",
  5594. "license": [
  5595. "MIT"
  5596. ],
  5597. "authors": [
  5598. {
  5599. "name": "Ion Bazan",
  5600. "email": "ion.bazan@gmail.com"
  5601. },
  5602. {
  5603. "name": "Nicolas Grekas",
  5604. "email": "p@tchwork.com"
  5605. },
  5606. {
  5607. "name": "Symfony Community",
  5608. "homepage": "https://symfony.com/contributors"
  5609. }
  5610. ],
  5611. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  5612. "homepage": "https://symfony.com",
  5613. "keywords": [
  5614. "compatibility",
  5615. "polyfill",
  5616. "portable",
  5617. "shim"
  5618. ],
  5619. "time": "2020-07-14T12:35:20+00:00"
  5620. },
  5621. {
  5622. "name": "symfony/process",
  5623. "version": "v5.1.3",
  5624. "source": {
  5625. "type": "git",
  5626. "url": "https://github.com/symfony/process.git",
  5627. "reference": "1864216226af21eb76d9477f691e7cbf198e0402"
  5628. },
  5629. "dist": {
  5630. "type": "zip",
  5631. "url": "https://api.github.com/repos/symfony/process/zipball/1864216226af21eb76d9477f691e7cbf198e0402",
  5632. "reference": "1864216226af21eb76d9477f691e7cbf198e0402",
  5633. "shasum": "",
  5634. "mirrors": [
  5635. {
  5636. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5637. "preferred": true
  5638. }
  5639. ]
  5640. },
  5641. "require": {
  5642. "php": ">=7.2.5",
  5643. "symfony/polyfill-php80": "^1.15"
  5644. },
  5645. "type": "library",
  5646. "extra": {
  5647. "branch-alias": {
  5648. "dev-master": "5.1-dev"
  5649. }
  5650. },
  5651. "autoload": {
  5652. "psr-4": {
  5653. "Symfony\\Component\\Process\\": ""
  5654. },
  5655. "exclude-from-classmap": [
  5656. "/Tests/"
  5657. ]
  5658. },
  5659. "notification-url": "https://packagist.org/downloads/",
  5660. "license": [
  5661. "MIT"
  5662. ],
  5663. "authors": [
  5664. {
  5665. "name": "Fabien Potencier",
  5666. "email": "fabien@symfony.com"
  5667. },
  5668. {
  5669. "name": "Symfony Community",
  5670. "homepage": "https://symfony.com/contributors"
  5671. }
  5672. ],
  5673. "description": "Symfony Process Component",
  5674. "homepage": "https://symfony.com",
  5675. "time": "2020-07-23T08:36:24+00:00"
  5676. },
  5677. {
  5678. "name": "symfony/psr-http-message-bridge",
  5679. "version": "v2.0.1",
  5680. "source": {
  5681. "type": "git",
  5682. "url": "https://github.com/symfony/psr-http-message-bridge.git",
  5683. "reference": "e44f249afab496b4e8c0f7461fb8140eaa4b24d2"
  5684. },
  5685. "dist": {
  5686. "type": "zip",
  5687. "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/e44f249afab496b4e8c0f7461fb8140eaa4b24d2",
  5688. "reference": "e44f249afab496b4e8c0f7461fb8140eaa4b24d2",
  5689. "shasum": "",
  5690. "mirrors": [
  5691. {
  5692. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5693. "preferred": true
  5694. }
  5695. ]
  5696. },
  5697. "require": {
  5698. "php": ">=7.1",
  5699. "psr/http-message": "^1.0",
  5700. "symfony/http-foundation": "^4.4 || ^5.0"
  5701. },
  5702. "require-dev": {
  5703. "nyholm/psr7": "^1.1",
  5704. "symfony/phpunit-bridge": "^4.4 || ^5.0"
  5705. },
  5706. "suggest": {
  5707. "nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
  5708. },
  5709. "type": "symfony-bridge",
  5710. "extra": {
  5711. "branch-alias": {
  5712. "dev-master": "2.0-dev"
  5713. }
  5714. },
  5715. "autoload": {
  5716. "psr-4": {
  5717. "Symfony\\Bridge\\PsrHttpMessage\\": ""
  5718. },
  5719. "exclude-from-classmap": [
  5720. "/Tests/"
  5721. ]
  5722. },
  5723. "notification-url": "https://packagist.org/downloads/",
  5724. "license": [
  5725. "MIT"
  5726. ],
  5727. "authors": [
  5728. {
  5729. "name": "Fabien Potencier",
  5730. "email": "fabien@symfony.com"
  5731. },
  5732. {
  5733. "name": "Symfony Community",
  5734. "homepage": "http://symfony.com/contributors"
  5735. }
  5736. ],
  5737. "description": "PSR HTTP message bridge",
  5738. "homepage": "http://symfony.com",
  5739. "keywords": [
  5740. "http",
  5741. "http-message",
  5742. "psr-17",
  5743. "psr-7"
  5744. ],
  5745. "time": "2020-06-25T08:21:47+00:00"
  5746. },
  5747. {
  5748. "name": "symfony/routing",
  5749. "version": "v5.1.3",
  5750. "source": {
  5751. "type": "git",
  5752. "url": "https://github.com/symfony/routing.git",
  5753. "reference": "08c9a82f09d12ee048f85e76e0d783f82844eb5d"
  5754. },
  5755. "dist": {
  5756. "type": "zip",
  5757. "url": "https://api.github.com/repos/symfony/routing/zipball/08c9a82f09d12ee048f85e76e0d783f82844eb5d",
  5758. "reference": "08c9a82f09d12ee048f85e76e0d783f82844eb5d",
  5759. "shasum": "",
  5760. "mirrors": [
  5761. {
  5762. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5763. "preferred": true
  5764. }
  5765. ]
  5766. },
  5767. "require": {
  5768. "php": ">=7.2.5",
  5769. "symfony/deprecation-contracts": "^2.1",
  5770. "symfony/polyfill-php80": "^1.15"
  5771. },
  5772. "conflict": {
  5773. "symfony/config": "<5.0",
  5774. "symfony/dependency-injection": "<4.4",
  5775. "symfony/yaml": "<4.4"
  5776. },
  5777. "require-dev": {
  5778. "doctrine/annotations": "~1.2",
  5779. "psr/log": "~1.0",
  5780. "symfony/config": "^5.0",
  5781. "symfony/dependency-injection": "^4.4|^5.0",
  5782. "symfony/expression-language": "^4.4|^5.0",
  5783. "symfony/http-foundation": "^4.4|^5.0",
  5784. "symfony/yaml": "^4.4|^5.0"
  5785. },
  5786. "suggest": {
  5787. "doctrine/annotations": "For using the annotation loader",
  5788. "symfony/config": "For using the all-in-one router or any loader",
  5789. "symfony/expression-language": "For using expression matching",
  5790. "symfony/http-foundation": "For using a Symfony Request object",
  5791. "symfony/yaml": "For using the YAML loader"
  5792. },
  5793. "type": "library",
  5794. "extra": {
  5795. "branch-alias": {
  5796. "dev-master": "5.1-dev"
  5797. }
  5798. },
  5799. "autoload": {
  5800. "psr-4": {
  5801. "Symfony\\Component\\Routing\\": ""
  5802. },
  5803. "exclude-from-classmap": [
  5804. "/Tests/"
  5805. ]
  5806. },
  5807. "notification-url": "https://packagist.org/downloads/",
  5808. "license": [
  5809. "MIT"
  5810. ],
  5811. "authors": [
  5812. {
  5813. "name": "Fabien Potencier",
  5814. "email": "fabien@symfony.com"
  5815. },
  5816. {
  5817. "name": "Symfony Community",
  5818. "homepage": "https://symfony.com/contributors"
  5819. }
  5820. ],
  5821. "description": "Symfony Routing Component",
  5822. "homepage": "https://symfony.com",
  5823. "keywords": [
  5824. "router",
  5825. "routing",
  5826. "uri",
  5827. "url"
  5828. ],
  5829. "time": "2020-06-18T18:24:02+00:00"
  5830. },
  5831. {
  5832. "name": "symfony/serializer",
  5833. "version": "v5.1.5",
  5834. "source": {
  5835. "type": "git",
  5836. "url": "https://github.com/symfony/serializer.git",
  5837. "reference": "bcda9e50d058db10ef149c987edff06c142d07d1"
  5838. },
  5839. "dist": {
  5840. "type": "zip",
  5841. "url": "https://api.github.com/repos/symfony/serializer/zipball/bcda9e50d058db10ef149c987edff06c142d07d1",
  5842. "reference": "bcda9e50d058db10ef149c987edff06c142d07d1",
  5843. "shasum": "",
  5844. "mirrors": [
  5845. {
  5846. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5847. "preferred": true
  5848. }
  5849. ]
  5850. },
  5851. "require": {
  5852. "php": ">=7.2.5",
  5853. "symfony/polyfill-ctype": "~1.8",
  5854. "symfony/polyfill-php80": "^1.15"
  5855. },
  5856. "conflict": {
  5857. "phpdocumentor/type-resolver": "<0.2.1",
  5858. "symfony/dependency-injection": "<4.4",
  5859. "symfony/property-access": "<4.4",
  5860. "symfony/property-info": "<4.4",
  5861. "symfony/yaml": "<4.4"
  5862. },
  5863. "require-dev": {
  5864. "doctrine/annotations": "~1.0",
  5865. "doctrine/cache": "~1.0",
  5866. "phpdocumentor/reflection-docblock": "^3.2|^4.0",
  5867. "symfony/cache": "^4.4|^5.0",
  5868. "symfony/config": "^4.4|^5.0",
  5869. "symfony/dependency-injection": "^4.4|^5.0",
  5870. "symfony/error-handler": "^4.4|^5.0",
  5871. "symfony/http-foundation": "^4.4|^5.0",
  5872. "symfony/mime": "^4.4|^5.0",
  5873. "symfony/property-access": "^4.4|^5.0",
  5874. "symfony/property-info": "^4.4|^5.0",
  5875. "symfony/validator": "^4.4|^5.0",
  5876. "symfony/yaml": "^4.4|^5.0"
  5877. },
  5878. "suggest": {
  5879. "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
  5880. "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
  5881. "psr/cache-implementation": "For using the metadata cache.",
  5882. "symfony/config": "For using the XML mapping loader.",
  5883. "symfony/mime": "For using a MIME type guesser within the DataUriNormalizer.",
  5884. "symfony/property-access": "For using the ObjectNormalizer.",
  5885. "symfony/property-info": "To deserialize relations.",
  5886. "symfony/yaml": "For using the default YAML mapping loader."
  5887. },
  5888. "type": "library",
  5889. "extra": {
  5890. "branch-alias": {
  5891. "dev-master": "5.1-dev"
  5892. }
  5893. },
  5894. "autoload": {
  5895. "psr-4": {
  5896. "Symfony\\Component\\Serializer\\": ""
  5897. },
  5898. "exclude-from-classmap": [
  5899. "/Tests/"
  5900. ]
  5901. },
  5902. "notification-url": "https://packagist.org/downloads/",
  5903. "license": [
  5904. "MIT"
  5905. ],
  5906. "authors": [
  5907. {
  5908. "name": "Fabien Potencier",
  5909. "email": "fabien@symfony.com"
  5910. },
  5911. {
  5912. "name": "Symfony Community",
  5913. "homepage": "https://symfony.com/contributors"
  5914. }
  5915. ],
  5916. "description": "Symfony Serializer Component",
  5917. "homepage": "https://symfony.com",
  5918. "time": "2020-09-01T05:52:18+00:00"
  5919. },
  5920. {
  5921. "name": "symfony/service-contracts",
  5922. "version": "v2.1.3",
  5923. "source": {
  5924. "type": "git",
  5925. "url": "https://github.com/symfony/service-contracts.git",
  5926. "reference": "58c7475e5457c5492c26cc740cc0ad7464be9442"
  5927. },
  5928. "dist": {
  5929. "type": "zip",
  5930. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/58c7475e5457c5492c26cc740cc0ad7464be9442",
  5931. "reference": "58c7475e5457c5492c26cc740cc0ad7464be9442",
  5932. "shasum": "",
  5933. "mirrors": [
  5934. {
  5935. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5936. "preferred": true
  5937. }
  5938. ]
  5939. },
  5940. "require": {
  5941. "php": ">=7.2.5",
  5942. "psr/container": "^1.0"
  5943. },
  5944. "suggest": {
  5945. "symfony/service-implementation": ""
  5946. },
  5947. "type": "library",
  5948. "extra": {
  5949. "branch-alias": {
  5950. "dev-master": "2.1-dev"
  5951. },
  5952. "thanks": {
  5953. "name": "symfony/contracts",
  5954. "url": "https://github.com/symfony/contracts"
  5955. }
  5956. },
  5957. "autoload": {
  5958. "psr-4": {
  5959. "Symfony\\Contracts\\Service\\": ""
  5960. }
  5961. },
  5962. "notification-url": "https://packagist.org/downloads/",
  5963. "license": [
  5964. "MIT"
  5965. ],
  5966. "authors": [
  5967. {
  5968. "name": "Nicolas Grekas",
  5969. "email": "p@tchwork.com"
  5970. },
  5971. {
  5972. "name": "Symfony Community",
  5973. "homepage": "https://symfony.com/contributors"
  5974. }
  5975. ],
  5976. "description": "Generic abstractions related to writing services",
  5977. "homepage": "https://symfony.com",
  5978. "keywords": [
  5979. "abstractions",
  5980. "contracts",
  5981. "decoupling",
  5982. "interfaces",
  5983. "interoperability",
  5984. "standards"
  5985. ],
  5986. "time": "2020-07-06T13:23:11+00:00"
  5987. },
  5988. {
  5989. "name": "symfony/string",
  5990. "version": "v5.1.3",
  5991. "source": {
  5992. "type": "git",
  5993. "url": "https://github.com/symfony/string.git",
  5994. "reference": "f629ba9b611c76224feb21fe2bcbf0b6f992300b"
  5995. },
  5996. "dist": {
  5997. "type": "zip",
  5998. "url": "https://api.github.com/repos/symfony/string/zipball/f629ba9b611c76224feb21fe2bcbf0b6f992300b",
  5999. "reference": "f629ba9b611c76224feb21fe2bcbf0b6f992300b",
  6000. "shasum": "",
  6001. "mirrors": [
  6002. {
  6003. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6004. "preferred": true
  6005. }
  6006. ]
  6007. },
  6008. "require": {
  6009. "php": ">=7.2.5",
  6010. "symfony/polyfill-ctype": "~1.8",
  6011. "symfony/polyfill-intl-grapheme": "~1.0",
  6012. "symfony/polyfill-intl-normalizer": "~1.0",
  6013. "symfony/polyfill-mbstring": "~1.0",
  6014. "symfony/polyfill-php80": "~1.15"
  6015. },
  6016. "require-dev": {
  6017. "symfony/error-handler": "^4.4|^5.0",
  6018. "symfony/http-client": "^4.4|^5.0",
  6019. "symfony/translation-contracts": "^1.1|^2",
  6020. "symfony/var-exporter": "^4.4|^5.0"
  6021. },
  6022. "type": "library",
  6023. "extra": {
  6024. "branch-alias": {
  6025. "dev-master": "5.1-dev"
  6026. }
  6027. },
  6028. "autoload": {
  6029. "psr-4": {
  6030. "Symfony\\Component\\String\\": ""
  6031. },
  6032. "files": [
  6033. "Resources/functions.php"
  6034. ],
  6035. "exclude-from-classmap": [
  6036. "/Tests/"
  6037. ]
  6038. },
  6039. "notification-url": "https://packagist.org/downloads/",
  6040. "license": [
  6041. "MIT"
  6042. ],
  6043. "authors": [
  6044. {
  6045. "name": "Nicolas Grekas",
  6046. "email": "p@tchwork.com"
  6047. },
  6048. {
  6049. "name": "Symfony Community",
  6050. "homepage": "https://symfony.com/contributors"
  6051. }
  6052. ],
  6053. "description": "Symfony String component",
  6054. "homepage": "https://symfony.com",
  6055. "keywords": [
  6056. "grapheme",
  6057. "i18n",
  6058. "string",
  6059. "unicode",
  6060. "utf-8",
  6061. "utf8"
  6062. ],
  6063. "time": "2020-07-08T08:27:49+00:00"
  6064. },
  6065. {
  6066. "name": "symfony/translation",
  6067. "version": "v5.1.3",
  6068. "source": {
  6069. "type": "git",
  6070. "url": "https://github.com/symfony/translation.git",
  6071. "reference": "4b9bf719f0fa5b05253c37fc7b335337ec7ec427"
  6072. },
  6073. "dist": {
  6074. "type": "zip",
  6075. "url": "https://api.github.com/repos/symfony/translation/zipball/4b9bf719f0fa5b05253c37fc7b335337ec7ec427",
  6076. "reference": "4b9bf719f0fa5b05253c37fc7b335337ec7ec427",
  6077. "shasum": "",
  6078. "mirrors": [
  6079. {
  6080. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6081. "preferred": true
  6082. }
  6083. ]
  6084. },
  6085. "require": {
  6086. "php": ">=7.2.5",
  6087. "symfony/polyfill-mbstring": "~1.0",
  6088. "symfony/polyfill-php80": "^1.15",
  6089. "symfony/translation-contracts": "^2"
  6090. },
  6091. "conflict": {
  6092. "symfony/config": "<4.4",
  6093. "symfony/dependency-injection": "<5.0",
  6094. "symfony/http-kernel": "<5.0",
  6095. "symfony/twig-bundle": "<5.0",
  6096. "symfony/yaml": "<4.4"
  6097. },
  6098. "provide": {
  6099. "symfony/translation-implementation": "2.0"
  6100. },
  6101. "require-dev": {
  6102. "psr/log": "~1.0",
  6103. "symfony/config": "^4.4|^5.0",
  6104. "symfony/console": "^4.4|^5.0",
  6105. "symfony/dependency-injection": "^5.0",
  6106. "symfony/finder": "^4.4|^5.0",
  6107. "symfony/http-kernel": "^5.0",
  6108. "symfony/intl": "^4.4|^5.0",
  6109. "symfony/service-contracts": "^1.1.2|^2",
  6110. "symfony/yaml": "^4.4|^5.0"
  6111. },
  6112. "suggest": {
  6113. "psr/log-implementation": "To use logging capability in translator",
  6114. "symfony/config": "",
  6115. "symfony/yaml": ""
  6116. },
  6117. "type": "library",
  6118. "extra": {
  6119. "branch-alias": {
  6120. "dev-master": "5.1-dev"
  6121. }
  6122. },
  6123. "autoload": {
  6124. "psr-4": {
  6125. "Symfony\\Component\\Translation\\": ""
  6126. },
  6127. "exclude-from-classmap": [
  6128. "/Tests/"
  6129. ]
  6130. },
  6131. "notification-url": "https://packagist.org/downloads/",
  6132. "license": [
  6133. "MIT"
  6134. ],
  6135. "authors": [
  6136. {
  6137. "name": "Fabien Potencier",
  6138. "email": "fabien@symfony.com"
  6139. },
  6140. {
  6141. "name": "Symfony Community",
  6142. "homepage": "https://symfony.com/contributors"
  6143. }
  6144. ],
  6145. "description": "Symfony Translation Component",
  6146. "homepage": "https://symfony.com",
  6147. "time": "2020-06-30T17:42:22+00:00"
  6148. },
  6149. {
  6150. "name": "symfony/translation-contracts",
  6151. "version": "v2.1.3",
  6152. "source": {
  6153. "type": "git",
  6154. "url": "https://github.com/symfony/translation-contracts.git",
  6155. "reference": "616a9773c853097607cf9dd6577d5b143ffdcd63"
  6156. },
  6157. "dist": {
  6158. "type": "zip",
  6159. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/616a9773c853097607cf9dd6577d5b143ffdcd63",
  6160. "reference": "616a9773c853097607cf9dd6577d5b143ffdcd63",
  6161. "shasum": "",
  6162. "mirrors": [
  6163. {
  6164. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6165. "preferred": true
  6166. }
  6167. ]
  6168. },
  6169. "require": {
  6170. "php": ">=7.2.5"
  6171. },
  6172. "suggest": {
  6173. "symfony/translation-implementation": ""
  6174. },
  6175. "type": "library",
  6176. "extra": {
  6177. "branch-alias": {
  6178. "dev-master": "2.1-dev"
  6179. },
  6180. "thanks": {
  6181. "name": "symfony/contracts",
  6182. "url": "https://github.com/symfony/contracts"
  6183. }
  6184. },
  6185. "autoload": {
  6186. "psr-4": {
  6187. "Symfony\\Contracts\\Translation\\": ""
  6188. }
  6189. },
  6190. "notification-url": "https://packagist.org/downloads/",
  6191. "license": [
  6192. "MIT"
  6193. ],
  6194. "authors": [
  6195. {
  6196. "name": "Nicolas Grekas",
  6197. "email": "p@tchwork.com"
  6198. },
  6199. {
  6200. "name": "Symfony Community",
  6201. "homepage": "https://symfony.com/contributors"
  6202. }
  6203. ],
  6204. "description": "Generic abstractions related to translation",
  6205. "homepage": "https://symfony.com",
  6206. "keywords": [
  6207. "abstractions",
  6208. "contracts",
  6209. "decoupling",
  6210. "interfaces",
  6211. "interoperability",
  6212. "standards"
  6213. ],
  6214. "time": "2020-07-06T13:23:11+00:00"
  6215. },
  6216. {
  6217. "name": "symfony/var-dumper",
  6218. "version": "v5.1.3",
  6219. "source": {
  6220. "type": "git",
  6221. "url": "https://github.com/symfony/var-dumper.git",
  6222. "reference": "2ebe1c7bb52052624d6dc1250f4abe525655d75a"
  6223. },
  6224. "dist": {
  6225. "type": "zip",
  6226. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/2ebe1c7bb52052624d6dc1250f4abe525655d75a",
  6227. "reference": "2ebe1c7bb52052624d6dc1250f4abe525655d75a",
  6228. "shasum": "",
  6229. "mirrors": [
  6230. {
  6231. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6232. "preferred": true
  6233. }
  6234. ]
  6235. },
  6236. "require": {
  6237. "php": ">=7.2.5",
  6238. "symfony/polyfill-mbstring": "~1.0",
  6239. "symfony/polyfill-php80": "^1.15"
  6240. },
  6241. "conflict": {
  6242. "phpunit/phpunit": "<5.4.3",
  6243. "symfony/console": "<4.4"
  6244. },
  6245. "require-dev": {
  6246. "ext-iconv": "*",
  6247. "symfony/console": "^4.4|^5.0",
  6248. "symfony/process": "^4.4|^5.0",
  6249. "twig/twig": "^2.4|^3.0"
  6250. },
  6251. "suggest": {
  6252. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  6253. "ext-intl": "To show region name in time zone dump",
  6254. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  6255. },
  6256. "bin": [
  6257. "Resources/bin/var-dump-server"
  6258. ],
  6259. "type": "library",
  6260. "extra": {
  6261. "branch-alias": {
  6262. "dev-master": "5.1-dev"
  6263. }
  6264. },
  6265. "autoload": {
  6266. "files": [
  6267. "Resources/functions/dump.php"
  6268. ],
  6269. "psr-4": {
  6270. "Symfony\\Component\\VarDumper\\": ""
  6271. },
  6272. "exclude-from-classmap": [
  6273. "/Tests/"
  6274. ]
  6275. },
  6276. "notification-url": "https://packagist.org/downloads/",
  6277. "license": [
  6278. "MIT"
  6279. ],
  6280. "authors": [
  6281. {
  6282. "name": "Nicolas Grekas",
  6283. "email": "p@tchwork.com"
  6284. },
  6285. {
  6286. "name": "Symfony Community",
  6287. "homepage": "https://symfony.com/contributors"
  6288. }
  6289. ],
  6290. "description": "Symfony mechanism for exploring and dumping PHP variables",
  6291. "homepage": "https://symfony.com",
  6292. "keywords": [
  6293. "debug",
  6294. "dump"
  6295. ],
  6296. "time": "2020-06-24T13:36:18+00:00"
  6297. },
  6298. {
  6299. "name": "symfony/var-exporter",
  6300. "version": "v5.1.3",
  6301. "source": {
  6302. "type": "git",
  6303. "url": "https://github.com/symfony/var-exporter.git",
  6304. "reference": "eabaabfe1485ca955c5b53307eade15ccda57a15"
  6305. },
  6306. "dist": {
  6307. "type": "zip",
  6308. "url": "https://api.github.com/repos/symfony/var-exporter/zipball/eabaabfe1485ca955c5b53307eade15ccda57a15",
  6309. "reference": "eabaabfe1485ca955c5b53307eade15ccda57a15",
  6310. "shasum": "",
  6311. "mirrors": [
  6312. {
  6313. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6314. "preferred": true
  6315. }
  6316. ]
  6317. },
  6318. "require": {
  6319. "php": ">=7.2.5",
  6320. "symfony/polyfill-php80": "^1.15"
  6321. },
  6322. "require-dev": {
  6323. "symfony/var-dumper": "^4.4.9|^5.0.9"
  6324. },
  6325. "type": "library",
  6326. "extra": {
  6327. "branch-alias": {
  6328. "dev-master": "5.1-dev"
  6329. }
  6330. },
  6331. "autoload": {
  6332. "psr-4": {
  6333. "Symfony\\Component\\VarExporter\\": ""
  6334. },
  6335. "exclude-from-classmap": [
  6336. "/Tests/"
  6337. ]
  6338. },
  6339. "notification-url": "https://packagist.org/downloads/",
  6340. "license": [
  6341. "MIT"
  6342. ],
  6343. "authors": [
  6344. {
  6345. "name": "Nicolas Grekas",
  6346. "email": "p@tchwork.com"
  6347. },
  6348. {
  6349. "name": "Symfony Community",
  6350. "homepage": "https://symfony.com/contributors"
  6351. }
  6352. ],
  6353. "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
  6354. "homepage": "https://symfony.com",
  6355. "keywords": [
  6356. "clone",
  6357. "construct",
  6358. "export",
  6359. "hydrate",
  6360. "instantiate",
  6361. "serialize"
  6362. ],
  6363. "time": "2020-06-07T15:42:22+00:00"
  6364. },
  6365. {
  6366. "name": "tijsverkoyen/css-to-inline-styles",
  6367. "version": "2.2.3",
  6368. "source": {
  6369. "type": "git",
  6370. "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
  6371. "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5"
  6372. },
  6373. "dist": {
  6374. "type": "zip",
  6375. "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/b43b05cf43c1b6d849478965062b6ef73e223bb5",
  6376. "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5",
  6377. "shasum": "",
  6378. "mirrors": [
  6379. {
  6380. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6381. "preferred": true
  6382. }
  6383. ]
  6384. },
  6385. "require": {
  6386. "ext-dom": "*",
  6387. "ext-libxml": "*",
  6388. "php": "^5.5 || ^7.0 || ^8.0",
  6389. "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
  6390. },
  6391. "require-dev": {
  6392. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5"
  6393. },
  6394. "type": "library",
  6395. "extra": {
  6396. "branch-alias": {
  6397. "dev-master": "2.2.x-dev"
  6398. }
  6399. },
  6400. "autoload": {
  6401. "psr-4": {
  6402. "TijsVerkoyen\\CssToInlineStyles\\": "src"
  6403. }
  6404. },
  6405. "notification-url": "https://packagist.org/downloads/",
  6406. "license": [
  6407. "BSD-3-Clause"
  6408. ],
  6409. "authors": [
  6410. {
  6411. "name": "Tijs Verkoyen",
  6412. "email": "css_to_inline_styles@verkoyen.eu",
  6413. "role": "Developer"
  6414. }
  6415. ],
  6416. "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
  6417. "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
  6418. "time": "2020-07-13T06:12:54+00:00"
  6419. },
  6420. {
  6421. "name": "vlucas/phpdotenv",
  6422. "version": "v4.1.8",
  6423. "source": {
  6424. "type": "git",
  6425. "url": "https://github.com/vlucas/phpdotenv.git",
  6426. "reference": "572af79d913627a9d70374d27a6f5d689a35de32"
  6427. },
  6428. "dist": {
  6429. "type": "zip",
  6430. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/572af79d913627a9d70374d27a6f5d689a35de32",
  6431. "reference": "572af79d913627a9d70374d27a6f5d689a35de32",
  6432. "shasum": "",
  6433. "mirrors": [
  6434. {
  6435. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6436. "preferred": true
  6437. }
  6438. ]
  6439. },
  6440. "require": {
  6441. "php": "^5.5.9 || ^7.0 || ^8.0",
  6442. "phpoption/phpoption": "^1.7.3",
  6443. "symfony/polyfill-ctype": "^1.17"
  6444. },
  6445. "require-dev": {
  6446. "bamarni/composer-bin-plugin": "^1.4.1",
  6447. "ext-filter": "*",
  6448. "ext-pcre": "*",
  6449. "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0"
  6450. },
  6451. "suggest": {
  6452. "ext-filter": "Required to use the boolean validator.",
  6453. "ext-pcre": "Required to use most of the library."
  6454. },
  6455. "type": "library",
  6456. "extra": {
  6457. "branch-alias": {
  6458. "dev-master": "4.1-dev"
  6459. }
  6460. },
  6461. "autoload": {
  6462. "psr-4": {
  6463. "Dotenv\\": "src/"
  6464. }
  6465. },
  6466. "notification-url": "https://packagist.org/downloads/",
  6467. "license": [
  6468. "BSD-3-Clause"
  6469. ],
  6470. "authors": [
  6471. {
  6472. "name": "Graham Campbell",
  6473. "email": "graham@alt-three.com",
  6474. "homepage": "https://gjcampbell.co.uk/"
  6475. },
  6476. {
  6477. "name": "Vance Lucas",
  6478. "email": "vance@vancelucas.com",
  6479. "homepage": "https://vancelucas.com/"
  6480. }
  6481. ],
  6482. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  6483. "keywords": [
  6484. "dotenv",
  6485. "env",
  6486. "environment"
  6487. ],
  6488. "time": "2020-07-14T19:22:52+00:00"
  6489. },
  6490. {
  6491. "name": "voku/portable-ascii",
  6492. "version": "1.5.3",
  6493. "source": {
  6494. "type": "git",
  6495. "url": "https://github.com/voku/portable-ascii.git",
  6496. "reference": "25bcbf01678930251fd572891447d9e318a6e2b8"
  6497. },
  6498. "dist": {
  6499. "type": "zip",
  6500. "url": "https://api.github.com/repos/voku/portable-ascii/zipball/25bcbf01678930251fd572891447d9e318a6e2b8",
  6501. "reference": "25bcbf01678930251fd572891447d9e318a6e2b8",
  6502. "shasum": "",
  6503. "mirrors": [
  6504. {
  6505. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6506. "preferred": true
  6507. }
  6508. ]
  6509. },
  6510. "require": {
  6511. "php": ">=7.0.0"
  6512. },
  6513. "require-dev": {
  6514. "phpunit/phpunit": "~6.0 || ~7.0"
  6515. },
  6516. "suggest": {
  6517. "ext-intl": "Use Intl for transliterator_transliterate() support"
  6518. },
  6519. "type": "library",
  6520. "autoload": {
  6521. "psr-4": {
  6522. "voku\\": "src/voku/"
  6523. }
  6524. },
  6525. "notification-url": "https://packagist.org/downloads/",
  6526. "license": [
  6527. "MIT"
  6528. ],
  6529. "authors": [
  6530. {
  6531. "name": "Lars Moelleken",
  6532. "homepage": "http://www.moelleken.org/"
  6533. }
  6534. ],
  6535. "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
  6536. "homepage": "https://github.com/voku/portable-ascii",
  6537. "keywords": [
  6538. "ascii",
  6539. "clean",
  6540. "php"
  6541. ],
  6542. "time": "2020-07-22T23:32:04+00:00"
  6543. }
  6544. ],
  6545. "packages-dev": [
  6546. {
  6547. "name": "doctrine/instantiator",
  6548. "version": "1.3.1",
  6549. "source": {
  6550. "type": "git",
  6551. "url": "https://github.com/doctrine/instantiator.git",
  6552. "reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
  6553. },
  6554. "dist": {
  6555. "type": "zip",
  6556. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
  6557. "reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
  6558. "shasum": "",
  6559. "mirrors": [
  6560. {
  6561. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6562. "preferred": true
  6563. }
  6564. ]
  6565. },
  6566. "require": {
  6567. "php": "^7.1 || ^8.0"
  6568. },
  6569. "require-dev": {
  6570. "doctrine/coding-standard": "^6.0",
  6571. "ext-pdo": "*",
  6572. "ext-phar": "*",
  6573. "phpbench/phpbench": "^0.13",
  6574. "phpstan/phpstan-phpunit": "^0.11",
  6575. "phpstan/phpstan-shim": "^0.11",
  6576. "phpunit/phpunit": "^7.0"
  6577. },
  6578. "type": "library",
  6579. "extra": {
  6580. "branch-alias": {
  6581. "dev-master": "1.2.x-dev"
  6582. }
  6583. },
  6584. "autoload": {
  6585. "psr-4": {
  6586. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  6587. }
  6588. },
  6589. "notification-url": "https://packagist.org/downloads/",
  6590. "license": [
  6591. "MIT"
  6592. ],
  6593. "authors": [
  6594. {
  6595. "name": "Marco Pivetta",
  6596. "email": "ocramius@gmail.com",
  6597. "homepage": "http://ocramius.github.com/"
  6598. }
  6599. ],
  6600. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  6601. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  6602. "keywords": [
  6603. "constructor",
  6604. "instantiate"
  6605. ],
  6606. "time": "2020-05-29T17:27:14+00:00"
  6607. },
  6608. {
  6609. "name": "facade/flare-client-php",
  6610. "version": "1.3.4",
  6611. "source": {
  6612. "type": "git",
  6613. "url": "https://github.com/facade/flare-client-php.git",
  6614. "reference": "0eeb0de4fc1078433f0915010bd8f41e998adcb4"
  6615. },
  6616. "dist": {
  6617. "type": "zip",
  6618. "url": "https://api.github.com/repos/facade/flare-client-php/zipball/0eeb0de4fc1078433f0915010bd8f41e998adcb4",
  6619. "reference": "0eeb0de4fc1078433f0915010bd8f41e998adcb4",
  6620. "shasum": "",
  6621. "mirrors": [
  6622. {
  6623. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6624. "preferred": true
  6625. }
  6626. ]
  6627. },
  6628. "require": {
  6629. "facade/ignition-contracts": "~1.0",
  6630. "illuminate/pipeline": "^5.5|^6.0|^7.0",
  6631. "php": "^7.1",
  6632. "symfony/http-foundation": "^3.3|^4.1|^5.0",
  6633. "symfony/mime": "^3.4|^4.0|^5.1",
  6634. "symfony/var-dumper": "^3.4|^4.0|^5.0"
  6635. },
  6636. "require-dev": {
  6637. "friendsofphp/php-cs-fixer": "^2.14",
  6638. "larapack/dd": "^1.1",
  6639. "phpunit/phpunit": "^7.5.16",
  6640. "spatie/phpunit-snapshot-assertions": "^2.0"
  6641. },
  6642. "type": "library",
  6643. "extra": {
  6644. "branch-alias": {
  6645. "dev-master": "1.0-dev"
  6646. }
  6647. },
  6648. "autoload": {
  6649. "psr-4": {
  6650. "Facade\\FlareClient\\": "src"
  6651. },
  6652. "files": [
  6653. "src/helpers.php"
  6654. ]
  6655. },
  6656. "notification-url": "https://packagist.org/downloads/",
  6657. "license": [
  6658. "MIT"
  6659. ],
  6660. "description": "Send PHP errors to Flare",
  6661. "homepage": "https://github.com/facade/flare-client-php",
  6662. "keywords": [
  6663. "exception",
  6664. "facade",
  6665. "flare",
  6666. "reporting"
  6667. ],
  6668. "time": "2020-07-13T23:25:57+00:00"
  6669. },
  6670. {
  6671. "name": "facade/ignition",
  6672. "version": "2.3.5",
  6673. "source": {
  6674. "type": "git",
  6675. "url": "https://github.com/facade/ignition.git",
  6676. "reference": "58dc4a8df3d41174c677a370b6779b694e4539e7"
  6677. },
  6678. "dist": {
  6679. "type": "zip",
  6680. "url": "https://api.github.com/repos/facade/ignition/zipball/58dc4a8df3d41174c677a370b6779b694e4539e7",
  6681. "reference": "58dc4a8df3d41174c677a370b6779b694e4539e7",
  6682. "shasum": "",
  6683. "mirrors": [
  6684. {
  6685. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6686. "preferred": true
  6687. }
  6688. ]
  6689. },
  6690. "require": {
  6691. "ext-json": "*",
  6692. "ext-mbstring": "*",
  6693. "facade/flare-client-php": "^1.0",
  6694. "facade/ignition-contracts": "^1.0",
  6695. "filp/whoops": "^2.4",
  6696. "illuminate/support": "^7.0|^8.0",
  6697. "monolog/monolog": "^2.0",
  6698. "php": "^7.2.5",
  6699. "scrivo/highlight.php": "^9.15",
  6700. "symfony/console": "^5.0",
  6701. "symfony/var-dumper": "^5.0"
  6702. },
  6703. "require-dev": {
  6704. "friendsofphp/php-cs-fixer": "^2.14",
  6705. "mockery/mockery": "^1.3",
  6706. "orchestra/testbench": "5.0",
  6707. "psalm/plugin-laravel": "^1.2"
  6708. },
  6709. "suggest": {
  6710. "laravel/telescope": "^3.1"
  6711. },
  6712. "type": "library",
  6713. "extra": {
  6714. "branch-alias": {
  6715. "dev-master": "2.x-dev"
  6716. },
  6717. "laravel": {
  6718. "providers": [
  6719. "Facade\\Ignition\\IgnitionServiceProvider"
  6720. ],
  6721. "aliases": {
  6722. "Flare": "Facade\\Ignition\\Facades\\Flare"
  6723. }
  6724. }
  6725. },
  6726. "autoload": {
  6727. "psr-4": {
  6728. "Facade\\Ignition\\": "src"
  6729. },
  6730. "files": [
  6731. "src/helpers.php"
  6732. ]
  6733. },
  6734. "notification-url": "https://packagist.org/downloads/",
  6735. "license": [
  6736. "MIT"
  6737. ],
  6738. "description": "A beautiful error page for Laravel applications.",
  6739. "homepage": "https://github.com/facade/ignition",
  6740. "keywords": [
  6741. "error",
  6742. "flare",
  6743. "laravel",
  6744. "page"
  6745. ],
  6746. "time": "2020-08-01T21:20:01+00:00"
  6747. },
  6748. {
  6749. "name": "facade/ignition-contracts",
  6750. "version": "1.0.1",
  6751. "source": {
  6752. "type": "git",
  6753. "url": "https://github.com/facade/ignition-contracts.git",
  6754. "reference": "aeab1ce8b68b188a43e81758e750151ad7da796b"
  6755. },
  6756. "dist": {
  6757. "type": "zip",
  6758. "url": "https://api.github.com/repos/facade/ignition-contracts/zipball/aeab1ce8b68b188a43e81758e750151ad7da796b",
  6759. "reference": "aeab1ce8b68b188a43e81758e750151ad7da796b",
  6760. "shasum": "",
  6761. "mirrors": [
  6762. {
  6763. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6764. "preferred": true
  6765. }
  6766. ]
  6767. },
  6768. "require": {
  6769. "php": "^7.1"
  6770. },
  6771. "require-dev": {
  6772. "friendsofphp/php-cs-fixer": "^2.14",
  6773. "phpunit/phpunit": "^7.5|^8.0",
  6774. "vimeo/psalm": "^3.12"
  6775. },
  6776. "type": "library",
  6777. "autoload": {
  6778. "psr-4": {
  6779. "Facade\\IgnitionContracts\\": "src"
  6780. }
  6781. },
  6782. "notification-url": "https://packagist.org/downloads/",
  6783. "license": [
  6784. "MIT"
  6785. ],
  6786. "authors": [
  6787. {
  6788. "name": "Freek Van der Herten",
  6789. "email": "freek@spatie.be",
  6790. "homepage": "https://flareapp.io",
  6791. "role": "Developer"
  6792. }
  6793. ],
  6794. "description": "Solution contracts for Ignition",
  6795. "homepage": "https://github.com/facade/ignition-contracts",
  6796. "keywords": [
  6797. "contracts",
  6798. "flare",
  6799. "ignition"
  6800. ],
  6801. "time": "2020-07-14T10:10:28+00:00"
  6802. },
  6803. {
  6804. "name": "filp/whoops",
  6805. "version": "2.7.3",
  6806. "source": {
  6807. "type": "git",
  6808. "url": "https://github.com/filp/whoops.git",
  6809. "reference": "5d5fe9bb3d656b514d455645b3addc5f7ba7714d"
  6810. },
  6811. "dist": {
  6812. "type": "zip",
  6813. "url": "https://api.github.com/repos/filp/whoops/zipball/5d5fe9bb3d656b514d455645b3addc5f7ba7714d",
  6814. "reference": "5d5fe9bb3d656b514d455645b3addc5f7ba7714d",
  6815. "shasum": "",
  6816. "mirrors": [
  6817. {
  6818. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6819. "preferred": true
  6820. }
  6821. ]
  6822. },
  6823. "require": {
  6824. "php": "^5.5.9 || ^7.0",
  6825. "psr/log": "^1.0.1"
  6826. },
  6827. "require-dev": {
  6828. "mockery/mockery": "^0.9 || ^1.0",
  6829. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0",
  6830. "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
  6831. },
  6832. "suggest": {
  6833. "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
  6834. "whoops/soap": "Formats errors as SOAP responses"
  6835. },
  6836. "type": "library",
  6837. "extra": {
  6838. "branch-alias": {
  6839. "dev-master": "2.6-dev"
  6840. }
  6841. },
  6842. "autoload": {
  6843. "psr-4": {
  6844. "Whoops\\": "src/Whoops/"
  6845. }
  6846. },
  6847. "notification-url": "https://packagist.org/downloads/",
  6848. "license": [
  6849. "MIT"
  6850. ],
  6851. "authors": [
  6852. {
  6853. "name": "Filipe Dobreira",
  6854. "homepage": "https://github.com/filp",
  6855. "role": "Developer"
  6856. }
  6857. ],
  6858. "description": "php error handling for cool kids",
  6859. "homepage": "https://filp.github.io/whoops/",
  6860. "keywords": [
  6861. "error",
  6862. "exception",
  6863. "handling",
  6864. "library",
  6865. "throwable",
  6866. "whoops"
  6867. ],
  6868. "time": "2020-06-14T09:00:00+00:00"
  6869. },
  6870. {
  6871. "name": "fzaninotto/faker",
  6872. "version": "v1.9.1",
  6873. "source": {
  6874. "type": "git",
  6875. "url": "https://github.com/fzaninotto/Faker.git",
  6876. "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f"
  6877. },
  6878. "dist": {
  6879. "type": "zip",
  6880. "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/fc10d778e4b84d5bd315dad194661e091d307c6f",
  6881. "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f",
  6882. "shasum": "",
  6883. "mirrors": [
  6884. {
  6885. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6886. "preferred": true
  6887. }
  6888. ]
  6889. },
  6890. "require": {
  6891. "php": "^5.3.3 || ^7.0"
  6892. },
  6893. "require-dev": {
  6894. "ext-intl": "*",
  6895. "phpunit/phpunit": "^4.8.35 || ^5.7",
  6896. "squizlabs/php_codesniffer": "^2.9.2"
  6897. },
  6898. "type": "library",
  6899. "extra": {
  6900. "branch-alias": {
  6901. "dev-master": "1.9-dev"
  6902. }
  6903. },
  6904. "autoload": {
  6905. "psr-4": {
  6906. "Faker\\": "src/Faker/"
  6907. }
  6908. },
  6909. "notification-url": "https://packagist.org/downloads/",
  6910. "license": [
  6911. "MIT"
  6912. ],
  6913. "authors": [
  6914. {
  6915. "name": "François Zaninotto"
  6916. }
  6917. ],
  6918. "description": "Faker is a PHP library that generates fake data for you.",
  6919. "keywords": [
  6920. "data",
  6921. "faker",
  6922. "fixtures"
  6923. ],
  6924. "time": "2019-12-12T13:22:17+00:00"
  6925. },
  6926. {
  6927. "name": "hamcrest/hamcrest-php",
  6928. "version": "v2.0.1",
  6929. "source": {
  6930. "type": "git",
  6931. "url": "https://github.com/hamcrest/hamcrest-php.git",
  6932. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
  6933. },
  6934. "dist": {
  6935. "type": "zip",
  6936. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  6937. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  6938. "shasum": "",
  6939. "mirrors": [
  6940. {
  6941. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6942. "preferred": true
  6943. }
  6944. ]
  6945. },
  6946. "require": {
  6947. "php": "^5.3|^7.0|^8.0"
  6948. },
  6949. "replace": {
  6950. "cordoval/hamcrest-php": "*",
  6951. "davedevelopment/hamcrest-php": "*",
  6952. "kodova/hamcrest-php": "*"
  6953. },
  6954. "require-dev": {
  6955. "phpunit/php-file-iterator": "^1.4 || ^2.0",
  6956. "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
  6957. },
  6958. "type": "library",
  6959. "extra": {
  6960. "branch-alias": {
  6961. "dev-master": "2.1-dev"
  6962. }
  6963. },
  6964. "autoload": {
  6965. "classmap": [
  6966. "hamcrest"
  6967. ]
  6968. },
  6969. "notification-url": "https://packagist.org/downloads/",
  6970. "license": [
  6971. "BSD-3-Clause"
  6972. ],
  6973. "description": "This is the PHP port of Hamcrest Matchers",
  6974. "keywords": [
  6975. "test"
  6976. ],
  6977. "time": "2020-07-09T08:09:16+00:00"
  6978. },
  6979. {
  6980. "name": "mockery/mockery",
  6981. "version": "1.4.1",
  6982. "source": {
  6983. "type": "git",
  6984. "url": "https://github.com/mockery/mockery.git",
  6985. "reference": "1404386ca3410b04fe58b9517e85d702ab33b2c6"
  6986. },
  6987. "dist": {
  6988. "type": "zip",
  6989. "url": "https://api.github.com/repos/mockery/mockery/zipball/1404386ca3410b04fe58b9517e85d702ab33b2c6",
  6990. "reference": "1404386ca3410b04fe58b9517e85d702ab33b2c6",
  6991. "shasum": "",
  6992. "mirrors": [
  6993. {
  6994. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6995. "preferred": true
  6996. }
  6997. ]
  6998. },
  6999. "require": {
  7000. "hamcrest/hamcrest-php": "^2.0.1",
  7001. "lib-pcre": ">=7.0",
  7002. "php": "^7.3 || ^8.0"
  7003. },
  7004. "conflict": {
  7005. "phpunit/phpunit": "<8.0"
  7006. },
  7007. "require-dev": {
  7008. "phpunit/phpunit": "^8.5 || ^9.0"
  7009. },
  7010. "type": "library",
  7011. "extra": {
  7012. "branch-alias": {
  7013. "dev-master": "1.4.x-dev"
  7014. }
  7015. },
  7016. "autoload": {
  7017. "psr-0": {
  7018. "Mockery": "library/"
  7019. }
  7020. },
  7021. "notification-url": "https://packagist.org/downloads/",
  7022. "license": [
  7023. "BSD-3-Clause"
  7024. ],
  7025. "authors": [
  7026. {
  7027. "name": "Pádraic Brady",
  7028. "email": "padraic.brady@gmail.com",
  7029. "homepage": "http://blog.astrumfutura.com"
  7030. },
  7031. {
  7032. "name": "Dave Marshall",
  7033. "email": "dave.marshall@atstsolutions.co.uk",
  7034. "homepage": "http://davedevelopment.co.uk"
  7035. }
  7036. ],
  7037. "description": "Mockery is a simple yet flexible PHP mock object framework",
  7038. "homepage": "https://github.com/mockery/mockery",
  7039. "keywords": [
  7040. "BDD",
  7041. "TDD",
  7042. "library",
  7043. "mock",
  7044. "mock objects",
  7045. "mockery",
  7046. "stub",
  7047. "test",
  7048. "test double",
  7049. "testing"
  7050. ],
  7051. "time": "2020-07-09T08:31:54+00:00"
  7052. },
  7053. {
  7054. "name": "myclabs/deep-copy",
  7055. "version": "1.10.1",
  7056. "source": {
  7057. "type": "git",
  7058. "url": "https://github.com/myclabs/DeepCopy.git",
  7059. "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5"
  7060. },
  7061. "dist": {
  7062. "type": "zip",
  7063. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
  7064. "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
  7065. "shasum": "",
  7066. "mirrors": [
  7067. {
  7068. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7069. "preferred": true
  7070. }
  7071. ]
  7072. },
  7073. "require": {
  7074. "php": "^7.1 || ^8.0"
  7075. },
  7076. "replace": {
  7077. "myclabs/deep-copy": "self.version"
  7078. },
  7079. "require-dev": {
  7080. "doctrine/collections": "^1.0",
  7081. "doctrine/common": "^2.6",
  7082. "phpunit/phpunit": "^7.1"
  7083. },
  7084. "type": "library",
  7085. "autoload": {
  7086. "psr-4": {
  7087. "DeepCopy\\": "src/DeepCopy/"
  7088. },
  7089. "files": [
  7090. "src/DeepCopy/deep_copy.php"
  7091. ]
  7092. },
  7093. "notification-url": "https://packagist.org/downloads/",
  7094. "license": [
  7095. "MIT"
  7096. ],
  7097. "description": "Create deep copies (clones) of your objects",
  7098. "keywords": [
  7099. "clone",
  7100. "copy",
  7101. "duplicate",
  7102. "object",
  7103. "object graph"
  7104. ],
  7105. "time": "2020-06-29T13:22:24+00:00"
  7106. },
  7107. {
  7108. "name": "nunomaduro/collision",
  7109. "version": "v4.2.0",
  7110. "source": {
  7111. "type": "git",
  7112. "url": "https://github.com/nunomaduro/collision.git",
  7113. "reference": "d50490417eded97be300a92cd7df7badc37a9018"
  7114. },
  7115. "dist": {
  7116. "type": "zip",
  7117. "url": "https://api.github.com/repos/nunomaduro/collision/zipball/d50490417eded97be300a92cd7df7badc37a9018",
  7118. "reference": "d50490417eded97be300a92cd7df7badc37a9018",
  7119. "shasum": "",
  7120. "mirrors": [
  7121. {
  7122. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7123. "preferred": true
  7124. }
  7125. ]
  7126. },
  7127. "require": {
  7128. "facade/ignition-contracts": "^1.0",
  7129. "filp/whoops": "^2.4",
  7130. "php": "^7.2.5",
  7131. "symfony/console": "^5.0"
  7132. },
  7133. "require-dev": {
  7134. "facade/ignition": "^2.0",
  7135. "fideloper/proxy": "^4.2",
  7136. "friendsofphp/php-cs-fixer": "^2.16",
  7137. "fruitcake/laravel-cors": "^1.0",
  7138. "laravel/framework": "^7.0",
  7139. "laravel/tinker": "^2.0",
  7140. "nunomaduro/larastan": "^0.5",
  7141. "orchestra/testbench": "^5.0",
  7142. "phpstan/phpstan": "^0.12.3",
  7143. "phpunit/phpunit": "^8.5.1 || ^9.0"
  7144. },
  7145. "type": "library",
  7146. "extra": {
  7147. "laravel": {
  7148. "providers": [
  7149. "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
  7150. ]
  7151. }
  7152. },
  7153. "autoload": {
  7154. "psr-4": {
  7155. "NunoMaduro\\Collision\\": "src/"
  7156. }
  7157. },
  7158. "notification-url": "https://packagist.org/downloads/",
  7159. "license": [
  7160. "MIT"
  7161. ],
  7162. "authors": [
  7163. {
  7164. "name": "Nuno Maduro",
  7165. "email": "enunomaduro@gmail.com"
  7166. }
  7167. ],
  7168. "description": "Cli error handling for console/command-line PHP applications.",
  7169. "keywords": [
  7170. "artisan",
  7171. "cli",
  7172. "command-line",
  7173. "console",
  7174. "error",
  7175. "handling",
  7176. "laravel",
  7177. "laravel-zero",
  7178. "php",
  7179. "symfony"
  7180. ],
  7181. "time": "2020-04-04T19:56:08+00:00"
  7182. },
  7183. {
  7184. "name": "phar-io/manifest",
  7185. "version": "1.0.3",
  7186. "source": {
  7187. "type": "git",
  7188. "url": "https://github.com/phar-io/manifest.git",
  7189. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
  7190. },
  7191. "dist": {
  7192. "type": "zip",
  7193. "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  7194. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  7195. "shasum": "",
  7196. "mirrors": [
  7197. {
  7198. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7199. "preferred": true
  7200. }
  7201. ]
  7202. },
  7203. "require": {
  7204. "ext-dom": "*",
  7205. "ext-phar": "*",
  7206. "phar-io/version": "^2.0",
  7207. "php": "^5.6 || ^7.0"
  7208. },
  7209. "type": "library",
  7210. "extra": {
  7211. "branch-alias": {
  7212. "dev-master": "1.0.x-dev"
  7213. }
  7214. },
  7215. "autoload": {
  7216. "classmap": [
  7217. "src/"
  7218. ]
  7219. },
  7220. "notification-url": "https://packagist.org/downloads/",
  7221. "license": [
  7222. "BSD-3-Clause"
  7223. ],
  7224. "authors": [
  7225. {
  7226. "name": "Arne Blankerts",
  7227. "email": "arne@blankerts.de",
  7228. "role": "Developer"
  7229. },
  7230. {
  7231. "name": "Sebastian Heuer",
  7232. "email": "sebastian@phpeople.de",
  7233. "role": "Developer"
  7234. },
  7235. {
  7236. "name": "Sebastian Bergmann",
  7237. "email": "sebastian@phpunit.de",
  7238. "role": "Developer"
  7239. }
  7240. ],
  7241. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  7242. "time": "2018-07-08T19:23:20+00:00"
  7243. },
  7244. {
  7245. "name": "phar-io/version",
  7246. "version": "2.0.1",
  7247. "source": {
  7248. "type": "git",
  7249. "url": "https://github.com/phar-io/version.git",
  7250. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
  7251. },
  7252. "dist": {
  7253. "type": "zip",
  7254. "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  7255. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  7256. "shasum": "",
  7257. "mirrors": [
  7258. {
  7259. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7260. "preferred": true
  7261. }
  7262. ]
  7263. },
  7264. "require": {
  7265. "php": "^5.6 || ^7.0"
  7266. },
  7267. "type": "library",
  7268. "autoload": {
  7269. "classmap": [
  7270. "src/"
  7271. ]
  7272. },
  7273. "notification-url": "https://packagist.org/downloads/",
  7274. "license": [
  7275. "BSD-3-Clause"
  7276. ],
  7277. "authors": [
  7278. {
  7279. "name": "Arne Blankerts",
  7280. "email": "arne@blankerts.de",
  7281. "role": "Developer"
  7282. },
  7283. {
  7284. "name": "Sebastian Heuer",
  7285. "email": "sebastian@phpeople.de",
  7286. "role": "Developer"
  7287. },
  7288. {
  7289. "name": "Sebastian Bergmann",
  7290. "email": "sebastian@phpunit.de",
  7291. "role": "Developer"
  7292. }
  7293. ],
  7294. "description": "Library for handling version information and constraints",
  7295. "time": "2018-07-08T19:19:57+00:00"
  7296. },
  7297. {
  7298. "name": "phpdocumentor/reflection-common",
  7299. "version": "2.2.0",
  7300. "source": {
  7301. "type": "git",
  7302. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  7303. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
  7304. },
  7305. "dist": {
  7306. "type": "zip",
  7307. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  7308. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  7309. "shasum": "",
  7310. "mirrors": [
  7311. {
  7312. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7313. "preferred": true
  7314. }
  7315. ]
  7316. },
  7317. "require": {
  7318. "php": "^7.2 || ^8.0"
  7319. },
  7320. "type": "library",
  7321. "extra": {
  7322. "branch-alias": {
  7323. "dev-2.x": "2.x-dev"
  7324. }
  7325. },
  7326. "autoload": {
  7327. "psr-4": {
  7328. "phpDocumentor\\Reflection\\": "src/"
  7329. }
  7330. },
  7331. "notification-url": "https://packagist.org/downloads/",
  7332. "license": [
  7333. "MIT"
  7334. ],
  7335. "authors": [
  7336. {
  7337. "name": "Jaap van Otterdijk",
  7338. "email": "opensource@ijaap.nl"
  7339. }
  7340. ],
  7341. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  7342. "homepage": "http://www.phpdoc.org",
  7343. "keywords": [
  7344. "FQSEN",
  7345. "phpDocumentor",
  7346. "phpdoc",
  7347. "reflection",
  7348. "static analysis"
  7349. ],
  7350. "time": "2020-06-27T09:03:43+00:00"
  7351. },
  7352. {
  7353. "name": "phpdocumentor/reflection-docblock",
  7354. "version": "5.2.0",
  7355. "source": {
  7356. "type": "git",
  7357. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  7358. "reference": "3170448f5769fe19f456173d833734e0ff1b84df"
  7359. },
  7360. "dist": {
  7361. "type": "zip",
  7362. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/3170448f5769fe19f456173d833734e0ff1b84df",
  7363. "reference": "3170448f5769fe19f456173d833734e0ff1b84df",
  7364. "shasum": "",
  7365. "mirrors": [
  7366. {
  7367. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7368. "preferred": true
  7369. }
  7370. ]
  7371. },
  7372. "require": {
  7373. "ext-filter": "*",
  7374. "php": "^7.2 || ^8.0",
  7375. "phpdocumentor/reflection-common": "^2.2",
  7376. "phpdocumentor/type-resolver": "^1.3",
  7377. "webmozart/assert": "^1.9.1"
  7378. },
  7379. "require-dev": {
  7380. "mockery/mockery": "~1.3.2"
  7381. },
  7382. "type": "library",
  7383. "extra": {
  7384. "branch-alias": {
  7385. "dev-master": "5.x-dev"
  7386. }
  7387. },
  7388. "autoload": {
  7389. "psr-4": {
  7390. "phpDocumentor\\Reflection\\": "src"
  7391. }
  7392. },
  7393. "notification-url": "https://packagist.org/downloads/",
  7394. "license": [
  7395. "MIT"
  7396. ],
  7397. "authors": [
  7398. {
  7399. "name": "Mike van Riel",
  7400. "email": "me@mikevanriel.com"
  7401. },
  7402. {
  7403. "name": "Jaap van Otterdijk",
  7404. "email": "account@ijaap.nl"
  7405. }
  7406. ],
  7407. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  7408. "time": "2020-07-20T20:05:34+00:00"
  7409. },
  7410. {
  7411. "name": "phpdocumentor/type-resolver",
  7412. "version": "1.3.0",
  7413. "source": {
  7414. "type": "git",
  7415. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  7416. "reference": "e878a14a65245fbe78f8080eba03b47c3b705651"
  7417. },
  7418. "dist": {
  7419. "type": "zip",
  7420. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e878a14a65245fbe78f8080eba03b47c3b705651",
  7421. "reference": "e878a14a65245fbe78f8080eba03b47c3b705651",
  7422. "shasum": "",
  7423. "mirrors": [
  7424. {
  7425. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7426. "preferred": true
  7427. }
  7428. ]
  7429. },
  7430. "require": {
  7431. "php": "^7.2 || ^8.0",
  7432. "phpdocumentor/reflection-common": "^2.0"
  7433. },
  7434. "require-dev": {
  7435. "ext-tokenizer": "*"
  7436. },
  7437. "type": "library",
  7438. "extra": {
  7439. "branch-alias": {
  7440. "dev-1.x": "1.x-dev"
  7441. }
  7442. },
  7443. "autoload": {
  7444. "psr-4": {
  7445. "phpDocumentor\\Reflection\\": "src"
  7446. }
  7447. },
  7448. "notification-url": "https://packagist.org/downloads/",
  7449. "license": [
  7450. "MIT"
  7451. ],
  7452. "authors": [
  7453. {
  7454. "name": "Mike van Riel",
  7455. "email": "me@mikevanriel.com"
  7456. }
  7457. ],
  7458. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  7459. "time": "2020-06-27T10:12:23+00:00"
  7460. },
  7461. {
  7462. "name": "phpspec/prophecy",
  7463. "version": "1.11.1",
  7464. "source": {
  7465. "type": "git",
  7466. "url": "https://github.com/phpspec/prophecy.git",
  7467. "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160"
  7468. },
  7469. "dist": {
  7470. "type": "zip",
  7471. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/b20034be5efcdab4fb60ca3a29cba2949aead160",
  7472. "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160",
  7473. "shasum": "",
  7474. "mirrors": [
  7475. {
  7476. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7477. "preferred": true
  7478. }
  7479. ]
  7480. },
  7481. "require": {
  7482. "doctrine/instantiator": "^1.2",
  7483. "php": "^7.2",
  7484. "phpdocumentor/reflection-docblock": "^5.0",
  7485. "sebastian/comparator": "^3.0 || ^4.0",
  7486. "sebastian/recursion-context": "^3.0 || ^4.0"
  7487. },
  7488. "require-dev": {
  7489. "phpspec/phpspec": "^6.0",
  7490. "phpunit/phpunit": "^8.0"
  7491. },
  7492. "type": "library",
  7493. "extra": {
  7494. "branch-alias": {
  7495. "dev-master": "1.11.x-dev"
  7496. }
  7497. },
  7498. "autoload": {
  7499. "psr-4": {
  7500. "Prophecy\\": "src/Prophecy"
  7501. }
  7502. },
  7503. "notification-url": "https://packagist.org/downloads/",
  7504. "license": [
  7505. "MIT"
  7506. ],
  7507. "authors": [
  7508. {
  7509. "name": "Konstantin Kudryashov",
  7510. "email": "ever.zet@gmail.com",
  7511. "homepage": "http://everzet.com"
  7512. },
  7513. {
  7514. "name": "Marcello Duarte",
  7515. "email": "marcello.duarte@gmail.com"
  7516. }
  7517. ],
  7518. "description": "Highly opinionated mocking framework for PHP 5.3+",
  7519. "homepage": "https://github.com/phpspec/prophecy",
  7520. "keywords": [
  7521. "Double",
  7522. "Dummy",
  7523. "fake",
  7524. "mock",
  7525. "spy",
  7526. "stub"
  7527. ],
  7528. "time": "2020-07-08T12:44:21+00:00"
  7529. },
  7530. {
  7531. "name": "phpunit/php-code-coverage",
  7532. "version": "7.0.10",
  7533. "source": {
  7534. "type": "git",
  7535. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  7536. "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf"
  7537. },
  7538. "dist": {
  7539. "type": "zip",
  7540. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf",
  7541. "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf",
  7542. "shasum": "",
  7543. "mirrors": [
  7544. {
  7545. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7546. "preferred": true
  7547. }
  7548. ]
  7549. },
  7550. "require": {
  7551. "ext-dom": "*",
  7552. "ext-xmlwriter": "*",
  7553. "php": "^7.2",
  7554. "phpunit/php-file-iterator": "^2.0.2",
  7555. "phpunit/php-text-template": "^1.2.1",
  7556. "phpunit/php-token-stream": "^3.1.1",
  7557. "sebastian/code-unit-reverse-lookup": "^1.0.1",
  7558. "sebastian/environment": "^4.2.2",
  7559. "sebastian/version": "^2.0.1",
  7560. "theseer/tokenizer": "^1.1.3"
  7561. },
  7562. "require-dev": {
  7563. "phpunit/phpunit": "^8.2.2"
  7564. },
  7565. "suggest": {
  7566. "ext-xdebug": "^2.7.2"
  7567. },
  7568. "type": "library",
  7569. "extra": {
  7570. "branch-alias": {
  7571. "dev-master": "7.0-dev"
  7572. }
  7573. },
  7574. "autoload": {
  7575. "classmap": [
  7576. "src/"
  7577. ]
  7578. },
  7579. "notification-url": "https://packagist.org/downloads/",
  7580. "license": [
  7581. "BSD-3-Clause"
  7582. ],
  7583. "authors": [
  7584. {
  7585. "name": "Sebastian Bergmann",
  7586. "email": "sebastian@phpunit.de",
  7587. "role": "lead"
  7588. }
  7589. ],
  7590. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  7591. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  7592. "keywords": [
  7593. "coverage",
  7594. "testing",
  7595. "xunit"
  7596. ],
  7597. "time": "2019-11-20T13:55:58+00:00"
  7598. },
  7599. {
  7600. "name": "phpunit/php-file-iterator",
  7601. "version": "2.0.2",
  7602. "source": {
  7603. "type": "git",
  7604. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  7605. "reference": "050bedf145a257b1ff02746c31894800e5122946"
  7606. },
  7607. "dist": {
  7608. "type": "zip",
  7609. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
  7610. "reference": "050bedf145a257b1ff02746c31894800e5122946",
  7611. "shasum": "",
  7612. "mirrors": [
  7613. {
  7614. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7615. "preferred": true
  7616. }
  7617. ]
  7618. },
  7619. "require": {
  7620. "php": "^7.1"
  7621. },
  7622. "require-dev": {
  7623. "phpunit/phpunit": "^7.1"
  7624. },
  7625. "type": "library",
  7626. "extra": {
  7627. "branch-alias": {
  7628. "dev-master": "2.0.x-dev"
  7629. }
  7630. },
  7631. "autoload": {
  7632. "classmap": [
  7633. "src/"
  7634. ]
  7635. },
  7636. "notification-url": "https://packagist.org/downloads/",
  7637. "license": [
  7638. "BSD-3-Clause"
  7639. ],
  7640. "authors": [
  7641. {
  7642. "name": "Sebastian Bergmann",
  7643. "email": "sebastian@phpunit.de",
  7644. "role": "lead"
  7645. }
  7646. ],
  7647. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  7648. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  7649. "keywords": [
  7650. "filesystem",
  7651. "iterator"
  7652. ],
  7653. "time": "2018-09-13T20:33:42+00:00"
  7654. },
  7655. {
  7656. "name": "phpunit/php-text-template",
  7657. "version": "1.2.1",
  7658. "source": {
  7659. "type": "git",
  7660. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  7661. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  7662. },
  7663. "dist": {
  7664. "type": "zip",
  7665. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  7666. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  7667. "shasum": "",
  7668. "mirrors": [
  7669. {
  7670. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7671. "preferred": true
  7672. }
  7673. ]
  7674. },
  7675. "require": {
  7676. "php": ">=5.3.3"
  7677. },
  7678. "type": "library",
  7679. "autoload": {
  7680. "classmap": [
  7681. "src/"
  7682. ]
  7683. },
  7684. "notification-url": "https://packagist.org/downloads/",
  7685. "license": [
  7686. "BSD-3-Clause"
  7687. ],
  7688. "authors": [
  7689. {
  7690. "name": "Sebastian Bergmann",
  7691. "email": "sebastian@phpunit.de",
  7692. "role": "lead"
  7693. }
  7694. ],
  7695. "description": "Simple template engine.",
  7696. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  7697. "keywords": [
  7698. "template"
  7699. ],
  7700. "time": "2015-06-21T13:50:34+00:00"
  7701. },
  7702. {
  7703. "name": "phpunit/php-timer",
  7704. "version": "2.1.2",
  7705. "source": {
  7706. "type": "git",
  7707. "url": "https://github.com/sebastianbergmann/php-timer.git",
  7708. "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
  7709. },
  7710. "dist": {
  7711. "type": "zip",
  7712. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
  7713. "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
  7714. "shasum": "",
  7715. "mirrors": [
  7716. {
  7717. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7718. "preferred": true
  7719. }
  7720. ]
  7721. },
  7722. "require": {
  7723. "php": "^7.1"
  7724. },
  7725. "require-dev": {
  7726. "phpunit/phpunit": "^7.0"
  7727. },
  7728. "type": "library",
  7729. "extra": {
  7730. "branch-alias": {
  7731. "dev-master": "2.1-dev"
  7732. }
  7733. },
  7734. "autoload": {
  7735. "classmap": [
  7736. "src/"
  7737. ]
  7738. },
  7739. "notification-url": "https://packagist.org/downloads/",
  7740. "license": [
  7741. "BSD-3-Clause"
  7742. ],
  7743. "authors": [
  7744. {
  7745. "name": "Sebastian Bergmann",
  7746. "email": "sebastian@phpunit.de",
  7747. "role": "lead"
  7748. }
  7749. ],
  7750. "description": "Utility class for timing",
  7751. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  7752. "keywords": [
  7753. "timer"
  7754. ],
  7755. "time": "2019-06-07T04:22:29+00:00"
  7756. },
  7757. {
  7758. "name": "phpunit/php-token-stream",
  7759. "version": "3.1.1",
  7760. "source": {
  7761. "type": "git",
  7762. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  7763. "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
  7764. },
  7765. "dist": {
  7766. "type": "zip",
  7767. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
  7768. "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
  7769. "shasum": "",
  7770. "mirrors": [
  7771. {
  7772. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7773. "preferred": true
  7774. }
  7775. ]
  7776. },
  7777. "require": {
  7778. "ext-tokenizer": "*",
  7779. "php": "^7.1"
  7780. },
  7781. "require-dev": {
  7782. "phpunit/phpunit": "^7.0"
  7783. },
  7784. "type": "library",
  7785. "extra": {
  7786. "branch-alias": {
  7787. "dev-master": "3.1-dev"
  7788. }
  7789. },
  7790. "autoload": {
  7791. "classmap": [
  7792. "src/"
  7793. ]
  7794. },
  7795. "notification-url": "https://packagist.org/downloads/",
  7796. "license": [
  7797. "BSD-3-Clause"
  7798. ],
  7799. "authors": [
  7800. {
  7801. "name": "Sebastian Bergmann",
  7802. "email": "sebastian@phpunit.de"
  7803. }
  7804. ],
  7805. "description": "Wrapper around PHP's tokenizer extension.",
  7806. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  7807. "keywords": [
  7808. "tokenizer"
  7809. ],
  7810. "time": "2019-09-17T06:23:10+00:00"
  7811. },
  7812. {
  7813. "name": "phpunit/phpunit",
  7814. "version": "8.5.8",
  7815. "source": {
  7816. "type": "git",
  7817. "url": "https://github.com/sebastianbergmann/phpunit.git",
  7818. "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997"
  7819. },
  7820. "dist": {
  7821. "type": "zip",
  7822. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/34c18baa6a44f1d1fbf0338907139e9dce95b997",
  7823. "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997",
  7824. "shasum": "",
  7825. "mirrors": [
  7826. {
  7827. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7828. "preferred": true
  7829. }
  7830. ]
  7831. },
  7832. "require": {
  7833. "doctrine/instantiator": "^1.2.0",
  7834. "ext-dom": "*",
  7835. "ext-json": "*",
  7836. "ext-libxml": "*",
  7837. "ext-mbstring": "*",
  7838. "ext-xml": "*",
  7839. "ext-xmlwriter": "*",
  7840. "myclabs/deep-copy": "^1.9.1",
  7841. "phar-io/manifest": "^1.0.3",
  7842. "phar-io/version": "^2.0.1",
  7843. "php": "^7.2",
  7844. "phpspec/prophecy": "^1.8.1",
  7845. "phpunit/php-code-coverage": "^7.0.7",
  7846. "phpunit/php-file-iterator": "^2.0.2",
  7847. "phpunit/php-text-template": "^1.2.1",
  7848. "phpunit/php-timer": "^2.1.2",
  7849. "sebastian/comparator": "^3.0.2",
  7850. "sebastian/diff": "^3.0.2",
  7851. "sebastian/environment": "^4.2.2",
  7852. "sebastian/exporter": "^3.1.1",
  7853. "sebastian/global-state": "^3.0.0",
  7854. "sebastian/object-enumerator": "^3.0.3",
  7855. "sebastian/resource-operations": "^2.0.1",
  7856. "sebastian/type": "^1.1.3",
  7857. "sebastian/version": "^2.0.1"
  7858. },
  7859. "require-dev": {
  7860. "ext-pdo": "*"
  7861. },
  7862. "suggest": {
  7863. "ext-soap": "*",
  7864. "ext-xdebug": "*",
  7865. "phpunit/php-invoker": "^2.0.0"
  7866. },
  7867. "bin": [
  7868. "phpunit"
  7869. ],
  7870. "type": "library",
  7871. "extra": {
  7872. "branch-alias": {
  7873. "dev-master": "8.5-dev"
  7874. }
  7875. },
  7876. "autoload": {
  7877. "classmap": [
  7878. "src/"
  7879. ]
  7880. },
  7881. "notification-url": "https://packagist.org/downloads/",
  7882. "license": [
  7883. "BSD-3-Clause"
  7884. ],
  7885. "authors": [
  7886. {
  7887. "name": "Sebastian Bergmann",
  7888. "email": "sebastian@phpunit.de",
  7889. "role": "lead"
  7890. }
  7891. ],
  7892. "description": "The PHP Unit Testing framework.",
  7893. "homepage": "https://phpunit.de/",
  7894. "keywords": [
  7895. "phpunit",
  7896. "testing",
  7897. "xunit"
  7898. ],
  7899. "time": "2020-06-22T07:06:58+00:00"
  7900. },
  7901. {
  7902. "name": "scrivo/highlight.php",
  7903. "version": "v9.18.1.1",
  7904. "source": {
  7905. "type": "git",
  7906. "url": "https://github.com/scrivo/highlight.php.git",
  7907. "reference": "52fc21c99fd888e33aed4879e55a3646f8d40558"
  7908. },
  7909. "dist": {
  7910. "type": "zip",
  7911. "url": "https://api.github.com/repos/scrivo/highlight.php/zipball/52fc21c99fd888e33aed4879e55a3646f8d40558",
  7912. "reference": "52fc21c99fd888e33aed4879e55a3646f8d40558",
  7913. "shasum": "",
  7914. "mirrors": [
  7915. {
  7916. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7917. "preferred": true
  7918. }
  7919. ]
  7920. },
  7921. "require": {
  7922. "ext-json": "*",
  7923. "ext-mbstring": "*",
  7924. "php": ">=5.4"
  7925. },
  7926. "require-dev": {
  7927. "phpunit/phpunit": "^4.8|^5.7",
  7928. "sabberworm/php-css-parser": "^8.3",
  7929. "symfony/finder": "^2.8|^3.4",
  7930. "symfony/var-dumper": "^2.8|^3.4"
  7931. },
  7932. "suggest": {
  7933. "ext-dom": "Needed to make use of the features in the utilities namespace"
  7934. },
  7935. "type": "library",
  7936. "autoload": {
  7937. "psr-0": {
  7938. "Highlight\\": "",
  7939. "HighlightUtilities\\": ""
  7940. },
  7941. "files": [
  7942. "HighlightUtilities/functions.php"
  7943. ]
  7944. },
  7945. "notification-url": "https://packagist.org/downloads/",
  7946. "license": [
  7947. "BSD-3-Clause"
  7948. ],
  7949. "authors": [
  7950. {
  7951. "name": "Geert Bergman",
  7952. "homepage": "http://www.scrivo.org/",
  7953. "role": "Project Author"
  7954. },
  7955. {
  7956. "name": "Vladimir Jimenez",
  7957. "homepage": "https://allejo.io",
  7958. "role": "Maintainer"
  7959. },
  7960. {
  7961. "name": "Martin Folkers",
  7962. "homepage": "https://twobrain.io",
  7963. "role": "Contributor"
  7964. }
  7965. ],
  7966. "description": "Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js",
  7967. "keywords": [
  7968. "code",
  7969. "highlight",
  7970. "highlight.js",
  7971. "highlight.php",
  7972. "syntax"
  7973. ],
  7974. "time": "2020-03-02T05:59:21+00:00"
  7975. },
  7976. {
  7977. "name": "sebastian/code-unit-reverse-lookup",
  7978. "version": "1.0.1",
  7979. "source": {
  7980. "type": "git",
  7981. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  7982. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  7983. },
  7984. "dist": {
  7985. "type": "zip",
  7986. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  7987. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  7988. "shasum": "",
  7989. "mirrors": [
  7990. {
  7991. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  7992. "preferred": true
  7993. }
  7994. ]
  7995. },
  7996. "require": {
  7997. "php": "^5.6 || ^7.0"
  7998. },
  7999. "require-dev": {
  8000. "phpunit/phpunit": "^5.7 || ^6.0"
  8001. },
  8002. "type": "library",
  8003. "extra": {
  8004. "branch-alias": {
  8005. "dev-master": "1.0.x-dev"
  8006. }
  8007. },
  8008. "autoload": {
  8009. "classmap": [
  8010. "src/"
  8011. ]
  8012. },
  8013. "notification-url": "https://packagist.org/downloads/",
  8014. "license": [
  8015. "BSD-3-Clause"
  8016. ],
  8017. "authors": [
  8018. {
  8019. "name": "Sebastian Bergmann",
  8020. "email": "sebastian@phpunit.de"
  8021. }
  8022. ],
  8023. "description": "Looks up which function or method a line of code belongs to",
  8024. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  8025. "time": "2017-03-04T06:30:41+00:00"
  8026. },
  8027. {
  8028. "name": "sebastian/comparator",
  8029. "version": "3.0.2",
  8030. "source": {
  8031. "type": "git",
  8032. "url": "https://github.com/sebastianbergmann/comparator.git",
  8033. "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
  8034. },
  8035. "dist": {
  8036. "type": "zip",
  8037. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
  8038. "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
  8039. "shasum": "",
  8040. "mirrors": [
  8041. {
  8042. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8043. "preferred": true
  8044. }
  8045. ]
  8046. },
  8047. "require": {
  8048. "php": "^7.1",
  8049. "sebastian/diff": "^3.0",
  8050. "sebastian/exporter": "^3.1"
  8051. },
  8052. "require-dev": {
  8053. "phpunit/phpunit": "^7.1"
  8054. },
  8055. "type": "library",
  8056. "extra": {
  8057. "branch-alias": {
  8058. "dev-master": "3.0-dev"
  8059. }
  8060. },
  8061. "autoload": {
  8062. "classmap": [
  8063. "src/"
  8064. ]
  8065. },
  8066. "notification-url": "https://packagist.org/downloads/",
  8067. "license": [
  8068. "BSD-3-Clause"
  8069. ],
  8070. "authors": [
  8071. {
  8072. "name": "Jeff Welch",
  8073. "email": "whatthejeff@gmail.com"
  8074. },
  8075. {
  8076. "name": "Volker Dusch",
  8077. "email": "github@wallbash.com"
  8078. },
  8079. {
  8080. "name": "Bernhard Schussek",
  8081. "email": "bschussek@2bepublished.at"
  8082. },
  8083. {
  8084. "name": "Sebastian Bergmann",
  8085. "email": "sebastian@phpunit.de"
  8086. }
  8087. ],
  8088. "description": "Provides the functionality to compare PHP values for equality",
  8089. "homepage": "https://github.com/sebastianbergmann/comparator",
  8090. "keywords": [
  8091. "comparator",
  8092. "compare",
  8093. "equality"
  8094. ],
  8095. "time": "2018-07-12T15:12:46+00:00"
  8096. },
  8097. {
  8098. "name": "sebastian/diff",
  8099. "version": "3.0.2",
  8100. "source": {
  8101. "type": "git",
  8102. "url": "https://github.com/sebastianbergmann/diff.git",
  8103. "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
  8104. },
  8105. "dist": {
  8106. "type": "zip",
  8107. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
  8108. "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
  8109. "shasum": "",
  8110. "mirrors": [
  8111. {
  8112. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8113. "preferred": true
  8114. }
  8115. ]
  8116. },
  8117. "require": {
  8118. "php": "^7.1"
  8119. },
  8120. "require-dev": {
  8121. "phpunit/phpunit": "^7.5 || ^8.0",
  8122. "symfony/process": "^2 || ^3.3 || ^4"
  8123. },
  8124. "type": "library",
  8125. "extra": {
  8126. "branch-alias": {
  8127. "dev-master": "3.0-dev"
  8128. }
  8129. },
  8130. "autoload": {
  8131. "classmap": [
  8132. "src/"
  8133. ]
  8134. },
  8135. "notification-url": "https://packagist.org/downloads/",
  8136. "license": [
  8137. "BSD-3-Clause"
  8138. ],
  8139. "authors": [
  8140. {
  8141. "name": "Kore Nordmann",
  8142. "email": "mail@kore-nordmann.de"
  8143. },
  8144. {
  8145. "name": "Sebastian Bergmann",
  8146. "email": "sebastian@phpunit.de"
  8147. }
  8148. ],
  8149. "description": "Diff implementation",
  8150. "homepage": "https://github.com/sebastianbergmann/diff",
  8151. "keywords": [
  8152. "diff",
  8153. "udiff",
  8154. "unidiff",
  8155. "unified diff"
  8156. ],
  8157. "time": "2019-02-04T06:01:07+00:00"
  8158. },
  8159. {
  8160. "name": "sebastian/environment",
  8161. "version": "4.2.3",
  8162. "source": {
  8163. "type": "git",
  8164. "url": "https://github.com/sebastianbergmann/environment.git",
  8165. "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
  8166. },
  8167. "dist": {
  8168. "type": "zip",
  8169. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
  8170. "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
  8171. "shasum": "",
  8172. "mirrors": [
  8173. {
  8174. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8175. "preferred": true
  8176. }
  8177. ]
  8178. },
  8179. "require": {
  8180. "php": "^7.1"
  8181. },
  8182. "require-dev": {
  8183. "phpunit/phpunit": "^7.5"
  8184. },
  8185. "suggest": {
  8186. "ext-posix": "*"
  8187. },
  8188. "type": "library",
  8189. "extra": {
  8190. "branch-alias": {
  8191. "dev-master": "4.2-dev"
  8192. }
  8193. },
  8194. "autoload": {
  8195. "classmap": [
  8196. "src/"
  8197. ]
  8198. },
  8199. "notification-url": "https://packagist.org/downloads/",
  8200. "license": [
  8201. "BSD-3-Clause"
  8202. ],
  8203. "authors": [
  8204. {
  8205. "name": "Sebastian Bergmann",
  8206. "email": "sebastian@phpunit.de"
  8207. }
  8208. ],
  8209. "description": "Provides functionality to handle HHVM/PHP environments",
  8210. "homepage": "http://www.github.com/sebastianbergmann/environment",
  8211. "keywords": [
  8212. "Xdebug",
  8213. "environment",
  8214. "hhvm"
  8215. ],
  8216. "time": "2019-11-20T08:46:58+00:00"
  8217. },
  8218. {
  8219. "name": "sebastian/exporter",
  8220. "version": "3.1.2",
  8221. "source": {
  8222. "type": "git",
  8223. "url": "https://github.com/sebastianbergmann/exporter.git",
  8224. "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
  8225. },
  8226. "dist": {
  8227. "type": "zip",
  8228. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
  8229. "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
  8230. "shasum": "",
  8231. "mirrors": [
  8232. {
  8233. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8234. "preferred": true
  8235. }
  8236. ]
  8237. },
  8238. "require": {
  8239. "php": "^7.0",
  8240. "sebastian/recursion-context": "^3.0"
  8241. },
  8242. "require-dev": {
  8243. "ext-mbstring": "*",
  8244. "phpunit/phpunit": "^6.0"
  8245. },
  8246. "type": "library",
  8247. "extra": {
  8248. "branch-alias": {
  8249. "dev-master": "3.1.x-dev"
  8250. }
  8251. },
  8252. "autoload": {
  8253. "classmap": [
  8254. "src/"
  8255. ]
  8256. },
  8257. "notification-url": "https://packagist.org/downloads/",
  8258. "license": [
  8259. "BSD-3-Clause"
  8260. ],
  8261. "authors": [
  8262. {
  8263. "name": "Sebastian Bergmann",
  8264. "email": "sebastian@phpunit.de"
  8265. },
  8266. {
  8267. "name": "Jeff Welch",
  8268. "email": "whatthejeff@gmail.com"
  8269. },
  8270. {
  8271. "name": "Volker Dusch",
  8272. "email": "github@wallbash.com"
  8273. },
  8274. {
  8275. "name": "Adam Harvey",
  8276. "email": "aharvey@php.net"
  8277. },
  8278. {
  8279. "name": "Bernhard Schussek",
  8280. "email": "bschussek@gmail.com"
  8281. }
  8282. ],
  8283. "description": "Provides the functionality to export PHP variables for visualization",
  8284. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  8285. "keywords": [
  8286. "export",
  8287. "exporter"
  8288. ],
  8289. "time": "2019-09-14T09:02:43+00:00"
  8290. },
  8291. {
  8292. "name": "sebastian/global-state",
  8293. "version": "3.0.0",
  8294. "source": {
  8295. "type": "git",
  8296. "url": "https://github.com/sebastianbergmann/global-state.git",
  8297. "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4"
  8298. },
  8299. "dist": {
  8300. "type": "zip",
  8301. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
  8302. "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
  8303. "shasum": "",
  8304. "mirrors": [
  8305. {
  8306. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8307. "preferred": true
  8308. }
  8309. ]
  8310. },
  8311. "require": {
  8312. "php": "^7.2",
  8313. "sebastian/object-reflector": "^1.1.1",
  8314. "sebastian/recursion-context": "^3.0"
  8315. },
  8316. "require-dev": {
  8317. "ext-dom": "*",
  8318. "phpunit/phpunit": "^8.0"
  8319. },
  8320. "suggest": {
  8321. "ext-uopz": "*"
  8322. },
  8323. "type": "library",
  8324. "extra": {
  8325. "branch-alias": {
  8326. "dev-master": "3.0-dev"
  8327. }
  8328. },
  8329. "autoload": {
  8330. "classmap": [
  8331. "src/"
  8332. ]
  8333. },
  8334. "notification-url": "https://packagist.org/downloads/",
  8335. "license": [
  8336. "BSD-3-Clause"
  8337. ],
  8338. "authors": [
  8339. {
  8340. "name": "Sebastian Bergmann",
  8341. "email": "sebastian@phpunit.de"
  8342. }
  8343. ],
  8344. "description": "Snapshotting of global state",
  8345. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  8346. "keywords": [
  8347. "global state"
  8348. ],
  8349. "time": "2019-02-01T05:30:01+00:00"
  8350. },
  8351. {
  8352. "name": "sebastian/object-enumerator",
  8353. "version": "3.0.3",
  8354. "source": {
  8355. "type": "git",
  8356. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  8357. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
  8358. },
  8359. "dist": {
  8360. "type": "zip",
  8361. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  8362. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  8363. "shasum": "",
  8364. "mirrors": [
  8365. {
  8366. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8367. "preferred": true
  8368. }
  8369. ]
  8370. },
  8371. "require": {
  8372. "php": "^7.0",
  8373. "sebastian/object-reflector": "^1.1.1",
  8374. "sebastian/recursion-context": "^3.0"
  8375. },
  8376. "require-dev": {
  8377. "phpunit/phpunit": "^6.0"
  8378. },
  8379. "type": "library",
  8380. "extra": {
  8381. "branch-alias": {
  8382. "dev-master": "3.0.x-dev"
  8383. }
  8384. },
  8385. "autoload": {
  8386. "classmap": [
  8387. "src/"
  8388. ]
  8389. },
  8390. "notification-url": "https://packagist.org/downloads/",
  8391. "license": [
  8392. "BSD-3-Clause"
  8393. ],
  8394. "authors": [
  8395. {
  8396. "name": "Sebastian Bergmann",
  8397. "email": "sebastian@phpunit.de"
  8398. }
  8399. ],
  8400. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  8401. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  8402. "time": "2017-08-03T12:35:26+00:00"
  8403. },
  8404. {
  8405. "name": "sebastian/object-reflector",
  8406. "version": "1.1.1",
  8407. "source": {
  8408. "type": "git",
  8409. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  8410. "reference": "773f97c67f28de00d397be301821b06708fca0be"
  8411. },
  8412. "dist": {
  8413. "type": "zip",
  8414. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
  8415. "reference": "773f97c67f28de00d397be301821b06708fca0be",
  8416. "shasum": "",
  8417. "mirrors": [
  8418. {
  8419. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8420. "preferred": true
  8421. }
  8422. ]
  8423. },
  8424. "require": {
  8425. "php": "^7.0"
  8426. },
  8427. "require-dev": {
  8428. "phpunit/phpunit": "^6.0"
  8429. },
  8430. "type": "library",
  8431. "extra": {
  8432. "branch-alias": {
  8433. "dev-master": "1.1-dev"
  8434. }
  8435. },
  8436. "autoload": {
  8437. "classmap": [
  8438. "src/"
  8439. ]
  8440. },
  8441. "notification-url": "https://packagist.org/downloads/",
  8442. "license": [
  8443. "BSD-3-Clause"
  8444. ],
  8445. "authors": [
  8446. {
  8447. "name": "Sebastian Bergmann",
  8448. "email": "sebastian@phpunit.de"
  8449. }
  8450. ],
  8451. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  8452. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  8453. "time": "2017-03-29T09:07:27+00:00"
  8454. },
  8455. {
  8456. "name": "sebastian/recursion-context",
  8457. "version": "3.0.0",
  8458. "source": {
  8459. "type": "git",
  8460. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  8461. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
  8462. },
  8463. "dist": {
  8464. "type": "zip",
  8465. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  8466. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  8467. "shasum": "",
  8468. "mirrors": [
  8469. {
  8470. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8471. "preferred": true
  8472. }
  8473. ]
  8474. },
  8475. "require": {
  8476. "php": "^7.0"
  8477. },
  8478. "require-dev": {
  8479. "phpunit/phpunit": "^6.0"
  8480. },
  8481. "type": "library",
  8482. "extra": {
  8483. "branch-alias": {
  8484. "dev-master": "3.0.x-dev"
  8485. }
  8486. },
  8487. "autoload": {
  8488. "classmap": [
  8489. "src/"
  8490. ]
  8491. },
  8492. "notification-url": "https://packagist.org/downloads/",
  8493. "license": [
  8494. "BSD-3-Clause"
  8495. ],
  8496. "authors": [
  8497. {
  8498. "name": "Jeff Welch",
  8499. "email": "whatthejeff@gmail.com"
  8500. },
  8501. {
  8502. "name": "Sebastian Bergmann",
  8503. "email": "sebastian@phpunit.de"
  8504. },
  8505. {
  8506. "name": "Adam Harvey",
  8507. "email": "aharvey@php.net"
  8508. }
  8509. ],
  8510. "description": "Provides functionality to recursively process PHP variables",
  8511. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  8512. "time": "2017-03-03T06:23:57+00:00"
  8513. },
  8514. {
  8515. "name": "sebastian/resource-operations",
  8516. "version": "2.0.1",
  8517. "source": {
  8518. "type": "git",
  8519. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  8520. "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
  8521. },
  8522. "dist": {
  8523. "type": "zip",
  8524. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
  8525. "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
  8526. "shasum": "",
  8527. "mirrors": [
  8528. {
  8529. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8530. "preferred": true
  8531. }
  8532. ]
  8533. },
  8534. "require": {
  8535. "php": "^7.1"
  8536. },
  8537. "type": "library",
  8538. "extra": {
  8539. "branch-alias": {
  8540. "dev-master": "2.0-dev"
  8541. }
  8542. },
  8543. "autoload": {
  8544. "classmap": [
  8545. "src/"
  8546. ]
  8547. },
  8548. "notification-url": "https://packagist.org/downloads/",
  8549. "license": [
  8550. "BSD-3-Clause"
  8551. ],
  8552. "authors": [
  8553. {
  8554. "name": "Sebastian Bergmann",
  8555. "email": "sebastian@phpunit.de"
  8556. }
  8557. ],
  8558. "description": "Provides a list of PHP built-in functions that operate on resources",
  8559. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  8560. "time": "2018-10-04T04:07:39+00:00"
  8561. },
  8562. {
  8563. "name": "sebastian/type",
  8564. "version": "1.1.3",
  8565. "source": {
  8566. "type": "git",
  8567. "url": "https://github.com/sebastianbergmann/type.git",
  8568. "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3"
  8569. },
  8570. "dist": {
  8571. "type": "zip",
  8572. "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3",
  8573. "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3",
  8574. "shasum": "",
  8575. "mirrors": [
  8576. {
  8577. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8578. "preferred": true
  8579. }
  8580. ]
  8581. },
  8582. "require": {
  8583. "php": "^7.2"
  8584. },
  8585. "require-dev": {
  8586. "phpunit/phpunit": "^8.2"
  8587. },
  8588. "type": "library",
  8589. "extra": {
  8590. "branch-alias": {
  8591. "dev-master": "1.1-dev"
  8592. }
  8593. },
  8594. "autoload": {
  8595. "classmap": [
  8596. "src/"
  8597. ]
  8598. },
  8599. "notification-url": "https://packagist.org/downloads/",
  8600. "license": [
  8601. "BSD-3-Clause"
  8602. ],
  8603. "authors": [
  8604. {
  8605. "name": "Sebastian Bergmann",
  8606. "email": "sebastian@phpunit.de",
  8607. "role": "lead"
  8608. }
  8609. ],
  8610. "description": "Collection of value objects that represent the types of the PHP type system",
  8611. "homepage": "https://github.com/sebastianbergmann/type",
  8612. "time": "2019-07-02T08:10:15+00:00"
  8613. },
  8614. {
  8615. "name": "sebastian/version",
  8616. "version": "2.0.1",
  8617. "source": {
  8618. "type": "git",
  8619. "url": "https://github.com/sebastianbergmann/version.git",
  8620. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  8621. },
  8622. "dist": {
  8623. "type": "zip",
  8624. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  8625. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  8626. "shasum": "",
  8627. "mirrors": [
  8628. {
  8629. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8630. "preferred": true
  8631. }
  8632. ]
  8633. },
  8634. "require": {
  8635. "php": ">=5.6"
  8636. },
  8637. "type": "library",
  8638. "extra": {
  8639. "branch-alias": {
  8640. "dev-master": "2.0.x-dev"
  8641. }
  8642. },
  8643. "autoload": {
  8644. "classmap": [
  8645. "src/"
  8646. ]
  8647. },
  8648. "notification-url": "https://packagist.org/downloads/",
  8649. "license": [
  8650. "BSD-3-Clause"
  8651. ],
  8652. "authors": [
  8653. {
  8654. "name": "Sebastian Bergmann",
  8655. "email": "sebastian@phpunit.de",
  8656. "role": "lead"
  8657. }
  8658. ],
  8659. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  8660. "homepage": "https://github.com/sebastianbergmann/version",
  8661. "time": "2016-10-03T07:35:21+00:00"
  8662. },
  8663. {
  8664. "name": "theseer/tokenizer",
  8665. "version": "1.2.0",
  8666. "source": {
  8667. "type": "git",
  8668. "url": "https://github.com/theseer/tokenizer.git",
  8669. "reference": "75a63c33a8577608444246075ea0af0d052e452a"
  8670. },
  8671. "dist": {
  8672. "type": "zip",
  8673. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
  8674. "reference": "75a63c33a8577608444246075ea0af0d052e452a",
  8675. "shasum": "",
  8676. "mirrors": [
  8677. {
  8678. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8679. "preferred": true
  8680. }
  8681. ]
  8682. },
  8683. "require": {
  8684. "ext-dom": "*",
  8685. "ext-tokenizer": "*",
  8686. "ext-xmlwriter": "*",
  8687. "php": "^7.2 || ^8.0"
  8688. },
  8689. "type": "library",
  8690. "autoload": {
  8691. "classmap": [
  8692. "src/"
  8693. ]
  8694. },
  8695. "notification-url": "https://packagist.org/downloads/",
  8696. "license": [
  8697. "BSD-3-Clause"
  8698. ],
  8699. "authors": [
  8700. {
  8701. "name": "Arne Blankerts",
  8702. "email": "arne@blankerts.de",
  8703. "role": "Developer"
  8704. }
  8705. ],
  8706. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  8707. "time": "2020-07-12T23:59:07+00:00"
  8708. },
  8709. {
  8710. "name": "webmozart/assert",
  8711. "version": "1.9.1",
  8712. "source": {
  8713. "type": "git",
  8714. "url": "https://github.com/webmozart/assert.git",
  8715. "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
  8716. },
  8717. "dist": {
  8718. "type": "zip",
  8719. "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
  8720. "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
  8721. "shasum": "",
  8722. "mirrors": [
  8723. {
  8724. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  8725. "preferred": true
  8726. }
  8727. ]
  8728. },
  8729. "require": {
  8730. "php": "^5.3.3 || ^7.0 || ^8.0",
  8731. "symfony/polyfill-ctype": "^1.8"
  8732. },
  8733. "conflict": {
  8734. "phpstan/phpstan": "<0.12.20",
  8735. "vimeo/psalm": "<3.9.1"
  8736. },
  8737. "require-dev": {
  8738. "phpunit/phpunit": "^4.8.36 || ^7.5.13"
  8739. },
  8740. "type": "library",
  8741. "autoload": {
  8742. "psr-4": {
  8743. "Webmozart\\Assert\\": "src/"
  8744. }
  8745. },
  8746. "notification-url": "https://packagist.org/downloads/",
  8747. "license": [
  8748. "MIT"
  8749. ],
  8750. "authors": [
  8751. {
  8752. "name": "Bernhard Schussek",
  8753. "email": "bschussek@gmail.com"
  8754. }
  8755. ],
  8756. "description": "Assertions to validate method input/output with nice error messages.",
  8757. "keywords": [
  8758. "assert",
  8759. "check",
  8760. "validate"
  8761. ],
  8762. "time": "2020-07-08T17:02:28+00:00"
  8763. }
  8764. ],
  8765. "aliases": [],
  8766. "minimum-stability": "dev",
  8767. "stability-flags": [],
  8768. "prefer-stable": true,
  8769. "prefer-lowest": false,
  8770. "platform": {
  8771. "php": "^7.2.5"
  8772. },
  8773. "platform-dev": []
  8774. }