You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8631 lines
310KB

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