Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

8997 lignes
323KB

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