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
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
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.48.1",
  923. "source": {
  924. "type": "git",
  925. "url": "https://github.com/laravel/framework.git",
  926. "reference": "edc138060a13c9e5f15c005fad5f6a39b4ccf5fa"
  927. },
  928. "dist": {
  929. "type": "zip",
  930. "url": "https://api.github.com/repos/laravel/framework/zipball/edc138060a13c9e5f15c005fad5f6a39b4ccf5fa",
  931. "reference": "edc138060a13c9e5f15c005fad5f6a39b4ccf5fa",
  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.23",
  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-23T13:41:59+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.4",
  1217. "source": {
  1218. "type": "git",
  1219. "url": "https://github.com/thephpleague/commonmark.git",
  1220. "reference": "c3c8b7217c52572fb42aaf84211abccf75a151b2"
  1221. },
  1222. "dist": {
  1223. "type": "zip",
  1224. "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/c3c8b7217c52572fb42aaf84211abccf75a151b2",
  1225. "reference": "c3c8b7217c52572fb42aaf84211abccf75a151b2",
  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.90",
  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-06-19T20:08:14+00:00"
  1314. },
  1315. {
  1316. "name": "league/flysystem",
  1317. "version": "1.1.4",
  1318. "source": {
  1319. "type": "git",
  1320. "url": "https://github.com/thephpleague/flysystem.git",
  1321. "reference": "f3ad69181b8afed2c9edf7be5a2918144ff4ea32"
  1322. },
  1323. "dist": {
  1324. "type": "zip",
  1325. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f3ad69181b8afed2c9edf7be5a2918144ff4ea32",
  1326. "reference": "f3ad69181b8afed2c9edf7be5a2918144ff4ea32",
  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-ftp": "Allows you to use FTP server storage",
  1343. "ext-openssl": "Allows you to use FTPS server storage",
  1344. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  1345. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  1346. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  1347. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  1348. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  1349. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  1350. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  1351. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  1352. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  1353. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  1354. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  1355. },
  1356. "type": "library",
  1357. "extra": {
  1358. "branch-alias": {
  1359. "dev-master": "1.1-dev"
  1360. }
  1361. },
  1362. "autoload": {
  1363. "psr-4": {
  1364. "League\\Flysystem\\": "src/"
  1365. }
  1366. },
  1367. "notification-url": "https://packagist.org/downloads/",
  1368. "license": [
  1369. "MIT"
  1370. ],
  1371. "authors": [
  1372. {
  1373. "name": "Frank de Jonge",
  1374. "email": "info@frenky.net"
  1375. }
  1376. ],
  1377. "description": "Filesystem abstraction: Many filesystems, one API.",
  1378. "keywords": [
  1379. "Cloud Files",
  1380. "WebDAV",
  1381. "abstraction",
  1382. "aws",
  1383. "cloud",
  1384. "copy.com",
  1385. "dropbox",
  1386. "file systems",
  1387. "files",
  1388. "filesystem",
  1389. "filesystems",
  1390. "ftp",
  1391. "rackspace",
  1392. "remote",
  1393. "s3",
  1394. "sftp",
  1395. "storage"
  1396. ],
  1397. "support": {
  1398. "issues": "https://github.com/thephpleague/flysystem/issues",
  1399. "source": "https://github.com/thephpleague/flysystem/tree/1.1.4"
  1400. },
  1401. "funding": [
  1402. {
  1403. "url": "https://offset.earth/frankdejonge",
  1404. "type": "other"
  1405. }
  1406. ],
  1407. "time": "2021-06-23T21:56:05+00:00"
  1408. },
  1409. {
  1410. "name": "league/mime-type-detection",
  1411. "version": "1.7.0",
  1412. "source": {
  1413. "type": "git",
  1414. "url": "https://github.com/thephpleague/mime-type-detection.git",
  1415. "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3"
  1416. },
  1417. "dist": {
  1418. "type": "zip",
  1419. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
  1420. "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
  1421. "shasum": ""
  1422. },
  1423. "require": {
  1424. "ext-fileinfo": "*",
  1425. "php": "^7.2 || ^8.0"
  1426. },
  1427. "require-dev": {
  1428. "friendsofphp/php-cs-fixer": "^2.18",
  1429. "phpstan/phpstan": "^0.12.68",
  1430. "phpunit/phpunit": "^8.5.8 || ^9.3"
  1431. },
  1432. "type": "library",
  1433. "autoload": {
  1434. "psr-4": {
  1435. "League\\MimeTypeDetection\\": "src"
  1436. }
  1437. },
  1438. "notification-url": "https://packagist.org/downloads/",
  1439. "license": [
  1440. "MIT"
  1441. ],
  1442. "authors": [
  1443. {
  1444. "name": "Frank de Jonge",
  1445. "email": "info@frankdejonge.nl"
  1446. }
  1447. ],
  1448. "description": "Mime-type detection for Flysystem",
  1449. "support": {
  1450. "issues": "https://github.com/thephpleague/mime-type-detection/issues",
  1451. "source": "https://github.com/thephpleague/mime-type-detection/tree/1.7.0"
  1452. },
  1453. "funding": [
  1454. {
  1455. "url": "https://github.com/frankdejonge",
  1456. "type": "github"
  1457. },
  1458. {
  1459. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  1460. "type": "tidelift"
  1461. }
  1462. ],
  1463. "time": "2021-01-18T20:58:21+00:00"
  1464. },
  1465. {
  1466. "name": "monolog/monolog",
  1467. "version": "2.2.0",
  1468. "source": {
  1469. "type": "git",
  1470. "url": "https://github.com/Seldaek/monolog.git",
  1471. "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084"
  1472. },
  1473. "dist": {
  1474. "type": "zip",
  1475. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
  1476. "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
  1477. "shasum": ""
  1478. },
  1479. "require": {
  1480. "php": ">=7.2",
  1481. "psr/log": "^1.0.1"
  1482. },
  1483. "provide": {
  1484. "psr/log-implementation": "1.0.0"
  1485. },
  1486. "require-dev": {
  1487. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  1488. "doctrine/couchdb": "~1.0@dev",
  1489. "elasticsearch/elasticsearch": "^7",
  1490. "graylog2/gelf-php": "^1.4.2",
  1491. "mongodb/mongodb": "^1.8",
  1492. "php-amqplib/php-amqplib": "~2.4",
  1493. "php-console/php-console": "^3.1.3",
  1494. "phpspec/prophecy": "^1.6.1",
  1495. "phpstan/phpstan": "^0.12.59",
  1496. "phpunit/phpunit": "^8.5",
  1497. "predis/predis": "^1.1",
  1498. "rollbar/rollbar": "^1.3",
  1499. "ruflin/elastica": ">=0.90 <7.0.1",
  1500. "swiftmailer/swiftmailer": "^5.3|^6.0"
  1501. },
  1502. "suggest": {
  1503. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1504. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1505. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  1506. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1507. "ext-mbstring": "Allow to work properly with unicode symbols",
  1508. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  1509. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1510. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  1511. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  1512. "php-console/php-console": "Allow sending log messages to Google Chrome",
  1513. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1514. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  1515. },
  1516. "type": "library",
  1517. "extra": {
  1518. "branch-alias": {
  1519. "dev-main": "2.x-dev"
  1520. }
  1521. },
  1522. "autoload": {
  1523. "psr-4": {
  1524. "Monolog\\": "src/Monolog"
  1525. }
  1526. },
  1527. "notification-url": "https://packagist.org/downloads/",
  1528. "license": [
  1529. "MIT"
  1530. ],
  1531. "authors": [
  1532. {
  1533. "name": "Jordi Boggiano",
  1534. "email": "j.boggiano@seld.be",
  1535. "homepage": "https://seld.be"
  1536. }
  1537. ],
  1538. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  1539. "homepage": "https://github.com/Seldaek/monolog",
  1540. "keywords": [
  1541. "log",
  1542. "logging",
  1543. "psr-3"
  1544. ],
  1545. "support": {
  1546. "issues": "https://github.com/Seldaek/monolog/issues",
  1547. "source": "https://github.com/Seldaek/monolog/tree/2.2.0"
  1548. },
  1549. "funding": [
  1550. {
  1551. "url": "https://github.com/Seldaek",
  1552. "type": "github"
  1553. },
  1554. {
  1555. "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
  1556. "type": "tidelift"
  1557. }
  1558. ],
  1559. "time": "2020-12-14T13:15:25+00:00"
  1560. },
  1561. {
  1562. "name": "nesbot/carbon",
  1563. "version": "2.49.0",
  1564. "source": {
  1565. "type": "git",
  1566. "url": "https://github.com/briannesbitt/Carbon.git",
  1567. "reference": "93d9db91c0235c486875d22f1e08b50bdf3e6eee"
  1568. },
  1569. "dist": {
  1570. "type": "zip",
  1571. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/93d9db91c0235c486875d22f1e08b50bdf3e6eee",
  1572. "reference": "93d9db91c0235c486875d22f1e08b50bdf3e6eee",
  1573. "shasum": ""
  1574. },
  1575. "require": {
  1576. "ext-json": "*",
  1577. "php": "^7.1.8 || ^8.0",
  1578. "symfony/polyfill-mbstring": "^1.0",
  1579. "symfony/translation": "^3.4 || ^4.0 || ^5.0"
  1580. },
  1581. "require-dev": {
  1582. "doctrine/orm": "^2.7",
  1583. "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
  1584. "kylekatarnls/multi-tester": "^2.0",
  1585. "phpmd/phpmd": "^2.9",
  1586. "phpstan/extension-installer": "^1.0",
  1587. "phpstan/phpstan": "^0.12.54",
  1588. "phpunit/phpunit": "^7.5.20 || ^8.5.14",
  1589. "squizlabs/php_codesniffer": "^3.4"
  1590. },
  1591. "bin": [
  1592. "bin/carbon"
  1593. ],
  1594. "type": "library",
  1595. "extra": {
  1596. "branch-alias": {
  1597. "dev-master": "2.x-dev",
  1598. "dev-3.x": "3.x-dev"
  1599. },
  1600. "laravel": {
  1601. "providers": [
  1602. "Carbon\\Laravel\\ServiceProvider"
  1603. ]
  1604. },
  1605. "phpstan": {
  1606. "includes": [
  1607. "extension.neon"
  1608. ]
  1609. }
  1610. },
  1611. "autoload": {
  1612. "psr-4": {
  1613. "Carbon\\": "src/Carbon/"
  1614. }
  1615. },
  1616. "notification-url": "https://packagist.org/downloads/",
  1617. "license": [
  1618. "MIT"
  1619. ],
  1620. "authors": [
  1621. {
  1622. "name": "Brian Nesbitt",
  1623. "email": "brian@nesbot.com",
  1624. "homepage": "http://nesbot.com"
  1625. },
  1626. {
  1627. "name": "kylekatarnls",
  1628. "homepage": "http://github.com/kylekatarnls"
  1629. }
  1630. ],
  1631. "description": "An API extension for DateTime that supports 281 different languages.",
  1632. "homepage": "http://carbon.nesbot.com",
  1633. "keywords": [
  1634. "date",
  1635. "datetime",
  1636. "time"
  1637. ],
  1638. "support": {
  1639. "issues": "https://github.com/briannesbitt/Carbon/issues",
  1640. "source": "https://github.com/briannesbitt/Carbon"
  1641. },
  1642. "funding": [
  1643. {
  1644. "url": "https://opencollective.com/Carbon",
  1645. "type": "open_collective"
  1646. },
  1647. {
  1648. "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
  1649. "type": "tidelift"
  1650. }
  1651. ],
  1652. "time": "2021-06-02T07:31:40+00:00"
  1653. },
  1654. {
  1655. "name": "nikic/php-parser",
  1656. "version": "v4.10.5",
  1657. "source": {
  1658. "type": "git",
  1659. "url": "https://github.com/nikic/PHP-Parser.git",
  1660. "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f"
  1661. },
  1662. "dist": {
  1663. "type": "zip",
  1664. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4432ba399e47c66624bc73c8c0f811e5c109576f",
  1665. "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f",
  1666. "shasum": ""
  1667. },
  1668. "require": {
  1669. "ext-tokenizer": "*",
  1670. "php": ">=7.0"
  1671. },
  1672. "require-dev": {
  1673. "ircmaxell/php-yacc": "^0.0.7",
  1674. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
  1675. },
  1676. "bin": [
  1677. "bin/php-parse"
  1678. ],
  1679. "type": "library",
  1680. "extra": {
  1681. "branch-alias": {
  1682. "dev-master": "4.9-dev"
  1683. }
  1684. },
  1685. "autoload": {
  1686. "psr-4": {
  1687. "PhpParser\\": "lib/PhpParser"
  1688. }
  1689. },
  1690. "notification-url": "https://packagist.org/downloads/",
  1691. "license": [
  1692. "BSD-3-Clause"
  1693. ],
  1694. "authors": [
  1695. {
  1696. "name": "Nikita Popov"
  1697. }
  1698. ],
  1699. "description": "A PHP parser written in PHP",
  1700. "keywords": [
  1701. "parser",
  1702. "php"
  1703. ],
  1704. "support": {
  1705. "issues": "https://github.com/nikic/PHP-Parser/issues",
  1706. "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.5"
  1707. },
  1708. "time": "2021-05-03T19:11:20+00:00"
  1709. },
  1710. {
  1711. "name": "opis/closure",
  1712. "version": "3.6.2",
  1713. "source": {
  1714. "type": "git",
  1715. "url": "https://github.com/opis/closure.git",
  1716. "reference": "06e2ebd25f2869e54a306dda991f7db58066f7f6"
  1717. },
  1718. "dist": {
  1719. "type": "zip",
  1720. "url": "https://api.github.com/repos/opis/closure/zipball/06e2ebd25f2869e54a306dda991f7db58066f7f6",
  1721. "reference": "06e2ebd25f2869e54a306dda991f7db58066f7f6",
  1722. "shasum": ""
  1723. },
  1724. "require": {
  1725. "php": "^5.4 || ^7.0 || ^8.0"
  1726. },
  1727. "require-dev": {
  1728. "jeremeamia/superclosure": "^2.0",
  1729. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
  1730. },
  1731. "type": "library",
  1732. "extra": {
  1733. "branch-alias": {
  1734. "dev-master": "3.6.x-dev"
  1735. }
  1736. },
  1737. "autoload": {
  1738. "psr-4": {
  1739. "Opis\\Closure\\": "src/"
  1740. },
  1741. "files": [
  1742. "functions.php"
  1743. ]
  1744. },
  1745. "notification-url": "https://packagist.org/downloads/",
  1746. "license": [
  1747. "MIT"
  1748. ],
  1749. "authors": [
  1750. {
  1751. "name": "Marius Sarca",
  1752. "email": "marius.sarca@gmail.com"
  1753. },
  1754. {
  1755. "name": "Sorin Sarca",
  1756. "email": "sarca_sorin@hotmail.com"
  1757. }
  1758. ],
  1759. "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
  1760. "homepage": "https://opis.io/closure",
  1761. "keywords": [
  1762. "anonymous functions",
  1763. "closure",
  1764. "function",
  1765. "serializable",
  1766. "serialization",
  1767. "serialize"
  1768. ],
  1769. "support": {
  1770. "issues": "https://github.com/opis/closure/issues",
  1771. "source": "https://github.com/opis/closure/tree/3.6.2"
  1772. },
  1773. "time": "2021-04-09T13:42:10+00:00"
  1774. },
  1775. {
  1776. "name": "phpoption/phpoption",
  1777. "version": "1.7.5",
  1778. "source": {
  1779. "type": "git",
  1780. "url": "https://github.com/schmittjoh/php-option.git",
  1781. "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525"
  1782. },
  1783. "dist": {
  1784. "type": "zip",
  1785. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525",
  1786. "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525",
  1787. "shasum": ""
  1788. },
  1789. "require": {
  1790. "php": "^5.5.9 || ^7.0 || ^8.0"
  1791. },
  1792. "require-dev": {
  1793. "bamarni/composer-bin-plugin": "^1.4.1",
  1794. "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.0"
  1795. },
  1796. "type": "library",
  1797. "extra": {
  1798. "branch-alias": {
  1799. "dev-master": "1.7-dev"
  1800. }
  1801. },
  1802. "autoload": {
  1803. "psr-4": {
  1804. "PhpOption\\": "src/PhpOption/"
  1805. }
  1806. },
  1807. "notification-url": "https://packagist.org/downloads/",
  1808. "license": [
  1809. "Apache-2.0"
  1810. ],
  1811. "authors": [
  1812. {
  1813. "name": "Johannes M. Schmitt",
  1814. "email": "schmittjoh@gmail.com"
  1815. },
  1816. {
  1817. "name": "Graham Campbell",
  1818. "email": "graham@alt-three.com"
  1819. }
  1820. ],
  1821. "description": "Option Type for PHP",
  1822. "keywords": [
  1823. "language",
  1824. "option",
  1825. "php",
  1826. "type"
  1827. ],
  1828. "support": {
  1829. "issues": "https://github.com/schmittjoh/php-option/issues",
  1830. "source": "https://github.com/schmittjoh/php-option/tree/1.7.5"
  1831. },
  1832. "funding": [
  1833. {
  1834. "url": "https://github.com/GrahamCampbell",
  1835. "type": "github"
  1836. },
  1837. {
  1838. "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
  1839. "type": "tidelift"
  1840. }
  1841. ],
  1842. "time": "2020-07-20T17:29:33+00:00"
  1843. },
  1844. {
  1845. "name": "psr/container",
  1846. "version": "1.1.1",
  1847. "source": {
  1848. "type": "git",
  1849. "url": "https://github.com/php-fig/container.git",
  1850. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
  1851. },
  1852. "dist": {
  1853. "type": "zip",
  1854. "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
  1855. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
  1856. "shasum": ""
  1857. },
  1858. "require": {
  1859. "php": ">=7.2.0"
  1860. },
  1861. "type": "library",
  1862. "autoload": {
  1863. "psr-4": {
  1864. "Psr\\Container\\": "src/"
  1865. }
  1866. },
  1867. "notification-url": "https://packagist.org/downloads/",
  1868. "license": [
  1869. "MIT"
  1870. ],
  1871. "authors": [
  1872. {
  1873. "name": "PHP-FIG",
  1874. "homepage": "https://www.php-fig.org/"
  1875. }
  1876. ],
  1877. "description": "Common Container Interface (PHP FIG PSR-11)",
  1878. "homepage": "https://github.com/php-fig/container",
  1879. "keywords": [
  1880. "PSR-11",
  1881. "container",
  1882. "container-interface",
  1883. "container-interop",
  1884. "psr"
  1885. ],
  1886. "support": {
  1887. "issues": "https://github.com/php-fig/container/issues",
  1888. "source": "https://github.com/php-fig/container/tree/1.1.1"
  1889. },
  1890. "time": "2021-03-05T17:36:06+00:00"
  1891. },
  1892. {
  1893. "name": "psr/event-dispatcher",
  1894. "version": "1.0.0",
  1895. "source": {
  1896. "type": "git",
  1897. "url": "https://github.com/php-fig/event-dispatcher.git",
  1898. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  1899. },
  1900. "dist": {
  1901. "type": "zip",
  1902. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  1903. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  1904. "shasum": ""
  1905. },
  1906. "require": {
  1907. "php": ">=7.2.0"
  1908. },
  1909. "type": "library",
  1910. "extra": {
  1911. "branch-alias": {
  1912. "dev-master": "1.0.x-dev"
  1913. }
  1914. },
  1915. "autoload": {
  1916. "psr-4": {
  1917. "Psr\\EventDispatcher\\": "src/"
  1918. }
  1919. },
  1920. "notification-url": "https://packagist.org/downloads/",
  1921. "license": [
  1922. "MIT"
  1923. ],
  1924. "authors": [
  1925. {
  1926. "name": "PHP-FIG",
  1927. "homepage": "http://www.php-fig.org/"
  1928. }
  1929. ],
  1930. "description": "Standard interfaces for event handling.",
  1931. "keywords": [
  1932. "events",
  1933. "psr",
  1934. "psr-14"
  1935. ],
  1936. "support": {
  1937. "issues": "https://github.com/php-fig/event-dispatcher/issues",
  1938. "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
  1939. },
  1940. "time": "2019-01-08T18:20:26+00:00"
  1941. },
  1942. {
  1943. "name": "psr/http-client",
  1944. "version": "1.0.1",
  1945. "source": {
  1946. "type": "git",
  1947. "url": "https://github.com/php-fig/http-client.git",
  1948. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  1949. },
  1950. "dist": {
  1951. "type": "zip",
  1952. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  1953. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  1954. "shasum": ""
  1955. },
  1956. "require": {
  1957. "php": "^7.0 || ^8.0",
  1958. "psr/http-message": "^1.0"
  1959. },
  1960. "type": "library",
  1961. "extra": {
  1962. "branch-alias": {
  1963. "dev-master": "1.0.x-dev"
  1964. }
  1965. },
  1966. "autoload": {
  1967. "psr-4": {
  1968. "Psr\\Http\\Client\\": "src/"
  1969. }
  1970. },
  1971. "notification-url": "https://packagist.org/downloads/",
  1972. "license": [
  1973. "MIT"
  1974. ],
  1975. "authors": [
  1976. {
  1977. "name": "PHP-FIG",
  1978. "homepage": "http://www.php-fig.org/"
  1979. }
  1980. ],
  1981. "description": "Common interface for HTTP clients",
  1982. "homepage": "https://github.com/php-fig/http-client",
  1983. "keywords": [
  1984. "http",
  1985. "http-client",
  1986. "psr",
  1987. "psr-18"
  1988. ],
  1989. "support": {
  1990. "source": "https://github.com/php-fig/http-client/tree/master"
  1991. },
  1992. "time": "2020-06-29T06:28:15+00:00"
  1993. },
  1994. {
  1995. "name": "psr/http-message",
  1996. "version": "1.0.1",
  1997. "source": {
  1998. "type": "git",
  1999. "url": "https://github.com/php-fig/http-message.git",
  2000. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  2001. },
  2002. "dist": {
  2003. "type": "zip",
  2004. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  2005. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  2006. "shasum": ""
  2007. },
  2008. "require": {
  2009. "php": ">=5.3.0"
  2010. },
  2011. "type": "library",
  2012. "extra": {
  2013. "branch-alias": {
  2014. "dev-master": "1.0.x-dev"
  2015. }
  2016. },
  2017. "autoload": {
  2018. "psr-4": {
  2019. "Psr\\Http\\Message\\": "src/"
  2020. }
  2021. },
  2022. "notification-url": "https://packagist.org/downloads/",
  2023. "license": [
  2024. "MIT"
  2025. ],
  2026. "authors": [
  2027. {
  2028. "name": "PHP-FIG",
  2029. "homepage": "http://www.php-fig.org/"
  2030. }
  2031. ],
  2032. "description": "Common interface for HTTP messages",
  2033. "homepage": "https://github.com/php-fig/http-message",
  2034. "keywords": [
  2035. "http",
  2036. "http-message",
  2037. "psr",
  2038. "psr-7",
  2039. "request",
  2040. "response"
  2041. ],
  2042. "support": {
  2043. "source": "https://github.com/php-fig/http-message/tree/master"
  2044. },
  2045. "time": "2016-08-06T14:39:51+00:00"
  2046. },
  2047. {
  2048. "name": "psr/log",
  2049. "version": "1.1.4",
  2050. "source": {
  2051. "type": "git",
  2052. "url": "https://github.com/php-fig/log.git",
  2053. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  2054. },
  2055. "dist": {
  2056. "type": "zip",
  2057. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  2058. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  2059. "shasum": ""
  2060. },
  2061. "require": {
  2062. "php": ">=5.3.0"
  2063. },
  2064. "type": "library",
  2065. "extra": {
  2066. "branch-alias": {
  2067. "dev-master": "1.1.x-dev"
  2068. }
  2069. },
  2070. "autoload": {
  2071. "psr-4": {
  2072. "Psr\\Log\\": "Psr/Log/"
  2073. }
  2074. },
  2075. "notification-url": "https://packagist.org/downloads/",
  2076. "license": [
  2077. "MIT"
  2078. ],
  2079. "authors": [
  2080. {
  2081. "name": "PHP-FIG",
  2082. "homepage": "https://www.php-fig.org/"
  2083. }
  2084. ],
  2085. "description": "Common interface for logging libraries",
  2086. "homepage": "https://github.com/php-fig/log",
  2087. "keywords": [
  2088. "log",
  2089. "psr",
  2090. "psr-3"
  2091. ],
  2092. "support": {
  2093. "source": "https://github.com/php-fig/log/tree/1.1.4"
  2094. },
  2095. "time": "2021-05-03T11:20:27+00:00"
  2096. },
  2097. {
  2098. "name": "psr/simple-cache",
  2099. "version": "1.0.1",
  2100. "source": {
  2101. "type": "git",
  2102. "url": "https://github.com/php-fig/simple-cache.git",
  2103. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  2104. },
  2105. "dist": {
  2106. "type": "zip",
  2107. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  2108. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  2109. "shasum": ""
  2110. },
  2111. "require": {
  2112. "php": ">=5.3.0"
  2113. },
  2114. "type": "library",
  2115. "extra": {
  2116. "branch-alias": {
  2117. "dev-master": "1.0.x-dev"
  2118. }
  2119. },
  2120. "autoload": {
  2121. "psr-4": {
  2122. "Psr\\SimpleCache\\": "src/"
  2123. }
  2124. },
  2125. "notification-url": "https://packagist.org/downloads/",
  2126. "license": [
  2127. "MIT"
  2128. ],
  2129. "authors": [
  2130. {
  2131. "name": "PHP-FIG",
  2132. "homepage": "http://www.php-fig.org/"
  2133. }
  2134. ],
  2135. "description": "Common interfaces for simple caching",
  2136. "keywords": [
  2137. "cache",
  2138. "caching",
  2139. "psr",
  2140. "psr-16",
  2141. "simple-cache"
  2142. ],
  2143. "support": {
  2144. "source": "https://github.com/php-fig/simple-cache/tree/master"
  2145. },
  2146. "time": "2017-10-23T01:57:42+00:00"
  2147. },
  2148. {
  2149. "name": "psy/psysh",
  2150. "version": "v0.10.8",
  2151. "source": {
  2152. "type": "git",
  2153. "url": "https://github.com/bobthecow/psysh.git",
  2154. "reference": "e4573f47750dd6c92dca5aee543fa77513cbd8d3"
  2155. },
  2156. "dist": {
  2157. "type": "zip",
  2158. "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e4573f47750dd6c92dca5aee543fa77513cbd8d3",
  2159. "reference": "e4573f47750dd6c92dca5aee543fa77513cbd8d3",
  2160. "shasum": ""
  2161. },
  2162. "require": {
  2163. "ext-json": "*",
  2164. "ext-tokenizer": "*",
  2165. "nikic/php-parser": "~4.0|~3.0|~2.0|~1.3",
  2166. "php": "^8.0 || ^7.0 || ^5.5.9",
  2167. "symfony/console": "~5.0|~4.0|~3.0|^2.4.2|~2.3.10",
  2168. "symfony/var-dumper": "~5.0|~4.0|~3.0|~2.7"
  2169. },
  2170. "require-dev": {
  2171. "bamarni/composer-bin-plugin": "^1.2",
  2172. "hoa/console": "3.17.*"
  2173. },
  2174. "suggest": {
  2175. "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  2176. "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  2177. "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  2178. "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
  2179. "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
  2180. },
  2181. "bin": [
  2182. "bin/psysh"
  2183. ],
  2184. "type": "library",
  2185. "extra": {
  2186. "branch-alias": {
  2187. "dev-main": "0.10.x-dev"
  2188. }
  2189. },
  2190. "autoload": {
  2191. "files": [
  2192. "src/functions.php"
  2193. ],
  2194. "psr-4": {
  2195. "Psy\\": "src/"
  2196. }
  2197. },
  2198. "notification-url": "https://packagist.org/downloads/",
  2199. "license": [
  2200. "MIT"
  2201. ],
  2202. "authors": [
  2203. {
  2204. "name": "Justin Hileman",
  2205. "email": "justin@justinhileman.info",
  2206. "homepage": "http://justinhileman.com"
  2207. }
  2208. ],
  2209. "description": "An interactive shell for modern PHP.",
  2210. "homepage": "http://psysh.org",
  2211. "keywords": [
  2212. "REPL",
  2213. "console",
  2214. "interactive",
  2215. "shell"
  2216. ],
  2217. "support": {
  2218. "issues": "https://github.com/bobthecow/psysh/issues",
  2219. "source": "https://github.com/bobthecow/psysh/tree/v0.10.8"
  2220. },
  2221. "time": "2021-04-10T16:23:39+00:00"
  2222. },
  2223. {
  2224. "name": "ralouphie/getallheaders",
  2225. "version": "3.0.3",
  2226. "source": {
  2227. "type": "git",
  2228. "url": "https://github.com/ralouphie/getallheaders.git",
  2229. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  2230. },
  2231. "dist": {
  2232. "type": "zip",
  2233. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  2234. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  2235. "shasum": ""
  2236. },
  2237. "require": {
  2238. "php": ">=5.6"
  2239. },
  2240. "require-dev": {
  2241. "php-coveralls/php-coveralls": "^2.1",
  2242. "phpunit/phpunit": "^5 || ^6.5"
  2243. },
  2244. "type": "library",
  2245. "autoload": {
  2246. "files": [
  2247. "src/getallheaders.php"
  2248. ]
  2249. },
  2250. "notification-url": "https://packagist.org/downloads/",
  2251. "license": [
  2252. "MIT"
  2253. ],
  2254. "authors": [
  2255. {
  2256. "name": "Ralph Khattar",
  2257. "email": "ralph.khattar@gmail.com"
  2258. }
  2259. ],
  2260. "description": "A polyfill for getallheaders.",
  2261. "support": {
  2262. "issues": "https://github.com/ralouphie/getallheaders/issues",
  2263. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  2264. },
  2265. "time": "2019-03-08T08:55:37+00:00"
  2266. },
  2267. {
  2268. "name": "ramsey/collection",
  2269. "version": "1.1.3",
  2270. "source": {
  2271. "type": "git",
  2272. "url": "https://github.com/ramsey/collection.git",
  2273. "reference": "28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1"
  2274. },
  2275. "dist": {
  2276. "type": "zip",
  2277. "url": "https://api.github.com/repos/ramsey/collection/zipball/28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1",
  2278. "reference": "28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1",
  2279. "shasum": ""
  2280. },
  2281. "require": {
  2282. "php": "^7.2 || ^8"
  2283. },
  2284. "require-dev": {
  2285. "captainhook/captainhook": "^5.3",
  2286. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  2287. "ergebnis/composer-normalize": "^2.6",
  2288. "fakerphp/faker": "^1.5",
  2289. "hamcrest/hamcrest-php": "^2",
  2290. "jangregor/phpstan-prophecy": "^0.8",
  2291. "mockery/mockery": "^1.3",
  2292. "phpstan/extension-installer": "^1",
  2293. "phpstan/phpstan": "^0.12.32",
  2294. "phpstan/phpstan-mockery": "^0.12.5",
  2295. "phpstan/phpstan-phpunit": "^0.12.11",
  2296. "phpunit/phpunit": "^8.5 || ^9",
  2297. "psy/psysh": "^0.10.4",
  2298. "slevomat/coding-standard": "^6.3",
  2299. "squizlabs/php_codesniffer": "^3.5",
  2300. "vimeo/psalm": "^4.4"
  2301. },
  2302. "type": "library",
  2303. "autoload": {
  2304. "psr-4": {
  2305. "Ramsey\\Collection\\": "src/"
  2306. }
  2307. },
  2308. "notification-url": "https://packagist.org/downloads/",
  2309. "license": [
  2310. "MIT"
  2311. ],
  2312. "authors": [
  2313. {
  2314. "name": "Ben Ramsey",
  2315. "email": "ben@benramsey.com",
  2316. "homepage": "https://benramsey.com"
  2317. }
  2318. ],
  2319. "description": "A PHP 7.2+ library for representing and manipulating collections.",
  2320. "keywords": [
  2321. "array",
  2322. "collection",
  2323. "hash",
  2324. "map",
  2325. "queue",
  2326. "set"
  2327. ],
  2328. "support": {
  2329. "issues": "https://github.com/ramsey/collection/issues",
  2330. "source": "https://github.com/ramsey/collection/tree/1.1.3"
  2331. },
  2332. "funding": [
  2333. {
  2334. "url": "https://github.com/ramsey",
  2335. "type": "github"
  2336. },
  2337. {
  2338. "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
  2339. "type": "tidelift"
  2340. }
  2341. ],
  2342. "time": "2021-01-21T17:40:04+00:00"
  2343. },
  2344. {
  2345. "name": "ramsey/uuid",
  2346. "version": "4.1.1",
  2347. "source": {
  2348. "type": "git",
  2349. "url": "https://github.com/ramsey/uuid.git",
  2350. "reference": "cd4032040a750077205918c86049aa0f43d22947"
  2351. },
  2352. "dist": {
  2353. "type": "zip",
  2354. "url": "https://api.github.com/repos/ramsey/uuid/zipball/cd4032040a750077205918c86049aa0f43d22947",
  2355. "reference": "cd4032040a750077205918c86049aa0f43d22947",
  2356. "shasum": ""
  2357. },
  2358. "require": {
  2359. "brick/math": "^0.8 || ^0.9",
  2360. "ext-json": "*",
  2361. "php": "^7.2 || ^8",
  2362. "ramsey/collection": "^1.0",
  2363. "symfony/polyfill-ctype": "^1.8"
  2364. },
  2365. "replace": {
  2366. "rhumsaa/uuid": "self.version"
  2367. },
  2368. "require-dev": {
  2369. "codeception/aspect-mock": "^3",
  2370. "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7.0",
  2371. "doctrine/annotations": "^1.8",
  2372. "goaop/framework": "^2",
  2373. "mockery/mockery": "^1.3",
  2374. "moontoast/math": "^1.1",
  2375. "paragonie/random-lib": "^2",
  2376. "php-mock/php-mock-mockery": "^1.3",
  2377. "php-mock/php-mock-phpunit": "^2.5",
  2378. "php-parallel-lint/php-parallel-lint": "^1.1",
  2379. "phpbench/phpbench": "^0.17.1",
  2380. "phpstan/extension-installer": "^1.0",
  2381. "phpstan/phpstan": "^0.12",
  2382. "phpstan/phpstan-mockery": "^0.12",
  2383. "phpstan/phpstan-phpunit": "^0.12",
  2384. "phpunit/phpunit": "^8.5",
  2385. "psy/psysh": "^0.10.0",
  2386. "slevomat/coding-standard": "^6.0",
  2387. "squizlabs/php_codesniffer": "^3.5",
  2388. "vimeo/psalm": "3.9.4"
  2389. },
  2390. "suggest": {
  2391. "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
  2392. "ext-ctype": "Enables faster processing of character classification using ctype functions.",
  2393. "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
  2394. "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
  2395. "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  2396. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  2397. },
  2398. "type": "library",
  2399. "extra": {
  2400. "branch-alias": {
  2401. "dev-master": "4.x-dev"
  2402. }
  2403. },
  2404. "autoload": {
  2405. "psr-4": {
  2406. "Ramsey\\Uuid\\": "src/"
  2407. },
  2408. "files": [
  2409. "src/functions.php"
  2410. ]
  2411. },
  2412. "notification-url": "https://packagist.org/downloads/",
  2413. "license": [
  2414. "MIT"
  2415. ],
  2416. "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
  2417. "homepage": "https://github.com/ramsey/uuid",
  2418. "keywords": [
  2419. "guid",
  2420. "identifier",
  2421. "uuid"
  2422. ],
  2423. "support": {
  2424. "issues": "https://github.com/ramsey/uuid/issues",
  2425. "rss": "https://github.com/ramsey/uuid/releases.atom",
  2426. "source": "https://github.com/ramsey/uuid"
  2427. },
  2428. "funding": [
  2429. {
  2430. "url": "https://github.com/ramsey",
  2431. "type": "github"
  2432. }
  2433. ],
  2434. "time": "2020-08-18T17:17:46+00:00"
  2435. },
  2436. {
  2437. "name": "swiftmailer/swiftmailer",
  2438. "version": "v6.2.7",
  2439. "source": {
  2440. "type": "git",
  2441. "url": "https://github.com/swiftmailer/swiftmailer.git",
  2442. "reference": "15f7faf8508e04471f666633addacf54c0ab5933"
  2443. },
  2444. "dist": {
  2445. "type": "zip",
  2446. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/15f7faf8508e04471f666633addacf54c0ab5933",
  2447. "reference": "15f7faf8508e04471f666633addacf54c0ab5933",
  2448. "shasum": ""
  2449. },
  2450. "require": {
  2451. "egulias/email-validator": "^2.0|^3.1",
  2452. "php": ">=7.0.0",
  2453. "symfony/polyfill-iconv": "^1.0",
  2454. "symfony/polyfill-intl-idn": "^1.10",
  2455. "symfony/polyfill-mbstring": "^1.0"
  2456. },
  2457. "require-dev": {
  2458. "mockery/mockery": "^1.0",
  2459. "symfony/phpunit-bridge": "^4.4|^5.0"
  2460. },
  2461. "suggest": {
  2462. "ext-intl": "Needed to support internationalized email addresses"
  2463. },
  2464. "type": "library",
  2465. "extra": {
  2466. "branch-alias": {
  2467. "dev-master": "6.2-dev"
  2468. }
  2469. },
  2470. "autoload": {
  2471. "files": [
  2472. "lib/swift_required.php"
  2473. ]
  2474. },
  2475. "notification-url": "https://packagist.org/downloads/",
  2476. "license": [
  2477. "MIT"
  2478. ],
  2479. "authors": [
  2480. {
  2481. "name": "Chris Corbyn"
  2482. },
  2483. {
  2484. "name": "Fabien Potencier",
  2485. "email": "fabien@symfony.com"
  2486. }
  2487. ],
  2488. "description": "Swiftmailer, free feature-rich PHP mailer",
  2489. "homepage": "https://swiftmailer.symfony.com",
  2490. "keywords": [
  2491. "email",
  2492. "mail",
  2493. "mailer"
  2494. ],
  2495. "support": {
  2496. "issues": "https://github.com/swiftmailer/swiftmailer/issues",
  2497. "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.2.7"
  2498. },
  2499. "funding": [
  2500. {
  2501. "url": "https://github.com/fabpot",
  2502. "type": "github"
  2503. },
  2504. {
  2505. "url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer",
  2506. "type": "tidelift"
  2507. }
  2508. ],
  2509. "time": "2021-03-09T12:30:35+00:00"
  2510. },
  2511. {
  2512. "name": "symfony/console",
  2513. "version": "v5.3.2",
  2514. "source": {
  2515. "type": "git",
  2516. "url": "https://github.com/symfony/console.git",
  2517. "reference": "649730483885ff2ca99ca0560ef0e5f6b03f2ac1"
  2518. },
  2519. "dist": {
  2520. "type": "zip",
  2521. "url": "https://api.github.com/repos/symfony/console/zipball/649730483885ff2ca99ca0560ef0e5f6b03f2ac1",
  2522. "reference": "649730483885ff2ca99ca0560ef0e5f6b03f2ac1",
  2523. "shasum": ""
  2524. },
  2525. "require": {
  2526. "php": ">=7.2.5",
  2527. "symfony/deprecation-contracts": "^2.1",
  2528. "symfony/polyfill-mbstring": "~1.0",
  2529. "symfony/polyfill-php73": "^1.8",
  2530. "symfony/polyfill-php80": "^1.15",
  2531. "symfony/service-contracts": "^1.1|^2",
  2532. "symfony/string": "^5.1"
  2533. },
  2534. "conflict": {
  2535. "symfony/dependency-injection": "<4.4",
  2536. "symfony/dotenv": "<5.1",
  2537. "symfony/event-dispatcher": "<4.4",
  2538. "symfony/lock": "<4.4",
  2539. "symfony/process": "<4.4"
  2540. },
  2541. "provide": {
  2542. "psr/log-implementation": "1.0"
  2543. },
  2544. "require-dev": {
  2545. "psr/log": "~1.0",
  2546. "symfony/config": "^4.4|^5.0",
  2547. "symfony/dependency-injection": "^4.4|^5.0",
  2548. "symfony/event-dispatcher": "^4.4|^5.0",
  2549. "symfony/lock": "^4.4|^5.0",
  2550. "symfony/process": "^4.4|^5.0",
  2551. "symfony/var-dumper": "^4.4|^5.0"
  2552. },
  2553. "suggest": {
  2554. "psr/log": "For using the console logger",
  2555. "symfony/event-dispatcher": "",
  2556. "symfony/lock": "",
  2557. "symfony/process": ""
  2558. },
  2559. "type": "library",
  2560. "autoload": {
  2561. "psr-4": {
  2562. "Symfony\\Component\\Console\\": ""
  2563. },
  2564. "exclude-from-classmap": [
  2565. "/Tests/"
  2566. ]
  2567. },
  2568. "notification-url": "https://packagist.org/downloads/",
  2569. "license": [
  2570. "MIT"
  2571. ],
  2572. "authors": [
  2573. {
  2574. "name": "Fabien Potencier",
  2575. "email": "fabien@symfony.com"
  2576. },
  2577. {
  2578. "name": "Symfony Community",
  2579. "homepage": "https://symfony.com/contributors"
  2580. }
  2581. ],
  2582. "description": "Eases the creation of beautiful and testable command line interfaces",
  2583. "homepage": "https://symfony.com",
  2584. "keywords": [
  2585. "cli",
  2586. "command line",
  2587. "console",
  2588. "terminal"
  2589. ],
  2590. "support": {
  2591. "source": "https://github.com/symfony/console/tree/v5.3.2"
  2592. },
  2593. "funding": [
  2594. {
  2595. "url": "https://symfony.com/sponsor",
  2596. "type": "custom"
  2597. },
  2598. {
  2599. "url": "https://github.com/fabpot",
  2600. "type": "github"
  2601. },
  2602. {
  2603. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2604. "type": "tidelift"
  2605. }
  2606. ],
  2607. "time": "2021-06-12T09:42:48+00:00"
  2608. },
  2609. {
  2610. "name": "symfony/css-selector",
  2611. "version": "v5.3.0",
  2612. "source": {
  2613. "type": "git",
  2614. "url": "https://github.com/symfony/css-selector.git",
  2615. "reference": "fcd0b29a7a0b1bb5bfbedc6231583d77fea04814"
  2616. },
  2617. "dist": {
  2618. "type": "zip",
  2619. "url": "https://api.github.com/repos/symfony/css-selector/zipball/fcd0b29a7a0b1bb5bfbedc6231583d77fea04814",
  2620. "reference": "fcd0b29a7a0b1bb5bfbedc6231583d77fea04814",
  2621. "shasum": ""
  2622. },
  2623. "require": {
  2624. "php": ">=7.2.5"
  2625. },
  2626. "type": "library",
  2627. "autoload": {
  2628. "psr-4": {
  2629. "Symfony\\Component\\CssSelector\\": ""
  2630. },
  2631. "exclude-from-classmap": [
  2632. "/Tests/"
  2633. ]
  2634. },
  2635. "notification-url": "https://packagist.org/downloads/",
  2636. "license": [
  2637. "MIT"
  2638. ],
  2639. "authors": [
  2640. {
  2641. "name": "Fabien Potencier",
  2642. "email": "fabien@symfony.com"
  2643. },
  2644. {
  2645. "name": "Jean-François Simon",
  2646. "email": "jeanfrancois.simon@sensiolabs.com"
  2647. },
  2648. {
  2649. "name": "Symfony Community",
  2650. "homepage": "https://symfony.com/contributors"
  2651. }
  2652. ],
  2653. "description": "Converts CSS selectors to XPath expressions",
  2654. "homepage": "https://symfony.com",
  2655. "support": {
  2656. "source": "https://github.com/symfony/css-selector/tree/v5.3.0"
  2657. },
  2658. "funding": [
  2659. {
  2660. "url": "https://symfony.com/sponsor",
  2661. "type": "custom"
  2662. },
  2663. {
  2664. "url": "https://github.com/fabpot",
  2665. "type": "github"
  2666. },
  2667. {
  2668. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2669. "type": "tidelift"
  2670. }
  2671. ],
  2672. "time": "2021-05-26T17:40:38+00:00"
  2673. },
  2674. {
  2675. "name": "symfony/deprecation-contracts",
  2676. "version": "v2.4.0",
  2677. "source": {
  2678. "type": "git",
  2679. "url": "https://github.com/symfony/deprecation-contracts.git",
  2680. "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
  2681. },
  2682. "dist": {
  2683. "type": "zip",
  2684. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
  2685. "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
  2686. "shasum": ""
  2687. },
  2688. "require": {
  2689. "php": ">=7.1"
  2690. },
  2691. "type": "library",
  2692. "extra": {
  2693. "branch-alias": {
  2694. "dev-main": "2.4-dev"
  2695. },
  2696. "thanks": {
  2697. "name": "symfony/contracts",
  2698. "url": "https://github.com/symfony/contracts"
  2699. }
  2700. },
  2701. "autoload": {
  2702. "files": [
  2703. "function.php"
  2704. ]
  2705. },
  2706. "notification-url": "https://packagist.org/downloads/",
  2707. "license": [
  2708. "MIT"
  2709. ],
  2710. "authors": [
  2711. {
  2712. "name": "Nicolas Grekas",
  2713. "email": "p@tchwork.com"
  2714. },
  2715. {
  2716. "name": "Symfony Community",
  2717. "homepage": "https://symfony.com/contributors"
  2718. }
  2719. ],
  2720. "description": "A generic function and convention to trigger deprecation notices",
  2721. "homepage": "https://symfony.com",
  2722. "support": {
  2723. "source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0"
  2724. },
  2725. "funding": [
  2726. {
  2727. "url": "https://symfony.com/sponsor",
  2728. "type": "custom"
  2729. },
  2730. {
  2731. "url": "https://github.com/fabpot",
  2732. "type": "github"
  2733. },
  2734. {
  2735. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2736. "type": "tidelift"
  2737. }
  2738. ],
  2739. "time": "2021-03-23T23:28:01+00:00"
  2740. },
  2741. {
  2742. "name": "symfony/error-handler",
  2743. "version": "v5.3.0",
  2744. "source": {
  2745. "type": "git",
  2746. "url": "https://github.com/symfony/error-handler.git",
  2747. "reference": "0e6768b8c0dcef26df087df2bbbaa143867a59b2"
  2748. },
  2749. "dist": {
  2750. "type": "zip",
  2751. "url": "https://api.github.com/repos/symfony/error-handler/zipball/0e6768b8c0dcef26df087df2bbbaa143867a59b2",
  2752. "reference": "0e6768b8c0dcef26df087df2bbbaa143867a59b2",
  2753. "shasum": ""
  2754. },
  2755. "require": {
  2756. "php": ">=7.2.5",
  2757. "psr/log": "^1.0",
  2758. "symfony/polyfill-php80": "^1.15",
  2759. "symfony/var-dumper": "^4.4|^5.0"
  2760. },
  2761. "require-dev": {
  2762. "symfony/deprecation-contracts": "^2.1",
  2763. "symfony/http-kernel": "^4.4|^5.0",
  2764. "symfony/serializer": "^4.4|^5.0"
  2765. },
  2766. "type": "library",
  2767. "autoload": {
  2768. "psr-4": {
  2769. "Symfony\\Component\\ErrorHandler\\": ""
  2770. },
  2771. "exclude-from-classmap": [
  2772. "/Tests/"
  2773. ]
  2774. },
  2775. "notification-url": "https://packagist.org/downloads/",
  2776. "license": [
  2777. "MIT"
  2778. ],
  2779. "authors": [
  2780. {
  2781. "name": "Fabien Potencier",
  2782. "email": "fabien@symfony.com"
  2783. },
  2784. {
  2785. "name": "Symfony Community",
  2786. "homepage": "https://symfony.com/contributors"
  2787. }
  2788. ],
  2789. "description": "Provides tools to manage errors and ease debugging PHP code",
  2790. "homepage": "https://symfony.com",
  2791. "support": {
  2792. "source": "https://github.com/symfony/error-handler/tree/v5.3.0"
  2793. },
  2794. "funding": [
  2795. {
  2796. "url": "https://symfony.com/sponsor",
  2797. "type": "custom"
  2798. },
  2799. {
  2800. "url": "https://github.com/fabpot",
  2801. "type": "github"
  2802. },
  2803. {
  2804. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2805. "type": "tidelift"
  2806. }
  2807. ],
  2808. "time": "2021-05-26T17:43:10+00:00"
  2809. },
  2810. {
  2811. "name": "symfony/event-dispatcher",
  2812. "version": "v5.3.0",
  2813. "source": {
  2814. "type": "git",
  2815. "url": "https://github.com/symfony/event-dispatcher.git",
  2816. "reference": "67a5f354afa8e2f231081b3fa11a5912f933c3ce"
  2817. },
  2818. "dist": {
  2819. "type": "zip",
  2820. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/67a5f354afa8e2f231081b3fa11a5912f933c3ce",
  2821. "reference": "67a5f354afa8e2f231081b3fa11a5912f933c3ce",
  2822. "shasum": ""
  2823. },
  2824. "require": {
  2825. "php": ">=7.2.5",
  2826. "symfony/deprecation-contracts": "^2.1",
  2827. "symfony/event-dispatcher-contracts": "^2",
  2828. "symfony/polyfill-php80": "^1.15"
  2829. },
  2830. "conflict": {
  2831. "symfony/dependency-injection": "<4.4"
  2832. },
  2833. "provide": {
  2834. "psr/event-dispatcher-implementation": "1.0",
  2835. "symfony/event-dispatcher-implementation": "2.0"
  2836. },
  2837. "require-dev": {
  2838. "psr/log": "~1.0",
  2839. "symfony/config": "^4.4|^5.0",
  2840. "symfony/dependency-injection": "^4.4|^5.0",
  2841. "symfony/error-handler": "^4.4|^5.0",
  2842. "symfony/expression-language": "^4.4|^5.0",
  2843. "symfony/http-foundation": "^4.4|^5.0",
  2844. "symfony/service-contracts": "^1.1|^2",
  2845. "symfony/stopwatch": "^4.4|^5.0"
  2846. },
  2847. "suggest": {
  2848. "symfony/dependency-injection": "",
  2849. "symfony/http-kernel": ""
  2850. },
  2851. "type": "library",
  2852. "autoload": {
  2853. "psr-4": {
  2854. "Symfony\\Component\\EventDispatcher\\": ""
  2855. },
  2856. "exclude-from-classmap": [
  2857. "/Tests/"
  2858. ]
  2859. },
  2860. "notification-url": "https://packagist.org/downloads/",
  2861. "license": [
  2862. "MIT"
  2863. ],
  2864. "authors": [
  2865. {
  2866. "name": "Fabien Potencier",
  2867. "email": "fabien@symfony.com"
  2868. },
  2869. {
  2870. "name": "Symfony Community",
  2871. "homepage": "https://symfony.com/contributors"
  2872. }
  2873. ],
  2874. "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
  2875. "homepage": "https://symfony.com",
  2876. "support": {
  2877. "source": "https://github.com/symfony/event-dispatcher/tree/v5.3.0"
  2878. },
  2879. "funding": [
  2880. {
  2881. "url": "https://symfony.com/sponsor",
  2882. "type": "custom"
  2883. },
  2884. {
  2885. "url": "https://github.com/fabpot",
  2886. "type": "github"
  2887. },
  2888. {
  2889. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2890. "type": "tidelift"
  2891. }
  2892. ],
  2893. "time": "2021-05-26T17:43:10+00:00"
  2894. },
  2895. {
  2896. "name": "symfony/event-dispatcher-contracts",
  2897. "version": "v2.4.0",
  2898. "source": {
  2899. "type": "git",
  2900. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  2901. "reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11"
  2902. },
  2903. "dist": {
  2904. "type": "zip",
  2905. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/69fee1ad2332a7cbab3aca13591953da9cdb7a11",
  2906. "reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11",
  2907. "shasum": ""
  2908. },
  2909. "require": {
  2910. "php": ">=7.2.5",
  2911. "psr/event-dispatcher": "^1"
  2912. },
  2913. "suggest": {
  2914. "symfony/event-dispatcher-implementation": ""
  2915. },
  2916. "type": "library",
  2917. "extra": {
  2918. "branch-alias": {
  2919. "dev-main": "2.4-dev"
  2920. },
  2921. "thanks": {
  2922. "name": "symfony/contracts",
  2923. "url": "https://github.com/symfony/contracts"
  2924. }
  2925. },
  2926. "autoload": {
  2927. "psr-4": {
  2928. "Symfony\\Contracts\\EventDispatcher\\": ""
  2929. }
  2930. },
  2931. "notification-url": "https://packagist.org/downloads/",
  2932. "license": [
  2933. "MIT"
  2934. ],
  2935. "authors": [
  2936. {
  2937. "name": "Nicolas Grekas",
  2938. "email": "p@tchwork.com"
  2939. },
  2940. {
  2941. "name": "Symfony Community",
  2942. "homepage": "https://symfony.com/contributors"
  2943. }
  2944. ],
  2945. "description": "Generic abstractions related to dispatching event",
  2946. "homepage": "https://symfony.com",
  2947. "keywords": [
  2948. "abstractions",
  2949. "contracts",
  2950. "decoupling",
  2951. "interfaces",
  2952. "interoperability",
  2953. "standards"
  2954. ],
  2955. "support": {
  2956. "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.4.0"
  2957. },
  2958. "funding": [
  2959. {
  2960. "url": "https://symfony.com/sponsor",
  2961. "type": "custom"
  2962. },
  2963. {
  2964. "url": "https://github.com/fabpot",
  2965. "type": "github"
  2966. },
  2967. {
  2968. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2969. "type": "tidelift"
  2970. }
  2971. ],
  2972. "time": "2021-03-23T23:28:01+00:00"
  2973. },
  2974. {
  2975. "name": "symfony/finder",
  2976. "version": "v5.3.0",
  2977. "source": {
  2978. "type": "git",
  2979. "url": "https://github.com/symfony/finder.git",
  2980. "reference": "0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6"
  2981. },
  2982. "dist": {
  2983. "type": "zip",
  2984. "url": "https://api.github.com/repos/symfony/finder/zipball/0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6",
  2985. "reference": "0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6",
  2986. "shasum": ""
  2987. },
  2988. "require": {
  2989. "php": ">=7.2.5"
  2990. },
  2991. "type": "library",
  2992. "autoload": {
  2993. "psr-4": {
  2994. "Symfony\\Component\\Finder\\": ""
  2995. },
  2996. "exclude-from-classmap": [
  2997. "/Tests/"
  2998. ]
  2999. },
  3000. "notification-url": "https://packagist.org/downloads/",
  3001. "license": [
  3002. "MIT"
  3003. ],
  3004. "authors": [
  3005. {
  3006. "name": "Fabien Potencier",
  3007. "email": "fabien@symfony.com"
  3008. },
  3009. {
  3010. "name": "Symfony Community",
  3011. "homepage": "https://symfony.com/contributors"
  3012. }
  3013. ],
  3014. "description": "Finds files and directories via an intuitive fluent interface",
  3015. "homepage": "https://symfony.com",
  3016. "support": {
  3017. "source": "https://github.com/symfony/finder/tree/v5.3.0"
  3018. },
  3019. "funding": [
  3020. {
  3021. "url": "https://symfony.com/sponsor",
  3022. "type": "custom"
  3023. },
  3024. {
  3025. "url": "https://github.com/fabpot",
  3026. "type": "github"
  3027. },
  3028. {
  3029. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3030. "type": "tidelift"
  3031. }
  3032. ],
  3033. "time": "2021-05-26T12:52:38+00:00"
  3034. },
  3035. {
  3036. "name": "symfony/http-client-contracts",
  3037. "version": "v2.4.0",
  3038. "source": {
  3039. "type": "git",
  3040. "url": "https://github.com/symfony/http-client-contracts.git",
  3041. "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4"
  3042. },
  3043. "dist": {
  3044. "type": "zip",
  3045. "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
  3046. "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
  3047. "shasum": ""
  3048. },
  3049. "require": {
  3050. "php": ">=7.2.5"
  3051. },
  3052. "suggest": {
  3053. "symfony/http-client-implementation": ""
  3054. },
  3055. "type": "library",
  3056. "extra": {
  3057. "branch-alias": {
  3058. "dev-main": "2.4-dev"
  3059. },
  3060. "thanks": {
  3061. "name": "symfony/contracts",
  3062. "url": "https://github.com/symfony/contracts"
  3063. }
  3064. },
  3065. "autoload": {
  3066. "psr-4": {
  3067. "Symfony\\Contracts\\HttpClient\\": ""
  3068. }
  3069. },
  3070. "notification-url": "https://packagist.org/downloads/",
  3071. "license": [
  3072. "MIT"
  3073. ],
  3074. "authors": [
  3075. {
  3076. "name": "Nicolas Grekas",
  3077. "email": "p@tchwork.com"
  3078. },
  3079. {
  3080. "name": "Symfony Community",
  3081. "homepage": "https://symfony.com/contributors"
  3082. }
  3083. ],
  3084. "description": "Generic abstractions related to HTTP clients",
  3085. "homepage": "https://symfony.com",
  3086. "keywords": [
  3087. "abstractions",
  3088. "contracts",
  3089. "decoupling",
  3090. "interfaces",
  3091. "interoperability",
  3092. "standards"
  3093. ],
  3094. "support": {
  3095. "source": "https://github.com/symfony/http-client-contracts/tree/v2.4.0"
  3096. },
  3097. "funding": [
  3098. {
  3099. "url": "https://symfony.com/sponsor",
  3100. "type": "custom"
  3101. },
  3102. {
  3103. "url": "https://github.com/fabpot",
  3104. "type": "github"
  3105. },
  3106. {
  3107. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3108. "type": "tidelift"
  3109. }
  3110. ],
  3111. "time": "2021-04-11T23:07:08+00:00"
  3112. },
  3113. {
  3114. "name": "symfony/http-foundation",
  3115. "version": "v5.3.2",
  3116. "source": {
  3117. "type": "git",
  3118. "url": "https://github.com/symfony/http-foundation.git",
  3119. "reference": "7b6dd714d95106b831aaa7f3c9c612ab886516bd"
  3120. },
  3121. "dist": {
  3122. "type": "zip",
  3123. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/7b6dd714d95106b831aaa7f3c9c612ab886516bd",
  3124. "reference": "7b6dd714d95106b831aaa7f3c9c612ab886516bd",
  3125. "shasum": ""
  3126. },
  3127. "require": {
  3128. "php": ">=7.2.5",
  3129. "symfony/deprecation-contracts": "^2.1",
  3130. "symfony/polyfill-mbstring": "~1.1",
  3131. "symfony/polyfill-php80": "^1.15"
  3132. },
  3133. "require-dev": {
  3134. "predis/predis": "~1.0",
  3135. "symfony/cache": "^4.4|^5.0",
  3136. "symfony/expression-language": "^4.4|^5.0",
  3137. "symfony/mime": "^4.4|^5.0"
  3138. },
  3139. "suggest": {
  3140. "symfony/mime": "To use the file extension guesser"
  3141. },
  3142. "type": "library",
  3143. "autoload": {
  3144. "psr-4": {
  3145. "Symfony\\Component\\HttpFoundation\\": ""
  3146. },
  3147. "exclude-from-classmap": [
  3148. "/Tests/"
  3149. ]
  3150. },
  3151. "notification-url": "https://packagist.org/downloads/",
  3152. "license": [
  3153. "MIT"
  3154. ],
  3155. "authors": [
  3156. {
  3157. "name": "Fabien Potencier",
  3158. "email": "fabien@symfony.com"
  3159. },
  3160. {
  3161. "name": "Symfony Community",
  3162. "homepage": "https://symfony.com/contributors"
  3163. }
  3164. ],
  3165. "description": "Defines an object-oriented layer for the HTTP specification",
  3166. "homepage": "https://symfony.com",
  3167. "support": {
  3168. "source": "https://github.com/symfony/http-foundation/tree/v5.3.2"
  3169. },
  3170. "funding": [
  3171. {
  3172. "url": "https://symfony.com/sponsor",
  3173. "type": "custom"
  3174. },
  3175. {
  3176. "url": "https://github.com/fabpot",
  3177. "type": "github"
  3178. },
  3179. {
  3180. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3181. "type": "tidelift"
  3182. }
  3183. ],
  3184. "time": "2021-06-12T10:15:17+00:00"
  3185. },
  3186. {
  3187. "name": "symfony/http-kernel",
  3188. "version": "v5.3.2",
  3189. "source": {
  3190. "type": "git",
  3191. "url": "https://github.com/symfony/http-kernel.git",
  3192. "reference": "e7021165d9dbfb4051296b8de827e92c8a7b5c87"
  3193. },
  3194. "dist": {
  3195. "type": "zip",
  3196. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/e7021165d9dbfb4051296b8de827e92c8a7b5c87",
  3197. "reference": "e7021165d9dbfb4051296b8de827e92c8a7b5c87",
  3198. "shasum": ""
  3199. },
  3200. "require": {
  3201. "php": ">=7.2.5",
  3202. "psr/log": "~1.0",
  3203. "symfony/deprecation-contracts": "^2.1",
  3204. "symfony/error-handler": "^4.4|^5.0",
  3205. "symfony/event-dispatcher": "^5.0",
  3206. "symfony/http-client-contracts": "^1.1|^2",
  3207. "symfony/http-foundation": "^5.3",
  3208. "symfony/polyfill-ctype": "^1.8",
  3209. "symfony/polyfill-php73": "^1.9",
  3210. "symfony/polyfill-php80": "^1.15"
  3211. },
  3212. "conflict": {
  3213. "symfony/browser-kit": "<4.4",
  3214. "symfony/cache": "<5.0",
  3215. "symfony/config": "<5.0",
  3216. "symfony/console": "<4.4",
  3217. "symfony/dependency-injection": "<5.3",
  3218. "symfony/doctrine-bridge": "<5.0",
  3219. "symfony/form": "<5.0",
  3220. "symfony/http-client": "<5.0",
  3221. "symfony/mailer": "<5.0",
  3222. "symfony/messenger": "<5.0",
  3223. "symfony/translation": "<5.0",
  3224. "symfony/twig-bridge": "<5.0",
  3225. "symfony/validator": "<5.0",
  3226. "twig/twig": "<2.13"
  3227. },
  3228. "provide": {
  3229. "psr/log-implementation": "1.0"
  3230. },
  3231. "require-dev": {
  3232. "psr/cache": "^1.0|^2.0|^3.0",
  3233. "symfony/browser-kit": "^4.4|^5.0",
  3234. "symfony/config": "^5.0",
  3235. "symfony/console": "^4.4|^5.0",
  3236. "symfony/css-selector": "^4.4|^5.0",
  3237. "symfony/dependency-injection": "^5.3",
  3238. "symfony/dom-crawler": "^4.4|^5.0",
  3239. "symfony/expression-language": "^4.4|^5.0",
  3240. "symfony/finder": "^4.4|^5.0",
  3241. "symfony/process": "^4.4|^5.0",
  3242. "symfony/routing": "^4.4|^5.0",
  3243. "symfony/stopwatch": "^4.4|^5.0",
  3244. "symfony/translation": "^4.4|^5.0",
  3245. "symfony/translation-contracts": "^1.1|^2",
  3246. "twig/twig": "^2.13|^3.0.4"
  3247. },
  3248. "suggest": {
  3249. "symfony/browser-kit": "",
  3250. "symfony/config": "",
  3251. "symfony/console": "",
  3252. "symfony/dependency-injection": ""
  3253. },
  3254. "type": "library",
  3255. "autoload": {
  3256. "psr-4": {
  3257. "Symfony\\Component\\HttpKernel\\": ""
  3258. },
  3259. "exclude-from-classmap": [
  3260. "/Tests/"
  3261. ]
  3262. },
  3263. "notification-url": "https://packagist.org/downloads/",
  3264. "license": [
  3265. "MIT"
  3266. ],
  3267. "authors": [
  3268. {
  3269. "name": "Fabien Potencier",
  3270. "email": "fabien@symfony.com"
  3271. },
  3272. {
  3273. "name": "Symfony Community",
  3274. "homepage": "https://symfony.com/contributors"
  3275. }
  3276. ],
  3277. "description": "Provides a structured process for converting a Request into a Response",
  3278. "homepage": "https://symfony.com",
  3279. "support": {
  3280. "source": "https://github.com/symfony/http-kernel/tree/v5.3.2"
  3281. },
  3282. "funding": [
  3283. {
  3284. "url": "https://symfony.com/sponsor",
  3285. "type": "custom"
  3286. },
  3287. {
  3288. "url": "https://github.com/fabpot",
  3289. "type": "github"
  3290. },
  3291. {
  3292. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3293. "type": "tidelift"
  3294. }
  3295. ],
  3296. "time": "2021-06-17T14:18:27+00:00"
  3297. },
  3298. {
  3299. "name": "symfony/mime",
  3300. "version": "v5.3.2",
  3301. "source": {
  3302. "type": "git",
  3303. "url": "https://github.com/symfony/mime.git",
  3304. "reference": "47dd7912152b82d0d4c8d9040dbc93d6232d472a"
  3305. },
  3306. "dist": {
  3307. "type": "zip",
  3308. "url": "https://api.github.com/repos/symfony/mime/zipball/47dd7912152b82d0d4c8d9040dbc93d6232d472a",
  3309. "reference": "47dd7912152b82d0d4c8d9040dbc93d6232d472a",
  3310. "shasum": ""
  3311. },
  3312. "require": {
  3313. "php": ">=7.2.5",
  3314. "symfony/deprecation-contracts": "^2.1",
  3315. "symfony/polyfill-intl-idn": "^1.10",
  3316. "symfony/polyfill-mbstring": "^1.0",
  3317. "symfony/polyfill-php80": "^1.15"
  3318. },
  3319. "conflict": {
  3320. "egulias/email-validator": "~3.0.0",
  3321. "phpdocumentor/reflection-docblock": "<3.2.2",
  3322. "phpdocumentor/type-resolver": "<1.4.0",
  3323. "symfony/mailer": "<4.4"
  3324. },
  3325. "require-dev": {
  3326. "egulias/email-validator": "^2.1.10|^3.1",
  3327. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  3328. "symfony/dependency-injection": "^4.4|^5.0",
  3329. "symfony/property-access": "^4.4|^5.1",
  3330. "symfony/property-info": "^4.4|^5.1",
  3331. "symfony/serializer": "^5.2"
  3332. },
  3333. "type": "library",
  3334. "autoload": {
  3335. "psr-4": {
  3336. "Symfony\\Component\\Mime\\": ""
  3337. },
  3338. "exclude-from-classmap": [
  3339. "/Tests/"
  3340. ]
  3341. },
  3342. "notification-url": "https://packagist.org/downloads/",
  3343. "license": [
  3344. "MIT"
  3345. ],
  3346. "authors": [
  3347. {
  3348. "name": "Fabien Potencier",
  3349. "email": "fabien@symfony.com"
  3350. },
  3351. {
  3352. "name": "Symfony Community",
  3353. "homepage": "https://symfony.com/contributors"
  3354. }
  3355. ],
  3356. "description": "Allows manipulating MIME messages",
  3357. "homepage": "https://symfony.com",
  3358. "keywords": [
  3359. "mime",
  3360. "mime-type"
  3361. ],
  3362. "support": {
  3363. "source": "https://github.com/symfony/mime/tree/v5.3.2"
  3364. },
  3365. "funding": [
  3366. {
  3367. "url": "https://symfony.com/sponsor",
  3368. "type": "custom"
  3369. },
  3370. {
  3371. "url": "https://github.com/fabpot",
  3372. "type": "github"
  3373. },
  3374. {
  3375. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3376. "type": "tidelift"
  3377. }
  3378. ],
  3379. "time": "2021-06-09T10:58:01+00:00"
  3380. },
  3381. {
  3382. "name": "symfony/polyfill-ctype",
  3383. "version": "v1.23.0",
  3384. "source": {
  3385. "type": "git",
  3386. "url": "https://github.com/symfony/polyfill-ctype.git",
  3387. "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
  3388. },
  3389. "dist": {
  3390. "type": "zip",
  3391. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
  3392. "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
  3393. "shasum": ""
  3394. },
  3395. "require": {
  3396. "php": ">=7.1"
  3397. },
  3398. "suggest": {
  3399. "ext-ctype": "For best performance"
  3400. },
  3401. "type": "library",
  3402. "extra": {
  3403. "branch-alias": {
  3404. "dev-main": "1.23-dev"
  3405. },
  3406. "thanks": {
  3407. "name": "symfony/polyfill",
  3408. "url": "https://github.com/symfony/polyfill"
  3409. }
  3410. },
  3411. "autoload": {
  3412. "psr-4": {
  3413. "Symfony\\Polyfill\\Ctype\\": ""
  3414. },
  3415. "files": [
  3416. "bootstrap.php"
  3417. ]
  3418. },
  3419. "notification-url": "https://packagist.org/downloads/",
  3420. "license": [
  3421. "MIT"
  3422. ],
  3423. "authors": [
  3424. {
  3425. "name": "Gert de Pagter",
  3426. "email": "BackEndTea@gmail.com"
  3427. },
  3428. {
  3429. "name": "Symfony Community",
  3430. "homepage": "https://symfony.com/contributors"
  3431. }
  3432. ],
  3433. "description": "Symfony polyfill for ctype functions",
  3434. "homepage": "https://symfony.com",
  3435. "keywords": [
  3436. "compatibility",
  3437. "ctype",
  3438. "polyfill",
  3439. "portable"
  3440. ],
  3441. "support": {
  3442. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
  3443. },
  3444. "funding": [
  3445. {
  3446. "url": "https://symfony.com/sponsor",
  3447. "type": "custom"
  3448. },
  3449. {
  3450. "url": "https://github.com/fabpot",
  3451. "type": "github"
  3452. },
  3453. {
  3454. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3455. "type": "tidelift"
  3456. }
  3457. ],
  3458. "time": "2021-02-19T12:13:01+00:00"
  3459. },
  3460. {
  3461. "name": "symfony/polyfill-iconv",
  3462. "version": "v1.23.0",
  3463. "source": {
  3464. "type": "git",
  3465. "url": "https://github.com/symfony/polyfill-iconv.git",
  3466. "reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933"
  3467. },
  3468. "dist": {
  3469. "type": "zip",
  3470. "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/63b5bb7db83e5673936d6e3b8b3e022ff6474933",
  3471. "reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933",
  3472. "shasum": ""
  3473. },
  3474. "require": {
  3475. "php": ">=7.1"
  3476. },
  3477. "suggest": {
  3478. "ext-iconv": "For best performance"
  3479. },
  3480. "type": "library",
  3481. "extra": {
  3482. "branch-alias": {
  3483. "dev-main": "1.23-dev"
  3484. },
  3485. "thanks": {
  3486. "name": "symfony/polyfill",
  3487. "url": "https://github.com/symfony/polyfill"
  3488. }
  3489. },
  3490. "autoload": {
  3491. "psr-4": {
  3492. "Symfony\\Polyfill\\Iconv\\": ""
  3493. },
  3494. "files": [
  3495. "bootstrap.php"
  3496. ]
  3497. },
  3498. "notification-url": "https://packagist.org/downloads/",
  3499. "license": [
  3500. "MIT"
  3501. ],
  3502. "authors": [
  3503. {
  3504. "name": "Nicolas Grekas",
  3505. "email": "p@tchwork.com"
  3506. },
  3507. {
  3508. "name": "Symfony Community",
  3509. "homepage": "https://symfony.com/contributors"
  3510. }
  3511. ],
  3512. "description": "Symfony polyfill for the Iconv extension",
  3513. "homepage": "https://symfony.com",
  3514. "keywords": [
  3515. "compatibility",
  3516. "iconv",
  3517. "polyfill",
  3518. "portable",
  3519. "shim"
  3520. ],
  3521. "support": {
  3522. "source": "https://github.com/symfony/polyfill-iconv/tree/v1.23.0"
  3523. },
  3524. "funding": [
  3525. {
  3526. "url": "https://symfony.com/sponsor",
  3527. "type": "custom"
  3528. },
  3529. {
  3530. "url": "https://github.com/fabpot",
  3531. "type": "github"
  3532. },
  3533. {
  3534. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3535. "type": "tidelift"
  3536. }
  3537. ],
  3538. "time": "2021-05-27T09:27:20+00:00"
  3539. },
  3540. {
  3541. "name": "symfony/polyfill-intl-grapheme",
  3542. "version": "v1.23.0",
  3543. "source": {
  3544. "type": "git",
  3545. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  3546. "reference": "24b72c6baa32c746a4d0840147c9715e42bb68ab"
  3547. },
  3548. "dist": {
  3549. "type": "zip",
  3550. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/24b72c6baa32c746a4d0840147c9715e42bb68ab",
  3551. "reference": "24b72c6baa32c746a4d0840147c9715e42bb68ab",
  3552. "shasum": ""
  3553. },
  3554. "require": {
  3555. "php": ">=7.1"
  3556. },
  3557. "suggest": {
  3558. "ext-intl": "For best performance"
  3559. },
  3560. "type": "library",
  3561. "extra": {
  3562. "branch-alias": {
  3563. "dev-main": "1.23-dev"
  3564. },
  3565. "thanks": {
  3566. "name": "symfony/polyfill",
  3567. "url": "https://github.com/symfony/polyfill"
  3568. }
  3569. },
  3570. "autoload": {
  3571. "psr-4": {
  3572. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  3573. },
  3574. "files": [
  3575. "bootstrap.php"
  3576. ]
  3577. },
  3578. "notification-url": "https://packagist.org/downloads/",
  3579. "license": [
  3580. "MIT"
  3581. ],
  3582. "authors": [
  3583. {
  3584. "name": "Nicolas Grekas",
  3585. "email": "p@tchwork.com"
  3586. },
  3587. {
  3588. "name": "Symfony Community",
  3589. "homepage": "https://symfony.com/contributors"
  3590. }
  3591. ],
  3592. "description": "Symfony polyfill for intl's grapheme_* functions",
  3593. "homepage": "https://symfony.com",
  3594. "keywords": [
  3595. "compatibility",
  3596. "grapheme",
  3597. "intl",
  3598. "polyfill",
  3599. "portable",
  3600. "shim"
  3601. ],
  3602. "support": {
  3603. "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.0"
  3604. },
  3605. "funding": [
  3606. {
  3607. "url": "https://symfony.com/sponsor",
  3608. "type": "custom"
  3609. },
  3610. {
  3611. "url": "https://github.com/fabpot",
  3612. "type": "github"
  3613. },
  3614. {
  3615. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3616. "type": "tidelift"
  3617. }
  3618. ],
  3619. "time": "2021-05-27T09:17:38+00:00"
  3620. },
  3621. {
  3622. "name": "symfony/polyfill-intl-idn",
  3623. "version": "v1.23.0",
  3624. "source": {
  3625. "type": "git",
  3626. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  3627. "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65"
  3628. },
  3629. "dist": {
  3630. "type": "zip",
  3631. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65",
  3632. "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65",
  3633. "shasum": ""
  3634. },
  3635. "require": {
  3636. "php": ">=7.1",
  3637. "symfony/polyfill-intl-normalizer": "^1.10",
  3638. "symfony/polyfill-php72": "^1.10"
  3639. },
  3640. "suggest": {
  3641. "ext-intl": "For best performance"
  3642. },
  3643. "type": "library",
  3644. "extra": {
  3645. "branch-alias": {
  3646. "dev-main": "1.23-dev"
  3647. },
  3648. "thanks": {
  3649. "name": "symfony/polyfill",
  3650. "url": "https://github.com/symfony/polyfill"
  3651. }
  3652. },
  3653. "autoload": {
  3654. "psr-4": {
  3655. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  3656. },
  3657. "files": [
  3658. "bootstrap.php"
  3659. ]
  3660. },
  3661. "notification-url": "https://packagist.org/downloads/",
  3662. "license": [
  3663. "MIT"
  3664. ],
  3665. "authors": [
  3666. {
  3667. "name": "Laurent Bassin",
  3668. "email": "laurent@bassin.info"
  3669. },
  3670. {
  3671. "name": "Trevor Rowbotham",
  3672. "email": "trevor.rowbotham@pm.me"
  3673. },
  3674. {
  3675. "name": "Symfony Community",
  3676. "homepage": "https://symfony.com/contributors"
  3677. }
  3678. ],
  3679. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  3680. "homepage": "https://symfony.com",
  3681. "keywords": [
  3682. "compatibility",
  3683. "idn",
  3684. "intl",
  3685. "polyfill",
  3686. "portable",
  3687. "shim"
  3688. ],
  3689. "support": {
  3690. "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0"
  3691. },
  3692. "funding": [
  3693. {
  3694. "url": "https://symfony.com/sponsor",
  3695. "type": "custom"
  3696. },
  3697. {
  3698. "url": "https://github.com/fabpot",
  3699. "type": "github"
  3700. },
  3701. {
  3702. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3703. "type": "tidelift"
  3704. }
  3705. ],
  3706. "time": "2021-05-27T09:27:20+00:00"
  3707. },
  3708. {
  3709. "name": "symfony/polyfill-intl-normalizer",
  3710. "version": "v1.23.0",
  3711. "source": {
  3712. "type": "git",
  3713. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  3714. "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
  3715. },
  3716. "dist": {
  3717. "type": "zip",
  3718. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
  3719. "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
  3720. "shasum": ""
  3721. },
  3722. "require": {
  3723. "php": ">=7.1"
  3724. },
  3725. "suggest": {
  3726. "ext-intl": "For best performance"
  3727. },
  3728. "type": "library",
  3729. "extra": {
  3730. "branch-alias": {
  3731. "dev-main": "1.23-dev"
  3732. },
  3733. "thanks": {
  3734. "name": "symfony/polyfill",
  3735. "url": "https://github.com/symfony/polyfill"
  3736. }
  3737. },
  3738. "autoload": {
  3739. "psr-4": {
  3740. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  3741. },
  3742. "files": [
  3743. "bootstrap.php"
  3744. ],
  3745. "classmap": [
  3746. "Resources/stubs"
  3747. ]
  3748. },
  3749. "notification-url": "https://packagist.org/downloads/",
  3750. "license": [
  3751. "MIT"
  3752. ],
  3753. "authors": [
  3754. {
  3755. "name": "Nicolas Grekas",
  3756. "email": "p@tchwork.com"
  3757. },
  3758. {
  3759. "name": "Symfony Community",
  3760. "homepage": "https://symfony.com/contributors"
  3761. }
  3762. ],
  3763. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  3764. "homepage": "https://symfony.com",
  3765. "keywords": [
  3766. "compatibility",
  3767. "intl",
  3768. "normalizer",
  3769. "polyfill",
  3770. "portable",
  3771. "shim"
  3772. ],
  3773. "support": {
  3774. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0"
  3775. },
  3776. "funding": [
  3777. {
  3778. "url": "https://symfony.com/sponsor",
  3779. "type": "custom"
  3780. },
  3781. {
  3782. "url": "https://github.com/fabpot",
  3783. "type": "github"
  3784. },
  3785. {
  3786. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3787. "type": "tidelift"
  3788. }
  3789. ],
  3790. "time": "2021-02-19T12:13:01+00:00"
  3791. },
  3792. {
  3793. "name": "symfony/polyfill-mbstring",
  3794. "version": "v1.23.0",
  3795. "source": {
  3796. "type": "git",
  3797. "url": "https://github.com/symfony/polyfill-mbstring.git",
  3798. "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1"
  3799. },
  3800. "dist": {
  3801. "type": "zip",
  3802. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2df51500adbaebdc4c38dea4c89a2e131c45c8a1",
  3803. "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1",
  3804. "shasum": ""
  3805. },
  3806. "require": {
  3807. "php": ">=7.1"
  3808. },
  3809. "suggest": {
  3810. "ext-mbstring": "For best performance"
  3811. },
  3812. "type": "library",
  3813. "extra": {
  3814. "branch-alias": {
  3815. "dev-main": "1.23-dev"
  3816. },
  3817. "thanks": {
  3818. "name": "symfony/polyfill",
  3819. "url": "https://github.com/symfony/polyfill"
  3820. }
  3821. },
  3822. "autoload": {
  3823. "psr-4": {
  3824. "Symfony\\Polyfill\\Mbstring\\": ""
  3825. },
  3826. "files": [
  3827. "bootstrap.php"
  3828. ]
  3829. },
  3830. "notification-url": "https://packagist.org/downloads/",
  3831. "license": [
  3832. "MIT"
  3833. ],
  3834. "authors": [
  3835. {
  3836. "name": "Nicolas Grekas",
  3837. "email": "p@tchwork.com"
  3838. },
  3839. {
  3840. "name": "Symfony Community",
  3841. "homepage": "https://symfony.com/contributors"
  3842. }
  3843. ],
  3844. "description": "Symfony polyfill for the Mbstring extension",
  3845. "homepage": "https://symfony.com",
  3846. "keywords": [
  3847. "compatibility",
  3848. "mbstring",
  3849. "polyfill",
  3850. "portable",
  3851. "shim"
  3852. ],
  3853. "support": {
  3854. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.0"
  3855. },
  3856. "funding": [
  3857. {
  3858. "url": "https://symfony.com/sponsor",
  3859. "type": "custom"
  3860. },
  3861. {
  3862. "url": "https://github.com/fabpot",
  3863. "type": "github"
  3864. },
  3865. {
  3866. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3867. "type": "tidelift"
  3868. }
  3869. ],
  3870. "time": "2021-05-27T09:27:20+00:00"
  3871. },
  3872. {
  3873. "name": "symfony/polyfill-php72",
  3874. "version": "v1.23.0",
  3875. "source": {
  3876. "type": "git",
  3877. "url": "https://github.com/symfony/polyfill-php72.git",
  3878. "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
  3879. },
  3880. "dist": {
  3881. "type": "zip",
  3882. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
  3883. "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
  3884. "shasum": ""
  3885. },
  3886. "require": {
  3887. "php": ">=7.1"
  3888. },
  3889. "type": "library",
  3890. "extra": {
  3891. "branch-alias": {
  3892. "dev-main": "1.23-dev"
  3893. },
  3894. "thanks": {
  3895. "name": "symfony/polyfill",
  3896. "url": "https://github.com/symfony/polyfill"
  3897. }
  3898. },
  3899. "autoload": {
  3900. "psr-4": {
  3901. "Symfony\\Polyfill\\Php72\\": ""
  3902. },
  3903. "files": [
  3904. "bootstrap.php"
  3905. ]
  3906. },
  3907. "notification-url": "https://packagist.org/downloads/",
  3908. "license": [
  3909. "MIT"
  3910. ],
  3911. "authors": [
  3912. {
  3913. "name": "Nicolas Grekas",
  3914. "email": "p@tchwork.com"
  3915. },
  3916. {
  3917. "name": "Symfony Community",
  3918. "homepage": "https://symfony.com/contributors"
  3919. }
  3920. ],
  3921. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  3922. "homepage": "https://symfony.com",
  3923. "keywords": [
  3924. "compatibility",
  3925. "polyfill",
  3926. "portable",
  3927. "shim"
  3928. ],
  3929. "support": {
  3930. "source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0"
  3931. },
  3932. "funding": [
  3933. {
  3934. "url": "https://symfony.com/sponsor",
  3935. "type": "custom"
  3936. },
  3937. {
  3938. "url": "https://github.com/fabpot",
  3939. "type": "github"
  3940. },
  3941. {
  3942. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3943. "type": "tidelift"
  3944. }
  3945. ],
  3946. "time": "2021-05-27T09:17:38+00:00"
  3947. },
  3948. {
  3949. "name": "symfony/polyfill-php73",
  3950. "version": "v1.23.0",
  3951. "source": {
  3952. "type": "git",
  3953. "url": "https://github.com/symfony/polyfill-php73.git",
  3954. "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
  3955. },
  3956. "dist": {
  3957. "type": "zip",
  3958. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
  3959. "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
  3960. "shasum": ""
  3961. },
  3962. "require": {
  3963. "php": ">=7.1"
  3964. },
  3965. "type": "library",
  3966. "extra": {
  3967. "branch-alias": {
  3968. "dev-main": "1.23-dev"
  3969. },
  3970. "thanks": {
  3971. "name": "symfony/polyfill",
  3972. "url": "https://github.com/symfony/polyfill"
  3973. }
  3974. },
  3975. "autoload": {
  3976. "psr-4": {
  3977. "Symfony\\Polyfill\\Php73\\": ""
  3978. },
  3979. "files": [
  3980. "bootstrap.php"
  3981. ],
  3982. "classmap": [
  3983. "Resources/stubs"
  3984. ]
  3985. },
  3986. "notification-url": "https://packagist.org/downloads/",
  3987. "license": [
  3988. "MIT"
  3989. ],
  3990. "authors": [
  3991. {
  3992. "name": "Nicolas Grekas",
  3993. "email": "p@tchwork.com"
  3994. },
  3995. {
  3996. "name": "Symfony Community",
  3997. "homepage": "https://symfony.com/contributors"
  3998. }
  3999. ],
  4000. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  4001. "homepage": "https://symfony.com",
  4002. "keywords": [
  4003. "compatibility",
  4004. "polyfill",
  4005. "portable",
  4006. "shim"
  4007. ],
  4008. "support": {
  4009. "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0"
  4010. },
  4011. "funding": [
  4012. {
  4013. "url": "https://symfony.com/sponsor",
  4014. "type": "custom"
  4015. },
  4016. {
  4017. "url": "https://github.com/fabpot",
  4018. "type": "github"
  4019. },
  4020. {
  4021. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4022. "type": "tidelift"
  4023. }
  4024. ],
  4025. "time": "2021-02-19T12:13:01+00:00"
  4026. },
  4027. {
  4028. "name": "symfony/polyfill-php80",
  4029. "version": "v1.23.0",
  4030. "source": {
  4031. "type": "git",
  4032. "url": "https://github.com/symfony/polyfill-php80.git",
  4033. "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0"
  4034. },
  4035. "dist": {
  4036. "type": "zip",
  4037. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/eca0bf41ed421bed1b57c4958bab16aa86b757d0",
  4038. "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0",
  4039. "shasum": ""
  4040. },
  4041. "require": {
  4042. "php": ">=7.1"
  4043. },
  4044. "type": "library",
  4045. "extra": {
  4046. "branch-alias": {
  4047. "dev-main": "1.23-dev"
  4048. },
  4049. "thanks": {
  4050. "name": "symfony/polyfill",
  4051. "url": "https://github.com/symfony/polyfill"
  4052. }
  4053. },
  4054. "autoload": {
  4055. "psr-4": {
  4056. "Symfony\\Polyfill\\Php80\\": ""
  4057. },
  4058. "files": [
  4059. "bootstrap.php"
  4060. ],
  4061. "classmap": [
  4062. "Resources/stubs"
  4063. ]
  4064. },
  4065. "notification-url": "https://packagist.org/downloads/",
  4066. "license": [
  4067. "MIT"
  4068. ],
  4069. "authors": [
  4070. {
  4071. "name": "Ion Bazan",
  4072. "email": "ion.bazan@gmail.com"
  4073. },
  4074. {
  4075. "name": "Nicolas Grekas",
  4076. "email": "p@tchwork.com"
  4077. },
  4078. {
  4079. "name": "Symfony Community",
  4080. "homepage": "https://symfony.com/contributors"
  4081. }
  4082. ],
  4083. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  4084. "homepage": "https://symfony.com",
  4085. "keywords": [
  4086. "compatibility",
  4087. "polyfill",
  4088. "portable",
  4089. "shim"
  4090. ],
  4091. "support": {
  4092. "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.0"
  4093. },
  4094. "funding": [
  4095. {
  4096. "url": "https://symfony.com/sponsor",
  4097. "type": "custom"
  4098. },
  4099. {
  4100. "url": "https://github.com/fabpot",
  4101. "type": "github"
  4102. },
  4103. {
  4104. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4105. "type": "tidelift"
  4106. }
  4107. ],
  4108. "time": "2021-02-19T12:13:01+00:00"
  4109. },
  4110. {
  4111. "name": "symfony/process",
  4112. "version": "v5.3.2",
  4113. "source": {
  4114. "type": "git",
  4115. "url": "https://github.com/symfony/process.git",
  4116. "reference": "714b47f9196de61a196d86c4bad5f09201b307df"
  4117. },
  4118. "dist": {
  4119. "type": "zip",
  4120. "url": "https://api.github.com/repos/symfony/process/zipball/714b47f9196de61a196d86c4bad5f09201b307df",
  4121. "reference": "714b47f9196de61a196d86c4bad5f09201b307df",
  4122. "shasum": ""
  4123. },
  4124. "require": {
  4125. "php": ">=7.2.5",
  4126. "symfony/polyfill-php80": "^1.15"
  4127. },
  4128. "type": "library",
  4129. "autoload": {
  4130. "psr-4": {
  4131. "Symfony\\Component\\Process\\": ""
  4132. },
  4133. "exclude-from-classmap": [
  4134. "/Tests/"
  4135. ]
  4136. },
  4137. "notification-url": "https://packagist.org/downloads/",
  4138. "license": [
  4139. "MIT"
  4140. ],
  4141. "authors": [
  4142. {
  4143. "name": "Fabien Potencier",
  4144. "email": "fabien@symfony.com"
  4145. },
  4146. {
  4147. "name": "Symfony Community",
  4148. "homepage": "https://symfony.com/contributors"
  4149. }
  4150. ],
  4151. "description": "Executes commands in sub-processes",
  4152. "homepage": "https://symfony.com",
  4153. "support": {
  4154. "source": "https://github.com/symfony/process/tree/v5.3.2"
  4155. },
  4156. "funding": [
  4157. {
  4158. "url": "https://symfony.com/sponsor",
  4159. "type": "custom"
  4160. },
  4161. {
  4162. "url": "https://github.com/fabpot",
  4163. "type": "github"
  4164. },
  4165. {
  4166. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4167. "type": "tidelift"
  4168. }
  4169. ],
  4170. "time": "2021-06-12T10:15:01+00:00"
  4171. },
  4172. {
  4173. "name": "symfony/routing",
  4174. "version": "v5.3.0",
  4175. "source": {
  4176. "type": "git",
  4177. "url": "https://github.com/symfony/routing.git",
  4178. "reference": "368e81376a8e049c37cb80ae87dbfbf411279199"
  4179. },
  4180. "dist": {
  4181. "type": "zip",
  4182. "url": "https://api.github.com/repos/symfony/routing/zipball/368e81376a8e049c37cb80ae87dbfbf411279199",
  4183. "reference": "368e81376a8e049c37cb80ae87dbfbf411279199",
  4184. "shasum": ""
  4185. },
  4186. "require": {
  4187. "php": ">=7.2.5",
  4188. "symfony/deprecation-contracts": "^2.1",
  4189. "symfony/polyfill-php80": "^1.15"
  4190. },
  4191. "conflict": {
  4192. "doctrine/annotations": "<1.12",
  4193. "symfony/config": "<5.3",
  4194. "symfony/dependency-injection": "<4.4",
  4195. "symfony/yaml": "<4.4"
  4196. },
  4197. "require-dev": {
  4198. "doctrine/annotations": "^1.12",
  4199. "psr/log": "~1.0",
  4200. "symfony/config": "^5.3",
  4201. "symfony/dependency-injection": "^4.4|^5.0",
  4202. "symfony/expression-language": "^4.4|^5.0",
  4203. "symfony/http-foundation": "^4.4|^5.0",
  4204. "symfony/yaml": "^4.4|^5.0"
  4205. },
  4206. "suggest": {
  4207. "symfony/config": "For using the all-in-one router or any loader",
  4208. "symfony/expression-language": "For using expression matching",
  4209. "symfony/http-foundation": "For using a Symfony Request object",
  4210. "symfony/yaml": "For using the YAML loader"
  4211. },
  4212. "type": "library",
  4213. "autoload": {
  4214. "psr-4": {
  4215. "Symfony\\Component\\Routing\\": ""
  4216. },
  4217. "exclude-from-classmap": [
  4218. "/Tests/"
  4219. ]
  4220. },
  4221. "notification-url": "https://packagist.org/downloads/",
  4222. "license": [
  4223. "MIT"
  4224. ],
  4225. "authors": [
  4226. {
  4227. "name": "Fabien Potencier",
  4228. "email": "fabien@symfony.com"
  4229. },
  4230. {
  4231. "name": "Symfony Community",
  4232. "homepage": "https://symfony.com/contributors"
  4233. }
  4234. ],
  4235. "description": "Maps an HTTP request to a set of configuration variables",
  4236. "homepage": "https://symfony.com",
  4237. "keywords": [
  4238. "router",
  4239. "routing",
  4240. "uri",
  4241. "url"
  4242. ],
  4243. "support": {
  4244. "source": "https://github.com/symfony/routing/tree/v5.3.0"
  4245. },
  4246. "funding": [
  4247. {
  4248. "url": "https://symfony.com/sponsor",
  4249. "type": "custom"
  4250. },
  4251. {
  4252. "url": "https://github.com/fabpot",
  4253. "type": "github"
  4254. },
  4255. {
  4256. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4257. "type": "tidelift"
  4258. }
  4259. ],
  4260. "time": "2021-05-26T17:43:10+00:00"
  4261. },
  4262. {
  4263. "name": "symfony/service-contracts",
  4264. "version": "v2.4.0",
  4265. "source": {
  4266. "type": "git",
  4267. "url": "https://github.com/symfony/service-contracts.git",
  4268. "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb"
  4269. },
  4270. "dist": {
  4271. "type": "zip",
  4272. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
  4273. "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
  4274. "shasum": ""
  4275. },
  4276. "require": {
  4277. "php": ">=7.2.5",
  4278. "psr/container": "^1.1"
  4279. },
  4280. "suggest": {
  4281. "symfony/service-implementation": ""
  4282. },
  4283. "type": "library",
  4284. "extra": {
  4285. "branch-alias": {
  4286. "dev-main": "2.4-dev"
  4287. },
  4288. "thanks": {
  4289. "name": "symfony/contracts",
  4290. "url": "https://github.com/symfony/contracts"
  4291. }
  4292. },
  4293. "autoload": {
  4294. "psr-4": {
  4295. "Symfony\\Contracts\\Service\\": ""
  4296. }
  4297. },
  4298. "notification-url": "https://packagist.org/downloads/",
  4299. "license": [
  4300. "MIT"
  4301. ],
  4302. "authors": [
  4303. {
  4304. "name": "Nicolas Grekas",
  4305. "email": "p@tchwork.com"
  4306. },
  4307. {
  4308. "name": "Symfony Community",
  4309. "homepage": "https://symfony.com/contributors"
  4310. }
  4311. ],
  4312. "description": "Generic abstractions related to writing services",
  4313. "homepage": "https://symfony.com",
  4314. "keywords": [
  4315. "abstractions",
  4316. "contracts",
  4317. "decoupling",
  4318. "interfaces",
  4319. "interoperability",
  4320. "standards"
  4321. ],
  4322. "support": {
  4323. "source": "https://github.com/symfony/service-contracts/tree/v2.4.0"
  4324. },
  4325. "funding": [
  4326. {
  4327. "url": "https://symfony.com/sponsor",
  4328. "type": "custom"
  4329. },
  4330. {
  4331. "url": "https://github.com/fabpot",
  4332. "type": "github"
  4333. },
  4334. {
  4335. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4336. "type": "tidelift"
  4337. }
  4338. ],
  4339. "time": "2021-04-01T10:43:52+00:00"
  4340. },
  4341. {
  4342. "name": "symfony/string",
  4343. "version": "v5.3.2",
  4344. "source": {
  4345. "type": "git",
  4346. "url": "https://github.com/symfony/string.git",
  4347. "reference": "0732e97e41c0a590f77e231afc16a327375d50b0"
  4348. },
  4349. "dist": {
  4350. "type": "zip",
  4351. "url": "https://api.github.com/repos/symfony/string/zipball/0732e97e41c0a590f77e231afc16a327375d50b0",
  4352. "reference": "0732e97e41c0a590f77e231afc16a327375d50b0",
  4353. "shasum": ""
  4354. },
  4355. "require": {
  4356. "php": ">=7.2.5",
  4357. "symfony/polyfill-ctype": "~1.8",
  4358. "symfony/polyfill-intl-grapheme": "~1.0",
  4359. "symfony/polyfill-intl-normalizer": "~1.0",
  4360. "symfony/polyfill-mbstring": "~1.0",
  4361. "symfony/polyfill-php80": "~1.15"
  4362. },
  4363. "require-dev": {
  4364. "symfony/error-handler": "^4.4|^5.0",
  4365. "symfony/http-client": "^4.4|^5.0",
  4366. "symfony/translation-contracts": "^1.1|^2",
  4367. "symfony/var-exporter": "^4.4|^5.0"
  4368. },
  4369. "type": "library",
  4370. "autoload": {
  4371. "psr-4": {
  4372. "Symfony\\Component\\String\\": ""
  4373. },
  4374. "files": [
  4375. "Resources/functions.php"
  4376. ],
  4377. "exclude-from-classmap": [
  4378. "/Tests/"
  4379. ]
  4380. },
  4381. "notification-url": "https://packagist.org/downloads/",
  4382. "license": [
  4383. "MIT"
  4384. ],
  4385. "authors": [
  4386. {
  4387. "name": "Nicolas Grekas",
  4388. "email": "p@tchwork.com"
  4389. },
  4390. {
  4391. "name": "Symfony Community",
  4392. "homepage": "https://symfony.com/contributors"
  4393. }
  4394. ],
  4395. "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
  4396. "homepage": "https://symfony.com",
  4397. "keywords": [
  4398. "grapheme",
  4399. "i18n",
  4400. "string",
  4401. "unicode",
  4402. "utf-8",
  4403. "utf8"
  4404. ],
  4405. "support": {
  4406. "source": "https://github.com/symfony/string/tree/v5.3.2"
  4407. },
  4408. "funding": [
  4409. {
  4410. "url": "https://symfony.com/sponsor",
  4411. "type": "custom"
  4412. },
  4413. {
  4414. "url": "https://github.com/fabpot",
  4415. "type": "github"
  4416. },
  4417. {
  4418. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4419. "type": "tidelift"
  4420. }
  4421. ],
  4422. "time": "2021-06-06T09:51:56+00:00"
  4423. },
  4424. {
  4425. "name": "symfony/translation",
  4426. "version": "v5.3.2",
  4427. "source": {
  4428. "type": "git",
  4429. "url": "https://github.com/symfony/translation.git",
  4430. "reference": "7e2603bcc598e14804c4d2359d8dc4ee3c40391b"
  4431. },
  4432. "dist": {
  4433. "type": "zip",
  4434. "url": "https://api.github.com/repos/symfony/translation/zipball/7e2603bcc598e14804c4d2359d8dc4ee3c40391b",
  4435. "reference": "7e2603bcc598e14804c4d2359d8dc4ee3c40391b",
  4436. "shasum": ""
  4437. },
  4438. "require": {
  4439. "php": ">=7.2.5",
  4440. "symfony/deprecation-contracts": "^2.1",
  4441. "symfony/polyfill-mbstring": "~1.0",
  4442. "symfony/polyfill-php80": "^1.15",
  4443. "symfony/translation-contracts": "^2.3"
  4444. },
  4445. "conflict": {
  4446. "symfony/config": "<4.4",
  4447. "symfony/dependency-injection": "<5.0",
  4448. "symfony/http-kernel": "<5.0",
  4449. "symfony/twig-bundle": "<5.0",
  4450. "symfony/yaml": "<4.4"
  4451. },
  4452. "provide": {
  4453. "symfony/translation-implementation": "2.3"
  4454. },
  4455. "require-dev": {
  4456. "psr/log": "~1.0",
  4457. "symfony/config": "^4.4|^5.0",
  4458. "symfony/console": "^4.4|^5.0",
  4459. "symfony/dependency-injection": "^5.0",
  4460. "symfony/finder": "^4.4|^5.0",
  4461. "symfony/http-kernel": "^5.0",
  4462. "symfony/intl": "^4.4|^5.0",
  4463. "symfony/polyfill-intl-icu": "^1.21",
  4464. "symfony/service-contracts": "^1.1.2|^2",
  4465. "symfony/yaml": "^4.4|^5.0"
  4466. },
  4467. "suggest": {
  4468. "psr/log-implementation": "To use logging capability in translator",
  4469. "symfony/config": "",
  4470. "symfony/yaml": ""
  4471. },
  4472. "type": "library",
  4473. "autoload": {
  4474. "files": [
  4475. "Resources/functions.php"
  4476. ],
  4477. "psr-4": {
  4478. "Symfony\\Component\\Translation\\": ""
  4479. },
  4480. "exclude-from-classmap": [
  4481. "/Tests/"
  4482. ]
  4483. },
  4484. "notification-url": "https://packagist.org/downloads/",
  4485. "license": [
  4486. "MIT"
  4487. ],
  4488. "authors": [
  4489. {
  4490. "name": "Fabien Potencier",
  4491. "email": "fabien@symfony.com"
  4492. },
  4493. {
  4494. "name": "Symfony Community",
  4495. "homepage": "https://symfony.com/contributors"
  4496. }
  4497. ],
  4498. "description": "Provides tools to internationalize your application",
  4499. "homepage": "https://symfony.com",
  4500. "support": {
  4501. "source": "https://github.com/symfony/translation/tree/v5.3.2"
  4502. },
  4503. "funding": [
  4504. {
  4505. "url": "https://symfony.com/sponsor",
  4506. "type": "custom"
  4507. },
  4508. {
  4509. "url": "https://github.com/fabpot",
  4510. "type": "github"
  4511. },
  4512. {
  4513. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4514. "type": "tidelift"
  4515. }
  4516. ],
  4517. "time": "2021-06-06T09:51:56+00:00"
  4518. },
  4519. {
  4520. "name": "symfony/translation-contracts",
  4521. "version": "v2.4.0",
  4522. "source": {
  4523. "type": "git",
  4524. "url": "https://github.com/symfony/translation-contracts.git",
  4525. "reference": "95c812666f3e91db75385749fe219c5e494c7f95"
  4526. },
  4527. "dist": {
  4528. "type": "zip",
  4529. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/95c812666f3e91db75385749fe219c5e494c7f95",
  4530. "reference": "95c812666f3e91db75385749fe219c5e494c7f95",
  4531. "shasum": ""
  4532. },
  4533. "require": {
  4534. "php": ">=7.2.5"
  4535. },
  4536. "suggest": {
  4537. "symfony/translation-implementation": ""
  4538. },
  4539. "type": "library",
  4540. "extra": {
  4541. "branch-alias": {
  4542. "dev-main": "2.4-dev"
  4543. },
  4544. "thanks": {
  4545. "name": "symfony/contracts",
  4546. "url": "https://github.com/symfony/contracts"
  4547. }
  4548. },
  4549. "autoload": {
  4550. "psr-4": {
  4551. "Symfony\\Contracts\\Translation\\": ""
  4552. }
  4553. },
  4554. "notification-url": "https://packagist.org/downloads/",
  4555. "license": [
  4556. "MIT"
  4557. ],
  4558. "authors": [
  4559. {
  4560. "name": "Nicolas Grekas",
  4561. "email": "p@tchwork.com"
  4562. },
  4563. {
  4564. "name": "Symfony Community",
  4565. "homepage": "https://symfony.com/contributors"
  4566. }
  4567. ],
  4568. "description": "Generic abstractions related to translation",
  4569. "homepage": "https://symfony.com",
  4570. "keywords": [
  4571. "abstractions",
  4572. "contracts",
  4573. "decoupling",
  4574. "interfaces",
  4575. "interoperability",
  4576. "standards"
  4577. ],
  4578. "support": {
  4579. "source": "https://github.com/symfony/translation-contracts/tree/v2.4.0"
  4580. },
  4581. "funding": [
  4582. {
  4583. "url": "https://symfony.com/sponsor",
  4584. "type": "custom"
  4585. },
  4586. {
  4587. "url": "https://github.com/fabpot",
  4588. "type": "github"
  4589. },
  4590. {
  4591. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4592. "type": "tidelift"
  4593. }
  4594. ],
  4595. "time": "2021-03-23T23:28:01+00:00"
  4596. },
  4597. {
  4598. "name": "symfony/var-dumper",
  4599. "version": "v5.3.2",
  4600. "source": {
  4601. "type": "git",
  4602. "url": "https://github.com/symfony/var-dumper.git",
  4603. "reference": "905a22c68b292ffb6f20d7636c36b220d1fba5ae"
  4604. },
  4605. "dist": {
  4606. "type": "zip",
  4607. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/905a22c68b292ffb6f20d7636c36b220d1fba5ae",
  4608. "reference": "905a22c68b292ffb6f20d7636c36b220d1fba5ae",
  4609. "shasum": ""
  4610. },
  4611. "require": {
  4612. "php": ">=7.2.5",
  4613. "symfony/polyfill-mbstring": "~1.0",
  4614. "symfony/polyfill-php80": "^1.15"
  4615. },
  4616. "conflict": {
  4617. "phpunit/phpunit": "<5.4.3",
  4618. "symfony/console": "<4.4"
  4619. },
  4620. "require-dev": {
  4621. "ext-iconv": "*",
  4622. "symfony/console": "^4.4|^5.0",
  4623. "symfony/process": "^4.4|^5.0",
  4624. "twig/twig": "^2.13|^3.0.4"
  4625. },
  4626. "suggest": {
  4627. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  4628. "ext-intl": "To show region name in time zone dump",
  4629. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  4630. },
  4631. "bin": [
  4632. "Resources/bin/var-dump-server"
  4633. ],
  4634. "type": "library",
  4635. "autoload": {
  4636. "files": [
  4637. "Resources/functions/dump.php"
  4638. ],
  4639. "psr-4": {
  4640. "Symfony\\Component\\VarDumper\\": ""
  4641. },
  4642. "exclude-from-classmap": [
  4643. "/Tests/"
  4644. ]
  4645. },
  4646. "notification-url": "https://packagist.org/downloads/",
  4647. "license": [
  4648. "MIT"
  4649. ],
  4650. "authors": [
  4651. {
  4652. "name": "Nicolas Grekas",
  4653. "email": "p@tchwork.com"
  4654. },
  4655. {
  4656. "name": "Symfony Community",
  4657. "homepage": "https://symfony.com/contributors"
  4658. }
  4659. ],
  4660. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  4661. "homepage": "https://symfony.com",
  4662. "keywords": [
  4663. "debug",
  4664. "dump"
  4665. ],
  4666. "support": {
  4667. "source": "https://github.com/symfony/var-dumper/tree/v5.3.2"
  4668. },
  4669. "funding": [
  4670. {
  4671. "url": "https://symfony.com/sponsor",
  4672. "type": "custom"
  4673. },
  4674. {
  4675. "url": "https://github.com/fabpot",
  4676. "type": "github"
  4677. },
  4678. {
  4679. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4680. "type": "tidelift"
  4681. }
  4682. ],
  4683. "time": "2021-06-06T09:51:56+00:00"
  4684. },
  4685. {
  4686. "name": "tijsverkoyen/css-to-inline-styles",
  4687. "version": "2.2.3",
  4688. "source": {
  4689. "type": "git",
  4690. "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
  4691. "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5"
  4692. },
  4693. "dist": {
  4694. "type": "zip",
  4695. "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/b43b05cf43c1b6d849478965062b6ef73e223bb5",
  4696. "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5",
  4697. "shasum": ""
  4698. },
  4699. "require": {
  4700. "ext-dom": "*",
  4701. "ext-libxml": "*",
  4702. "php": "^5.5 || ^7.0 || ^8.0",
  4703. "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
  4704. },
  4705. "require-dev": {
  4706. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5"
  4707. },
  4708. "type": "library",
  4709. "extra": {
  4710. "branch-alias": {
  4711. "dev-master": "2.2.x-dev"
  4712. }
  4713. },
  4714. "autoload": {
  4715. "psr-4": {
  4716. "TijsVerkoyen\\CssToInlineStyles\\": "src"
  4717. }
  4718. },
  4719. "notification-url": "https://packagist.org/downloads/",
  4720. "license": [
  4721. "BSD-3-Clause"
  4722. ],
  4723. "authors": [
  4724. {
  4725. "name": "Tijs Verkoyen",
  4726. "email": "css_to_inline_styles@verkoyen.eu",
  4727. "role": "Developer"
  4728. }
  4729. ],
  4730. "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.",
  4731. "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
  4732. "support": {
  4733. "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
  4734. "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.3"
  4735. },
  4736. "time": "2020-07-13T06:12:54+00:00"
  4737. },
  4738. {
  4739. "name": "vlucas/phpdotenv",
  4740. "version": "v5.3.0",
  4741. "source": {
  4742. "type": "git",
  4743. "url": "https://github.com/vlucas/phpdotenv.git",
  4744. "reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56"
  4745. },
  4746. "dist": {
  4747. "type": "zip",
  4748. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/b3eac5c7ac896e52deab4a99068e3f4ab12d9e56",
  4749. "reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56",
  4750. "shasum": ""
  4751. },
  4752. "require": {
  4753. "ext-pcre": "*",
  4754. "graham-campbell/result-type": "^1.0.1",
  4755. "php": "^7.1.3 || ^8.0",
  4756. "phpoption/phpoption": "^1.7.4",
  4757. "symfony/polyfill-ctype": "^1.17",
  4758. "symfony/polyfill-mbstring": "^1.17",
  4759. "symfony/polyfill-php80": "^1.17"
  4760. },
  4761. "require-dev": {
  4762. "bamarni/composer-bin-plugin": "^1.4.1",
  4763. "ext-filter": "*",
  4764. "phpunit/phpunit": "^7.5.20 || ^8.5.14 || ^9.5.1"
  4765. },
  4766. "suggest": {
  4767. "ext-filter": "Required to use the boolean validator."
  4768. },
  4769. "type": "library",
  4770. "extra": {
  4771. "branch-alias": {
  4772. "dev-master": "5.3-dev"
  4773. }
  4774. },
  4775. "autoload": {
  4776. "psr-4": {
  4777. "Dotenv\\": "src/"
  4778. }
  4779. },
  4780. "notification-url": "https://packagist.org/downloads/",
  4781. "license": [
  4782. "BSD-3-Clause"
  4783. ],
  4784. "authors": [
  4785. {
  4786. "name": "Graham Campbell",
  4787. "email": "graham@alt-three.com",
  4788. "homepage": "https://gjcampbell.co.uk/"
  4789. },
  4790. {
  4791. "name": "Vance Lucas",
  4792. "email": "vance@vancelucas.com",
  4793. "homepage": "https://vancelucas.com/"
  4794. }
  4795. ],
  4796. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  4797. "keywords": [
  4798. "dotenv",
  4799. "env",
  4800. "environment"
  4801. ],
  4802. "support": {
  4803. "issues": "https://github.com/vlucas/phpdotenv/issues",
  4804. "source": "https://github.com/vlucas/phpdotenv/tree/v5.3.0"
  4805. },
  4806. "funding": [
  4807. {
  4808. "url": "https://github.com/GrahamCampbell",
  4809. "type": "github"
  4810. },
  4811. {
  4812. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  4813. "type": "tidelift"
  4814. }
  4815. ],
  4816. "time": "2021-01-20T15:23:13+00:00"
  4817. },
  4818. {
  4819. "name": "voku/portable-ascii",
  4820. "version": "1.5.6",
  4821. "source": {
  4822. "type": "git",
  4823. "url": "https://github.com/voku/portable-ascii.git",
  4824. "reference": "80953678b19901e5165c56752d087fc11526017c"
  4825. },
  4826. "dist": {
  4827. "type": "zip",
  4828. "url": "https://api.github.com/repos/voku/portable-ascii/zipball/80953678b19901e5165c56752d087fc11526017c",
  4829. "reference": "80953678b19901e5165c56752d087fc11526017c",
  4830. "shasum": ""
  4831. },
  4832. "require": {
  4833. "php": ">=7.0.0"
  4834. },
  4835. "require-dev": {
  4836. "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
  4837. },
  4838. "suggest": {
  4839. "ext-intl": "Use Intl for transliterator_transliterate() support"
  4840. },
  4841. "type": "library",
  4842. "autoload": {
  4843. "psr-4": {
  4844. "voku\\": "src/voku/"
  4845. }
  4846. },
  4847. "notification-url": "https://packagist.org/downloads/",
  4848. "license": [
  4849. "MIT"
  4850. ],
  4851. "authors": [
  4852. {
  4853. "name": "Lars Moelleken",
  4854. "homepage": "http://www.moelleken.org/"
  4855. }
  4856. ],
  4857. "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
  4858. "homepage": "https://github.com/voku/portable-ascii",
  4859. "keywords": [
  4860. "ascii",
  4861. "clean",
  4862. "php"
  4863. ],
  4864. "support": {
  4865. "issues": "https://github.com/voku/portable-ascii/issues",
  4866. "source": "https://github.com/voku/portable-ascii/tree/1.5.6"
  4867. },
  4868. "funding": [
  4869. {
  4870. "url": "https://www.paypal.me/moelleken",
  4871. "type": "custom"
  4872. },
  4873. {
  4874. "url": "https://github.com/voku",
  4875. "type": "github"
  4876. },
  4877. {
  4878. "url": "https://opencollective.com/portable-ascii",
  4879. "type": "open_collective"
  4880. },
  4881. {
  4882. "url": "https://www.patreon.com/voku",
  4883. "type": "patreon"
  4884. },
  4885. {
  4886. "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
  4887. "type": "tidelift"
  4888. }
  4889. ],
  4890. "time": "2020-11-12T00:07:28+00:00"
  4891. },
  4892. {
  4893. "name": "webmozart/assert",
  4894. "version": "1.10.0",
  4895. "source": {
  4896. "type": "git",
  4897. "url": "https://github.com/webmozarts/assert.git",
  4898. "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
  4899. },
  4900. "dist": {
  4901. "type": "zip",
  4902. "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
  4903. "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
  4904. "shasum": ""
  4905. },
  4906. "require": {
  4907. "php": "^7.2 || ^8.0",
  4908. "symfony/polyfill-ctype": "^1.8"
  4909. },
  4910. "conflict": {
  4911. "phpstan/phpstan": "<0.12.20",
  4912. "vimeo/psalm": "<4.6.1 || 4.6.2"
  4913. },
  4914. "require-dev": {
  4915. "phpunit/phpunit": "^8.5.13"
  4916. },
  4917. "type": "library",
  4918. "extra": {
  4919. "branch-alias": {
  4920. "dev-master": "1.10-dev"
  4921. }
  4922. },
  4923. "autoload": {
  4924. "psr-4": {
  4925. "Webmozart\\Assert\\": "src/"
  4926. }
  4927. },
  4928. "notification-url": "https://packagist.org/downloads/",
  4929. "license": [
  4930. "MIT"
  4931. ],
  4932. "authors": [
  4933. {
  4934. "name": "Bernhard Schussek",
  4935. "email": "bschussek@gmail.com"
  4936. }
  4937. ],
  4938. "description": "Assertions to validate method input/output with nice error messages.",
  4939. "keywords": [
  4940. "assert",
  4941. "check",
  4942. "validate"
  4943. ],
  4944. "support": {
  4945. "issues": "https://github.com/webmozarts/assert/issues",
  4946. "source": "https://github.com/webmozarts/assert/tree/1.10.0"
  4947. },
  4948. "time": "2021-03-09T10:59:23+00:00"
  4949. }
  4950. ],
  4951. "packages-dev": [
  4952. {
  4953. "name": "doctrine/cache",
  4954. "version": "2.0.3",
  4955. "source": {
  4956. "type": "git",
  4957. "url": "https://github.com/doctrine/cache.git",
  4958. "reference": "c9622c6820d3ede1e2315a6a377ea1076e421d88"
  4959. },
  4960. "dist": {
  4961. "type": "zip",
  4962. "url": "https://api.github.com/repos/doctrine/cache/zipball/c9622c6820d3ede1e2315a6a377ea1076e421d88",
  4963. "reference": "c9622c6820d3ede1e2315a6a377ea1076e421d88",
  4964. "shasum": ""
  4965. },
  4966. "require": {
  4967. "php": "~7.1 || ^8.0"
  4968. },
  4969. "conflict": {
  4970. "doctrine/common": ">2.2,<2.4",
  4971. "psr/cache": ">=3"
  4972. },
  4973. "require-dev": {
  4974. "alcaeus/mongo-php-adapter": "^1.1",
  4975. "cache/integration-tests": "dev-master",
  4976. "doctrine/coding-standard": "^8.0",
  4977. "mongodb/mongodb": "^1.1",
  4978. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
  4979. "predis/predis": "~1.0",
  4980. "psr/cache": "^1.0 || ^2.0",
  4981. "symfony/cache": "^4.4 || ^5.2"
  4982. },
  4983. "suggest": {
  4984. "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
  4985. },
  4986. "type": "library",
  4987. "autoload": {
  4988. "psr-4": {
  4989. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  4990. }
  4991. },
  4992. "notification-url": "https://packagist.org/downloads/",
  4993. "license": [
  4994. "MIT"
  4995. ],
  4996. "authors": [
  4997. {
  4998. "name": "Guilherme Blanco",
  4999. "email": "guilhermeblanco@gmail.com"
  5000. },
  5001. {
  5002. "name": "Roman Borschel",
  5003. "email": "roman@code-factory.org"
  5004. },
  5005. {
  5006. "name": "Benjamin Eberlei",
  5007. "email": "kontakt@beberlei.de"
  5008. },
  5009. {
  5010. "name": "Jonathan Wage",
  5011. "email": "jonwage@gmail.com"
  5012. },
  5013. {
  5014. "name": "Johannes Schmitt",
  5015. "email": "schmittjoh@gmail.com"
  5016. }
  5017. ],
  5018. "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
  5019. "homepage": "https://www.doctrine-project.org/projects/cache.html",
  5020. "keywords": [
  5021. "abstraction",
  5022. "apcu",
  5023. "cache",
  5024. "caching",
  5025. "couchdb",
  5026. "memcached",
  5027. "php",
  5028. "redis",
  5029. "xcache"
  5030. ],
  5031. "support": {
  5032. "issues": "https://github.com/doctrine/cache/issues",
  5033. "source": "https://github.com/doctrine/cache/tree/2.0.3"
  5034. },
  5035. "funding": [
  5036. {
  5037. "url": "https://www.doctrine-project.org/sponsorship.html",
  5038. "type": "custom"
  5039. },
  5040. {
  5041. "url": "https://www.patreon.com/phpdoctrine",
  5042. "type": "patreon"
  5043. },
  5044. {
  5045. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
  5046. "type": "tidelift"
  5047. }
  5048. ],
  5049. "time": "2021-05-25T09:43:04+00:00"
  5050. },
  5051. {
  5052. "name": "doctrine/dbal",
  5053. "version": "2.13.2",
  5054. "source": {
  5055. "type": "git",
  5056. "url": "https://github.com/doctrine/dbal.git",
  5057. "reference": "8dd39d2ead4409ce652fd4f02621060f009ea5e4"
  5058. },
  5059. "dist": {
  5060. "type": "zip",
  5061. "url": "https://api.github.com/repos/doctrine/dbal/zipball/8dd39d2ead4409ce652fd4f02621060f009ea5e4",
  5062. "reference": "8dd39d2ead4409ce652fd4f02621060f009ea5e4",
  5063. "shasum": ""
  5064. },
  5065. "require": {
  5066. "doctrine/cache": "^1.0|^2.0",
  5067. "doctrine/deprecations": "^0.5.3",
  5068. "doctrine/event-manager": "^1.0",
  5069. "ext-pdo": "*",
  5070. "php": "^7.1 || ^8"
  5071. },
  5072. "require-dev": {
  5073. "doctrine/coding-standard": "9.0.0",
  5074. "jetbrains/phpstorm-stubs": "2020.2",
  5075. "phpstan/phpstan": "0.12.81",
  5076. "phpunit/phpunit": "^7.5.20|^8.5|9.5.5",
  5077. "squizlabs/php_codesniffer": "3.6.0",
  5078. "symfony/cache": "^4.4",
  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.2"
  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-06-18T21:48:39+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.5.0",
  6079. "source": {
  6080. "type": "git",
  6081. "url": "https://github.com/nunomaduro/collision.git",
  6082. "reference": "b5cb36122f1c142c3c3ee20a0ae778439ef0244b"
  6083. },
  6084. "dist": {
  6085. "type": "zip",
  6086. "url": "https://api.github.com/repos/nunomaduro/collision/zipball/b5cb36122f1c142c3c3ee20a0ae778439ef0244b",
  6087. "reference": "b5cb36122f1c142c3c3ee20a0ae778439ef0244b",
  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-06-22T20:47:22+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.6",
  6821. "source": {
  6822. "type": "git",
  6823. "url": "https://github.com/sebastianbergmann/phpunit.git",
  6824. "reference": "fb9b8333f14e3dce976a60ef6a7e05c7c7ed8bfb"
  6825. },
  6826. "dist": {
  6827. "type": "zip",
  6828. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fb9b8333f14e3dce976a60ef6a7e05c7c7ed8bfb",
  6829. "reference": "fb9b8333f14e3dce976a60ef6a7e05c7c7ed8bfb",
  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.4",
  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.6"
  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-23T05:14:38+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. }