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

8180 lines
289 KiB

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