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

6996 lines
248 KiB

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": "c21ee2ad6564653c5795b9c1b963ad17",
  8. "packages": [
  9. {
  10. "name": "asm89/stack-cors",
  11. "version": "1.3.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/asm89/stack-cors.git",
  15. "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/asm89/stack-cors/zipball/b9c31def6a83f84b4d4a40d35996d375755f0e08",
  20. "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08",
  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. "php": ">=5.5.9",
  31. "symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0",
  32. "symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0"
  33. },
  34. "require-dev": {
  35. "phpunit/phpunit": "^5.0 || ^4.8.10",
  36. "squizlabs/php_codesniffer": "^2.3"
  37. },
  38. "type": "library",
  39. "extra": {
  40. "branch-alias": {
  41. "dev-master": "1.2-dev"
  42. }
  43. },
  44. "autoload": {
  45. "psr-4": {
  46. "Asm89\\Stack\\": "src/Asm89/Stack/"
  47. }
  48. },
  49. "notification-url": "https://packagist.org/downloads/",
  50. "license": [
  51. "MIT"
  52. ],
  53. "authors": [
  54. {
  55. "name": "Alexander",
  56. "email": "iam.asm89@gmail.com"
  57. }
  58. ],
  59. "description": "Cross-origin resource sharing library and stack middleware",
  60. "homepage": "https://github.com/asm89/stack-cors",
  61. "keywords": [
  62. "cors",
  63. "stack"
  64. ],
  65. "time": "2019-12-24T22:41:47+00:00"
  66. },
  67. {
  68. "name": "brick/math",
  69. "version": "0.8.15",
  70. "source": {
  71. "type": "git",
  72. "url": "https://github.com/brick/math.git",
  73. "reference": "9b08d412b9da9455b210459ff71414de7e6241cd"
  74. },
  75. "dist": {
  76. "type": "zip",
  77. "url": "https://api.github.com/repos/brick/math/zipball/9b08d412b9da9455b210459ff71414de7e6241cd",
  78. "reference": "9b08d412b9da9455b210459ff71414de7e6241cd",
  79. "shasum": "",
  80. "mirrors": [
  81. {
  82. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  83. "preferred": true
  84. }
  85. ]
  86. },
  87. "require": {
  88. "ext-json": "*",
  89. "php": "^7.1|^8.0"
  90. },
  91. "require-dev": {
  92. "php-coveralls/php-coveralls": "^2.2",
  93. "phpunit/phpunit": "^7.5.15|^8.5",
  94. "vimeo/psalm": "^3.5"
  95. },
  96. "type": "library",
  97. "autoload": {
  98. "psr-4": {
  99. "Brick\\Math\\": "src/"
  100. }
  101. },
  102. "notification-url": "https://packagist.org/downloads/",
  103. "license": [
  104. "MIT"
  105. ],
  106. "description": "Arbitrary-precision arithmetic library",
  107. "keywords": [
  108. "Arbitrary-precision",
  109. "BigInteger",
  110. "BigRational",
  111. "arithmetic",
  112. "bigdecimal",
  113. "bignum",
  114. "brick",
  115. "math"
  116. ],
  117. "time": "2020-04-15T15:59:35+00:00"
  118. },
  119. {
  120. "name": "dcat/laravel-admin",
  121. "version": "1.6.5",
  122. "source": {
  123. "type": "git",
  124. "url": "https://github.com/jqhph/dcat-admin.git",
  125. "reference": "684ea3da59a6caa8f00771781b7ff50d18759b81"
  126. },
  127. "dist": {
  128. "type": "zip",
  129. "url": "https://api.github.com/repos/jqhph/dcat-admin/zipball/684ea3da59a6caa8f00771781b7ff50d18759b81",
  130. "reference": "684ea3da59a6caa8f00771781b7ff50d18759b81",
  131. "shasum": "",
  132. "mirrors": [
  133. {
  134. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  135. "preferred": true
  136. }
  137. ]
  138. },
  139. "require": {
  140. "doctrine/dbal": "2.*",
  141. "laravel/framework": "~5.5|~6.0|~7.0",
  142. "php": ">=7.1.0",
  143. "spatie/eloquent-sortable": "3.*",
  144. "symfony/dom-crawler": "~3.1|~4.0|~5.0"
  145. },
  146. "require-dev": {
  147. "fzaninotto/faker": "^1.4",
  148. "laravel/dusk": "~5.9",
  149. "mockery/mockery": "^1.0",
  150. "phpstan/phpstan": "^0.12.0",
  151. "phpunit/phpunit": "^7.5"
  152. },
  153. "type": "library",
  154. "extra": {
  155. "laravel": {
  156. "providers": [
  157. "Dcat\\Admin\\AdminServiceProvider"
  158. ]
  159. }
  160. },
  161. "autoload": {
  162. "psr-4": {
  163. "Dcat\\Admin\\": "src/"
  164. },
  165. "files": [
  166. "src/Support/helpers.php"
  167. ]
  168. },
  169. "notification-url": "https://packagist.org/downloads/",
  170. "license": [
  171. "MIT"
  172. ],
  173. "authors": [
  174. {
  175. "name": "jqh",
  176. "email": "841324345@qq.com"
  177. }
  178. ],
  179. "description": "dcat admin",
  180. "homepage": "https://github.com/jqhph/dcat-admin",
  181. "keywords": [
  182. "admin",
  183. "dcat",
  184. "form",
  185. "grid",
  186. "laravel",
  187. "laravel admin"
  188. ],
  189. "time": "2020-07-28T03:26:18+00:00"
  190. },
  191. {
  192. "name": "dnoegel/php-xdg-base-dir",
  193. "version": "v0.1.1",
  194. "source": {
  195. "type": "git",
  196. "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
  197. "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
  198. },
  199. "dist": {
  200. "type": "zip",
  201. "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
  202. "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
  203. "shasum": "",
  204. "mirrors": [
  205. {
  206. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  207. "preferred": true
  208. }
  209. ]
  210. },
  211. "require": {
  212. "php": ">=5.3.2"
  213. },
  214. "require-dev": {
  215. "phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
  216. },
  217. "type": "library",
  218. "autoload": {
  219. "psr-4": {
  220. "XdgBaseDir\\": "src/"
  221. }
  222. },
  223. "notification-url": "https://packagist.org/downloads/",
  224. "license": [
  225. "MIT"
  226. ],
  227. "description": "implementation of xdg base directory specification for php",
  228. "time": "2019-12-04T15:06:13+00:00"
  229. },
  230. {
  231. "name": "doctrine/cache",
  232. "version": "1.10.2",
  233. "source": {
  234. "type": "git",
  235. "url": "https://github.com/doctrine/cache.git",
  236. "reference": "13e3381b25847283a91948d04640543941309727"
  237. },
  238. "dist": {
  239. "type": "zip",
  240. "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727",
  241. "reference": "13e3381b25847283a91948d04640543941309727",
  242. "shasum": "",
  243. "mirrors": [
  244. {
  245. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  246. "preferred": true
  247. }
  248. ]
  249. },
  250. "require": {
  251. "php": "~7.1 || ^8.0"
  252. },
  253. "conflict": {
  254. "doctrine/common": ">2.2,<2.4"
  255. },
  256. "require-dev": {
  257. "alcaeus/mongo-php-adapter": "^1.1",
  258. "doctrine/coding-standard": "^6.0",
  259. "mongodb/mongodb": "^1.1",
  260. "phpunit/phpunit": "^7.0",
  261. "predis/predis": "~1.0"
  262. },
  263. "suggest": {
  264. "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
  265. },
  266. "type": "library",
  267. "extra": {
  268. "branch-alias": {
  269. "dev-master": "1.9.x-dev"
  270. }
  271. },
  272. "autoload": {
  273. "psr-4": {
  274. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  275. }
  276. },
  277. "notification-url": "https://packagist.org/downloads/",
  278. "license": [
  279. "MIT"
  280. ],
  281. "authors": [
  282. {
  283. "name": "Guilherme Blanco",
  284. "email": "guilhermeblanco@gmail.com"
  285. },
  286. {
  287. "name": "Roman Borschel",
  288. "email": "roman@code-factory.org"
  289. },
  290. {
  291. "name": "Benjamin Eberlei",
  292. "email": "kontakt@beberlei.de"
  293. },
  294. {
  295. "name": "Jonathan Wage",
  296. "email": "jonwage@gmail.com"
  297. },
  298. {
  299. "name": "Johannes Schmitt",
  300. "email": "schmittjoh@gmail.com"
  301. }
  302. ],
  303. "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
  304. "homepage": "https://www.doctrine-project.org/projects/cache.html",
  305. "keywords": [
  306. "abstraction",
  307. "apcu",
  308. "cache",
  309. "caching",
  310. "couchdb",
  311. "memcached",
  312. "php",
  313. "redis",
  314. "xcache"
  315. ],
  316. "time": "2020-07-07T18:54:01+00:00"
  317. },
  318. {
  319. "name": "doctrine/dbal",
  320. "version": "2.10.2",
  321. "source": {
  322. "type": "git",
  323. "url": "https://github.com/doctrine/dbal.git",
  324. "reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8"
  325. },
  326. "dist": {
  327. "type": "zip",
  328. "url": "https://api.github.com/repos/doctrine/dbal/zipball/aab745e7b6b2de3b47019da81e7225e14dcfdac8",
  329. "reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8",
  330. "shasum": "",
  331. "mirrors": [
  332. {
  333. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  334. "preferred": true
  335. }
  336. ]
  337. },
  338. "require": {
  339. "doctrine/cache": "^1.0",
  340. "doctrine/event-manager": "^1.0",
  341. "ext-pdo": "*",
  342. "php": "^7.2"
  343. },
  344. "require-dev": {
  345. "doctrine/coding-standard": "^6.0",
  346. "jetbrains/phpstorm-stubs": "^2019.1",
  347. "nikic/php-parser": "^4.4",
  348. "phpstan/phpstan": "^0.12",
  349. "phpunit/phpunit": "^8.4.1",
  350. "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
  351. "vimeo/psalm": "^3.11"
  352. },
  353. "suggest": {
  354. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  355. },
  356. "bin": [
  357. "bin/doctrine-dbal"
  358. ],
  359. "type": "library",
  360. "extra": {
  361. "branch-alias": {
  362. "dev-master": "2.10.x-dev",
  363. "dev-develop": "3.0.x-dev"
  364. }
  365. },
  366. "autoload": {
  367. "psr-4": {
  368. "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
  369. }
  370. },
  371. "notification-url": "https://packagist.org/downloads/",
  372. "license": [
  373. "MIT"
  374. ],
  375. "authors": [
  376. {
  377. "name": "Guilherme Blanco",
  378. "email": "guilhermeblanco@gmail.com"
  379. },
  380. {
  381. "name": "Roman Borschel",
  382. "email": "roman@code-factory.org"
  383. },
  384. {
  385. "name": "Benjamin Eberlei",
  386. "email": "kontakt@beberlei.de"
  387. },
  388. {
  389. "name": "Jonathan Wage",
  390. "email": "jonwage@gmail.com"
  391. }
  392. ],
  393. "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
  394. "homepage": "https://www.doctrine-project.org/projects/dbal.html",
  395. "keywords": [
  396. "abstraction",
  397. "database",
  398. "db2",
  399. "dbal",
  400. "mariadb",
  401. "mssql",
  402. "mysql",
  403. "oci8",
  404. "oracle",
  405. "pdo",
  406. "pgsql",
  407. "postgresql",
  408. "queryobject",
  409. "sasql",
  410. "sql",
  411. "sqlanywhere",
  412. "sqlite",
  413. "sqlserver",
  414. "sqlsrv"
  415. ],
  416. "time": "2020-04-20T17:19:26+00:00"
  417. },
  418. {
  419. "name": "doctrine/event-manager",
  420. "version": "1.1.0",
  421. "source": {
  422. "type": "git",
  423. "url": "https://github.com/doctrine/event-manager.git",
  424. "reference": "629572819973f13486371cb611386eb17851e85c"
  425. },
  426. "dist": {
  427. "type": "zip",
  428. "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
  429. "reference": "629572819973f13486371cb611386eb17851e85c",
  430. "shasum": "",
  431. "mirrors": [
  432. {
  433. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  434. "preferred": true
  435. }
  436. ]
  437. },
  438. "require": {
  439. "php": "^7.1"
  440. },
  441. "conflict": {
  442. "doctrine/common": "<2.9@dev"
  443. },
  444. "require-dev": {
  445. "doctrine/coding-standard": "^6.0",
  446. "phpunit/phpunit": "^7.0"
  447. },
  448. "type": "library",
  449. "extra": {
  450. "branch-alias": {
  451. "dev-master": "1.0.x-dev"
  452. }
  453. },
  454. "autoload": {
  455. "psr-4": {
  456. "Doctrine\\Common\\": "lib/Doctrine/Common"
  457. }
  458. },
  459. "notification-url": "https://packagist.org/downloads/",
  460. "license": [
  461. "MIT"
  462. ],
  463. "authors": [
  464. {
  465. "name": "Guilherme Blanco",
  466. "email": "guilhermeblanco@gmail.com"
  467. },
  468. {
  469. "name": "Roman Borschel",
  470. "email": "roman@code-factory.org"
  471. },
  472. {
  473. "name": "Benjamin Eberlei",
  474. "email": "kontakt@beberlei.de"
  475. },
  476. {
  477. "name": "Jonathan Wage",
  478. "email": "jonwage@gmail.com"
  479. },
  480. {
  481. "name": "Johannes Schmitt",
  482. "email": "schmittjoh@gmail.com"
  483. },
  484. {
  485. "name": "Marco Pivetta",
  486. "email": "ocramius@gmail.com"
  487. }
  488. ],
  489. "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
  490. "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
  491. "keywords": [
  492. "event",
  493. "event dispatcher",
  494. "event manager",
  495. "event system",
  496. "events"
  497. ],
  498. "time": "2019-11-10T09:48:07+00:00"
  499. },
  500. {
  501. "name": "doctrine/inflector",
  502. "version": "2.0.3",
  503. "source": {
  504. "type": "git",
  505. "url": "https://github.com/doctrine/inflector.git",
  506. "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210"
  507. },
  508. "dist": {
  509. "type": "zip",
  510. "url": "https://api.github.com/repos/doctrine/inflector/zipball/9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
  511. "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
  512. "shasum": "",
  513. "mirrors": [
  514. {
  515. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  516. "preferred": true
  517. }
  518. ]
  519. },
  520. "require": {
  521. "php": "^7.2 || ^8.0"
  522. },
  523. "require-dev": {
  524. "doctrine/coding-standard": "^7.0",
  525. "phpstan/phpstan": "^0.11",
  526. "phpstan/phpstan-phpunit": "^0.11",
  527. "phpstan/phpstan-strict-rules": "^0.11",
  528. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
  529. },
  530. "type": "library",
  531. "extra": {
  532. "branch-alias": {
  533. "dev-master": "2.0.x-dev"
  534. }
  535. },
  536. "autoload": {
  537. "psr-4": {
  538. "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
  539. }
  540. },
  541. "notification-url": "https://packagist.org/downloads/",
  542. "license": [
  543. "MIT"
  544. ],
  545. "authors": [
  546. {
  547. "name": "Guilherme Blanco",
  548. "email": "guilhermeblanco@gmail.com"
  549. },
  550. {
  551. "name": "Roman Borschel",
  552. "email": "roman@code-factory.org"
  553. },
  554. {
  555. "name": "Benjamin Eberlei",
  556. "email": "kontakt@beberlei.de"
  557. },
  558. {
  559. "name": "Jonathan Wage",
  560. "email": "jonwage@gmail.com"
  561. },
  562. {
  563. "name": "Johannes Schmitt",
  564. "email": "schmittjoh@gmail.com"
  565. }
  566. ],
  567. "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
  568. "homepage": "https://www.doctrine-project.org/projects/inflector.html",
  569. "keywords": [
  570. "inflection",
  571. "inflector",
  572. "lowercase",
  573. "manipulation",
  574. "php",
  575. "plural",
  576. "singular",
  577. "strings",
  578. "uppercase",
  579. "words"
  580. ],
  581. "time": "2020-05-29T15:13:26+00:00"
  582. },
  583. {
  584. "name": "doctrine/lexer",
  585. "version": "1.2.1",
  586. "source": {
  587. "type": "git",
  588. "url": "https://github.com/doctrine/lexer.git",
  589. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
  590. },
  591. "dist": {
  592. "type": "zip",
  593. "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
  594. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
  595. "shasum": "",
  596. "mirrors": [
  597. {
  598. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  599. "preferred": true
  600. }
  601. ]
  602. },
  603. "require": {
  604. "php": "^7.2 || ^8.0"
  605. },
  606. "require-dev": {
  607. "doctrine/coding-standard": "^6.0",
  608. "phpstan/phpstan": "^0.11.8",
  609. "phpunit/phpunit": "^8.2"
  610. },
  611. "type": "library",
  612. "extra": {
  613. "branch-alias": {
  614. "dev-master": "1.2.x-dev"
  615. }
  616. },
  617. "autoload": {
  618. "psr-4": {
  619. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  620. }
  621. },
  622. "notification-url": "https://packagist.org/downloads/",
  623. "license": [
  624. "MIT"
  625. ],
  626. "authors": [
  627. {
  628. "name": "Guilherme Blanco",
  629. "email": "guilhermeblanco@gmail.com"
  630. },
  631. {
  632. "name": "Roman Borschel",
  633. "email": "roman@code-factory.org"
  634. },
  635. {
  636. "name": "Johannes Schmitt",
  637. "email": "schmittjoh@gmail.com"
  638. }
  639. ],
  640. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  641. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  642. "keywords": [
  643. "annotations",
  644. "docblock",
  645. "lexer",
  646. "parser",
  647. "php"
  648. ],
  649. "time": "2020-05-25T17:44:05+00:00"
  650. },
  651. {
  652. "name": "dragonmantank/cron-expression",
  653. "version": "v2.3.0",
  654. "source": {
  655. "type": "git",
  656. "url": "https://github.com/dragonmantank/cron-expression.git",
  657. "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27"
  658. },
  659. "dist": {
  660. "type": "zip",
  661. "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/72b6fbf76adb3cf5bc0db68559b33d41219aba27",
  662. "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27",
  663. "shasum": "",
  664. "mirrors": [
  665. {
  666. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  667. "preferred": true
  668. }
  669. ]
  670. },
  671. "require": {
  672. "php": "^7.0"
  673. },
  674. "require-dev": {
  675. "phpunit/phpunit": "^6.4|^7.0"
  676. },
  677. "type": "library",
  678. "extra": {
  679. "branch-alias": {
  680. "dev-master": "2.3-dev"
  681. }
  682. },
  683. "autoload": {
  684. "psr-4": {
  685. "Cron\\": "src/Cron/"
  686. }
  687. },
  688. "notification-url": "https://packagist.org/downloads/",
  689. "license": [
  690. "MIT"
  691. ],
  692. "authors": [
  693. {
  694. "name": "Michael Dowling",
  695. "email": "mtdowling@gmail.com",
  696. "homepage": "https://github.com/mtdowling"
  697. },
  698. {
  699. "name": "Chris Tankersley",
  700. "email": "chris@ctankersley.com",
  701. "homepage": "https://github.com/dragonmantank"
  702. }
  703. ],
  704. "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  705. "keywords": [
  706. "cron",
  707. "schedule"
  708. ],
  709. "time": "2019-03-31T00:38:28+00:00"
  710. },
  711. {
  712. "name": "egulias/email-validator",
  713. "version": "2.1.18",
  714. "source": {
  715. "type": "git",
  716. "url": "https://github.com/egulias/EmailValidator.git",
  717. "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441"
  718. },
  719. "dist": {
  720. "type": "zip",
  721. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/cfa3d44471c7f5bfb684ac2b0da7114283d78441",
  722. "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441",
  723. "shasum": "",
  724. "mirrors": [
  725. {
  726. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  727. "preferred": true
  728. }
  729. ]
  730. },
  731. "require": {
  732. "doctrine/lexer": "^1.0.1",
  733. "php": ">=5.5",
  734. "symfony/polyfill-intl-idn": "^1.10"
  735. },
  736. "require-dev": {
  737. "dominicsayers/isemail": "^3.0.7",
  738. "phpunit/phpunit": "^4.8.36|^7.5.15",
  739. "satooshi/php-coveralls": "^1.0.1"
  740. },
  741. "suggest": {
  742. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  743. },
  744. "type": "library",
  745. "extra": {
  746. "branch-alias": {
  747. "dev-master": "2.1.x-dev"
  748. }
  749. },
  750. "autoload": {
  751. "psr-4": {
  752. "Egulias\\EmailValidator\\": "src"
  753. }
  754. },
  755. "notification-url": "https://packagist.org/downloads/",
  756. "license": [
  757. "MIT"
  758. ],
  759. "authors": [
  760. {
  761. "name": "Eduardo Gulias Davis"
  762. }
  763. ],
  764. "description": "A library for validating emails against several RFCs",
  765. "homepage": "https://github.com/egulias/EmailValidator",
  766. "keywords": [
  767. "email",
  768. "emailvalidation",
  769. "emailvalidator",
  770. "validation",
  771. "validator"
  772. ],
  773. "time": "2020-06-16T20:11:17+00:00"
  774. },
  775. {
  776. "name": "fideloper/proxy",
  777. "version": "4.4.0",
  778. "source": {
  779. "type": "git",
  780. "url": "https://github.com/fideloper/TrustedProxy.git",
  781. "reference": "9beebf48a1c344ed67c1d36bb1b8709db7c3c1a8"
  782. },
  783. "dist": {
  784. "type": "zip",
  785. "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/9beebf48a1c344ed67c1d36bb1b8709db7c3c1a8",
  786. "reference": "9beebf48a1c344ed67c1d36bb1b8709db7c3c1a8",
  787. "shasum": "",
  788. "mirrors": [
  789. {
  790. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  791. "preferred": true
  792. }
  793. ]
  794. },
  795. "require": {
  796. "illuminate/contracts": "^5.0|^6.0|^7.0|^8.0",
  797. "php": ">=5.4.0"
  798. },
  799. "require-dev": {
  800. "illuminate/http": "^5.0|^6.0|^7.0|^8.0",
  801. "mockery/mockery": "^1.0",
  802. "phpunit/phpunit": "^6.0"
  803. },
  804. "type": "library",
  805. "extra": {
  806. "laravel": {
  807. "providers": [
  808. "Fideloper\\Proxy\\TrustedProxyServiceProvider"
  809. ]
  810. }
  811. },
  812. "autoload": {
  813. "psr-4": {
  814. "Fideloper\\Proxy\\": "src/"
  815. }
  816. },
  817. "notification-url": "https://packagist.org/downloads/",
  818. "license": [
  819. "MIT"
  820. ],
  821. "authors": [
  822. {
  823. "name": "Chris Fidao",
  824. "email": "fideloper@gmail.com"
  825. }
  826. ],
  827. "description": "Set trusted proxies for Laravel",
  828. "keywords": [
  829. "load balancing",
  830. "proxy",
  831. "trusted proxy"
  832. ],
  833. "time": "2020-06-23T01:36:47+00:00"
  834. },
  835. {
  836. "name": "fruitcake/laravel-cors",
  837. "version": "v1.0.6",
  838. "source": {
  839. "type": "git",
  840. "url": "https://github.com/fruitcake/laravel-cors.git",
  841. "reference": "1d127dbec313e2e227d65e0c483765d8d7559bf6"
  842. },
  843. "dist": {
  844. "type": "zip",
  845. "url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/1d127dbec313e2e227d65e0c483765d8d7559bf6",
  846. "reference": "1d127dbec313e2e227d65e0c483765d8d7559bf6",
  847. "shasum": "",
  848. "mirrors": [
  849. {
  850. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  851. "preferred": true
  852. }
  853. ]
  854. },
  855. "require": {
  856. "asm89/stack-cors": "^1.3",
  857. "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0",
  858. "illuminate/support": "^5.5|^6.0|^7.0|^8.0",
  859. "php": ">=7",
  860. "symfony/http-foundation": "^3.3|^4.0|^5.0",
  861. "symfony/http-kernel": "^3.3|^4.0|^5.0"
  862. },
  863. "require-dev": {
  864. "laravel/framework": "^5.5|^6.0|^7.0|^8.0",
  865. "orchestra/testbench": "^3.5|^4.0|^5.0|^6.0",
  866. "phpro/grumphp": "^0.16|^0.17",
  867. "phpunit/phpunit": "^6.0|^7.0|^8.0",
  868. "squizlabs/php_codesniffer": "^3.5"
  869. },
  870. "type": "library",
  871. "extra": {
  872. "branch-alias": {
  873. "dev-master": "1.0-dev"
  874. },
  875. "laravel": {
  876. "providers": [
  877. "Fruitcake\\Cors\\CorsServiceProvider"
  878. ]
  879. }
  880. },
  881. "autoload": {
  882. "psr-4": {
  883. "Fruitcake\\Cors\\": "src/"
  884. }
  885. },
  886. "notification-url": "https://packagist.org/downloads/",
  887. "license": [
  888. "MIT"
  889. ],
  890. "authors": [
  891. {
  892. "name": "Fruitcake",
  893. "homepage": "https://fruitcake.nl"
  894. },
  895. {
  896. "name": "Barry vd. Heuvel",
  897. "email": "barryvdh@gmail.com"
  898. }
  899. ],
  900. "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application",
  901. "keywords": [
  902. "api",
  903. "cors",
  904. "crossdomain",
  905. "laravel"
  906. ],
  907. "time": "2020-04-28T08:47:37+00:00"
  908. },
  909. {
  910. "name": "guzzlehttp/guzzle",
  911. "version": "6.5.5",
  912. "source": {
  913. "type": "git",
  914. "url": "https://github.com/guzzle/guzzle.git",
  915. "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
  916. },
  917. "dist": {
  918. "type": "zip",
  919. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
  920. "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
  921. "shasum": "",
  922. "mirrors": [
  923. {
  924. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  925. "preferred": true
  926. }
  927. ]
  928. },
  929. "require": {
  930. "ext-json": "*",
  931. "guzzlehttp/promises": "^1.0",
  932. "guzzlehttp/psr7": "^1.6.1",
  933. "php": ">=5.5",
  934. "symfony/polyfill-intl-idn": "^1.17.0"
  935. },
  936. "require-dev": {
  937. "ext-curl": "*",
  938. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
  939. "psr/log": "^1.1"
  940. },
  941. "suggest": {
  942. "psr/log": "Required for using the Log middleware"
  943. },
  944. "type": "library",
  945. "extra": {
  946. "branch-alias": {
  947. "dev-master": "6.5-dev"
  948. }
  949. },
  950. "autoload": {
  951. "psr-4": {
  952. "GuzzleHttp\\": "src/"
  953. },
  954. "files": [
  955. "src/functions_include.php"
  956. ]
  957. },
  958. "notification-url": "https://packagist.org/downloads/",
  959. "license": [
  960. "MIT"
  961. ],
  962. "authors": [
  963. {
  964. "name": "Michael Dowling",
  965. "email": "mtdowling@gmail.com",
  966. "homepage": "https://github.com/mtdowling"
  967. }
  968. ],
  969. "description": "Guzzle is a PHP HTTP client library",
  970. "homepage": "http://guzzlephp.org/",
  971. "keywords": [
  972. "client",
  973. "curl",
  974. "framework",
  975. "http",
  976. "http client",
  977. "rest",
  978. "web service"
  979. ],
  980. "time": "2020-06-16T21:01:06+00:00"
  981. },
  982. {
  983. "name": "guzzlehttp/promises",
  984. "version": "v1.3.1",
  985. "source": {
  986. "type": "git",
  987. "url": "https://github.com/guzzle/promises.git",
  988. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  989. },
  990. "dist": {
  991. "type": "zip",
  992. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  993. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  994. "shasum": "",
  995. "mirrors": [
  996. {
  997. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  998. "preferred": true
  999. }
  1000. ]
  1001. },
  1002. "require": {
  1003. "php": ">=5.5.0"
  1004. },
  1005. "require-dev": {
  1006. "phpunit/phpunit": "^4.0"
  1007. },
  1008. "type": "library",
  1009. "extra": {
  1010. "branch-alias": {
  1011. "dev-master": "1.4-dev"
  1012. }
  1013. },
  1014. "autoload": {
  1015. "psr-4": {
  1016. "GuzzleHttp\\Promise\\": "src/"
  1017. },
  1018. "files": [
  1019. "src/functions_include.php"
  1020. ]
  1021. },
  1022. "notification-url": "https://packagist.org/downloads/",
  1023. "license": [
  1024. "MIT"
  1025. ],
  1026. "authors": [
  1027. {
  1028. "name": "Michael Dowling",
  1029. "email": "mtdowling@gmail.com",
  1030. "homepage": "https://github.com/mtdowling"
  1031. }
  1032. ],
  1033. "description": "Guzzle promises library",
  1034. "keywords": [
  1035. "promise"
  1036. ],
  1037. "time": "2016-12-20T10:07:11+00:00"
  1038. },
  1039. {
  1040. "name": "guzzlehttp/psr7",
  1041. "version": "1.6.1",
  1042. "source": {
  1043. "type": "git",
  1044. "url": "https://github.com/guzzle/psr7.git",
  1045. "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
  1046. },
  1047. "dist": {
  1048. "type": "zip",
  1049. "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
  1050. "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
  1051. "shasum": "",
  1052. "mirrors": [
  1053. {
  1054. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1055. "preferred": true
  1056. }
  1057. ]
  1058. },
  1059. "require": {
  1060. "php": ">=5.4.0",
  1061. "psr/http-message": "~1.0",
  1062. "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
  1063. },
  1064. "provide": {
  1065. "psr/http-message-implementation": "1.0"
  1066. },
  1067. "require-dev": {
  1068. "ext-zlib": "*",
  1069. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
  1070. },
  1071. "suggest": {
  1072. "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
  1073. },
  1074. "type": "library",
  1075. "extra": {
  1076. "branch-alias": {
  1077. "dev-master": "1.6-dev"
  1078. }
  1079. },
  1080. "autoload": {
  1081. "psr-4": {
  1082. "GuzzleHttp\\Psr7\\": "src/"
  1083. },
  1084. "files": [
  1085. "src/functions_include.php"
  1086. ]
  1087. },
  1088. "notification-url": "https://packagist.org/downloads/",
  1089. "license": [
  1090. "MIT"
  1091. ],
  1092. "authors": [
  1093. {
  1094. "name": "Michael Dowling",
  1095. "email": "mtdowling@gmail.com",
  1096. "homepage": "https://github.com/mtdowling"
  1097. },
  1098. {
  1099. "name": "Tobias Schultze",
  1100. "homepage": "https://github.com/Tobion"
  1101. }
  1102. ],
  1103. "description": "PSR-7 message implementation that also provides common utility methods",
  1104. "keywords": [
  1105. "http",
  1106. "message",
  1107. "psr-7",
  1108. "request",
  1109. "response",
  1110. "stream",
  1111. "uri",
  1112. "url"
  1113. ],
  1114. "time": "2019-07-01T23:21:34+00:00"
  1115. },
  1116. {
  1117. "name": "laravel/framework",
  1118. "version": "v7.22.4",
  1119. "source": {
  1120. "type": "git",
  1121. "url": "https://github.com/laravel/framework.git",
  1122. "reference": "30e851a2b3a2af73fba0b7f4fa22b04260db98e7"
  1123. },
  1124. "dist": {
  1125. "type": "zip",
  1126. "url": "https://api.github.com/repos/laravel/framework/zipball/30e851a2b3a2af73fba0b7f4fa22b04260db98e7",
  1127. "reference": "30e851a2b3a2af73fba0b7f4fa22b04260db98e7",
  1128. "shasum": "",
  1129. "mirrors": [
  1130. {
  1131. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1132. "preferred": true
  1133. }
  1134. ]
  1135. },
  1136. "require": {
  1137. "doctrine/inflector": "^1.4|^2.0",
  1138. "dragonmantank/cron-expression": "^2.0",
  1139. "egulias/email-validator": "^2.1.10",
  1140. "ext-json": "*",
  1141. "ext-mbstring": "*",
  1142. "ext-openssl": "*",
  1143. "league/commonmark": "^1.3",
  1144. "league/flysystem": "^1.0.34",
  1145. "monolog/monolog": "^2.0",
  1146. "nesbot/carbon": "^2.17",
  1147. "opis/closure": "^3.1",
  1148. "php": "^7.2.5",
  1149. "psr/container": "^1.0",
  1150. "psr/simple-cache": "^1.0",
  1151. "ramsey/uuid": "^3.7|^4.0",
  1152. "swiftmailer/swiftmailer": "^6.0",
  1153. "symfony/console": "^5.0",
  1154. "symfony/error-handler": "^5.0",
  1155. "symfony/finder": "^5.0",
  1156. "symfony/http-foundation": "^5.0",
  1157. "symfony/http-kernel": "^5.0",
  1158. "symfony/mime": "^5.0",
  1159. "symfony/polyfill-php73": "^1.17",
  1160. "symfony/process": "^5.0",
  1161. "symfony/routing": "^5.0",
  1162. "symfony/var-dumper": "^5.0",
  1163. "tijsverkoyen/css-to-inline-styles": "^2.2.2",
  1164. "vlucas/phpdotenv": "^4.0",
  1165. "voku/portable-ascii": "^1.4.8"
  1166. },
  1167. "conflict": {
  1168. "tightenco/collect": "<5.5.33"
  1169. },
  1170. "provide": {
  1171. "psr/container-implementation": "1.0"
  1172. },
  1173. "replace": {
  1174. "illuminate/auth": "self.version",
  1175. "illuminate/broadcasting": "self.version",
  1176. "illuminate/bus": "self.version",
  1177. "illuminate/cache": "self.version",
  1178. "illuminate/config": "self.version",
  1179. "illuminate/console": "self.version",
  1180. "illuminate/container": "self.version",
  1181. "illuminate/contracts": "self.version",
  1182. "illuminate/cookie": "self.version",
  1183. "illuminate/database": "self.version",
  1184. "illuminate/encryption": "self.version",
  1185. "illuminate/events": "self.version",
  1186. "illuminate/filesystem": "self.version",
  1187. "illuminate/hashing": "self.version",
  1188. "illuminate/http": "self.version",
  1189. "illuminate/log": "self.version",
  1190. "illuminate/mail": "self.version",
  1191. "illuminate/notifications": "self.version",
  1192. "illuminate/pagination": "self.version",
  1193. "illuminate/pipeline": "self.version",
  1194. "illuminate/queue": "self.version",
  1195. "illuminate/redis": "self.version",
  1196. "illuminate/routing": "self.version",
  1197. "illuminate/session": "self.version",
  1198. "illuminate/support": "self.version",
  1199. "illuminate/testing": "self.version",
  1200. "illuminate/translation": "self.version",
  1201. "illuminate/validation": "self.version",
  1202. "illuminate/view": "self.version"
  1203. },
  1204. "require-dev": {
  1205. "aws/aws-sdk-php": "^3.0",
  1206. "doctrine/dbal": "^2.6",
  1207. "filp/whoops": "^2.4",
  1208. "guzzlehttp/guzzle": "^6.3.1|^7.0",
  1209. "league/flysystem-cached-adapter": "^1.0",
  1210. "mockery/mockery": "^1.3.1",
  1211. "moontoast/math": "^1.1",
  1212. "orchestra/testbench-core": "^5.0",
  1213. "pda/pheanstalk": "^4.0",
  1214. "phpunit/phpunit": "^8.4|^9.0",
  1215. "predis/predis": "^1.1.1",
  1216. "symfony/cache": "^5.0"
  1217. },
  1218. "suggest": {
  1219. "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).",
  1220. "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
  1221. "ext-ftp": "Required to use the Flysystem FTP driver.",
  1222. "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
  1223. "ext-memcached": "Required to use the memcache cache driver.",
  1224. "ext-pcntl": "Required to use all features of the queue worker.",
  1225. "ext-posix": "Required to use all features of the queue worker.",
  1226. "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
  1227. "filp/whoops": "Required for friendly error pages in development (^2.4).",
  1228. "fzaninotto/faker": "Required to use the eloquent factory builder (^1.9.1).",
  1229. "guzzlehttp/guzzle": "Required to use the HTTP Client, Mailgun mail driver and the ping methods on schedules (^6.3.1|^7.0).",
  1230. "laravel/tinker": "Required to use the tinker console command (^2.0).",
  1231. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
  1232. "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
  1233. "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
  1234. "mockery/mockery": "Required to use mocking (^1.3.1).",
  1235. "moontoast/math": "Required to use ordered UUIDs (^1.1).",
  1236. "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
  1237. "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
  1238. "phpunit/phpunit": "Required to use assertions and run tests (^8.4|^9.0).",
  1239. "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
  1240. "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0).",
  1241. "symfony/cache": "Required to PSR-6 cache bridge (^5.0).",
  1242. "symfony/filesystem": "Required to create relative storage directory symbolic links (^5.0).",
  1243. "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0).",
  1244. "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
  1245. },
  1246. "type": "library",
  1247. "extra": {
  1248. "branch-alias": {
  1249. "dev-master": "7.x-dev"
  1250. }
  1251. },
  1252. "autoload": {
  1253. "files": [
  1254. "src/Illuminate/Foundation/helpers.php",
  1255. "src/Illuminate/Support/helpers.php"
  1256. ],
  1257. "psr-4": {
  1258. "Illuminate\\": "src/Illuminate/"
  1259. }
  1260. },
  1261. "notification-url": "https://packagist.org/downloads/",
  1262. "license": [
  1263. "MIT"
  1264. ],
  1265. "authors": [
  1266. {
  1267. "name": "Taylor Otwell",
  1268. "email": "taylor@laravel.com"
  1269. }
  1270. ],
  1271. "description": "The Laravel Framework.",
  1272. "homepage": "https://laravel.com",
  1273. "keywords": [
  1274. "framework",
  1275. "laravel"
  1276. ],
  1277. "time": "2020-07-27T18:25:06+00:00"
  1278. },
  1279. {
  1280. "name": "laravel/tinker",
  1281. "version": "v2.4.1",
  1282. "source": {
  1283. "type": "git",
  1284. "url": "https://github.com/laravel/tinker.git",
  1285. "reference": "3c9ef136ca59366bc1b50b7f2500a946d5149c62"
  1286. },
  1287. "dist": {
  1288. "type": "zip",
  1289. "url": "https://api.github.com/repos/laravel/tinker/zipball/3c9ef136ca59366bc1b50b7f2500a946d5149c62",
  1290. "reference": "3c9ef136ca59366bc1b50b7f2500a946d5149c62",
  1291. "shasum": "",
  1292. "mirrors": [
  1293. {
  1294. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1295. "preferred": true
  1296. }
  1297. ]
  1298. },
  1299. "require": {
  1300. "illuminate/console": "^6.0|^7.0|^8.0",
  1301. "illuminate/contracts": "^6.0|^7.0|^8.0",
  1302. "illuminate/support": "^6.0|^7.0|^8.0",
  1303. "php": "^7.2",
  1304. "psy/psysh": "^0.10.3",
  1305. "symfony/var-dumper": "^4.3|^5.0"
  1306. },
  1307. "require-dev": {
  1308. "mockery/mockery": "^1.3.1",
  1309. "phpunit/phpunit": "^8.4|^9.0"
  1310. },
  1311. "suggest": {
  1312. "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0)."
  1313. },
  1314. "type": "library",
  1315. "extra": {
  1316. "branch-alias": {
  1317. "dev-master": "2.x-dev"
  1318. },
  1319. "laravel": {
  1320. "providers": [
  1321. "Laravel\\Tinker\\TinkerServiceProvider"
  1322. ]
  1323. }
  1324. },
  1325. "autoload": {
  1326. "psr-4": {
  1327. "Laravel\\Tinker\\": "src/"
  1328. }
  1329. },
  1330. "notification-url": "https://packagist.org/downloads/",
  1331. "license": [
  1332. "MIT"
  1333. ],
  1334. "authors": [
  1335. {
  1336. "name": "Taylor Otwell",
  1337. "email": "taylor@laravel.com"
  1338. }
  1339. ],
  1340. "description": "Powerful REPL for the Laravel framework.",
  1341. "keywords": [
  1342. "REPL",
  1343. "Tinker",
  1344. "laravel",
  1345. "psysh"
  1346. ],
  1347. "time": "2020-07-07T15:10:00+00:00"
  1348. },
  1349. {
  1350. "name": "league/commonmark",
  1351. "version": "1.5.3",
  1352. "source": {
  1353. "type": "git",
  1354. "url": "https://github.com/thephpleague/commonmark.git",
  1355. "reference": "2574454b97e4103dc4e36917bd783b25624aefcd"
  1356. },
  1357. "dist": {
  1358. "type": "zip",
  1359. "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/2574454b97e4103dc4e36917bd783b25624aefcd",
  1360. "reference": "2574454b97e4103dc4e36917bd783b25624aefcd",
  1361. "shasum": "",
  1362. "mirrors": [
  1363. {
  1364. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1365. "preferred": true
  1366. }
  1367. ]
  1368. },
  1369. "require": {
  1370. "ext-mbstring": "*",
  1371. "php": "^7.1 || ^8.0"
  1372. },
  1373. "conflict": {
  1374. "scrutinizer/ocular": "1.7.*"
  1375. },
  1376. "require-dev": {
  1377. "cebe/markdown": "~1.0",
  1378. "commonmark/commonmark.js": "0.29.1",
  1379. "erusev/parsedown": "~1.0",
  1380. "ext-json": "*",
  1381. "github/gfm": "0.29.0",
  1382. "michelf/php-markdown": "~1.4",
  1383. "mikehaertl/php-shellcommand": "^1.4",
  1384. "phpstan/phpstan": "^0.12",
  1385. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.2",
  1386. "scrutinizer/ocular": "^1.5",
  1387. "symfony/finder": "^4.2"
  1388. },
  1389. "bin": [
  1390. "bin/commonmark"
  1391. ],
  1392. "type": "library",
  1393. "autoload": {
  1394. "psr-4": {
  1395. "League\\CommonMark\\": "src"
  1396. }
  1397. },
  1398. "notification-url": "https://packagist.org/downloads/",
  1399. "license": [
  1400. "BSD-3-Clause"
  1401. ],
  1402. "authors": [
  1403. {
  1404. "name": "Colin O'Dell",
  1405. "email": "colinodell@gmail.com",
  1406. "homepage": "https://www.colinodell.com",
  1407. "role": "Lead Developer"
  1408. }
  1409. ],
  1410. "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Github-Flavored Markdown (GFM)",
  1411. "homepage": "https://commonmark.thephpleague.com",
  1412. "keywords": [
  1413. "commonmark",
  1414. "flavored",
  1415. "gfm",
  1416. "github",
  1417. "github-flavored",
  1418. "markdown",
  1419. "md",
  1420. "parser"
  1421. ],
  1422. "time": "2020-07-19T22:47:30+00:00"
  1423. },
  1424. {
  1425. "name": "league/flysystem",
  1426. "version": "1.0.70",
  1427. "source": {
  1428. "type": "git",
  1429. "url": "https://github.com/thephpleague/flysystem.git",
  1430. "reference": "585824702f534f8d3cf7fab7225e8466cc4b7493"
  1431. },
  1432. "dist": {
  1433. "type": "zip",
  1434. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/585824702f534f8d3cf7fab7225e8466cc4b7493",
  1435. "reference": "585824702f534f8d3cf7fab7225e8466cc4b7493",
  1436. "shasum": "",
  1437. "mirrors": [
  1438. {
  1439. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1440. "preferred": true
  1441. }
  1442. ]
  1443. },
  1444. "require": {
  1445. "ext-fileinfo": "*",
  1446. "php": ">=5.5.9"
  1447. },
  1448. "conflict": {
  1449. "league/flysystem-sftp": "<1.0.6"
  1450. },
  1451. "require-dev": {
  1452. "phpspec/phpspec": "^3.4 || ^4.0 || ^5.0 || ^6.0",
  1453. "phpunit/phpunit": "^5.7.26"
  1454. },
  1455. "suggest": {
  1456. "ext-fileinfo": "Required for MimeType",
  1457. "ext-ftp": "Allows you to use FTP server storage",
  1458. "ext-openssl": "Allows you to use FTPS server storage",
  1459. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  1460. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  1461. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  1462. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  1463. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  1464. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  1465. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  1466. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  1467. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  1468. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  1469. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  1470. },
  1471. "type": "library",
  1472. "extra": {
  1473. "branch-alias": {
  1474. "dev-master": "1.1-dev"
  1475. }
  1476. },
  1477. "autoload": {
  1478. "psr-4": {
  1479. "League\\Flysystem\\": "src/"
  1480. }
  1481. },
  1482. "notification-url": "https://packagist.org/downloads/",
  1483. "license": [
  1484. "MIT"
  1485. ],
  1486. "authors": [
  1487. {
  1488. "name": "Frank de Jonge",
  1489. "email": "info@frenky.net"
  1490. }
  1491. ],
  1492. "description": "Filesystem abstraction: Many filesystems, one API.",
  1493. "keywords": [
  1494. "Cloud Files",
  1495. "WebDAV",
  1496. "abstraction",
  1497. "aws",
  1498. "cloud",
  1499. "copy.com",
  1500. "dropbox",
  1501. "file systems",
  1502. "files",
  1503. "filesystem",
  1504. "filesystems",
  1505. "ftp",
  1506. "rackspace",
  1507. "remote",
  1508. "s3",
  1509. "sftp",
  1510. "storage"
  1511. ],
  1512. "time": "2020-07-26T07:20:36+00:00"
  1513. },
  1514. {
  1515. "name": "monolog/monolog",
  1516. "version": "2.1.1",
  1517. "source": {
  1518. "type": "git",
  1519. "url": "https://github.com/Seldaek/monolog.git",
  1520. "reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5"
  1521. },
  1522. "dist": {
  1523. "type": "zip",
  1524. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f9eee5cec93dfb313a38b6b288741e84e53f02d5",
  1525. "reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5",
  1526. "shasum": "",
  1527. "mirrors": [
  1528. {
  1529. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1530. "preferred": true
  1531. }
  1532. ]
  1533. },
  1534. "require": {
  1535. "php": ">=7.2",
  1536. "psr/log": "^1.0.1"
  1537. },
  1538. "provide": {
  1539. "psr/log-implementation": "1.0.0"
  1540. },
  1541. "require-dev": {
  1542. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  1543. "doctrine/couchdb": "~1.0@dev",
  1544. "elasticsearch/elasticsearch": "^6.0",
  1545. "graylog2/gelf-php": "^1.4.2",
  1546. "php-amqplib/php-amqplib": "~2.4",
  1547. "php-console/php-console": "^3.1.3",
  1548. "php-parallel-lint/php-parallel-lint": "^1.0",
  1549. "phpspec/prophecy": "^1.6.1",
  1550. "phpunit/phpunit": "^8.5",
  1551. "predis/predis": "^1.1",
  1552. "rollbar/rollbar": "^1.3",
  1553. "ruflin/elastica": ">=0.90 <3.0",
  1554. "swiftmailer/swiftmailer": "^5.3|^6.0"
  1555. },
  1556. "suggest": {
  1557. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1558. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1559. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  1560. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1561. "ext-mbstring": "Allow to work properly with unicode symbols",
  1562. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  1563. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1564. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  1565. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  1566. "php-console/php-console": "Allow sending log messages to Google Chrome",
  1567. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1568. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  1569. },
  1570. "type": "library",
  1571. "extra": {
  1572. "branch-alias": {
  1573. "dev-master": "2.x-dev"
  1574. }
  1575. },
  1576. "autoload": {
  1577. "psr-4": {
  1578. "Monolog\\": "src/Monolog"
  1579. }
  1580. },
  1581. "notification-url": "https://packagist.org/downloads/",
  1582. "license": [
  1583. "MIT"
  1584. ],
  1585. "authors": [
  1586. {
  1587. "name": "Jordi Boggiano",
  1588. "email": "j.boggiano@seld.be",
  1589. "homepage": "http://seld.be"
  1590. }
  1591. ],
  1592. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  1593. "homepage": "http://github.com/Seldaek/monolog",
  1594. "keywords": [
  1595. "log",
  1596. "logging",
  1597. "psr-3"
  1598. ],
  1599. "time": "2020-07-23T08:41:23+00:00"
  1600. },
  1601. {
  1602. "name": "nesbot/carbon",
  1603. "version": "2.37.0",
  1604. "source": {
  1605. "type": "git",
  1606. "url": "https://github.com/briannesbitt/Carbon.git",
  1607. "reference": "1f61206de973d67f36ce50f041c792ddac663c3e"
  1608. },
  1609. "dist": {
  1610. "type": "zip",
  1611. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/1f61206de973d67f36ce50f041c792ddac663c3e",
  1612. "reference": "1f61206de973d67f36ce50f041c792ddac663c3e",
  1613. "shasum": "",
  1614. "mirrors": [
  1615. {
  1616. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1617. "preferred": true
  1618. }
  1619. ]
  1620. },
  1621. "require": {
  1622. "ext-json": "*",
  1623. "php": "^7.1.8 || ^8.0",
  1624. "symfony/polyfill-mbstring": "^1.0",
  1625. "symfony/translation": "^3.4 || ^4.0 || ^5.0"
  1626. },
  1627. "require-dev": {
  1628. "doctrine/orm": "^2.7",
  1629. "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
  1630. "kylekatarnls/multi-tester": "^2.0",
  1631. "phpmd/phpmd": "^2.8",
  1632. "phpstan/extension-installer": "^1.0",
  1633. "phpstan/phpstan": "^0.12.30",
  1634. "phpunit/phpunit": "^7.5 || ^8.0",
  1635. "squizlabs/php_codesniffer": "^3.4"
  1636. },
  1637. "bin": [
  1638. "bin/carbon"
  1639. ],
  1640. "type": "library",
  1641. "extra": {
  1642. "branch-alias": {
  1643. "dev-master": "2.x-dev",
  1644. "dev-3.x": "3.x-dev"
  1645. },
  1646. "laravel": {
  1647. "providers": [
  1648. "Carbon\\Laravel\\ServiceProvider"
  1649. ]
  1650. },
  1651. "phpstan": {
  1652. "includes": [
  1653. "extension.neon"
  1654. ]
  1655. }
  1656. },
  1657. "autoload": {
  1658. "psr-4": {
  1659. "Carbon\\": "src/Carbon/"
  1660. }
  1661. },
  1662. "notification-url": "https://packagist.org/downloads/",
  1663. "license": [
  1664. "MIT"
  1665. ],
  1666. "authors": [
  1667. {
  1668. "name": "Brian Nesbitt",
  1669. "email": "brian@nesbot.com",
  1670. "homepage": "http://nesbot.com"
  1671. },
  1672. {
  1673. "name": "kylekatarnls",
  1674. "homepage": "http://github.com/kylekatarnls"
  1675. }
  1676. ],
  1677. "description": "An API extension for DateTime that supports 281 different languages.",
  1678. "homepage": "http://carbon.nesbot.com",
  1679. "keywords": [
  1680. "date",
  1681. "datetime",
  1682. "time"
  1683. ],
  1684. "time": "2020-07-28T06:04:54+00:00"
  1685. },
  1686. {
  1687. "name": "nikic/php-parser",
  1688. "version": "v4.7.0",
  1689. "source": {
  1690. "type": "git",
  1691. "url": "https://github.com/nikic/PHP-Parser.git",
  1692. "reference": "21dce06dfbf0365c6a7cc8fdbdc995926c6a9300"
  1693. },
  1694. "dist": {
  1695. "type": "zip",
  1696. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/21dce06dfbf0365c6a7cc8fdbdc995926c6a9300",
  1697. "reference": "21dce06dfbf0365c6a7cc8fdbdc995926c6a9300",
  1698. "shasum": "",
  1699. "mirrors": [
  1700. {
  1701. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1702. "preferred": true
  1703. }
  1704. ]
  1705. },
  1706. "require": {
  1707. "ext-tokenizer": "*",
  1708. "php": ">=7.0"
  1709. },
  1710. "require-dev": {
  1711. "ircmaxell/php-yacc": "0.0.5",
  1712. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
  1713. },
  1714. "bin": [
  1715. "bin/php-parse"
  1716. ],
  1717. "type": "library",
  1718. "extra": {
  1719. "branch-alias": {
  1720. "dev-master": "4.7-dev"
  1721. }
  1722. },
  1723. "autoload": {
  1724. "psr-4": {
  1725. "PhpParser\\": "lib/PhpParser"
  1726. }
  1727. },
  1728. "notification-url": "https://packagist.org/downloads/",
  1729. "license": [
  1730. "BSD-3-Clause"
  1731. ],
  1732. "authors": [
  1733. {
  1734. "name": "Nikita Popov"
  1735. }
  1736. ],
  1737. "description": "A PHP parser written in PHP",
  1738. "keywords": [
  1739. "parser",
  1740. "php"
  1741. ],
  1742. "time": "2020-07-25T13:18:53+00:00"
  1743. },
  1744. {
  1745. "name": "opis/closure",
  1746. "version": "3.5.5",
  1747. "source": {
  1748. "type": "git",
  1749. "url": "https://github.com/opis/closure.git",
  1750. "reference": "dec9fc5ecfca93f45cd6121f8e6f14457dff372c"
  1751. },
  1752. "dist": {
  1753. "type": "zip",
  1754. "url": "https://api.github.com/repos/opis/closure/zipball/dec9fc5ecfca93f45cd6121f8e6f14457dff372c",
  1755. "reference": "dec9fc5ecfca93f45cd6121f8e6f14457dff372c",
  1756. "shasum": "",
  1757. "mirrors": [
  1758. {
  1759. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1760. "preferred": true
  1761. }
  1762. ]
  1763. },
  1764. "require": {
  1765. "php": "^5.4 || ^7.0"
  1766. },
  1767. "require-dev": {
  1768. "jeremeamia/superclosure": "^2.0",
  1769. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  1770. },
  1771. "type": "library",
  1772. "extra": {
  1773. "branch-alias": {
  1774. "dev-master": "3.5.x-dev"
  1775. }
  1776. },
  1777. "autoload": {
  1778. "psr-4": {
  1779. "Opis\\Closure\\": "src/"
  1780. },
  1781. "files": [
  1782. "functions.php"
  1783. ]
  1784. },
  1785. "notification-url": "https://packagist.org/downloads/",
  1786. "license": [
  1787. "MIT"
  1788. ],
  1789. "authors": [
  1790. {
  1791. "name": "Marius Sarca",
  1792. "email": "marius.sarca@gmail.com"
  1793. },
  1794. {
  1795. "name": "Sorin Sarca",
  1796. "email": "sarca_sorin@hotmail.com"
  1797. }
  1798. ],
  1799. "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
  1800. "homepage": "https://opis.io/closure",
  1801. "keywords": [
  1802. "anonymous functions",
  1803. "closure",
  1804. "function",
  1805. "serializable",
  1806. "serialization",
  1807. "serialize"
  1808. ],
  1809. "time": "2020-06-17T14:59:55+00:00"
  1810. },
  1811. {
  1812. "name": "paragonie/random_compat",
  1813. "version": "v9.99.99",
  1814. "source": {
  1815. "type": "git",
  1816. "url": "https://github.com/paragonie/random_compat.git",
  1817. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
  1818. },
  1819. "dist": {
  1820. "type": "zip",
  1821. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  1822. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  1823. "shasum": "",
  1824. "mirrors": [
  1825. {
  1826. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1827. "preferred": true
  1828. }
  1829. ]
  1830. },
  1831. "require": {
  1832. "php": "^7"
  1833. },
  1834. "require-dev": {
  1835. "phpunit/phpunit": "4.*|5.*",
  1836. "vimeo/psalm": "^1"
  1837. },
  1838. "suggest": {
  1839. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  1840. },
  1841. "type": "library",
  1842. "notification-url": "https://packagist.org/downloads/",
  1843. "license": [
  1844. "MIT"
  1845. ],
  1846. "authors": [
  1847. {
  1848. "name": "Paragon Initiative Enterprises",
  1849. "email": "security@paragonie.com",
  1850. "homepage": "https://paragonie.com"
  1851. }
  1852. ],
  1853. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  1854. "keywords": [
  1855. "csprng",
  1856. "polyfill",
  1857. "pseudorandom",
  1858. "random"
  1859. ],
  1860. "time": "2018-07-02T15:55:56+00:00"
  1861. },
  1862. {
  1863. "name": "phpoption/phpoption",
  1864. "version": "1.7.5",
  1865. "source": {
  1866. "type": "git",
  1867. "url": "https://github.com/schmittjoh/php-option.git",
  1868. "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525"
  1869. },
  1870. "dist": {
  1871. "type": "zip",
  1872. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525",
  1873. "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525",
  1874. "shasum": "",
  1875. "mirrors": [
  1876. {
  1877. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1878. "preferred": true
  1879. }
  1880. ]
  1881. },
  1882. "require": {
  1883. "php": "^5.5.9 || ^7.0 || ^8.0"
  1884. },
  1885. "require-dev": {
  1886. "bamarni/composer-bin-plugin": "^1.4.1",
  1887. "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.0"
  1888. },
  1889. "type": "library",
  1890. "extra": {
  1891. "branch-alias": {
  1892. "dev-master": "1.7-dev"
  1893. }
  1894. },
  1895. "autoload": {
  1896. "psr-4": {
  1897. "PhpOption\\": "src/PhpOption/"
  1898. }
  1899. },
  1900. "notification-url": "https://packagist.org/downloads/",
  1901. "license": [
  1902. "Apache-2.0"
  1903. ],
  1904. "authors": [
  1905. {
  1906. "name": "Johannes M. Schmitt",
  1907. "email": "schmittjoh@gmail.com"
  1908. },
  1909. {
  1910. "name": "Graham Campbell",
  1911. "email": "graham@alt-three.com"
  1912. }
  1913. ],
  1914. "description": "Option Type for PHP",
  1915. "keywords": [
  1916. "language",
  1917. "option",
  1918. "php",
  1919. "type"
  1920. ],
  1921. "time": "2020-07-20T17:29:33+00:00"
  1922. },
  1923. {
  1924. "name": "psr/container",
  1925. "version": "1.0.0",
  1926. "source": {
  1927. "type": "git",
  1928. "url": "https://github.com/php-fig/container.git",
  1929. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  1930. },
  1931. "dist": {
  1932. "type": "zip",
  1933. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  1934. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  1935. "shasum": "",
  1936. "mirrors": [
  1937. {
  1938. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1939. "preferred": true
  1940. }
  1941. ]
  1942. },
  1943. "require": {
  1944. "php": ">=5.3.0"
  1945. },
  1946. "type": "library",
  1947. "extra": {
  1948. "branch-alias": {
  1949. "dev-master": "1.0.x-dev"
  1950. }
  1951. },
  1952. "autoload": {
  1953. "psr-4": {
  1954. "Psr\\Container\\": "src/"
  1955. }
  1956. },
  1957. "notification-url": "https://packagist.org/downloads/",
  1958. "license": [
  1959. "MIT"
  1960. ],
  1961. "authors": [
  1962. {
  1963. "name": "PHP-FIG",
  1964. "homepage": "http://www.php-fig.org/"
  1965. }
  1966. ],
  1967. "description": "Common Container Interface (PHP FIG PSR-11)",
  1968. "homepage": "https://github.com/php-fig/container",
  1969. "keywords": [
  1970. "PSR-11",
  1971. "container",
  1972. "container-interface",
  1973. "container-interop",
  1974. "psr"
  1975. ],
  1976. "time": "2017-02-14T16:28:37+00:00"
  1977. },
  1978. {
  1979. "name": "psr/event-dispatcher",
  1980. "version": "1.0.0",
  1981. "source": {
  1982. "type": "git",
  1983. "url": "https://github.com/php-fig/event-dispatcher.git",
  1984. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  1985. },
  1986. "dist": {
  1987. "type": "zip",
  1988. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  1989. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  1990. "shasum": "",
  1991. "mirrors": [
  1992. {
  1993. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1994. "preferred": true
  1995. }
  1996. ]
  1997. },
  1998. "require": {
  1999. "php": ">=7.2.0"
  2000. },
  2001. "type": "library",
  2002. "extra": {
  2003. "branch-alias": {
  2004. "dev-master": "1.0.x-dev"
  2005. }
  2006. },
  2007. "autoload": {
  2008. "psr-4": {
  2009. "Psr\\EventDispatcher\\": "src/"
  2010. }
  2011. },
  2012. "notification-url": "https://packagist.org/downloads/",
  2013. "license": [
  2014. "MIT"
  2015. ],
  2016. "authors": [
  2017. {
  2018. "name": "PHP-FIG",
  2019. "homepage": "http://www.php-fig.org/"
  2020. }
  2021. ],
  2022. "description": "Standard interfaces for event handling.",
  2023. "keywords": [
  2024. "events",
  2025. "psr",
  2026. "psr-14"
  2027. ],
  2028. "time": "2019-01-08T18:20:26+00:00"
  2029. },
  2030. {
  2031. "name": "psr/http-message",
  2032. "version": "1.0.1",
  2033. "source": {
  2034. "type": "git",
  2035. "url": "https://github.com/php-fig/http-message.git",
  2036. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  2037. },
  2038. "dist": {
  2039. "type": "zip",
  2040. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  2041. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  2042. "shasum": "",
  2043. "mirrors": [
  2044. {
  2045. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2046. "preferred": true
  2047. }
  2048. ]
  2049. },
  2050. "require": {
  2051. "php": ">=5.3.0"
  2052. },
  2053. "type": "library",
  2054. "extra": {
  2055. "branch-alias": {
  2056. "dev-master": "1.0.x-dev"
  2057. }
  2058. },
  2059. "autoload": {
  2060. "psr-4": {
  2061. "Psr\\Http\\Message\\": "src/"
  2062. }
  2063. },
  2064. "notification-url": "https://packagist.org/downloads/",
  2065. "license": [
  2066. "MIT"
  2067. ],
  2068. "authors": [
  2069. {
  2070. "name": "PHP-FIG",
  2071. "homepage": "http://www.php-fig.org/"
  2072. }
  2073. ],
  2074. "description": "Common interface for HTTP messages",
  2075. "homepage": "https://github.com/php-fig/http-message",
  2076. "keywords": [
  2077. "http",
  2078. "http-message",
  2079. "psr",
  2080. "psr-7",
  2081. "request",
  2082. "response"
  2083. ],
  2084. "time": "2016-08-06T14:39:51+00:00"
  2085. },
  2086. {
  2087. "name": "psr/log",
  2088. "version": "1.1.3",
  2089. "source": {
  2090. "type": "git",
  2091. "url": "https://github.com/php-fig/log.git",
  2092. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  2093. },
  2094. "dist": {
  2095. "type": "zip",
  2096. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  2097. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  2098. "shasum": "",
  2099. "mirrors": [
  2100. {
  2101. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2102. "preferred": true
  2103. }
  2104. ]
  2105. },
  2106. "require": {
  2107. "php": ">=5.3.0"
  2108. },
  2109. "type": "library",
  2110. "extra": {
  2111. "branch-alias": {
  2112. "dev-master": "1.1.x-dev"
  2113. }
  2114. },
  2115. "autoload": {
  2116. "psr-4": {
  2117. "Psr\\Log\\": "Psr/Log/"
  2118. }
  2119. },
  2120. "notification-url": "https://packagist.org/downloads/",
  2121. "license": [
  2122. "MIT"
  2123. ],
  2124. "authors": [
  2125. {
  2126. "name": "PHP-FIG",
  2127. "homepage": "http://www.php-fig.org/"
  2128. }
  2129. ],
  2130. "description": "Common interface for logging libraries",
  2131. "homepage": "https://github.com/php-fig/log",
  2132. "keywords": [
  2133. "log",
  2134. "psr",
  2135. "psr-3"
  2136. ],
  2137. "time": "2020-03-23T09:12:05+00:00"
  2138. },
  2139. {
  2140. "name": "psr/simple-cache",
  2141. "version": "1.0.1",
  2142. "source": {
  2143. "type": "git",
  2144. "url": "https://github.com/php-fig/simple-cache.git",
  2145. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  2146. },
  2147. "dist": {
  2148. "type": "zip",
  2149. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  2150. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  2151. "shasum": "",
  2152. "mirrors": [
  2153. {
  2154. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2155. "preferred": true
  2156. }
  2157. ]
  2158. },
  2159. "require": {
  2160. "php": ">=5.3.0"
  2161. },
  2162. "type": "library",
  2163. "extra": {
  2164. "branch-alias": {
  2165. "dev-master": "1.0.x-dev"
  2166. }
  2167. },
  2168. "autoload": {
  2169. "psr-4": {
  2170. "Psr\\SimpleCache\\": "src/"
  2171. }
  2172. },
  2173. "notification-url": "https://packagist.org/downloads/",
  2174. "license": [
  2175. "MIT"
  2176. ],
  2177. "authors": [
  2178. {
  2179. "name": "PHP-FIG",
  2180. "homepage": "http://www.php-fig.org/"
  2181. }
  2182. ],
  2183. "description": "Common interfaces for simple caching",
  2184. "keywords": [
  2185. "cache",
  2186. "caching",
  2187. "psr",
  2188. "psr-16",
  2189. "simple-cache"
  2190. ],
  2191. "time": "2017-10-23T01:57:42+00:00"
  2192. },
  2193. {
  2194. "name": "psy/psysh",
  2195. "version": "v0.10.4",
  2196. "source": {
  2197. "type": "git",
  2198. "url": "https://github.com/bobthecow/psysh.git",
  2199. "reference": "a8aec1b2981ab66882a01cce36a49b6317dc3560"
  2200. },
  2201. "dist": {
  2202. "type": "zip",
  2203. "url": "https://api.github.com/repos/bobthecow/psysh/zipball/a8aec1b2981ab66882a01cce36a49b6317dc3560",
  2204. "reference": "a8aec1b2981ab66882a01cce36a49b6317dc3560",
  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. "dnoegel/php-xdg-base-dir": "0.1.*",
  2215. "ext-json": "*",
  2216. "ext-tokenizer": "*",
  2217. "nikic/php-parser": "~4.0|~3.0|~2.0|~1.3",
  2218. "php": "^8.0 || ^7.0 || ^5.5.9",
  2219. "symfony/console": "~5.0|~4.0|~3.0|^2.4.2|~2.3.10",
  2220. "symfony/var-dumper": "~5.0|~4.0|~3.0|~2.7"
  2221. },
  2222. "require-dev": {
  2223. "bamarni/composer-bin-plugin": "^1.2",
  2224. "hoa/console": "3.17.*"
  2225. },
  2226. "suggest": {
  2227. "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  2228. "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  2229. "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  2230. "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
  2231. "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
  2232. },
  2233. "bin": [
  2234. "bin/psysh"
  2235. ],
  2236. "type": "library",
  2237. "extra": {
  2238. "branch-alias": {
  2239. "dev-master": "0.10.x-dev"
  2240. }
  2241. },
  2242. "autoload": {
  2243. "files": [
  2244. "src/functions.php"
  2245. ],
  2246. "psr-4": {
  2247. "Psy\\": "src/"
  2248. }
  2249. },
  2250. "notification-url": "https://packagist.org/downloads/",
  2251. "license": [
  2252. "MIT"
  2253. ],
  2254. "authors": [
  2255. {
  2256. "name": "Justin Hileman",
  2257. "email": "justin@justinhileman.info",
  2258. "homepage": "http://justinhileman.com"
  2259. }
  2260. ],
  2261. "description": "An interactive shell for modern PHP.",
  2262. "homepage": "http://psysh.org",
  2263. "keywords": [
  2264. "REPL",
  2265. "console",
  2266. "interactive",
  2267. "shell"
  2268. ],
  2269. "time": "2020-05-03T19:32:03+00:00"
  2270. },
  2271. {
  2272. "name": "ralouphie/getallheaders",
  2273. "version": "3.0.3",
  2274. "source": {
  2275. "type": "git",
  2276. "url": "https://github.com/ralouphie/getallheaders.git",
  2277. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  2278. },
  2279. "dist": {
  2280. "type": "zip",
  2281. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  2282. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  2283. "shasum": "",
  2284. "mirrors": [
  2285. {
  2286. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2287. "preferred": true
  2288. }
  2289. ]
  2290. },
  2291. "require": {
  2292. "php": ">=5.6"
  2293. },
  2294. "require-dev": {
  2295. "php-coveralls/php-coveralls": "^2.1",
  2296. "phpunit/phpunit": "^5 || ^6.5"
  2297. },
  2298. "type": "library",
  2299. "autoload": {
  2300. "files": [
  2301. "src/getallheaders.php"
  2302. ]
  2303. },
  2304. "notification-url": "https://packagist.org/downloads/",
  2305. "license": [
  2306. "MIT"
  2307. ],
  2308. "authors": [
  2309. {
  2310. "name": "Ralph Khattar",
  2311. "email": "ralph.khattar@gmail.com"
  2312. }
  2313. ],
  2314. "description": "A polyfill for getallheaders.",
  2315. "time": "2019-03-08T08:55:37+00:00"
  2316. },
  2317. {
  2318. "name": "ramsey/collection",
  2319. "version": "1.0.1",
  2320. "source": {
  2321. "type": "git",
  2322. "url": "https://github.com/ramsey/collection.git",
  2323. "reference": "925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca"
  2324. },
  2325. "dist": {
  2326. "type": "zip",
  2327. "url": "https://api.github.com/repos/ramsey/collection/zipball/925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca",
  2328. "reference": "925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca",
  2329. "shasum": "",
  2330. "mirrors": [
  2331. {
  2332. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2333. "preferred": true
  2334. }
  2335. ]
  2336. },
  2337. "require": {
  2338. "php": "^7.2"
  2339. },
  2340. "require-dev": {
  2341. "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
  2342. "fzaninotto/faker": "^1.5",
  2343. "jakub-onderka/php-parallel-lint": "^1",
  2344. "jangregor/phpstan-prophecy": "^0.6",
  2345. "mockery/mockery": "^1.3",
  2346. "phpstan/extension-installer": "^1",
  2347. "phpstan/phpdoc-parser": "0.4.1",
  2348. "phpstan/phpstan": "^0.12",
  2349. "phpstan/phpstan-mockery": "^0.12",
  2350. "phpstan/phpstan-phpunit": "^0.12",
  2351. "phpunit/phpunit": "^8.5",
  2352. "slevomat/coding-standard": "^6.0",
  2353. "squizlabs/php_codesniffer": "^3.5"
  2354. },
  2355. "type": "library",
  2356. "autoload": {
  2357. "psr-4": {
  2358. "Ramsey\\Collection\\": "src/"
  2359. }
  2360. },
  2361. "notification-url": "https://packagist.org/downloads/",
  2362. "license": [
  2363. "MIT"
  2364. ],
  2365. "authors": [
  2366. {
  2367. "name": "Ben Ramsey",
  2368. "email": "ben@benramsey.com",
  2369. "homepage": "https://benramsey.com"
  2370. }
  2371. ],
  2372. "description": "A PHP 7.2+ library for representing and manipulating collections.",
  2373. "homepage": "https://github.com/ramsey/collection",
  2374. "keywords": [
  2375. "array",
  2376. "collection",
  2377. "hash",
  2378. "map",
  2379. "queue",
  2380. "set"
  2381. ],
  2382. "time": "2020-01-05T00:22:59+00:00"
  2383. },
  2384. {
  2385. "name": "ramsey/uuid",
  2386. "version": "4.1.0",
  2387. "source": {
  2388. "type": "git",
  2389. "url": "https://github.com/ramsey/uuid.git",
  2390. "reference": "988dbefc7878d0a35f12afb4df1f7dd0bd153c43"
  2391. },
  2392. "dist": {
  2393. "type": "zip",
  2394. "url": "https://api.github.com/repos/ramsey/uuid/zipball/988dbefc7878d0a35f12afb4df1f7dd0bd153c43",
  2395. "reference": "988dbefc7878d0a35f12afb4df1f7dd0bd153c43",
  2396. "shasum": "",
  2397. "mirrors": [
  2398. {
  2399. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2400. "preferred": true
  2401. }
  2402. ]
  2403. },
  2404. "require": {
  2405. "brick/math": "^0.8",
  2406. "ext-json": "*",
  2407. "php": "^7.2 || ^8",
  2408. "ramsey/collection": "^1.0",
  2409. "symfony/polyfill-ctype": "^1.8"
  2410. },
  2411. "replace": {
  2412. "rhumsaa/uuid": "self.version"
  2413. },
  2414. "require-dev": {
  2415. "codeception/aspect-mock": "^3",
  2416. "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7.0",
  2417. "doctrine/annotations": "^1.8",
  2418. "goaop/framework": "^2",
  2419. "mockery/mockery": "^1.3",
  2420. "moontoast/math": "^1.1",
  2421. "paragonie/random-lib": "^2",
  2422. "php-mock/php-mock-mockery": "^1.3",
  2423. "php-mock/php-mock-phpunit": "^2.5",
  2424. "php-parallel-lint/php-parallel-lint": "^1.1",
  2425. "phpbench/phpbench": "^0.17.1",
  2426. "phpstan/extension-installer": "^1.0",
  2427. "phpstan/phpstan": "^0.12",
  2428. "phpstan/phpstan-mockery": "^0.12",
  2429. "phpstan/phpstan-phpunit": "^0.12",
  2430. "phpunit/phpunit": "^8.5",
  2431. "psy/psysh": "^0.10.0",
  2432. "slevomat/coding-standard": "^6.0",
  2433. "squizlabs/php_codesniffer": "^3.5",
  2434. "vimeo/psalm": "3.9.4"
  2435. },
  2436. "suggest": {
  2437. "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
  2438. "ext-ctype": "Enables faster processing of character classification using ctype functions.",
  2439. "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
  2440. "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
  2441. "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  2442. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  2443. },
  2444. "type": "library",
  2445. "extra": {
  2446. "branch-alias": {
  2447. "dev-master": "4.x-dev"
  2448. }
  2449. },
  2450. "autoload": {
  2451. "psr-4": {
  2452. "Ramsey\\Uuid\\": "src/"
  2453. },
  2454. "files": [
  2455. "src/functions.php"
  2456. ]
  2457. },
  2458. "notification-url": "https://packagist.org/downloads/",
  2459. "license": [
  2460. "MIT"
  2461. ],
  2462. "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
  2463. "homepage": "https://github.com/ramsey/uuid",
  2464. "keywords": [
  2465. "guid",
  2466. "identifier",
  2467. "uuid"
  2468. ],
  2469. "time": "2020-07-28T16:51:01+00:00"
  2470. },
  2471. {
  2472. "name": "spatie/eloquent-sortable",
  2473. "version": "3.8.2",
  2474. "source": {
  2475. "type": "git",
  2476. "url": "https://github.com/spatie/eloquent-sortable.git",
  2477. "reference": "18451ecf44b28a14ac0ed8803d0f5195a78a48a2"
  2478. },
  2479. "dist": {
  2480. "type": "zip",
  2481. "url": "https://api.github.com/repos/spatie/eloquent-sortable/zipball/18451ecf44b28a14ac0ed8803d0f5195a78a48a2",
  2482. "reference": "18451ecf44b28a14ac0ed8803d0f5195a78a48a2",
  2483. "shasum": "",
  2484. "mirrors": [
  2485. {
  2486. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2487. "preferred": true
  2488. }
  2489. ]
  2490. },
  2491. "require": {
  2492. "illuminate/database": "~5.8.0|^6.0|^7.0",
  2493. "illuminate/support": "~5.8.0|^6.0|^7.0",
  2494. "php": "^7.2"
  2495. },
  2496. "require-dev": {
  2497. "orchestra/testbench": "~3.8.0|^4.0|^5.0",
  2498. "phpunit/phpunit": "^8.0"
  2499. },
  2500. "type": "library",
  2501. "autoload": {
  2502. "psr-4": {
  2503. "Spatie\\EloquentSortable\\": "src/"
  2504. }
  2505. },
  2506. "notification-url": "https://packagist.org/downloads/",
  2507. "license": [
  2508. "MIT"
  2509. ],
  2510. "authors": [
  2511. {
  2512. "name": "Freek Van der Herten",
  2513. "email": "freek@spatie.be"
  2514. }
  2515. ],
  2516. "description": "Sortable behaviour for eloquent models",
  2517. "homepage": "https://github.com/spatie/eloquent-sortable",
  2518. "keywords": [
  2519. "behaviour",
  2520. "eloquent",
  2521. "laravel",
  2522. "model",
  2523. "sort",
  2524. "sortable"
  2525. ],
  2526. "time": "2020-07-08T00:05:43+00:00"
  2527. },
  2528. {
  2529. "name": "swiftmailer/swiftmailer",
  2530. "version": "v6.2.3",
  2531. "source": {
  2532. "type": "git",
  2533. "url": "https://github.com/swiftmailer/swiftmailer.git",
  2534. "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
  2535. },
  2536. "dist": {
  2537. "type": "zip",
  2538. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
  2539. "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
  2540. "shasum": "",
  2541. "mirrors": [
  2542. {
  2543. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2544. "preferred": true
  2545. }
  2546. ]
  2547. },
  2548. "require": {
  2549. "egulias/email-validator": "~2.0",
  2550. "php": ">=7.0.0",
  2551. "symfony/polyfill-iconv": "^1.0",
  2552. "symfony/polyfill-intl-idn": "^1.10",
  2553. "symfony/polyfill-mbstring": "^1.0"
  2554. },
  2555. "require-dev": {
  2556. "mockery/mockery": "~0.9.1",
  2557. "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
  2558. },
  2559. "suggest": {
  2560. "ext-intl": "Needed to support internationalized email addresses",
  2561. "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
  2562. },
  2563. "type": "library",
  2564. "extra": {
  2565. "branch-alias": {
  2566. "dev-master": "6.2-dev"
  2567. }
  2568. },
  2569. "autoload": {
  2570. "files": [
  2571. "lib/swift_required.php"
  2572. ]
  2573. },
  2574. "notification-url": "https://packagist.org/downloads/",
  2575. "license": [
  2576. "MIT"
  2577. ],
  2578. "authors": [
  2579. {
  2580. "name": "Chris Corbyn"
  2581. },
  2582. {
  2583. "name": "Fabien Potencier",
  2584. "email": "fabien@symfony.com"
  2585. }
  2586. ],
  2587. "description": "Swiftmailer, free feature-rich PHP mailer",
  2588. "homepage": "https://swiftmailer.symfony.com",
  2589. "keywords": [
  2590. "email",
  2591. "mail",
  2592. "mailer"
  2593. ],
  2594. "time": "2019-11-12T09:31:26+00:00"
  2595. },
  2596. {
  2597. "name": "symfony/console",
  2598. "version": "v5.1.3",
  2599. "source": {
  2600. "type": "git",
  2601. "url": "https://github.com/symfony/console.git",
  2602. "reference": "2226c68009627934b8cfc01260b4d287eab070df"
  2603. },
  2604. "dist": {
  2605. "type": "zip",
  2606. "url": "https://api.github.com/repos/symfony/console/zipball/2226c68009627934b8cfc01260b4d287eab070df",
  2607. "reference": "2226c68009627934b8cfc01260b4d287eab070df",
  2608. "shasum": "",
  2609. "mirrors": [
  2610. {
  2611. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2612. "preferred": true
  2613. }
  2614. ]
  2615. },
  2616. "require": {
  2617. "php": ">=7.2.5",
  2618. "symfony/polyfill-mbstring": "~1.0",
  2619. "symfony/polyfill-php73": "^1.8",
  2620. "symfony/polyfill-php80": "^1.15",
  2621. "symfony/service-contracts": "^1.1|^2",
  2622. "symfony/string": "^5.1"
  2623. },
  2624. "conflict": {
  2625. "symfony/dependency-injection": "<4.4",
  2626. "symfony/dotenv": "<5.1",
  2627. "symfony/event-dispatcher": "<4.4",
  2628. "symfony/lock": "<4.4",
  2629. "symfony/process": "<4.4"
  2630. },
  2631. "provide": {
  2632. "psr/log-implementation": "1.0"
  2633. },
  2634. "require-dev": {
  2635. "psr/log": "~1.0",
  2636. "symfony/config": "^4.4|^5.0",
  2637. "symfony/dependency-injection": "^4.4|^5.0",
  2638. "symfony/event-dispatcher": "^4.4|^5.0",
  2639. "symfony/lock": "^4.4|^5.0",
  2640. "symfony/process": "^4.4|^5.0",
  2641. "symfony/var-dumper": "^4.4|^5.0"
  2642. },
  2643. "suggest": {
  2644. "psr/log": "For using the console logger",
  2645. "symfony/event-dispatcher": "",
  2646. "symfony/lock": "",
  2647. "symfony/process": ""
  2648. },
  2649. "type": "library",
  2650. "extra": {
  2651. "branch-alias": {
  2652. "dev-master": "5.1-dev"
  2653. }
  2654. },
  2655. "autoload": {
  2656. "psr-4": {
  2657. "Symfony\\Component\\Console\\": ""
  2658. },
  2659. "exclude-from-classmap": [
  2660. "/Tests/"
  2661. ]
  2662. },
  2663. "notification-url": "https://packagist.org/downloads/",
  2664. "license": [
  2665. "MIT"
  2666. ],
  2667. "authors": [
  2668. {
  2669. "name": "Fabien Potencier",
  2670. "email": "fabien@symfony.com"
  2671. },
  2672. {
  2673. "name": "Symfony Community",
  2674. "homepage": "https://symfony.com/contributors"
  2675. }
  2676. ],
  2677. "description": "Symfony Console Component",
  2678. "homepage": "https://symfony.com",
  2679. "time": "2020-07-06T13:23:11+00:00"
  2680. },
  2681. {
  2682. "name": "symfony/css-selector",
  2683. "version": "v5.1.3",
  2684. "source": {
  2685. "type": "git",
  2686. "url": "https://github.com/symfony/css-selector.git",
  2687. "reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9"
  2688. },
  2689. "dist": {
  2690. "type": "zip",
  2691. "url": "https://api.github.com/repos/symfony/css-selector/zipball/e544e24472d4c97b2d11ade7caacd446727c6bf9",
  2692. "reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9",
  2693. "shasum": "",
  2694. "mirrors": [
  2695. {
  2696. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2697. "preferred": true
  2698. }
  2699. ]
  2700. },
  2701. "require": {
  2702. "php": ">=7.2.5"
  2703. },
  2704. "type": "library",
  2705. "extra": {
  2706. "branch-alias": {
  2707. "dev-master": "5.1-dev"
  2708. }
  2709. },
  2710. "autoload": {
  2711. "psr-4": {
  2712. "Symfony\\Component\\CssSelector\\": ""
  2713. },
  2714. "exclude-from-classmap": [
  2715. "/Tests/"
  2716. ]
  2717. },
  2718. "notification-url": "https://packagist.org/downloads/",
  2719. "license": [
  2720. "MIT"
  2721. ],
  2722. "authors": [
  2723. {
  2724. "name": "Fabien Potencier",
  2725. "email": "fabien@symfony.com"
  2726. },
  2727. {
  2728. "name": "Jean-François Simon",
  2729. "email": "jeanfrancois.simon@sensiolabs.com"
  2730. },
  2731. {
  2732. "name": "Symfony Community",
  2733. "homepage": "https://symfony.com/contributors"
  2734. }
  2735. ],
  2736. "description": "Symfony CssSelector Component",
  2737. "homepage": "https://symfony.com",
  2738. "time": "2020-05-20T17:43:50+00:00"
  2739. },
  2740. {
  2741. "name": "symfony/deprecation-contracts",
  2742. "version": "v2.1.3",
  2743. "source": {
  2744. "type": "git",
  2745. "url": "https://github.com/symfony/deprecation-contracts.git",
  2746. "reference": "5e20b83385a77593259c9f8beb2c43cd03b2ac14"
  2747. },
  2748. "dist": {
  2749. "type": "zip",
  2750. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5e20b83385a77593259c9f8beb2c43cd03b2ac14",
  2751. "reference": "5e20b83385a77593259c9f8beb2c43cd03b2ac14",
  2752. "shasum": "",
  2753. "mirrors": [
  2754. {
  2755. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2756. "preferred": true
  2757. }
  2758. ]
  2759. },
  2760. "require": {
  2761. "php": ">=7.1"
  2762. },
  2763. "type": "library",
  2764. "extra": {
  2765. "branch-alias": {
  2766. "dev-master": "2.1-dev"
  2767. },
  2768. "thanks": {
  2769. "name": "symfony/contracts",
  2770. "url": "https://github.com/symfony/contracts"
  2771. }
  2772. },
  2773. "autoload": {
  2774. "files": [
  2775. "function.php"
  2776. ]
  2777. },
  2778. "notification-url": "https://packagist.org/downloads/",
  2779. "license": [
  2780. "MIT"
  2781. ],
  2782. "authors": [
  2783. {
  2784. "name": "Nicolas Grekas",
  2785. "email": "p@tchwork.com"
  2786. },
  2787. {
  2788. "name": "Symfony Community",
  2789. "homepage": "https://symfony.com/contributors"
  2790. }
  2791. ],
  2792. "description": "A generic function and convention to trigger deprecation notices",
  2793. "homepage": "https://symfony.com",
  2794. "time": "2020-06-06T08:49:21+00:00"
  2795. },
  2796. {
  2797. "name": "symfony/dom-crawler",
  2798. "version": "v5.1.3",
  2799. "source": {
  2800. "type": "git",
  2801. "url": "https://github.com/symfony/dom-crawler.git",
  2802. "reference": "a96aecb36aaf081f1b012e1e62d71f1069ab3dca"
  2803. },
  2804. "dist": {
  2805. "type": "zip",
  2806. "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/a96aecb36aaf081f1b012e1e62d71f1069ab3dca",
  2807. "reference": "a96aecb36aaf081f1b012e1e62d71f1069ab3dca",
  2808. "shasum": "",
  2809. "mirrors": [
  2810. {
  2811. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2812. "preferred": true
  2813. }
  2814. ]
  2815. },
  2816. "require": {
  2817. "php": ">=7.2.5",
  2818. "symfony/polyfill-ctype": "~1.8",
  2819. "symfony/polyfill-mbstring": "~1.0",
  2820. "symfony/polyfill-php80": "^1.15"
  2821. },
  2822. "conflict": {
  2823. "masterminds/html5": "<2.6"
  2824. },
  2825. "require-dev": {
  2826. "masterminds/html5": "^2.6",
  2827. "symfony/css-selector": "^4.4|^5.0"
  2828. },
  2829. "suggest": {
  2830. "symfony/css-selector": ""
  2831. },
  2832. "type": "library",
  2833. "extra": {
  2834. "branch-alias": {
  2835. "dev-master": "5.1-dev"
  2836. }
  2837. },
  2838. "autoload": {
  2839. "psr-4": {
  2840. "Symfony\\Component\\DomCrawler\\": ""
  2841. },
  2842. "exclude-from-classmap": [
  2843. "/Tests/"
  2844. ]
  2845. },
  2846. "notification-url": "https://packagist.org/downloads/",
  2847. "license": [
  2848. "MIT"
  2849. ],
  2850. "authors": [
  2851. {
  2852. "name": "Fabien Potencier",
  2853. "email": "fabien@symfony.com"
  2854. },
  2855. {
  2856. "name": "Symfony Community",
  2857. "homepage": "https://symfony.com/contributors"
  2858. }
  2859. ],
  2860. "description": "Symfony DomCrawler Component",
  2861. "homepage": "https://symfony.com",
  2862. "time": "2020-07-23T08:36:24+00:00"
  2863. },
  2864. {
  2865. "name": "symfony/error-handler",
  2866. "version": "v5.1.3",
  2867. "source": {
  2868. "type": "git",
  2869. "url": "https://github.com/symfony/error-handler.git",
  2870. "reference": "4a0d1673a4731c3cb2dea3580c73a676ecb9ed4b"
  2871. },
  2872. "dist": {
  2873. "type": "zip",
  2874. "url": "https://api.github.com/repos/symfony/error-handler/zipball/4a0d1673a4731c3cb2dea3580c73a676ecb9ed4b",
  2875. "reference": "4a0d1673a4731c3cb2dea3580c73a676ecb9ed4b",
  2876. "shasum": "",
  2877. "mirrors": [
  2878. {
  2879. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2880. "preferred": true
  2881. }
  2882. ]
  2883. },
  2884. "require": {
  2885. "php": ">=7.2.5",
  2886. "psr/log": "^1.0",
  2887. "symfony/polyfill-php80": "^1.15",
  2888. "symfony/var-dumper": "^4.4|^5.0"
  2889. },
  2890. "require-dev": {
  2891. "symfony/deprecation-contracts": "^2.1",
  2892. "symfony/http-kernel": "^4.4|^5.0",
  2893. "symfony/serializer": "^4.4|^5.0"
  2894. },
  2895. "type": "library",
  2896. "extra": {
  2897. "branch-alias": {
  2898. "dev-master": "5.1-dev"
  2899. }
  2900. },
  2901. "autoload": {
  2902. "psr-4": {
  2903. "Symfony\\Component\\ErrorHandler\\": ""
  2904. },
  2905. "exclude-from-classmap": [
  2906. "/Tests/"
  2907. ]
  2908. },
  2909. "notification-url": "https://packagist.org/downloads/",
  2910. "license": [
  2911. "MIT"
  2912. ],
  2913. "authors": [
  2914. {
  2915. "name": "Fabien Potencier",
  2916. "email": "fabien@symfony.com"
  2917. },
  2918. {
  2919. "name": "Symfony Community",
  2920. "homepage": "https://symfony.com/contributors"
  2921. }
  2922. ],
  2923. "description": "Symfony ErrorHandler Component",
  2924. "homepage": "https://symfony.com",
  2925. "time": "2020-07-23T08:36:24+00:00"
  2926. },
  2927. {
  2928. "name": "symfony/event-dispatcher",
  2929. "version": "v5.1.3",
  2930. "source": {
  2931. "type": "git",
  2932. "url": "https://github.com/symfony/event-dispatcher.git",
  2933. "reference": "7827d55911f91c070fc293ea51a06eec80797d76"
  2934. },
  2935. "dist": {
  2936. "type": "zip",
  2937. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7827d55911f91c070fc293ea51a06eec80797d76",
  2938. "reference": "7827d55911f91c070fc293ea51a06eec80797d76",
  2939. "shasum": "",
  2940. "mirrors": [
  2941. {
  2942. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  2943. "preferred": true
  2944. }
  2945. ]
  2946. },
  2947. "require": {
  2948. "php": ">=7.2.5",
  2949. "symfony/deprecation-contracts": "^2.1",
  2950. "symfony/event-dispatcher-contracts": "^2",
  2951. "symfony/polyfill-php80": "^1.15"
  2952. },
  2953. "conflict": {
  2954. "symfony/dependency-injection": "<4.4"
  2955. },
  2956. "provide": {
  2957. "psr/event-dispatcher-implementation": "1.0",
  2958. "symfony/event-dispatcher-implementation": "2.0"
  2959. },
  2960. "require-dev": {
  2961. "psr/log": "~1.0",
  2962. "symfony/config": "^4.4|^5.0",
  2963. "symfony/dependency-injection": "^4.4|^5.0",
  2964. "symfony/expression-language": "^4.4|^5.0",
  2965. "symfony/http-foundation": "^4.4|^5.0",
  2966. "symfony/service-contracts": "^1.1|^2",
  2967. "symfony/stopwatch": "^4.4|^5.0"
  2968. },
  2969. "suggest": {
  2970. "symfony/dependency-injection": "",
  2971. "symfony/http-kernel": ""
  2972. },
  2973. "type": "library",
  2974. "extra": {
  2975. "branch-alias": {
  2976. "dev-master": "5.1-dev"
  2977. }
  2978. },
  2979. "autoload": {
  2980. "psr-4": {
  2981. "Symfony\\Component\\EventDispatcher\\": ""
  2982. },
  2983. "exclude-from-classmap": [
  2984. "/Tests/"
  2985. ]
  2986. },
  2987. "notification-url": "https://packagist.org/downloads/",
  2988. "license": [
  2989. "MIT"
  2990. ],
  2991. "authors": [
  2992. {
  2993. "name": "Fabien Potencier",
  2994. "email": "fabien@symfony.com"
  2995. },
  2996. {
  2997. "name": "Symfony Community",
  2998. "homepage": "https://symfony.com/contributors"
  2999. }
  3000. ],
  3001. "description": "Symfony EventDispatcher Component",
  3002. "homepage": "https://symfony.com",
  3003. "time": "2020-06-18T18:24:02+00:00"
  3004. },
  3005. {
  3006. "name": "symfony/event-dispatcher-contracts",
  3007. "version": "v2.1.3",
  3008. "source": {
  3009. "type": "git",
  3010. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  3011. "reference": "f6f613d74cfc5a623fc36294d3451eb7fa5a042b"
  3012. },
  3013. "dist": {
  3014. "type": "zip",
  3015. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f6f613d74cfc5a623fc36294d3451eb7fa5a042b",
  3016. "reference": "f6f613d74cfc5a623fc36294d3451eb7fa5a042b",
  3017. "shasum": "",
  3018. "mirrors": [
  3019. {
  3020. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3021. "preferred": true
  3022. }
  3023. ]
  3024. },
  3025. "require": {
  3026. "php": ">=7.2.5",
  3027. "psr/event-dispatcher": "^1"
  3028. },
  3029. "suggest": {
  3030. "symfony/event-dispatcher-implementation": ""
  3031. },
  3032. "type": "library",
  3033. "extra": {
  3034. "branch-alias": {
  3035. "dev-master": "2.1-dev"
  3036. },
  3037. "thanks": {
  3038. "name": "symfony/contracts",
  3039. "url": "https://github.com/symfony/contracts"
  3040. }
  3041. },
  3042. "autoload": {
  3043. "psr-4": {
  3044. "Symfony\\Contracts\\EventDispatcher\\": ""
  3045. }
  3046. },
  3047. "notification-url": "https://packagist.org/downloads/",
  3048. "license": [
  3049. "MIT"
  3050. ],
  3051. "authors": [
  3052. {
  3053. "name": "Nicolas Grekas",
  3054. "email": "p@tchwork.com"
  3055. },
  3056. {
  3057. "name": "Symfony Community",
  3058. "homepage": "https://symfony.com/contributors"
  3059. }
  3060. ],
  3061. "description": "Generic abstractions related to dispatching event",
  3062. "homepage": "https://symfony.com",
  3063. "keywords": [
  3064. "abstractions",
  3065. "contracts",
  3066. "decoupling",
  3067. "interfaces",
  3068. "interoperability",
  3069. "standards"
  3070. ],
  3071. "time": "2020-07-06T13:23:11+00:00"
  3072. },
  3073. {
  3074. "name": "symfony/finder",
  3075. "version": "v5.1.3",
  3076. "source": {
  3077. "type": "git",
  3078. "url": "https://github.com/symfony/finder.git",
  3079. "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187"
  3080. },
  3081. "dist": {
  3082. "type": "zip",
  3083. "url": "https://api.github.com/repos/symfony/finder/zipball/4298870062bfc667cb78d2b379be4bf5dec5f187",
  3084. "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187",
  3085. "shasum": "",
  3086. "mirrors": [
  3087. {
  3088. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3089. "preferred": true
  3090. }
  3091. ]
  3092. },
  3093. "require": {
  3094. "php": ">=7.2.5"
  3095. },
  3096. "type": "library",
  3097. "extra": {
  3098. "branch-alias": {
  3099. "dev-master": "5.1-dev"
  3100. }
  3101. },
  3102. "autoload": {
  3103. "psr-4": {
  3104. "Symfony\\Component\\Finder\\": ""
  3105. },
  3106. "exclude-from-classmap": [
  3107. "/Tests/"
  3108. ]
  3109. },
  3110. "notification-url": "https://packagist.org/downloads/",
  3111. "license": [
  3112. "MIT"
  3113. ],
  3114. "authors": [
  3115. {
  3116. "name": "Fabien Potencier",
  3117. "email": "fabien@symfony.com"
  3118. },
  3119. {
  3120. "name": "Symfony Community",
  3121. "homepage": "https://symfony.com/contributors"
  3122. }
  3123. ],
  3124. "description": "Symfony Finder Component",
  3125. "homepage": "https://symfony.com",
  3126. "time": "2020-05-20T17:43:50+00:00"
  3127. },
  3128. {
  3129. "name": "symfony/http-foundation",
  3130. "version": "v5.1.3",
  3131. "source": {
  3132. "type": "git",
  3133. "url": "https://github.com/symfony/http-foundation.git",
  3134. "reference": "1f0d6627e680591c61e9176f04a0dc887b4e6702"
  3135. },
  3136. "dist": {
  3137. "type": "zip",
  3138. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/1f0d6627e680591c61e9176f04a0dc887b4e6702",
  3139. "reference": "1f0d6627e680591c61e9176f04a0dc887b4e6702",
  3140. "shasum": "",
  3141. "mirrors": [
  3142. {
  3143. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3144. "preferred": true
  3145. }
  3146. ]
  3147. },
  3148. "require": {
  3149. "php": ">=7.2.5",
  3150. "symfony/deprecation-contracts": "^2.1",
  3151. "symfony/polyfill-mbstring": "~1.1",
  3152. "symfony/polyfill-php80": "^1.15"
  3153. },
  3154. "require-dev": {
  3155. "predis/predis": "~1.0",
  3156. "symfony/cache": "^4.4|^5.0",
  3157. "symfony/expression-language": "^4.4|^5.0",
  3158. "symfony/mime": "^4.4|^5.0"
  3159. },
  3160. "suggest": {
  3161. "symfony/mime": "To use the file extension guesser"
  3162. },
  3163. "type": "library",
  3164. "extra": {
  3165. "branch-alias": {
  3166. "dev-master": "5.1-dev"
  3167. }
  3168. },
  3169. "autoload": {
  3170. "psr-4": {
  3171. "Symfony\\Component\\HttpFoundation\\": ""
  3172. },
  3173. "exclude-from-classmap": [
  3174. "/Tests/"
  3175. ]
  3176. },
  3177. "notification-url": "https://packagist.org/downloads/",
  3178. "license": [
  3179. "MIT"
  3180. ],
  3181. "authors": [
  3182. {
  3183. "name": "Fabien Potencier",
  3184. "email": "fabien@symfony.com"
  3185. },
  3186. {
  3187. "name": "Symfony Community",
  3188. "homepage": "https://symfony.com/contributors"
  3189. }
  3190. ],
  3191. "description": "Symfony HttpFoundation Component",
  3192. "homepage": "https://symfony.com",
  3193. "time": "2020-07-23T10:04:31+00:00"
  3194. },
  3195. {
  3196. "name": "symfony/http-kernel",
  3197. "version": "v5.1.3",
  3198. "source": {
  3199. "type": "git",
  3200. "url": "https://github.com/symfony/http-kernel.git",
  3201. "reference": "d6dd8f6420e377970ddad0d6317d4ce4186fc6b3"
  3202. },
  3203. "dist": {
  3204. "type": "zip",
  3205. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/d6dd8f6420e377970ddad0d6317d4ce4186fc6b3",
  3206. "reference": "d6dd8f6420e377970ddad0d6317d4ce4186fc6b3",
  3207. "shasum": "",
  3208. "mirrors": [
  3209. {
  3210. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3211. "preferred": true
  3212. }
  3213. ]
  3214. },
  3215. "require": {
  3216. "php": ">=7.2.5",
  3217. "psr/log": "~1.0",
  3218. "symfony/deprecation-contracts": "^2.1",
  3219. "symfony/error-handler": "^4.4|^5.0",
  3220. "symfony/event-dispatcher": "^5.0",
  3221. "symfony/http-foundation": "^4.4|^5.0",
  3222. "symfony/polyfill-ctype": "^1.8",
  3223. "symfony/polyfill-php73": "^1.9",
  3224. "symfony/polyfill-php80": "^1.15"
  3225. },
  3226. "conflict": {
  3227. "symfony/browser-kit": "<4.4",
  3228. "symfony/cache": "<5.0",
  3229. "symfony/config": "<5.0",
  3230. "symfony/console": "<4.4",
  3231. "symfony/dependency-injection": "<4.4",
  3232. "symfony/doctrine-bridge": "<5.0",
  3233. "symfony/form": "<5.0",
  3234. "symfony/http-client": "<5.0",
  3235. "symfony/mailer": "<5.0",
  3236. "symfony/messenger": "<5.0",
  3237. "symfony/translation": "<5.0",
  3238. "symfony/twig-bridge": "<5.0",
  3239. "symfony/validator": "<5.0",
  3240. "twig/twig": "<2.4"
  3241. },
  3242. "provide": {
  3243. "psr/log-implementation": "1.0"
  3244. },
  3245. "require-dev": {
  3246. "psr/cache": "~1.0",
  3247. "symfony/browser-kit": "^4.4|^5.0",
  3248. "symfony/config": "^5.0",
  3249. "symfony/console": "^4.4|^5.0",
  3250. "symfony/css-selector": "^4.4|^5.0",
  3251. "symfony/dependency-injection": "^4.4|^5.0",
  3252. "symfony/dom-crawler": "^4.4|^5.0",
  3253. "symfony/expression-language": "^4.4|^5.0",
  3254. "symfony/finder": "^4.4|^5.0",
  3255. "symfony/process": "^4.4|^5.0",
  3256. "symfony/routing": "^4.4|^5.0",
  3257. "symfony/stopwatch": "^4.4|^5.0",
  3258. "symfony/translation": "^4.4|^5.0",
  3259. "symfony/translation-contracts": "^1.1|^2",
  3260. "twig/twig": "^2.4|^3.0"
  3261. },
  3262. "suggest": {
  3263. "symfony/browser-kit": "",
  3264. "symfony/config": "",
  3265. "symfony/console": "",
  3266. "symfony/dependency-injection": ""
  3267. },
  3268. "type": "library",
  3269. "extra": {
  3270. "branch-alias": {
  3271. "dev-master": "5.1-dev"
  3272. }
  3273. },
  3274. "autoload": {
  3275. "psr-4": {
  3276. "Symfony\\Component\\HttpKernel\\": ""
  3277. },
  3278. "exclude-from-classmap": [
  3279. "/Tests/"
  3280. ]
  3281. },
  3282. "notification-url": "https://packagist.org/downloads/",
  3283. "license": [
  3284. "MIT"
  3285. ],
  3286. "authors": [
  3287. {
  3288. "name": "Fabien Potencier",
  3289. "email": "fabien@symfony.com"
  3290. },
  3291. {
  3292. "name": "Symfony Community",
  3293. "homepage": "https://symfony.com/contributors"
  3294. }
  3295. ],
  3296. "description": "Symfony HttpKernel Component",
  3297. "homepage": "https://symfony.com",
  3298. "time": "2020-07-24T04:22:56+00:00"
  3299. },
  3300. {
  3301. "name": "symfony/mime",
  3302. "version": "v5.1.3",
  3303. "source": {
  3304. "type": "git",
  3305. "url": "https://github.com/symfony/mime.git",
  3306. "reference": "149fb0ad35aae3c7637b496b38478797fa6a7ea6"
  3307. },
  3308. "dist": {
  3309. "type": "zip",
  3310. "url": "https://api.github.com/repos/symfony/mime/zipball/149fb0ad35aae3c7637b496b38478797fa6a7ea6",
  3311. "reference": "149fb0ad35aae3c7637b496b38478797fa6a7ea6",
  3312. "shasum": "",
  3313. "mirrors": [
  3314. {
  3315. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3316. "preferred": true
  3317. }
  3318. ]
  3319. },
  3320. "require": {
  3321. "php": ">=7.2.5",
  3322. "symfony/polyfill-intl-idn": "^1.10",
  3323. "symfony/polyfill-mbstring": "^1.0",
  3324. "symfony/polyfill-php80": "^1.15"
  3325. },
  3326. "conflict": {
  3327. "symfony/mailer": "<4.4"
  3328. },
  3329. "require-dev": {
  3330. "egulias/email-validator": "^2.1.10",
  3331. "symfony/dependency-injection": "^4.4|^5.0"
  3332. },
  3333. "type": "library",
  3334. "extra": {
  3335. "branch-alias": {
  3336. "dev-master": "5.1-dev"
  3337. }
  3338. },
  3339. "autoload": {
  3340. "psr-4": {
  3341. "Symfony\\Component\\Mime\\": ""
  3342. },
  3343. "exclude-from-classmap": [
  3344. "/Tests/"
  3345. ]
  3346. },
  3347. "notification-url": "https://packagist.org/downloads/",
  3348. "license": [
  3349. "MIT"
  3350. ],
  3351. "authors": [
  3352. {
  3353. "name": "Fabien Potencier",
  3354. "email": "fabien@symfony.com"
  3355. },
  3356. {
  3357. "name": "Symfony Community",
  3358. "homepage": "https://symfony.com/contributors"
  3359. }
  3360. ],
  3361. "description": "A library to manipulate MIME messages",
  3362. "homepage": "https://symfony.com",
  3363. "keywords": [
  3364. "mime",
  3365. "mime-type"
  3366. ],
  3367. "time": "2020-07-23T10:04:31+00:00"
  3368. },
  3369. {
  3370. "name": "symfony/polyfill-ctype",
  3371. "version": "v1.18.0",
  3372. "source": {
  3373. "type": "git",
  3374. "url": "https://github.com/symfony/polyfill-ctype.git",
  3375. "reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
  3376. },
  3377. "dist": {
  3378. "type": "zip",
  3379. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
  3380. "reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
  3381. "shasum": "",
  3382. "mirrors": [
  3383. {
  3384. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3385. "preferred": true
  3386. }
  3387. ]
  3388. },
  3389. "require": {
  3390. "php": ">=5.3.3"
  3391. },
  3392. "suggest": {
  3393. "ext-ctype": "For best performance"
  3394. },
  3395. "type": "library",
  3396. "extra": {
  3397. "branch-alias": {
  3398. "dev-master": "1.18-dev"
  3399. },
  3400. "thanks": {
  3401. "name": "symfony/polyfill",
  3402. "url": "https://github.com/symfony/polyfill"
  3403. }
  3404. },
  3405. "autoload": {
  3406. "psr-4": {
  3407. "Symfony\\Polyfill\\Ctype\\": ""
  3408. },
  3409. "files": [
  3410. "bootstrap.php"
  3411. ]
  3412. },
  3413. "notification-url": "https://packagist.org/downloads/",
  3414. "license": [
  3415. "MIT"
  3416. ],
  3417. "authors": [
  3418. {
  3419. "name": "Gert de Pagter",
  3420. "email": "BackEndTea@gmail.com"
  3421. },
  3422. {
  3423. "name": "Symfony Community",
  3424. "homepage": "https://symfony.com/contributors"
  3425. }
  3426. ],
  3427. "description": "Symfony polyfill for ctype functions",
  3428. "homepage": "https://symfony.com",
  3429. "keywords": [
  3430. "compatibility",
  3431. "ctype",
  3432. "polyfill",
  3433. "portable"
  3434. ],
  3435. "time": "2020-07-14T12:35:20+00:00"
  3436. },
  3437. {
  3438. "name": "symfony/polyfill-iconv",
  3439. "version": "v1.18.0",
  3440. "source": {
  3441. "type": "git",
  3442. "url": "https://github.com/symfony/polyfill-iconv.git",
  3443. "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36"
  3444. },
  3445. "dist": {
  3446. "type": "zip",
  3447. "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36",
  3448. "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36",
  3449. "shasum": "",
  3450. "mirrors": [
  3451. {
  3452. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3453. "preferred": true
  3454. }
  3455. ]
  3456. },
  3457. "require": {
  3458. "php": ">=5.3.3"
  3459. },
  3460. "suggest": {
  3461. "ext-iconv": "For best performance"
  3462. },
  3463. "type": "library",
  3464. "extra": {
  3465. "branch-alias": {
  3466. "dev-master": "1.18-dev"
  3467. },
  3468. "thanks": {
  3469. "name": "symfony/polyfill",
  3470. "url": "https://github.com/symfony/polyfill"
  3471. }
  3472. },
  3473. "autoload": {
  3474. "psr-4": {
  3475. "Symfony\\Polyfill\\Iconv\\": ""
  3476. },
  3477. "files": [
  3478. "bootstrap.php"
  3479. ]
  3480. },
  3481. "notification-url": "https://packagist.org/downloads/",
  3482. "license": [
  3483. "MIT"
  3484. ],
  3485. "authors": [
  3486. {
  3487. "name": "Nicolas Grekas",
  3488. "email": "p@tchwork.com"
  3489. },
  3490. {
  3491. "name": "Symfony Community",
  3492. "homepage": "https://symfony.com/contributors"
  3493. }
  3494. ],
  3495. "description": "Symfony polyfill for the Iconv extension",
  3496. "homepage": "https://symfony.com",
  3497. "keywords": [
  3498. "compatibility",
  3499. "iconv",
  3500. "polyfill",
  3501. "portable",
  3502. "shim"
  3503. ],
  3504. "time": "2020-07-14T12:35:20+00:00"
  3505. },
  3506. {
  3507. "name": "symfony/polyfill-intl-grapheme",
  3508. "version": "v1.18.0",
  3509. "source": {
  3510. "type": "git",
  3511. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  3512. "reference": "b740103edbdcc39602239ee8860f0f45a8eb9aa5"
  3513. },
  3514. "dist": {
  3515. "type": "zip",
  3516. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b740103edbdcc39602239ee8860f0f45a8eb9aa5",
  3517. "reference": "b740103edbdcc39602239ee8860f0f45a8eb9aa5",
  3518. "shasum": "",
  3519. "mirrors": [
  3520. {
  3521. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3522. "preferred": true
  3523. }
  3524. ]
  3525. },
  3526. "require": {
  3527. "php": ">=5.3.3"
  3528. },
  3529. "suggest": {
  3530. "ext-intl": "For best performance"
  3531. },
  3532. "type": "library",
  3533. "extra": {
  3534. "branch-alias": {
  3535. "dev-master": "1.18-dev"
  3536. },
  3537. "thanks": {
  3538. "name": "symfony/polyfill",
  3539. "url": "https://github.com/symfony/polyfill"
  3540. }
  3541. },
  3542. "autoload": {
  3543. "psr-4": {
  3544. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  3545. },
  3546. "files": [
  3547. "bootstrap.php"
  3548. ]
  3549. },
  3550. "notification-url": "https://packagist.org/downloads/",
  3551. "license": [
  3552. "MIT"
  3553. ],
  3554. "authors": [
  3555. {
  3556. "name": "Nicolas Grekas",
  3557. "email": "p@tchwork.com"
  3558. },
  3559. {
  3560. "name": "Symfony Community",
  3561. "homepage": "https://symfony.com/contributors"
  3562. }
  3563. ],
  3564. "description": "Symfony polyfill for intl's grapheme_* functions",
  3565. "homepage": "https://symfony.com",
  3566. "keywords": [
  3567. "compatibility",
  3568. "grapheme",
  3569. "intl",
  3570. "polyfill",
  3571. "portable",
  3572. "shim"
  3573. ],
  3574. "time": "2020-07-14T12:35:20+00:00"
  3575. },
  3576. {
  3577. "name": "symfony/polyfill-intl-idn",
  3578. "version": "v1.18.0",
  3579. "source": {
  3580. "type": "git",
  3581. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  3582. "reference": "bc6549d068d0160e0f10f7a5a23c7d1406b95ebe"
  3583. },
  3584. "dist": {
  3585. "type": "zip",
  3586. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/bc6549d068d0160e0f10f7a5a23c7d1406b95ebe",
  3587. "reference": "bc6549d068d0160e0f10f7a5a23c7d1406b95ebe",
  3588. "shasum": "",
  3589. "mirrors": [
  3590. {
  3591. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3592. "preferred": true
  3593. }
  3594. ]
  3595. },
  3596. "require": {
  3597. "php": ">=5.3.3",
  3598. "symfony/polyfill-intl-normalizer": "^1.10",
  3599. "symfony/polyfill-php70": "^1.10",
  3600. "symfony/polyfill-php72": "^1.10"
  3601. },
  3602. "suggest": {
  3603. "ext-intl": "For best performance"
  3604. },
  3605. "type": "library",
  3606. "extra": {
  3607. "branch-alias": {
  3608. "dev-master": "1.18-dev"
  3609. },
  3610. "thanks": {
  3611. "name": "symfony/polyfill",
  3612. "url": "https://github.com/symfony/polyfill"
  3613. }
  3614. },
  3615. "autoload": {
  3616. "psr-4": {
  3617. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  3618. },
  3619. "files": [
  3620. "bootstrap.php"
  3621. ]
  3622. },
  3623. "notification-url": "https://packagist.org/downloads/",
  3624. "license": [
  3625. "MIT"
  3626. ],
  3627. "authors": [
  3628. {
  3629. "name": "Laurent Bassin",
  3630. "email": "laurent@bassin.info"
  3631. },
  3632. {
  3633. "name": "Trevor Rowbotham",
  3634. "email": "trevor.rowbotham@pm.me"
  3635. },
  3636. {
  3637. "name": "Symfony Community",
  3638. "homepage": "https://symfony.com/contributors"
  3639. }
  3640. ],
  3641. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  3642. "homepage": "https://symfony.com",
  3643. "keywords": [
  3644. "compatibility",
  3645. "idn",
  3646. "intl",
  3647. "polyfill",
  3648. "portable",
  3649. "shim"
  3650. ],
  3651. "time": "2020-07-14T12:35:20+00:00"
  3652. },
  3653. {
  3654. "name": "symfony/polyfill-intl-normalizer",
  3655. "version": "v1.18.0",
  3656. "source": {
  3657. "type": "git",
  3658. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  3659. "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e"
  3660. },
  3661. "dist": {
  3662. "type": "zip",
  3663. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
  3664. "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
  3665. "shasum": "",
  3666. "mirrors": [
  3667. {
  3668. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3669. "preferred": true
  3670. }
  3671. ]
  3672. },
  3673. "require": {
  3674. "php": ">=5.3.3"
  3675. },
  3676. "suggest": {
  3677. "ext-intl": "For best performance"
  3678. },
  3679. "type": "library",
  3680. "extra": {
  3681. "branch-alias": {
  3682. "dev-master": "1.18-dev"
  3683. },
  3684. "thanks": {
  3685. "name": "symfony/polyfill",
  3686. "url": "https://github.com/symfony/polyfill"
  3687. }
  3688. },
  3689. "autoload": {
  3690. "psr-4": {
  3691. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  3692. },
  3693. "files": [
  3694. "bootstrap.php"
  3695. ],
  3696. "classmap": [
  3697. "Resources/stubs"
  3698. ]
  3699. },
  3700. "notification-url": "https://packagist.org/downloads/",
  3701. "license": [
  3702. "MIT"
  3703. ],
  3704. "authors": [
  3705. {
  3706. "name": "Nicolas Grekas",
  3707. "email": "p@tchwork.com"
  3708. },
  3709. {
  3710. "name": "Symfony Community",
  3711. "homepage": "https://symfony.com/contributors"
  3712. }
  3713. ],
  3714. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  3715. "homepage": "https://symfony.com",
  3716. "keywords": [
  3717. "compatibility",
  3718. "intl",
  3719. "normalizer",
  3720. "polyfill",
  3721. "portable",
  3722. "shim"
  3723. ],
  3724. "time": "2020-07-14T12:35:20+00:00"
  3725. },
  3726. {
  3727. "name": "symfony/polyfill-mbstring",
  3728. "version": "v1.18.0",
  3729. "source": {
  3730. "type": "git",
  3731. "url": "https://github.com/symfony/polyfill-mbstring.git",
  3732. "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
  3733. },
  3734. "dist": {
  3735. "type": "zip",
  3736. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
  3737. "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
  3738. "shasum": "",
  3739. "mirrors": [
  3740. {
  3741. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3742. "preferred": true
  3743. }
  3744. ]
  3745. },
  3746. "require": {
  3747. "php": ">=5.3.3"
  3748. },
  3749. "suggest": {
  3750. "ext-mbstring": "For best performance"
  3751. },
  3752. "type": "library",
  3753. "extra": {
  3754. "branch-alias": {
  3755. "dev-master": "1.18-dev"
  3756. },
  3757. "thanks": {
  3758. "name": "symfony/polyfill",
  3759. "url": "https://github.com/symfony/polyfill"
  3760. }
  3761. },
  3762. "autoload": {
  3763. "psr-4": {
  3764. "Symfony\\Polyfill\\Mbstring\\": ""
  3765. },
  3766. "files": [
  3767. "bootstrap.php"
  3768. ]
  3769. },
  3770. "notification-url": "https://packagist.org/downloads/",
  3771. "license": [
  3772. "MIT"
  3773. ],
  3774. "authors": [
  3775. {
  3776. "name": "Nicolas Grekas",
  3777. "email": "p@tchwork.com"
  3778. },
  3779. {
  3780. "name": "Symfony Community",
  3781. "homepage": "https://symfony.com/contributors"
  3782. }
  3783. ],
  3784. "description": "Symfony polyfill for the Mbstring extension",
  3785. "homepage": "https://symfony.com",
  3786. "keywords": [
  3787. "compatibility",
  3788. "mbstring",
  3789. "polyfill",
  3790. "portable",
  3791. "shim"
  3792. ],
  3793. "time": "2020-07-14T12:35:20+00:00"
  3794. },
  3795. {
  3796. "name": "symfony/polyfill-php70",
  3797. "version": "v1.18.0",
  3798. "source": {
  3799. "type": "git",
  3800. "url": "https://github.com/symfony/polyfill-php70.git",
  3801. "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3"
  3802. },
  3803. "dist": {
  3804. "type": "zip",
  3805. "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
  3806. "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
  3807. "shasum": "",
  3808. "mirrors": [
  3809. {
  3810. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3811. "preferred": true
  3812. }
  3813. ]
  3814. },
  3815. "require": {
  3816. "paragonie/random_compat": "~1.0|~2.0|~9.99",
  3817. "php": ">=5.3.3"
  3818. },
  3819. "type": "library",
  3820. "extra": {
  3821. "branch-alias": {
  3822. "dev-master": "1.18-dev"
  3823. },
  3824. "thanks": {
  3825. "name": "symfony/polyfill",
  3826. "url": "https://github.com/symfony/polyfill"
  3827. }
  3828. },
  3829. "autoload": {
  3830. "psr-4": {
  3831. "Symfony\\Polyfill\\Php70\\": ""
  3832. },
  3833. "files": [
  3834. "bootstrap.php"
  3835. ],
  3836. "classmap": [
  3837. "Resources/stubs"
  3838. ]
  3839. },
  3840. "notification-url": "https://packagist.org/downloads/",
  3841. "license": [
  3842. "MIT"
  3843. ],
  3844. "authors": [
  3845. {
  3846. "name": "Nicolas Grekas",
  3847. "email": "p@tchwork.com"
  3848. },
  3849. {
  3850. "name": "Symfony Community",
  3851. "homepage": "https://symfony.com/contributors"
  3852. }
  3853. ],
  3854. "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
  3855. "homepage": "https://symfony.com",
  3856. "keywords": [
  3857. "compatibility",
  3858. "polyfill",
  3859. "portable",
  3860. "shim"
  3861. ],
  3862. "time": "2020-07-14T12:35:20+00:00"
  3863. },
  3864. {
  3865. "name": "symfony/polyfill-php72",
  3866. "version": "v1.18.0",
  3867. "source": {
  3868. "type": "git",
  3869. "url": "https://github.com/symfony/polyfill-php72.git",
  3870. "reference": "639447d008615574653fb3bc60d1986d7172eaae"
  3871. },
  3872. "dist": {
  3873. "type": "zip",
  3874. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae",
  3875. "reference": "639447d008615574653fb3bc60d1986d7172eaae",
  3876. "shasum": "",
  3877. "mirrors": [
  3878. {
  3879. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3880. "preferred": true
  3881. }
  3882. ]
  3883. },
  3884. "require": {
  3885. "php": ">=5.3.3"
  3886. },
  3887. "type": "library",
  3888. "extra": {
  3889. "branch-alias": {
  3890. "dev-master": "1.18-dev"
  3891. },
  3892. "thanks": {
  3893. "name": "symfony/polyfill",
  3894. "url": "https://github.com/symfony/polyfill"
  3895. }
  3896. },
  3897. "autoload": {
  3898. "psr-4": {
  3899. "Symfony\\Polyfill\\Php72\\": ""
  3900. },
  3901. "files": [
  3902. "bootstrap.php"
  3903. ]
  3904. },
  3905. "notification-url": "https://packagist.org/downloads/",
  3906. "license": [
  3907. "MIT"
  3908. ],
  3909. "authors": [
  3910. {
  3911. "name": "Nicolas Grekas",
  3912. "email": "p@tchwork.com"
  3913. },
  3914. {
  3915. "name": "Symfony Community",
  3916. "homepage": "https://symfony.com/contributors"
  3917. }
  3918. ],
  3919. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  3920. "homepage": "https://symfony.com",
  3921. "keywords": [
  3922. "compatibility",
  3923. "polyfill",
  3924. "portable",
  3925. "shim"
  3926. ],
  3927. "time": "2020-07-14T12:35:20+00:00"
  3928. },
  3929. {
  3930. "name": "symfony/polyfill-php73",
  3931. "version": "v1.18.0",
  3932. "source": {
  3933. "type": "git",
  3934. "url": "https://github.com/symfony/polyfill-php73.git",
  3935. "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca"
  3936. },
  3937. "dist": {
  3938. "type": "zip",
  3939. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
  3940. "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
  3941. "shasum": "",
  3942. "mirrors": [
  3943. {
  3944. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  3945. "preferred": true
  3946. }
  3947. ]
  3948. },
  3949. "require": {
  3950. "php": ">=5.3.3"
  3951. },
  3952. "type": "library",
  3953. "extra": {
  3954. "branch-alias": {
  3955. "dev-master": "1.18-dev"
  3956. },
  3957. "thanks": {
  3958. "name": "symfony/polyfill",
  3959. "url": "https://github.com/symfony/polyfill"
  3960. }
  3961. },
  3962. "autoload": {
  3963. "psr-4": {
  3964. "Symfony\\Polyfill\\Php73\\": ""
  3965. },
  3966. "files": [
  3967. "bootstrap.php"
  3968. ],
  3969. "classmap": [
  3970. "Resources/stubs"
  3971. ]
  3972. },
  3973. "notification-url": "https://packagist.org/downloads/",
  3974. "license": [
  3975. "MIT"
  3976. ],
  3977. "authors": [
  3978. {
  3979. "name": "Nicolas Grekas",
  3980. "email": "p@tchwork.com"
  3981. },
  3982. {
  3983. "name": "Symfony Community",
  3984. "homepage": "https://symfony.com/contributors"
  3985. }
  3986. ],
  3987. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  3988. "homepage": "https://symfony.com",
  3989. "keywords": [
  3990. "compatibility",
  3991. "polyfill",
  3992. "portable",
  3993. "shim"
  3994. ],
  3995. "time": "2020-07-14T12:35:20+00:00"
  3996. },
  3997. {
  3998. "name": "symfony/polyfill-php80",
  3999. "version": "v1.18.0",
  4000. "source": {
  4001. "type": "git",
  4002. "url": "https://github.com/symfony/polyfill-php80.git",
  4003. "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981"
  4004. },
  4005. "dist": {
  4006. "type": "zip",
  4007. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/d87d5766cbf48d72388a9f6b85f280c8ad51f981",
  4008. "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981",
  4009. "shasum": "",
  4010. "mirrors": [
  4011. {
  4012. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4013. "preferred": true
  4014. }
  4015. ]
  4016. },
  4017. "require": {
  4018. "php": ">=7.0.8"
  4019. },
  4020. "type": "library",
  4021. "extra": {
  4022. "branch-alias": {
  4023. "dev-master": "1.18-dev"
  4024. },
  4025. "thanks": {
  4026. "name": "symfony/polyfill",
  4027. "url": "https://github.com/symfony/polyfill"
  4028. }
  4029. },
  4030. "autoload": {
  4031. "psr-4": {
  4032. "Symfony\\Polyfill\\Php80\\": ""
  4033. },
  4034. "files": [
  4035. "bootstrap.php"
  4036. ],
  4037. "classmap": [
  4038. "Resources/stubs"
  4039. ]
  4040. },
  4041. "notification-url": "https://packagist.org/downloads/",
  4042. "license": [
  4043. "MIT"
  4044. ],
  4045. "authors": [
  4046. {
  4047. "name": "Ion Bazan",
  4048. "email": "ion.bazan@gmail.com"
  4049. },
  4050. {
  4051. "name": "Nicolas Grekas",
  4052. "email": "p@tchwork.com"
  4053. },
  4054. {
  4055. "name": "Symfony Community",
  4056. "homepage": "https://symfony.com/contributors"
  4057. }
  4058. ],
  4059. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  4060. "homepage": "https://symfony.com",
  4061. "keywords": [
  4062. "compatibility",
  4063. "polyfill",
  4064. "portable",
  4065. "shim"
  4066. ],
  4067. "time": "2020-07-14T12:35:20+00:00"
  4068. },
  4069. {
  4070. "name": "symfony/process",
  4071. "version": "v5.1.3",
  4072. "source": {
  4073. "type": "git",
  4074. "url": "https://github.com/symfony/process.git",
  4075. "reference": "1864216226af21eb76d9477f691e7cbf198e0402"
  4076. },
  4077. "dist": {
  4078. "type": "zip",
  4079. "url": "https://api.github.com/repos/symfony/process/zipball/1864216226af21eb76d9477f691e7cbf198e0402",
  4080. "reference": "1864216226af21eb76d9477f691e7cbf198e0402",
  4081. "shasum": "",
  4082. "mirrors": [
  4083. {
  4084. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4085. "preferred": true
  4086. }
  4087. ]
  4088. },
  4089. "require": {
  4090. "php": ">=7.2.5",
  4091. "symfony/polyfill-php80": "^1.15"
  4092. },
  4093. "type": "library",
  4094. "extra": {
  4095. "branch-alias": {
  4096. "dev-master": "5.1-dev"
  4097. }
  4098. },
  4099. "autoload": {
  4100. "psr-4": {
  4101. "Symfony\\Component\\Process\\": ""
  4102. },
  4103. "exclude-from-classmap": [
  4104. "/Tests/"
  4105. ]
  4106. },
  4107. "notification-url": "https://packagist.org/downloads/",
  4108. "license": [
  4109. "MIT"
  4110. ],
  4111. "authors": [
  4112. {
  4113. "name": "Fabien Potencier",
  4114. "email": "fabien@symfony.com"
  4115. },
  4116. {
  4117. "name": "Symfony Community",
  4118. "homepage": "https://symfony.com/contributors"
  4119. }
  4120. ],
  4121. "description": "Symfony Process Component",
  4122. "homepage": "https://symfony.com",
  4123. "time": "2020-07-23T08:36:24+00:00"
  4124. },
  4125. {
  4126. "name": "symfony/routing",
  4127. "version": "v5.1.3",
  4128. "source": {
  4129. "type": "git",
  4130. "url": "https://github.com/symfony/routing.git",
  4131. "reference": "08c9a82f09d12ee048f85e76e0d783f82844eb5d"
  4132. },
  4133. "dist": {
  4134. "type": "zip",
  4135. "url": "https://api.github.com/repos/symfony/routing/zipball/08c9a82f09d12ee048f85e76e0d783f82844eb5d",
  4136. "reference": "08c9a82f09d12ee048f85e76e0d783f82844eb5d",
  4137. "shasum": "",
  4138. "mirrors": [
  4139. {
  4140. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4141. "preferred": true
  4142. }
  4143. ]
  4144. },
  4145. "require": {
  4146. "php": ">=7.2.5",
  4147. "symfony/deprecation-contracts": "^2.1",
  4148. "symfony/polyfill-php80": "^1.15"
  4149. },
  4150. "conflict": {
  4151. "symfony/config": "<5.0",
  4152. "symfony/dependency-injection": "<4.4",
  4153. "symfony/yaml": "<4.4"
  4154. },
  4155. "require-dev": {
  4156. "doctrine/annotations": "~1.2",
  4157. "psr/log": "~1.0",
  4158. "symfony/config": "^5.0",
  4159. "symfony/dependency-injection": "^4.4|^5.0",
  4160. "symfony/expression-language": "^4.4|^5.0",
  4161. "symfony/http-foundation": "^4.4|^5.0",
  4162. "symfony/yaml": "^4.4|^5.0"
  4163. },
  4164. "suggest": {
  4165. "doctrine/annotations": "For using the annotation loader",
  4166. "symfony/config": "For using the all-in-one router or any loader",
  4167. "symfony/expression-language": "For using expression matching",
  4168. "symfony/http-foundation": "For using a Symfony Request object",
  4169. "symfony/yaml": "For using the YAML loader"
  4170. },
  4171. "type": "library",
  4172. "extra": {
  4173. "branch-alias": {
  4174. "dev-master": "5.1-dev"
  4175. }
  4176. },
  4177. "autoload": {
  4178. "psr-4": {
  4179. "Symfony\\Component\\Routing\\": ""
  4180. },
  4181. "exclude-from-classmap": [
  4182. "/Tests/"
  4183. ]
  4184. },
  4185. "notification-url": "https://packagist.org/downloads/",
  4186. "license": [
  4187. "MIT"
  4188. ],
  4189. "authors": [
  4190. {
  4191. "name": "Fabien Potencier",
  4192. "email": "fabien@symfony.com"
  4193. },
  4194. {
  4195. "name": "Symfony Community",
  4196. "homepage": "https://symfony.com/contributors"
  4197. }
  4198. ],
  4199. "description": "Symfony Routing Component",
  4200. "homepage": "https://symfony.com",
  4201. "keywords": [
  4202. "router",
  4203. "routing",
  4204. "uri",
  4205. "url"
  4206. ],
  4207. "time": "2020-06-18T18:24:02+00:00"
  4208. },
  4209. {
  4210. "name": "symfony/service-contracts",
  4211. "version": "v2.1.3",
  4212. "source": {
  4213. "type": "git",
  4214. "url": "https://github.com/symfony/service-contracts.git",
  4215. "reference": "58c7475e5457c5492c26cc740cc0ad7464be9442"
  4216. },
  4217. "dist": {
  4218. "type": "zip",
  4219. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/58c7475e5457c5492c26cc740cc0ad7464be9442",
  4220. "reference": "58c7475e5457c5492c26cc740cc0ad7464be9442",
  4221. "shasum": "",
  4222. "mirrors": [
  4223. {
  4224. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4225. "preferred": true
  4226. }
  4227. ]
  4228. },
  4229. "require": {
  4230. "php": ">=7.2.5",
  4231. "psr/container": "^1.0"
  4232. },
  4233. "suggest": {
  4234. "symfony/service-implementation": ""
  4235. },
  4236. "type": "library",
  4237. "extra": {
  4238. "branch-alias": {
  4239. "dev-master": "2.1-dev"
  4240. },
  4241. "thanks": {
  4242. "name": "symfony/contracts",
  4243. "url": "https://github.com/symfony/contracts"
  4244. }
  4245. },
  4246. "autoload": {
  4247. "psr-4": {
  4248. "Symfony\\Contracts\\Service\\": ""
  4249. }
  4250. },
  4251. "notification-url": "https://packagist.org/downloads/",
  4252. "license": [
  4253. "MIT"
  4254. ],
  4255. "authors": [
  4256. {
  4257. "name": "Nicolas Grekas",
  4258. "email": "p@tchwork.com"
  4259. },
  4260. {
  4261. "name": "Symfony Community",
  4262. "homepage": "https://symfony.com/contributors"
  4263. }
  4264. ],
  4265. "description": "Generic abstractions related to writing services",
  4266. "homepage": "https://symfony.com",
  4267. "keywords": [
  4268. "abstractions",
  4269. "contracts",
  4270. "decoupling",
  4271. "interfaces",
  4272. "interoperability",
  4273. "standards"
  4274. ],
  4275. "time": "2020-07-06T13:23:11+00:00"
  4276. },
  4277. {
  4278. "name": "symfony/string",
  4279. "version": "v5.1.3",
  4280. "source": {
  4281. "type": "git",
  4282. "url": "https://github.com/symfony/string.git",
  4283. "reference": "f629ba9b611c76224feb21fe2bcbf0b6f992300b"
  4284. },
  4285. "dist": {
  4286. "type": "zip",
  4287. "url": "https://api.github.com/repos/symfony/string/zipball/f629ba9b611c76224feb21fe2bcbf0b6f992300b",
  4288. "reference": "f629ba9b611c76224feb21fe2bcbf0b6f992300b",
  4289. "shasum": "",
  4290. "mirrors": [
  4291. {
  4292. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4293. "preferred": true
  4294. }
  4295. ]
  4296. },
  4297. "require": {
  4298. "php": ">=7.2.5",
  4299. "symfony/polyfill-ctype": "~1.8",
  4300. "symfony/polyfill-intl-grapheme": "~1.0",
  4301. "symfony/polyfill-intl-normalizer": "~1.0",
  4302. "symfony/polyfill-mbstring": "~1.0",
  4303. "symfony/polyfill-php80": "~1.15"
  4304. },
  4305. "require-dev": {
  4306. "symfony/error-handler": "^4.4|^5.0",
  4307. "symfony/http-client": "^4.4|^5.0",
  4308. "symfony/translation-contracts": "^1.1|^2",
  4309. "symfony/var-exporter": "^4.4|^5.0"
  4310. },
  4311. "type": "library",
  4312. "extra": {
  4313. "branch-alias": {
  4314. "dev-master": "5.1-dev"
  4315. }
  4316. },
  4317. "autoload": {
  4318. "psr-4": {
  4319. "Symfony\\Component\\String\\": ""
  4320. },
  4321. "files": [
  4322. "Resources/functions.php"
  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": "Nicolas Grekas",
  4335. "email": "p@tchwork.com"
  4336. },
  4337. {
  4338. "name": "Symfony Community",
  4339. "homepage": "https://symfony.com/contributors"
  4340. }
  4341. ],
  4342. "description": "Symfony String component",
  4343. "homepage": "https://symfony.com",
  4344. "keywords": [
  4345. "grapheme",
  4346. "i18n",
  4347. "string",
  4348. "unicode",
  4349. "utf-8",
  4350. "utf8"
  4351. ],
  4352. "time": "2020-07-08T08:27:49+00:00"
  4353. },
  4354. {
  4355. "name": "symfony/translation",
  4356. "version": "v5.1.3",
  4357. "source": {
  4358. "type": "git",
  4359. "url": "https://github.com/symfony/translation.git",
  4360. "reference": "4b9bf719f0fa5b05253c37fc7b335337ec7ec427"
  4361. },
  4362. "dist": {
  4363. "type": "zip",
  4364. "url": "https://api.github.com/repos/symfony/translation/zipball/4b9bf719f0fa5b05253c37fc7b335337ec7ec427",
  4365. "reference": "4b9bf719f0fa5b05253c37fc7b335337ec7ec427",
  4366. "shasum": "",
  4367. "mirrors": [
  4368. {
  4369. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4370. "preferred": true
  4371. }
  4372. ]
  4373. },
  4374. "require": {
  4375. "php": ">=7.2.5",
  4376. "symfony/polyfill-mbstring": "~1.0",
  4377. "symfony/polyfill-php80": "^1.15",
  4378. "symfony/translation-contracts": "^2"
  4379. },
  4380. "conflict": {
  4381. "symfony/config": "<4.4",
  4382. "symfony/dependency-injection": "<5.0",
  4383. "symfony/http-kernel": "<5.0",
  4384. "symfony/twig-bundle": "<5.0",
  4385. "symfony/yaml": "<4.4"
  4386. },
  4387. "provide": {
  4388. "symfony/translation-implementation": "2.0"
  4389. },
  4390. "require-dev": {
  4391. "psr/log": "~1.0",
  4392. "symfony/config": "^4.4|^5.0",
  4393. "symfony/console": "^4.4|^5.0",
  4394. "symfony/dependency-injection": "^5.0",
  4395. "symfony/finder": "^4.4|^5.0",
  4396. "symfony/http-kernel": "^5.0",
  4397. "symfony/intl": "^4.4|^5.0",
  4398. "symfony/service-contracts": "^1.1.2|^2",
  4399. "symfony/yaml": "^4.4|^5.0"
  4400. },
  4401. "suggest": {
  4402. "psr/log-implementation": "To use logging capability in translator",
  4403. "symfony/config": "",
  4404. "symfony/yaml": ""
  4405. },
  4406. "type": "library",
  4407. "extra": {
  4408. "branch-alias": {
  4409. "dev-master": "5.1-dev"
  4410. }
  4411. },
  4412. "autoload": {
  4413. "psr-4": {
  4414. "Symfony\\Component\\Translation\\": ""
  4415. },
  4416. "exclude-from-classmap": [
  4417. "/Tests/"
  4418. ]
  4419. },
  4420. "notification-url": "https://packagist.org/downloads/",
  4421. "license": [
  4422. "MIT"
  4423. ],
  4424. "authors": [
  4425. {
  4426. "name": "Fabien Potencier",
  4427. "email": "fabien@symfony.com"
  4428. },
  4429. {
  4430. "name": "Symfony Community",
  4431. "homepage": "https://symfony.com/contributors"
  4432. }
  4433. ],
  4434. "description": "Symfony Translation Component",
  4435. "homepage": "https://symfony.com",
  4436. "time": "2020-06-30T17:42:22+00:00"
  4437. },
  4438. {
  4439. "name": "symfony/translation-contracts",
  4440. "version": "v2.1.3",
  4441. "source": {
  4442. "type": "git",
  4443. "url": "https://github.com/symfony/translation-contracts.git",
  4444. "reference": "616a9773c853097607cf9dd6577d5b143ffdcd63"
  4445. },
  4446. "dist": {
  4447. "type": "zip",
  4448. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/616a9773c853097607cf9dd6577d5b143ffdcd63",
  4449. "reference": "616a9773c853097607cf9dd6577d5b143ffdcd63",
  4450. "shasum": "",
  4451. "mirrors": [
  4452. {
  4453. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4454. "preferred": true
  4455. }
  4456. ]
  4457. },
  4458. "require": {
  4459. "php": ">=7.2.5"
  4460. },
  4461. "suggest": {
  4462. "symfony/translation-implementation": ""
  4463. },
  4464. "type": "library",
  4465. "extra": {
  4466. "branch-alias": {
  4467. "dev-master": "2.1-dev"
  4468. },
  4469. "thanks": {
  4470. "name": "symfony/contracts",
  4471. "url": "https://github.com/symfony/contracts"
  4472. }
  4473. },
  4474. "autoload": {
  4475. "psr-4": {
  4476. "Symfony\\Contracts\\Translation\\": ""
  4477. }
  4478. },
  4479. "notification-url": "https://packagist.org/downloads/",
  4480. "license": [
  4481. "MIT"
  4482. ],
  4483. "authors": [
  4484. {
  4485. "name": "Nicolas Grekas",
  4486. "email": "p@tchwork.com"
  4487. },
  4488. {
  4489. "name": "Symfony Community",
  4490. "homepage": "https://symfony.com/contributors"
  4491. }
  4492. ],
  4493. "description": "Generic abstractions related to translation",
  4494. "homepage": "https://symfony.com",
  4495. "keywords": [
  4496. "abstractions",
  4497. "contracts",
  4498. "decoupling",
  4499. "interfaces",
  4500. "interoperability",
  4501. "standards"
  4502. ],
  4503. "time": "2020-07-06T13:23:11+00:00"
  4504. },
  4505. {
  4506. "name": "symfony/var-dumper",
  4507. "version": "v5.1.3",
  4508. "source": {
  4509. "type": "git",
  4510. "url": "https://github.com/symfony/var-dumper.git",
  4511. "reference": "2ebe1c7bb52052624d6dc1250f4abe525655d75a"
  4512. },
  4513. "dist": {
  4514. "type": "zip",
  4515. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/2ebe1c7bb52052624d6dc1250f4abe525655d75a",
  4516. "reference": "2ebe1c7bb52052624d6dc1250f4abe525655d75a",
  4517. "shasum": "",
  4518. "mirrors": [
  4519. {
  4520. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4521. "preferred": true
  4522. }
  4523. ]
  4524. },
  4525. "require": {
  4526. "php": ">=7.2.5",
  4527. "symfony/polyfill-mbstring": "~1.0",
  4528. "symfony/polyfill-php80": "^1.15"
  4529. },
  4530. "conflict": {
  4531. "phpunit/phpunit": "<5.4.3",
  4532. "symfony/console": "<4.4"
  4533. },
  4534. "require-dev": {
  4535. "ext-iconv": "*",
  4536. "symfony/console": "^4.4|^5.0",
  4537. "symfony/process": "^4.4|^5.0",
  4538. "twig/twig": "^2.4|^3.0"
  4539. },
  4540. "suggest": {
  4541. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  4542. "ext-intl": "To show region name in time zone dump",
  4543. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  4544. },
  4545. "bin": [
  4546. "Resources/bin/var-dump-server"
  4547. ],
  4548. "type": "library",
  4549. "extra": {
  4550. "branch-alias": {
  4551. "dev-master": "5.1-dev"
  4552. }
  4553. },
  4554. "autoload": {
  4555. "files": [
  4556. "Resources/functions/dump.php"
  4557. ],
  4558. "psr-4": {
  4559. "Symfony\\Component\\VarDumper\\": ""
  4560. },
  4561. "exclude-from-classmap": [
  4562. "/Tests/"
  4563. ]
  4564. },
  4565. "notification-url": "https://packagist.org/downloads/",
  4566. "license": [
  4567. "MIT"
  4568. ],
  4569. "authors": [
  4570. {
  4571. "name": "Nicolas Grekas",
  4572. "email": "p@tchwork.com"
  4573. },
  4574. {
  4575. "name": "Symfony Community",
  4576. "homepage": "https://symfony.com/contributors"
  4577. }
  4578. ],
  4579. "description": "Symfony mechanism for exploring and dumping PHP variables",
  4580. "homepage": "https://symfony.com",
  4581. "keywords": [
  4582. "debug",
  4583. "dump"
  4584. ],
  4585. "time": "2020-06-24T13:36:18+00:00"
  4586. },
  4587. {
  4588. "name": "tijsverkoyen/css-to-inline-styles",
  4589. "version": "2.2.3",
  4590. "source": {
  4591. "type": "git",
  4592. "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
  4593. "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5"
  4594. },
  4595. "dist": {
  4596. "type": "zip",
  4597. "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/b43b05cf43c1b6d849478965062b6ef73e223bb5",
  4598. "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5",
  4599. "shasum": "",
  4600. "mirrors": [
  4601. {
  4602. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4603. "preferred": true
  4604. }
  4605. ]
  4606. },
  4607. "require": {
  4608. "ext-dom": "*",
  4609. "ext-libxml": "*",
  4610. "php": "^5.5 || ^7.0 || ^8.0",
  4611. "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
  4612. },
  4613. "require-dev": {
  4614. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5"
  4615. },
  4616. "type": "library",
  4617. "extra": {
  4618. "branch-alias": {
  4619. "dev-master": "2.2.x-dev"
  4620. }
  4621. },
  4622. "autoload": {
  4623. "psr-4": {
  4624. "TijsVerkoyen\\CssToInlineStyles\\": "src"
  4625. }
  4626. },
  4627. "notification-url": "https://packagist.org/downloads/",
  4628. "license": [
  4629. "BSD-3-Clause"
  4630. ],
  4631. "authors": [
  4632. {
  4633. "name": "Tijs Verkoyen",
  4634. "email": "css_to_inline_styles@verkoyen.eu",
  4635. "role": "Developer"
  4636. }
  4637. ],
  4638. "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.",
  4639. "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
  4640. "time": "2020-07-13T06:12:54+00:00"
  4641. },
  4642. {
  4643. "name": "vlucas/phpdotenv",
  4644. "version": "v4.1.8",
  4645. "source": {
  4646. "type": "git",
  4647. "url": "https://github.com/vlucas/phpdotenv.git",
  4648. "reference": "572af79d913627a9d70374d27a6f5d689a35de32"
  4649. },
  4650. "dist": {
  4651. "type": "zip",
  4652. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/572af79d913627a9d70374d27a6f5d689a35de32",
  4653. "reference": "572af79d913627a9d70374d27a6f5d689a35de32",
  4654. "shasum": "",
  4655. "mirrors": [
  4656. {
  4657. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4658. "preferred": true
  4659. }
  4660. ]
  4661. },
  4662. "require": {
  4663. "php": "^5.5.9 || ^7.0 || ^8.0",
  4664. "phpoption/phpoption": "^1.7.3",
  4665. "symfony/polyfill-ctype": "^1.17"
  4666. },
  4667. "require-dev": {
  4668. "bamarni/composer-bin-plugin": "^1.4.1",
  4669. "ext-filter": "*",
  4670. "ext-pcre": "*",
  4671. "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0"
  4672. },
  4673. "suggest": {
  4674. "ext-filter": "Required to use the boolean validator.",
  4675. "ext-pcre": "Required to use most of the library."
  4676. },
  4677. "type": "library",
  4678. "extra": {
  4679. "branch-alias": {
  4680. "dev-master": "4.1-dev"
  4681. }
  4682. },
  4683. "autoload": {
  4684. "psr-4": {
  4685. "Dotenv\\": "src/"
  4686. }
  4687. },
  4688. "notification-url": "https://packagist.org/downloads/",
  4689. "license": [
  4690. "BSD-3-Clause"
  4691. ],
  4692. "authors": [
  4693. {
  4694. "name": "Graham Campbell",
  4695. "email": "graham@alt-three.com",
  4696. "homepage": "https://gjcampbell.co.uk/"
  4697. },
  4698. {
  4699. "name": "Vance Lucas",
  4700. "email": "vance@vancelucas.com",
  4701. "homepage": "https://vancelucas.com/"
  4702. }
  4703. ],
  4704. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  4705. "keywords": [
  4706. "dotenv",
  4707. "env",
  4708. "environment"
  4709. ],
  4710. "time": "2020-07-14T19:22:52+00:00"
  4711. },
  4712. {
  4713. "name": "voku/portable-ascii",
  4714. "version": "1.5.3",
  4715. "source": {
  4716. "type": "git",
  4717. "url": "https://github.com/voku/portable-ascii.git",
  4718. "reference": "25bcbf01678930251fd572891447d9e318a6e2b8"
  4719. },
  4720. "dist": {
  4721. "type": "zip",
  4722. "url": "https://api.github.com/repos/voku/portable-ascii/zipball/25bcbf01678930251fd572891447d9e318a6e2b8",
  4723. "reference": "25bcbf01678930251fd572891447d9e318a6e2b8",
  4724. "shasum": "",
  4725. "mirrors": [
  4726. {
  4727. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4728. "preferred": true
  4729. }
  4730. ]
  4731. },
  4732. "require": {
  4733. "php": ">=7.0.0"
  4734. },
  4735. "require-dev": {
  4736. "phpunit/phpunit": "~6.0 || ~7.0"
  4737. },
  4738. "suggest": {
  4739. "ext-intl": "Use Intl for transliterator_transliterate() support"
  4740. },
  4741. "type": "library",
  4742. "autoload": {
  4743. "psr-4": {
  4744. "voku\\": "src/voku/"
  4745. }
  4746. },
  4747. "notification-url": "https://packagist.org/downloads/",
  4748. "license": [
  4749. "MIT"
  4750. ],
  4751. "authors": [
  4752. {
  4753. "name": "Lars Moelleken",
  4754. "homepage": "http://www.moelleken.org/"
  4755. }
  4756. ],
  4757. "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
  4758. "homepage": "https://github.com/voku/portable-ascii",
  4759. "keywords": [
  4760. "ascii",
  4761. "clean",
  4762. "php"
  4763. ],
  4764. "time": "2020-07-22T23:32:04+00:00"
  4765. }
  4766. ],
  4767. "packages-dev": [
  4768. {
  4769. "name": "doctrine/instantiator",
  4770. "version": "1.3.1",
  4771. "source": {
  4772. "type": "git",
  4773. "url": "https://github.com/doctrine/instantiator.git",
  4774. "reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
  4775. },
  4776. "dist": {
  4777. "type": "zip",
  4778. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
  4779. "reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
  4780. "shasum": "",
  4781. "mirrors": [
  4782. {
  4783. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4784. "preferred": true
  4785. }
  4786. ]
  4787. },
  4788. "require": {
  4789. "php": "^7.1 || ^8.0"
  4790. },
  4791. "require-dev": {
  4792. "doctrine/coding-standard": "^6.0",
  4793. "ext-pdo": "*",
  4794. "ext-phar": "*",
  4795. "phpbench/phpbench": "^0.13",
  4796. "phpstan/phpstan-phpunit": "^0.11",
  4797. "phpstan/phpstan-shim": "^0.11",
  4798. "phpunit/phpunit": "^7.0"
  4799. },
  4800. "type": "library",
  4801. "extra": {
  4802. "branch-alias": {
  4803. "dev-master": "1.2.x-dev"
  4804. }
  4805. },
  4806. "autoload": {
  4807. "psr-4": {
  4808. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  4809. }
  4810. },
  4811. "notification-url": "https://packagist.org/downloads/",
  4812. "license": [
  4813. "MIT"
  4814. ],
  4815. "authors": [
  4816. {
  4817. "name": "Marco Pivetta",
  4818. "email": "ocramius@gmail.com",
  4819. "homepage": "http://ocramius.github.com/"
  4820. }
  4821. ],
  4822. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  4823. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  4824. "keywords": [
  4825. "constructor",
  4826. "instantiate"
  4827. ],
  4828. "time": "2020-05-29T17:27:14+00:00"
  4829. },
  4830. {
  4831. "name": "facade/flare-client-php",
  4832. "version": "1.3.4",
  4833. "source": {
  4834. "type": "git",
  4835. "url": "https://github.com/facade/flare-client-php.git",
  4836. "reference": "0eeb0de4fc1078433f0915010bd8f41e998adcb4"
  4837. },
  4838. "dist": {
  4839. "type": "zip",
  4840. "url": "https://api.github.com/repos/facade/flare-client-php/zipball/0eeb0de4fc1078433f0915010bd8f41e998adcb4",
  4841. "reference": "0eeb0de4fc1078433f0915010bd8f41e998adcb4",
  4842. "shasum": "",
  4843. "mirrors": [
  4844. {
  4845. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4846. "preferred": true
  4847. }
  4848. ]
  4849. },
  4850. "require": {
  4851. "facade/ignition-contracts": "~1.0",
  4852. "illuminate/pipeline": "^5.5|^6.0|^7.0",
  4853. "php": "^7.1",
  4854. "symfony/http-foundation": "^3.3|^4.1|^5.0",
  4855. "symfony/mime": "^3.4|^4.0|^5.1",
  4856. "symfony/var-dumper": "^3.4|^4.0|^5.0"
  4857. },
  4858. "require-dev": {
  4859. "friendsofphp/php-cs-fixer": "^2.14",
  4860. "larapack/dd": "^1.1",
  4861. "phpunit/phpunit": "^7.5.16",
  4862. "spatie/phpunit-snapshot-assertions": "^2.0"
  4863. },
  4864. "type": "library",
  4865. "extra": {
  4866. "branch-alias": {
  4867. "dev-master": "1.0-dev"
  4868. }
  4869. },
  4870. "autoload": {
  4871. "psr-4": {
  4872. "Facade\\FlareClient\\": "src"
  4873. },
  4874. "files": [
  4875. "src/helpers.php"
  4876. ]
  4877. },
  4878. "notification-url": "https://packagist.org/downloads/",
  4879. "license": [
  4880. "MIT"
  4881. ],
  4882. "description": "Send PHP errors to Flare",
  4883. "homepage": "https://github.com/facade/flare-client-php",
  4884. "keywords": [
  4885. "exception",
  4886. "facade",
  4887. "flare",
  4888. "reporting"
  4889. ],
  4890. "time": "2020-07-13T23:25:57+00:00"
  4891. },
  4892. {
  4893. "name": "facade/ignition",
  4894. "version": "2.3.5",
  4895. "source": {
  4896. "type": "git",
  4897. "url": "https://github.com/facade/ignition.git",
  4898. "reference": "58dc4a8df3d41174c677a370b6779b694e4539e7"
  4899. },
  4900. "dist": {
  4901. "type": "zip",
  4902. "url": "https://api.github.com/repos/facade/ignition/zipball/58dc4a8df3d41174c677a370b6779b694e4539e7",
  4903. "reference": "58dc4a8df3d41174c677a370b6779b694e4539e7",
  4904. "shasum": "",
  4905. "mirrors": [
  4906. {
  4907. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4908. "preferred": true
  4909. }
  4910. ]
  4911. },
  4912. "require": {
  4913. "ext-json": "*",
  4914. "ext-mbstring": "*",
  4915. "facade/flare-client-php": "^1.0",
  4916. "facade/ignition-contracts": "^1.0",
  4917. "filp/whoops": "^2.4",
  4918. "illuminate/support": "^7.0|^8.0",
  4919. "monolog/monolog": "^2.0",
  4920. "php": "^7.2.5",
  4921. "scrivo/highlight.php": "^9.15",
  4922. "symfony/console": "^5.0",
  4923. "symfony/var-dumper": "^5.0"
  4924. },
  4925. "require-dev": {
  4926. "friendsofphp/php-cs-fixer": "^2.14",
  4927. "mockery/mockery": "^1.3",
  4928. "orchestra/testbench": "5.0",
  4929. "psalm/plugin-laravel": "^1.2"
  4930. },
  4931. "suggest": {
  4932. "laravel/telescope": "^3.1"
  4933. },
  4934. "type": "library",
  4935. "extra": {
  4936. "branch-alias": {
  4937. "dev-master": "2.x-dev"
  4938. },
  4939. "laravel": {
  4940. "providers": [
  4941. "Facade\\Ignition\\IgnitionServiceProvider"
  4942. ],
  4943. "aliases": {
  4944. "Flare": "Facade\\Ignition\\Facades\\Flare"
  4945. }
  4946. }
  4947. },
  4948. "autoload": {
  4949. "psr-4": {
  4950. "Facade\\Ignition\\": "src"
  4951. },
  4952. "files": [
  4953. "src/helpers.php"
  4954. ]
  4955. },
  4956. "notification-url": "https://packagist.org/downloads/",
  4957. "license": [
  4958. "MIT"
  4959. ],
  4960. "description": "A beautiful error page for Laravel applications.",
  4961. "homepage": "https://github.com/facade/ignition",
  4962. "keywords": [
  4963. "error",
  4964. "flare",
  4965. "laravel",
  4966. "page"
  4967. ],
  4968. "time": "2020-08-01T21:20:01+00:00"
  4969. },
  4970. {
  4971. "name": "facade/ignition-contracts",
  4972. "version": "1.0.1",
  4973. "source": {
  4974. "type": "git",
  4975. "url": "https://github.com/facade/ignition-contracts.git",
  4976. "reference": "aeab1ce8b68b188a43e81758e750151ad7da796b"
  4977. },
  4978. "dist": {
  4979. "type": "zip",
  4980. "url": "https://api.github.com/repos/facade/ignition-contracts/zipball/aeab1ce8b68b188a43e81758e750151ad7da796b",
  4981. "reference": "aeab1ce8b68b188a43e81758e750151ad7da796b",
  4982. "shasum": "",
  4983. "mirrors": [
  4984. {
  4985. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  4986. "preferred": true
  4987. }
  4988. ]
  4989. },
  4990. "require": {
  4991. "php": "^7.1"
  4992. },
  4993. "require-dev": {
  4994. "friendsofphp/php-cs-fixer": "^2.14",
  4995. "phpunit/phpunit": "^7.5|^8.0",
  4996. "vimeo/psalm": "^3.12"
  4997. },
  4998. "type": "library",
  4999. "autoload": {
  5000. "psr-4": {
  5001. "Facade\\IgnitionContracts\\": "src"
  5002. }
  5003. },
  5004. "notification-url": "https://packagist.org/downloads/",
  5005. "license": [
  5006. "MIT"
  5007. ],
  5008. "authors": [
  5009. {
  5010. "name": "Freek Van der Herten",
  5011. "email": "freek@spatie.be",
  5012. "homepage": "https://flareapp.io",
  5013. "role": "Developer"
  5014. }
  5015. ],
  5016. "description": "Solution contracts for Ignition",
  5017. "homepage": "https://github.com/facade/ignition-contracts",
  5018. "keywords": [
  5019. "contracts",
  5020. "flare",
  5021. "ignition"
  5022. ],
  5023. "time": "2020-07-14T10:10:28+00:00"
  5024. },
  5025. {
  5026. "name": "filp/whoops",
  5027. "version": "2.7.3",
  5028. "source": {
  5029. "type": "git",
  5030. "url": "https://github.com/filp/whoops.git",
  5031. "reference": "5d5fe9bb3d656b514d455645b3addc5f7ba7714d"
  5032. },
  5033. "dist": {
  5034. "type": "zip",
  5035. "url": "https://api.github.com/repos/filp/whoops/zipball/5d5fe9bb3d656b514d455645b3addc5f7ba7714d",
  5036. "reference": "5d5fe9bb3d656b514d455645b3addc5f7ba7714d",
  5037. "shasum": "",
  5038. "mirrors": [
  5039. {
  5040. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5041. "preferred": true
  5042. }
  5043. ]
  5044. },
  5045. "require": {
  5046. "php": "^5.5.9 || ^7.0",
  5047. "psr/log": "^1.0.1"
  5048. },
  5049. "require-dev": {
  5050. "mockery/mockery": "^0.9 || ^1.0",
  5051. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0",
  5052. "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
  5053. },
  5054. "suggest": {
  5055. "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
  5056. "whoops/soap": "Formats errors as SOAP responses"
  5057. },
  5058. "type": "library",
  5059. "extra": {
  5060. "branch-alias": {
  5061. "dev-master": "2.6-dev"
  5062. }
  5063. },
  5064. "autoload": {
  5065. "psr-4": {
  5066. "Whoops\\": "src/Whoops/"
  5067. }
  5068. },
  5069. "notification-url": "https://packagist.org/downloads/",
  5070. "license": [
  5071. "MIT"
  5072. ],
  5073. "authors": [
  5074. {
  5075. "name": "Filipe Dobreira",
  5076. "homepage": "https://github.com/filp",
  5077. "role": "Developer"
  5078. }
  5079. ],
  5080. "description": "php error handling for cool kids",
  5081. "homepage": "https://filp.github.io/whoops/",
  5082. "keywords": [
  5083. "error",
  5084. "exception",
  5085. "handling",
  5086. "library",
  5087. "throwable",
  5088. "whoops"
  5089. ],
  5090. "time": "2020-06-14T09:00:00+00:00"
  5091. },
  5092. {
  5093. "name": "fzaninotto/faker",
  5094. "version": "v1.9.1",
  5095. "source": {
  5096. "type": "git",
  5097. "url": "https://github.com/fzaninotto/Faker.git",
  5098. "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f"
  5099. },
  5100. "dist": {
  5101. "type": "zip",
  5102. "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/fc10d778e4b84d5bd315dad194661e091d307c6f",
  5103. "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f",
  5104. "shasum": "",
  5105. "mirrors": [
  5106. {
  5107. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5108. "preferred": true
  5109. }
  5110. ]
  5111. },
  5112. "require": {
  5113. "php": "^5.3.3 || ^7.0"
  5114. },
  5115. "require-dev": {
  5116. "ext-intl": "*",
  5117. "phpunit/phpunit": "^4.8.35 || ^5.7",
  5118. "squizlabs/php_codesniffer": "^2.9.2"
  5119. },
  5120. "type": "library",
  5121. "extra": {
  5122. "branch-alias": {
  5123. "dev-master": "1.9-dev"
  5124. }
  5125. },
  5126. "autoload": {
  5127. "psr-4": {
  5128. "Faker\\": "src/Faker/"
  5129. }
  5130. },
  5131. "notification-url": "https://packagist.org/downloads/",
  5132. "license": [
  5133. "MIT"
  5134. ],
  5135. "authors": [
  5136. {
  5137. "name": "François Zaninotto"
  5138. }
  5139. ],
  5140. "description": "Faker is a PHP library that generates fake data for you.",
  5141. "keywords": [
  5142. "data",
  5143. "faker",
  5144. "fixtures"
  5145. ],
  5146. "time": "2019-12-12T13:22:17+00:00"
  5147. },
  5148. {
  5149. "name": "hamcrest/hamcrest-php",
  5150. "version": "v2.0.1",
  5151. "source": {
  5152. "type": "git",
  5153. "url": "https://github.com/hamcrest/hamcrest-php.git",
  5154. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
  5155. },
  5156. "dist": {
  5157. "type": "zip",
  5158. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  5159. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  5160. "shasum": "",
  5161. "mirrors": [
  5162. {
  5163. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5164. "preferred": true
  5165. }
  5166. ]
  5167. },
  5168. "require": {
  5169. "php": "^5.3|^7.0|^8.0"
  5170. },
  5171. "replace": {
  5172. "cordoval/hamcrest-php": "*",
  5173. "davedevelopment/hamcrest-php": "*",
  5174. "kodova/hamcrest-php": "*"
  5175. },
  5176. "require-dev": {
  5177. "phpunit/php-file-iterator": "^1.4 || ^2.0",
  5178. "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
  5179. },
  5180. "type": "library",
  5181. "extra": {
  5182. "branch-alias": {
  5183. "dev-master": "2.1-dev"
  5184. }
  5185. },
  5186. "autoload": {
  5187. "classmap": [
  5188. "hamcrest"
  5189. ]
  5190. },
  5191. "notification-url": "https://packagist.org/downloads/",
  5192. "license": [
  5193. "BSD-3-Clause"
  5194. ],
  5195. "description": "This is the PHP port of Hamcrest Matchers",
  5196. "keywords": [
  5197. "test"
  5198. ],
  5199. "time": "2020-07-09T08:09:16+00:00"
  5200. },
  5201. {
  5202. "name": "mockery/mockery",
  5203. "version": "1.4.1",
  5204. "source": {
  5205. "type": "git",
  5206. "url": "https://github.com/mockery/mockery.git",
  5207. "reference": "1404386ca3410b04fe58b9517e85d702ab33b2c6"
  5208. },
  5209. "dist": {
  5210. "type": "zip",
  5211. "url": "https://api.github.com/repos/mockery/mockery/zipball/1404386ca3410b04fe58b9517e85d702ab33b2c6",
  5212. "reference": "1404386ca3410b04fe58b9517e85d702ab33b2c6",
  5213. "shasum": "",
  5214. "mirrors": [
  5215. {
  5216. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5217. "preferred": true
  5218. }
  5219. ]
  5220. },
  5221. "require": {
  5222. "hamcrest/hamcrest-php": "^2.0.1",
  5223. "lib-pcre": ">=7.0",
  5224. "php": "^7.3 || ^8.0"
  5225. },
  5226. "conflict": {
  5227. "phpunit/phpunit": "<8.0"
  5228. },
  5229. "require-dev": {
  5230. "phpunit/phpunit": "^8.5 || ^9.0"
  5231. },
  5232. "type": "library",
  5233. "extra": {
  5234. "branch-alias": {
  5235. "dev-master": "1.4.x-dev"
  5236. }
  5237. },
  5238. "autoload": {
  5239. "psr-0": {
  5240. "Mockery": "library/"
  5241. }
  5242. },
  5243. "notification-url": "https://packagist.org/downloads/",
  5244. "license": [
  5245. "BSD-3-Clause"
  5246. ],
  5247. "authors": [
  5248. {
  5249. "name": "Pádraic Brady",
  5250. "email": "padraic.brady@gmail.com",
  5251. "homepage": "http://blog.astrumfutura.com"
  5252. },
  5253. {
  5254. "name": "Dave Marshall",
  5255. "email": "dave.marshall@atstsolutions.co.uk",
  5256. "homepage": "http://davedevelopment.co.uk"
  5257. }
  5258. ],
  5259. "description": "Mockery is a simple yet flexible PHP mock object framework",
  5260. "homepage": "https://github.com/mockery/mockery",
  5261. "keywords": [
  5262. "BDD",
  5263. "TDD",
  5264. "library",
  5265. "mock",
  5266. "mock objects",
  5267. "mockery",
  5268. "stub",
  5269. "test",
  5270. "test double",
  5271. "testing"
  5272. ],
  5273. "time": "2020-07-09T08:31:54+00:00"
  5274. },
  5275. {
  5276. "name": "myclabs/deep-copy",
  5277. "version": "1.10.1",
  5278. "source": {
  5279. "type": "git",
  5280. "url": "https://github.com/myclabs/DeepCopy.git",
  5281. "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5"
  5282. },
  5283. "dist": {
  5284. "type": "zip",
  5285. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
  5286. "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
  5287. "shasum": "",
  5288. "mirrors": [
  5289. {
  5290. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5291. "preferred": true
  5292. }
  5293. ]
  5294. },
  5295. "require": {
  5296. "php": "^7.1 || ^8.0"
  5297. },
  5298. "replace": {
  5299. "myclabs/deep-copy": "self.version"
  5300. },
  5301. "require-dev": {
  5302. "doctrine/collections": "^1.0",
  5303. "doctrine/common": "^2.6",
  5304. "phpunit/phpunit": "^7.1"
  5305. },
  5306. "type": "library",
  5307. "autoload": {
  5308. "psr-4": {
  5309. "DeepCopy\\": "src/DeepCopy/"
  5310. },
  5311. "files": [
  5312. "src/DeepCopy/deep_copy.php"
  5313. ]
  5314. },
  5315. "notification-url": "https://packagist.org/downloads/",
  5316. "license": [
  5317. "MIT"
  5318. ],
  5319. "description": "Create deep copies (clones) of your objects",
  5320. "keywords": [
  5321. "clone",
  5322. "copy",
  5323. "duplicate",
  5324. "object",
  5325. "object graph"
  5326. ],
  5327. "time": "2020-06-29T13:22:24+00:00"
  5328. },
  5329. {
  5330. "name": "nunomaduro/collision",
  5331. "version": "v4.2.0",
  5332. "source": {
  5333. "type": "git",
  5334. "url": "https://github.com/nunomaduro/collision.git",
  5335. "reference": "d50490417eded97be300a92cd7df7badc37a9018"
  5336. },
  5337. "dist": {
  5338. "type": "zip",
  5339. "url": "https://api.github.com/repos/nunomaduro/collision/zipball/d50490417eded97be300a92cd7df7badc37a9018",
  5340. "reference": "d50490417eded97be300a92cd7df7badc37a9018",
  5341. "shasum": "",
  5342. "mirrors": [
  5343. {
  5344. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5345. "preferred": true
  5346. }
  5347. ]
  5348. },
  5349. "require": {
  5350. "facade/ignition-contracts": "^1.0",
  5351. "filp/whoops": "^2.4",
  5352. "php": "^7.2.5",
  5353. "symfony/console": "^5.0"
  5354. },
  5355. "require-dev": {
  5356. "facade/ignition": "^2.0",
  5357. "fideloper/proxy": "^4.2",
  5358. "friendsofphp/php-cs-fixer": "^2.16",
  5359. "fruitcake/laravel-cors": "^1.0",
  5360. "laravel/framework": "^7.0",
  5361. "laravel/tinker": "^2.0",
  5362. "nunomaduro/larastan": "^0.5",
  5363. "orchestra/testbench": "^5.0",
  5364. "phpstan/phpstan": "^0.12.3",
  5365. "phpunit/phpunit": "^8.5.1 || ^9.0"
  5366. },
  5367. "type": "library",
  5368. "extra": {
  5369. "laravel": {
  5370. "providers": [
  5371. "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
  5372. ]
  5373. }
  5374. },
  5375. "autoload": {
  5376. "psr-4": {
  5377. "NunoMaduro\\Collision\\": "src/"
  5378. }
  5379. },
  5380. "notification-url": "https://packagist.org/downloads/",
  5381. "license": [
  5382. "MIT"
  5383. ],
  5384. "authors": [
  5385. {
  5386. "name": "Nuno Maduro",
  5387. "email": "enunomaduro@gmail.com"
  5388. }
  5389. ],
  5390. "description": "Cli error handling for console/command-line PHP applications.",
  5391. "keywords": [
  5392. "artisan",
  5393. "cli",
  5394. "command-line",
  5395. "console",
  5396. "error",
  5397. "handling",
  5398. "laravel",
  5399. "laravel-zero",
  5400. "php",
  5401. "symfony"
  5402. ],
  5403. "time": "2020-04-04T19:56:08+00:00"
  5404. },
  5405. {
  5406. "name": "phar-io/manifest",
  5407. "version": "1.0.3",
  5408. "source": {
  5409. "type": "git",
  5410. "url": "https://github.com/phar-io/manifest.git",
  5411. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
  5412. },
  5413. "dist": {
  5414. "type": "zip",
  5415. "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  5416. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  5417. "shasum": "",
  5418. "mirrors": [
  5419. {
  5420. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5421. "preferred": true
  5422. }
  5423. ]
  5424. },
  5425. "require": {
  5426. "ext-dom": "*",
  5427. "ext-phar": "*",
  5428. "phar-io/version": "^2.0",
  5429. "php": "^5.6 || ^7.0"
  5430. },
  5431. "type": "library",
  5432. "extra": {
  5433. "branch-alias": {
  5434. "dev-master": "1.0.x-dev"
  5435. }
  5436. },
  5437. "autoload": {
  5438. "classmap": [
  5439. "src/"
  5440. ]
  5441. },
  5442. "notification-url": "https://packagist.org/downloads/",
  5443. "license": [
  5444. "BSD-3-Clause"
  5445. ],
  5446. "authors": [
  5447. {
  5448. "name": "Arne Blankerts",
  5449. "email": "arne@blankerts.de",
  5450. "role": "Developer"
  5451. },
  5452. {
  5453. "name": "Sebastian Heuer",
  5454. "email": "sebastian@phpeople.de",
  5455. "role": "Developer"
  5456. },
  5457. {
  5458. "name": "Sebastian Bergmann",
  5459. "email": "sebastian@phpunit.de",
  5460. "role": "Developer"
  5461. }
  5462. ],
  5463. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  5464. "time": "2018-07-08T19:23:20+00:00"
  5465. },
  5466. {
  5467. "name": "phar-io/version",
  5468. "version": "2.0.1",
  5469. "source": {
  5470. "type": "git",
  5471. "url": "https://github.com/phar-io/version.git",
  5472. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
  5473. },
  5474. "dist": {
  5475. "type": "zip",
  5476. "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  5477. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  5478. "shasum": "",
  5479. "mirrors": [
  5480. {
  5481. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5482. "preferred": true
  5483. }
  5484. ]
  5485. },
  5486. "require": {
  5487. "php": "^5.6 || ^7.0"
  5488. },
  5489. "type": "library",
  5490. "autoload": {
  5491. "classmap": [
  5492. "src/"
  5493. ]
  5494. },
  5495. "notification-url": "https://packagist.org/downloads/",
  5496. "license": [
  5497. "BSD-3-Clause"
  5498. ],
  5499. "authors": [
  5500. {
  5501. "name": "Arne Blankerts",
  5502. "email": "arne@blankerts.de",
  5503. "role": "Developer"
  5504. },
  5505. {
  5506. "name": "Sebastian Heuer",
  5507. "email": "sebastian@phpeople.de",
  5508. "role": "Developer"
  5509. },
  5510. {
  5511. "name": "Sebastian Bergmann",
  5512. "email": "sebastian@phpunit.de",
  5513. "role": "Developer"
  5514. }
  5515. ],
  5516. "description": "Library for handling version information and constraints",
  5517. "time": "2018-07-08T19:19:57+00:00"
  5518. },
  5519. {
  5520. "name": "phpdocumentor/reflection-common",
  5521. "version": "2.2.0",
  5522. "source": {
  5523. "type": "git",
  5524. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  5525. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
  5526. },
  5527. "dist": {
  5528. "type": "zip",
  5529. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  5530. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  5531. "shasum": "",
  5532. "mirrors": [
  5533. {
  5534. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5535. "preferred": true
  5536. }
  5537. ]
  5538. },
  5539. "require": {
  5540. "php": "^7.2 || ^8.0"
  5541. },
  5542. "type": "library",
  5543. "extra": {
  5544. "branch-alias": {
  5545. "dev-2.x": "2.x-dev"
  5546. }
  5547. },
  5548. "autoload": {
  5549. "psr-4": {
  5550. "phpDocumentor\\Reflection\\": "src/"
  5551. }
  5552. },
  5553. "notification-url": "https://packagist.org/downloads/",
  5554. "license": [
  5555. "MIT"
  5556. ],
  5557. "authors": [
  5558. {
  5559. "name": "Jaap van Otterdijk",
  5560. "email": "opensource@ijaap.nl"
  5561. }
  5562. ],
  5563. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  5564. "homepage": "http://www.phpdoc.org",
  5565. "keywords": [
  5566. "FQSEN",
  5567. "phpDocumentor",
  5568. "phpdoc",
  5569. "reflection",
  5570. "static analysis"
  5571. ],
  5572. "time": "2020-06-27T09:03:43+00:00"
  5573. },
  5574. {
  5575. "name": "phpdocumentor/reflection-docblock",
  5576. "version": "5.2.0",
  5577. "source": {
  5578. "type": "git",
  5579. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  5580. "reference": "3170448f5769fe19f456173d833734e0ff1b84df"
  5581. },
  5582. "dist": {
  5583. "type": "zip",
  5584. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/3170448f5769fe19f456173d833734e0ff1b84df",
  5585. "reference": "3170448f5769fe19f456173d833734e0ff1b84df",
  5586. "shasum": "",
  5587. "mirrors": [
  5588. {
  5589. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5590. "preferred": true
  5591. }
  5592. ]
  5593. },
  5594. "require": {
  5595. "ext-filter": "*",
  5596. "php": "^7.2 || ^8.0",
  5597. "phpdocumentor/reflection-common": "^2.2",
  5598. "phpdocumentor/type-resolver": "^1.3",
  5599. "webmozart/assert": "^1.9.1"
  5600. },
  5601. "require-dev": {
  5602. "mockery/mockery": "~1.3.2"
  5603. },
  5604. "type": "library",
  5605. "extra": {
  5606. "branch-alias": {
  5607. "dev-master": "5.x-dev"
  5608. }
  5609. },
  5610. "autoload": {
  5611. "psr-4": {
  5612. "phpDocumentor\\Reflection\\": "src"
  5613. }
  5614. },
  5615. "notification-url": "https://packagist.org/downloads/",
  5616. "license": [
  5617. "MIT"
  5618. ],
  5619. "authors": [
  5620. {
  5621. "name": "Mike van Riel",
  5622. "email": "me@mikevanriel.com"
  5623. },
  5624. {
  5625. "name": "Jaap van Otterdijk",
  5626. "email": "account@ijaap.nl"
  5627. }
  5628. ],
  5629. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  5630. "time": "2020-07-20T20:05:34+00:00"
  5631. },
  5632. {
  5633. "name": "phpdocumentor/type-resolver",
  5634. "version": "1.3.0",
  5635. "source": {
  5636. "type": "git",
  5637. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  5638. "reference": "e878a14a65245fbe78f8080eba03b47c3b705651"
  5639. },
  5640. "dist": {
  5641. "type": "zip",
  5642. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e878a14a65245fbe78f8080eba03b47c3b705651",
  5643. "reference": "e878a14a65245fbe78f8080eba03b47c3b705651",
  5644. "shasum": "",
  5645. "mirrors": [
  5646. {
  5647. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5648. "preferred": true
  5649. }
  5650. ]
  5651. },
  5652. "require": {
  5653. "php": "^7.2 || ^8.0",
  5654. "phpdocumentor/reflection-common": "^2.0"
  5655. },
  5656. "require-dev": {
  5657. "ext-tokenizer": "*"
  5658. },
  5659. "type": "library",
  5660. "extra": {
  5661. "branch-alias": {
  5662. "dev-1.x": "1.x-dev"
  5663. }
  5664. },
  5665. "autoload": {
  5666. "psr-4": {
  5667. "phpDocumentor\\Reflection\\": "src"
  5668. }
  5669. },
  5670. "notification-url": "https://packagist.org/downloads/",
  5671. "license": [
  5672. "MIT"
  5673. ],
  5674. "authors": [
  5675. {
  5676. "name": "Mike van Riel",
  5677. "email": "me@mikevanriel.com"
  5678. }
  5679. ],
  5680. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  5681. "time": "2020-06-27T10:12:23+00:00"
  5682. },
  5683. {
  5684. "name": "phpspec/prophecy",
  5685. "version": "1.11.1",
  5686. "source": {
  5687. "type": "git",
  5688. "url": "https://github.com/phpspec/prophecy.git",
  5689. "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160"
  5690. },
  5691. "dist": {
  5692. "type": "zip",
  5693. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/b20034be5efcdab4fb60ca3a29cba2949aead160",
  5694. "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160",
  5695. "shasum": "",
  5696. "mirrors": [
  5697. {
  5698. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5699. "preferred": true
  5700. }
  5701. ]
  5702. },
  5703. "require": {
  5704. "doctrine/instantiator": "^1.2",
  5705. "php": "^7.2",
  5706. "phpdocumentor/reflection-docblock": "^5.0",
  5707. "sebastian/comparator": "^3.0 || ^4.0",
  5708. "sebastian/recursion-context": "^3.0 || ^4.0"
  5709. },
  5710. "require-dev": {
  5711. "phpspec/phpspec": "^6.0",
  5712. "phpunit/phpunit": "^8.0"
  5713. },
  5714. "type": "library",
  5715. "extra": {
  5716. "branch-alias": {
  5717. "dev-master": "1.11.x-dev"
  5718. }
  5719. },
  5720. "autoload": {
  5721. "psr-4": {
  5722. "Prophecy\\": "src/Prophecy"
  5723. }
  5724. },
  5725. "notification-url": "https://packagist.org/downloads/",
  5726. "license": [
  5727. "MIT"
  5728. ],
  5729. "authors": [
  5730. {
  5731. "name": "Konstantin Kudryashov",
  5732. "email": "ever.zet@gmail.com",
  5733. "homepage": "http://everzet.com"
  5734. },
  5735. {
  5736. "name": "Marcello Duarte",
  5737. "email": "marcello.duarte@gmail.com"
  5738. }
  5739. ],
  5740. "description": "Highly opinionated mocking framework for PHP 5.3+",
  5741. "homepage": "https://github.com/phpspec/prophecy",
  5742. "keywords": [
  5743. "Double",
  5744. "Dummy",
  5745. "fake",
  5746. "mock",
  5747. "spy",
  5748. "stub"
  5749. ],
  5750. "time": "2020-07-08T12:44:21+00:00"
  5751. },
  5752. {
  5753. "name": "phpunit/php-code-coverage",
  5754. "version": "7.0.10",
  5755. "source": {
  5756. "type": "git",
  5757. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  5758. "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf"
  5759. },
  5760. "dist": {
  5761. "type": "zip",
  5762. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf",
  5763. "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf",
  5764. "shasum": "",
  5765. "mirrors": [
  5766. {
  5767. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5768. "preferred": true
  5769. }
  5770. ]
  5771. },
  5772. "require": {
  5773. "ext-dom": "*",
  5774. "ext-xmlwriter": "*",
  5775. "php": "^7.2",
  5776. "phpunit/php-file-iterator": "^2.0.2",
  5777. "phpunit/php-text-template": "^1.2.1",
  5778. "phpunit/php-token-stream": "^3.1.1",
  5779. "sebastian/code-unit-reverse-lookup": "^1.0.1",
  5780. "sebastian/environment": "^4.2.2",
  5781. "sebastian/version": "^2.0.1",
  5782. "theseer/tokenizer": "^1.1.3"
  5783. },
  5784. "require-dev": {
  5785. "phpunit/phpunit": "^8.2.2"
  5786. },
  5787. "suggest": {
  5788. "ext-xdebug": "^2.7.2"
  5789. },
  5790. "type": "library",
  5791. "extra": {
  5792. "branch-alias": {
  5793. "dev-master": "7.0-dev"
  5794. }
  5795. },
  5796. "autoload": {
  5797. "classmap": [
  5798. "src/"
  5799. ]
  5800. },
  5801. "notification-url": "https://packagist.org/downloads/",
  5802. "license": [
  5803. "BSD-3-Clause"
  5804. ],
  5805. "authors": [
  5806. {
  5807. "name": "Sebastian Bergmann",
  5808. "email": "sebastian@phpunit.de",
  5809. "role": "lead"
  5810. }
  5811. ],
  5812. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  5813. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  5814. "keywords": [
  5815. "coverage",
  5816. "testing",
  5817. "xunit"
  5818. ],
  5819. "time": "2019-11-20T13:55:58+00:00"
  5820. },
  5821. {
  5822. "name": "phpunit/php-file-iterator",
  5823. "version": "2.0.2",
  5824. "source": {
  5825. "type": "git",
  5826. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  5827. "reference": "050bedf145a257b1ff02746c31894800e5122946"
  5828. },
  5829. "dist": {
  5830. "type": "zip",
  5831. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
  5832. "reference": "050bedf145a257b1ff02746c31894800e5122946",
  5833. "shasum": "",
  5834. "mirrors": [
  5835. {
  5836. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5837. "preferred": true
  5838. }
  5839. ]
  5840. },
  5841. "require": {
  5842. "php": "^7.1"
  5843. },
  5844. "require-dev": {
  5845. "phpunit/phpunit": "^7.1"
  5846. },
  5847. "type": "library",
  5848. "extra": {
  5849. "branch-alias": {
  5850. "dev-master": "2.0.x-dev"
  5851. }
  5852. },
  5853. "autoload": {
  5854. "classmap": [
  5855. "src/"
  5856. ]
  5857. },
  5858. "notification-url": "https://packagist.org/downloads/",
  5859. "license": [
  5860. "BSD-3-Clause"
  5861. ],
  5862. "authors": [
  5863. {
  5864. "name": "Sebastian Bergmann",
  5865. "email": "sebastian@phpunit.de",
  5866. "role": "lead"
  5867. }
  5868. ],
  5869. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  5870. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  5871. "keywords": [
  5872. "filesystem",
  5873. "iterator"
  5874. ],
  5875. "time": "2018-09-13T20:33:42+00:00"
  5876. },
  5877. {
  5878. "name": "phpunit/php-text-template",
  5879. "version": "1.2.1",
  5880. "source": {
  5881. "type": "git",
  5882. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  5883. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  5884. },
  5885. "dist": {
  5886. "type": "zip",
  5887. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  5888. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  5889. "shasum": "",
  5890. "mirrors": [
  5891. {
  5892. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5893. "preferred": true
  5894. }
  5895. ]
  5896. },
  5897. "require": {
  5898. "php": ">=5.3.3"
  5899. },
  5900. "type": "library",
  5901. "autoload": {
  5902. "classmap": [
  5903. "src/"
  5904. ]
  5905. },
  5906. "notification-url": "https://packagist.org/downloads/",
  5907. "license": [
  5908. "BSD-3-Clause"
  5909. ],
  5910. "authors": [
  5911. {
  5912. "name": "Sebastian Bergmann",
  5913. "email": "sebastian@phpunit.de",
  5914. "role": "lead"
  5915. }
  5916. ],
  5917. "description": "Simple template engine.",
  5918. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  5919. "keywords": [
  5920. "template"
  5921. ],
  5922. "time": "2015-06-21T13:50:34+00:00"
  5923. },
  5924. {
  5925. "name": "phpunit/php-timer",
  5926. "version": "2.1.2",
  5927. "source": {
  5928. "type": "git",
  5929. "url": "https://github.com/sebastianbergmann/php-timer.git",
  5930. "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
  5931. },
  5932. "dist": {
  5933. "type": "zip",
  5934. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
  5935. "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
  5936. "shasum": "",
  5937. "mirrors": [
  5938. {
  5939. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5940. "preferred": true
  5941. }
  5942. ]
  5943. },
  5944. "require": {
  5945. "php": "^7.1"
  5946. },
  5947. "require-dev": {
  5948. "phpunit/phpunit": "^7.0"
  5949. },
  5950. "type": "library",
  5951. "extra": {
  5952. "branch-alias": {
  5953. "dev-master": "2.1-dev"
  5954. }
  5955. },
  5956. "autoload": {
  5957. "classmap": [
  5958. "src/"
  5959. ]
  5960. },
  5961. "notification-url": "https://packagist.org/downloads/",
  5962. "license": [
  5963. "BSD-3-Clause"
  5964. ],
  5965. "authors": [
  5966. {
  5967. "name": "Sebastian Bergmann",
  5968. "email": "sebastian@phpunit.de",
  5969. "role": "lead"
  5970. }
  5971. ],
  5972. "description": "Utility class for timing",
  5973. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  5974. "keywords": [
  5975. "timer"
  5976. ],
  5977. "time": "2019-06-07T04:22:29+00:00"
  5978. },
  5979. {
  5980. "name": "phpunit/php-token-stream",
  5981. "version": "3.1.1",
  5982. "source": {
  5983. "type": "git",
  5984. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  5985. "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
  5986. },
  5987. "dist": {
  5988. "type": "zip",
  5989. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
  5990. "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
  5991. "shasum": "",
  5992. "mirrors": [
  5993. {
  5994. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  5995. "preferred": true
  5996. }
  5997. ]
  5998. },
  5999. "require": {
  6000. "ext-tokenizer": "*",
  6001. "php": "^7.1"
  6002. },
  6003. "require-dev": {
  6004. "phpunit/phpunit": "^7.0"
  6005. },
  6006. "type": "library",
  6007. "extra": {
  6008. "branch-alias": {
  6009. "dev-master": "3.1-dev"
  6010. }
  6011. },
  6012. "autoload": {
  6013. "classmap": [
  6014. "src/"
  6015. ]
  6016. },
  6017. "notification-url": "https://packagist.org/downloads/",
  6018. "license": [
  6019. "BSD-3-Clause"
  6020. ],
  6021. "authors": [
  6022. {
  6023. "name": "Sebastian Bergmann",
  6024. "email": "sebastian@phpunit.de"
  6025. }
  6026. ],
  6027. "description": "Wrapper around PHP's tokenizer extension.",
  6028. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  6029. "keywords": [
  6030. "tokenizer"
  6031. ],
  6032. "time": "2019-09-17T06:23:10+00:00"
  6033. },
  6034. {
  6035. "name": "phpunit/phpunit",
  6036. "version": "8.5.8",
  6037. "source": {
  6038. "type": "git",
  6039. "url": "https://github.com/sebastianbergmann/phpunit.git",
  6040. "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997"
  6041. },
  6042. "dist": {
  6043. "type": "zip",
  6044. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/34c18baa6a44f1d1fbf0338907139e9dce95b997",
  6045. "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997",
  6046. "shasum": "",
  6047. "mirrors": [
  6048. {
  6049. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6050. "preferred": true
  6051. }
  6052. ]
  6053. },
  6054. "require": {
  6055. "doctrine/instantiator": "^1.2.0",
  6056. "ext-dom": "*",
  6057. "ext-json": "*",
  6058. "ext-libxml": "*",
  6059. "ext-mbstring": "*",
  6060. "ext-xml": "*",
  6061. "ext-xmlwriter": "*",
  6062. "myclabs/deep-copy": "^1.9.1",
  6063. "phar-io/manifest": "^1.0.3",
  6064. "phar-io/version": "^2.0.1",
  6065. "php": "^7.2",
  6066. "phpspec/prophecy": "^1.8.1",
  6067. "phpunit/php-code-coverage": "^7.0.7",
  6068. "phpunit/php-file-iterator": "^2.0.2",
  6069. "phpunit/php-text-template": "^1.2.1",
  6070. "phpunit/php-timer": "^2.1.2",
  6071. "sebastian/comparator": "^3.0.2",
  6072. "sebastian/diff": "^3.0.2",
  6073. "sebastian/environment": "^4.2.2",
  6074. "sebastian/exporter": "^3.1.1",
  6075. "sebastian/global-state": "^3.0.0",
  6076. "sebastian/object-enumerator": "^3.0.3",
  6077. "sebastian/resource-operations": "^2.0.1",
  6078. "sebastian/type": "^1.1.3",
  6079. "sebastian/version": "^2.0.1"
  6080. },
  6081. "require-dev": {
  6082. "ext-pdo": "*"
  6083. },
  6084. "suggest": {
  6085. "ext-soap": "*",
  6086. "ext-xdebug": "*",
  6087. "phpunit/php-invoker": "^2.0.0"
  6088. },
  6089. "bin": [
  6090. "phpunit"
  6091. ],
  6092. "type": "library",
  6093. "extra": {
  6094. "branch-alias": {
  6095. "dev-master": "8.5-dev"
  6096. }
  6097. },
  6098. "autoload": {
  6099. "classmap": [
  6100. "src/"
  6101. ]
  6102. },
  6103. "notification-url": "https://packagist.org/downloads/",
  6104. "license": [
  6105. "BSD-3-Clause"
  6106. ],
  6107. "authors": [
  6108. {
  6109. "name": "Sebastian Bergmann",
  6110. "email": "sebastian@phpunit.de",
  6111. "role": "lead"
  6112. }
  6113. ],
  6114. "description": "The PHP Unit Testing framework.",
  6115. "homepage": "https://phpunit.de/",
  6116. "keywords": [
  6117. "phpunit",
  6118. "testing",
  6119. "xunit"
  6120. ],
  6121. "time": "2020-06-22T07:06:58+00:00"
  6122. },
  6123. {
  6124. "name": "scrivo/highlight.php",
  6125. "version": "v9.18.1.1",
  6126. "source": {
  6127. "type": "git",
  6128. "url": "https://github.com/scrivo/highlight.php.git",
  6129. "reference": "52fc21c99fd888e33aed4879e55a3646f8d40558"
  6130. },
  6131. "dist": {
  6132. "type": "zip",
  6133. "url": "https://api.github.com/repos/scrivo/highlight.php/zipball/52fc21c99fd888e33aed4879e55a3646f8d40558",
  6134. "reference": "52fc21c99fd888e33aed4879e55a3646f8d40558",
  6135. "shasum": "",
  6136. "mirrors": [
  6137. {
  6138. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6139. "preferred": true
  6140. }
  6141. ]
  6142. },
  6143. "require": {
  6144. "ext-json": "*",
  6145. "ext-mbstring": "*",
  6146. "php": ">=5.4"
  6147. },
  6148. "require-dev": {
  6149. "phpunit/phpunit": "^4.8|^5.7",
  6150. "sabberworm/php-css-parser": "^8.3",
  6151. "symfony/finder": "^2.8|^3.4",
  6152. "symfony/var-dumper": "^2.8|^3.4"
  6153. },
  6154. "suggest": {
  6155. "ext-dom": "Needed to make use of the features in the utilities namespace"
  6156. },
  6157. "type": "library",
  6158. "autoload": {
  6159. "psr-0": {
  6160. "Highlight\\": "",
  6161. "HighlightUtilities\\": ""
  6162. },
  6163. "files": [
  6164. "HighlightUtilities/functions.php"
  6165. ]
  6166. },
  6167. "notification-url": "https://packagist.org/downloads/",
  6168. "license": [
  6169. "BSD-3-Clause"
  6170. ],
  6171. "authors": [
  6172. {
  6173. "name": "Geert Bergman",
  6174. "homepage": "http://www.scrivo.org/",
  6175. "role": "Project Author"
  6176. },
  6177. {
  6178. "name": "Vladimir Jimenez",
  6179. "homepage": "https://allejo.io",
  6180. "role": "Maintainer"
  6181. },
  6182. {
  6183. "name": "Martin Folkers",
  6184. "homepage": "https://twobrain.io",
  6185. "role": "Contributor"
  6186. }
  6187. ],
  6188. "description": "Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js",
  6189. "keywords": [
  6190. "code",
  6191. "highlight",
  6192. "highlight.js",
  6193. "highlight.php",
  6194. "syntax"
  6195. ],
  6196. "time": "2020-03-02T05:59:21+00:00"
  6197. },
  6198. {
  6199. "name": "sebastian/code-unit-reverse-lookup",
  6200. "version": "1.0.1",
  6201. "source": {
  6202. "type": "git",
  6203. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  6204. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  6205. },
  6206. "dist": {
  6207. "type": "zip",
  6208. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  6209. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  6210. "shasum": "",
  6211. "mirrors": [
  6212. {
  6213. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6214. "preferred": true
  6215. }
  6216. ]
  6217. },
  6218. "require": {
  6219. "php": "^5.6 || ^7.0"
  6220. },
  6221. "require-dev": {
  6222. "phpunit/phpunit": "^5.7 || ^6.0"
  6223. },
  6224. "type": "library",
  6225. "extra": {
  6226. "branch-alias": {
  6227. "dev-master": "1.0.x-dev"
  6228. }
  6229. },
  6230. "autoload": {
  6231. "classmap": [
  6232. "src/"
  6233. ]
  6234. },
  6235. "notification-url": "https://packagist.org/downloads/",
  6236. "license": [
  6237. "BSD-3-Clause"
  6238. ],
  6239. "authors": [
  6240. {
  6241. "name": "Sebastian Bergmann",
  6242. "email": "sebastian@phpunit.de"
  6243. }
  6244. ],
  6245. "description": "Looks up which function or method a line of code belongs to",
  6246. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  6247. "time": "2017-03-04T06:30:41+00:00"
  6248. },
  6249. {
  6250. "name": "sebastian/comparator",
  6251. "version": "3.0.2",
  6252. "source": {
  6253. "type": "git",
  6254. "url": "https://github.com/sebastianbergmann/comparator.git",
  6255. "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
  6256. },
  6257. "dist": {
  6258. "type": "zip",
  6259. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
  6260. "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
  6261. "shasum": "",
  6262. "mirrors": [
  6263. {
  6264. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6265. "preferred": true
  6266. }
  6267. ]
  6268. },
  6269. "require": {
  6270. "php": "^7.1",
  6271. "sebastian/diff": "^3.0",
  6272. "sebastian/exporter": "^3.1"
  6273. },
  6274. "require-dev": {
  6275. "phpunit/phpunit": "^7.1"
  6276. },
  6277. "type": "library",
  6278. "extra": {
  6279. "branch-alias": {
  6280. "dev-master": "3.0-dev"
  6281. }
  6282. },
  6283. "autoload": {
  6284. "classmap": [
  6285. "src/"
  6286. ]
  6287. },
  6288. "notification-url": "https://packagist.org/downloads/",
  6289. "license": [
  6290. "BSD-3-Clause"
  6291. ],
  6292. "authors": [
  6293. {
  6294. "name": "Jeff Welch",
  6295. "email": "whatthejeff@gmail.com"
  6296. },
  6297. {
  6298. "name": "Volker Dusch",
  6299. "email": "github@wallbash.com"
  6300. },
  6301. {
  6302. "name": "Bernhard Schussek",
  6303. "email": "bschussek@2bepublished.at"
  6304. },
  6305. {
  6306. "name": "Sebastian Bergmann",
  6307. "email": "sebastian@phpunit.de"
  6308. }
  6309. ],
  6310. "description": "Provides the functionality to compare PHP values for equality",
  6311. "homepage": "https://github.com/sebastianbergmann/comparator",
  6312. "keywords": [
  6313. "comparator",
  6314. "compare",
  6315. "equality"
  6316. ],
  6317. "time": "2018-07-12T15:12:46+00:00"
  6318. },
  6319. {
  6320. "name": "sebastian/diff",
  6321. "version": "3.0.2",
  6322. "source": {
  6323. "type": "git",
  6324. "url": "https://github.com/sebastianbergmann/diff.git",
  6325. "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
  6326. },
  6327. "dist": {
  6328. "type": "zip",
  6329. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
  6330. "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
  6331. "shasum": "",
  6332. "mirrors": [
  6333. {
  6334. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6335. "preferred": true
  6336. }
  6337. ]
  6338. },
  6339. "require": {
  6340. "php": "^7.1"
  6341. },
  6342. "require-dev": {
  6343. "phpunit/phpunit": "^7.5 || ^8.0",
  6344. "symfony/process": "^2 || ^3.3 || ^4"
  6345. },
  6346. "type": "library",
  6347. "extra": {
  6348. "branch-alias": {
  6349. "dev-master": "3.0-dev"
  6350. }
  6351. },
  6352. "autoload": {
  6353. "classmap": [
  6354. "src/"
  6355. ]
  6356. },
  6357. "notification-url": "https://packagist.org/downloads/",
  6358. "license": [
  6359. "BSD-3-Clause"
  6360. ],
  6361. "authors": [
  6362. {
  6363. "name": "Kore Nordmann",
  6364. "email": "mail@kore-nordmann.de"
  6365. },
  6366. {
  6367. "name": "Sebastian Bergmann",
  6368. "email": "sebastian@phpunit.de"
  6369. }
  6370. ],
  6371. "description": "Diff implementation",
  6372. "homepage": "https://github.com/sebastianbergmann/diff",
  6373. "keywords": [
  6374. "diff",
  6375. "udiff",
  6376. "unidiff",
  6377. "unified diff"
  6378. ],
  6379. "time": "2019-02-04T06:01:07+00:00"
  6380. },
  6381. {
  6382. "name": "sebastian/environment",
  6383. "version": "4.2.3",
  6384. "source": {
  6385. "type": "git",
  6386. "url": "https://github.com/sebastianbergmann/environment.git",
  6387. "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
  6388. },
  6389. "dist": {
  6390. "type": "zip",
  6391. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
  6392. "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
  6393. "shasum": "",
  6394. "mirrors": [
  6395. {
  6396. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6397. "preferred": true
  6398. }
  6399. ]
  6400. },
  6401. "require": {
  6402. "php": "^7.1"
  6403. },
  6404. "require-dev": {
  6405. "phpunit/phpunit": "^7.5"
  6406. },
  6407. "suggest": {
  6408. "ext-posix": "*"
  6409. },
  6410. "type": "library",
  6411. "extra": {
  6412. "branch-alias": {
  6413. "dev-master": "4.2-dev"
  6414. }
  6415. },
  6416. "autoload": {
  6417. "classmap": [
  6418. "src/"
  6419. ]
  6420. },
  6421. "notification-url": "https://packagist.org/downloads/",
  6422. "license": [
  6423. "BSD-3-Clause"
  6424. ],
  6425. "authors": [
  6426. {
  6427. "name": "Sebastian Bergmann",
  6428. "email": "sebastian@phpunit.de"
  6429. }
  6430. ],
  6431. "description": "Provides functionality to handle HHVM/PHP environments",
  6432. "homepage": "http://www.github.com/sebastianbergmann/environment",
  6433. "keywords": [
  6434. "Xdebug",
  6435. "environment",
  6436. "hhvm"
  6437. ],
  6438. "time": "2019-11-20T08:46:58+00:00"
  6439. },
  6440. {
  6441. "name": "sebastian/exporter",
  6442. "version": "3.1.2",
  6443. "source": {
  6444. "type": "git",
  6445. "url": "https://github.com/sebastianbergmann/exporter.git",
  6446. "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
  6447. },
  6448. "dist": {
  6449. "type": "zip",
  6450. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
  6451. "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
  6452. "shasum": "",
  6453. "mirrors": [
  6454. {
  6455. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6456. "preferred": true
  6457. }
  6458. ]
  6459. },
  6460. "require": {
  6461. "php": "^7.0",
  6462. "sebastian/recursion-context": "^3.0"
  6463. },
  6464. "require-dev": {
  6465. "ext-mbstring": "*",
  6466. "phpunit/phpunit": "^6.0"
  6467. },
  6468. "type": "library",
  6469. "extra": {
  6470. "branch-alias": {
  6471. "dev-master": "3.1.x-dev"
  6472. }
  6473. },
  6474. "autoload": {
  6475. "classmap": [
  6476. "src/"
  6477. ]
  6478. },
  6479. "notification-url": "https://packagist.org/downloads/",
  6480. "license": [
  6481. "BSD-3-Clause"
  6482. ],
  6483. "authors": [
  6484. {
  6485. "name": "Sebastian Bergmann",
  6486. "email": "sebastian@phpunit.de"
  6487. },
  6488. {
  6489. "name": "Jeff Welch",
  6490. "email": "whatthejeff@gmail.com"
  6491. },
  6492. {
  6493. "name": "Volker Dusch",
  6494. "email": "github@wallbash.com"
  6495. },
  6496. {
  6497. "name": "Adam Harvey",
  6498. "email": "aharvey@php.net"
  6499. },
  6500. {
  6501. "name": "Bernhard Schussek",
  6502. "email": "bschussek@gmail.com"
  6503. }
  6504. ],
  6505. "description": "Provides the functionality to export PHP variables for visualization",
  6506. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  6507. "keywords": [
  6508. "export",
  6509. "exporter"
  6510. ],
  6511. "time": "2019-09-14T09:02:43+00:00"
  6512. },
  6513. {
  6514. "name": "sebastian/global-state",
  6515. "version": "3.0.0",
  6516. "source": {
  6517. "type": "git",
  6518. "url": "https://github.com/sebastianbergmann/global-state.git",
  6519. "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4"
  6520. },
  6521. "dist": {
  6522. "type": "zip",
  6523. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
  6524. "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
  6525. "shasum": "",
  6526. "mirrors": [
  6527. {
  6528. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6529. "preferred": true
  6530. }
  6531. ]
  6532. },
  6533. "require": {
  6534. "php": "^7.2",
  6535. "sebastian/object-reflector": "^1.1.1",
  6536. "sebastian/recursion-context": "^3.0"
  6537. },
  6538. "require-dev": {
  6539. "ext-dom": "*",
  6540. "phpunit/phpunit": "^8.0"
  6541. },
  6542. "suggest": {
  6543. "ext-uopz": "*"
  6544. },
  6545. "type": "library",
  6546. "extra": {
  6547. "branch-alias": {
  6548. "dev-master": "3.0-dev"
  6549. }
  6550. },
  6551. "autoload": {
  6552. "classmap": [
  6553. "src/"
  6554. ]
  6555. },
  6556. "notification-url": "https://packagist.org/downloads/",
  6557. "license": [
  6558. "BSD-3-Clause"
  6559. ],
  6560. "authors": [
  6561. {
  6562. "name": "Sebastian Bergmann",
  6563. "email": "sebastian@phpunit.de"
  6564. }
  6565. ],
  6566. "description": "Snapshotting of global state",
  6567. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  6568. "keywords": [
  6569. "global state"
  6570. ],
  6571. "time": "2019-02-01T05:30:01+00:00"
  6572. },
  6573. {
  6574. "name": "sebastian/object-enumerator",
  6575. "version": "3.0.3",
  6576. "source": {
  6577. "type": "git",
  6578. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  6579. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
  6580. },
  6581. "dist": {
  6582. "type": "zip",
  6583. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  6584. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  6585. "shasum": "",
  6586. "mirrors": [
  6587. {
  6588. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6589. "preferred": true
  6590. }
  6591. ]
  6592. },
  6593. "require": {
  6594. "php": "^7.0",
  6595. "sebastian/object-reflector": "^1.1.1",
  6596. "sebastian/recursion-context": "^3.0"
  6597. },
  6598. "require-dev": {
  6599. "phpunit/phpunit": "^6.0"
  6600. },
  6601. "type": "library",
  6602. "extra": {
  6603. "branch-alias": {
  6604. "dev-master": "3.0.x-dev"
  6605. }
  6606. },
  6607. "autoload": {
  6608. "classmap": [
  6609. "src/"
  6610. ]
  6611. },
  6612. "notification-url": "https://packagist.org/downloads/",
  6613. "license": [
  6614. "BSD-3-Clause"
  6615. ],
  6616. "authors": [
  6617. {
  6618. "name": "Sebastian Bergmann",
  6619. "email": "sebastian@phpunit.de"
  6620. }
  6621. ],
  6622. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  6623. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  6624. "time": "2017-08-03T12:35:26+00:00"
  6625. },
  6626. {
  6627. "name": "sebastian/object-reflector",
  6628. "version": "1.1.1",
  6629. "source": {
  6630. "type": "git",
  6631. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  6632. "reference": "773f97c67f28de00d397be301821b06708fca0be"
  6633. },
  6634. "dist": {
  6635. "type": "zip",
  6636. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
  6637. "reference": "773f97c67f28de00d397be301821b06708fca0be",
  6638. "shasum": "",
  6639. "mirrors": [
  6640. {
  6641. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6642. "preferred": true
  6643. }
  6644. ]
  6645. },
  6646. "require": {
  6647. "php": "^7.0"
  6648. },
  6649. "require-dev": {
  6650. "phpunit/phpunit": "^6.0"
  6651. },
  6652. "type": "library",
  6653. "extra": {
  6654. "branch-alias": {
  6655. "dev-master": "1.1-dev"
  6656. }
  6657. },
  6658. "autoload": {
  6659. "classmap": [
  6660. "src/"
  6661. ]
  6662. },
  6663. "notification-url": "https://packagist.org/downloads/",
  6664. "license": [
  6665. "BSD-3-Clause"
  6666. ],
  6667. "authors": [
  6668. {
  6669. "name": "Sebastian Bergmann",
  6670. "email": "sebastian@phpunit.de"
  6671. }
  6672. ],
  6673. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  6674. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  6675. "time": "2017-03-29T09:07:27+00:00"
  6676. },
  6677. {
  6678. "name": "sebastian/recursion-context",
  6679. "version": "3.0.0",
  6680. "source": {
  6681. "type": "git",
  6682. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  6683. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
  6684. },
  6685. "dist": {
  6686. "type": "zip",
  6687. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  6688. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  6689. "shasum": "",
  6690. "mirrors": [
  6691. {
  6692. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6693. "preferred": true
  6694. }
  6695. ]
  6696. },
  6697. "require": {
  6698. "php": "^7.0"
  6699. },
  6700. "require-dev": {
  6701. "phpunit/phpunit": "^6.0"
  6702. },
  6703. "type": "library",
  6704. "extra": {
  6705. "branch-alias": {
  6706. "dev-master": "3.0.x-dev"
  6707. }
  6708. },
  6709. "autoload": {
  6710. "classmap": [
  6711. "src/"
  6712. ]
  6713. },
  6714. "notification-url": "https://packagist.org/downloads/",
  6715. "license": [
  6716. "BSD-3-Clause"
  6717. ],
  6718. "authors": [
  6719. {
  6720. "name": "Jeff Welch",
  6721. "email": "whatthejeff@gmail.com"
  6722. },
  6723. {
  6724. "name": "Sebastian Bergmann",
  6725. "email": "sebastian@phpunit.de"
  6726. },
  6727. {
  6728. "name": "Adam Harvey",
  6729. "email": "aharvey@php.net"
  6730. }
  6731. ],
  6732. "description": "Provides functionality to recursively process PHP variables",
  6733. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  6734. "time": "2017-03-03T06:23:57+00:00"
  6735. },
  6736. {
  6737. "name": "sebastian/resource-operations",
  6738. "version": "2.0.1",
  6739. "source": {
  6740. "type": "git",
  6741. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  6742. "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
  6743. },
  6744. "dist": {
  6745. "type": "zip",
  6746. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
  6747. "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
  6748. "shasum": "",
  6749. "mirrors": [
  6750. {
  6751. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6752. "preferred": true
  6753. }
  6754. ]
  6755. },
  6756. "require": {
  6757. "php": "^7.1"
  6758. },
  6759. "type": "library",
  6760. "extra": {
  6761. "branch-alias": {
  6762. "dev-master": "2.0-dev"
  6763. }
  6764. },
  6765. "autoload": {
  6766. "classmap": [
  6767. "src/"
  6768. ]
  6769. },
  6770. "notification-url": "https://packagist.org/downloads/",
  6771. "license": [
  6772. "BSD-3-Clause"
  6773. ],
  6774. "authors": [
  6775. {
  6776. "name": "Sebastian Bergmann",
  6777. "email": "sebastian@phpunit.de"
  6778. }
  6779. ],
  6780. "description": "Provides a list of PHP built-in functions that operate on resources",
  6781. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  6782. "time": "2018-10-04T04:07:39+00:00"
  6783. },
  6784. {
  6785. "name": "sebastian/type",
  6786. "version": "1.1.3",
  6787. "source": {
  6788. "type": "git",
  6789. "url": "https://github.com/sebastianbergmann/type.git",
  6790. "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3"
  6791. },
  6792. "dist": {
  6793. "type": "zip",
  6794. "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3",
  6795. "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3",
  6796. "shasum": "",
  6797. "mirrors": [
  6798. {
  6799. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6800. "preferred": true
  6801. }
  6802. ]
  6803. },
  6804. "require": {
  6805. "php": "^7.2"
  6806. },
  6807. "require-dev": {
  6808. "phpunit/phpunit": "^8.2"
  6809. },
  6810. "type": "library",
  6811. "extra": {
  6812. "branch-alias": {
  6813. "dev-master": "1.1-dev"
  6814. }
  6815. },
  6816. "autoload": {
  6817. "classmap": [
  6818. "src/"
  6819. ]
  6820. },
  6821. "notification-url": "https://packagist.org/downloads/",
  6822. "license": [
  6823. "BSD-3-Clause"
  6824. ],
  6825. "authors": [
  6826. {
  6827. "name": "Sebastian Bergmann",
  6828. "email": "sebastian@phpunit.de",
  6829. "role": "lead"
  6830. }
  6831. ],
  6832. "description": "Collection of value objects that represent the types of the PHP type system",
  6833. "homepage": "https://github.com/sebastianbergmann/type",
  6834. "time": "2019-07-02T08:10:15+00:00"
  6835. },
  6836. {
  6837. "name": "sebastian/version",
  6838. "version": "2.0.1",
  6839. "source": {
  6840. "type": "git",
  6841. "url": "https://github.com/sebastianbergmann/version.git",
  6842. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  6843. },
  6844. "dist": {
  6845. "type": "zip",
  6846. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  6847. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  6848. "shasum": "",
  6849. "mirrors": [
  6850. {
  6851. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6852. "preferred": true
  6853. }
  6854. ]
  6855. },
  6856. "require": {
  6857. "php": ">=5.6"
  6858. },
  6859. "type": "library",
  6860. "extra": {
  6861. "branch-alias": {
  6862. "dev-master": "2.0.x-dev"
  6863. }
  6864. },
  6865. "autoload": {
  6866. "classmap": [
  6867. "src/"
  6868. ]
  6869. },
  6870. "notification-url": "https://packagist.org/downloads/",
  6871. "license": [
  6872. "BSD-3-Clause"
  6873. ],
  6874. "authors": [
  6875. {
  6876. "name": "Sebastian Bergmann",
  6877. "email": "sebastian@phpunit.de",
  6878. "role": "lead"
  6879. }
  6880. ],
  6881. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  6882. "homepage": "https://github.com/sebastianbergmann/version",
  6883. "time": "2016-10-03T07:35:21+00:00"
  6884. },
  6885. {
  6886. "name": "theseer/tokenizer",
  6887. "version": "1.2.0",
  6888. "source": {
  6889. "type": "git",
  6890. "url": "https://github.com/theseer/tokenizer.git",
  6891. "reference": "75a63c33a8577608444246075ea0af0d052e452a"
  6892. },
  6893. "dist": {
  6894. "type": "zip",
  6895. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
  6896. "reference": "75a63c33a8577608444246075ea0af0d052e452a",
  6897. "shasum": "",
  6898. "mirrors": [
  6899. {
  6900. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6901. "preferred": true
  6902. }
  6903. ]
  6904. },
  6905. "require": {
  6906. "ext-dom": "*",
  6907. "ext-tokenizer": "*",
  6908. "ext-xmlwriter": "*",
  6909. "php": "^7.2 || ^8.0"
  6910. },
  6911. "type": "library",
  6912. "autoload": {
  6913. "classmap": [
  6914. "src/"
  6915. ]
  6916. },
  6917. "notification-url": "https://packagist.org/downloads/",
  6918. "license": [
  6919. "BSD-3-Clause"
  6920. ],
  6921. "authors": [
  6922. {
  6923. "name": "Arne Blankerts",
  6924. "email": "arne@blankerts.de",
  6925. "role": "Developer"
  6926. }
  6927. ],
  6928. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  6929. "time": "2020-07-12T23:59:07+00:00"
  6930. },
  6931. {
  6932. "name": "webmozart/assert",
  6933. "version": "1.9.1",
  6934. "source": {
  6935. "type": "git",
  6936. "url": "https://github.com/webmozart/assert.git",
  6937. "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
  6938. },
  6939. "dist": {
  6940. "type": "zip",
  6941. "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
  6942. "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
  6943. "shasum": "",
  6944. "mirrors": [
  6945. {
  6946. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  6947. "preferred": true
  6948. }
  6949. ]
  6950. },
  6951. "require": {
  6952. "php": "^5.3.3 || ^7.0 || ^8.0",
  6953. "symfony/polyfill-ctype": "^1.8"
  6954. },
  6955. "conflict": {
  6956. "phpstan/phpstan": "<0.12.20",
  6957. "vimeo/psalm": "<3.9.1"
  6958. },
  6959. "require-dev": {
  6960. "phpunit/phpunit": "^4.8.36 || ^7.5.13"
  6961. },
  6962. "type": "library",
  6963. "autoload": {
  6964. "psr-4": {
  6965. "Webmozart\\Assert\\": "src/"
  6966. }
  6967. },
  6968. "notification-url": "https://packagist.org/downloads/",
  6969. "license": [
  6970. "MIT"
  6971. ],
  6972. "authors": [
  6973. {
  6974. "name": "Bernhard Schussek",
  6975. "email": "bschussek@gmail.com"
  6976. }
  6977. ],
  6978. "description": "Assertions to validate method input/output with nice error messages.",
  6979. "keywords": [
  6980. "assert",
  6981. "check",
  6982. "validate"
  6983. ],
  6984. "time": "2020-07-08T17:02:28+00:00"
  6985. }
  6986. ],
  6987. "aliases": [],
  6988. "minimum-stability": "dev",
  6989. "stability-flags": [],
  6990. "prefer-stable": true,
  6991. "prefer-lowest": false,
  6992. "platform": {
  6993. "php": "^7.2.5"
  6994. },
  6995. "platform-dev": []
  6996. }