链街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.

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