My beer compendium
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.

7946 lines
284 KiB

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