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.

10140 lines
384 KiB

3 years ago
3 years ago
3 years ago
3 years ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "38b97ea4ff78fcaf0e07f907973839e2",
  8. "packages": [
  9. {
  10. "name": "brick/math",
  11. "version": "0.12.3",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/brick/math.git",
  15. "reference": "866551da34e9a618e64a819ee1e01c20d8a588ba"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/brick/math/zipball/866551da34e9a618e64a819ee1e01c20d8a588ba",
  20. "reference": "866551da34e9a618e64a819ee1e01c20d8a588ba",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^8.1"
  25. },
  26. "require-dev": {
  27. "php-coveralls/php-coveralls": "^2.2",
  28. "phpunit/phpunit": "^10.1",
  29. "vimeo/psalm": "6.8.8"
  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. "bignumber",
  50. "brick",
  51. "decimal",
  52. "integer",
  53. "math",
  54. "mathematics",
  55. "rational"
  56. ],
  57. "support": {
  58. "issues": "https://github.com/brick/math/issues",
  59. "source": "https://github.com/brick/math/tree/0.12.3"
  60. },
  61. "funding": [
  62. {
  63. "url": "https://github.com/BenMorel",
  64. "type": "github"
  65. }
  66. ],
  67. "time": "2025-02-28T13:11:00+00:00"
  68. },
  69. {
  70. "name": "carbonphp/carbon-doctrine-types",
  71. "version": "3.2.0",
  72. "source": {
  73. "type": "git",
  74. "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
  75. "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d"
  76. },
  77. "dist": {
  78. "type": "zip",
  79. "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
  80. "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
  81. "shasum": ""
  82. },
  83. "require": {
  84. "php": "^8.1"
  85. },
  86. "conflict": {
  87. "doctrine/dbal": "<4.0.0 || >=5.0.0"
  88. },
  89. "require-dev": {
  90. "doctrine/dbal": "^4.0.0",
  91. "nesbot/carbon": "^2.71.0 || ^3.0.0",
  92. "phpunit/phpunit": "^10.3"
  93. },
  94. "type": "library",
  95. "autoload": {
  96. "psr-4": {
  97. "Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
  98. }
  99. },
  100. "notification-url": "https://packagist.org/downloads/",
  101. "license": [
  102. "MIT"
  103. ],
  104. "authors": [
  105. {
  106. "name": "KyleKatarn",
  107. "email": "kylekatarnls@gmail.com"
  108. }
  109. ],
  110. "description": "Types to use Carbon in Doctrine",
  111. "keywords": [
  112. "carbon",
  113. "date",
  114. "datetime",
  115. "doctrine",
  116. "time"
  117. ],
  118. "support": {
  119. "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
  120. "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/3.2.0"
  121. },
  122. "funding": [
  123. {
  124. "url": "https://github.com/kylekatarnls",
  125. "type": "github"
  126. },
  127. {
  128. "url": "https://opencollective.com/Carbon",
  129. "type": "open_collective"
  130. },
  131. {
  132. "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
  133. "type": "tidelift"
  134. }
  135. ],
  136. "time": "2024-02-09T16:56:22+00:00"
  137. },
  138. {
  139. "name": "dflydev/dot-access-data",
  140. "version": "v3.0.3",
  141. "source": {
  142. "type": "git",
  143. "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
  144. "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f"
  145. },
  146. "dist": {
  147. "type": "zip",
  148. "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f",
  149. "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f",
  150. "shasum": ""
  151. },
  152. "require": {
  153. "php": "^7.1 || ^8.0"
  154. },
  155. "require-dev": {
  156. "phpstan/phpstan": "^0.12.42",
  157. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
  158. "scrutinizer/ocular": "1.6.0",
  159. "squizlabs/php_codesniffer": "^3.5",
  160. "vimeo/psalm": "^4.0.0"
  161. },
  162. "type": "library",
  163. "extra": {
  164. "branch-alias": {
  165. "dev-main": "3.x-dev"
  166. }
  167. },
  168. "autoload": {
  169. "psr-4": {
  170. "Dflydev\\DotAccessData\\": "src/"
  171. }
  172. },
  173. "notification-url": "https://packagist.org/downloads/",
  174. "license": [
  175. "MIT"
  176. ],
  177. "authors": [
  178. {
  179. "name": "Dragonfly Development Inc.",
  180. "email": "info@dflydev.com",
  181. "homepage": "http://dflydev.com"
  182. },
  183. {
  184. "name": "Beau Simensen",
  185. "email": "beau@dflydev.com",
  186. "homepage": "http://beausimensen.com"
  187. },
  188. {
  189. "name": "Carlos Frutos",
  190. "email": "carlos@kiwing.it",
  191. "homepage": "https://github.com/cfrutos"
  192. },
  193. {
  194. "name": "Colin O'Dell",
  195. "email": "colinodell@gmail.com",
  196. "homepage": "https://www.colinodell.com"
  197. }
  198. ],
  199. "description": "Given a deep data structure, access data by dot notation.",
  200. "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
  201. "keywords": [
  202. "access",
  203. "data",
  204. "dot",
  205. "notation"
  206. ],
  207. "support": {
  208. "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
  209. "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3"
  210. },
  211. "time": "2024-07-08T12:26:09+00:00"
  212. },
  213. {
  214. "name": "doctrine/inflector",
  215. "version": "2.0.10",
  216. "source": {
  217. "type": "git",
  218. "url": "https://github.com/doctrine/inflector.git",
  219. "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc"
  220. },
  221. "dist": {
  222. "type": "zip",
  223. "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc",
  224. "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc",
  225. "shasum": ""
  226. },
  227. "require": {
  228. "php": "^7.2 || ^8.0"
  229. },
  230. "require-dev": {
  231. "doctrine/coding-standard": "^11.0",
  232. "phpstan/phpstan": "^1.8",
  233. "phpstan/phpstan-phpunit": "^1.1",
  234. "phpstan/phpstan-strict-rules": "^1.3",
  235. "phpunit/phpunit": "^8.5 || ^9.5",
  236. "vimeo/psalm": "^4.25 || ^5.4"
  237. },
  238. "type": "library",
  239. "autoload": {
  240. "psr-4": {
  241. "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
  242. }
  243. },
  244. "notification-url": "https://packagist.org/downloads/",
  245. "license": [
  246. "MIT"
  247. ],
  248. "authors": [
  249. {
  250. "name": "Guilherme Blanco",
  251. "email": "guilhermeblanco@gmail.com"
  252. },
  253. {
  254. "name": "Roman Borschel",
  255. "email": "roman@code-factory.org"
  256. },
  257. {
  258. "name": "Benjamin Eberlei",
  259. "email": "kontakt@beberlei.de"
  260. },
  261. {
  262. "name": "Jonathan Wage",
  263. "email": "jonwage@gmail.com"
  264. },
  265. {
  266. "name": "Johannes Schmitt",
  267. "email": "schmittjoh@gmail.com"
  268. }
  269. ],
  270. "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
  271. "homepage": "https://www.doctrine-project.org/projects/inflector.html",
  272. "keywords": [
  273. "inflection",
  274. "inflector",
  275. "lowercase",
  276. "manipulation",
  277. "php",
  278. "plural",
  279. "singular",
  280. "strings",
  281. "uppercase",
  282. "words"
  283. ],
  284. "support": {
  285. "issues": "https://github.com/doctrine/inflector/issues",
  286. "source": "https://github.com/doctrine/inflector/tree/2.0.10"
  287. },
  288. "funding": [
  289. {
  290. "url": "https://www.doctrine-project.org/sponsorship.html",
  291. "type": "custom"
  292. },
  293. {
  294. "url": "https://www.patreon.com/phpdoctrine",
  295. "type": "patreon"
  296. },
  297. {
  298. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
  299. "type": "tidelift"
  300. }
  301. ],
  302. "time": "2024-02-18T20:23:39+00:00"
  303. },
  304. {
  305. "name": "doctrine/lexer",
  306. "version": "3.0.1",
  307. "source": {
  308. "type": "git",
  309. "url": "https://github.com/doctrine/lexer.git",
  310. "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
  311. },
  312. "dist": {
  313. "type": "zip",
  314. "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
  315. "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
  316. "shasum": ""
  317. },
  318. "require": {
  319. "php": "^8.1"
  320. },
  321. "require-dev": {
  322. "doctrine/coding-standard": "^12",
  323. "phpstan/phpstan": "^1.10",
  324. "phpunit/phpunit": "^10.5",
  325. "psalm/plugin-phpunit": "^0.18.3",
  326. "vimeo/psalm": "^5.21"
  327. },
  328. "type": "library",
  329. "autoload": {
  330. "psr-4": {
  331. "Doctrine\\Common\\Lexer\\": "src"
  332. }
  333. },
  334. "notification-url": "https://packagist.org/downloads/",
  335. "license": [
  336. "MIT"
  337. ],
  338. "authors": [
  339. {
  340. "name": "Guilherme Blanco",
  341. "email": "guilhermeblanco@gmail.com"
  342. },
  343. {
  344. "name": "Roman Borschel",
  345. "email": "roman@code-factory.org"
  346. },
  347. {
  348. "name": "Johannes Schmitt",
  349. "email": "schmittjoh@gmail.com"
  350. }
  351. ],
  352. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  353. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  354. "keywords": [
  355. "annotations",
  356. "docblock",
  357. "lexer",
  358. "parser",
  359. "php"
  360. ],
  361. "support": {
  362. "issues": "https://github.com/doctrine/lexer/issues",
  363. "source": "https://github.com/doctrine/lexer/tree/3.0.1"
  364. },
  365. "funding": [
  366. {
  367. "url": "https://www.doctrine-project.org/sponsorship.html",
  368. "type": "custom"
  369. },
  370. {
  371. "url": "https://www.patreon.com/phpdoctrine",
  372. "type": "patreon"
  373. },
  374. {
  375. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
  376. "type": "tidelift"
  377. }
  378. ],
  379. "time": "2024-02-05T11:56:58+00:00"
  380. },
  381. {
  382. "name": "dragonmantank/cron-expression",
  383. "version": "v3.4.0",
  384. "source": {
  385. "type": "git",
  386. "url": "https://github.com/dragonmantank/cron-expression.git",
  387. "reference": "8c784d071debd117328803d86b2097615b457500"
  388. },
  389. "dist": {
  390. "type": "zip",
  391. "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8c784d071debd117328803d86b2097615b457500",
  392. "reference": "8c784d071debd117328803d86b2097615b457500",
  393. "shasum": ""
  394. },
  395. "require": {
  396. "php": "^7.2|^8.0",
  397. "webmozart/assert": "^1.0"
  398. },
  399. "replace": {
  400. "mtdowling/cron-expression": "^1.0"
  401. },
  402. "require-dev": {
  403. "phpstan/extension-installer": "^1.0",
  404. "phpstan/phpstan": "^1.0",
  405. "phpunit/phpunit": "^7.0|^8.0|^9.0"
  406. },
  407. "type": "library",
  408. "extra": {
  409. "branch-alias": {
  410. "dev-master": "3.x-dev"
  411. }
  412. },
  413. "autoload": {
  414. "psr-4": {
  415. "Cron\\": "src/Cron/"
  416. }
  417. },
  418. "notification-url": "https://packagist.org/downloads/",
  419. "license": [
  420. "MIT"
  421. ],
  422. "authors": [
  423. {
  424. "name": "Chris Tankersley",
  425. "email": "chris@ctankersley.com",
  426. "homepage": "https://github.com/dragonmantank"
  427. }
  428. ],
  429. "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  430. "keywords": [
  431. "cron",
  432. "schedule"
  433. ],
  434. "support": {
  435. "issues": "https://github.com/dragonmantank/cron-expression/issues",
  436. "source": "https://github.com/dragonmantank/cron-expression/tree/v3.4.0"
  437. },
  438. "funding": [
  439. {
  440. "url": "https://github.com/dragonmantank",
  441. "type": "github"
  442. }
  443. ],
  444. "time": "2024-10-09T13:47:03+00:00"
  445. },
  446. {
  447. "name": "egulias/email-validator",
  448. "version": "4.0.4",
  449. "source": {
  450. "type": "git",
  451. "url": "https://github.com/egulias/EmailValidator.git",
  452. "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa"
  453. },
  454. "dist": {
  455. "type": "zip",
  456. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
  457. "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
  458. "shasum": ""
  459. },
  460. "require": {
  461. "doctrine/lexer": "^2.0 || ^3.0",
  462. "php": ">=8.1",
  463. "symfony/polyfill-intl-idn": "^1.26"
  464. },
  465. "require-dev": {
  466. "phpunit/phpunit": "^10.2",
  467. "vimeo/psalm": "^5.12"
  468. },
  469. "suggest": {
  470. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  471. },
  472. "type": "library",
  473. "extra": {
  474. "branch-alias": {
  475. "dev-master": "4.0.x-dev"
  476. }
  477. },
  478. "autoload": {
  479. "psr-4": {
  480. "Egulias\\EmailValidator\\": "src"
  481. }
  482. },
  483. "notification-url": "https://packagist.org/downloads/",
  484. "license": [
  485. "MIT"
  486. ],
  487. "authors": [
  488. {
  489. "name": "Eduardo Gulias Davis"
  490. }
  491. ],
  492. "description": "A library for validating emails against several RFCs",
  493. "homepage": "https://github.com/egulias/EmailValidator",
  494. "keywords": [
  495. "email",
  496. "emailvalidation",
  497. "emailvalidator",
  498. "validation",
  499. "validator"
  500. ],
  501. "support": {
  502. "issues": "https://github.com/egulias/EmailValidator/issues",
  503. "source": "https://github.com/egulias/EmailValidator/tree/4.0.4"
  504. },
  505. "funding": [
  506. {
  507. "url": "https://github.com/egulias",
  508. "type": "github"
  509. }
  510. ],
  511. "time": "2025-03-06T22:45:56+00:00"
  512. },
  513. {
  514. "name": "firefly-iii/api-support-classes",
  515. "version": "dev-main",
  516. "source": {
  517. "type": "git",
  518. "url": "https://github.com/JC5/api-support-classes.git",
  519. "reference": "a588e63afb0be11bdf4928a1d2e66a13234da9a5"
  520. },
  521. "dist": {
  522. "type": "zip",
  523. "url": "https://api.github.com/repos/JC5/api-support-classes/zipball/a588e63afb0be11bdf4928a1d2e66a13234da9a5",
  524. "reference": "a588e63afb0be11bdf4928a1d2e66a13234da9a5",
  525. "shasum": ""
  526. },
  527. "require": {
  528. "ext-json": "*",
  529. "guzzlehttp/guzzle": "^7",
  530. "illuminate/support": "^11",
  531. "php": ">=8.3"
  532. },
  533. "require-dev": {
  534. "phpunit/phpunit": ">=10.0",
  535. "squizlabs/php_codesniffer": "^3.0"
  536. },
  537. "default-branch": true,
  538. "type": "library",
  539. "extra": {
  540. "branch-alias": {
  541. "dev-master": "1.0-dev"
  542. }
  543. },
  544. "autoload": {
  545. "psr-4": {
  546. "GrumpyDictator\\FFIIIApiSupport\\": "src"
  547. }
  548. },
  549. "notification-url": "https://packagist.org/downloads/",
  550. "license": [
  551. "AGPL-3.0-or-later"
  552. ],
  553. "authors": [
  554. {
  555. "name": "James Cole",
  556. "email": "james@firefly-iii.org",
  557. "homepage": "https://github.com/JC5",
  558. "role": "Developer"
  559. }
  560. ],
  561. "description": "API support classes",
  562. "homepage": "https://github.com/firefly-iii/api-support-classes",
  563. "keywords": [
  564. "administration",
  565. "api",
  566. "api support",
  567. "assistant",
  568. "bills",
  569. "budgeting",
  570. "budgeting application",
  571. "budgeting tool",
  572. "budgets",
  573. "currency",
  574. "dollar",
  575. "euro",
  576. "finance",
  577. "finances",
  578. "financial",
  579. "financials",
  580. "firefly",
  581. "firefly iii",
  582. "firefly-iii",
  583. "help",
  584. "helper",
  585. "import",
  586. "importing",
  587. "laravel",
  588. "management",
  589. "manager",
  590. "money",
  591. "organizing",
  592. "personal finance",
  593. "planning",
  594. "self hosted",
  595. "self-hosted",
  596. "tool",
  597. "tooling",
  598. "transactions",
  599. "transfers"
  600. ],
  601. "support": {
  602. "docs": "https://docs.firefly-iii.org/",
  603. "email": "james@firefly-iii.org",
  604. "forum": "https://reddit.com/r/FireflyIII",
  605. "issues": "https://github.com/firefly-iii/firefly-iii/issues",
  606. "source": "https://github.com/firefly-iii/api-support-classes"
  607. },
  608. "funding": [
  609. {
  610. "url": "https://github.com/sponsors/JC5",
  611. "type": "github"
  612. },
  613. {
  614. "url": "https://www.patreon.com/JC5",
  615. "type": "patreon"
  616. }
  617. ],
  618. "time": "2025-01-10T05:31:43+00:00"
  619. },
  620. {
  621. "name": "fruitcake/php-cors",
  622. "version": "v1.3.0",
  623. "source": {
  624. "type": "git",
  625. "url": "https://github.com/fruitcake/php-cors.git",
  626. "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b"
  627. },
  628. "dist": {
  629. "type": "zip",
  630. "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b",
  631. "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b",
  632. "shasum": ""
  633. },
  634. "require": {
  635. "php": "^7.4|^8.0",
  636. "symfony/http-foundation": "^4.4|^5.4|^6|^7"
  637. },
  638. "require-dev": {
  639. "phpstan/phpstan": "^1.4",
  640. "phpunit/phpunit": "^9",
  641. "squizlabs/php_codesniffer": "^3.5"
  642. },
  643. "type": "library",
  644. "extra": {
  645. "branch-alias": {
  646. "dev-master": "1.2-dev"
  647. }
  648. },
  649. "autoload": {
  650. "psr-4": {
  651. "Fruitcake\\Cors\\": "src/"
  652. }
  653. },
  654. "notification-url": "https://packagist.org/downloads/",
  655. "license": [
  656. "MIT"
  657. ],
  658. "authors": [
  659. {
  660. "name": "Fruitcake",
  661. "homepage": "https://fruitcake.nl"
  662. },
  663. {
  664. "name": "Barryvdh",
  665. "email": "barryvdh@gmail.com"
  666. }
  667. ],
  668. "description": "Cross-origin resource sharing library for the Symfony HttpFoundation",
  669. "homepage": "https://github.com/fruitcake/php-cors",
  670. "keywords": [
  671. "cors",
  672. "laravel",
  673. "symfony"
  674. ],
  675. "support": {
  676. "issues": "https://github.com/fruitcake/php-cors/issues",
  677. "source": "https://github.com/fruitcake/php-cors/tree/v1.3.0"
  678. },
  679. "funding": [
  680. {
  681. "url": "https://fruitcake.nl",
  682. "type": "custom"
  683. },
  684. {
  685. "url": "https://github.com/barryvdh",
  686. "type": "github"
  687. }
  688. ],
  689. "time": "2023-10-12T05:21:21+00:00"
  690. },
  691. {
  692. "name": "genkgo/camt",
  693. "version": "2.9.0",
  694. "source": {
  695. "type": "git",
  696. "url": "https://github.com/genkgo/camt.git",
  697. "reference": "809a9689fcaecf0beb6adffd270b8535c43003bc"
  698. },
  699. "dist": {
  700. "type": "zip",
  701. "url": "https://api.github.com/repos/genkgo/camt/zipball/809a9689fcaecf0beb6adffd270b8535c43003bc",
  702. "reference": "809a9689fcaecf0beb6adffd270b8535c43003bc",
  703. "shasum": ""
  704. },
  705. "require": {
  706. "ext-dom": "*",
  707. "ext-libxml": "*",
  708. "ext-simplexml": "*",
  709. "jschaedl/iban-validation": "^2.5",
  710. "moneyphp/money": "^4.6",
  711. "php": "^8.1"
  712. },
  713. "require-dev": {
  714. "friendsofphp/php-cs-fixer": "@stable",
  715. "phpstan/phpstan": "@stable",
  716. "phpunit/phpunit": "@stable"
  717. },
  718. "type": "library",
  719. "autoload": {
  720. "psr-4": {
  721. "Genkgo\\Camt\\": "src"
  722. }
  723. },
  724. "notification-url": "https://packagist.org/downloads/",
  725. "license": [
  726. "MIT"
  727. ],
  728. "description": "Library to read CAMT files (XML containing bank statements).",
  729. "support": {
  730. "issues": "https://github.com/genkgo/camt/issues",
  731. "source": "https://github.com/genkgo/camt/tree/2.9.0"
  732. },
  733. "time": "2025-03-05T06:51:33+00:00"
  734. },
  735. {
  736. "name": "graham-campbell/result-type",
  737. "version": "v1.1.3",
  738. "source": {
  739. "type": "git",
  740. "url": "https://github.com/GrahamCampbell/Result-Type.git",
  741. "reference": "3ba905c11371512af9d9bdd27d99b782216b6945"
  742. },
  743. "dist": {
  744. "type": "zip",
  745. "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945",
  746. "reference": "3ba905c11371512af9d9bdd27d99b782216b6945",
  747. "shasum": ""
  748. },
  749. "require": {
  750. "php": "^7.2.5 || ^8.0",
  751. "phpoption/phpoption": "^1.9.3"
  752. },
  753. "require-dev": {
  754. "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
  755. },
  756. "type": "library",
  757. "autoload": {
  758. "psr-4": {
  759. "GrahamCampbell\\ResultType\\": "src/"
  760. }
  761. },
  762. "notification-url": "https://packagist.org/downloads/",
  763. "license": [
  764. "MIT"
  765. ],
  766. "authors": [
  767. {
  768. "name": "Graham Campbell",
  769. "email": "hello@gjcampbell.co.uk",
  770. "homepage": "https://github.com/GrahamCampbell"
  771. }
  772. ],
  773. "description": "An Implementation Of The Result Type",
  774. "keywords": [
  775. "Graham Campbell",
  776. "GrahamCampbell",
  777. "Result Type",
  778. "Result-Type",
  779. "result"
  780. ],
  781. "support": {
  782. "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
  783. "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3"
  784. },
  785. "funding": [
  786. {
  787. "url": "https://github.com/GrahamCampbell",
  788. "type": "github"
  789. },
  790. {
  791. "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
  792. "type": "tidelift"
  793. }
  794. ],
  795. "time": "2024-07-20T21:45:45+00:00"
  796. },
  797. {
  798. "name": "guzzlehttp/guzzle",
  799. "version": "7.9.3",
  800. "source": {
  801. "type": "git",
  802. "url": "https://github.com/guzzle/guzzle.git",
  803. "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77"
  804. },
  805. "dist": {
  806. "type": "zip",
  807. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",
  808. "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",
  809. "shasum": ""
  810. },
  811. "require": {
  812. "ext-json": "*",
  813. "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
  814. "guzzlehttp/psr7": "^2.7.0",
  815. "php": "^7.2.5 || ^8.0",
  816. "psr/http-client": "^1.0",
  817. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  818. },
  819. "provide": {
  820. "psr/http-client-implementation": "1.0"
  821. },
  822. "require-dev": {
  823. "bamarni/composer-bin-plugin": "^1.8.2",
  824. "ext-curl": "*",
  825. "guzzle/client-integration-tests": "3.0.2",
  826. "php-http/message-factory": "^1.1",
  827. "phpunit/phpunit": "^8.5.39 || ^9.6.20",
  828. "psr/log": "^1.1 || ^2.0 || ^3.0"
  829. },
  830. "suggest": {
  831. "ext-curl": "Required for CURL handler support",
  832. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  833. "psr/log": "Required for using the Log middleware"
  834. },
  835. "type": "library",
  836. "extra": {
  837. "bamarni-bin": {
  838. "bin-links": true,
  839. "forward-command": false
  840. }
  841. },
  842. "autoload": {
  843. "files": [
  844. "src/functions_include.php"
  845. ],
  846. "psr-4": {
  847. "GuzzleHttp\\": "src/"
  848. }
  849. },
  850. "notification-url": "https://packagist.org/downloads/",
  851. "license": [
  852. "MIT"
  853. ],
  854. "authors": [
  855. {
  856. "name": "Graham Campbell",
  857. "email": "hello@gjcampbell.co.uk",
  858. "homepage": "https://github.com/GrahamCampbell"
  859. },
  860. {
  861. "name": "Michael Dowling",
  862. "email": "mtdowling@gmail.com",
  863. "homepage": "https://github.com/mtdowling"
  864. },
  865. {
  866. "name": "Jeremy Lindblom",
  867. "email": "jeremeamia@gmail.com",
  868. "homepage": "https://github.com/jeremeamia"
  869. },
  870. {
  871. "name": "George Mponos",
  872. "email": "gmponos@gmail.com",
  873. "homepage": "https://github.com/gmponos"
  874. },
  875. {
  876. "name": "Tobias Nyholm",
  877. "email": "tobias.nyholm@gmail.com",
  878. "homepage": "https://github.com/Nyholm"
  879. },
  880. {
  881. "name": "Márk Sági-Kazár",
  882. "email": "mark.sagikazar@gmail.com",
  883. "homepage": "https://github.com/sagikazarmark"
  884. },
  885. {
  886. "name": "Tobias Schultze",
  887. "email": "webmaster@tubo-world.de",
  888. "homepage": "https://github.com/Tobion"
  889. }
  890. ],
  891. "description": "Guzzle is a PHP HTTP client library",
  892. "keywords": [
  893. "client",
  894. "curl",
  895. "framework",
  896. "http",
  897. "http client",
  898. "psr-18",
  899. "psr-7",
  900. "rest",
  901. "web service"
  902. ],
  903. "support": {
  904. "issues": "https://github.com/guzzle/guzzle/issues",
  905. "source": "https://github.com/guzzle/guzzle/tree/7.9.3"
  906. },
  907. "funding": [
  908. {
  909. "url": "https://github.com/GrahamCampbell",
  910. "type": "github"
  911. },
  912. {
  913. "url": "https://github.com/Nyholm",
  914. "type": "github"
  915. },
  916. {
  917. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
  918. "type": "tidelift"
  919. }
  920. ],
  921. "time": "2025-03-27T13:37:11+00:00"
  922. },
  923. {
  924. "name": "guzzlehttp/promises",
  925. "version": "2.2.0",
  926. "source": {
  927. "type": "git",
  928. "url": "https://github.com/guzzle/promises.git",
  929. "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c"
  930. },
  931. "dist": {
  932. "type": "zip",
  933. "url": "https://api.github.com/repos/guzzle/promises/zipball/7c69f28996b0a6920945dd20b3857e499d9ca96c",
  934. "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c",
  935. "shasum": ""
  936. },
  937. "require": {
  938. "php": "^7.2.5 || ^8.0"
  939. },
  940. "require-dev": {
  941. "bamarni/composer-bin-plugin": "^1.8.2",
  942. "phpunit/phpunit": "^8.5.39 || ^9.6.20"
  943. },
  944. "type": "library",
  945. "extra": {
  946. "bamarni-bin": {
  947. "bin-links": true,
  948. "forward-command": false
  949. }
  950. },
  951. "autoload": {
  952. "psr-4": {
  953. "GuzzleHttp\\Promise\\": "src/"
  954. }
  955. },
  956. "notification-url": "https://packagist.org/downloads/",
  957. "license": [
  958. "MIT"
  959. ],
  960. "authors": [
  961. {
  962. "name": "Graham Campbell",
  963. "email": "hello@gjcampbell.co.uk",
  964. "homepage": "https://github.com/GrahamCampbell"
  965. },
  966. {
  967. "name": "Michael Dowling",
  968. "email": "mtdowling@gmail.com",
  969. "homepage": "https://github.com/mtdowling"
  970. },
  971. {
  972. "name": "Tobias Nyholm",
  973. "email": "tobias.nyholm@gmail.com",
  974. "homepage": "https://github.com/Nyholm"
  975. },
  976. {
  977. "name": "Tobias Schultze",
  978. "email": "webmaster@tubo-world.de",
  979. "homepage": "https://github.com/Tobion"
  980. }
  981. ],
  982. "description": "Guzzle promises library",
  983. "keywords": [
  984. "promise"
  985. ],
  986. "support": {
  987. "issues": "https://github.com/guzzle/promises/issues",
  988. "source": "https://github.com/guzzle/promises/tree/2.2.0"
  989. },
  990. "funding": [
  991. {
  992. "url": "https://github.com/GrahamCampbell",
  993. "type": "github"
  994. },
  995. {
  996. "url": "https://github.com/Nyholm",
  997. "type": "github"
  998. },
  999. {
  1000. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  1001. "type": "tidelift"
  1002. }
  1003. ],
  1004. "time": "2025-03-27T13:27:01+00:00"
  1005. },
  1006. {
  1007. "name": "guzzlehttp/psr7",
  1008. "version": "2.7.1",
  1009. "source": {
  1010. "type": "git",
  1011. "url": "https://github.com/guzzle/psr7.git",
  1012. "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16"
  1013. },
  1014. "dist": {
  1015. "type": "zip",
  1016. "url": "https://api.github.com/repos/guzzle/psr7/zipball/c2270caaabe631b3b44c85f99e5a04bbb8060d16",
  1017. "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16",
  1018. "shasum": ""
  1019. },
  1020. "require": {
  1021. "php": "^7.2.5 || ^8.0",
  1022. "psr/http-factory": "^1.0",
  1023. "psr/http-message": "^1.1 || ^2.0",
  1024. "ralouphie/getallheaders": "^3.0"
  1025. },
  1026. "provide": {
  1027. "psr/http-factory-implementation": "1.0",
  1028. "psr/http-message-implementation": "1.0"
  1029. },
  1030. "require-dev": {
  1031. "bamarni/composer-bin-plugin": "^1.8.2",
  1032. "http-interop/http-factory-tests": "0.9.0",
  1033. "phpunit/phpunit": "^8.5.39 || ^9.6.20"
  1034. },
  1035. "suggest": {
  1036. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  1037. },
  1038. "type": "library",
  1039. "extra": {
  1040. "bamarni-bin": {
  1041. "bin-links": true,
  1042. "forward-command": false
  1043. }
  1044. },
  1045. "autoload": {
  1046. "psr-4": {
  1047. "GuzzleHttp\\Psr7\\": "src/"
  1048. }
  1049. },
  1050. "notification-url": "https://packagist.org/downloads/",
  1051. "license": [
  1052. "MIT"
  1053. ],
  1054. "authors": [
  1055. {
  1056. "name": "Graham Campbell",
  1057. "email": "hello@gjcampbell.co.uk",
  1058. "homepage": "https://github.com/GrahamCampbell"
  1059. },
  1060. {
  1061. "name": "Michael Dowling",
  1062. "email": "mtdowling@gmail.com",
  1063. "homepage": "https://github.com/mtdowling"
  1064. },
  1065. {
  1066. "name": "George Mponos",
  1067. "email": "gmponos@gmail.com",
  1068. "homepage": "https://github.com/gmponos"
  1069. },
  1070. {
  1071. "name": "Tobias Nyholm",
  1072. "email": "tobias.nyholm@gmail.com",
  1073. "homepage": "https://github.com/Nyholm"
  1074. },
  1075. {
  1076. "name": "Márk Sági-Kazár",
  1077. "email": "mark.sagikazar@gmail.com",
  1078. "homepage": "https://github.com/sagikazarmark"
  1079. },
  1080. {
  1081. "name": "Tobias Schultze",
  1082. "email": "webmaster@tubo-world.de",
  1083. "homepage": "https://github.com/Tobion"
  1084. },
  1085. {
  1086. "name": "Márk Sági-Kazár",
  1087. "email": "mark.sagikazar@gmail.com",
  1088. "homepage": "https://sagikazarmark.hu"
  1089. }
  1090. ],
  1091. "description": "PSR-7 message implementation that also provides common utility methods",
  1092. "keywords": [
  1093. "http",
  1094. "message",
  1095. "psr-7",
  1096. "request",
  1097. "response",
  1098. "stream",
  1099. "uri",
  1100. "url"
  1101. ],
  1102. "support": {
  1103. "issues": "https://github.com/guzzle/psr7/issues",
  1104. "source": "https://github.com/guzzle/psr7/tree/2.7.1"
  1105. },
  1106. "funding": [
  1107. {
  1108. "url": "https://github.com/GrahamCampbell",
  1109. "type": "github"
  1110. },
  1111. {
  1112. "url": "https://github.com/Nyholm",
  1113. "type": "github"
  1114. },
  1115. {
  1116. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  1117. "type": "tidelift"
  1118. }
  1119. ],
  1120. "time": "2025-03-27T12:30:47+00:00"
  1121. },
  1122. {
  1123. "name": "guzzlehttp/uri-template",
  1124. "version": "v1.0.4",
  1125. "source": {
  1126. "type": "git",
  1127. "url": "https://github.com/guzzle/uri-template.git",
  1128. "reference": "30e286560c137526eccd4ce21b2de477ab0676d2"
  1129. },
  1130. "dist": {
  1131. "type": "zip",
  1132. "url": "https://api.github.com/repos/guzzle/uri-template/zipball/30e286560c137526eccd4ce21b2de477ab0676d2",
  1133. "reference": "30e286560c137526eccd4ce21b2de477ab0676d2",
  1134. "shasum": ""
  1135. },
  1136. "require": {
  1137. "php": "^7.2.5 || ^8.0",
  1138. "symfony/polyfill-php80": "^1.24"
  1139. },
  1140. "require-dev": {
  1141. "bamarni/composer-bin-plugin": "^1.8.2",
  1142. "phpunit/phpunit": "^8.5.36 || ^9.6.15",
  1143. "uri-template/tests": "1.0.0"
  1144. },
  1145. "type": "library",
  1146. "extra": {
  1147. "bamarni-bin": {
  1148. "bin-links": true,
  1149. "forward-command": false
  1150. }
  1151. },
  1152. "autoload": {
  1153. "psr-4": {
  1154. "GuzzleHttp\\UriTemplate\\": "src"
  1155. }
  1156. },
  1157. "notification-url": "https://packagist.org/downloads/",
  1158. "license": [
  1159. "MIT"
  1160. ],
  1161. "authors": [
  1162. {
  1163. "name": "Graham Campbell",
  1164. "email": "hello@gjcampbell.co.uk",
  1165. "homepage": "https://github.com/GrahamCampbell"
  1166. },
  1167. {
  1168. "name": "Michael Dowling",
  1169. "email": "mtdowling@gmail.com",
  1170. "homepage": "https://github.com/mtdowling"
  1171. },
  1172. {
  1173. "name": "George Mponos",
  1174. "email": "gmponos@gmail.com",
  1175. "homepage": "https://github.com/gmponos"
  1176. },
  1177. {
  1178. "name": "Tobias Nyholm",
  1179. "email": "tobias.nyholm@gmail.com",
  1180. "homepage": "https://github.com/Nyholm"
  1181. }
  1182. ],
  1183. "description": "A polyfill class for uri_template of PHP",
  1184. "keywords": [
  1185. "guzzlehttp",
  1186. "uri-template"
  1187. ],
  1188. "support": {
  1189. "issues": "https://github.com/guzzle/uri-template/issues",
  1190. "source": "https://github.com/guzzle/uri-template/tree/v1.0.4"
  1191. },
  1192. "funding": [
  1193. {
  1194. "url": "https://github.com/GrahamCampbell",
  1195. "type": "github"
  1196. },
  1197. {
  1198. "url": "https://github.com/Nyholm",
  1199. "type": "github"
  1200. },
  1201. {
  1202. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
  1203. "type": "tidelift"
  1204. }
  1205. ],
  1206. "time": "2025-02-03T10:55:03+00:00"
  1207. },
  1208. {
  1209. "name": "jschaedl/iban-validation",
  1210. "version": "v2.5.1",
  1211. "source": {
  1212. "type": "git",
  1213. "url": "https://github.com/jschaedl/iban-validation.git",
  1214. "reference": "a56e5b26bed85081b04c544b74d00319255a3e8f"
  1215. },
  1216. "dist": {
  1217. "type": "zip",
  1218. "url": "https://api.github.com/repos/jschaedl/iban-validation/zipball/a56e5b26bed85081b04c544b74d00319255a3e8f",
  1219. "reference": "a56e5b26bed85081b04c544b74d00319255a3e8f",
  1220. "shasum": ""
  1221. },
  1222. "require": {
  1223. "ext-ctype": "*",
  1224. "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
  1225. "symfony/options-resolver": "^5.4|^6|^7"
  1226. },
  1227. "require-dev": {
  1228. "phpunit/phpunit": "^9.5"
  1229. },
  1230. "suggest": {
  1231. "ext-bcmath": "This library makes use of bcmod function, so an installed bcmath extension is recommended."
  1232. },
  1233. "type": "library",
  1234. "extra": {
  1235. "branch-alias": {
  1236. "dev-master": "2.x-dev"
  1237. }
  1238. },
  1239. "autoload": {
  1240. "psr-4": {
  1241. "Iban\\Validation\\": "src"
  1242. }
  1243. },
  1244. "notification-url": "https://packagist.org/downloads/",
  1245. "license": [
  1246. "MIT"
  1247. ],
  1248. "authors": [
  1249. {
  1250. "name": "Jan Schaedlich",
  1251. "email": "mail@janschaedlich.de",
  1252. "homepage": "https://www.linkedin.com/in/janschaedlich"
  1253. }
  1254. ],
  1255. "description": "A small library for validating International BankAccount Numbers (IBANs).",
  1256. "homepage": "https://github.com/jschaedl/iban-validation",
  1257. "keywords": [
  1258. "IBAN",
  1259. "validation"
  1260. ],
  1261. "support": {
  1262. "issues": "https://github.com/jschaedl/iban-validation/issues",
  1263. "source": "https://github.com/jschaedl/iban-validation/tree/v2.5.1"
  1264. },
  1265. "time": "2024-12-02T15:19:39+00:00"
  1266. },
  1267. {
  1268. "name": "laravel/framework",
  1269. "version": "v11.44.2",
  1270. "source": {
  1271. "type": "git",
  1272. "url": "https://github.com/laravel/framework.git",
  1273. "reference": "f85216c82cbd38b66d67ebd20ea762cb3751a4b4"
  1274. },
  1275. "dist": {
  1276. "type": "zip",
  1277. "url": "https://api.github.com/repos/laravel/framework/zipball/f85216c82cbd38b66d67ebd20ea762cb3751a4b4",
  1278. "reference": "f85216c82cbd38b66d67ebd20ea762cb3751a4b4",
  1279. "shasum": ""
  1280. },
  1281. "require": {
  1282. "brick/math": "^0.9.3|^0.10.2|^0.11|^0.12",
  1283. "composer-runtime-api": "^2.2",
  1284. "doctrine/inflector": "^2.0.5",
  1285. "dragonmantank/cron-expression": "^3.4",
  1286. "egulias/email-validator": "^3.2.1|^4.0",
  1287. "ext-ctype": "*",
  1288. "ext-filter": "*",
  1289. "ext-hash": "*",
  1290. "ext-mbstring": "*",
  1291. "ext-openssl": "*",
  1292. "ext-session": "*",
  1293. "ext-tokenizer": "*",
  1294. "fruitcake/php-cors": "^1.3",
  1295. "guzzlehttp/guzzle": "^7.8.2",
  1296. "guzzlehttp/uri-template": "^1.0",
  1297. "laravel/prompts": "^0.1.18|^0.2.0|^0.3.0",
  1298. "laravel/serializable-closure": "^1.3|^2.0",
  1299. "league/commonmark": "^2.6",
  1300. "league/flysystem": "^3.25.1",
  1301. "league/flysystem-local": "^3.25.1",
  1302. "league/uri": "^7.5.1",
  1303. "monolog/monolog": "^3.0",
  1304. "nesbot/carbon": "^2.72.6|^3.8.4",
  1305. "nunomaduro/termwind": "^2.0",
  1306. "php": "^8.2",
  1307. "psr/container": "^1.1.1|^2.0.1",
  1308. "psr/log": "^1.0|^2.0|^3.0",
  1309. "psr/simple-cache": "^1.0|^2.0|^3.0",
  1310. "ramsey/uuid": "^4.7",
  1311. "symfony/console": "^7.0.3",
  1312. "symfony/error-handler": "^7.0.3",
  1313. "symfony/finder": "^7.0.3",
  1314. "symfony/http-foundation": "^7.2.0",
  1315. "symfony/http-kernel": "^7.0.3",
  1316. "symfony/mailer": "^7.0.3",
  1317. "symfony/mime": "^7.0.3",
  1318. "symfony/polyfill-php83": "^1.31",
  1319. "symfony/process": "^7.0.3",
  1320. "symfony/routing": "^7.0.3",
  1321. "symfony/uid": "^7.0.3",
  1322. "symfony/var-dumper": "^7.0.3",
  1323. "tijsverkoyen/css-to-inline-styles": "^2.2.5",
  1324. "vlucas/phpdotenv": "^5.6.1",
  1325. "voku/portable-ascii": "^2.0.2"
  1326. },
  1327. "conflict": {
  1328. "tightenco/collect": "<5.5.33"
  1329. },
  1330. "provide": {
  1331. "psr/container-implementation": "1.1|2.0",
  1332. "psr/log-implementation": "1.0|2.0|3.0",
  1333. "psr/simple-cache-implementation": "1.0|2.0|3.0"
  1334. },
  1335. "replace": {
  1336. "illuminate/auth": "self.version",
  1337. "illuminate/broadcasting": "self.version",
  1338. "illuminate/bus": "self.version",
  1339. "illuminate/cache": "self.version",
  1340. "illuminate/collections": "self.version",
  1341. "illuminate/concurrency": "self.version",
  1342. "illuminate/conditionable": "self.version",
  1343. "illuminate/config": "self.version",
  1344. "illuminate/console": "self.version",
  1345. "illuminate/container": "self.version",
  1346. "illuminate/contracts": "self.version",
  1347. "illuminate/cookie": "self.version",
  1348. "illuminate/database": "self.version",
  1349. "illuminate/encryption": "self.version",
  1350. "illuminate/events": "self.version",
  1351. "illuminate/filesystem": "self.version",
  1352. "illuminate/hashing": "self.version",
  1353. "illuminate/http": "self.version",
  1354. "illuminate/log": "self.version",
  1355. "illuminate/macroable": "self.version",
  1356. "illuminate/mail": "self.version",
  1357. "illuminate/notifications": "self.version",
  1358. "illuminate/pagination": "self.version",
  1359. "illuminate/pipeline": "self.version",
  1360. "illuminate/process": "self.version",
  1361. "illuminate/queue": "self.version",
  1362. "illuminate/redis": "self.version",
  1363. "illuminate/routing": "self.version",
  1364. "illuminate/session": "self.version",
  1365. "illuminate/support": "self.version",
  1366. "illuminate/testing": "self.version",
  1367. "illuminate/translation": "self.version",
  1368. "illuminate/validation": "self.version",
  1369. "illuminate/view": "self.version",
  1370. "spatie/once": "*"
  1371. },
  1372. "require-dev": {
  1373. "ably/ably-php": "^1.0",
  1374. "aws/aws-sdk-php": "^3.322.9",
  1375. "ext-gmp": "*",
  1376. "fakerphp/faker": "^1.24",
  1377. "guzzlehttp/promises": "^2.0.3",
  1378. "guzzlehttp/psr7": "^2.4",
  1379. "laravel/pint": "^1.18",
  1380. "league/flysystem-aws-s3-v3": "^3.25.1",
  1381. "league/flysystem-ftp": "^3.25.1",
  1382. "league/flysystem-path-prefixing": "^3.25.1",
  1383. "league/flysystem-read-only": "^3.25.1",
  1384. "league/flysystem-sftp-v3": "^3.25.1",
  1385. "mockery/mockery": "^1.6.10",
  1386. "orchestra/testbench-core": "^9.11.2",
  1387. "pda/pheanstalk": "^5.0.6",
  1388. "php-http/discovery": "^1.15",
  1389. "phpstan/phpstan": "^2.0",
  1390. "phpunit/phpunit": "^10.5.35|^11.3.6|^12.0.1",
  1391. "predis/predis": "^2.3",
  1392. "resend/resend-php": "^0.10.0",
  1393. "symfony/cache": "^7.0.3",
  1394. "symfony/http-client": "^7.0.3",
  1395. "symfony/psr-http-message-bridge": "^7.0.3",
  1396. "symfony/translation": "^7.0.3"
  1397. },
  1398. "suggest": {
  1399. "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
  1400. "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.322.9).",
  1401. "brianium/paratest": "Required to run tests in parallel (^7.0|^8.0).",
  1402. "ext-apcu": "Required to use the APC cache driver.",
  1403. "ext-fileinfo": "Required to use the Filesystem class.",
  1404. "ext-ftp": "Required to use the Flysystem FTP driver.",
  1405. "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
  1406. "ext-memcached": "Required to use the memcache cache driver.",
  1407. "ext-pcntl": "Required to use all features of the queue worker and console signal trapping.",
  1408. "ext-pdo": "Required to use all database features.",
  1409. "ext-posix": "Required to use all features of the queue worker.",
  1410. "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0|^6.0).",
  1411. "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
  1412. "filp/whoops": "Required for friendly error pages in development (^2.14.3).",
  1413. "laravel/tinker": "Required to use the tinker console command (^2.0).",
  1414. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.25.1).",
  1415. "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.25.1).",
  1416. "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.25.1).",
  1417. "league/flysystem-read-only": "Required to use read-only disks (^3.25.1)",
  1418. "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.25.1).",
  1419. "mockery/mockery": "Required to use mocking (^1.6).",
  1420. "pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).",
  1421. "php-http/discovery": "Required to use PSR-7 bridging features (^1.15).",
  1422. "phpunit/phpunit": "Required to use assertions and run tests (^10.5.35|^11.3.6|^12.0.1).",
  1423. "predis/predis": "Required to use the predis connector (^2.3).",
  1424. "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
  1425. "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
  1426. "resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).",
  1427. "symfony/cache": "Required to PSR-6 cache bridge (^7.0).",
  1428. "symfony/filesystem": "Required to enable support for relative symbolic links (^7.0).",
  1429. "symfony/http-client": "Required to enable support for the Symfony API mail transports (^7.0).",
  1430. "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^7.0).",
  1431. "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^7.0).",
  1432. "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^7.0)."
  1433. },
  1434. "type": "library",
  1435. "extra": {
  1436. "branch-alias": {
  1437. "dev-master": "11.x-dev"
  1438. }
  1439. },
  1440. "autoload": {
  1441. "files": [
  1442. "src/Illuminate/Collections/functions.php",
  1443. "src/Illuminate/Collections/helpers.php",
  1444. "src/Illuminate/Events/functions.php",
  1445. "src/Illuminate/Filesystem/functions.php",
  1446. "src/Illuminate/Foundation/helpers.php",
  1447. "src/Illuminate/Log/functions.php",
  1448. "src/Illuminate/Support/functions.php",
  1449. "src/Illuminate/Support/helpers.php"
  1450. ],
  1451. "psr-4": {
  1452. "Illuminate\\": "src/Illuminate/",
  1453. "Illuminate\\Support\\": [
  1454. "src/Illuminate/Macroable/",
  1455. "src/Illuminate/Collections/",
  1456. "src/Illuminate/Conditionable/"
  1457. ]
  1458. }
  1459. },
  1460. "notification-url": "https://packagist.org/downloads/",
  1461. "license": [
  1462. "MIT"
  1463. ],
  1464. "authors": [
  1465. {
  1466. "name": "Taylor Otwell",
  1467. "email": "taylor@laravel.com"
  1468. }
  1469. ],
  1470. "description": "The Laravel Framework.",
  1471. "homepage": "https://laravel.com",
  1472. "keywords": [
  1473. "framework",
  1474. "laravel"
  1475. ],
  1476. "support": {
  1477. "issues": "https://github.com/laravel/framework/issues",
  1478. "source": "https://github.com/laravel/framework"
  1479. },
  1480. "time": "2025-03-12T14:34:30+00:00"
  1481. },
  1482. {
  1483. "name": "laravel/prompts",
  1484. "version": "v0.3.5",
  1485. "source": {
  1486. "type": "git",
  1487. "url": "https://github.com/laravel/prompts.git",
  1488. "reference": "57b8f7efe40333cdb925700891c7d7465325d3b1"
  1489. },
  1490. "dist": {
  1491. "type": "zip",
  1492. "url": "https://api.github.com/repos/laravel/prompts/zipball/57b8f7efe40333cdb925700891c7d7465325d3b1",
  1493. "reference": "57b8f7efe40333cdb925700891c7d7465325d3b1",
  1494. "shasum": ""
  1495. },
  1496. "require": {
  1497. "composer-runtime-api": "^2.2",
  1498. "ext-mbstring": "*",
  1499. "php": "^8.1",
  1500. "symfony/console": "^6.2|^7.0"
  1501. },
  1502. "conflict": {
  1503. "illuminate/console": ">=10.17.0 <10.25.0",
  1504. "laravel/framework": ">=10.17.0 <10.25.0"
  1505. },
  1506. "require-dev": {
  1507. "illuminate/collections": "^10.0|^11.0|^12.0",
  1508. "mockery/mockery": "^1.5",
  1509. "pestphp/pest": "^2.3|^3.4",
  1510. "phpstan/phpstan": "^1.11",
  1511. "phpstan/phpstan-mockery": "^1.1"
  1512. },
  1513. "suggest": {
  1514. "ext-pcntl": "Required for the spinner to be animated."
  1515. },
  1516. "type": "library",
  1517. "extra": {
  1518. "branch-alias": {
  1519. "dev-main": "0.3.x-dev"
  1520. }
  1521. },
  1522. "autoload": {
  1523. "files": [
  1524. "src/helpers.php"
  1525. ],
  1526. "psr-4": {
  1527. "Laravel\\Prompts\\": "src/"
  1528. }
  1529. },
  1530. "notification-url": "https://packagist.org/downloads/",
  1531. "license": [
  1532. "MIT"
  1533. ],
  1534. "description": "Add beautiful and user-friendly forms to your command-line applications.",
  1535. "support": {
  1536. "issues": "https://github.com/laravel/prompts/issues",
  1537. "source": "https://github.com/laravel/prompts/tree/v0.3.5"
  1538. },
  1539. "time": "2025-02-11T13:34:40+00:00"
  1540. },
  1541. {
  1542. "name": "laravel/serializable-closure",
  1543. "version": "v2.0.4",
  1544. "source": {
  1545. "type": "git",
  1546. "url": "https://github.com/laravel/serializable-closure.git",
  1547. "reference": "b352cf0534aa1ae6b4d825d1e762e35d43f8a841"
  1548. },
  1549. "dist": {
  1550. "type": "zip",
  1551. "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/b352cf0534aa1ae6b4d825d1e762e35d43f8a841",
  1552. "reference": "b352cf0534aa1ae6b4d825d1e762e35d43f8a841",
  1553. "shasum": ""
  1554. },
  1555. "require": {
  1556. "php": "^8.1"
  1557. },
  1558. "require-dev": {
  1559. "illuminate/support": "^10.0|^11.0|^12.0",
  1560. "nesbot/carbon": "^2.67|^3.0",
  1561. "pestphp/pest": "^2.36|^3.0",
  1562. "phpstan/phpstan": "^2.0",
  1563. "symfony/var-dumper": "^6.2.0|^7.0.0"
  1564. },
  1565. "type": "library",
  1566. "extra": {
  1567. "branch-alias": {
  1568. "dev-master": "2.x-dev"
  1569. }
  1570. },
  1571. "autoload": {
  1572. "psr-4": {
  1573. "Laravel\\SerializableClosure\\": "src/"
  1574. }
  1575. },
  1576. "notification-url": "https://packagist.org/downloads/",
  1577. "license": [
  1578. "MIT"
  1579. ],
  1580. "authors": [
  1581. {
  1582. "name": "Taylor Otwell",
  1583. "email": "taylor@laravel.com"
  1584. },
  1585. {
  1586. "name": "Nuno Maduro",
  1587. "email": "nuno@laravel.com"
  1588. }
  1589. ],
  1590. "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
  1591. "keywords": [
  1592. "closure",
  1593. "laravel",
  1594. "serializable"
  1595. ],
  1596. "support": {
  1597. "issues": "https://github.com/laravel/serializable-closure/issues",
  1598. "source": "https://github.com/laravel/serializable-closure"
  1599. },
  1600. "time": "2025-03-19T13:51:03+00:00"
  1601. },
  1602. {
  1603. "name": "league/commonmark",
  1604. "version": "2.6.1",
  1605. "source": {
  1606. "type": "git",
  1607. "url": "https://github.com/thephpleague/commonmark.git",
  1608. "reference": "d990688c91cedfb69753ffc2512727ec646df2ad"
  1609. },
  1610. "dist": {
  1611. "type": "zip",
  1612. "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/d990688c91cedfb69753ffc2512727ec646df2ad",
  1613. "reference": "d990688c91cedfb69753ffc2512727ec646df2ad",
  1614. "shasum": ""
  1615. },
  1616. "require": {
  1617. "ext-mbstring": "*",
  1618. "league/config": "^1.1.1",
  1619. "php": "^7.4 || ^8.0",
  1620. "psr/event-dispatcher": "^1.0",
  1621. "symfony/deprecation-contracts": "^2.1 || ^3.0",
  1622. "symfony/polyfill-php80": "^1.16"
  1623. },
  1624. "require-dev": {
  1625. "cebe/markdown": "^1.0",
  1626. "commonmark/cmark": "0.31.1",
  1627. "commonmark/commonmark.js": "0.31.1",
  1628. "composer/package-versions-deprecated": "^1.8",
  1629. "embed/embed": "^4.4",
  1630. "erusev/parsedown": "^1.0",
  1631. "ext-json": "*",
  1632. "github/gfm": "0.29.0",
  1633. "michelf/php-markdown": "^1.4 || ^2.0",
  1634. "nyholm/psr7": "^1.5",
  1635. "phpstan/phpstan": "^1.8.2",
  1636. "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
  1637. "scrutinizer/ocular": "^1.8.1",
  1638. "symfony/finder": "^5.3 | ^6.0 | ^7.0",
  1639. "symfony/process": "^5.4 | ^6.0 | ^7.0",
  1640. "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 | ^7.0",
  1641. "unleashedtech/php-coding-standard": "^3.1.1",
  1642. "vimeo/psalm": "^4.24.0 || ^5.0.0"
  1643. },
  1644. "suggest": {
  1645. "symfony/yaml": "v2.3+ required if using the Front Matter extension"
  1646. },
  1647. "type": "library",
  1648. "extra": {
  1649. "branch-alias": {
  1650. "dev-main": "2.7-dev"
  1651. }
  1652. },
  1653. "autoload": {
  1654. "psr-4": {
  1655. "League\\CommonMark\\": "src"
  1656. }
  1657. },
  1658. "notification-url": "https://packagist.org/downloads/",
  1659. "license": [
  1660. "BSD-3-Clause"
  1661. ],
  1662. "authors": [
  1663. {
  1664. "name": "Colin O'Dell",
  1665. "email": "colinodell@gmail.com",
  1666. "homepage": "https://www.colinodell.com",
  1667. "role": "Lead Developer"
  1668. }
  1669. ],
  1670. "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
  1671. "homepage": "https://commonmark.thephpleague.com",
  1672. "keywords": [
  1673. "commonmark",
  1674. "flavored",
  1675. "gfm",
  1676. "github",
  1677. "github-flavored",
  1678. "markdown",
  1679. "md",
  1680. "parser"
  1681. ],
  1682. "support": {
  1683. "docs": "https://commonmark.thephpleague.com/",
  1684. "forum": "https://github.com/thephpleague/commonmark/discussions",
  1685. "issues": "https://github.com/thephpleague/commonmark/issues",
  1686. "rss": "https://github.com/thephpleague/commonmark/releases.atom",
  1687. "source": "https://github.com/thephpleague/commonmark"
  1688. },
  1689. "funding": [
  1690. {
  1691. "url": "https://www.colinodell.com/sponsor",
  1692. "type": "custom"
  1693. },
  1694. {
  1695. "url": "https://www.paypal.me/colinpodell/10.00",
  1696. "type": "custom"
  1697. },
  1698. {
  1699. "url": "https://github.com/colinodell",
  1700. "type": "github"
  1701. },
  1702. {
  1703. "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
  1704. "type": "tidelift"
  1705. }
  1706. ],
  1707. "time": "2024-12-29T14:10:59+00:00"
  1708. },
  1709. {
  1710. "name": "league/config",
  1711. "version": "v1.2.0",
  1712. "source": {
  1713. "type": "git",
  1714. "url": "https://github.com/thephpleague/config.git",
  1715. "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
  1716. },
  1717. "dist": {
  1718. "type": "zip",
  1719. "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
  1720. "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
  1721. "shasum": ""
  1722. },
  1723. "require": {
  1724. "dflydev/dot-access-data": "^3.0.1",
  1725. "nette/schema": "^1.2",
  1726. "php": "^7.4 || ^8.0"
  1727. },
  1728. "require-dev": {
  1729. "phpstan/phpstan": "^1.8.2",
  1730. "phpunit/phpunit": "^9.5.5",
  1731. "scrutinizer/ocular": "^1.8.1",
  1732. "unleashedtech/php-coding-standard": "^3.1",
  1733. "vimeo/psalm": "^4.7.3"
  1734. },
  1735. "type": "library",
  1736. "extra": {
  1737. "branch-alias": {
  1738. "dev-main": "1.2-dev"
  1739. }
  1740. },
  1741. "autoload": {
  1742. "psr-4": {
  1743. "League\\Config\\": "src"
  1744. }
  1745. },
  1746. "notification-url": "https://packagist.org/downloads/",
  1747. "license": [
  1748. "BSD-3-Clause"
  1749. ],
  1750. "authors": [
  1751. {
  1752. "name": "Colin O'Dell",
  1753. "email": "colinodell@gmail.com",
  1754. "homepage": "https://www.colinodell.com",
  1755. "role": "Lead Developer"
  1756. }
  1757. ],
  1758. "description": "Define configuration arrays with strict schemas and access values with dot notation",
  1759. "homepage": "https://config.thephpleague.com",
  1760. "keywords": [
  1761. "array",
  1762. "config",
  1763. "configuration",
  1764. "dot",
  1765. "dot-access",
  1766. "nested",
  1767. "schema"
  1768. ],
  1769. "support": {
  1770. "docs": "https://config.thephpleague.com/",
  1771. "issues": "https://github.com/thephpleague/config/issues",
  1772. "rss": "https://github.com/thephpleague/config/releases.atom",
  1773. "source": "https://github.com/thephpleague/config"
  1774. },
  1775. "funding": [
  1776. {
  1777. "url": "https://www.colinodell.com/sponsor",
  1778. "type": "custom"
  1779. },
  1780. {
  1781. "url": "https://www.paypal.me/colinpodell/10.00",
  1782. "type": "custom"
  1783. },
  1784. {
  1785. "url": "https://github.com/colinodell",
  1786. "type": "github"
  1787. }
  1788. ],
  1789. "time": "2022-12-11T20:36:23+00:00"
  1790. },
  1791. {
  1792. "name": "league/csv",
  1793. "version": "9.23.0",
  1794. "source": {
  1795. "type": "git",
  1796. "url": "https://github.com/thephpleague/csv.git",
  1797. "reference": "774008ad8a634448e4f8e288905e070e8b317ff3"
  1798. },
  1799. "dist": {
  1800. "type": "zip",
  1801. "url": "https://api.github.com/repos/thephpleague/csv/zipball/774008ad8a634448e4f8e288905e070e8b317ff3",
  1802. "reference": "774008ad8a634448e4f8e288905e070e8b317ff3",
  1803. "shasum": ""
  1804. },
  1805. "require": {
  1806. "ext-filter": "*",
  1807. "php": "^8.1.2"
  1808. },
  1809. "require-dev": {
  1810. "ext-dom": "*",
  1811. "ext-xdebug": "*",
  1812. "friendsofphp/php-cs-fixer": "^3.69.0",
  1813. "phpbench/phpbench": "^1.4.0",
  1814. "phpstan/phpstan": "^1.12.18",
  1815. "phpstan/phpstan-deprecation-rules": "^1.2.1",
  1816. "phpstan/phpstan-phpunit": "^1.4.2",
  1817. "phpstan/phpstan-strict-rules": "^1.6.2",
  1818. "phpunit/phpunit": "^10.5.16 || ^11.5.7",
  1819. "symfony/var-dumper": "^6.4.8 || ^7.2.3"
  1820. },
  1821. "suggest": {
  1822. "ext-dom": "Required to use the XMLConverter and the HTMLConverter classes",
  1823. "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters",
  1824. "ext-mbstring": "Needed to ease transcoding CSV using mb stream filters",
  1825. "ext-mysqli": "Requiered to use the package with the MySQLi extension",
  1826. "ext-pdo": "Required to use the package with the PDO extension",
  1827. "ext-pgsql": "Requiered to use the package with the PgSQL extension",
  1828. "ext-sqlite3": "Required to use the package with the SQLite3 extension"
  1829. },
  1830. "type": "library",
  1831. "extra": {
  1832. "branch-alias": {
  1833. "dev-master": "9.x-dev"
  1834. }
  1835. },
  1836. "autoload": {
  1837. "files": [
  1838. "src/functions_include.php"
  1839. ],
  1840. "psr-4": {
  1841. "League\\Csv\\": "src"
  1842. }
  1843. },
  1844. "notification-url": "https://packagist.org/downloads/",
  1845. "license": [
  1846. "MIT"
  1847. ],
  1848. "authors": [
  1849. {
  1850. "name": "Ignace Nyamagana Butera",
  1851. "email": "nyamsprod@gmail.com",
  1852. "homepage": "https://github.com/nyamsprod/",
  1853. "role": "Developer"
  1854. }
  1855. ],
  1856. "description": "CSV data manipulation made easy in PHP",
  1857. "homepage": "https://csv.thephpleague.com",
  1858. "keywords": [
  1859. "convert",
  1860. "csv",
  1861. "export",
  1862. "filter",
  1863. "import",
  1864. "read",
  1865. "transform",
  1866. "write"
  1867. ],
  1868. "support": {
  1869. "docs": "https://csv.thephpleague.com",
  1870. "issues": "https://github.com/thephpleague/csv/issues",
  1871. "rss": "https://github.com/thephpleague/csv/releases.atom",
  1872. "source": "https://github.com/thephpleague/csv"
  1873. },
  1874. "funding": [
  1875. {
  1876. "url": "https://github.com/sponsors/nyamsprod",
  1877. "type": "github"
  1878. }
  1879. ],
  1880. "time": "2025-03-28T06:52:04+00:00"
  1881. },
  1882. {
  1883. "name": "league/flysystem",
  1884. "version": "3.29.1",
  1885. "source": {
  1886. "type": "git",
  1887. "url": "https://github.com/thephpleague/flysystem.git",
  1888. "reference": "edc1bb7c86fab0776c3287dbd19b5fa278347319"
  1889. },
  1890. "dist": {
  1891. "type": "zip",
  1892. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/edc1bb7c86fab0776c3287dbd19b5fa278347319",
  1893. "reference": "edc1bb7c86fab0776c3287dbd19b5fa278347319",
  1894. "shasum": ""
  1895. },
  1896. "require": {
  1897. "league/flysystem-local": "^3.0.0",
  1898. "league/mime-type-detection": "^1.0.0",
  1899. "php": "^8.0.2"
  1900. },
  1901. "conflict": {
  1902. "async-aws/core": "<1.19.0",
  1903. "async-aws/s3": "<1.14.0",
  1904. "aws/aws-sdk-php": "3.209.31 || 3.210.0",
  1905. "guzzlehttp/guzzle": "<7.0",
  1906. "guzzlehttp/ringphp": "<1.1.1",
  1907. "phpseclib/phpseclib": "3.0.15",
  1908. "symfony/http-client": "<5.2"
  1909. },
  1910. "require-dev": {
  1911. "async-aws/s3": "^1.5 || ^2.0",
  1912. "async-aws/simple-s3": "^1.1 || ^2.0",
  1913. "aws/aws-sdk-php": "^3.295.10",
  1914. "composer/semver": "^3.0",
  1915. "ext-fileinfo": "*",
  1916. "ext-ftp": "*",
  1917. "ext-mongodb": "^1.3",
  1918. "ext-zip": "*",
  1919. "friendsofphp/php-cs-fixer": "^3.5",
  1920. "google/cloud-storage": "^1.23",
  1921. "guzzlehttp/psr7": "^2.6",
  1922. "microsoft/azure-storage-blob": "^1.1",
  1923. "mongodb/mongodb": "^1.2",
  1924. "phpseclib/phpseclib": "^3.0.36",
  1925. "phpstan/phpstan": "^1.10",
  1926. "phpunit/phpunit": "^9.5.11|^10.0",
  1927. "sabre/dav": "^4.6.0"
  1928. },
  1929. "type": "library",
  1930. "autoload": {
  1931. "psr-4": {
  1932. "League\\Flysystem\\": "src"
  1933. }
  1934. },
  1935. "notification-url": "https://packagist.org/downloads/",
  1936. "license": [
  1937. "MIT"
  1938. ],
  1939. "authors": [
  1940. {
  1941. "name": "Frank de Jonge",
  1942. "email": "info@frankdejonge.nl"
  1943. }
  1944. ],
  1945. "description": "File storage abstraction for PHP",
  1946. "keywords": [
  1947. "WebDAV",
  1948. "aws",
  1949. "cloud",
  1950. "file",
  1951. "files",
  1952. "filesystem",
  1953. "filesystems",
  1954. "ftp",
  1955. "s3",
  1956. "sftp",
  1957. "storage"
  1958. ],
  1959. "support": {
  1960. "issues": "https://github.com/thephpleague/flysystem/issues",
  1961. "source": "https://github.com/thephpleague/flysystem/tree/3.29.1"
  1962. },
  1963. "time": "2024-10-08T08:58:34+00:00"
  1964. },
  1965. {
  1966. "name": "league/flysystem-local",
  1967. "version": "3.29.0",
  1968. "source": {
  1969. "type": "git",
  1970. "url": "https://github.com/thephpleague/flysystem-local.git",
  1971. "reference": "e0e8d52ce4b2ed154148453d321e97c8e931bd27"
  1972. },
  1973. "dist": {
  1974. "type": "zip",
  1975. "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/e0e8d52ce4b2ed154148453d321e97c8e931bd27",
  1976. "reference": "e0e8d52ce4b2ed154148453d321e97c8e931bd27",
  1977. "shasum": ""
  1978. },
  1979. "require": {
  1980. "ext-fileinfo": "*",
  1981. "league/flysystem": "^3.0.0",
  1982. "league/mime-type-detection": "^1.0.0",
  1983. "php": "^8.0.2"
  1984. },
  1985. "type": "library",
  1986. "autoload": {
  1987. "psr-4": {
  1988. "League\\Flysystem\\Local\\": ""
  1989. }
  1990. },
  1991. "notification-url": "https://packagist.org/downloads/",
  1992. "license": [
  1993. "MIT"
  1994. ],
  1995. "authors": [
  1996. {
  1997. "name": "Frank de Jonge",
  1998. "email": "info@frankdejonge.nl"
  1999. }
  2000. ],
  2001. "description": "Local filesystem adapter for Flysystem.",
  2002. "keywords": [
  2003. "Flysystem",
  2004. "file",
  2005. "files",
  2006. "filesystem",
  2007. "local"
  2008. ],
  2009. "support": {
  2010. "source": "https://github.com/thephpleague/flysystem-local/tree/3.29.0"
  2011. },
  2012. "time": "2024-08-09T21:24:39+00:00"
  2013. },
  2014. {
  2015. "name": "league/mime-type-detection",
  2016. "version": "1.16.0",
  2017. "source": {
  2018. "type": "git",
  2019. "url": "https://github.com/thephpleague/mime-type-detection.git",
  2020. "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9"
  2021. },
  2022. "dist": {
  2023. "type": "zip",
  2024. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9",
  2025. "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9",
  2026. "shasum": ""
  2027. },
  2028. "require": {
  2029. "ext-fileinfo": "*",
  2030. "php": "^7.4 || ^8.0"
  2031. },
  2032. "require-dev": {
  2033. "friendsofphp/php-cs-fixer": "^3.2",
  2034. "phpstan/phpstan": "^0.12.68",
  2035. "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
  2036. },
  2037. "type": "library",
  2038. "autoload": {
  2039. "psr-4": {
  2040. "League\\MimeTypeDetection\\": "src"
  2041. }
  2042. },
  2043. "notification-url": "https://packagist.org/downloads/",
  2044. "license": [
  2045. "MIT"
  2046. ],
  2047. "authors": [
  2048. {
  2049. "name": "Frank de Jonge",
  2050. "email": "info@frankdejonge.nl"
  2051. }
  2052. ],
  2053. "description": "Mime-type detection for Flysystem",
  2054. "support": {
  2055. "issues": "https://github.com/thephpleague/mime-type-detection/issues",
  2056. "source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0"
  2057. },
  2058. "funding": [
  2059. {
  2060. "url": "https://github.com/frankdejonge",
  2061. "type": "github"
  2062. },
  2063. {
  2064. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  2065. "type": "tidelift"
  2066. }
  2067. ],
  2068. "time": "2024-09-21T08:32:55+00:00"
  2069. },
  2070. {
  2071. "name": "league/uri",
  2072. "version": "7.5.1",
  2073. "source": {
  2074. "type": "git",
  2075. "url": "https://github.com/thephpleague/uri.git",
  2076. "reference": "81fb5145d2644324614cc532b28efd0215bda430"
  2077. },
  2078. "dist": {
  2079. "type": "zip",
  2080. "url": "https://api.github.com/repos/thephpleague/uri/zipball/81fb5145d2644324614cc532b28efd0215bda430",
  2081. "reference": "81fb5145d2644324614cc532b28efd0215bda430",
  2082. "shasum": ""
  2083. },
  2084. "require": {
  2085. "league/uri-interfaces": "^7.5",
  2086. "php": "^8.1"
  2087. },
  2088. "conflict": {
  2089. "league/uri-schemes": "^1.0"
  2090. },
  2091. "suggest": {
  2092. "ext-bcmath": "to improve IPV4 host parsing",
  2093. "ext-fileinfo": "to create Data URI from file contennts",
  2094. "ext-gmp": "to improve IPV4 host parsing",
  2095. "ext-intl": "to handle IDN host with the best performance",
  2096. "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
  2097. "league/uri-components": "Needed to easily manipulate URI objects components",
  2098. "php-64bit": "to improve IPV4 host parsing",
  2099. "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
  2100. },
  2101. "type": "library",
  2102. "extra": {
  2103. "branch-alias": {
  2104. "dev-master": "7.x-dev"
  2105. }
  2106. },
  2107. "autoload": {
  2108. "psr-4": {
  2109. "League\\Uri\\": ""
  2110. }
  2111. },
  2112. "notification-url": "https://packagist.org/downloads/",
  2113. "license": [
  2114. "MIT"
  2115. ],
  2116. "authors": [
  2117. {
  2118. "name": "Ignace Nyamagana Butera",
  2119. "email": "nyamsprod@gmail.com",
  2120. "homepage": "https://nyamsprod.com"
  2121. }
  2122. ],
  2123. "description": "URI manipulation library",
  2124. "homepage": "https://uri.thephpleague.com",
  2125. "keywords": [
  2126. "data-uri",
  2127. "file-uri",
  2128. "ftp",
  2129. "hostname",
  2130. "http",
  2131. "https",
  2132. "middleware",
  2133. "parse_str",
  2134. "parse_url",
  2135. "psr-7",
  2136. "query-string",
  2137. "querystring",
  2138. "rfc3986",
  2139. "rfc3987",
  2140. "rfc6570",
  2141. "uri",
  2142. "uri-template",
  2143. "url",
  2144. "ws"
  2145. ],
  2146. "support": {
  2147. "docs": "https://uri.thephpleague.com",
  2148. "forum": "https://thephpleague.slack.com",
  2149. "issues": "https://github.com/thephpleague/uri-src/issues",
  2150. "source": "https://github.com/thephpleague/uri/tree/7.5.1"
  2151. },
  2152. "funding": [
  2153. {
  2154. "url": "https://github.com/sponsors/nyamsprod",
  2155. "type": "github"
  2156. }
  2157. ],
  2158. "time": "2024-12-08T08:40:02+00:00"
  2159. },
  2160. {
  2161. "name": "league/uri-interfaces",
  2162. "version": "7.5.0",
  2163. "source": {
  2164. "type": "git",
  2165. "url": "https://github.com/thephpleague/uri-interfaces.git",
  2166. "reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742"
  2167. },
  2168. "dist": {
  2169. "type": "zip",
  2170. "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
  2171. "reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
  2172. "shasum": ""
  2173. },
  2174. "require": {
  2175. "ext-filter": "*",
  2176. "php": "^8.1",
  2177. "psr/http-factory": "^1",
  2178. "psr/http-message": "^1.1 || ^2.0"
  2179. },
  2180. "suggest": {
  2181. "ext-bcmath": "to improve IPV4 host parsing",
  2182. "ext-gmp": "to improve IPV4 host parsing",
  2183. "ext-intl": "to handle IDN host with the best performance",
  2184. "php-64bit": "to improve IPV4 host parsing",
  2185. "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
  2186. },
  2187. "type": "library",
  2188. "extra": {
  2189. "branch-alias": {
  2190. "dev-master": "7.x-dev"
  2191. }
  2192. },
  2193. "autoload": {
  2194. "psr-4": {
  2195. "League\\Uri\\": ""
  2196. }
  2197. },
  2198. "notification-url": "https://packagist.org/downloads/",
  2199. "license": [
  2200. "MIT"
  2201. ],
  2202. "authors": [
  2203. {
  2204. "name": "Ignace Nyamagana Butera",
  2205. "email": "nyamsprod@gmail.com",
  2206. "homepage": "https://nyamsprod.com"
  2207. }
  2208. ],
  2209. "description": "Common interfaces and classes for URI representation and interaction",
  2210. "homepage": "https://uri.thephpleague.com",
  2211. "keywords": [
  2212. "data-uri",
  2213. "file-uri",
  2214. "ftp",
  2215. "hostname",
  2216. "http",
  2217. "https",
  2218. "parse_str",
  2219. "parse_url",
  2220. "psr-7",
  2221. "query-string",
  2222. "querystring",
  2223. "rfc3986",
  2224. "rfc3987",
  2225. "rfc6570",
  2226. "uri",
  2227. "url",
  2228. "ws"
  2229. ],
  2230. "support": {
  2231. "docs": "https://uri.thephpleague.com",
  2232. "forum": "https://thephpleague.slack.com",
  2233. "issues": "https://github.com/thephpleague/uri-src/issues",
  2234. "source": "https://github.com/thephpleague/uri-interfaces/tree/7.5.0"
  2235. },
  2236. "funding": [
  2237. {
  2238. "url": "https://github.com/sponsors/nyamsprod",
  2239. "type": "github"
  2240. }
  2241. ],
  2242. "time": "2024-12-08T08:18:47+00:00"
  2243. },
  2244. {
  2245. "name": "moneyphp/money",
  2246. "version": "v4.7.0",
  2247. "source": {
  2248. "type": "git",
  2249. "url": "https://github.com/moneyphp/money.git",
  2250. "reference": "af048f0206d3b39b8fad9de6a230cedf765365fa"
  2251. },
  2252. "dist": {
  2253. "type": "zip",
  2254. "url": "https://api.github.com/repos/moneyphp/money/zipball/af048f0206d3b39b8fad9de6a230cedf765365fa",
  2255. "reference": "af048f0206d3b39b8fad9de6a230cedf765365fa",
  2256. "shasum": ""
  2257. },
  2258. "require": {
  2259. "ext-bcmath": "*",
  2260. "ext-filter": "*",
  2261. "ext-json": "*",
  2262. "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
  2263. },
  2264. "require-dev": {
  2265. "cache/taggable-cache": "^1.1.0",
  2266. "doctrine/coding-standard": "^12.0",
  2267. "doctrine/instantiator": "^1.5.0 || ^2.0",
  2268. "ext-gmp": "*",
  2269. "ext-intl": "*",
  2270. "florianv/exchanger": "^2.8.1",
  2271. "florianv/swap": "^4.3.0",
  2272. "moneyphp/crypto-currencies": "^1.1.0",
  2273. "moneyphp/iso-currencies": "^3.4",
  2274. "php-http/message": "^1.16.0",
  2275. "php-http/mock-client": "^1.6.0",
  2276. "phpbench/phpbench": "^1.2.5",
  2277. "phpstan/extension-installer": "^1.4",
  2278. "phpstan/phpstan": "^2.1.9",
  2279. "phpstan/phpstan-phpunit": "^2.0",
  2280. "phpunit/phpunit": "^10.5.9",
  2281. "psr/cache": "^1.0.1 || ^2.0 || ^3.0",
  2282. "ticketswap/phpstan-error-formatter": "^1.1"
  2283. },
  2284. "suggest": {
  2285. "ext-gmp": "Calculate without integer limits",
  2286. "ext-intl": "Format Money objects with intl",
  2287. "florianv/exchanger": "Exchange rates library for PHP",
  2288. "florianv/swap": "Exchange rates library for PHP",
  2289. "psr/cache-implementation": "Used for Currency caching"
  2290. },
  2291. "type": "library",
  2292. "extra": {
  2293. "branch-alias": {
  2294. "dev-master": "3.x-dev"
  2295. }
  2296. },
  2297. "autoload": {
  2298. "psr-4": {
  2299. "Money\\": "src/"
  2300. }
  2301. },
  2302. "notification-url": "https://packagist.org/downloads/",
  2303. "license": [
  2304. "MIT"
  2305. ],
  2306. "authors": [
  2307. {
  2308. "name": "Mathias Verraes",
  2309. "email": "mathias@verraes.net",
  2310. "homepage": "http://verraes.net"
  2311. },
  2312. {
  2313. "name": "Márk Sági-Kazár",
  2314. "email": "mark.sagikazar@gmail.com"
  2315. },
  2316. {
  2317. "name": "Frederik Bosch",
  2318. "email": "f.bosch@genkgo.nl"
  2319. }
  2320. ],
  2321. "description": "PHP implementation of Fowler's Money pattern",
  2322. "homepage": "http://moneyphp.org",
  2323. "keywords": [
  2324. "Value Object",
  2325. "money",
  2326. "vo"
  2327. ],
  2328. "support": {
  2329. "issues": "https://github.com/moneyphp/money/issues",
  2330. "source": "https://github.com/moneyphp/money/tree/v4.7.0"
  2331. },
  2332. "time": "2025-04-03T08:26:36+00:00"
  2333. },
  2334. {
  2335. "name": "monolog/monolog",
  2336. "version": "3.9.0",
  2337. "source": {
  2338. "type": "git",
  2339. "url": "https://github.com/Seldaek/monolog.git",
  2340. "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6"
  2341. },
  2342. "dist": {
  2343. "type": "zip",
  2344. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/10d85740180ecba7896c87e06a166e0c95a0e3b6",
  2345. "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6",
  2346. "shasum": ""
  2347. },
  2348. "require": {
  2349. "php": ">=8.1",
  2350. "psr/log": "^2.0 || ^3.0"
  2351. },
  2352. "provide": {
  2353. "psr/log-implementation": "3.0.0"
  2354. },
  2355. "require-dev": {
  2356. "aws/aws-sdk-php": "^3.0",
  2357. "doctrine/couchdb": "~1.0@dev",
  2358. "elasticsearch/elasticsearch": "^7 || ^8",
  2359. "ext-json": "*",
  2360. "graylog2/gelf-php": "^1.4.2 || ^2.0",
  2361. "guzzlehttp/guzzle": "^7.4.5",
  2362. "guzzlehttp/psr7": "^2.2",
  2363. "mongodb/mongodb": "^1.8",
  2364. "php-amqplib/php-amqplib": "~2.4 || ^3",
  2365. "php-console/php-console": "^3.1.8",
  2366. "phpstan/phpstan": "^2",
  2367. "phpstan/phpstan-deprecation-rules": "^2",
  2368. "phpstan/phpstan-strict-rules": "^2",
  2369. "phpunit/phpunit": "^10.5.17 || ^11.0.7",
  2370. "predis/predis": "^1.1 || ^2",
  2371. "rollbar/rollbar": "^4.0",
  2372. "ruflin/elastica": "^7 || ^8",
  2373. "symfony/mailer": "^5.4 || ^6",
  2374. "symfony/mime": "^5.4 || ^6"
  2375. },
  2376. "suggest": {
  2377. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  2378. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  2379. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  2380. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  2381. "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
  2382. "ext-mbstring": "Allow to work properly with unicode symbols",
  2383. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  2384. "ext-openssl": "Required to send log messages using SSL",
  2385. "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
  2386. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  2387. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  2388. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  2389. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  2390. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  2391. },
  2392. "type": "library",
  2393. "extra": {
  2394. "branch-alias": {
  2395. "dev-main": "3.x-dev"
  2396. }
  2397. },
  2398. "autoload": {
  2399. "psr-4": {
  2400. "Monolog\\": "src/Monolog"
  2401. }
  2402. },
  2403. "notification-url": "https://packagist.org/downloads/",
  2404. "license": [
  2405. "MIT"
  2406. ],
  2407. "authors": [
  2408. {
  2409. "name": "Jordi Boggiano",
  2410. "email": "j.boggiano@seld.be",
  2411. "homepage": "https://seld.be"
  2412. }
  2413. ],
  2414. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  2415. "homepage": "https://github.com/Seldaek/monolog",
  2416. "keywords": [
  2417. "log",
  2418. "logging",
  2419. "psr-3"
  2420. ],
  2421. "support": {
  2422. "issues": "https://github.com/Seldaek/monolog/issues",
  2423. "source": "https://github.com/Seldaek/monolog/tree/3.9.0"
  2424. },
  2425. "funding": [
  2426. {
  2427. "url": "https://github.com/Seldaek",
  2428. "type": "github"
  2429. },
  2430. {
  2431. "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
  2432. "type": "tidelift"
  2433. }
  2434. ],
  2435. "time": "2025-03-24T10:02:05+00:00"
  2436. },
  2437. {
  2438. "name": "nesbot/carbon",
  2439. "version": "3.9.0",
  2440. "source": {
  2441. "type": "git",
  2442. "url": "https://github.com/CarbonPHP/carbon.git",
  2443. "reference": "6d16a8a015166fe54e22c042e0805c5363aef50d"
  2444. },
  2445. "dist": {
  2446. "type": "zip",
  2447. "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/6d16a8a015166fe54e22c042e0805c5363aef50d",
  2448. "reference": "6d16a8a015166fe54e22c042e0805c5363aef50d",
  2449. "shasum": ""
  2450. },
  2451. "require": {
  2452. "carbonphp/carbon-doctrine-types": "<100.0",
  2453. "ext-json": "*",
  2454. "php": "^8.1",
  2455. "psr/clock": "^1.0",
  2456. "symfony/clock": "^6.3 || ^7.0",
  2457. "symfony/polyfill-mbstring": "^1.0",
  2458. "symfony/translation": "^4.4.18 || ^5.2.1|| ^6.0 || ^7.0"
  2459. },
  2460. "provide": {
  2461. "psr/clock-implementation": "1.0"
  2462. },
  2463. "require-dev": {
  2464. "doctrine/dbal": "^3.6.3 || ^4.0",
  2465. "doctrine/orm": "^2.15.2 || ^3.0",
  2466. "friendsofphp/php-cs-fixer": "^3.57.2",
  2467. "kylekatarnls/multi-tester": "^2.5.3",
  2468. "ondrejmirtes/better-reflection": "^6.25.0.4",
  2469. "phpmd/phpmd": "^2.15.0",
  2470. "phpstan/extension-installer": "^1.3.1",
  2471. "phpstan/phpstan": "^1.11.2",
  2472. "phpunit/phpunit": "^10.5.20",
  2473. "squizlabs/php_codesniffer": "^3.9.0"
  2474. },
  2475. "bin": [
  2476. "bin/carbon"
  2477. ],
  2478. "type": "library",
  2479. "extra": {
  2480. "laravel": {
  2481. "providers": [
  2482. "Carbon\\Laravel\\ServiceProvider"
  2483. ]
  2484. },
  2485. "phpstan": {
  2486. "includes": [
  2487. "extension.neon"
  2488. ]
  2489. },
  2490. "branch-alias": {
  2491. "dev-2.x": "2.x-dev",
  2492. "dev-master": "3.x-dev"
  2493. }
  2494. },
  2495. "autoload": {
  2496. "psr-4": {
  2497. "Carbon\\": "src/Carbon/"
  2498. }
  2499. },
  2500. "notification-url": "https://packagist.org/downloads/",
  2501. "license": [
  2502. "MIT"
  2503. ],
  2504. "authors": [
  2505. {
  2506. "name": "Brian Nesbitt",
  2507. "email": "brian@nesbot.com",
  2508. "homepage": "https://markido.com"
  2509. },
  2510. {
  2511. "name": "kylekatarnls",
  2512. "homepage": "https://github.com/kylekatarnls"
  2513. }
  2514. ],
  2515. "description": "An API extension for DateTime that supports 281 different languages.",
  2516. "homepage": "https://carbon.nesbot.com",
  2517. "keywords": [
  2518. "date",
  2519. "datetime",
  2520. "time"
  2521. ],
  2522. "support": {
  2523. "docs": "https://carbon.nesbot.com/docs",
  2524. "issues": "https://github.com/CarbonPHP/carbon/issues",
  2525. "source": "https://github.com/CarbonPHP/carbon"
  2526. },
  2527. "funding": [
  2528. {
  2529. "url": "https://github.com/sponsors/kylekatarnls",
  2530. "type": "github"
  2531. },
  2532. {
  2533. "url": "https://opencollective.com/Carbon#sponsor",
  2534. "type": "opencollective"
  2535. },
  2536. {
  2537. "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
  2538. "type": "tidelift"
  2539. }
  2540. ],
  2541. "time": "2025-03-27T12:57:33+00:00"
  2542. },
  2543. {
  2544. "name": "nette/schema",
  2545. "version": "v1.3.2",
  2546. "source": {
  2547. "type": "git",
  2548. "url": "https://github.com/nette/schema.git",
  2549. "reference": "da801d52f0354f70a638673c4a0f04e16529431d"
  2550. },
  2551. "dist": {
  2552. "type": "zip",
  2553. "url": "https://api.github.com/repos/nette/schema/zipball/da801d52f0354f70a638673c4a0f04e16529431d",
  2554. "reference": "da801d52f0354f70a638673c4a0f04e16529431d",
  2555. "shasum": ""
  2556. },
  2557. "require": {
  2558. "nette/utils": "^4.0",
  2559. "php": "8.1 - 8.4"
  2560. },
  2561. "require-dev": {
  2562. "nette/tester": "^2.5.2",
  2563. "phpstan/phpstan-nette": "^1.0",
  2564. "tracy/tracy": "^2.8"
  2565. },
  2566. "type": "library",
  2567. "extra": {
  2568. "branch-alias": {
  2569. "dev-master": "1.3-dev"
  2570. }
  2571. },
  2572. "autoload": {
  2573. "classmap": [
  2574. "src/"
  2575. ]
  2576. },
  2577. "notification-url": "https://packagist.org/downloads/",
  2578. "license": [
  2579. "BSD-3-Clause",
  2580. "GPL-2.0-only",
  2581. "GPL-3.0-only"
  2582. ],
  2583. "authors": [
  2584. {
  2585. "name": "David Grudl",
  2586. "homepage": "https://davidgrudl.com"
  2587. },
  2588. {
  2589. "name": "Nette Community",
  2590. "homepage": "https://nette.org/contributors"
  2591. }
  2592. ],
  2593. "description": "📐 Nette Schema: validating data structures against a given Schema.",
  2594. "homepage": "https://nette.org",
  2595. "keywords": [
  2596. "config",
  2597. "nette"
  2598. ],
  2599. "support": {
  2600. "issues": "https://github.com/nette/schema/issues",
  2601. "source": "https://github.com/nette/schema/tree/v1.3.2"
  2602. },
  2603. "time": "2024-10-06T23:10:23+00:00"
  2604. },
  2605. {
  2606. "name": "nette/utils",
  2607. "version": "v4.0.6",
  2608. "source": {
  2609. "type": "git",
  2610. "url": "https://github.com/nette/utils.git",
  2611. "reference": "ce708655043c7050eb050df361c5e313cf708309"
  2612. },
  2613. "dist": {
  2614. "type": "zip",
  2615. "url": "https://api.github.com/repos/nette/utils/zipball/ce708655043c7050eb050df361c5e313cf708309",
  2616. "reference": "ce708655043c7050eb050df361c5e313cf708309",
  2617. "shasum": ""
  2618. },
  2619. "require": {
  2620. "php": "8.0 - 8.4"
  2621. },
  2622. "conflict": {
  2623. "nette/finder": "<3",
  2624. "nette/schema": "<1.2.2"
  2625. },
  2626. "require-dev": {
  2627. "jetbrains/phpstorm-attributes": "dev-master",
  2628. "nette/tester": "^2.5",
  2629. "phpstan/phpstan": "^1.0",
  2630. "tracy/tracy": "^2.9"
  2631. },
  2632. "suggest": {
  2633. "ext-gd": "to use Image",
  2634. "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
  2635. "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
  2636. "ext-json": "to use Nette\\Utils\\Json",
  2637. "ext-mbstring": "to use Strings::lower() etc...",
  2638. "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
  2639. },
  2640. "type": "library",
  2641. "extra": {
  2642. "branch-alias": {
  2643. "dev-master": "4.0-dev"
  2644. }
  2645. },
  2646. "autoload": {
  2647. "classmap": [
  2648. "src/"
  2649. ]
  2650. },
  2651. "notification-url": "https://packagist.org/downloads/",
  2652. "license": [
  2653. "BSD-3-Clause",
  2654. "GPL-2.0-only",
  2655. "GPL-3.0-only"
  2656. ],
  2657. "authors": [
  2658. {
  2659. "name": "David Grudl",
  2660. "homepage": "https://davidgrudl.com"
  2661. },
  2662. {
  2663. "name": "Nette Community",
  2664. "homepage": "https://nette.org/contributors"
  2665. }
  2666. ],
  2667. "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
  2668. "homepage": "https://nette.org",
  2669. "keywords": [
  2670. "array",
  2671. "core",
  2672. "datetime",
  2673. "images",
  2674. "json",
  2675. "nette",
  2676. "paginator",
  2677. "password",
  2678. "slugify",
  2679. "string",
  2680. "unicode",
  2681. "utf-8",
  2682. "utility",
  2683. "validation"
  2684. ],
  2685. "support": {
  2686. "issues": "https://github.com/nette/utils/issues",
  2687. "source": "https://github.com/nette/utils/tree/v4.0.6"
  2688. },
  2689. "time": "2025-03-30T21:06:30+00:00"
  2690. },
  2691. {
  2692. "name": "nunomaduro/termwind",
  2693. "version": "v2.3.0",
  2694. "source": {
  2695. "type": "git",
  2696. "url": "https://github.com/nunomaduro/termwind.git",
  2697. "reference": "52915afe6a1044e8b9cee1bcff836fb63acf9cda"
  2698. },
  2699. "dist": {
  2700. "type": "zip",
  2701. "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/52915afe6a1044e8b9cee1bcff836fb63acf9cda",
  2702. "reference": "52915afe6a1044e8b9cee1bcff836fb63acf9cda",
  2703. "shasum": ""
  2704. },
  2705. "require": {
  2706. "ext-mbstring": "*",
  2707. "php": "^8.2",
  2708. "symfony/console": "^7.1.8"
  2709. },
  2710. "require-dev": {
  2711. "illuminate/console": "^11.33.2",
  2712. "laravel/pint": "^1.18.2",
  2713. "mockery/mockery": "^1.6.12",
  2714. "pestphp/pest": "^2.36.0",
  2715. "phpstan/phpstan": "^1.12.11",
  2716. "phpstan/phpstan-strict-rules": "^1.6.1",
  2717. "symfony/var-dumper": "^7.1.8",
  2718. "thecodingmachine/phpstan-strict-rules": "^1.0.0"
  2719. },
  2720. "type": "library",
  2721. "extra": {
  2722. "laravel": {
  2723. "providers": [
  2724. "Termwind\\Laravel\\TermwindServiceProvider"
  2725. ]
  2726. },
  2727. "branch-alias": {
  2728. "dev-2.x": "2.x-dev"
  2729. }
  2730. },
  2731. "autoload": {
  2732. "files": [
  2733. "src/Functions.php"
  2734. ],
  2735. "psr-4": {
  2736. "Termwind\\": "src/"
  2737. }
  2738. },
  2739. "notification-url": "https://packagist.org/downloads/",
  2740. "license": [
  2741. "MIT"
  2742. ],
  2743. "authors": [
  2744. {
  2745. "name": "Nuno Maduro",
  2746. "email": "enunomaduro@gmail.com"
  2747. }
  2748. ],
  2749. "description": "Its like Tailwind CSS, but for the console.",
  2750. "keywords": [
  2751. "cli",
  2752. "console",
  2753. "css",
  2754. "package",
  2755. "php",
  2756. "style"
  2757. ],
  2758. "support": {
  2759. "issues": "https://github.com/nunomaduro/termwind/issues",
  2760. "source": "https://github.com/nunomaduro/termwind/tree/v2.3.0"
  2761. },
  2762. "funding": [
  2763. {
  2764. "url": "https://www.paypal.com/paypalme/enunomaduro",
  2765. "type": "custom"
  2766. },
  2767. {
  2768. "url": "https://github.com/nunomaduro",
  2769. "type": "github"
  2770. },
  2771. {
  2772. "url": "https://github.com/xiCO2k",
  2773. "type": "github"
  2774. }
  2775. ],
  2776. "time": "2024-11-21T10:39:51+00:00"
  2777. },
  2778. {
  2779. "name": "phpoption/phpoption",
  2780. "version": "1.9.3",
  2781. "source": {
  2782. "type": "git",
  2783. "url": "https://github.com/schmittjoh/php-option.git",
  2784. "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54"
  2785. },
  2786. "dist": {
  2787. "type": "zip",
  2788. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54",
  2789. "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54",
  2790. "shasum": ""
  2791. },
  2792. "require": {
  2793. "php": "^7.2.5 || ^8.0"
  2794. },
  2795. "require-dev": {
  2796. "bamarni/composer-bin-plugin": "^1.8.2",
  2797. "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
  2798. },
  2799. "type": "library",
  2800. "extra": {
  2801. "bamarni-bin": {
  2802. "bin-links": true,
  2803. "forward-command": false
  2804. },
  2805. "branch-alias": {
  2806. "dev-master": "1.9-dev"
  2807. }
  2808. },
  2809. "autoload": {
  2810. "psr-4": {
  2811. "PhpOption\\": "src/PhpOption/"
  2812. }
  2813. },
  2814. "notification-url": "https://packagist.org/downloads/",
  2815. "license": [
  2816. "Apache-2.0"
  2817. ],
  2818. "authors": [
  2819. {
  2820. "name": "Johannes M. Schmitt",
  2821. "email": "schmittjoh@gmail.com",
  2822. "homepage": "https://github.com/schmittjoh"
  2823. },
  2824. {
  2825. "name": "Graham Campbell",
  2826. "email": "hello@gjcampbell.co.uk",
  2827. "homepage": "https://github.com/GrahamCampbell"
  2828. }
  2829. ],
  2830. "description": "Option Type for PHP",
  2831. "keywords": [
  2832. "language",
  2833. "option",
  2834. "php",
  2835. "type"
  2836. ],
  2837. "support": {
  2838. "issues": "https://github.com/schmittjoh/php-option/issues",
  2839. "source": "https://github.com/schmittjoh/php-option/tree/1.9.3"
  2840. },
  2841. "funding": [
  2842. {
  2843. "url": "https://github.com/GrahamCampbell",
  2844. "type": "github"
  2845. },
  2846. {
  2847. "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
  2848. "type": "tidelift"
  2849. }
  2850. ],
  2851. "time": "2024-07-20T21:41:07+00:00"
  2852. },
  2853. {
  2854. "name": "psr/clock",
  2855. "version": "1.0.0",
  2856. "source": {
  2857. "type": "git",
  2858. "url": "https://github.com/php-fig/clock.git",
  2859. "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
  2860. },
  2861. "dist": {
  2862. "type": "zip",
  2863. "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
  2864. "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
  2865. "shasum": ""
  2866. },
  2867. "require": {
  2868. "php": "^7.0 || ^8.0"
  2869. },
  2870. "type": "library",
  2871. "autoload": {
  2872. "psr-4": {
  2873. "Psr\\Clock\\": "src/"
  2874. }
  2875. },
  2876. "notification-url": "https://packagist.org/downloads/",
  2877. "license": [
  2878. "MIT"
  2879. ],
  2880. "authors": [
  2881. {
  2882. "name": "PHP-FIG",
  2883. "homepage": "https://www.php-fig.org/"
  2884. }
  2885. ],
  2886. "description": "Common interface for reading the clock.",
  2887. "homepage": "https://github.com/php-fig/clock",
  2888. "keywords": [
  2889. "clock",
  2890. "now",
  2891. "psr",
  2892. "psr-20",
  2893. "time"
  2894. ],
  2895. "support": {
  2896. "issues": "https://github.com/php-fig/clock/issues",
  2897. "source": "https://github.com/php-fig/clock/tree/1.0.0"
  2898. },
  2899. "time": "2022-11-25T14:36:26+00:00"
  2900. },
  2901. {
  2902. "name": "psr/container",
  2903. "version": "2.0.2",
  2904. "source": {
  2905. "type": "git",
  2906. "url": "https://github.com/php-fig/container.git",
  2907. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
  2908. },
  2909. "dist": {
  2910. "type": "zip",
  2911. "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  2912. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  2913. "shasum": ""
  2914. },
  2915. "require": {
  2916. "php": ">=7.4.0"
  2917. },
  2918. "type": "library",
  2919. "extra": {
  2920. "branch-alias": {
  2921. "dev-master": "2.0.x-dev"
  2922. }
  2923. },
  2924. "autoload": {
  2925. "psr-4": {
  2926. "Psr\\Container\\": "src/"
  2927. }
  2928. },
  2929. "notification-url": "https://packagist.org/downloads/",
  2930. "license": [
  2931. "MIT"
  2932. ],
  2933. "authors": [
  2934. {
  2935. "name": "PHP-FIG",
  2936. "homepage": "https://www.php-fig.org/"
  2937. }
  2938. ],
  2939. "description": "Common Container Interface (PHP FIG PSR-11)",
  2940. "homepage": "https://github.com/php-fig/container",
  2941. "keywords": [
  2942. "PSR-11",
  2943. "container",
  2944. "container-interface",
  2945. "container-interop",
  2946. "psr"
  2947. ],
  2948. "support": {
  2949. "issues": "https://github.com/php-fig/container/issues",
  2950. "source": "https://github.com/php-fig/container/tree/2.0.2"
  2951. },
  2952. "time": "2021-11-05T16:47:00+00:00"
  2953. },
  2954. {
  2955. "name": "psr/event-dispatcher",
  2956. "version": "1.0.0",
  2957. "source": {
  2958. "type": "git",
  2959. "url": "https://github.com/php-fig/event-dispatcher.git",
  2960. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  2961. },
  2962. "dist": {
  2963. "type": "zip",
  2964. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  2965. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  2966. "shasum": ""
  2967. },
  2968. "require": {
  2969. "php": ">=7.2.0"
  2970. },
  2971. "type": "library",
  2972. "extra": {
  2973. "branch-alias": {
  2974. "dev-master": "1.0.x-dev"
  2975. }
  2976. },
  2977. "autoload": {
  2978. "psr-4": {
  2979. "Psr\\EventDispatcher\\": "src/"
  2980. }
  2981. },
  2982. "notification-url": "https://packagist.org/downloads/",
  2983. "license": [
  2984. "MIT"
  2985. ],
  2986. "authors": [
  2987. {
  2988. "name": "PHP-FIG",
  2989. "homepage": "http://www.php-fig.org/"
  2990. }
  2991. ],
  2992. "description": "Standard interfaces for event handling.",
  2993. "keywords": [
  2994. "events",
  2995. "psr",
  2996. "psr-14"
  2997. ],
  2998. "support": {
  2999. "issues": "https://github.com/php-fig/event-dispatcher/issues",
  3000. "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
  3001. },
  3002. "time": "2019-01-08T18:20:26+00:00"
  3003. },
  3004. {
  3005. "name": "psr/http-client",
  3006. "version": "1.0.3",
  3007. "source": {
  3008. "type": "git",
  3009. "url": "https://github.com/php-fig/http-client.git",
  3010. "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
  3011. },
  3012. "dist": {
  3013. "type": "zip",
  3014. "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
  3015. "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
  3016. "shasum": ""
  3017. },
  3018. "require": {
  3019. "php": "^7.0 || ^8.0",
  3020. "psr/http-message": "^1.0 || ^2.0"
  3021. },
  3022. "type": "library",
  3023. "extra": {
  3024. "branch-alias": {
  3025. "dev-master": "1.0.x-dev"
  3026. }
  3027. },
  3028. "autoload": {
  3029. "psr-4": {
  3030. "Psr\\Http\\Client\\": "src/"
  3031. }
  3032. },
  3033. "notification-url": "https://packagist.org/downloads/",
  3034. "license": [
  3035. "MIT"
  3036. ],
  3037. "authors": [
  3038. {
  3039. "name": "PHP-FIG",
  3040. "homepage": "https://www.php-fig.org/"
  3041. }
  3042. ],
  3043. "description": "Common interface for HTTP clients",
  3044. "homepage": "https://github.com/php-fig/http-client",
  3045. "keywords": [
  3046. "http",
  3047. "http-client",
  3048. "psr",
  3049. "psr-18"
  3050. ],
  3051. "support": {
  3052. "source": "https://github.com/php-fig/http-client"
  3053. },
  3054. "time": "2023-09-23T14:17:50+00:00"
  3055. },
  3056. {
  3057. "name": "psr/http-factory",
  3058. "version": "1.1.0",
  3059. "source": {
  3060. "type": "git",
  3061. "url": "https://github.com/php-fig/http-factory.git",
  3062. "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
  3063. },
  3064. "dist": {
  3065. "type": "zip",
  3066. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
  3067. "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
  3068. "shasum": ""
  3069. },
  3070. "require": {
  3071. "php": ">=7.1",
  3072. "psr/http-message": "^1.0 || ^2.0"
  3073. },
  3074. "type": "library",
  3075. "extra": {
  3076. "branch-alias": {
  3077. "dev-master": "1.0.x-dev"
  3078. }
  3079. },
  3080. "autoload": {
  3081. "psr-4": {
  3082. "Psr\\Http\\Message\\": "src/"
  3083. }
  3084. },
  3085. "notification-url": "https://packagist.org/downloads/",
  3086. "license": [
  3087. "MIT"
  3088. ],
  3089. "authors": [
  3090. {
  3091. "name": "PHP-FIG",
  3092. "homepage": "https://www.php-fig.org/"
  3093. }
  3094. ],
  3095. "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
  3096. "keywords": [
  3097. "factory",
  3098. "http",
  3099. "message",
  3100. "psr",
  3101. "psr-17",
  3102. "psr-7",
  3103. "request",
  3104. "response"
  3105. ],
  3106. "support": {
  3107. "source": "https://github.com/php-fig/http-factory"
  3108. },
  3109. "time": "2024-04-15T12:06:14+00:00"
  3110. },
  3111. {
  3112. "name": "psr/http-message",
  3113. "version": "2.0",
  3114. "source": {
  3115. "type": "git",
  3116. "url": "https://github.com/php-fig/http-message.git",
  3117. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
  3118. },
  3119. "dist": {
  3120. "type": "zip",
  3121. "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  3122. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  3123. "shasum": ""
  3124. },
  3125. "require": {
  3126. "php": "^7.2 || ^8.0"
  3127. },
  3128. "type": "library",
  3129. "extra": {
  3130. "branch-alias": {
  3131. "dev-master": "2.0.x-dev"
  3132. }
  3133. },
  3134. "autoload": {
  3135. "psr-4": {
  3136. "Psr\\Http\\Message\\": "src/"
  3137. }
  3138. },
  3139. "notification-url": "https://packagist.org/downloads/",
  3140. "license": [
  3141. "MIT"
  3142. ],
  3143. "authors": [
  3144. {
  3145. "name": "PHP-FIG",
  3146. "homepage": "https://www.php-fig.org/"
  3147. }
  3148. ],
  3149. "description": "Common interface for HTTP messages",
  3150. "homepage": "https://github.com/php-fig/http-message",
  3151. "keywords": [
  3152. "http",
  3153. "http-message",
  3154. "psr",
  3155. "psr-7",
  3156. "request",
  3157. "response"
  3158. ],
  3159. "support": {
  3160. "source": "https://github.com/php-fig/http-message/tree/2.0"
  3161. },
  3162. "time": "2023-04-04T09:54:51+00:00"
  3163. },
  3164. {
  3165. "name": "psr/log",
  3166. "version": "3.0.2",
  3167. "source": {
  3168. "type": "git",
  3169. "url": "https://github.com/php-fig/log.git",
  3170. "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
  3171. },
  3172. "dist": {
  3173. "type": "zip",
  3174. "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
  3175. "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
  3176. "shasum": ""
  3177. },
  3178. "require": {
  3179. "php": ">=8.0.0"
  3180. },
  3181. "type": "library",
  3182. "extra": {
  3183. "branch-alias": {
  3184. "dev-master": "3.x-dev"
  3185. }
  3186. },
  3187. "autoload": {
  3188. "psr-4": {
  3189. "Psr\\Log\\": "src"
  3190. }
  3191. },
  3192. "notification-url": "https://packagist.org/downloads/",
  3193. "license": [
  3194. "MIT"
  3195. ],
  3196. "authors": [
  3197. {
  3198. "name": "PHP-FIG",
  3199. "homepage": "https://www.php-fig.org/"
  3200. }
  3201. ],
  3202. "description": "Common interface for logging libraries",
  3203. "homepage": "https://github.com/php-fig/log",
  3204. "keywords": [
  3205. "log",
  3206. "psr",
  3207. "psr-3"
  3208. ],
  3209. "support": {
  3210. "source": "https://github.com/php-fig/log/tree/3.0.2"
  3211. },
  3212. "time": "2024-09-11T13:17:53+00:00"
  3213. },
  3214. {
  3215. "name": "psr/simple-cache",
  3216. "version": "3.0.0",
  3217. "source": {
  3218. "type": "git",
  3219. "url": "https://github.com/php-fig/simple-cache.git",
  3220. "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
  3221. },
  3222. "dist": {
  3223. "type": "zip",
  3224. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
  3225. "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
  3226. "shasum": ""
  3227. },
  3228. "require": {
  3229. "php": ">=8.0.0"
  3230. },
  3231. "type": "library",
  3232. "extra": {
  3233. "branch-alias": {
  3234. "dev-master": "3.0.x-dev"
  3235. }
  3236. },
  3237. "autoload": {
  3238. "psr-4": {
  3239. "Psr\\SimpleCache\\": "src/"
  3240. }
  3241. },
  3242. "notification-url": "https://packagist.org/downloads/",
  3243. "license": [
  3244. "MIT"
  3245. ],
  3246. "authors": [
  3247. {
  3248. "name": "PHP-FIG",
  3249. "homepage": "https://www.php-fig.org/"
  3250. }
  3251. ],
  3252. "description": "Common interfaces for simple caching",
  3253. "keywords": [
  3254. "cache",
  3255. "caching",
  3256. "psr",
  3257. "psr-16",
  3258. "simple-cache"
  3259. ],
  3260. "support": {
  3261. "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
  3262. },
  3263. "time": "2021-10-29T13:26:27+00:00"
  3264. },
  3265. {
  3266. "name": "ralouphie/getallheaders",
  3267. "version": "3.0.3",
  3268. "source": {
  3269. "type": "git",
  3270. "url": "https://github.com/ralouphie/getallheaders.git",
  3271. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  3272. },
  3273. "dist": {
  3274. "type": "zip",
  3275. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  3276. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  3277. "shasum": ""
  3278. },
  3279. "require": {
  3280. "php": ">=5.6"
  3281. },
  3282. "require-dev": {
  3283. "php-coveralls/php-coveralls": "^2.1",
  3284. "phpunit/phpunit": "^5 || ^6.5"
  3285. },
  3286. "type": "library",
  3287. "autoload": {
  3288. "files": [
  3289. "src/getallheaders.php"
  3290. ]
  3291. },
  3292. "notification-url": "https://packagist.org/downloads/",
  3293. "license": [
  3294. "MIT"
  3295. ],
  3296. "authors": [
  3297. {
  3298. "name": "Ralph Khattar",
  3299. "email": "ralph.khattar@gmail.com"
  3300. }
  3301. ],
  3302. "description": "A polyfill for getallheaders.",
  3303. "support": {
  3304. "issues": "https://github.com/ralouphie/getallheaders/issues",
  3305. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  3306. },
  3307. "time": "2019-03-08T08:55:37+00:00"
  3308. },
  3309. {
  3310. "name": "ramsey/collection",
  3311. "version": "2.1.1",
  3312. "source": {
  3313. "type": "git",
  3314. "url": "https://github.com/ramsey/collection.git",
  3315. "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2"
  3316. },
  3317. "dist": {
  3318. "type": "zip",
  3319. "url": "https://api.github.com/repos/ramsey/collection/zipball/344572933ad0181accbf4ba763e85a0306a8c5e2",
  3320. "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2",
  3321. "shasum": ""
  3322. },
  3323. "require": {
  3324. "php": "^8.1"
  3325. },
  3326. "require-dev": {
  3327. "captainhook/plugin-composer": "^5.3",
  3328. "ergebnis/composer-normalize": "^2.45",
  3329. "fakerphp/faker": "^1.24",
  3330. "hamcrest/hamcrest-php": "^2.0",
  3331. "jangregor/phpstan-prophecy": "^2.1",
  3332. "mockery/mockery": "^1.6",
  3333. "php-parallel-lint/php-console-highlighter": "^1.0",
  3334. "php-parallel-lint/php-parallel-lint": "^1.4",
  3335. "phpspec/prophecy-phpunit": "^2.3",
  3336. "phpstan/extension-installer": "^1.4",
  3337. "phpstan/phpstan": "^2.1",
  3338. "phpstan/phpstan-mockery": "^2.0",
  3339. "phpstan/phpstan-phpunit": "^2.0",
  3340. "phpunit/phpunit": "^10.5",
  3341. "ramsey/coding-standard": "^2.3",
  3342. "ramsey/conventional-commits": "^1.6",
  3343. "roave/security-advisories": "dev-latest"
  3344. },
  3345. "type": "library",
  3346. "extra": {
  3347. "captainhook": {
  3348. "force-install": true
  3349. },
  3350. "ramsey/conventional-commits": {
  3351. "configFile": "conventional-commits.json"
  3352. }
  3353. },
  3354. "autoload": {
  3355. "psr-4": {
  3356. "Ramsey\\Collection\\": "src/"
  3357. }
  3358. },
  3359. "notification-url": "https://packagist.org/downloads/",
  3360. "license": [
  3361. "MIT"
  3362. ],
  3363. "authors": [
  3364. {
  3365. "name": "Ben Ramsey",
  3366. "email": "ben@benramsey.com",
  3367. "homepage": "https://benramsey.com"
  3368. }
  3369. ],
  3370. "description": "A PHP library for representing and manipulating collections.",
  3371. "keywords": [
  3372. "array",
  3373. "collection",
  3374. "hash",
  3375. "map",
  3376. "queue",
  3377. "set"
  3378. ],
  3379. "support": {
  3380. "issues": "https://github.com/ramsey/collection/issues",
  3381. "source": "https://github.com/ramsey/collection/tree/2.1.1"
  3382. },
  3383. "time": "2025-03-22T05:38:12+00:00"
  3384. },
  3385. {
  3386. "name": "ramsey/uuid",
  3387. "version": "4.7.6",
  3388. "source": {
  3389. "type": "git",
  3390. "url": "https://github.com/ramsey/uuid.git",
  3391. "reference": "91039bc1faa45ba123c4328958e620d382ec7088"
  3392. },
  3393. "dist": {
  3394. "type": "zip",
  3395. "url": "https://api.github.com/repos/ramsey/uuid/zipball/91039bc1faa45ba123c4328958e620d382ec7088",
  3396. "reference": "91039bc1faa45ba123c4328958e620d382ec7088",
  3397. "shasum": ""
  3398. },
  3399. "require": {
  3400. "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12",
  3401. "ext-json": "*",
  3402. "php": "^8.0",
  3403. "ramsey/collection": "^1.2 || ^2.0"
  3404. },
  3405. "replace": {
  3406. "rhumsaa/uuid": "self.version"
  3407. },
  3408. "require-dev": {
  3409. "captainhook/captainhook": "^5.10",
  3410. "captainhook/plugin-composer": "^5.3",
  3411. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  3412. "doctrine/annotations": "^1.8",
  3413. "ergebnis/composer-normalize": "^2.15",
  3414. "mockery/mockery": "^1.3",
  3415. "paragonie/random-lib": "^2",
  3416. "php-mock/php-mock": "^2.2",
  3417. "php-mock/php-mock-mockery": "^1.3",
  3418. "php-parallel-lint/php-parallel-lint": "^1.1",
  3419. "phpbench/phpbench": "^1.0",
  3420. "phpstan/extension-installer": "^1.1",
  3421. "phpstan/phpstan": "^1.8",
  3422. "phpstan/phpstan-mockery": "^1.1",
  3423. "phpstan/phpstan-phpunit": "^1.1",
  3424. "phpunit/phpunit": "^8.5 || ^9",
  3425. "ramsey/composer-repl": "^1.4",
  3426. "slevomat/coding-standard": "^8.4",
  3427. "squizlabs/php_codesniffer": "^3.5",
  3428. "vimeo/psalm": "^4.9"
  3429. },
  3430. "suggest": {
  3431. "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
  3432. "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
  3433. "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
  3434. "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  3435. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  3436. },
  3437. "type": "library",
  3438. "extra": {
  3439. "captainhook": {
  3440. "force-install": true
  3441. }
  3442. },
  3443. "autoload": {
  3444. "files": [
  3445. "src/functions.php"
  3446. ],
  3447. "psr-4": {
  3448. "Ramsey\\Uuid\\": "src/"
  3449. }
  3450. },
  3451. "notification-url": "https://packagist.org/downloads/",
  3452. "license": [
  3453. "MIT"
  3454. ],
  3455. "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
  3456. "keywords": [
  3457. "guid",
  3458. "identifier",
  3459. "uuid"
  3460. ],
  3461. "support": {
  3462. "issues": "https://github.com/ramsey/uuid/issues",
  3463. "source": "https://github.com/ramsey/uuid/tree/4.7.6"
  3464. },
  3465. "funding": [
  3466. {
  3467. "url": "https://github.com/ramsey",
  3468. "type": "github"
  3469. },
  3470. {
  3471. "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
  3472. "type": "tidelift"
  3473. }
  3474. ],
  3475. "time": "2024-04-27T21:32:50+00:00"
  3476. },
  3477. {
  3478. "name": "spatie/enum",
  3479. "version": "3.13.0",
  3480. "source": {
  3481. "type": "git",
  3482. "url": "https://github.com/spatie/enum.git",
  3483. "reference": "f1a0f464ba909491a53e60a955ce84ad7cd93a2c"
  3484. },
  3485. "dist": {
  3486. "type": "zip",
  3487. "url": "https://api.github.com/repos/spatie/enum/zipball/f1a0f464ba909491a53e60a955ce84ad7cd93a2c",
  3488. "reference": "f1a0f464ba909491a53e60a955ce84ad7cd93a2c",
  3489. "shasum": ""
  3490. },
  3491. "require": {
  3492. "ext-json": "*",
  3493. "php": "^8.0"
  3494. },
  3495. "require-dev": {
  3496. "fakerphp/faker": "^1.9.1",
  3497. "larapack/dd": "^1.1",
  3498. "phpunit/phpunit": "^9.0",
  3499. "vimeo/psalm": "^4.3"
  3500. },
  3501. "suggest": {
  3502. "fakerphp/faker": "To use the enum faker provider",
  3503. "phpunit/phpunit": "To use the enum assertions"
  3504. },
  3505. "type": "library",
  3506. "autoload": {
  3507. "psr-4": {
  3508. "Spatie\\Enum\\": "src"
  3509. }
  3510. },
  3511. "notification-url": "https://packagist.org/downloads/",
  3512. "license": [
  3513. "MIT"
  3514. ],
  3515. "authors": [
  3516. {
  3517. "name": "Brent Roose",
  3518. "email": "brent@spatie.be",
  3519. "homepage": "https://spatie.be",
  3520. "role": "Developer"
  3521. },
  3522. {
  3523. "name": "Tom Witkowski",
  3524. "email": "dev@gummibeer.de",
  3525. "homepage": "https://gummibeer.de",
  3526. "role": "Developer"
  3527. }
  3528. ],
  3529. "description": "PHP Enums",
  3530. "homepage": "https://github.com/spatie/enum",
  3531. "keywords": [
  3532. "enum",
  3533. "enumerable",
  3534. "spatie"
  3535. ],
  3536. "support": {
  3537. "docs": "https://docs.spatie.be/enum",
  3538. "issues": "https://github.com/spatie/enum/issues",
  3539. "source": "https://github.com/spatie/enum"
  3540. },
  3541. "funding": [
  3542. {
  3543. "url": "https://spatie.be/open-source/support-us",
  3544. "type": "custom"
  3545. },
  3546. {
  3547. "url": "https://github.com/spatie",
  3548. "type": "github"
  3549. }
  3550. ],
  3551. "time": "2022-04-22T08:51:55+00:00"
  3552. },
  3553. {
  3554. "name": "symfony/clock",
  3555. "version": "v7.2.0",
  3556. "source": {
  3557. "type": "git",
  3558. "url": "https://github.com/symfony/clock.git",
  3559. "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24"
  3560. },
  3561. "dist": {
  3562. "type": "zip",
  3563. "url": "https://api.github.com/repos/symfony/clock/zipball/b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
  3564. "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
  3565. "shasum": ""
  3566. },
  3567. "require": {
  3568. "php": ">=8.2",
  3569. "psr/clock": "^1.0",
  3570. "symfony/polyfill-php83": "^1.28"
  3571. },
  3572. "provide": {
  3573. "psr/clock-implementation": "1.0"
  3574. },
  3575. "type": "library",
  3576. "autoload": {
  3577. "files": [
  3578. "Resources/now.php"
  3579. ],
  3580. "psr-4": {
  3581. "Symfony\\Component\\Clock\\": ""
  3582. },
  3583. "exclude-from-classmap": [
  3584. "/Tests/"
  3585. ]
  3586. },
  3587. "notification-url": "https://packagist.org/downloads/",
  3588. "license": [
  3589. "MIT"
  3590. ],
  3591. "authors": [
  3592. {
  3593. "name": "Nicolas Grekas",
  3594. "email": "p@tchwork.com"
  3595. },
  3596. {
  3597. "name": "Symfony Community",
  3598. "homepage": "https://symfony.com/contributors"
  3599. }
  3600. ],
  3601. "description": "Decouples applications from the system clock",
  3602. "homepage": "https://symfony.com",
  3603. "keywords": [
  3604. "clock",
  3605. "psr20",
  3606. "time"
  3607. ],
  3608. "support": {
  3609. "source": "https://github.com/symfony/clock/tree/v7.2.0"
  3610. },
  3611. "funding": [
  3612. {
  3613. "url": "https://symfony.com/sponsor",
  3614. "type": "custom"
  3615. },
  3616. {
  3617. "url": "https://github.com/fabpot",
  3618. "type": "github"
  3619. },
  3620. {
  3621. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3622. "type": "tidelift"
  3623. }
  3624. ],
  3625. "time": "2024-09-25T14:21:43+00:00"
  3626. },
  3627. {
  3628. "name": "symfony/console",
  3629. "version": "v7.2.5",
  3630. "source": {
  3631. "type": "git",
  3632. "url": "https://github.com/symfony/console.git",
  3633. "reference": "e51498ea18570c062e7df29d05a7003585b19b88"
  3634. },
  3635. "dist": {
  3636. "type": "zip",
  3637. "url": "https://api.github.com/repos/symfony/console/zipball/e51498ea18570c062e7df29d05a7003585b19b88",
  3638. "reference": "e51498ea18570c062e7df29d05a7003585b19b88",
  3639. "shasum": ""
  3640. },
  3641. "require": {
  3642. "php": ">=8.2",
  3643. "symfony/polyfill-mbstring": "~1.0",
  3644. "symfony/service-contracts": "^2.5|^3",
  3645. "symfony/string": "^6.4|^7.0"
  3646. },
  3647. "conflict": {
  3648. "symfony/dependency-injection": "<6.4",
  3649. "symfony/dotenv": "<6.4",
  3650. "symfony/event-dispatcher": "<6.4",
  3651. "symfony/lock": "<6.4",
  3652. "symfony/process": "<6.4"
  3653. },
  3654. "provide": {
  3655. "psr/log-implementation": "1.0|2.0|3.0"
  3656. },
  3657. "require-dev": {
  3658. "psr/log": "^1|^2|^3",
  3659. "symfony/config": "^6.4|^7.0",
  3660. "symfony/dependency-injection": "^6.4|^7.0",
  3661. "symfony/event-dispatcher": "^6.4|^7.0",
  3662. "symfony/http-foundation": "^6.4|^7.0",
  3663. "symfony/http-kernel": "^6.4|^7.0",
  3664. "symfony/lock": "^6.4|^7.0",
  3665. "symfony/messenger": "^6.4|^7.0",
  3666. "symfony/process": "^6.4|^7.0",
  3667. "symfony/stopwatch": "^6.4|^7.0",
  3668. "symfony/var-dumper": "^6.4|^7.0"
  3669. },
  3670. "type": "library",
  3671. "autoload": {
  3672. "psr-4": {
  3673. "Symfony\\Component\\Console\\": ""
  3674. },
  3675. "exclude-from-classmap": [
  3676. "/Tests/"
  3677. ]
  3678. },
  3679. "notification-url": "https://packagist.org/downloads/",
  3680. "license": [
  3681. "MIT"
  3682. ],
  3683. "authors": [
  3684. {
  3685. "name": "Fabien Potencier",
  3686. "email": "fabien@symfony.com"
  3687. },
  3688. {
  3689. "name": "Symfony Community",
  3690. "homepage": "https://symfony.com/contributors"
  3691. }
  3692. ],
  3693. "description": "Eases the creation of beautiful and testable command line interfaces",
  3694. "homepage": "https://symfony.com",
  3695. "keywords": [
  3696. "cli",
  3697. "command-line",
  3698. "console",
  3699. "terminal"
  3700. ],
  3701. "support": {
  3702. "source": "https://github.com/symfony/console/tree/v7.2.5"
  3703. },
  3704. "funding": [
  3705. {
  3706. "url": "https://symfony.com/sponsor",
  3707. "type": "custom"
  3708. },
  3709. {
  3710. "url": "https://github.com/fabpot",
  3711. "type": "github"
  3712. },
  3713. {
  3714. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3715. "type": "tidelift"
  3716. }
  3717. ],
  3718. "time": "2025-03-12T08:11:12+00:00"
  3719. },
  3720. {
  3721. "name": "symfony/css-selector",
  3722. "version": "v7.2.0",
  3723. "source": {
  3724. "type": "git",
  3725. "url": "https://github.com/symfony/css-selector.git",
  3726. "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2"
  3727. },
  3728. "dist": {
  3729. "type": "zip",
  3730. "url": "https://api.github.com/repos/symfony/css-selector/zipball/601a5ce9aaad7bf10797e3663faefce9e26c24e2",
  3731. "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2",
  3732. "shasum": ""
  3733. },
  3734. "require": {
  3735. "php": ">=8.2"
  3736. },
  3737. "type": "library",
  3738. "autoload": {
  3739. "psr-4": {
  3740. "Symfony\\Component\\CssSelector\\": ""
  3741. },
  3742. "exclude-from-classmap": [
  3743. "/Tests/"
  3744. ]
  3745. },
  3746. "notification-url": "https://packagist.org/downloads/",
  3747. "license": [
  3748. "MIT"
  3749. ],
  3750. "authors": [
  3751. {
  3752. "name": "Fabien Potencier",
  3753. "email": "fabien@symfony.com"
  3754. },
  3755. {
  3756. "name": "Jean-François Simon",
  3757. "email": "jeanfrancois.simon@sensiolabs.com"
  3758. },
  3759. {
  3760. "name": "Symfony Community",
  3761. "homepage": "https://symfony.com/contributors"
  3762. }
  3763. ],
  3764. "description": "Converts CSS selectors to XPath expressions",
  3765. "homepage": "https://symfony.com",
  3766. "support": {
  3767. "source": "https://github.com/symfony/css-selector/tree/v7.2.0"
  3768. },
  3769. "funding": [
  3770. {
  3771. "url": "https://symfony.com/sponsor",
  3772. "type": "custom"
  3773. },
  3774. {
  3775. "url": "https://github.com/fabpot",
  3776. "type": "github"
  3777. },
  3778. {
  3779. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3780. "type": "tidelift"
  3781. }
  3782. ],
  3783. "time": "2024-09-25T14:21:43+00:00"
  3784. },
  3785. {
  3786. "name": "symfony/deprecation-contracts",
  3787. "version": "v3.5.1",
  3788. "source": {
  3789. "type": "git",
  3790. "url": "https://github.com/symfony/deprecation-contracts.git",
  3791. "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
  3792. },
  3793. "dist": {
  3794. "type": "zip",
  3795. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
  3796. "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
  3797. "shasum": ""
  3798. },
  3799. "require": {
  3800. "php": ">=8.1"
  3801. },
  3802. "type": "library",
  3803. "extra": {
  3804. "thanks": {
  3805. "url": "https://github.com/symfony/contracts",
  3806. "name": "symfony/contracts"
  3807. },
  3808. "branch-alias": {
  3809. "dev-main": "3.5-dev"
  3810. }
  3811. },
  3812. "autoload": {
  3813. "files": [
  3814. "function.php"
  3815. ]
  3816. },
  3817. "notification-url": "https://packagist.org/downloads/",
  3818. "license": [
  3819. "MIT"
  3820. ],
  3821. "authors": [
  3822. {
  3823. "name": "Nicolas Grekas",
  3824. "email": "p@tchwork.com"
  3825. },
  3826. {
  3827. "name": "Symfony Community",
  3828. "homepage": "https://symfony.com/contributors"
  3829. }
  3830. ],
  3831. "description": "A generic function and convention to trigger deprecation notices",
  3832. "homepage": "https://symfony.com",
  3833. "support": {
  3834. "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
  3835. },
  3836. "funding": [
  3837. {
  3838. "url": "https://symfony.com/sponsor",
  3839. "type": "custom"
  3840. },
  3841. {
  3842. "url": "https://github.com/fabpot",
  3843. "type": "github"
  3844. },
  3845. {
  3846. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3847. "type": "tidelift"
  3848. }
  3849. ],
  3850. "time": "2024-09-25T14:20:29+00:00"
  3851. },
  3852. {
  3853. "name": "symfony/error-handler",
  3854. "version": "v7.2.5",
  3855. "source": {
  3856. "type": "git",
  3857. "url": "https://github.com/symfony/error-handler.git",
  3858. "reference": "102be5e6a8e4f4f3eb3149bcbfa33a80d1ee374b"
  3859. },
  3860. "dist": {
  3861. "type": "zip",
  3862. "url": "https://api.github.com/repos/symfony/error-handler/zipball/102be5e6a8e4f4f3eb3149bcbfa33a80d1ee374b",
  3863. "reference": "102be5e6a8e4f4f3eb3149bcbfa33a80d1ee374b",
  3864. "shasum": ""
  3865. },
  3866. "require": {
  3867. "php": ">=8.2",
  3868. "psr/log": "^1|^2|^3",
  3869. "symfony/var-dumper": "^6.4|^7.0"
  3870. },
  3871. "conflict": {
  3872. "symfony/deprecation-contracts": "<2.5",
  3873. "symfony/http-kernel": "<6.4"
  3874. },
  3875. "require-dev": {
  3876. "symfony/deprecation-contracts": "^2.5|^3",
  3877. "symfony/http-kernel": "^6.4|^7.0",
  3878. "symfony/serializer": "^6.4|^7.0"
  3879. },
  3880. "bin": [
  3881. "Resources/bin/patch-type-declarations"
  3882. ],
  3883. "type": "library",
  3884. "autoload": {
  3885. "psr-4": {
  3886. "Symfony\\Component\\ErrorHandler\\": ""
  3887. },
  3888. "exclude-from-classmap": [
  3889. "/Tests/"
  3890. ]
  3891. },
  3892. "notification-url": "https://packagist.org/downloads/",
  3893. "license": [
  3894. "MIT"
  3895. ],
  3896. "authors": [
  3897. {
  3898. "name": "Fabien Potencier",
  3899. "email": "fabien@symfony.com"
  3900. },
  3901. {
  3902. "name": "Symfony Community",
  3903. "homepage": "https://symfony.com/contributors"
  3904. }
  3905. ],
  3906. "description": "Provides tools to manage errors and ease debugging PHP code",
  3907. "homepage": "https://symfony.com",
  3908. "support": {
  3909. "source": "https://github.com/symfony/error-handler/tree/v7.2.5"
  3910. },
  3911. "funding": [
  3912. {
  3913. "url": "https://symfony.com/sponsor",
  3914. "type": "custom"
  3915. },
  3916. {
  3917. "url": "https://github.com/fabpot",
  3918. "type": "github"
  3919. },
  3920. {
  3921. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3922. "type": "tidelift"
  3923. }
  3924. ],
  3925. "time": "2025-03-03T07:12:39+00:00"
  3926. },
  3927. {
  3928. "name": "symfony/event-dispatcher",
  3929. "version": "v7.2.0",
  3930. "source": {
  3931. "type": "git",
  3932. "url": "https://github.com/symfony/event-dispatcher.git",
  3933. "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1"
  3934. },
  3935. "dist": {
  3936. "type": "zip",
  3937. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/910c5db85a5356d0fea57680defec4e99eb9c8c1",
  3938. "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1",
  3939. "shasum": ""
  3940. },
  3941. "require": {
  3942. "php": ">=8.2",
  3943. "symfony/event-dispatcher-contracts": "^2.5|^3"
  3944. },
  3945. "conflict": {
  3946. "symfony/dependency-injection": "<6.4",
  3947. "symfony/service-contracts": "<2.5"
  3948. },
  3949. "provide": {
  3950. "psr/event-dispatcher-implementation": "1.0",
  3951. "symfony/event-dispatcher-implementation": "2.0|3.0"
  3952. },
  3953. "require-dev": {
  3954. "psr/log": "^1|^2|^3",
  3955. "symfony/config": "^6.4|^7.0",
  3956. "symfony/dependency-injection": "^6.4|^7.0",
  3957. "symfony/error-handler": "^6.4|^7.0",
  3958. "symfony/expression-language": "^6.4|^7.0",
  3959. "symfony/http-foundation": "^6.4|^7.0",
  3960. "symfony/service-contracts": "^2.5|^3",
  3961. "symfony/stopwatch": "^6.4|^7.0"
  3962. },
  3963. "type": "library",
  3964. "autoload": {
  3965. "psr-4": {
  3966. "Symfony\\Component\\EventDispatcher\\": ""
  3967. },
  3968. "exclude-from-classmap": [
  3969. "/Tests/"
  3970. ]
  3971. },
  3972. "notification-url": "https://packagist.org/downloads/",
  3973. "license": [
  3974. "MIT"
  3975. ],
  3976. "authors": [
  3977. {
  3978. "name": "Fabien Potencier",
  3979. "email": "fabien@symfony.com"
  3980. },
  3981. {
  3982. "name": "Symfony Community",
  3983. "homepage": "https://symfony.com/contributors"
  3984. }
  3985. ],
  3986. "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
  3987. "homepage": "https://symfony.com",
  3988. "support": {
  3989. "source": "https://github.com/symfony/event-dispatcher/tree/v7.2.0"
  3990. },
  3991. "funding": [
  3992. {
  3993. "url": "https://symfony.com/sponsor",
  3994. "type": "custom"
  3995. },
  3996. {
  3997. "url": "https://github.com/fabpot",
  3998. "type": "github"
  3999. },
  4000. {
  4001. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4002. "type": "tidelift"
  4003. }
  4004. ],
  4005. "time": "2024-09-25T14:21:43+00:00"
  4006. },
  4007. {
  4008. "name": "symfony/event-dispatcher-contracts",
  4009. "version": "v3.5.1",
  4010. "source": {
  4011. "type": "git",
  4012. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  4013. "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f"
  4014. },
  4015. "dist": {
  4016. "type": "zip",
  4017. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f",
  4018. "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f",
  4019. "shasum": ""
  4020. },
  4021. "require": {
  4022. "php": ">=8.1",
  4023. "psr/event-dispatcher": "^1"
  4024. },
  4025. "type": "library",
  4026. "extra": {
  4027. "thanks": {
  4028. "url": "https://github.com/symfony/contracts",
  4029. "name": "symfony/contracts"
  4030. },
  4031. "branch-alias": {
  4032. "dev-main": "3.5-dev"
  4033. }
  4034. },
  4035. "autoload": {
  4036. "psr-4": {
  4037. "Symfony\\Contracts\\EventDispatcher\\": ""
  4038. }
  4039. },
  4040. "notification-url": "https://packagist.org/downloads/",
  4041. "license": [
  4042. "MIT"
  4043. ],
  4044. "authors": [
  4045. {
  4046. "name": "Nicolas Grekas",
  4047. "email": "p@tchwork.com"
  4048. },
  4049. {
  4050. "name": "Symfony Community",
  4051. "homepage": "https://symfony.com/contributors"
  4052. }
  4053. ],
  4054. "description": "Generic abstractions related to dispatching event",
  4055. "homepage": "https://symfony.com",
  4056. "keywords": [
  4057. "abstractions",
  4058. "contracts",
  4059. "decoupling",
  4060. "interfaces",
  4061. "interoperability",
  4062. "standards"
  4063. ],
  4064. "support": {
  4065. "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.1"
  4066. },
  4067. "funding": [
  4068. {
  4069. "url": "https://symfony.com/sponsor",
  4070. "type": "custom"
  4071. },
  4072. {
  4073. "url": "https://github.com/fabpot",
  4074. "type": "github"
  4075. },
  4076. {
  4077. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4078. "type": "tidelift"
  4079. }
  4080. ],
  4081. "time": "2024-09-25T14:20:29+00:00"
  4082. },
  4083. {
  4084. "name": "symfony/finder",
  4085. "version": "v7.2.2",
  4086. "source": {
  4087. "type": "git",
  4088. "url": "https://github.com/symfony/finder.git",
  4089. "reference": "87a71856f2f56e4100373e92529eed3171695cfb"
  4090. },
  4091. "dist": {
  4092. "type": "zip",
  4093. "url": "https://api.github.com/repos/symfony/finder/zipball/87a71856f2f56e4100373e92529eed3171695cfb",
  4094. "reference": "87a71856f2f56e4100373e92529eed3171695cfb",
  4095. "shasum": ""
  4096. },
  4097. "require": {
  4098. "php": ">=8.2"
  4099. },
  4100. "require-dev": {
  4101. "symfony/filesystem": "^6.4|^7.0"
  4102. },
  4103. "type": "library",
  4104. "autoload": {
  4105. "psr-4": {
  4106. "Symfony\\Component\\Finder\\": ""
  4107. },
  4108. "exclude-from-classmap": [
  4109. "/Tests/"
  4110. ]
  4111. },
  4112. "notification-url": "https://packagist.org/downloads/",
  4113. "license": [
  4114. "MIT"
  4115. ],
  4116. "authors": [
  4117. {
  4118. "name": "Fabien Potencier",
  4119. "email": "fabien@symfony.com"
  4120. },
  4121. {
  4122. "name": "Symfony Community",
  4123. "homepage": "https://symfony.com/contributors"
  4124. }
  4125. ],
  4126. "description": "Finds files and directories via an intuitive fluent interface",
  4127. "homepage": "https://symfony.com",
  4128. "support": {
  4129. "source": "https://github.com/symfony/finder/tree/v7.2.2"
  4130. },
  4131. "funding": [
  4132. {
  4133. "url": "https://symfony.com/sponsor",
  4134. "type": "custom"
  4135. },
  4136. {
  4137. "url": "https://github.com/fabpot",
  4138. "type": "github"
  4139. },
  4140. {
  4141. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4142. "type": "tidelift"
  4143. }
  4144. ],
  4145. "time": "2024-12-30T19:00:17+00:00"
  4146. },
  4147. {
  4148. "name": "symfony/http-client",
  4149. "version": "v7.2.4",
  4150. "source": {
  4151. "type": "git",
  4152. "url": "https://github.com/symfony/http-client.git",
  4153. "reference": "78981a2ffef6437ed92d4d7e2a86a82f256c6dc6"
  4154. },
  4155. "dist": {
  4156. "type": "zip",
  4157. "url": "https://api.github.com/repos/symfony/http-client/zipball/78981a2ffef6437ed92d4d7e2a86a82f256c6dc6",
  4158. "reference": "78981a2ffef6437ed92d4d7e2a86a82f256c6dc6",
  4159. "shasum": ""
  4160. },
  4161. "require": {
  4162. "php": ">=8.2",
  4163. "psr/log": "^1|^2|^3",
  4164. "symfony/deprecation-contracts": "^2.5|^3",
  4165. "symfony/http-client-contracts": "~3.4.4|^3.5.2",
  4166. "symfony/service-contracts": "^2.5|^3"
  4167. },
  4168. "conflict": {
  4169. "amphp/amp": "<2.5",
  4170. "php-http/discovery": "<1.15",
  4171. "symfony/http-foundation": "<6.4"
  4172. },
  4173. "provide": {
  4174. "php-http/async-client-implementation": "*",
  4175. "php-http/client-implementation": "*",
  4176. "psr/http-client-implementation": "1.0",
  4177. "symfony/http-client-implementation": "3.0"
  4178. },
  4179. "require-dev": {
  4180. "amphp/http-client": "^4.2.1|^5.0",
  4181. "amphp/http-tunnel": "^1.0|^2.0",
  4182. "amphp/socket": "^1.1",
  4183. "guzzlehttp/promises": "^1.4|^2.0",
  4184. "nyholm/psr7": "^1.0",
  4185. "php-http/httplug": "^1.0|^2.0",
  4186. "psr/http-client": "^1.0",
  4187. "symfony/amphp-http-client-meta": "^1.0|^2.0",
  4188. "symfony/dependency-injection": "^6.4|^7.0",
  4189. "symfony/http-kernel": "^6.4|^7.0",
  4190. "symfony/messenger": "^6.4|^7.0",
  4191. "symfony/process": "^6.4|^7.0",
  4192. "symfony/rate-limiter": "^6.4|^7.0",
  4193. "symfony/stopwatch": "^6.4|^7.0"
  4194. },
  4195. "type": "library",
  4196. "autoload": {
  4197. "psr-4": {
  4198. "Symfony\\Component\\HttpClient\\": ""
  4199. },
  4200. "exclude-from-classmap": [
  4201. "/Tests/"
  4202. ]
  4203. },
  4204. "notification-url": "https://packagist.org/downloads/",
  4205. "license": [
  4206. "MIT"
  4207. ],
  4208. "authors": [
  4209. {
  4210. "name": "Nicolas Grekas",
  4211. "email": "p@tchwork.com"
  4212. },
  4213. {
  4214. "name": "Symfony Community",
  4215. "homepage": "https://symfony.com/contributors"
  4216. }
  4217. ],
  4218. "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
  4219. "homepage": "https://symfony.com",
  4220. "keywords": [
  4221. "http"
  4222. ],
  4223. "support": {
  4224. "source": "https://github.com/symfony/http-client/tree/v7.2.4"
  4225. },
  4226. "funding": [
  4227. {
  4228. "url": "https://symfony.com/sponsor",
  4229. "type": "custom"
  4230. },
  4231. {
  4232. "url": "https://github.com/fabpot",
  4233. "type": "github"
  4234. },
  4235. {
  4236. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4237. "type": "tidelift"
  4238. }
  4239. ],
  4240. "time": "2025-02-13T10:27:23+00:00"
  4241. },
  4242. {
  4243. "name": "symfony/http-client-contracts",
  4244. "version": "v3.5.2",
  4245. "source": {
  4246. "type": "git",
  4247. "url": "https://github.com/symfony/http-client-contracts.git",
  4248. "reference": "ee8d807ab20fcb51267fdace50fbe3494c31e645"
  4249. },
  4250. "dist": {
  4251. "type": "zip",
  4252. "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ee8d807ab20fcb51267fdace50fbe3494c31e645",
  4253. "reference": "ee8d807ab20fcb51267fdace50fbe3494c31e645",
  4254. "shasum": ""
  4255. },
  4256. "require": {
  4257. "php": ">=8.1"
  4258. },
  4259. "type": "library",
  4260. "extra": {
  4261. "thanks": {
  4262. "url": "https://github.com/symfony/contracts",
  4263. "name": "symfony/contracts"
  4264. },
  4265. "branch-alias": {
  4266. "dev-main": "3.5-dev"
  4267. }
  4268. },
  4269. "autoload": {
  4270. "psr-4": {
  4271. "Symfony\\Contracts\\HttpClient\\": ""
  4272. },
  4273. "exclude-from-classmap": [
  4274. "/Test/"
  4275. ]
  4276. },
  4277. "notification-url": "https://packagist.org/downloads/",
  4278. "license": [
  4279. "MIT"
  4280. ],
  4281. "authors": [
  4282. {
  4283. "name": "Nicolas Grekas",
  4284. "email": "p@tchwork.com"
  4285. },
  4286. {
  4287. "name": "Symfony Community",
  4288. "homepage": "https://symfony.com/contributors"
  4289. }
  4290. ],
  4291. "description": "Generic abstractions related to HTTP clients",
  4292. "homepage": "https://symfony.com",
  4293. "keywords": [
  4294. "abstractions",
  4295. "contracts",
  4296. "decoupling",
  4297. "interfaces",
  4298. "interoperability",
  4299. "standards"
  4300. ],
  4301. "support": {
  4302. "source": "https://github.com/symfony/http-client-contracts/tree/v3.5.2"
  4303. },
  4304. "funding": [
  4305. {
  4306. "url": "https://symfony.com/sponsor",
  4307. "type": "custom"
  4308. },
  4309. {
  4310. "url": "https://github.com/fabpot",
  4311. "type": "github"
  4312. },
  4313. {
  4314. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4315. "type": "tidelift"
  4316. }
  4317. ],
  4318. "time": "2024-12-07T08:49:48+00:00"
  4319. },
  4320. {
  4321. "name": "symfony/http-foundation",
  4322. "version": "v7.2.5",
  4323. "source": {
  4324. "type": "git",
  4325. "url": "https://github.com/symfony/http-foundation.git",
  4326. "reference": "371272aeb6286f8135e028ca535f8e4d6f114126"
  4327. },
  4328. "dist": {
  4329. "type": "zip",
  4330. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/371272aeb6286f8135e028ca535f8e4d6f114126",
  4331. "reference": "371272aeb6286f8135e028ca535f8e4d6f114126",
  4332. "shasum": ""
  4333. },
  4334. "require": {
  4335. "php": ">=8.2",
  4336. "symfony/deprecation-contracts": "^2.5|^3.0",
  4337. "symfony/polyfill-mbstring": "~1.1",
  4338. "symfony/polyfill-php83": "^1.27"
  4339. },
  4340. "conflict": {
  4341. "doctrine/dbal": "<3.6",
  4342. "symfony/cache": "<6.4.12|>=7.0,<7.1.5"
  4343. },
  4344. "require-dev": {
  4345. "doctrine/dbal": "^3.6|^4",
  4346. "predis/predis": "^1.1|^2.0",
  4347. "symfony/cache": "^6.4.12|^7.1.5",
  4348. "symfony/dependency-injection": "^6.4|^7.0",
  4349. "symfony/expression-language": "^6.4|^7.0",
  4350. "symfony/http-kernel": "^6.4|^7.0",
  4351. "symfony/mime": "^6.4|^7.0",
  4352. "symfony/rate-limiter": "^6.4|^7.0"
  4353. },
  4354. "type": "library",
  4355. "autoload": {
  4356. "psr-4": {
  4357. "Symfony\\Component\\HttpFoundation\\": ""
  4358. },
  4359. "exclude-from-classmap": [
  4360. "/Tests/"
  4361. ]
  4362. },
  4363. "notification-url": "https://packagist.org/downloads/",
  4364. "license": [
  4365. "MIT"
  4366. ],
  4367. "authors": [
  4368. {
  4369. "name": "Fabien Potencier",
  4370. "email": "fabien@symfony.com"
  4371. },
  4372. {
  4373. "name": "Symfony Community",
  4374. "homepage": "https://symfony.com/contributors"
  4375. }
  4376. ],
  4377. "description": "Defines an object-oriented layer for the HTTP specification",
  4378. "homepage": "https://symfony.com",
  4379. "support": {
  4380. "source": "https://github.com/symfony/http-foundation/tree/v7.2.5"
  4381. },
  4382. "funding": [
  4383. {
  4384. "url": "https://symfony.com/sponsor",
  4385. "type": "custom"
  4386. },
  4387. {
  4388. "url": "https://github.com/fabpot",
  4389. "type": "github"
  4390. },
  4391. {
  4392. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4393. "type": "tidelift"
  4394. }
  4395. ],
  4396. "time": "2025-03-25T15:54:33+00:00"
  4397. },
  4398. {
  4399. "name": "symfony/http-kernel",
  4400. "version": "v7.2.5",
  4401. "source": {
  4402. "type": "git",
  4403. "url": "https://github.com/symfony/http-kernel.git",
  4404. "reference": "b1fe91bc1fa454a806d3f98db4ba826eb9941a54"
  4405. },
  4406. "dist": {
  4407. "type": "zip",
  4408. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/b1fe91bc1fa454a806d3f98db4ba826eb9941a54",
  4409. "reference": "b1fe91bc1fa454a806d3f98db4ba826eb9941a54",
  4410. "shasum": ""
  4411. },
  4412. "require": {
  4413. "php": ">=8.2",
  4414. "psr/log": "^1|^2|^3",
  4415. "symfony/deprecation-contracts": "^2.5|^3",
  4416. "symfony/error-handler": "^6.4|^7.0",
  4417. "symfony/event-dispatcher": "^6.4|^7.0",
  4418. "symfony/http-foundation": "^6.4|^7.0",
  4419. "symfony/polyfill-ctype": "^1.8"
  4420. },
  4421. "conflict": {
  4422. "symfony/browser-kit": "<6.4",
  4423. "symfony/cache": "<6.4",
  4424. "symfony/config": "<6.4",
  4425. "symfony/console": "<6.4",
  4426. "symfony/dependency-injection": "<6.4",
  4427. "symfony/doctrine-bridge": "<6.4",
  4428. "symfony/form": "<6.4",
  4429. "symfony/http-client": "<6.4",
  4430. "symfony/http-client-contracts": "<2.5",
  4431. "symfony/mailer": "<6.4",
  4432. "symfony/messenger": "<6.4",
  4433. "symfony/translation": "<6.4",
  4434. "symfony/translation-contracts": "<2.5",
  4435. "symfony/twig-bridge": "<6.4",
  4436. "symfony/validator": "<6.4",
  4437. "symfony/var-dumper": "<6.4",
  4438. "twig/twig": "<3.12"
  4439. },
  4440. "provide": {
  4441. "psr/log-implementation": "1.0|2.0|3.0"
  4442. },
  4443. "require-dev": {
  4444. "psr/cache": "^1.0|^2.0|^3.0",
  4445. "symfony/browser-kit": "^6.4|^7.0",
  4446. "symfony/clock": "^6.4|^7.0",
  4447. "symfony/config": "^6.4|^7.0",
  4448. "symfony/console": "^6.4|^7.0",
  4449. "symfony/css-selector": "^6.4|^7.0",
  4450. "symfony/dependency-injection": "^6.4|^7.0",
  4451. "symfony/dom-crawler": "^6.4|^7.0",
  4452. "symfony/expression-language": "^6.4|^7.0",
  4453. "symfony/finder": "^6.4|^7.0",
  4454. "symfony/http-client-contracts": "^2.5|^3",
  4455. "symfony/process": "^6.4|^7.0",
  4456. "symfony/property-access": "^7.1",
  4457. "symfony/routing": "^6.4|^7.0",
  4458. "symfony/serializer": "^7.1",
  4459. "symfony/stopwatch": "^6.4|^7.0",
  4460. "symfony/translation": "^6.4|^7.0",
  4461. "symfony/translation-contracts": "^2.5|^3",
  4462. "symfony/uid": "^6.4|^7.0",
  4463. "symfony/validator": "^6.4|^7.0",
  4464. "symfony/var-dumper": "^6.4|^7.0",
  4465. "symfony/var-exporter": "^6.4|^7.0",
  4466. "twig/twig": "^3.12"
  4467. },
  4468. "type": "library",
  4469. "autoload": {
  4470. "psr-4": {
  4471. "Symfony\\Component\\HttpKernel\\": ""
  4472. },
  4473. "exclude-from-classmap": [
  4474. "/Tests/"
  4475. ]
  4476. },
  4477. "notification-url": "https://packagist.org/downloads/",
  4478. "license": [
  4479. "MIT"
  4480. ],
  4481. "authors": [
  4482. {
  4483. "name": "Fabien Potencier",
  4484. "email": "fabien@symfony.com"
  4485. },
  4486. {
  4487. "name": "Symfony Community",
  4488. "homepage": "https://symfony.com/contributors"
  4489. }
  4490. ],
  4491. "description": "Provides a structured process for converting a Request into a Response",
  4492. "homepage": "https://symfony.com",
  4493. "support": {
  4494. "source": "https://github.com/symfony/http-kernel/tree/v7.2.5"
  4495. },
  4496. "funding": [
  4497. {
  4498. "url": "https://symfony.com/sponsor",
  4499. "type": "custom"
  4500. },
  4501. {
  4502. "url": "https://github.com/fabpot",
  4503. "type": "github"
  4504. },
  4505. {
  4506. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4507. "type": "tidelift"
  4508. }
  4509. ],
  4510. "time": "2025-03-28T13:32:50+00:00"
  4511. },
  4512. {
  4513. "name": "symfony/mailer",
  4514. "version": "v7.2.3",
  4515. "source": {
  4516. "type": "git",
  4517. "url": "https://github.com/symfony/mailer.git",
  4518. "reference": "f3871b182c44997cf039f3b462af4a48fb85f9d3"
  4519. },
  4520. "dist": {
  4521. "type": "zip",
  4522. "url": "https://api.github.com/repos/symfony/mailer/zipball/f3871b182c44997cf039f3b462af4a48fb85f9d3",
  4523. "reference": "f3871b182c44997cf039f3b462af4a48fb85f9d3",
  4524. "shasum": ""
  4525. },
  4526. "require": {
  4527. "egulias/email-validator": "^2.1.10|^3|^4",
  4528. "php": ">=8.2",
  4529. "psr/event-dispatcher": "^1",
  4530. "psr/log": "^1|^2|^3",
  4531. "symfony/event-dispatcher": "^6.4|^7.0",
  4532. "symfony/mime": "^7.2",
  4533. "symfony/service-contracts": "^2.5|^3"
  4534. },
  4535. "conflict": {
  4536. "symfony/http-client-contracts": "<2.5",
  4537. "symfony/http-kernel": "<6.4",
  4538. "symfony/messenger": "<6.4",
  4539. "symfony/mime": "<6.4",
  4540. "symfony/twig-bridge": "<6.4"
  4541. },
  4542. "require-dev": {
  4543. "symfony/console": "^6.4|^7.0",
  4544. "symfony/http-client": "^6.4|^7.0",
  4545. "symfony/messenger": "^6.4|^7.0",
  4546. "symfony/twig-bridge": "^6.4|^7.0"
  4547. },
  4548. "type": "library",
  4549. "autoload": {
  4550. "psr-4": {
  4551. "Symfony\\Component\\Mailer\\": ""
  4552. },
  4553. "exclude-from-classmap": [
  4554. "/Tests/"
  4555. ]
  4556. },
  4557. "notification-url": "https://packagist.org/downloads/",
  4558. "license": [
  4559. "MIT"
  4560. ],
  4561. "authors": [
  4562. {
  4563. "name": "Fabien Potencier",
  4564. "email": "fabien@symfony.com"
  4565. },
  4566. {
  4567. "name": "Symfony Community",
  4568. "homepage": "https://symfony.com/contributors"
  4569. }
  4570. ],
  4571. "description": "Helps sending emails",
  4572. "homepage": "https://symfony.com",
  4573. "support": {
  4574. "source": "https://github.com/symfony/mailer/tree/v7.2.3"
  4575. },
  4576. "funding": [
  4577. {
  4578. "url": "https://symfony.com/sponsor",
  4579. "type": "custom"
  4580. },
  4581. {
  4582. "url": "https://github.com/fabpot",
  4583. "type": "github"
  4584. },
  4585. {
  4586. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4587. "type": "tidelift"
  4588. }
  4589. ],
  4590. "time": "2025-01-27T11:08:17+00:00"
  4591. },
  4592. {
  4593. "name": "symfony/mailgun-mailer",
  4594. "version": "v7.2.0",
  4595. "source": {
  4596. "type": "git",
  4597. "url": "https://github.com/symfony/mailgun-mailer.git",
  4598. "reference": "3c1dfd9ff0a487a4116baec42d11ae21a061e3f1"
  4599. },
  4600. "dist": {
  4601. "type": "zip",
  4602. "url": "https://api.github.com/repos/symfony/mailgun-mailer/zipball/3c1dfd9ff0a487a4116baec42d11ae21a061e3f1",
  4603. "reference": "3c1dfd9ff0a487a4116baec42d11ae21a061e3f1",
  4604. "shasum": ""
  4605. },
  4606. "require": {
  4607. "php": ">=8.2",
  4608. "symfony/mailer": "^7.2"
  4609. },
  4610. "conflict": {
  4611. "symfony/http-foundation": "<6.4"
  4612. },
  4613. "require-dev": {
  4614. "symfony/http-client": "^6.4|^7.0",
  4615. "symfony/webhook": "^6.4|^7.0"
  4616. },
  4617. "type": "symfony-mailer-bridge",
  4618. "autoload": {
  4619. "psr-4": {
  4620. "Symfony\\Component\\Mailer\\Bridge\\Mailgun\\": ""
  4621. },
  4622. "exclude-from-classmap": [
  4623. "/Tests/"
  4624. ]
  4625. },
  4626. "notification-url": "https://packagist.org/downloads/",
  4627. "license": [
  4628. "MIT"
  4629. ],
  4630. "authors": [
  4631. {
  4632. "name": "Fabien Potencier",
  4633. "email": "fabien@symfony.com"
  4634. },
  4635. {
  4636. "name": "Symfony Community",
  4637. "homepage": "https://symfony.com/contributors"
  4638. }
  4639. ],
  4640. "description": "Symfony Mailgun Mailer Bridge",
  4641. "homepage": "https://symfony.com",
  4642. "support": {
  4643. "source": "https://github.com/symfony/mailgun-mailer/tree/v7.2.0"
  4644. },
  4645. "funding": [
  4646. {
  4647. "url": "https://symfony.com/sponsor",
  4648. "type": "custom"
  4649. },
  4650. {
  4651. "url": "https://github.com/fabpot",
  4652. "type": "github"
  4653. },
  4654. {
  4655. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4656. "type": "tidelift"
  4657. }
  4658. ],
  4659. "time": "2024-09-28T08:24:38+00:00"
  4660. },
  4661. {
  4662. "name": "symfony/mime",
  4663. "version": "v7.2.4",
  4664. "source": {
  4665. "type": "git",
  4666. "url": "https://github.com/symfony/mime.git",
  4667. "reference": "87ca22046b78c3feaff04b337f33b38510fd686b"
  4668. },
  4669. "dist": {
  4670. "type": "zip",
  4671. "url": "https://api.github.com/repos/symfony/mime/zipball/87ca22046b78c3feaff04b337f33b38510fd686b",
  4672. "reference": "87ca22046b78c3feaff04b337f33b38510fd686b",
  4673. "shasum": ""
  4674. },
  4675. "require": {
  4676. "php": ">=8.2",
  4677. "symfony/polyfill-intl-idn": "^1.10",
  4678. "symfony/polyfill-mbstring": "^1.0"
  4679. },
  4680. "conflict": {
  4681. "egulias/email-validator": "~3.0.0",
  4682. "phpdocumentor/reflection-docblock": "<3.2.2",
  4683. "phpdocumentor/type-resolver": "<1.4.0",
  4684. "symfony/mailer": "<6.4",
  4685. "symfony/serializer": "<6.4.3|>7.0,<7.0.3"
  4686. },
  4687. "require-dev": {
  4688. "egulias/email-validator": "^2.1.10|^3.1|^4",
  4689. "league/html-to-markdown": "^5.0",
  4690. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  4691. "symfony/dependency-injection": "^6.4|^7.0",
  4692. "symfony/process": "^6.4|^7.0",
  4693. "symfony/property-access": "^6.4|^7.0",
  4694. "symfony/property-info": "^6.4|^7.0",
  4695. "symfony/serializer": "^6.4.3|^7.0.3"
  4696. },
  4697. "type": "library",
  4698. "autoload": {
  4699. "psr-4": {
  4700. "Symfony\\Component\\Mime\\": ""
  4701. },
  4702. "exclude-from-classmap": [
  4703. "/Tests/"
  4704. ]
  4705. },
  4706. "notification-url": "https://packagist.org/downloads/",
  4707. "license": [
  4708. "MIT"
  4709. ],
  4710. "authors": [
  4711. {
  4712. "name": "Fabien Potencier",
  4713. "email": "fabien@symfony.com"
  4714. },
  4715. {
  4716. "name": "Symfony Community",
  4717. "homepage": "https://symfony.com/contributors"
  4718. }
  4719. ],
  4720. "description": "Allows manipulating MIME messages",
  4721. "homepage": "https://symfony.com",
  4722. "keywords": [
  4723. "mime",
  4724. "mime-type"
  4725. ],
  4726. "support": {
  4727. "source": "https://github.com/symfony/mime/tree/v7.2.4"
  4728. },
  4729. "funding": [
  4730. {
  4731. "url": "https://symfony.com/sponsor",
  4732. "type": "custom"
  4733. },
  4734. {
  4735. "url": "https://github.com/fabpot",
  4736. "type": "github"
  4737. },
  4738. {
  4739. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4740. "type": "tidelift"
  4741. }
  4742. ],
  4743. "time": "2025-02-19T08:51:20+00:00"
  4744. },
  4745. {
  4746. "name": "symfony/options-resolver",
  4747. "version": "v7.2.0",
  4748. "source": {
  4749. "type": "git",
  4750. "url": "https://github.com/symfony/options-resolver.git",
  4751. "reference": "7da8fbac9dcfef75ffc212235d76b2754ce0cf50"
  4752. },
  4753. "dist": {
  4754. "type": "zip",
  4755. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/7da8fbac9dcfef75ffc212235d76b2754ce0cf50",
  4756. "reference": "7da8fbac9dcfef75ffc212235d76b2754ce0cf50",
  4757. "shasum": ""
  4758. },
  4759. "require": {
  4760. "php": ">=8.2",
  4761. "symfony/deprecation-contracts": "^2.5|^3"
  4762. },
  4763. "type": "library",
  4764. "autoload": {
  4765. "psr-4": {
  4766. "Symfony\\Component\\OptionsResolver\\": ""
  4767. },
  4768. "exclude-from-classmap": [
  4769. "/Tests/"
  4770. ]
  4771. },
  4772. "notification-url": "https://packagist.org/downloads/",
  4773. "license": [
  4774. "MIT"
  4775. ],
  4776. "authors": [
  4777. {
  4778. "name": "Fabien Potencier",
  4779. "email": "fabien@symfony.com"
  4780. },
  4781. {
  4782. "name": "Symfony Community",
  4783. "homepage": "https://symfony.com/contributors"
  4784. }
  4785. ],
  4786. "description": "Provides an improved replacement for the array_replace PHP function",
  4787. "homepage": "https://symfony.com",
  4788. "keywords": [
  4789. "config",
  4790. "configuration",
  4791. "options"
  4792. ],
  4793. "support": {
  4794. "source": "https://github.com/symfony/options-resolver/tree/v7.2.0"
  4795. },
  4796. "funding": [
  4797. {
  4798. "url": "https://symfony.com/sponsor",
  4799. "type": "custom"
  4800. },
  4801. {
  4802. "url": "https://github.com/fabpot",
  4803. "type": "github"
  4804. },
  4805. {
  4806. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4807. "type": "tidelift"
  4808. }
  4809. ],
  4810. "time": "2024-11-20T11:17:29+00:00"
  4811. },
  4812. {
  4813. "name": "symfony/polyfill-ctype",
  4814. "version": "v1.31.0",
  4815. "source": {
  4816. "type": "git",
  4817. "url": "https://github.com/symfony/polyfill-ctype.git",
  4818. "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
  4819. },
  4820. "dist": {
  4821. "type": "zip",
  4822. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
  4823. "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
  4824. "shasum": ""
  4825. },
  4826. "require": {
  4827. "php": ">=7.2"
  4828. },
  4829. "provide": {
  4830. "ext-ctype": "*"
  4831. },
  4832. "suggest": {
  4833. "ext-ctype": "For best performance"
  4834. },
  4835. "type": "library",
  4836. "extra": {
  4837. "thanks": {
  4838. "url": "https://github.com/symfony/polyfill",
  4839. "name": "symfony/polyfill"
  4840. }
  4841. },
  4842. "autoload": {
  4843. "files": [
  4844. "bootstrap.php"
  4845. ],
  4846. "psr-4": {
  4847. "Symfony\\Polyfill\\Ctype\\": ""
  4848. }
  4849. },
  4850. "notification-url": "https://packagist.org/downloads/",
  4851. "license": [
  4852. "MIT"
  4853. ],
  4854. "authors": [
  4855. {
  4856. "name": "Gert de Pagter",
  4857. "email": "BackEndTea@gmail.com"
  4858. },
  4859. {
  4860. "name": "Symfony Community",
  4861. "homepage": "https://symfony.com/contributors"
  4862. }
  4863. ],
  4864. "description": "Symfony polyfill for ctype functions",
  4865. "homepage": "https://symfony.com",
  4866. "keywords": [
  4867. "compatibility",
  4868. "ctype",
  4869. "polyfill",
  4870. "portable"
  4871. ],
  4872. "support": {
  4873. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
  4874. },
  4875. "funding": [
  4876. {
  4877. "url": "https://symfony.com/sponsor",
  4878. "type": "custom"
  4879. },
  4880. {
  4881. "url": "https://github.com/fabpot",
  4882. "type": "github"
  4883. },
  4884. {
  4885. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4886. "type": "tidelift"
  4887. }
  4888. ],
  4889. "time": "2024-09-09T11:45:10+00:00"
  4890. },
  4891. {
  4892. "name": "symfony/polyfill-intl-grapheme",
  4893. "version": "v1.31.0",
  4894. "source": {
  4895. "type": "git",
  4896. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  4897. "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
  4898. },
  4899. "dist": {
  4900. "type": "zip",
  4901. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
  4902. "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
  4903. "shasum": ""
  4904. },
  4905. "require": {
  4906. "php": ">=7.2"
  4907. },
  4908. "suggest": {
  4909. "ext-intl": "For best performance"
  4910. },
  4911. "type": "library",
  4912. "extra": {
  4913. "thanks": {
  4914. "url": "https://github.com/symfony/polyfill",
  4915. "name": "symfony/polyfill"
  4916. }
  4917. },
  4918. "autoload": {
  4919. "files": [
  4920. "bootstrap.php"
  4921. ],
  4922. "psr-4": {
  4923. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  4924. }
  4925. },
  4926. "notification-url": "https://packagist.org/downloads/",
  4927. "license": [
  4928. "MIT"
  4929. ],
  4930. "authors": [
  4931. {
  4932. "name": "Nicolas Grekas",
  4933. "email": "p@tchwork.com"
  4934. },
  4935. {
  4936. "name": "Symfony Community",
  4937. "homepage": "https://symfony.com/contributors"
  4938. }
  4939. ],
  4940. "description": "Symfony polyfill for intl's grapheme_* functions",
  4941. "homepage": "https://symfony.com",
  4942. "keywords": [
  4943. "compatibility",
  4944. "grapheme",
  4945. "intl",
  4946. "polyfill",
  4947. "portable",
  4948. "shim"
  4949. ],
  4950. "support": {
  4951. "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0"
  4952. },
  4953. "funding": [
  4954. {
  4955. "url": "https://symfony.com/sponsor",
  4956. "type": "custom"
  4957. },
  4958. {
  4959. "url": "https://github.com/fabpot",
  4960. "type": "github"
  4961. },
  4962. {
  4963. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4964. "type": "tidelift"
  4965. }
  4966. ],
  4967. "time": "2024-09-09T11:45:10+00:00"
  4968. },
  4969. {
  4970. "name": "symfony/polyfill-intl-idn",
  4971. "version": "v1.31.0",
  4972. "source": {
  4973. "type": "git",
  4974. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  4975. "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773"
  4976. },
  4977. "dist": {
  4978. "type": "zip",
  4979. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773",
  4980. "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773",
  4981. "shasum": ""
  4982. },
  4983. "require": {
  4984. "php": ">=7.2",
  4985. "symfony/polyfill-intl-normalizer": "^1.10"
  4986. },
  4987. "suggest": {
  4988. "ext-intl": "For best performance"
  4989. },
  4990. "type": "library",
  4991. "extra": {
  4992. "thanks": {
  4993. "url": "https://github.com/symfony/polyfill",
  4994. "name": "symfony/polyfill"
  4995. }
  4996. },
  4997. "autoload": {
  4998. "files": [
  4999. "bootstrap.php"
  5000. ],
  5001. "psr-4": {
  5002. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  5003. }
  5004. },
  5005. "notification-url": "https://packagist.org/downloads/",
  5006. "license": [
  5007. "MIT"
  5008. ],
  5009. "authors": [
  5010. {
  5011. "name": "Laurent Bassin",
  5012. "email": "laurent@bassin.info"
  5013. },
  5014. {
  5015. "name": "Trevor Rowbotham",
  5016. "email": "trevor.rowbotham@pm.me"
  5017. },
  5018. {
  5019. "name": "Symfony Community",
  5020. "homepage": "https://symfony.com/contributors"
  5021. }
  5022. ],
  5023. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  5024. "homepage": "https://symfony.com",
  5025. "keywords": [
  5026. "compatibility",
  5027. "idn",
  5028. "intl",
  5029. "polyfill",
  5030. "portable",
  5031. "shim"
  5032. ],
  5033. "support": {
  5034. "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.31.0"
  5035. },
  5036. "funding": [
  5037. {
  5038. "url": "https://symfony.com/sponsor",
  5039. "type": "custom"
  5040. },
  5041. {
  5042. "url": "https://github.com/fabpot",
  5043. "type": "github"
  5044. },
  5045. {
  5046. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5047. "type": "tidelift"
  5048. }
  5049. ],
  5050. "time": "2024-09-09T11:45:10+00:00"
  5051. },
  5052. {
  5053. "name": "symfony/polyfill-intl-normalizer",
  5054. "version": "v1.31.0",
  5055. "source": {
  5056. "type": "git",
  5057. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  5058. "reference": "3833d7255cc303546435cb650316bff708a1c75c"
  5059. },
  5060. "dist": {
  5061. "type": "zip",
  5062. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
  5063. "reference": "3833d7255cc303546435cb650316bff708a1c75c",
  5064. "shasum": ""
  5065. },
  5066. "require": {
  5067. "php": ">=7.2"
  5068. },
  5069. "suggest": {
  5070. "ext-intl": "For best performance"
  5071. },
  5072. "type": "library",
  5073. "extra": {
  5074. "thanks": {
  5075. "url": "https://github.com/symfony/polyfill",
  5076. "name": "symfony/polyfill"
  5077. }
  5078. },
  5079. "autoload": {
  5080. "files": [
  5081. "bootstrap.php"
  5082. ],
  5083. "psr-4": {
  5084. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  5085. },
  5086. "classmap": [
  5087. "Resources/stubs"
  5088. ]
  5089. },
  5090. "notification-url": "https://packagist.org/downloads/",
  5091. "license": [
  5092. "MIT"
  5093. ],
  5094. "authors": [
  5095. {
  5096. "name": "Nicolas Grekas",
  5097. "email": "p@tchwork.com"
  5098. },
  5099. {
  5100. "name": "Symfony Community",
  5101. "homepage": "https://symfony.com/contributors"
  5102. }
  5103. ],
  5104. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  5105. "homepage": "https://symfony.com",
  5106. "keywords": [
  5107. "compatibility",
  5108. "intl",
  5109. "normalizer",
  5110. "polyfill",
  5111. "portable",
  5112. "shim"
  5113. ],
  5114. "support": {
  5115. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"
  5116. },
  5117. "funding": [
  5118. {
  5119. "url": "https://symfony.com/sponsor",
  5120. "type": "custom"
  5121. },
  5122. {
  5123. "url": "https://github.com/fabpot",
  5124. "type": "github"
  5125. },
  5126. {
  5127. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5128. "type": "tidelift"
  5129. }
  5130. ],
  5131. "time": "2024-09-09T11:45:10+00:00"
  5132. },
  5133. {
  5134. "name": "symfony/polyfill-mbstring",
  5135. "version": "v1.31.0",
  5136. "source": {
  5137. "type": "git",
  5138. "url": "https://github.com/symfony/polyfill-mbstring.git",
  5139. "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
  5140. },
  5141. "dist": {
  5142. "type": "zip",
  5143. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
  5144. "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
  5145. "shasum": ""
  5146. },
  5147. "require": {
  5148. "php": ">=7.2"
  5149. },
  5150. "provide": {
  5151. "ext-mbstring": "*"
  5152. },
  5153. "suggest": {
  5154. "ext-mbstring": "For best performance"
  5155. },
  5156. "type": "library",
  5157. "extra": {
  5158. "thanks": {
  5159. "url": "https://github.com/symfony/polyfill",
  5160. "name": "symfony/polyfill"
  5161. }
  5162. },
  5163. "autoload": {
  5164. "files": [
  5165. "bootstrap.php"
  5166. ],
  5167. "psr-4": {
  5168. "Symfony\\Polyfill\\Mbstring\\": ""
  5169. }
  5170. },
  5171. "notification-url": "https://packagist.org/downloads/",
  5172. "license": [
  5173. "MIT"
  5174. ],
  5175. "authors": [
  5176. {
  5177. "name": "Nicolas Grekas",
  5178. "email": "p@tchwork.com"
  5179. },
  5180. {
  5181. "name": "Symfony Community",
  5182. "homepage": "https://symfony.com/contributors"
  5183. }
  5184. ],
  5185. "description": "Symfony polyfill for the Mbstring extension",
  5186. "homepage": "https://symfony.com",
  5187. "keywords": [
  5188. "compatibility",
  5189. "mbstring",
  5190. "polyfill",
  5191. "portable",
  5192. "shim"
  5193. ],
  5194. "support": {
  5195. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
  5196. },
  5197. "funding": [
  5198. {
  5199. "url": "https://symfony.com/sponsor",
  5200. "type": "custom"
  5201. },
  5202. {
  5203. "url": "https://github.com/fabpot",
  5204. "type": "github"
  5205. },
  5206. {
  5207. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5208. "type": "tidelift"
  5209. }
  5210. ],
  5211. "time": "2024-09-09T11:45:10+00:00"
  5212. },
  5213. {
  5214. "name": "symfony/polyfill-php80",
  5215. "version": "v1.31.0",
  5216. "source": {
  5217. "type": "git",
  5218. "url": "https://github.com/symfony/polyfill-php80.git",
  5219. "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
  5220. },
  5221. "dist": {
  5222. "type": "zip",
  5223. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
  5224. "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
  5225. "shasum": ""
  5226. },
  5227. "require": {
  5228. "php": ">=7.2"
  5229. },
  5230. "type": "library",
  5231. "extra": {
  5232. "thanks": {
  5233. "url": "https://github.com/symfony/polyfill",
  5234. "name": "symfony/polyfill"
  5235. }
  5236. },
  5237. "autoload": {
  5238. "files": [
  5239. "bootstrap.php"
  5240. ],
  5241. "psr-4": {
  5242. "Symfony\\Polyfill\\Php80\\": ""
  5243. },
  5244. "classmap": [
  5245. "Resources/stubs"
  5246. ]
  5247. },
  5248. "notification-url": "https://packagist.org/downloads/",
  5249. "license": [
  5250. "MIT"
  5251. ],
  5252. "authors": [
  5253. {
  5254. "name": "Ion Bazan",
  5255. "email": "ion.bazan@gmail.com"
  5256. },
  5257. {
  5258. "name": "Nicolas Grekas",
  5259. "email": "p@tchwork.com"
  5260. },
  5261. {
  5262. "name": "Symfony Community",
  5263. "homepage": "https://symfony.com/contributors"
  5264. }
  5265. ],
  5266. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  5267. "homepage": "https://symfony.com",
  5268. "keywords": [
  5269. "compatibility",
  5270. "polyfill",
  5271. "portable",
  5272. "shim"
  5273. ],
  5274. "support": {
  5275. "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0"
  5276. },
  5277. "funding": [
  5278. {
  5279. "url": "https://symfony.com/sponsor",
  5280. "type": "custom"
  5281. },
  5282. {
  5283. "url": "https://github.com/fabpot",
  5284. "type": "github"
  5285. },
  5286. {
  5287. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5288. "type": "tidelift"
  5289. }
  5290. ],
  5291. "time": "2024-09-09T11:45:10+00:00"
  5292. },
  5293. {
  5294. "name": "symfony/polyfill-php83",
  5295. "version": "v1.31.0",
  5296. "source": {
  5297. "type": "git",
  5298. "url": "https://github.com/symfony/polyfill-php83.git",
  5299. "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491"
  5300. },
  5301. "dist": {
  5302. "type": "zip",
  5303. "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491",
  5304. "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491",
  5305. "shasum": ""
  5306. },
  5307. "require": {
  5308. "php": ">=7.2"
  5309. },
  5310. "type": "library",
  5311. "extra": {
  5312. "thanks": {
  5313. "url": "https://github.com/symfony/polyfill",
  5314. "name": "symfony/polyfill"
  5315. }
  5316. },
  5317. "autoload": {
  5318. "files": [
  5319. "bootstrap.php"
  5320. ],
  5321. "psr-4": {
  5322. "Symfony\\Polyfill\\Php83\\": ""
  5323. },
  5324. "classmap": [
  5325. "Resources/stubs"
  5326. ]
  5327. },
  5328. "notification-url": "https://packagist.org/downloads/",
  5329. "license": [
  5330. "MIT"
  5331. ],
  5332. "authors": [
  5333. {
  5334. "name": "Nicolas Grekas",
  5335. "email": "p@tchwork.com"
  5336. },
  5337. {
  5338. "name": "Symfony Community",
  5339. "homepage": "https://symfony.com/contributors"
  5340. }
  5341. ],
  5342. "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
  5343. "homepage": "https://symfony.com",
  5344. "keywords": [
  5345. "compatibility",
  5346. "polyfill",
  5347. "portable",
  5348. "shim"
  5349. ],
  5350. "support": {
  5351. "source": "https://github.com/symfony/polyfill-php83/tree/v1.31.0"
  5352. },
  5353. "funding": [
  5354. {
  5355. "url": "https://symfony.com/sponsor",
  5356. "type": "custom"
  5357. },
  5358. {
  5359. "url": "https://github.com/fabpot",
  5360. "type": "github"
  5361. },
  5362. {
  5363. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5364. "type": "tidelift"
  5365. }
  5366. ],
  5367. "time": "2024-09-09T11:45:10+00:00"
  5368. },
  5369. {
  5370. "name": "symfony/polyfill-uuid",
  5371. "version": "v1.31.0",
  5372. "source": {
  5373. "type": "git",
  5374. "url": "https://github.com/symfony/polyfill-uuid.git",
  5375. "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2"
  5376. },
  5377. "dist": {
  5378. "type": "zip",
  5379. "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
  5380. "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
  5381. "shasum": ""
  5382. },
  5383. "require": {
  5384. "php": ">=7.2"
  5385. },
  5386. "provide": {
  5387. "ext-uuid": "*"
  5388. },
  5389. "suggest": {
  5390. "ext-uuid": "For best performance"
  5391. },
  5392. "type": "library",
  5393. "extra": {
  5394. "thanks": {
  5395. "url": "https://github.com/symfony/polyfill",
  5396. "name": "symfony/polyfill"
  5397. }
  5398. },
  5399. "autoload": {
  5400. "files": [
  5401. "bootstrap.php"
  5402. ],
  5403. "psr-4": {
  5404. "Symfony\\Polyfill\\Uuid\\": ""
  5405. }
  5406. },
  5407. "notification-url": "https://packagist.org/downloads/",
  5408. "license": [
  5409. "MIT"
  5410. ],
  5411. "authors": [
  5412. {
  5413. "name": "Grégoire Pineau",
  5414. "email": "lyrixx@lyrixx.info"
  5415. },
  5416. {
  5417. "name": "Symfony Community",
  5418. "homepage": "https://symfony.com/contributors"
  5419. }
  5420. ],
  5421. "description": "Symfony polyfill for uuid functions",
  5422. "homepage": "https://symfony.com",
  5423. "keywords": [
  5424. "compatibility",
  5425. "polyfill",
  5426. "portable",
  5427. "uuid"
  5428. ],
  5429. "support": {
  5430. "source": "https://github.com/symfony/polyfill-uuid/tree/v1.31.0"
  5431. },
  5432. "funding": [
  5433. {
  5434. "url": "https://symfony.com/sponsor",
  5435. "type": "custom"
  5436. },
  5437. {
  5438. "url": "https://github.com/fabpot",
  5439. "type": "github"
  5440. },
  5441. {
  5442. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5443. "type": "tidelift"
  5444. }
  5445. ],
  5446. "time": "2024-09-09T11:45:10+00:00"
  5447. },
  5448. {
  5449. "name": "symfony/process",
  5450. "version": "v7.2.5",
  5451. "source": {
  5452. "type": "git",
  5453. "url": "https://github.com/symfony/process.git",
  5454. "reference": "87b7c93e57df9d8e39a093d32587702380ff045d"
  5455. },
  5456. "dist": {
  5457. "type": "zip",
  5458. "url": "https://api.github.com/repos/symfony/process/zipball/87b7c93e57df9d8e39a093d32587702380ff045d",
  5459. "reference": "87b7c93e57df9d8e39a093d32587702380ff045d",
  5460. "shasum": ""
  5461. },
  5462. "require": {
  5463. "php": ">=8.2"
  5464. },
  5465. "type": "library",
  5466. "autoload": {
  5467. "psr-4": {
  5468. "Symfony\\Component\\Process\\": ""
  5469. },
  5470. "exclude-from-classmap": [
  5471. "/Tests/"
  5472. ]
  5473. },
  5474. "notification-url": "https://packagist.org/downloads/",
  5475. "license": [
  5476. "MIT"
  5477. ],
  5478. "authors": [
  5479. {
  5480. "name": "Fabien Potencier",
  5481. "email": "fabien@symfony.com"
  5482. },
  5483. {
  5484. "name": "Symfony Community",
  5485. "homepage": "https://symfony.com/contributors"
  5486. }
  5487. ],
  5488. "description": "Executes commands in sub-processes",
  5489. "homepage": "https://symfony.com",
  5490. "support": {
  5491. "source": "https://github.com/symfony/process/tree/v7.2.5"
  5492. },
  5493. "funding": [
  5494. {
  5495. "url": "https://symfony.com/sponsor",
  5496. "type": "custom"
  5497. },
  5498. {
  5499. "url": "https://github.com/fabpot",
  5500. "type": "github"
  5501. },
  5502. {
  5503. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5504. "type": "tidelift"
  5505. }
  5506. ],
  5507. "time": "2025-03-13T12:21:46+00:00"
  5508. },
  5509. {
  5510. "name": "symfony/routing",
  5511. "version": "v7.2.3",
  5512. "source": {
  5513. "type": "git",
  5514. "url": "https://github.com/symfony/routing.git",
  5515. "reference": "ee9a67edc6baa33e5fae662f94f91fd262930996"
  5516. },
  5517. "dist": {
  5518. "type": "zip",
  5519. "url": "https://api.github.com/repos/symfony/routing/zipball/ee9a67edc6baa33e5fae662f94f91fd262930996",
  5520. "reference": "ee9a67edc6baa33e5fae662f94f91fd262930996",
  5521. "shasum": ""
  5522. },
  5523. "require": {
  5524. "php": ">=8.2",
  5525. "symfony/deprecation-contracts": "^2.5|^3"
  5526. },
  5527. "conflict": {
  5528. "symfony/config": "<6.4",
  5529. "symfony/dependency-injection": "<6.4",
  5530. "symfony/yaml": "<6.4"
  5531. },
  5532. "require-dev": {
  5533. "psr/log": "^1|^2|^3",
  5534. "symfony/config": "^6.4|^7.0",
  5535. "symfony/dependency-injection": "^6.4|^7.0",
  5536. "symfony/expression-language": "^6.4|^7.0",
  5537. "symfony/http-foundation": "^6.4|^7.0",
  5538. "symfony/yaml": "^6.4|^7.0"
  5539. },
  5540. "type": "library",
  5541. "autoload": {
  5542. "psr-4": {
  5543. "Symfony\\Component\\Routing\\": ""
  5544. },
  5545. "exclude-from-classmap": [
  5546. "/Tests/"
  5547. ]
  5548. },
  5549. "notification-url": "https://packagist.org/downloads/",
  5550. "license": [
  5551. "MIT"
  5552. ],
  5553. "authors": [
  5554. {
  5555. "name": "Fabien Potencier",
  5556. "email": "fabien@symfony.com"
  5557. },
  5558. {
  5559. "name": "Symfony Community",
  5560. "homepage": "https://symfony.com/contributors"
  5561. }
  5562. ],
  5563. "description": "Maps an HTTP request to a set of configuration variables",
  5564. "homepage": "https://symfony.com",
  5565. "keywords": [
  5566. "router",
  5567. "routing",
  5568. "uri",
  5569. "url"
  5570. ],
  5571. "support": {
  5572. "source": "https://github.com/symfony/routing/tree/v7.2.3"
  5573. },
  5574. "funding": [
  5575. {
  5576. "url": "https://symfony.com/sponsor",
  5577. "type": "custom"
  5578. },
  5579. {
  5580. "url": "https://github.com/fabpot",
  5581. "type": "github"
  5582. },
  5583. {
  5584. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5585. "type": "tidelift"
  5586. }
  5587. ],
  5588. "time": "2025-01-17T10:56:55+00:00"
  5589. },
  5590. {
  5591. "name": "symfony/service-contracts",
  5592. "version": "v3.5.1",
  5593. "source": {
  5594. "type": "git",
  5595. "url": "https://github.com/symfony/service-contracts.git",
  5596. "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0"
  5597. },
  5598. "dist": {
  5599. "type": "zip",
  5600. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
  5601. "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
  5602. "shasum": ""
  5603. },
  5604. "require": {
  5605. "php": ">=8.1",
  5606. "psr/container": "^1.1|^2.0",
  5607. "symfony/deprecation-contracts": "^2.5|^3"
  5608. },
  5609. "conflict": {
  5610. "ext-psr": "<1.1|>=2"
  5611. },
  5612. "type": "library",
  5613. "extra": {
  5614. "thanks": {
  5615. "url": "https://github.com/symfony/contracts",
  5616. "name": "symfony/contracts"
  5617. },
  5618. "branch-alias": {
  5619. "dev-main": "3.5-dev"
  5620. }
  5621. },
  5622. "autoload": {
  5623. "psr-4": {
  5624. "Symfony\\Contracts\\Service\\": ""
  5625. },
  5626. "exclude-from-classmap": [
  5627. "/Test/"
  5628. ]
  5629. },
  5630. "notification-url": "https://packagist.org/downloads/",
  5631. "license": [
  5632. "MIT"
  5633. ],
  5634. "authors": [
  5635. {
  5636. "name": "Nicolas Grekas",
  5637. "email": "p@tchwork.com"
  5638. },
  5639. {
  5640. "name": "Symfony Community",
  5641. "homepage": "https://symfony.com/contributors"
  5642. }
  5643. ],
  5644. "description": "Generic abstractions related to writing services",
  5645. "homepage": "https://symfony.com",
  5646. "keywords": [
  5647. "abstractions",
  5648. "contracts",
  5649. "decoupling",
  5650. "interfaces",
  5651. "interoperability",
  5652. "standards"
  5653. ],
  5654. "support": {
  5655. "source": "https://github.com/symfony/service-contracts/tree/v3.5.1"
  5656. },
  5657. "funding": [
  5658. {
  5659. "url": "https://symfony.com/sponsor",
  5660. "type": "custom"
  5661. },
  5662. {
  5663. "url": "https://github.com/fabpot",
  5664. "type": "github"
  5665. },
  5666. {
  5667. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5668. "type": "tidelift"
  5669. }
  5670. ],
  5671. "time": "2024-09-25T14:20:29+00:00"
  5672. },
  5673. {
  5674. "name": "symfony/string",
  5675. "version": "v7.2.0",
  5676. "source": {
  5677. "type": "git",
  5678. "url": "https://github.com/symfony/string.git",
  5679. "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82"
  5680. },
  5681. "dist": {
  5682. "type": "zip",
  5683. "url": "https://api.github.com/repos/symfony/string/zipball/446e0d146f991dde3e73f45f2c97a9faad773c82",
  5684. "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82",
  5685. "shasum": ""
  5686. },
  5687. "require": {
  5688. "php": ">=8.2",
  5689. "symfony/polyfill-ctype": "~1.8",
  5690. "symfony/polyfill-intl-grapheme": "~1.0",
  5691. "symfony/polyfill-intl-normalizer": "~1.0",
  5692. "symfony/polyfill-mbstring": "~1.0"
  5693. },
  5694. "conflict": {
  5695. "symfony/translation-contracts": "<2.5"
  5696. },
  5697. "require-dev": {
  5698. "symfony/emoji": "^7.1",
  5699. "symfony/error-handler": "^6.4|^7.0",
  5700. "symfony/http-client": "^6.4|^7.0",
  5701. "symfony/intl": "^6.4|^7.0",
  5702. "symfony/translation-contracts": "^2.5|^3.0",
  5703. "symfony/var-exporter": "^6.4|^7.0"
  5704. },
  5705. "type": "library",
  5706. "autoload": {
  5707. "files": [
  5708. "Resources/functions.php"
  5709. ],
  5710. "psr-4": {
  5711. "Symfony\\Component\\String\\": ""
  5712. },
  5713. "exclude-from-classmap": [
  5714. "/Tests/"
  5715. ]
  5716. },
  5717. "notification-url": "https://packagist.org/downloads/",
  5718. "license": [
  5719. "MIT"
  5720. ],
  5721. "authors": [
  5722. {
  5723. "name": "Nicolas Grekas",
  5724. "email": "p@tchwork.com"
  5725. },
  5726. {
  5727. "name": "Symfony Community",
  5728. "homepage": "https://symfony.com/contributors"
  5729. }
  5730. ],
  5731. "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
  5732. "homepage": "https://symfony.com",
  5733. "keywords": [
  5734. "grapheme",
  5735. "i18n",
  5736. "string",
  5737. "unicode",
  5738. "utf-8",
  5739. "utf8"
  5740. ],
  5741. "support": {
  5742. "source": "https://github.com/symfony/string/tree/v7.2.0"
  5743. },
  5744. "funding": [
  5745. {
  5746. "url": "https://symfony.com/sponsor",
  5747. "type": "custom"
  5748. },
  5749. {
  5750. "url": "https://github.com/fabpot",
  5751. "type": "github"
  5752. },
  5753. {
  5754. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5755. "type": "tidelift"
  5756. }
  5757. ],
  5758. "time": "2024-11-13T13:31:26+00:00"
  5759. },
  5760. {
  5761. "name": "symfony/translation",
  5762. "version": "v7.2.4",
  5763. "source": {
  5764. "type": "git",
  5765. "url": "https://github.com/symfony/translation.git",
  5766. "reference": "283856e6981286cc0d800b53bd5703e8e363f05a"
  5767. },
  5768. "dist": {
  5769. "type": "zip",
  5770. "url": "https://api.github.com/repos/symfony/translation/zipball/283856e6981286cc0d800b53bd5703e8e363f05a",
  5771. "reference": "283856e6981286cc0d800b53bd5703e8e363f05a",
  5772. "shasum": ""
  5773. },
  5774. "require": {
  5775. "php": ">=8.2",
  5776. "symfony/deprecation-contracts": "^2.5|^3",
  5777. "symfony/polyfill-mbstring": "~1.0",
  5778. "symfony/translation-contracts": "^2.5|^3.0"
  5779. },
  5780. "conflict": {
  5781. "symfony/config": "<6.4",
  5782. "symfony/console": "<6.4",
  5783. "symfony/dependency-injection": "<6.4",
  5784. "symfony/http-client-contracts": "<2.5",
  5785. "symfony/http-kernel": "<6.4",
  5786. "symfony/service-contracts": "<2.5",
  5787. "symfony/twig-bundle": "<6.4",
  5788. "symfony/yaml": "<6.4"
  5789. },
  5790. "provide": {
  5791. "symfony/translation-implementation": "2.3|3.0"
  5792. },
  5793. "require-dev": {
  5794. "nikic/php-parser": "^4.18|^5.0",
  5795. "psr/log": "^1|^2|^3",
  5796. "symfony/config": "^6.4|^7.0",
  5797. "symfony/console": "^6.4|^7.0",
  5798. "symfony/dependency-injection": "^6.4|^7.0",
  5799. "symfony/finder": "^6.4|^7.0",
  5800. "symfony/http-client-contracts": "^2.5|^3.0",
  5801. "symfony/http-kernel": "^6.4|^7.0",
  5802. "symfony/intl": "^6.4|^7.0",
  5803. "symfony/polyfill-intl-icu": "^1.21",
  5804. "symfony/routing": "^6.4|^7.0",
  5805. "symfony/service-contracts": "^2.5|^3",
  5806. "symfony/yaml": "^6.4|^7.0"
  5807. },
  5808. "type": "library",
  5809. "autoload": {
  5810. "files": [
  5811. "Resources/functions.php"
  5812. ],
  5813. "psr-4": {
  5814. "Symfony\\Component\\Translation\\": ""
  5815. },
  5816. "exclude-from-classmap": [
  5817. "/Tests/"
  5818. ]
  5819. },
  5820. "notification-url": "https://packagist.org/downloads/",
  5821. "license": [
  5822. "MIT"
  5823. ],
  5824. "authors": [
  5825. {
  5826. "name": "Fabien Potencier",
  5827. "email": "fabien@symfony.com"
  5828. },
  5829. {
  5830. "name": "Symfony Community",
  5831. "homepage": "https://symfony.com/contributors"
  5832. }
  5833. ],
  5834. "description": "Provides tools to internationalize your application",
  5835. "homepage": "https://symfony.com",
  5836. "support": {
  5837. "source": "https://github.com/symfony/translation/tree/v7.2.4"
  5838. },
  5839. "funding": [
  5840. {
  5841. "url": "https://symfony.com/sponsor",
  5842. "type": "custom"
  5843. },
  5844. {
  5845. "url": "https://github.com/fabpot",
  5846. "type": "github"
  5847. },
  5848. {
  5849. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5850. "type": "tidelift"
  5851. }
  5852. ],
  5853. "time": "2025-02-13T10:27:23+00:00"
  5854. },
  5855. {
  5856. "name": "symfony/translation-contracts",
  5857. "version": "v3.5.1",
  5858. "source": {
  5859. "type": "git",
  5860. "url": "https://github.com/symfony/translation-contracts.git",
  5861. "reference": "4667ff3bd513750603a09c8dedbea942487fb07c"
  5862. },
  5863. "dist": {
  5864. "type": "zip",
  5865. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/4667ff3bd513750603a09c8dedbea942487fb07c",
  5866. "reference": "4667ff3bd513750603a09c8dedbea942487fb07c",
  5867. "shasum": ""
  5868. },
  5869. "require": {
  5870. "php": ">=8.1"
  5871. },
  5872. "type": "library",
  5873. "extra": {
  5874. "thanks": {
  5875. "url": "https://github.com/symfony/contracts",
  5876. "name": "symfony/contracts"
  5877. },
  5878. "branch-alias": {
  5879. "dev-main": "3.5-dev"
  5880. }
  5881. },
  5882. "autoload": {
  5883. "psr-4": {
  5884. "Symfony\\Contracts\\Translation\\": ""
  5885. },
  5886. "exclude-from-classmap": [
  5887. "/Test/"
  5888. ]
  5889. },
  5890. "notification-url": "https://packagist.org/downloads/",
  5891. "license": [
  5892. "MIT"
  5893. ],
  5894. "authors": [
  5895. {
  5896. "name": "Nicolas Grekas",
  5897. "email": "p@tchwork.com"
  5898. },
  5899. {
  5900. "name": "Symfony Community",
  5901. "homepage": "https://symfony.com/contributors"
  5902. }
  5903. ],
  5904. "description": "Generic abstractions related to translation",
  5905. "homepage": "https://symfony.com",
  5906. "keywords": [
  5907. "abstractions",
  5908. "contracts",
  5909. "decoupling",
  5910. "interfaces",
  5911. "interoperability",
  5912. "standards"
  5913. ],
  5914. "support": {
  5915. "source": "https://github.com/symfony/translation-contracts/tree/v3.5.1"
  5916. },
  5917. "funding": [
  5918. {
  5919. "url": "https://symfony.com/sponsor",
  5920. "type": "custom"
  5921. },
  5922. {
  5923. "url": "https://github.com/fabpot",
  5924. "type": "github"
  5925. },
  5926. {
  5927. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5928. "type": "tidelift"
  5929. }
  5930. ],
  5931. "time": "2024-09-25T14:20:29+00:00"
  5932. },
  5933. {
  5934. "name": "symfony/uid",
  5935. "version": "v7.2.0",
  5936. "source": {
  5937. "type": "git",
  5938. "url": "https://github.com/symfony/uid.git",
  5939. "reference": "2d294d0c48df244c71c105a169d0190bfb080426"
  5940. },
  5941. "dist": {
  5942. "type": "zip",
  5943. "url": "https://api.github.com/repos/symfony/uid/zipball/2d294d0c48df244c71c105a169d0190bfb080426",
  5944. "reference": "2d294d0c48df244c71c105a169d0190bfb080426",
  5945. "shasum": ""
  5946. },
  5947. "require": {
  5948. "php": ">=8.2",
  5949. "symfony/polyfill-uuid": "^1.15"
  5950. },
  5951. "require-dev": {
  5952. "symfony/console": "^6.4|^7.0"
  5953. },
  5954. "type": "library",
  5955. "autoload": {
  5956. "psr-4": {
  5957. "Symfony\\Component\\Uid\\": ""
  5958. },
  5959. "exclude-from-classmap": [
  5960. "/Tests/"
  5961. ]
  5962. },
  5963. "notification-url": "https://packagist.org/downloads/",
  5964. "license": [
  5965. "MIT"
  5966. ],
  5967. "authors": [
  5968. {
  5969. "name": "Grégoire Pineau",
  5970. "email": "lyrixx@lyrixx.info"
  5971. },
  5972. {
  5973. "name": "Nicolas Grekas",
  5974. "email": "p@tchwork.com"
  5975. },
  5976. {
  5977. "name": "Symfony Community",
  5978. "homepage": "https://symfony.com/contributors"
  5979. }
  5980. ],
  5981. "description": "Provides an object-oriented API to generate and represent UIDs",
  5982. "homepage": "https://symfony.com",
  5983. "keywords": [
  5984. "UID",
  5985. "ulid",
  5986. "uuid"
  5987. ],
  5988. "support": {
  5989. "source": "https://github.com/symfony/uid/tree/v7.2.0"
  5990. },
  5991. "funding": [
  5992. {
  5993. "url": "https://symfony.com/sponsor",
  5994. "type": "custom"
  5995. },
  5996. {
  5997. "url": "https://github.com/fabpot",
  5998. "type": "github"
  5999. },
  6000. {
  6001. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6002. "type": "tidelift"
  6003. }
  6004. ],
  6005. "time": "2024-09-25T14:21:43+00:00"
  6006. },
  6007. {
  6008. "name": "symfony/var-dumper",
  6009. "version": "v7.2.3",
  6010. "source": {
  6011. "type": "git",
  6012. "url": "https://github.com/symfony/var-dumper.git",
  6013. "reference": "82b478c69745d8878eb60f9a049a4d584996f73a"
  6014. },
  6015. "dist": {
  6016. "type": "zip",
  6017. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/82b478c69745d8878eb60f9a049a4d584996f73a",
  6018. "reference": "82b478c69745d8878eb60f9a049a4d584996f73a",
  6019. "shasum": ""
  6020. },
  6021. "require": {
  6022. "php": ">=8.2",
  6023. "symfony/polyfill-mbstring": "~1.0"
  6024. },
  6025. "conflict": {
  6026. "symfony/console": "<6.4"
  6027. },
  6028. "require-dev": {
  6029. "ext-iconv": "*",
  6030. "symfony/console": "^6.4|^7.0",
  6031. "symfony/http-kernel": "^6.4|^7.0",
  6032. "symfony/process": "^6.4|^7.0",
  6033. "symfony/uid": "^6.4|^7.0",
  6034. "twig/twig": "^3.12"
  6035. },
  6036. "bin": [
  6037. "Resources/bin/var-dump-server"
  6038. ],
  6039. "type": "library",
  6040. "autoload": {
  6041. "files": [
  6042. "Resources/functions/dump.php"
  6043. ],
  6044. "psr-4": {
  6045. "Symfony\\Component\\VarDumper\\": ""
  6046. },
  6047. "exclude-from-classmap": [
  6048. "/Tests/"
  6049. ]
  6050. },
  6051. "notification-url": "https://packagist.org/downloads/",
  6052. "license": [
  6053. "MIT"
  6054. ],
  6055. "authors": [
  6056. {
  6057. "name": "Nicolas Grekas",
  6058. "email": "p@tchwork.com"
  6059. },
  6060. {
  6061. "name": "Symfony Community",
  6062. "homepage": "https://symfony.com/contributors"
  6063. }
  6064. ],
  6065. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  6066. "homepage": "https://symfony.com",
  6067. "keywords": [
  6068. "debug",
  6069. "dump"
  6070. ],
  6071. "support": {
  6072. "source": "https://github.com/symfony/var-dumper/tree/v7.2.3"
  6073. },
  6074. "funding": [
  6075. {
  6076. "url": "https://symfony.com/sponsor",
  6077. "type": "custom"
  6078. },
  6079. {
  6080. "url": "https://github.com/fabpot",
  6081. "type": "github"
  6082. },
  6083. {
  6084. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6085. "type": "tidelift"
  6086. }
  6087. ],
  6088. "time": "2025-01-17T11:39:41+00:00"
  6089. },
  6090. {
  6091. "name": "tijsverkoyen/css-to-inline-styles",
  6092. "version": "v2.3.0",
  6093. "source": {
  6094. "type": "git",
  6095. "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
  6096. "reference": "0d72ac1c00084279c1816675284073c5a337c20d"
  6097. },
  6098. "dist": {
  6099. "type": "zip",
  6100. "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0d72ac1c00084279c1816675284073c5a337c20d",
  6101. "reference": "0d72ac1c00084279c1816675284073c5a337c20d",
  6102. "shasum": ""
  6103. },
  6104. "require": {
  6105. "ext-dom": "*",
  6106. "ext-libxml": "*",
  6107. "php": "^7.4 || ^8.0",
  6108. "symfony/css-selector": "^5.4 || ^6.0 || ^7.0"
  6109. },
  6110. "require-dev": {
  6111. "phpstan/phpstan": "^2.0",
  6112. "phpstan/phpstan-phpunit": "^2.0",
  6113. "phpunit/phpunit": "^8.5.21 || ^9.5.10"
  6114. },
  6115. "type": "library",
  6116. "extra": {
  6117. "branch-alias": {
  6118. "dev-master": "2.x-dev"
  6119. }
  6120. },
  6121. "autoload": {
  6122. "psr-4": {
  6123. "TijsVerkoyen\\CssToInlineStyles\\": "src"
  6124. }
  6125. },
  6126. "notification-url": "https://packagist.org/downloads/",
  6127. "license": [
  6128. "BSD-3-Clause"
  6129. ],
  6130. "authors": [
  6131. {
  6132. "name": "Tijs Verkoyen",
  6133. "email": "css_to_inline_styles@verkoyen.eu",
  6134. "role": "Developer"
  6135. }
  6136. ],
  6137. "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.",
  6138. "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
  6139. "support": {
  6140. "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
  6141. "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.3.0"
  6142. },
  6143. "time": "2024-12-21T16:25:41+00:00"
  6144. },
  6145. {
  6146. "name": "vlucas/phpdotenv",
  6147. "version": "v5.6.1",
  6148. "source": {
  6149. "type": "git",
  6150. "url": "https://github.com/vlucas/phpdotenv.git",
  6151. "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2"
  6152. },
  6153. "dist": {
  6154. "type": "zip",
  6155. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/a59a13791077fe3d44f90e7133eb68e7d22eaff2",
  6156. "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2",
  6157. "shasum": ""
  6158. },
  6159. "require": {
  6160. "ext-pcre": "*",
  6161. "graham-campbell/result-type": "^1.1.3",
  6162. "php": "^7.2.5 || ^8.0",
  6163. "phpoption/phpoption": "^1.9.3",
  6164. "symfony/polyfill-ctype": "^1.24",
  6165. "symfony/polyfill-mbstring": "^1.24",
  6166. "symfony/polyfill-php80": "^1.24"
  6167. },
  6168. "require-dev": {
  6169. "bamarni/composer-bin-plugin": "^1.8.2",
  6170. "ext-filter": "*",
  6171. "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
  6172. },
  6173. "suggest": {
  6174. "ext-filter": "Required to use the boolean validator."
  6175. },
  6176. "type": "library",
  6177. "extra": {
  6178. "bamarni-bin": {
  6179. "bin-links": true,
  6180. "forward-command": false
  6181. },
  6182. "branch-alias": {
  6183. "dev-master": "5.6-dev"
  6184. }
  6185. },
  6186. "autoload": {
  6187. "psr-4": {
  6188. "Dotenv\\": "src/"
  6189. }
  6190. },
  6191. "notification-url": "https://packagist.org/downloads/",
  6192. "license": [
  6193. "BSD-3-Clause"
  6194. ],
  6195. "authors": [
  6196. {
  6197. "name": "Graham Campbell",
  6198. "email": "hello@gjcampbell.co.uk",
  6199. "homepage": "https://github.com/GrahamCampbell"
  6200. },
  6201. {
  6202. "name": "Vance Lucas",
  6203. "email": "vance@vancelucas.com",
  6204. "homepage": "https://github.com/vlucas"
  6205. }
  6206. ],
  6207. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  6208. "keywords": [
  6209. "dotenv",
  6210. "env",
  6211. "environment"
  6212. ],
  6213. "support": {
  6214. "issues": "https://github.com/vlucas/phpdotenv/issues",
  6215. "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.1"
  6216. },
  6217. "funding": [
  6218. {
  6219. "url": "https://github.com/GrahamCampbell",
  6220. "type": "github"
  6221. },
  6222. {
  6223. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  6224. "type": "tidelift"
  6225. }
  6226. ],
  6227. "time": "2024-07-20T21:52:34+00:00"
  6228. },
  6229. {
  6230. "name": "voku/portable-ascii",
  6231. "version": "2.0.3",
  6232. "source": {
  6233. "type": "git",
  6234. "url": "https://github.com/voku/portable-ascii.git",
  6235. "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d"
  6236. },
  6237. "dist": {
  6238. "type": "zip",
  6239. "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
  6240. "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
  6241. "shasum": ""
  6242. },
  6243. "require": {
  6244. "php": ">=7.0.0"
  6245. },
  6246. "require-dev": {
  6247. "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
  6248. },
  6249. "suggest": {
  6250. "ext-intl": "Use Intl for transliterator_transliterate() support"
  6251. },
  6252. "type": "library",
  6253. "autoload": {
  6254. "psr-4": {
  6255. "voku\\": "src/voku/"
  6256. }
  6257. },
  6258. "notification-url": "https://packagist.org/downloads/",
  6259. "license": [
  6260. "MIT"
  6261. ],
  6262. "authors": [
  6263. {
  6264. "name": "Lars Moelleken",
  6265. "homepage": "https://www.moelleken.org/"
  6266. }
  6267. ],
  6268. "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
  6269. "homepage": "https://github.com/voku/portable-ascii",
  6270. "keywords": [
  6271. "ascii",
  6272. "clean",
  6273. "php"
  6274. ],
  6275. "support": {
  6276. "issues": "https://github.com/voku/portable-ascii/issues",
  6277. "source": "https://github.com/voku/portable-ascii/tree/2.0.3"
  6278. },
  6279. "funding": [
  6280. {
  6281. "url": "https://www.paypal.me/moelleken",
  6282. "type": "custom"
  6283. },
  6284. {
  6285. "url": "https://github.com/voku",
  6286. "type": "github"
  6287. },
  6288. {
  6289. "url": "https://opencollective.com/portable-ascii",
  6290. "type": "open_collective"
  6291. },
  6292. {
  6293. "url": "https://www.patreon.com/voku",
  6294. "type": "patreon"
  6295. },
  6296. {
  6297. "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
  6298. "type": "tidelift"
  6299. }
  6300. ],
  6301. "time": "2024-11-21T01:49:47+00:00"
  6302. },
  6303. {
  6304. "name": "webmozart/assert",
  6305. "version": "1.11.0",
  6306. "source": {
  6307. "type": "git",
  6308. "url": "https://github.com/webmozarts/assert.git",
  6309. "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
  6310. },
  6311. "dist": {
  6312. "type": "zip",
  6313. "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
  6314. "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
  6315. "shasum": ""
  6316. },
  6317. "require": {
  6318. "ext-ctype": "*",
  6319. "php": "^7.2 || ^8.0"
  6320. },
  6321. "conflict": {
  6322. "phpstan/phpstan": "<0.12.20",
  6323. "vimeo/psalm": "<4.6.1 || 4.6.2"
  6324. },
  6325. "require-dev": {
  6326. "phpunit/phpunit": "^8.5.13"
  6327. },
  6328. "type": "library",
  6329. "extra": {
  6330. "branch-alias": {
  6331. "dev-master": "1.10-dev"
  6332. }
  6333. },
  6334. "autoload": {
  6335. "psr-4": {
  6336. "Webmozart\\Assert\\": "src/"
  6337. }
  6338. },
  6339. "notification-url": "https://packagist.org/downloads/",
  6340. "license": [
  6341. "MIT"
  6342. ],
  6343. "authors": [
  6344. {
  6345. "name": "Bernhard Schussek",
  6346. "email": "bschussek@gmail.com"
  6347. }
  6348. ],
  6349. "description": "Assertions to validate method input/output with nice error messages.",
  6350. "keywords": [
  6351. "assert",
  6352. "check",
  6353. "validate"
  6354. ],
  6355. "support": {
  6356. "issues": "https://github.com/webmozarts/assert/issues",
  6357. "source": "https://github.com/webmozarts/assert/tree/1.11.0"
  6358. },
  6359. "time": "2022-06-03T18:03:27+00:00"
  6360. }
  6361. ],
  6362. "packages-dev": [
  6363. {
  6364. "name": "barryvdh/laravel-debugbar",
  6365. "version": "v3.15.3",
  6366. "source": {
  6367. "type": "git",
  6368. "url": "https://github.com/barryvdh/laravel-debugbar.git",
  6369. "reference": "4ccab20844d18c5af08b68d310e7151a791c3037"
  6370. },
  6371. "dist": {
  6372. "type": "zip",
  6373. "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/4ccab20844d18c5af08b68d310e7151a791c3037",
  6374. "reference": "4ccab20844d18c5af08b68d310e7151a791c3037",
  6375. "shasum": ""
  6376. },
  6377. "require": {
  6378. "illuminate/routing": "^9|^10|^11|^12",
  6379. "illuminate/session": "^9|^10|^11|^12",
  6380. "illuminate/support": "^9|^10|^11|^12",
  6381. "php": "^8.1",
  6382. "php-debugbar/php-debugbar": "~2.1.1",
  6383. "symfony/finder": "^6|^7"
  6384. },
  6385. "require-dev": {
  6386. "mockery/mockery": "^1.3.3",
  6387. "orchestra/testbench-dusk": "^7|^8|^9|^10",
  6388. "phpunit/phpunit": "^9.5.10|^10|^11",
  6389. "squizlabs/php_codesniffer": "^3.5"
  6390. },
  6391. "type": "library",
  6392. "extra": {
  6393. "laravel": {
  6394. "aliases": {
  6395. "Debugbar": "Barryvdh\\Debugbar\\Facades\\Debugbar"
  6396. },
  6397. "providers": [
  6398. "Barryvdh\\Debugbar\\ServiceProvider"
  6399. ]
  6400. },
  6401. "branch-alias": {
  6402. "dev-master": "3.15-dev"
  6403. }
  6404. },
  6405. "autoload": {
  6406. "files": [
  6407. "src/helpers.php"
  6408. ],
  6409. "psr-4": {
  6410. "Barryvdh\\Debugbar\\": "src/"
  6411. }
  6412. },
  6413. "notification-url": "https://packagist.org/downloads/",
  6414. "license": [
  6415. "MIT"
  6416. ],
  6417. "authors": [
  6418. {
  6419. "name": "Barry vd. Heuvel",
  6420. "email": "barryvdh@gmail.com"
  6421. }
  6422. ],
  6423. "description": "PHP Debugbar integration for Laravel",
  6424. "keywords": [
  6425. "debug",
  6426. "debugbar",
  6427. "dev",
  6428. "laravel",
  6429. "profiler",
  6430. "webprofiler"
  6431. ],
  6432. "support": {
  6433. "issues": "https://github.com/barryvdh/laravel-debugbar/issues",
  6434. "source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.15.3"
  6435. },
  6436. "funding": [
  6437. {
  6438. "url": "https://fruitcake.nl",
  6439. "type": "custom"
  6440. },
  6441. {
  6442. "url": "https://github.com/barryvdh",
  6443. "type": "github"
  6444. }
  6445. ],
  6446. "time": "2025-04-08T15:11:06+00:00"
  6447. },
  6448. {
  6449. "name": "barryvdh/laravel-ide-helper",
  6450. "version": "v3.5.5",
  6451. "source": {
  6452. "type": "git",
  6453. "url": "https://github.com/barryvdh/laravel-ide-helper.git",
  6454. "reference": "8d441ec99f8612b942b55f5183151d91591b618a"
  6455. },
  6456. "dist": {
  6457. "type": "zip",
  6458. "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/8d441ec99f8612b942b55f5183151d91591b618a",
  6459. "reference": "8d441ec99f8612b942b55f5183151d91591b618a",
  6460. "shasum": ""
  6461. },
  6462. "require": {
  6463. "barryvdh/reflection-docblock": "^2.3",
  6464. "composer/class-map-generator": "^1.0",
  6465. "ext-json": "*",
  6466. "illuminate/console": "^11.15 || ^12",
  6467. "illuminate/database": "^11.15 || ^12",
  6468. "illuminate/filesystem": "^11.15 || ^12",
  6469. "illuminate/support": "^11.15 || ^12",
  6470. "php": "^8.2"
  6471. },
  6472. "require-dev": {
  6473. "ext-pdo_sqlite": "*",
  6474. "friendsofphp/php-cs-fixer": "^3",
  6475. "illuminate/config": "^11.15 || ^12",
  6476. "illuminate/view": "^11.15 || ^12",
  6477. "mockery/mockery": "^1.4",
  6478. "orchestra/testbench": "^9.2 || ^10",
  6479. "phpunit/phpunit": "^10.5 || ^11.5.3",
  6480. "spatie/phpunit-snapshot-assertions": "^4 || ^5",
  6481. "vimeo/psalm": "^5.4",
  6482. "vlucas/phpdotenv": "^5"
  6483. },
  6484. "suggest": {
  6485. "illuminate/events": "Required for automatic helper generation (^6|^7|^8|^9|^10|^11)."
  6486. },
  6487. "type": "library",
  6488. "extra": {
  6489. "laravel": {
  6490. "providers": [
  6491. "Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
  6492. ]
  6493. },
  6494. "branch-alias": {
  6495. "dev-master": "3.5-dev"
  6496. }
  6497. },
  6498. "autoload": {
  6499. "psr-4": {
  6500. "Barryvdh\\LaravelIdeHelper\\": "src"
  6501. }
  6502. },
  6503. "notification-url": "https://packagist.org/downloads/",
  6504. "license": [
  6505. "MIT"
  6506. ],
  6507. "authors": [
  6508. {
  6509. "name": "Barry vd. Heuvel",
  6510. "email": "barryvdh@gmail.com"
  6511. }
  6512. ],
  6513. "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
  6514. "keywords": [
  6515. "autocomplete",
  6516. "codeintel",
  6517. "dev",
  6518. "helper",
  6519. "ide",
  6520. "laravel",
  6521. "netbeans",
  6522. "phpdoc",
  6523. "phpstorm",
  6524. "sublime"
  6525. ],
  6526. "support": {
  6527. "issues": "https://github.com/barryvdh/laravel-ide-helper/issues",
  6528. "source": "https://github.com/barryvdh/laravel-ide-helper/tree/v3.5.5"
  6529. },
  6530. "funding": [
  6531. {
  6532. "url": "https://fruitcake.nl",
  6533. "type": "custom"
  6534. },
  6535. {
  6536. "url": "https://github.com/barryvdh",
  6537. "type": "github"
  6538. }
  6539. ],
  6540. "time": "2025-02-11T13:59:46+00:00"
  6541. },
  6542. {
  6543. "name": "barryvdh/reflection-docblock",
  6544. "version": "v2.3.1",
  6545. "source": {
  6546. "type": "git",
  6547. "url": "https://github.com/barryvdh/ReflectionDocBlock.git",
  6548. "reference": "b6ff9f93603561f50e53b64310495d20b8dff5d8"
  6549. },
  6550. "dist": {
  6551. "type": "zip",
  6552. "url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/b6ff9f93603561f50e53b64310495d20b8dff5d8",
  6553. "reference": "b6ff9f93603561f50e53b64310495d20b8dff5d8",
  6554. "shasum": ""
  6555. },
  6556. "require": {
  6557. "php": ">=7.1"
  6558. },
  6559. "require-dev": {
  6560. "phpunit/phpunit": "^8.5.14|^9"
  6561. },
  6562. "suggest": {
  6563. "dflydev/markdown": "~1.0",
  6564. "erusev/parsedown": "~1.0"
  6565. },
  6566. "type": "library",
  6567. "extra": {
  6568. "branch-alias": {
  6569. "dev-master": "2.3.x-dev"
  6570. }
  6571. },
  6572. "autoload": {
  6573. "psr-0": {
  6574. "Barryvdh": [
  6575. "src/"
  6576. ]
  6577. }
  6578. },
  6579. "notification-url": "https://packagist.org/downloads/",
  6580. "license": [
  6581. "MIT"
  6582. ],
  6583. "authors": [
  6584. {
  6585. "name": "Mike van Riel",
  6586. "email": "mike.vanriel@naenius.com"
  6587. }
  6588. ],
  6589. "support": {
  6590. "source": "https://github.com/barryvdh/ReflectionDocBlock/tree/v2.3.1"
  6591. },
  6592. "time": "2025-01-18T19:26:32+00:00"
  6593. },
  6594. {
  6595. "name": "composer/class-map-generator",
  6596. "version": "1.6.1",
  6597. "source": {
  6598. "type": "git",
  6599. "url": "https://github.com/composer/class-map-generator.git",
  6600. "reference": "134b705ddb0025d397d8318a75825fe3c9d1da34"
  6601. },
  6602. "dist": {
  6603. "type": "zip",
  6604. "url": "https://api.github.com/repos/composer/class-map-generator/zipball/134b705ddb0025d397d8318a75825fe3c9d1da34",
  6605. "reference": "134b705ddb0025d397d8318a75825fe3c9d1da34",
  6606. "shasum": ""
  6607. },
  6608. "require": {
  6609. "composer/pcre": "^2.1 || ^3.1",
  6610. "php": "^7.2 || ^8.0",
  6611. "symfony/finder": "^4.4 || ^5.3 || ^6 || ^7"
  6612. },
  6613. "require-dev": {
  6614. "phpstan/phpstan": "^1.12 || ^2",
  6615. "phpstan/phpstan-deprecation-rules": "^1 || ^2",
  6616. "phpstan/phpstan-phpunit": "^1 || ^2",
  6617. "phpstan/phpstan-strict-rules": "^1.1 || ^2",
  6618. "phpunit/phpunit": "^8",
  6619. "symfony/filesystem": "^5.4 || ^6"
  6620. },
  6621. "type": "library",
  6622. "extra": {
  6623. "branch-alias": {
  6624. "dev-main": "1.x-dev"
  6625. }
  6626. },
  6627. "autoload": {
  6628. "psr-4": {
  6629. "Composer\\ClassMapGenerator\\": "src"
  6630. }
  6631. },
  6632. "notification-url": "https://packagist.org/downloads/",
  6633. "license": [
  6634. "MIT"
  6635. ],
  6636. "authors": [
  6637. {
  6638. "name": "Jordi Boggiano",
  6639. "email": "j.boggiano@seld.be",
  6640. "homepage": "https://seld.be"
  6641. }
  6642. ],
  6643. "description": "Utilities to scan PHP code and generate class maps.",
  6644. "keywords": [
  6645. "classmap"
  6646. ],
  6647. "support": {
  6648. "issues": "https://github.com/composer/class-map-generator/issues",
  6649. "source": "https://github.com/composer/class-map-generator/tree/1.6.1"
  6650. },
  6651. "funding": [
  6652. {
  6653. "url": "https://packagist.com",
  6654. "type": "custom"
  6655. },
  6656. {
  6657. "url": "https://github.com/composer",
  6658. "type": "github"
  6659. },
  6660. {
  6661. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  6662. "type": "tidelift"
  6663. }
  6664. ],
  6665. "time": "2025-03-24T13:50:44+00:00"
  6666. },
  6667. {
  6668. "name": "composer/pcre",
  6669. "version": "3.3.2",
  6670. "source": {
  6671. "type": "git",
  6672. "url": "https://github.com/composer/pcre.git",
  6673. "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e"
  6674. },
  6675. "dist": {
  6676. "type": "zip",
  6677. "url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
  6678. "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
  6679. "shasum": ""
  6680. },
  6681. "require": {
  6682. "php": "^7.4 || ^8.0"
  6683. },
  6684. "conflict": {
  6685. "phpstan/phpstan": "<1.11.10"
  6686. },
  6687. "require-dev": {
  6688. "phpstan/phpstan": "^1.12 || ^2",
  6689. "phpstan/phpstan-strict-rules": "^1 || ^2",
  6690. "phpunit/phpunit": "^8 || ^9"
  6691. },
  6692. "type": "library",
  6693. "extra": {
  6694. "phpstan": {
  6695. "includes": [
  6696. "extension.neon"
  6697. ]
  6698. },
  6699. "branch-alias": {
  6700. "dev-main": "3.x-dev"
  6701. }
  6702. },
  6703. "autoload": {
  6704. "psr-4": {
  6705. "Composer\\Pcre\\": "src"
  6706. }
  6707. },
  6708. "notification-url": "https://packagist.org/downloads/",
  6709. "license": [
  6710. "MIT"
  6711. ],
  6712. "authors": [
  6713. {
  6714. "name": "Jordi Boggiano",
  6715. "email": "j.boggiano@seld.be",
  6716. "homepage": "http://seld.be"
  6717. }
  6718. ],
  6719. "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
  6720. "keywords": [
  6721. "PCRE",
  6722. "preg",
  6723. "regex",
  6724. "regular expression"
  6725. ],
  6726. "support": {
  6727. "issues": "https://github.com/composer/pcre/issues",
  6728. "source": "https://github.com/composer/pcre/tree/3.3.2"
  6729. },
  6730. "funding": [
  6731. {
  6732. "url": "https://packagist.com",
  6733. "type": "custom"
  6734. },
  6735. {
  6736. "url": "https://github.com/composer",
  6737. "type": "github"
  6738. },
  6739. {
  6740. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  6741. "type": "tidelift"
  6742. }
  6743. ],
  6744. "time": "2024-11-12T16:29:46+00:00"
  6745. },
  6746. {
  6747. "name": "ergebnis/phpstan-rules",
  6748. "version": "2.8.0",
  6749. "source": {
  6750. "type": "git",
  6751. "url": "https://github.com/ergebnis/phpstan-rules.git",
  6752. "reference": "30e790621fbad05573ef9cd355279fff5122e080"
  6753. },
  6754. "dist": {
  6755. "type": "zip",
  6756. "url": "https://api.github.com/repos/ergebnis/phpstan-rules/zipball/30e790621fbad05573ef9cd355279fff5122e080",
  6757. "reference": "30e790621fbad05573ef9cd355279fff5122e080",
  6758. "shasum": ""
  6759. },
  6760. "require": {
  6761. "ext-mbstring": "*",
  6762. "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
  6763. "phpstan/phpstan": "^2.0.0"
  6764. },
  6765. "require-dev": {
  6766. "doctrine/orm": "^2.20.0 || ^3.3.0",
  6767. "ergebnis/composer-normalize": "^2.45.0",
  6768. "ergebnis/license": "^2.6.0",
  6769. "ergebnis/php-cs-fixer-config": "^6.43.0",
  6770. "ergebnis/phpunit-slow-test-detector": "^2.18.0",
  6771. "nette/di": "^3.1.10",
  6772. "phpstan/extension-installer": "^1.4.3",
  6773. "phpstan/phpstan-deprecation-rules": "^2.0.1",
  6774. "phpstan/phpstan-phpunit": "^2.0.4",
  6775. "phpstan/phpstan-strict-rules": "^2.0.3",
  6776. "phpunit/phpunit": "^9.6.21",
  6777. "psr/container": "^2.0.2",
  6778. "symfony/finder": "^5.4.45",
  6779. "symfony/process": "^5.4.47"
  6780. },
  6781. "type": "phpstan-extension",
  6782. "extra": {
  6783. "phpstan": {
  6784. "includes": [
  6785. "rules.neon"
  6786. ]
  6787. }
  6788. },
  6789. "autoload": {
  6790. "psr-4": {
  6791. "Ergebnis\\PHPStan\\Rules\\": "src/"
  6792. }
  6793. },
  6794. "notification-url": "https://packagist.org/downloads/",
  6795. "license": [
  6796. "MIT"
  6797. ],
  6798. "authors": [
  6799. {
  6800. "name": "Andreas Möller",
  6801. "email": "am@localheinz.com",
  6802. "homepage": "https://localheinz.com"
  6803. }
  6804. ],
  6805. "description": "Provides rules for phpstan/phpstan.",
  6806. "homepage": "https://github.com/ergebnis/phpstan-rules",
  6807. "keywords": [
  6808. "PHPStan",
  6809. "phpstan-rules"
  6810. ],
  6811. "support": {
  6812. "issues": "https://github.com/ergebnis/phpstan-rules/issues",
  6813. "security": "https://github.com/ergebnis/phpstan-rules/blob/main/.github/SECURITY.md",
  6814. "source": "https://github.com/ergebnis/phpstan-rules"
  6815. },
  6816. "time": "2025-02-18T11:20:05+00:00"
  6817. },
  6818. {
  6819. "name": "fakerphp/faker",
  6820. "version": "v1.24.1",
  6821. "source": {
  6822. "type": "git",
  6823. "url": "https://github.com/FakerPHP/Faker.git",
  6824. "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5"
  6825. },
  6826. "dist": {
  6827. "type": "zip",
  6828. "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
  6829. "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
  6830. "shasum": ""
  6831. },
  6832. "require": {
  6833. "php": "^7.4 || ^8.0",
  6834. "psr/container": "^1.0 || ^2.0",
  6835. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  6836. },
  6837. "conflict": {
  6838. "fzaninotto/faker": "*"
  6839. },
  6840. "require-dev": {
  6841. "bamarni/composer-bin-plugin": "^1.4.1",
  6842. "doctrine/persistence": "^1.3 || ^2.0",
  6843. "ext-intl": "*",
  6844. "phpunit/phpunit": "^9.5.26",
  6845. "symfony/phpunit-bridge": "^5.4.16"
  6846. },
  6847. "suggest": {
  6848. "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
  6849. "ext-curl": "Required by Faker\\Provider\\Image to download images.",
  6850. "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
  6851. "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
  6852. "ext-mbstring": "Required for multibyte Unicode string functionality."
  6853. },
  6854. "type": "library",
  6855. "autoload": {
  6856. "psr-4": {
  6857. "Faker\\": "src/Faker/"
  6858. }
  6859. },
  6860. "notification-url": "https://packagist.org/downloads/",
  6861. "license": [
  6862. "MIT"
  6863. ],
  6864. "authors": [
  6865. {
  6866. "name": "François Zaninotto"
  6867. }
  6868. ],
  6869. "description": "Faker is a PHP library that generates fake data for you.",
  6870. "keywords": [
  6871. "data",
  6872. "faker",
  6873. "fixtures"
  6874. ],
  6875. "support": {
  6876. "issues": "https://github.com/FakerPHP/Faker/issues",
  6877. "source": "https://github.com/FakerPHP/Faker/tree/v1.24.1"
  6878. },
  6879. "time": "2024-11-21T13:46:39+00:00"
  6880. },
  6881. {
  6882. "name": "filp/whoops",
  6883. "version": "2.18.0",
  6884. "source": {
  6885. "type": "git",
  6886. "url": "https://github.com/filp/whoops.git",
  6887. "reference": "a7de6c3c6c3c022f5cfc337f8ede6a14460cf77e"
  6888. },
  6889. "dist": {
  6890. "type": "zip",
  6891. "url": "https://api.github.com/repos/filp/whoops/zipball/a7de6c3c6c3c022f5cfc337f8ede6a14460cf77e",
  6892. "reference": "a7de6c3c6c3c022f5cfc337f8ede6a14460cf77e",
  6893. "shasum": ""
  6894. },
  6895. "require": {
  6896. "php": "^7.1 || ^8.0",
  6897. "psr/log": "^1.0.1 || ^2.0 || ^3.0"
  6898. },
  6899. "require-dev": {
  6900. "mockery/mockery": "^1.0",
  6901. "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3",
  6902. "symfony/var-dumper": "^4.0 || ^5.0"
  6903. },
  6904. "suggest": {
  6905. "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
  6906. "whoops/soap": "Formats errors as SOAP responses"
  6907. },
  6908. "type": "library",
  6909. "extra": {
  6910. "branch-alias": {
  6911. "dev-master": "2.7-dev"
  6912. }
  6913. },
  6914. "autoload": {
  6915. "psr-4": {
  6916. "Whoops\\": "src/Whoops/"
  6917. }
  6918. },
  6919. "notification-url": "https://packagist.org/downloads/",
  6920. "license": [
  6921. "MIT"
  6922. ],
  6923. "authors": [
  6924. {
  6925. "name": "Filipe Dobreira",
  6926. "homepage": "https://github.com/filp",
  6927. "role": "Developer"
  6928. }
  6929. ],
  6930. "description": "php error handling for cool kids",
  6931. "homepage": "https://filp.github.io/whoops/",
  6932. "keywords": [
  6933. "error",
  6934. "exception",
  6935. "handling",
  6936. "library",
  6937. "throwable",
  6938. "whoops"
  6939. ],
  6940. "support": {
  6941. "issues": "https://github.com/filp/whoops/issues",
  6942. "source": "https://github.com/filp/whoops/tree/2.18.0"
  6943. },
  6944. "funding": [
  6945. {
  6946. "url": "https://github.com/denis-sokolov",
  6947. "type": "github"
  6948. }
  6949. ],
  6950. "time": "2025-03-15T12:00:00+00:00"
  6951. },
  6952. {
  6953. "name": "hamcrest/hamcrest-php",
  6954. "version": "v2.0.1",
  6955. "source": {
  6956. "type": "git",
  6957. "url": "https://github.com/hamcrest/hamcrest-php.git",
  6958. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
  6959. },
  6960. "dist": {
  6961. "type": "zip",
  6962. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  6963. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  6964. "shasum": ""
  6965. },
  6966. "require": {
  6967. "php": "^5.3|^7.0|^8.0"
  6968. },
  6969. "replace": {
  6970. "cordoval/hamcrest-php": "*",
  6971. "davedevelopment/hamcrest-php": "*",
  6972. "kodova/hamcrest-php": "*"
  6973. },
  6974. "require-dev": {
  6975. "phpunit/php-file-iterator": "^1.4 || ^2.0",
  6976. "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
  6977. },
  6978. "type": "library",
  6979. "extra": {
  6980. "branch-alias": {
  6981. "dev-master": "2.1-dev"
  6982. }
  6983. },
  6984. "autoload": {
  6985. "classmap": [
  6986. "hamcrest"
  6987. ]
  6988. },
  6989. "notification-url": "https://packagist.org/downloads/",
  6990. "license": [
  6991. "BSD-3-Clause"
  6992. ],
  6993. "description": "This is the PHP port of Hamcrest Matchers",
  6994. "keywords": [
  6995. "test"
  6996. ],
  6997. "support": {
  6998. "issues": "https://github.com/hamcrest/hamcrest-php/issues",
  6999. "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
  7000. },
  7001. "time": "2020-07-09T08:09:16+00:00"
  7002. },
  7003. {
  7004. "name": "iamcal/sql-parser",
  7005. "version": "v0.6",
  7006. "source": {
  7007. "type": "git",
  7008. "url": "https://github.com/iamcal/SQLParser.git",
  7009. "reference": "947083e2dca211a6f12fb1beb67a01e387de9b62"
  7010. },
  7011. "dist": {
  7012. "type": "zip",
  7013. "url": "https://api.github.com/repos/iamcal/SQLParser/zipball/947083e2dca211a6f12fb1beb67a01e387de9b62",
  7014. "reference": "947083e2dca211a6f12fb1beb67a01e387de9b62",
  7015. "shasum": ""
  7016. },
  7017. "require-dev": {
  7018. "php-coveralls/php-coveralls": "^1.0",
  7019. "phpunit/phpunit": "^5|^6|^7|^8|^9"
  7020. },
  7021. "type": "library",
  7022. "autoload": {
  7023. "psr-4": {
  7024. "iamcal\\": "src"
  7025. }
  7026. },
  7027. "notification-url": "https://packagist.org/downloads/",
  7028. "license": [
  7029. "MIT"
  7030. ],
  7031. "authors": [
  7032. {
  7033. "name": "Cal Henderson",
  7034. "email": "cal@iamcal.com"
  7035. }
  7036. ],
  7037. "description": "MySQL schema parser",
  7038. "support": {
  7039. "issues": "https://github.com/iamcal/SQLParser/issues",
  7040. "source": "https://github.com/iamcal/SQLParser/tree/v0.6"
  7041. },
  7042. "time": "2025-03-17T16:59:46+00:00"
  7043. },
  7044. {
  7045. "name": "larastan/larastan",
  7046. "version": "v3.3.1",
  7047. "source": {
  7048. "type": "git",
  7049. "url": "https://github.com/larastan/larastan.git",
  7050. "reference": "58bee8be51daf12d78ed0a909be3b205607d2f27"
  7051. },
  7052. "dist": {
  7053. "type": "zip",
  7054. "url": "https://api.github.com/repos/larastan/larastan/zipball/58bee8be51daf12d78ed0a909be3b205607d2f27",
  7055. "reference": "58bee8be51daf12d78ed0a909be3b205607d2f27",
  7056. "shasum": ""
  7057. },
  7058. "require": {
  7059. "ext-json": "*",
  7060. "iamcal/sql-parser": "^0.6.0",
  7061. "illuminate/console": "^11.44.2 || ^12.4.1",
  7062. "illuminate/container": "^11.44.2 || ^12.4.1",
  7063. "illuminate/contracts": "^11.44.2 || ^12.4.1",
  7064. "illuminate/database": "^11.44.2 || ^12.4.1",
  7065. "illuminate/http": "^11.44.2 || ^12.4.1",
  7066. "illuminate/pipeline": "^11.44.2 || ^12.4.1",
  7067. "illuminate/support": "^11.44.2 || ^12.4.1",
  7068. "php": "^8.2",
  7069. "phpstan/phpstan": "^2.1.11"
  7070. },
  7071. "require-dev": {
  7072. "doctrine/coding-standard": "^12.0",
  7073. "laravel/framework": "^11.44.2 || ^12.7.2",
  7074. "mockery/mockery": "^1.6.12",
  7075. "nikic/php-parser": "^5.4",
  7076. "orchestra/canvas": "^v9.2.2 || ^10.0.1",
  7077. "orchestra/testbench-core": "^9.12.0 || ^10.1",
  7078. "phpstan/phpstan-deprecation-rules": "^2.0.1",
  7079. "phpunit/phpunit": "^10.5.35 || ^11.5.15"
  7080. },
  7081. "suggest": {
  7082. "orchestra/testbench": "Using Larastan for analysing a package needs Testbench"
  7083. },
  7084. "type": "phpstan-extension",
  7085. "extra": {
  7086. "phpstan": {
  7087. "includes": [
  7088. "extension.neon"
  7089. ]
  7090. },
  7091. "branch-alias": {
  7092. "dev-master": "3.0-dev"
  7093. }
  7094. },
  7095. "autoload": {
  7096. "psr-4": {
  7097. "Larastan\\Larastan\\": "src/"
  7098. }
  7099. },
  7100. "notification-url": "https://packagist.org/downloads/",
  7101. "license": [
  7102. "MIT"
  7103. ],
  7104. "authors": [
  7105. {
  7106. "name": "Can Vural",
  7107. "email": "can9119@gmail.com"
  7108. },
  7109. {
  7110. "name": "Nuno Maduro",
  7111. "email": "enunomaduro@gmail.com"
  7112. }
  7113. ],
  7114. "description": "Larastan - Discover bugs in your code without running it. A phpstan/phpstan wrapper for Laravel",
  7115. "keywords": [
  7116. "PHPStan",
  7117. "code analyse",
  7118. "code analysis",
  7119. "larastan",
  7120. "laravel",
  7121. "package",
  7122. "php",
  7123. "static analysis"
  7124. ],
  7125. "support": {
  7126. "issues": "https://github.com/larastan/larastan/issues",
  7127. "source": "https://github.com/larastan/larastan/tree/v3.3.1"
  7128. },
  7129. "funding": [
  7130. {
  7131. "url": "https://github.com/canvural",
  7132. "type": "github"
  7133. },
  7134. {
  7135. "url": "https://github.com/nunomaduro",
  7136. "type": "github"
  7137. }
  7138. ],
  7139. "time": "2025-04-03T20:08:04+00:00"
  7140. },
  7141. {
  7142. "name": "laravel/ui",
  7143. "version": "v4.6.1",
  7144. "source": {
  7145. "type": "git",
  7146. "url": "https://github.com/laravel/ui.git",
  7147. "reference": "7d6ffa38d79f19c9b3e70a751a9af845e8f41d88"
  7148. },
  7149. "dist": {
  7150. "type": "zip",
  7151. "url": "https://api.github.com/repos/laravel/ui/zipball/7d6ffa38d79f19c9b3e70a751a9af845e8f41d88",
  7152. "reference": "7d6ffa38d79f19c9b3e70a751a9af845e8f41d88",
  7153. "shasum": ""
  7154. },
  7155. "require": {
  7156. "illuminate/console": "^9.21|^10.0|^11.0|^12.0",
  7157. "illuminate/filesystem": "^9.21|^10.0|^11.0|^12.0",
  7158. "illuminate/support": "^9.21|^10.0|^11.0|^12.0",
  7159. "illuminate/validation": "^9.21|^10.0|^11.0|^12.0",
  7160. "php": "^8.0",
  7161. "symfony/console": "^6.0|^7.0"
  7162. },
  7163. "require-dev": {
  7164. "orchestra/testbench": "^7.35|^8.15|^9.0|^10.0",
  7165. "phpunit/phpunit": "^9.3|^10.4|^11.5"
  7166. },
  7167. "type": "library",
  7168. "extra": {
  7169. "laravel": {
  7170. "providers": [
  7171. "Laravel\\Ui\\UiServiceProvider"
  7172. ]
  7173. },
  7174. "branch-alias": {
  7175. "dev-master": "4.x-dev"
  7176. }
  7177. },
  7178. "autoload": {
  7179. "psr-4": {
  7180. "Laravel\\Ui\\": "src/",
  7181. "Illuminate\\Foundation\\Auth\\": "auth-backend/"
  7182. }
  7183. },
  7184. "notification-url": "https://packagist.org/downloads/",
  7185. "license": [
  7186. "MIT"
  7187. ],
  7188. "authors": [
  7189. {
  7190. "name": "Taylor Otwell",
  7191. "email": "taylor@laravel.com"
  7192. }
  7193. ],
  7194. "description": "Laravel UI utilities and presets.",
  7195. "keywords": [
  7196. "laravel",
  7197. "ui"
  7198. ],
  7199. "support": {
  7200. "source": "https://github.com/laravel/ui/tree/v4.6.1"
  7201. },
  7202. "time": "2025-01-28T15:15:29+00:00"
  7203. },
  7204. {
  7205. "name": "mockery/mockery",
  7206. "version": "1.6.12",
  7207. "source": {
  7208. "type": "git",
  7209. "url": "https://github.com/mockery/mockery.git",
  7210. "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699"
  7211. },
  7212. "dist": {
  7213. "type": "zip",
  7214. "url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699",
  7215. "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699",
  7216. "shasum": ""
  7217. },
  7218. "require": {
  7219. "hamcrest/hamcrest-php": "^2.0.1",
  7220. "lib-pcre": ">=7.0",
  7221. "php": ">=7.3"
  7222. },
  7223. "conflict": {
  7224. "phpunit/phpunit": "<8.0"
  7225. },
  7226. "require-dev": {
  7227. "phpunit/phpunit": "^8.5 || ^9.6.17",
  7228. "symplify/easy-coding-standard": "^12.1.14"
  7229. },
  7230. "type": "library",
  7231. "autoload": {
  7232. "files": [
  7233. "library/helpers.php",
  7234. "library/Mockery.php"
  7235. ],
  7236. "psr-4": {
  7237. "Mockery\\": "library/Mockery"
  7238. }
  7239. },
  7240. "notification-url": "https://packagist.org/downloads/",
  7241. "license": [
  7242. "BSD-3-Clause"
  7243. ],
  7244. "authors": [
  7245. {
  7246. "name": "Pádraic Brady",
  7247. "email": "padraic.brady@gmail.com",
  7248. "homepage": "https://github.com/padraic",
  7249. "role": "Author"
  7250. },
  7251. {
  7252. "name": "Dave Marshall",
  7253. "email": "dave.marshall@atstsolutions.co.uk",
  7254. "homepage": "https://davedevelopment.co.uk",
  7255. "role": "Developer"
  7256. },
  7257. {
  7258. "name": "Nathanael Esayeas",
  7259. "email": "nathanael.esayeas@protonmail.com",
  7260. "homepage": "https://github.com/ghostwriter",
  7261. "role": "Lead Developer"
  7262. }
  7263. ],
  7264. "description": "Mockery is a simple yet flexible PHP mock object framework",
  7265. "homepage": "https://github.com/mockery/mockery",
  7266. "keywords": [
  7267. "BDD",
  7268. "TDD",
  7269. "library",
  7270. "mock",
  7271. "mock objects",
  7272. "mockery",
  7273. "stub",
  7274. "test",
  7275. "test double",
  7276. "testing"
  7277. ],
  7278. "support": {
  7279. "docs": "https://docs.mockery.io/",
  7280. "issues": "https://github.com/mockery/mockery/issues",
  7281. "rss": "https://github.com/mockery/mockery/releases.atom",
  7282. "security": "https://github.com/mockery/mockery/security/advisories",
  7283. "source": "https://github.com/mockery/mockery"
  7284. },
  7285. "time": "2024-05-16T03:13:13+00:00"
  7286. },
  7287. {
  7288. "name": "myclabs/deep-copy",
  7289. "version": "1.13.0",
  7290. "source": {
  7291. "type": "git",
  7292. "url": "https://github.com/myclabs/DeepCopy.git",
  7293. "reference": "024473a478be9df5fdaca2c793f2232fe788e414"
  7294. },
  7295. "dist": {
  7296. "type": "zip",
  7297. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/024473a478be9df5fdaca2c793f2232fe788e414",
  7298. "reference": "024473a478be9df5fdaca2c793f2232fe788e414",
  7299. "shasum": ""
  7300. },
  7301. "require": {
  7302. "php": "^7.1 || ^8.0"
  7303. },
  7304. "conflict": {
  7305. "doctrine/collections": "<1.6.8",
  7306. "doctrine/common": "<2.13.3 || >=3 <3.2.2"
  7307. },
  7308. "require-dev": {
  7309. "doctrine/collections": "^1.6.8",
  7310. "doctrine/common": "^2.13.3 || ^3.2.2",
  7311. "phpspec/prophecy": "^1.10",
  7312. "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
  7313. },
  7314. "type": "library",
  7315. "autoload": {
  7316. "files": [
  7317. "src/DeepCopy/deep_copy.php"
  7318. ],
  7319. "psr-4": {
  7320. "DeepCopy\\": "src/DeepCopy/"
  7321. }
  7322. },
  7323. "notification-url": "https://packagist.org/downloads/",
  7324. "license": [
  7325. "MIT"
  7326. ],
  7327. "description": "Create deep copies (clones) of your objects",
  7328. "keywords": [
  7329. "clone",
  7330. "copy",
  7331. "duplicate",
  7332. "object",
  7333. "object graph"
  7334. ],
  7335. "support": {
  7336. "issues": "https://github.com/myclabs/DeepCopy/issues",
  7337. "source": "https://github.com/myclabs/DeepCopy/tree/1.13.0"
  7338. },
  7339. "funding": [
  7340. {
  7341. "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
  7342. "type": "tidelift"
  7343. }
  7344. ],
  7345. "time": "2025-02-12T12:17:51+00:00"
  7346. },
  7347. {
  7348. "name": "nikic/php-parser",
  7349. "version": "v5.4.0",
  7350. "source": {
  7351. "type": "git",
  7352. "url": "https://github.com/nikic/PHP-Parser.git",
  7353. "reference": "447a020a1f875a434d62f2a401f53b82a396e494"
  7354. },
  7355. "dist": {
  7356. "type": "zip",
  7357. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494",
  7358. "reference": "447a020a1f875a434d62f2a401f53b82a396e494",
  7359. "shasum": ""
  7360. },
  7361. "require": {
  7362. "ext-ctype": "*",
  7363. "ext-json": "*",
  7364. "ext-tokenizer": "*",
  7365. "php": ">=7.4"
  7366. },
  7367. "require-dev": {
  7368. "ircmaxell/php-yacc": "^0.0.7",
  7369. "phpunit/phpunit": "^9.0"
  7370. },
  7371. "bin": [
  7372. "bin/php-parse"
  7373. ],
  7374. "type": "library",
  7375. "extra": {
  7376. "branch-alias": {
  7377. "dev-master": "5.0-dev"
  7378. }
  7379. },
  7380. "autoload": {
  7381. "psr-4": {
  7382. "PhpParser\\": "lib/PhpParser"
  7383. }
  7384. },
  7385. "notification-url": "https://packagist.org/downloads/",
  7386. "license": [
  7387. "BSD-3-Clause"
  7388. ],
  7389. "authors": [
  7390. {
  7391. "name": "Nikita Popov"
  7392. }
  7393. ],
  7394. "description": "A PHP parser written in PHP",
  7395. "keywords": [
  7396. "parser",
  7397. "php"
  7398. ],
  7399. "support": {
  7400. "issues": "https://github.com/nikic/PHP-Parser/issues",
  7401. "source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0"
  7402. },
  7403. "time": "2024-12-30T11:07:19+00:00"
  7404. },
  7405. {
  7406. "name": "nunomaduro/collision",
  7407. "version": "v8.8.0",
  7408. "source": {
  7409. "type": "git",
  7410. "url": "https://github.com/nunomaduro/collision.git",
  7411. "reference": "4cf9f3b47afff38b139fb79ce54fc71799022ce8"
  7412. },
  7413. "dist": {
  7414. "type": "zip",
  7415. "url": "https://api.github.com/repos/nunomaduro/collision/zipball/4cf9f3b47afff38b139fb79ce54fc71799022ce8",
  7416. "reference": "4cf9f3b47afff38b139fb79ce54fc71799022ce8",
  7417. "shasum": ""
  7418. },
  7419. "require": {
  7420. "filp/whoops": "^2.18.0",
  7421. "nunomaduro/termwind": "^2.3.0",
  7422. "php": "^8.2.0",
  7423. "symfony/console": "^7.2.5"
  7424. },
  7425. "conflict": {
  7426. "laravel/framework": "<11.44.2 || >=13.0.0",
  7427. "phpunit/phpunit": "<11.5.15 || >=13.0.0"
  7428. },
  7429. "require-dev": {
  7430. "brianium/paratest": "^7.8.3",
  7431. "larastan/larastan": "^3.2",
  7432. "laravel/framework": "^11.44.2 || ^12.6",
  7433. "laravel/pint": "^1.21.2",
  7434. "laravel/sail": "^1.41.0",
  7435. "laravel/sanctum": "^4.0.8",
  7436. "laravel/tinker": "^2.10.1",
  7437. "orchestra/testbench-core": "^9.12.0 || ^10.1",
  7438. "pestphp/pest": "^3.8.0",
  7439. "sebastian/environment": "^7.2.0 || ^8.0"
  7440. },
  7441. "type": "library",
  7442. "extra": {
  7443. "laravel": {
  7444. "providers": [
  7445. "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
  7446. ]
  7447. },
  7448. "branch-alias": {
  7449. "dev-8.x": "8.x-dev"
  7450. }
  7451. },
  7452. "autoload": {
  7453. "files": [
  7454. "./src/Adapters/Phpunit/Autoload.php"
  7455. ],
  7456. "psr-4": {
  7457. "NunoMaduro\\Collision\\": "src/"
  7458. }
  7459. },
  7460. "notification-url": "https://packagist.org/downloads/",
  7461. "license": [
  7462. "MIT"
  7463. ],
  7464. "authors": [
  7465. {
  7466. "name": "Nuno Maduro",
  7467. "email": "enunomaduro@gmail.com"
  7468. }
  7469. ],
  7470. "description": "Cli error handling for console/command-line PHP applications.",
  7471. "keywords": [
  7472. "artisan",
  7473. "cli",
  7474. "command-line",
  7475. "console",
  7476. "dev",
  7477. "error",
  7478. "handling",
  7479. "laravel",
  7480. "laravel-zero",
  7481. "php",
  7482. "symfony"
  7483. ],
  7484. "support": {
  7485. "issues": "https://github.com/nunomaduro/collision/issues",
  7486. "source": "https://github.com/nunomaduro/collision"
  7487. },
  7488. "funding": [
  7489. {
  7490. "url": "https://www.paypal.com/paypalme/enunomaduro",
  7491. "type": "custom"
  7492. },
  7493. {
  7494. "url": "https://github.com/nunomaduro",
  7495. "type": "github"
  7496. },
  7497. {
  7498. "url": "https://www.patreon.com/nunomaduro",
  7499. "type": "patreon"
  7500. }
  7501. ],
  7502. "time": "2025-04-03T14:33:09+00:00"
  7503. },
  7504. {
  7505. "name": "phar-io/manifest",
  7506. "version": "2.0.4",
  7507. "source": {
  7508. "type": "git",
  7509. "url": "https://github.com/phar-io/manifest.git",
  7510. "reference": "54750ef60c58e43759730615a392c31c80e23176"
  7511. },
  7512. "dist": {
  7513. "type": "zip",
  7514. "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
  7515. "reference": "54750ef60c58e43759730615a392c31c80e23176",
  7516. "shasum": ""
  7517. },
  7518. "require": {
  7519. "ext-dom": "*",
  7520. "ext-libxml": "*",
  7521. "ext-phar": "*",
  7522. "ext-xmlwriter": "*",
  7523. "phar-io/version": "^3.0.1",
  7524. "php": "^7.2 || ^8.0"
  7525. },
  7526. "type": "library",
  7527. "extra": {
  7528. "branch-alias": {
  7529. "dev-master": "2.0.x-dev"
  7530. }
  7531. },
  7532. "autoload": {
  7533. "classmap": [
  7534. "src/"
  7535. ]
  7536. },
  7537. "notification-url": "https://packagist.org/downloads/",
  7538. "license": [
  7539. "BSD-3-Clause"
  7540. ],
  7541. "authors": [
  7542. {
  7543. "name": "Arne Blankerts",
  7544. "email": "arne@blankerts.de",
  7545. "role": "Developer"
  7546. },
  7547. {
  7548. "name": "Sebastian Heuer",
  7549. "email": "sebastian@phpeople.de",
  7550. "role": "Developer"
  7551. },
  7552. {
  7553. "name": "Sebastian Bergmann",
  7554. "email": "sebastian@phpunit.de",
  7555. "role": "Developer"
  7556. }
  7557. ],
  7558. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  7559. "support": {
  7560. "issues": "https://github.com/phar-io/manifest/issues",
  7561. "source": "https://github.com/phar-io/manifest/tree/2.0.4"
  7562. },
  7563. "funding": [
  7564. {
  7565. "url": "https://github.com/theseer",
  7566. "type": "github"
  7567. }
  7568. ],
  7569. "time": "2024-03-03T12:33:53+00:00"
  7570. },
  7571. {
  7572. "name": "phar-io/version",
  7573. "version": "3.2.1",
  7574. "source": {
  7575. "type": "git",
  7576. "url": "https://github.com/phar-io/version.git",
  7577. "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
  7578. },
  7579. "dist": {
  7580. "type": "zip",
  7581. "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
  7582. "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
  7583. "shasum": ""
  7584. },
  7585. "require": {
  7586. "php": "^7.2 || ^8.0"
  7587. },
  7588. "type": "library",
  7589. "autoload": {
  7590. "classmap": [
  7591. "src/"
  7592. ]
  7593. },
  7594. "notification-url": "https://packagist.org/downloads/",
  7595. "license": [
  7596. "BSD-3-Clause"
  7597. ],
  7598. "authors": [
  7599. {
  7600. "name": "Arne Blankerts",
  7601. "email": "arne@blankerts.de",
  7602. "role": "Developer"
  7603. },
  7604. {
  7605. "name": "Sebastian Heuer",
  7606. "email": "sebastian@phpeople.de",
  7607. "role": "Developer"
  7608. },
  7609. {
  7610. "name": "Sebastian Bergmann",
  7611. "email": "sebastian@phpunit.de",
  7612. "role": "Developer"
  7613. }
  7614. ],
  7615. "description": "Library for handling version information and constraints",
  7616. "support": {
  7617. "issues": "https://github.com/phar-io/version/issues",
  7618. "source": "https://github.com/phar-io/version/tree/3.2.1"
  7619. },
  7620. "time": "2022-02-21T01:04:05+00:00"
  7621. },
  7622. {
  7623. "name": "php-debugbar/php-debugbar",
  7624. "version": "v2.1.6",
  7625. "source": {
  7626. "type": "git",
  7627. "url": "https://github.com/php-debugbar/php-debugbar.git",
  7628. "reference": "16fa68da5617220594aa5e33fa9de415f94784a0"
  7629. },
  7630. "dist": {
  7631. "type": "zip",
  7632. "url": "https://api.github.com/repos/php-debugbar/php-debugbar/zipball/16fa68da5617220594aa5e33fa9de415f94784a0",
  7633. "reference": "16fa68da5617220594aa5e33fa9de415f94784a0",
  7634. "shasum": ""
  7635. },
  7636. "require": {
  7637. "php": "^8",
  7638. "psr/log": "^1|^2|^3",
  7639. "symfony/var-dumper": "^4|^5|^6|^7"
  7640. },
  7641. "require-dev": {
  7642. "dbrekelmans/bdi": "^1",
  7643. "phpunit/phpunit": "^8|^9",
  7644. "symfony/panther": "^1|^2.1",
  7645. "twig/twig": "^1.38|^2.7|^3.0"
  7646. },
  7647. "suggest": {
  7648. "kriswallsmith/assetic": "The best way to manage assets",
  7649. "monolog/monolog": "Log using Monolog",
  7650. "predis/predis": "Redis storage"
  7651. },
  7652. "type": "library",
  7653. "extra": {
  7654. "branch-alias": {
  7655. "dev-master": "2.0-dev"
  7656. }
  7657. },
  7658. "autoload": {
  7659. "psr-4": {
  7660. "DebugBar\\": "src/DebugBar/"
  7661. }
  7662. },
  7663. "notification-url": "https://packagist.org/downloads/",
  7664. "license": [
  7665. "MIT"
  7666. ],
  7667. "authors": [
  7668. {
  7669. "name": "Maxime Bouroumeau-Fuseau",
  7670. "email": "maxime.bouroumeau@gmail.com",
  7671. "homepage": "http://maximebf.com"
  7672. },
  7673. {
  7674. "name": "Barry vd. Heuvel",
  7675. "email": "barryvdh@gmail.com"
  7676. }
  7677. ],
  7678. "description": "Debug bar in the browser for php application",
  7679. "homepage": "https://github.com/php-debugbar/php-debugbar",
  7680. "keywords": [
  7681. "debug",
  7682. "debug bar",
  7683. "debugbar",
  7684. "dev"
  7685. ],
  7686. "support": {
  7687. "issues": "https://github.com/php-debugbar/php-debugbar/issues",
  7688. "source": "https://github.com/php-debugbar/php-debugbar/tree/v2.1.6"
  7689. },
  7690. "time": "2025-02-21T17:47:03+00:00"
  7691. },
  7692. {
  7693. "name": "phpstan/extension-installer",
  7694. "version": "1.4.3",
  7695. "source": {
  7696. "type": "git",
  7697. "url": "https://github.com/phpstan/extension-installer.git",
  7698. "reference": "85e90b3942d06b2326fba0403ec24fe912372936"
  7699. },
  7700. "dist": {
  7701. "type": "zip",
  7702. "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/85e90b3942d06b2326fba0403ec24fe912372936",
  7703. "reference": "85e90b3942d06b2326fba0403ec24fe912372936",
  7704. "shasum": ""
  7705. },
  7706. "require": {
  7707. "composer-plugin-api": "^2.0",
  7708. "php": "^7.2 || ^8.0",
  7709. "phpstan/phpstan": "^1.9.0 || ^2.0"
  7710. },
  7711. "require-dev": {
  7712. "composer/composer": "^2.0",
  7713. "php-parallel-lint/php-parallel-lint": "^1.2.0",
  7714. "phpstan/phpstan-strict-rules": "^0.11 || ^0.12 || ^1.0"
  7715. },
  7716. "type": "composer-plugin",
  7717. "extra": {
  7718. "class": "PHPStan\\ExtensionInstaller\\Plugin"
  7719. },
  7720. "autoload": {
  7721. "psr-4": {
  7722. "PHPStan\\ExtensionInstaller\\": "src/"
  7723. }
  7724. },
  7725. "notification-url": "https://packagist.org/downloads/",
  7726. "license": [
  7727. "MIT"
  7728. ],
  7729. "description": "Composer plugin for automatic installation of PHPStan extensions",
  7730. "keywords": [
  7731. "dev",
  7732. "static analysis"
  7733. ],
  7734. "support": {
  7735. "issues": "https://github.com/phpstan/extension-installer/issues",
  7736. "source": "https://github.com/phpstan/extension-installer/tree/1.4.3"
  7737. },
  7738. "time": "2024-09-04T20:21:43+00:00"
  7739. },
  7740. {
  7741. "name": "phpstan/phpstan",
  7742. "version": "2.1.11",
  7743. "source": {
  7744. "type": "git",
  7745. "url": "https://github.com/phpstan/phpstan.git",
  7746. "reference": "8ca5f79a8f63c49b2359065832a654e1ec70ac30"
  7747. },
  7748. "dist": {
  7749. "type": "zip",
  7750. "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8ca5f79a8f63c49b2359065832a654e1ec70ac30",
  7751. "reference": "8ca5f79a8f63c49b2359065832a654e1ec70ac30",
  7752. "shasum": ""
  7753. },
  7754. "require": {
  7755. "php": "^7.4|^8.0"
  7756. },
  7757. "conflict": {
  7758. "phpstan/phpstan-shim": "*"
  7759. },
  7760. "bin": [
  7761. "phpstan",
  7762. "phpstan.phar"
  7763. ],
  7764. "type": "library",
  7765. "autoload": {
  7766. "files": [
  7767. "bootstrap.php"
  7768. ]
  7769. },
  7770. "notification-url": "https://packagist.org/downloads/",
  7771. "license": [
  7772. "MIT"
  7773. ],
  7774. "description": "PHPStan - PHP Static Analysis Tool",
  7775. "keywords": [
  7776. "dev",
  7777. "static analysis"
  7778. ],
  7779. "support": {
  7780. "docs": "https://phpstan.org/user-guide/getting-started",
  7781. "forum": "https://github.com/phpstan/phpstan/discussions",
  7782. "issues": "https://github.com/phpstan/phpstan/issues",
  7783. "security": "https://github.com/phpstan/phpstan/security/policy",
  7784. "source": "https://github.com/phpstan/phpstan-src"
  7785. },
  7786. "funding": [
  7787. {
  7788. "url": "https://github.com/ondrejmirtes",
  7789. "type": "github"
  7790. },
  7791. {
  7792. "url": "https://github.com/phpstan",
  7793. "type": "github"
  7794. }
  7795. ],
  7796. "time": "2025-03-24T13:45:00+00:00"
  7797. },
  7798. {
  7799. "name": "phpstan/phpstan-deprecation-rules",
  7800. "version": "2.0.1",
  7801. "source": {
  7802. "type": "git",
  7803. "url": "https://github.com/phpstan/phpstan-deprecation-rules.git",
  7804. "reference": "1cc1259cb91ee4cfbb5c39bca9f635f067c910b4"
  7805. },
  7806. "dist": {
  7807. "type": "zip",
  7808. "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/1cc1259cb91ee4cfbb5c39bca9f635f067c910b4",
  7809. "reference": "1cc1259cb91ee4cfbb5c39bca9f635f067c910b4",
  7810. "shasum": ""
  7811. },
  7812. "require": {
  7813. "php": "^7.4 || ^8.0",
  7814. "phpstan/phpstan": "^2.0"
  7815. },
  7816. "require-dev": {
  7817. "php-parallel-lint/php-parallel-lint": "^1.2",
  7818. "phpstan/phpstan-phpunit": "^2.0",
  7819. "phpunit/phpunit": "^9.6"
  7820. },
  7821. "type": "phpstan-extension",
  7822. "extra": {
  7823. "phpstan": {
  7824. "includes": [
  7825. "rules.neon"
  7826. ]
  7827. }
  7828. },
  7829. "autoload": {
  7830. "psr-4": {
  7831. "PHPStan\\": "src/"
  7832. }
  7833. },
  7834. "notification-url": "https://packagist.org/downloads/",
  7835. "license": [
  7836. "MIT"
  7837. ],
  7838. "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.",
  7839. "support": {
  7840. "issues": "https://github.com/phpstan/phpstan-deprecation-rules/issues",
  7841. "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/2.0.1"
  7842. },
  7843. "time": "2024-11-28T21:56:36+00:00"
  7844. },
  7845. {
  7846. "name": "phpstan/phpstan-strict-rules",
  7847. "version": "2.0.4",
  7848. "source": {
  7849. "type": "git",
  7850. "url": "https://github.com/phpstan/phpstan-strict-rules.git",
  7851. "reference": "3e139cbe67fafa3588e1dbe27ca50f31fdb6236a"
  7852. },
  7853. "dist": {
  7854. "type": "zip",
  7855. "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/3e139cbe67fafa3588e1dbe27ca50f31fdb6236a",
  7856. "reference": "3e139cbe67fafa3588e1dbe27ca50f31fdb6236a",
  7857. "shasum": ""
  7858. },
  7859. "require": {
  7860. "php": "^7.4 || ^8.0",
  7861. "phpstan/phpstan": "^2.0.4"
  7862. },
  7863. "require-dev": {
  7864. "php-parallel-lint/php-parallel-lint": "^1.2",
  7865. "phpstan/phpstan-deprecation-rules": "^2.0",
  7866. "phpstan/phpstan-phpunit": "^2.0",
  7867. "phpunit/phpunit": "^9.6"
  7868. },
  7869. "type": "phpstan-extension",
  7870. "extra": {
  7871. "phpstan": {
  7872. "includes": [
  7873. "rules.neon"
  7874. ]
  7875. }
  7876. },
  7877. "autoload": {
  7878. "psr-4": {
  7879. "PHPStan\\": "src/"
  7880. }
  7881. },
  7882. "notification-url": "https://packagist.org/downloads/",
  7883. "license": [
  7884. "MIT"
  7885. ],
  7886. "description": "Extra strict and opinionated rules for PHPStan",
  7887. "support": {
  7888. "issues": "https://github.com/phpstan/phpstan-strict-rules/issues",
  7889. "source": "https://github.com/phpstan/phpstan-strict-rules/tree/2.0.4"
  7890. },
  7891. "time": "2025-03-18T11:42:40+00:00"
  7892. },
  7893. {
  7894. "name": "phpunit/php-code-coverage",
  7895. "version": "12.1.2",
  7896. "source": {
  7897. "type": "git",
  7898. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  7899. "reference": "05c33d01a856f9f62488d144bafddc3d7b7a4ebb"
  7900. },
  7901. "dist": {
  7902. "type": "zip",
  7903. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/05c33d01a856f9f62488d144bafddc3d7b7a4ebb",
  7904. "reference": "05c33d01a856f9f62488d144bafddc3d7b7a4ebb",
  7905. "shasum": ""
  7906. },
  7907. "require": {
  7908. "ext-dom": "*",
  7909. "ext-libxml": "*",
  7910. "ext-xmlwriter": "*",
  7911. "nikic/php-parser": "^5.4.0",
  7912. "php": ">=8.3",
  7913. "phpunit/php-file-iterator": "^6.0",
  7914. "phpunit/php-text-template": "^5.0",
  7915. "sebastian/complexity": "^5.0",
  7916. "sebastian/environment": "^8.0",
  7917. "sebastian/lines-of-code": "^4.0",
  7918. "sebastian/version": "^6.0",
  7919. "theseer/tokenizer": "^1.2.3"
  7920. },
  7921. "require-dev": {
  7922. "phpunit/phpunit": "^12.0"
  7923. },
  7924. "suggest": {
  7925. "ext-pcov": "PHP extension that provides line coverage",
  7926. "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
  7927. },
  7928. "type": "library",
  7929. "extra": {
  7930. "branch-alias": {
  7931. "dev-main": "12.1.x-dev"
  7932. }
  7933. },
  7934. "autoload": {
  7935. "classmap": [
  7936. "src/"
  7937. ]
  7938. },
  7939. "notification-url": "https://packagist.org/downloads/",
  7940. "license": [
  7941. "BSD-3-Clause"
  7942. ],
  7943. "authors": [
  7944. {
  7945. "name": "Sebastian Bergmann",
  7946. "email": "sebastian@phpunit.de",
  7947. "role": "lead"
  7948. }
  7949. ],
  7950. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  7951. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  7952. "keywords": [
  7953. "coverage",
  7954. "testing",
  7955. "xunit"
  7956. ],
  7957. "support": {
  7958. "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
  7959. "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
  7960. "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/12.1.2"
  7961. },
  7962. "funding": [
  7963. {
  7964. "url": "https://github.com/sebastianbergmann",
  7965. "type": "github"
  7966. }
  7967. ],
  7968. "time": "2025-04-03T14:34:39+00:00"
  7969. },
  7970. {
  7971. "name": "phpunit/php-file-iterator",
  7972. "version": "6.0.0",
  7973. "source": {
  7974. "type": "git",
  7975. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  7976. "reference": "961bc913d42fe24a257bfff826a5068079ac7782"
  7977. },
  7978. "dist": {
  7979. "type": "zip",
  7980. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/961bc913d42fe24a257bfff826a5068079ac7782",
  7981. "reference": "961bc913d42fe24a257bfff826a5068079ac7782",
  7982. "shasum": ""
  7983. },
  7984. "require": {
  7985. "php": ">=8.3"
  7986. },
  7987. "require-dev": {
  7988. "phpunit/phpunit": "^12.0"
  7989. },
  7990. "type": "library",
  7991. "extra": {
  7992. "branch-alias": {
  7993. "dev-main": "6.0-dev"
  7994. }
  7995. },
  7996. "autoload": {
  7997. "classmap": [
  7998. "src/"
  7999. ]
  8000. },
  8001. "notification-url": "https://packagist.org/downloads/",
  8002. "license": [
  8003. "BSD-3-Clause"
  8004. ],
  8005. "authors": [
  8006. {
  8007. "name": "Sebastian Bergmann",
  8008. "email": "sebastian@phpunit.de",
  8009. "role": "lead"
  8010. }
  8011. ],
  8012. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  8013. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  8014. "keywords": [
  8015. "filesystem",
  8016. "iterator"
  8017. ],
  8018. "support": {
  8019. "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
  8020. "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
  8021. "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/6.0.0"
  8022. },
  8023. "funding": [
  8024. {
  8025. "url": "https://github.com/sebastianbergmann",
  8026. "type": "github"
  8027. }
  8028. ],
  8029. "time": "2025-02-07T04:58:37+00:00"
  8030. },
  8031. {
  8032. "name": "phpunit/php-invoker",
  8033. "version": "6.0.0",
  8034. "source": {
  8035. "type": "git",
  8036. "url": "https://github.com/sebastianbergmann/php-invoker.git",
  8037. "reference": "12b54e689b07a25a9b41e57736dfab6ec9ae5406"
  8038. },
  8039. "dist": {
  8040. "type": "zip",
  8041. "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/12b54e689b07a25a9b41e57736dfab6ec9ae5406",
  8042. "reference": "12b54e689b07a25a9b41e57736dfab6ec9ae5406",
  8043. "shasum": ""
  8044. },
  8045. "require": {
  8046. "php": ">=8.3"
  8047. },
  8048. "require-dev": {
  8049. "ext-pcntl": "*",
  8050. "phpunit/phpunit": "^12.0"
  8051. },
  8052. "suggest": {
  8053. "ext-pcntl": "*"
  8054. },
  8055. "type": "library",
  8056. "extra": {
  8057. "branch-alias": {
  8058. "dev-main": "6.0-dev"
  8059. }
  8060. },
  8061. "autoload": {
  8062. "classmap": [
  8063. "src/"
  8064. ]
  8065. },
  8066. "notification-url": "https://packagist.org/downloads/",
  8067. "license": [
  8068. "BSD-3-Clause"
  8069. ],
  8070. "authors": [
  8071. {
  8072. "name": "Sebastian Bergmann",
  8073. "email": "sebastian@phpunit.de",
  8074. "role": "lead"
  8075. }
  8076. ],
  8077. "description": "Invoke callables with a timeout",
  8078. "homepage": "https://github.com/sebastianbergmann/php-invoker/",
  8079. "keywords": [
  8080. "process"
  8081. ],
  8082. "support": {
  8083. "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
  8084. "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
  8085. "source": "https://github.com/sebastianbergmann/php-invoker/tree/6.0.0"
  8086. },
  8087. "funding": [
  8088. {
  8089. "url": "https://github.com/sebastianbergmann",
  8090. "type": "github"
  8091. }
  8092. ],
  8093. "time": "2025-02-07T04:58:58+00:00"
  8094. },
  8095. {
  8096. "name": "phpunit/php-text-template",
  8097. "version": "5.0.0",
  8098. "source": {
  8099. "type": "git",
  8100. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  8101. "reference": "e1367a453f0eda562eedb4f659e13aa900d66c53"
  8102. },
  8103. "dist": {
  8104. "type": "zip",
  8105. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/e1367a453f0eda562eedb4f659e13aa900d66c53",
  8106. "reference": "e1367a453f0eda562eedb4f659e13aa900d66c53",
  8107. "shasum": ""
  8108. },
  8109. "require": {
  8110. "php": ">=8.3"
  8111. },
  8112. "require-dev": {
  8113. "phpunit/phpunit": "^12.0"
  8114. },
  8115. "type": "library",
  8116. "extra": {
  8117. "branch-alias": {
  8118. "dev-main": "5.0-dev"
  8119. }
  8120. },
  8121. "autoload": {
  8122. "classmap": [
  8123. "src/"
  8124. ]
  8125. },
  8126. "notification-url": "https://packagist.org/downloads/",
  8127. "license": [
  8128. "BSD-3-Clause"
  8129. ],
  8130. "authors": [
  8131. {
  8132. "name": "Sebastian Bergmann",
  8133. "email": "sebastian@phpunit.de",
  8134. "role": "lead"
  8135. }
  8136. ],
  8137. "description": "Simple template engine.",
  8138. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  8139. "keywords": [
  8140. "template"
  8141. ],
  8142. "support": {
  8143. "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
  8144. "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
  8145. "source": "https://github.com/sebastianbergmann/php-text-template/tree/5.0.0"
  8146. },
  8147. "funding": [
  8148. {
  8149. "url": "https://github.com/sebastianbergmann",
  8150. "type": "github"
  8151. }
  8152. ],
  8153. "time": "2025-02-07T04:59:16+00:00"
  8154. },
  8155. {
  8156. "name": "phpunit/php-timer",
  8157. "version": "8.0.0",
  8158. "source": {
  8159. "type": "git",
  8160. "url": "https://github.com/sebastianbergmann/php-timer.git",
  8161. "reference": "f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc"
  8162. },
  8163. "dist": {
  8164. "type": "zip",
  8165. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc",
  8166. "reference": "f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc",
  8167. "shasum": ""
  8168. },
  8169. "require": {
  8170. "php": ">=8.3"
  8171. },
  8172. "require-dev": {
  8173. "phpunit/phpunit": "^12.0"
  8174. },
  8175. "type": "library",
  8176. "extra": {
  8177. "branch-alias": {
  8178. "dev-main": "8.0-dev"
  8179. }
  8180. },
  8181. "autoload": {
  8182. "classmap": [
  8183. "src/"
  8184. ]
  8185. },
  8186. "notification-url": "https://packagist.org/downloads/",
  8187. "license": [
  8188. "BSD-3-Clause"
  8189. ],
  8190. "authors": [
  8191. {
  8192. "name": "Sebastian Bergmann",
  8193. "email": "sebastian@phpunit.de",
  8194. "role": "lead"
  8195. }
  8196. ],
  8197. "description": "Utility class for timing",
  8198. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  8199. "keywords": [
  8200. "timer"
  8201. ],
  8202. "support": {
  8203. "issues": "https://github.com/sebastianbergmann/php-timer/issues",
  8204. "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
  8205. "source": "https://github.com/sebastianbergmann/php-timer/tree/8.0.0"
  8206. },
  8207. "funding": [
  8208. {
  8209. "url": "https://github.com/sebastianbergmann",
  8210. "type": "github"
  8211. }
  8212. ],
  8213. "time": "2025-02-07T04:59:38+00:00"
  8214. },
  8215. {
  8216. "name": "phpunit/phpunit",
  8217. "version": "12.1.2",
  8218. "source": {
  8219. "type": "git",
  8220. "url": "https://github.com/sebastianbergmann/phpunit.git",
  8221. "reference": "6f2775cc4b7b19ba5a411c188e855eb0cc78a711"
  8222. },
  8223. "dist": {
  8224. "type": "zip",
  8225. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6f2775cc4b7b19ba5a411c188e855eb0cc78a711",
  8226. "reference": "6f2775cc4b7b19ba5a411c188e855eb0cc78a711",
  8227. "shasum": ""
  8228. },
  8229. "require": {
  8230. "ext-dom": "*",
  8231. "ext-json": "*",
  8232. "ext-libxml": "*",
  8233. "ext-mbstring": "*",
  8234. "ext-xml": "*",
  8235. "ext-xmlwriter": "*",
  8236. "myclabs/deep-copy": "^1.13.0",
  8237. "phar-io/manifest": "^2.0.4",
  8238. "phar-io/version": "^3.2.1",
  8239. "php": ">=8.3",
  8240. "phpunit/php-code-coverage": "^12.1.2",
  8241. "phpunit/php-file-iterator": "^6.0.0",
  8242. "phpunit/php-invoker": "^6.0.0",
  8243. "phpunit/php-text-template": "^5.0.0",
  8244. "phpunit/php-timer": "^8.0.0",
  8245. "sebastian/cli-parser": "^4.0.0",
  8246. "sebastian/comparator": "^7.0.1",
  8247. "sebastian/diff": "^7.0.0",
  8248. "sebastian/environment": "^8.0.0",
  8249. "sebastian/exporter": "^7.0.0",
  8250. "sebastian/global-state": "^8.0.0",
  8251. "sebastian/object-enumerator": "^7.0.0",
  8252. "sebastian/type": "^6.0.2",
  8253. "sebastian/version": "^6.0.0",
  8254. "staabm/side-effects-detector": "^1.0.5"
  8255. },
  8256. "bin": [
  8257. "phpunit"
  8258. ],
  8259. "type": "library",
  8260. "extra": {
  8261. "branch-alias": {
  8262. "dev-main": "12.1-dev"
  8263. }
  8264. },
  8265. "autoload": {
  8266. "files": [
  8267. "src/Framework/Assert/Functions.php"
  8268. ],
  8269. "classmap": [
  8270. "src/"
  8271. ]
  8272. },
  8273. "notification-url": "https://packagist.org/downloads/",
  8274. "license": [
  8275. "BSD-3-Clause"
  8276. ],
  8277. "authors": [
  8278. {
  8279. "name": "Sebastian Bergmann",
  8280. "email": "sebastian@phpunit.de",
  8281. "role": "lead"
  8282. }
  8283. ],
  8284. "description": "The PHP Unit Testing framework.",
  8285. "homepage": "https://phpunit.de/",
  8286. "keywords": [
  8287. "phpunit",
  8288. "testing",
  8289. "xunit"
  8290. ],
  8291. "support": {
  8292. "issues": "https://github.com/sebastianbergmann/phpunit/issues",
  8293. "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
  8294. "source": "https://github.com/sebastianbergmann/phpunit/tree/12.1.2"
  8295. },
  8296. "funding": [
  8297. {
  8298. "url": "https://phpunit.de/sponsors.html",
  8299. "type": "custom"
  8300. },
  8301. {
  8302. "url": "https://github.com/sebastianbergmann",
  8303. "type": "github"
  8304. },
  8305. {
  8306. "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
  8307. "type": "tidelift"
  8308. }
  8309. ],
  8310. "time": "2025-04-08T08:05:27+00:00"
  8311. },
  8312. {
  8313. "name": "roave/security-advisories",
  8314. "version": "dev-master",
  8315. "source": {
  8316. "type": "git",
  8317. "url": "https://github.com/Roave/SecurityAdvisories.git",
  8318. "reference": "975c081c7e430d0316a94047e5d8ab26e0a8f49e"
  8319. },
  8320. "dist": {
  8321. "type": "zip",
  8322. "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/975c081c7e430d0316a94047e5d8ab26e0a8f49e",
  8323. "reference": "975c081c7e430d0316a94047e5d8ab26e0a8f49e",
  8324. "shasum": ""
  8325. },
  8326. "conflict": {
  8327. "3f/pygmentize": "<1.2",
  8328. "admidio/admidio": "<4.3.12",
  8329. "adodb/adodb-php": "<=5.20.20|>=5.21,<=5.21.3",
  8330. "aheinze/cockpit": "<2.2",
  8331. "aimeos/ai-admin-graphql": ">=2022.04.1,<2022.10.10|>=2023.04.1,<2023.10.6|>=2024.04.1,<2024.07.2",
  8332. "aimeos/ai-admin-jsonadm": "<2020.10.13|>=2021.04.1,<2021.10.6|>=2022.04.1,<2022.10.3|>=2023.04.1,<2023.10.4|==2024.04.1",
  8333. "aimeos/ai-client-html": ">=2020.04.1,<2020.10.27|>=2021.04.1,<2021.10.22|>=2022.04.1,<2022.10.13|>=2023.04.1,<2023.10.15|>=2024.04.1,<2024.04.7",
  8334. "aimeos/ai-controller-frontend": "<2020.10.15|>=2021.04.1,<2021.10.8|>=2022.04.1,<2022.10.8|>=2023.04.1,<2023.10.9|==2024.04.1",
  8335. "aimeos/aimeos-core": ">=2022.04.1,<2022.10.17|>=2023.04.1,<2023.10.17|>=2024.04.1,<2024.04.7",
  8336. "aimeos/aimeos-typo3": "<19.10.12|>=20,<20.10.5",
  8337. "airesvsg/acf-to-rest-api": "<=3.1",
  8338. "akaunting/akaunting": "<2.1.13",
  8339. "akeneo/pim-community-dev": "<5.0.119|>=6,<6.0.53",
  8340. "alextselegidis/easyappointments": "<=1.5",
  8341. "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
  8342. "amazing/media2click": ">=1,<1.3.3",
  8343. "ameos/ameos_tarteaucitron": "<1.2.23",
  8344. "amphp/artax": "<1.0.6|>=2,<2.0.6",
  8345. "amphp/http": "<=1.7.2|>=2,<=2.1",
  8346. "amphp/http-client": ">=4,<4.4",
  8347. "anchorcms/anchor-cms": "<=0.12.7",
  8348. "andreapollastri/cipi": "<=3.1.15",
  8349. "andrewhaine/silverstripe-form-capture": ">=0.2,<=0.2.3|>=1,<1.0.2|>=2,<2.2.5",
  8350. "apache-solr-for-typo3/solr": "<2.8.3",
  8351. "apereo/phpcas": "<1.6",
  8352. "api-platform/core": "<4.0.22",
  8353. "api-platform/graphql": "<4.0.22",
  8354. "appwrite/server-ce": "<=1.2.1",
  8355. "arc/web": "<3",
  8356. "area17/twill": "<1.2.5|>=2,<2.5.3",
  8357. "artesaos/seotools": "<0.17.2",
  8358. "asymmetricrypt/asymmetricrypt": "<9.9.99",
  8359. "athlon1600/php-proxy": "<=5.1",
  8360. "athlon1600/php-proxy-app": "<=3",
  8361. "athlon1600/youtube-downloader": "<=4",
  8362. "austintoddj/canvas": "<=3.4.2",
  8363. "auth0/wordpress": "<=4.6",
  8364. "automad/automad": "<2.0.0.0-alpha5",
  8365. "automattic/jetpack": "<9.8",
  8366. "awesome-support/awesome-support": "<=6.0.7",
  8367. "aws/aws-sdk-php": "<3.288.1",
  8368. "azuracast/azuracast": "<0.18.3",
  8369. "backdrop/backdrop": "<1.27.3|>=1.28,<1.28.2",
  8370. "backpack/crud": "<3.4.9",
  8371. "backpack/filemanager": "<2.0.2|>=3,<3.0.9",
  8372. "bacula-web/bacula-web": "<8.0.0.0-RC2-dev",
  8373. "badaso/core": "<2.7",
  8374. "bagisto/bagisto": "<2.1",
  8375. "barrelstrength/sprout-base-email": "<1.2.7",
  8376. "barrelstrength/sprout-forms": "<3.9",
  8377. "barryvdh/laravel-translation-manager": "<0.6.2",
  8378. "barzahlen/barzahlen-php": "<2.0.1",
  8379. "baserproject/basercms": "<=5.1.1",
  8380. "bassjobsen/bootstrap-3-typeahead": ">4.0.2",
  8381. "bbpress/bbpress": "<2.6.5",
  8382. "bcosca/fatfree": "<3.7.2",
  8383. "bedita/bedita": "<4",
  8384. "bigfork/silverstripe-form-capture": ">=3,<3.1.1",
  8385. "billz/raspap-webgui": "<=3.1.4",
  8386. "bk2k/bootstrap-package": ">=7.1,<7.1.2|>=8,<8.0.8|>=9,<9.0.4|>=9.1,<9.1.3|>=10,<10.0.10|>=11,<11.0.3",
  8387. "blueimp/jquery-file-upload": "==6.4.4",
  8388. "bmarshall511/wordpress_zero_spam": "<5.2.13",
  8389. "bolt/bolt": "<3.7.2",
  8390. "bolt/core": "<=4.2",
  8391. "born05/craft-twofactorauthentication": "<3.3.4",
  8392. "bottelet/flarepoint": "<2.2.1",
  8393. "bref/bref": "<2.1.17",
  8394. "brightlocal/phpwhois": "<=4.2.5",
  8395. "brotkrueml/codehighlight": "<2.7",
  8396. "brotkrueml/schema": "<1.13.1|>=2,<2.5.1",
  8397. "brotkrueml/typo3-matomo-integration": "<1.3.2",
  8398. "buddypress/buddypress": "<7.2.1",
  8399. "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
  8400. "bytefury/crater": "<6.0.2",
  8401. "cachethq/cachet": "<2.5.1",
  8402. "cakephp/cakephp": "<3.10.3|>=4,<4.0.10|>=4.1,<4.1.4|>=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10",
  8403. "cakephp/database": ">=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10",
  8404. "cardgate/magento2": "<2.0.33",
  8405. "cardgate/woocommerce": "<=3.1.15",
  8406. "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
  8407. "cart2quote/module-quotation-encoded": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
  8408. "cartalyst/sentry": "<=2.1.6",
  8409. "catfan/medoo": "<1.7.5",
  8410. "causal/oidc": "<4",
  8411. "cecil/cecil": "<7.47.1",
  8412. "centreon/centreon": "<22.10.15",
  8413. "cesnet/simplesamlphp-module-proxystatistics": "<3.1",
  8414. "chriskacerguis/codeigniter-restserver": "<=2.7.1",
  8415. "civicrm/civicrm-core": ">=4.2,<4.2.9|>=4.3,<4.3.3",
  8416. "ckeditor/ckeditor": "<4.25",
  8417. "clickstorm/cs-seo": ">=6,<6.7|>=7,<7.4|>=8,<8.3|>=9,<9.2",
  8418. "cockpit-hq/cockpit": "<2.7|==2.7",
  8419. "codeception/codeception": "<3.1.3|>=4,<4.1.22",
  8420. "codeigniter/framework": "<3.1.9",
  8421. "codeigniter4/framework": "<4.5.8",
  8422. "codeigniter4/shield": "<1.0.0.0-beta8",
  8423. "codiad/codiad": "<=2.8.4",
  8424. "codingms/additional-tca": ">=1.7,<1.15.17|>=1.16,<1.16.9",
  8425. "components/jquery": ">=1.0.3,<3.5",
  8426. "composer/composer": "<1.10.27|>=2,<2.2.24|>=2.3,<2.7.7",
  8427. "concrete5/concrete5": "<9.4.0.0-RC2-dev",
  8428. "concrete5/core": "<8.5.8|>=9,<9.1",
  8429. "contao-components/mediaelement": ">=2.14.2,<2.21.1",
  8430. "contao/comments-bundle": ">=2,<4.13.40|>=5.0.0.0-RC1-dev,<5.3.4",
  8431. "contao/contao": "<=5.4.1",
  8432. "contao/core": "<3.5.39",
  8433. "contao/core-bundle": "<4.13.54|>=5,<5.3.30|>=5.4,<5.5.6",
  8434. "contao/listing-bundle": ">=3,<=3.5.30|>=4,<4.4.8",
  8435. "contao/managed-edition": "<=1.5",
  8436. "corveda/phpsandbox": "<1.3.5",
  8437. "cosenary/instagram": "<=2.3",
  8438. "craftcms/cms": "<4.13.8|>=5,<5.5.5",
  8439. "croogo/croogo": "<4",
  8440. "cuyz/valinor": "<0.12",
  8441. "czim/file-handling": "<1.5|>=2,<2.3",
  8442. "czproject/git-php": "<4.0.3",
  8443. "damienharper/auditor-bundle": "<5.2.6",
  8444. "dapphp/securimage": "<3.6.6",
  8445. "darylldoyle/safe-svg": "<1.9.10",
  8446. "datadog/dd-trace": ">=0.30,<0.30.2",
  8447. "datatables/datatables": "<1.10.10",
  8448. "david-garcia/phpwhois": "<=4.3.1",
  8449. "dbrisinajumi/d2files": "<1",
  8450. "dcat/laravel-admin": "<=2.1.3|==2.2.0.0-beta|==2.2.2.0-beta",
  8451. "derhansen/fe_change_pwd": "<2.0.5|>=3,<3.0.3",
  8452. "derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1|>=7,<7.4",
  8453. "desperado/xml-bundle": "<=0.1.7",
  8454. "dev-lancer/minecraft-motd-parser": "<=1.0.5",
  8455. "devgroup/dotplant": "<2020.09.14-dev",
  8456. "digimix/wp-svg-upload": "<=1",
  8457. "directmailteam/direct-mail": "<6.0.3|>=7,<7.0.3|>=8,<9.5.2",
  8458. "doctrine/annotations": "<1.2.7",
  8459. "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
  8460. "doctrine/common": "<2.4.3|>=2.5,<2.5.1",
  8461. "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2|>=3,<3.1.4",
  8462. "doctrine/doctrine-bundle": "<1.5.2",
  8463. "doctrine/doctrine-module": "<0.7.2",
  8464. "doctrine/mongodb-odm": "<1.0.2",
  8465. "doctrine/mongodb-odm-bundle": "<3.0.1",
  8466. "doctrine/orm": ">=1,<1.2.4|>=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4",
  8467. "dolibarr/dolibarr": "<19.0.2|==21.0.0.0-beta",
  8468. "dompdf/dompdf": "<2.0.4",
  8469. "doublethreedigital/guest-entries": "<3.1.2",
  8470. "drupal/ai": "<1.0.5",
  8471. "drupal/alogin": "<2.0.6",
  8472. "drupal/cache_utility": "<1.2.1",
  8473. "drupal/config_split": "<1.10|>=2,<2.0.2",
  8474. "drupal/core": ">=6,<6.38|>=7,<7.102|>=8,<10.3.14|>=10.4,<10.4.5|>=11,<11.0.13|>=11.1,<11.1.5",
  8475. "drupal/core-recommended": ">=7,<7.102|>=8,<10.2.11|>=10.3,<10.3.9|>=11,<11.0.8",
  8476. "drupal/drupal": ">=5,<5.11|>=6,<6.38|>=7,<7.102|>=8,<10.2.11|>=10.3,<10.3.9|>=11,<11.0.8",
  8477. "drupal/formatter_suite": "<2.1",
  8478. "drupal/gdpr": "<3.0.1|>=3.1,<3.1.2",
  8479. "drupal/google_tag": "<1.8|>=2,<2.0.8",
  8480. "drupal/ignition": "<1.0.4",
  8481. "drupal/link_field_display_mode_formatter": "<1.6",
  8482. "drupal/matomo": "<1.24",
  8483. "drupal/oauth2_client": "<4.1.3",
  8484. "drupal/oauth2_server": "<2.1",
  8485. "drupal/obfuscate": "<2.0.1",
  8486. "drupal/rapidoc_elements_field_formatter": "<1.0.1",
  8487. "drupal/spamspan": "<3.2.1",
  8488. "drupal/tfa": "<1.10",
  8489. "duncanmcclean/guest-entries": "<3.1.2",
  8490. "dweeves/magmi": "<=0.7.24",
  8491. "ec-cube/ec-cube": "<2.4.4|>=2.11,<=2.17.1|>=3,<=3.0.18.0-patch4|>=4,<=4.1.2",
  8492. "ecodev/newsletter": "<=4",
  8493. "ectouch/ectouch": "<=2.7.2",
  8494. "egroupware/egroupware": "<23.1.20240624",
  8495. "elefant/cms": "<2.0.7",
  8496. "elgg/elgg": "<3.3.24|>=4,<4.0.5",
  8497. "elijaa/phpmemcacheadmin": "<=1.3",
  8498. "encore/laravel-admin": "<=1.8.19",
  8499. "endroid/qr-code-bundle": "<3.4.2",
  8500. "enhavo/enhavo-app": "<=0.13.1",
  8501. "enshrined/svg-sanitize": "<0.15",
  8502. "erusev/parsedown": "<1.7.2",
  8503. "ether/logs": "<3.0.4",
  8504. "evolutioncms/evolution": "<=3.2.3",
  8505. "exceedone/exment": "<4.4.3|>=5,<5.0.3",
  8506. "exceedone/laravel-admin": "<2.2.3|==3",
  8507. "ezsystems/demobundle": ">=5.4,<5.4.6.1-dev",
  8508. "ezsystems/ez-support-tools": ">=2.2,<2.2.3",
  8509. "ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1-dev",
  8510. "ezsystems/ezfind-ls": ">=5.3,<5.3.6.1-dev|>=5.4,<5.4.11.1-dev|>=2017.12,<2017.12.0.1-dev",
  8511. "ezsystems/ezplatform": "<=1.13.6|>=2,<=2.5.24",
  8512. "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6|>=1.5,<1.5.29|>=2.3,<2.3.26|>=3.3,<3.3.39",
  8513. "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1",
  8514. "ezsystems/ezplatform-graphql": ">=1.0.0.0-RC1-dev,<1.0.13|>=2.0.0.0-beta1,<2.3.12",
  8515. "ezsystems/ezplatform-http-cache": "<2.3.16",
  8516. "ezsystems/ezplatform-kernel": "<1.2.5.1-dev|>=1.3,<1.3.35",
  8517. "ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<1.3.8",
  8518. "ezsystems/ezplatform-richtext": ">=2.3,<2.3.7.1-dev|>=3.3,<3.3.40",
  8519. "ezsystems/ezplatform-solr-search-engine": ">=1.7,<1.7.12|>=2,<2.0.2|>=3.3,<3.3.15",
  8520. "ezsystems/ezplatform-user": ">=1,<1.0.1",
  8521. "ezsystems/ezpublish-kernel": "<6.13.8.2-dev|>=7,<7.5.31",
  8522. "ezsystems/ezpublish-legacy": "<=2017.12.7.3|>=2018.6,<=2019.03.5.1",
  8523. "ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3",
  8524. "ezsystems/repository-forms": ">=2.3,<2.3.2.1-dev|>=2.5,<2.5.15",
  8525. "ezyang/htmlpurifier": "<=4.2",
  8526. "facade/ignition": "<1.16.15|>=2,<2.4.2|>=2.5,<2.5.2",
  8527. "facturascripts/facturascripts": "<=2022.08",
  8528. "fastly/magento2": "<1.2.26",
  8529. "feehi/cms": "<=2.1.1",
  8530. "feehi/feehicms": "<=2.1.1",
  8531. "fenom/fenom": "<=2.12.1",
  8532. "filament/actions": ">=3.2,<3.2.123",
  8533. "filament/infolists": ">=3,<3.2.115",
  8534. "filament/tables": ">=3,<3.2.115",
  8535. "filegator/filegator": "<7.8",
  8536. "filp/whoops": "<2.1.13",
  8537. "fineuploader/php-traditional-server": "<=1.2.2",
  8538. "firebase/php-jwt": "<6",
  8539. "fisharebest/webtrees": "<=2.1.18",
  8540. "fixpunkt/fp-masterquiz": "<2.2.1|>=3,<3.5.2",
  8541. "fixpunkt/fp-newsletter": "<1.1.1|>=2,<2.1.2|>=2.2,<3.2.6",
  8542. "flarum/core": "<1.8.10",
  8543. "flarum/flarum": "<0.1.0.0-beta8",
  8544. "flarum/framework": "<1.8.10",
  8545. "flarum/mentions": "<1.6.3",
  8546. "flarum/sticky": ">=0.1.0.0-beta14,<=0.1.0.0-beta15",
  8547. "flarum/tags": "<=0.1.0.0-beta13",
  8548. "floriangaerber/magnesium": "<0.3.1",
  8549. "fluidtypo3/vhs": "<5.1.1",
  8550. "fof/byobu": ">=0.3.0.0-beta2,<1.1.7",
  8551. "fof/upload": "<1.2.3",
  8552. "foodcoopshop/foodcoopshop": ">=3.2,<3.6.1",
  8553. "fooman/tcpdf": "<6.2.22",
  8554. "forkcms/forkcms": "<5.11.1",
  8555. "fossar/tcpdf-parser": "<6.2.22",
  8556. "francoisjacquet/rosariosis": "<=11.5.1",
  8557. "frappant/frp-form-answers": "<3.1.2|>=4,<4.0.2",
  8558. "friendsofsymfony/oauth2-php": "<1.3",
  8559. "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
  8560. "friendsofsymfony/user-bundle": ">=1,<1.3.5",
  8561. "friendsofsymfony1/swiftmailer": ">=4,<5.4.13|>=6,<6.2.5",
  8562. "friendsofsymfony1/symfony1": ">=1.1,<1.5.19",
  8563. "friendsoftypo3/mediace": ">=7.6.2,<7.6.5",
  8564. "friendsoftypo3/openid": ">=4.5,<4.5.31|>=4.7,<4.7.16|>=6,<6.0.11|>=6.1,<6.1.6",
  8565. "froala/wysiwyg-editor": "<=4.3",
  8566. "froxlor/froxlor": "<=2.2.5",
  8567. "frozennode/administrator": "<=5.0.12",
  8568. "fuel/core": "<1.8.1",
  8569. "funadmin/funadmin": "<=5.0.2",
  8570. "gaoming13/wechat-php-sdk": "<=1.10.2",
  8571. "genix/cms": "<=1.1.11",
  8572. "getformwork/formwork": "<1.13.1|>=2.0.0.0-beta1,<2.0.0.0-beta4",
  8573. "getgrav/grav": "<1.7.46",
  8574. "getkirby/cms": "<=3.6.6.5|>=3.7,<=3.7.5.4|>=3.8,<=3.8.4.3|>=3.9,<=3.9.8.1|>=3.10,<=3.10.1|>=4,<=4.3",
  8575. "getkirby/kirby": "<=2.5.12",
  8576. "getkirby/panel": "<2.5.14",
  8577. "getkirby/starterkit": "<=3.7.0.2",
  8578. "gilacms/gila": "<=1.15.4",
  8579. "gleez/cms": "<=1.3|==2",
  8580. "globalpayments/php-sdk": "<2",
  8581. "goalgorilla/open_social": "<12.3.11|>=12.4,<12.4.10|>=13.0.0.0-alpha1,<13.0.0.0-alpha11",
  8582. "gogentooss/samlbase": "<1.2.7",
  8583. "google/protobuf": "<3.15",
  8584. "gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3",
  8585. "gree/jose": "<2.2.1",
  8586. "gregwar/rst": "<1.0.3",
  8587. "grumpydictator/firefly-iii": "<6.1.17",
  8588. "gugoan/economizzer": "<=0.9.0.0-beta1",
  8589. "guzzlehttp/guzzle": "<6.5.8|>=7,<7.4.5",
  8590. "guzzlehttp/oauth-subscriber": "<0.8.1",
  8591. "guzzlehttp/psr7": "<1.9.1|>=2,<2.4.5",
  8592. "haffner/jh_captcha": "<=2.1.3|>=3,<=3.0.2",
  8593. "harvesthq/chosen": "<1.8.7",
  8594. "helloxz/imgurl": "<=2.31",
  8595. "hhxsv5/laravel-s": "<3.7.36",
  8596. "hillelcoren/invoice-ninja": "<5.3.35",
  8597. "himiklab/yii2-jqgrid-widget": "<1.0.8",
  8598. "hjue/justwriting": "<=1",
  8599. "hov/jobfair": "<1.0.13|>=2,<2.0.2",
  8600. "httpsoft/http-message": "<1.0.12",
  8601. "hyn/multi-tenant": ">=5.6,<5.7.2",
  8602. "ibexa/admin-ui": ">=4.2,<4.2.3|>=4.6,<4.6.14",
  8603. "ibexa/core": ">=4,<4.0.7|>=4.1,<4.1.4|>=4.2,<4.2.3|>=4.5,<4.5.6|>=4.6,<4.6.2",
  8604. "ibexa/fieldtype-richtext": ">=4.6,<4.6.10",
  8605. "ibexa/graphql": ">=2.5,<2.5.31|>=3.3,<3.3.28|>=4.2,<4.2.3",
  8606. "ibexa/http-cache": ">=4.6,<4.6.14",
  8607. "ibexa/post-install": "<1.0.16|>=4.6,<4.6.14",
  8608. "ibexa/solr": ">=4.5,<4.5.4",
  8609. "ibexa/user": ">=4,<4.4.3",
  8610. "icecoder/icecoder": "<=8.1",
  8611. "idno/known": "<=1.3.1",
  8612. "ilicmiljan/secure-props": ">=1.2,<1.2.2",
  8613. "illuminate/auth": "<5.5.10",
  8614. "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<6.18.31|>=7,<7.22.4",
  8615. "illuminate/database": "<6.20.26|>=7,<7.30.5|>=8,<8.40",
  8616. "illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15",
  8617. "illuminate/view": "<6.20.42|>=7,<7.30.6|>=8,<8.75",
  8618. "imdbphp/imdbphp": "<=5.1.1",
  8619. "impresscms/impresscms": "<=1.4.5",
  8620. "impresspages/impresspages": "<=1.0.12",
  8621. "in2code/femanager": "<5.5.3|>=6,<6.3.4|>=7,<7.2.3",
  8622. "in2code/ipandlanguageredirect": "<5.1.2",
  8623. "in2code/lux": "<17.6.1|>=18,<24.0.2",
  8624. "in2code/powermail": "<7.5.1|>=8,<8.5.1|>=9,<10.9.1|>=11,<12.4.1",
  8625. "innologi/typo3-appointments": "<2.0.6",
  8626. "intelliants/subrion": "<4.2.2",
  8627. "inter-mediator/inter-mediator": "==5.5",
  8628. "ipl/web": "<0.10.1",
  8629. "islandora/crayfish": "<4.1",
  8630. "islandora/islandora": ">=2,<2.4.1",
  8631. "ivankristianto/phpwhois": "<=4.3",
  8632. "jackalope/jackalope-doctrine-dbal": "<1.7.4",
  8633. "james-heinrich/getid3": "<1.9.21",
  8634. "james-heinrich/phpthumb": "<1.7.12",
  8635. "jasig/phpcas": "<1.3.3",
  8636. "jcbrand/converse.js": "<3.3.3",
  8637. "joelbutcher/socialstream": "<5.6|>=6,<6.2",
  8638. "johnbillion/wp-crontrol": "<1.16.2",
  8639. "joomla/application": "<1.0.13",
  8640. "joomla/archive": "<1.1.12|>=2,<2.0.1",
  8641. "joomla/filesystem": "<1.6.2|>=2,<2.0.1",
  8642. "joomla/filter": "<1.4.4|>=2,<2.0.1",
  8643. "joomla/framework": "<1.5.7|>=2.5.4,<=3.8.12",
  8644. "joomla/input": ">=2,<2.0.2",
  8645. "joomla/joomla-cms": ">=2.5,<3.9.12",
  8646. "joomla/session": "<1.3.1",
  8647. "joyqi/hyper-down": "<=2.4.27",
  8648. "jsdecena/laracom": "<2.0.9",
  8649. "jsmitty12/phpwhois": "<5.1",
  8650. "juzaweb/cms": "<=3.4",
  8651. "jweiland/events2": "<8.3.8|>=9,<9.0.6",
  8652. "kazist/phpwhois": "<=4.2.6",
  8653. "kelvinmo/simplexrd": "<3.1.1",
  8654. "kevinpapst/kimai2": "<1.16.7",
  8655. "khodakhah/nodcms": "<=3",
  8656. "kimai/kimai": "<=2.20.1",
  8657. "kitodo/presentation": "<3.2.3|>=3.3,<3.3.4",
  8658. "klaviyo/magento2-extension": ">=1,<3",
  8659. "knplabs/knp-snappy": "<=1.4.2",
  8660. "kohana/core": "<3.3.3",
  8661. "krayin/laravel-crm": "<=1.3",
  8662. "kreait/firebase-php": ">=3.2,<3.8.1",
  8663. "kumbiaphp/kumbiapp": "<=1.1.1",
  8664. "la-haute-societe/tcpdf": "<6.2.22",
  8665. "laminas/laminas-diactoros": "<2.18.1|==2.19|==2.20|==2.21|==2.22|==2.23|>=2.24,<2.24.2|>=2.25,<2.25.2",
  8666. "laminas/laminas-form": "<2.17.1|>=3,<3.0.2|>=3.1,<3.1.1",
  8667. "laminas/laminas-http": "<2.14.2",
  8668. "lara-zeus/artemis": ">=1,<=1.0.6",
  8669. "lara-zeus/dynamic-dashboard": ">=3,<=3.0.1",
  8670. "laravel/fortify": "<1.11.1",
  8671. "laravel/framework": "<10.48.29|>=11,<11.44.1|>=12,<12.1.1",
  8672. "laravel/laravel": ">=5.4,<5.4.22",
  8673. "laravel/pulse": "<1.3.1",
  8674. "laravel/reverb": "<1.4",
  8675. "laravel/socialite": ">=1,<2.0.10",
  8676. "latte/latte": "<2.10.8",
  8677. "lavalite/cms": "<=9|==10.1",
  8678. "lcobucci/jwt": ">=3.4,<3.4.6|>=4,<4.0.4|>=4.1,<4.1.5",
  8679. "league/commonmark": "<2.6",
  8680. "league/flysystem": "<1.1.4|>=2,<2.1.1",
  8681. "league/oauth2-server": ">=8.3.2,<8.4.2|>=8.5,<8.5.3",
  8682. "leantime/leantime": "<3.3",
  8683. "lexik/jwt-authentication-bundle": "<2.10.7|>=2.11,<2.11.3",
  8684. "libreform/libreform": ">=2,<=2.0.8",
  8685. "librenms/librenms": "<2017.08.18",
  8686. "liftkit/database": "<2.13.2",
  8687. "lightsaml/lightsaml": "<1.3.5",
  8688. "limesurvey/limesurvey": "<6.5.12",
  8689. "livehelperchat/livehelperchat": "<=3.91",
  8690. "livewire/livewire": "<2.12.7|>=3.0.0.0-beta1,<3.5.2",
  8691. "livewire/volt": "<1.7",
  8692. "lms/routes": "<2.1.1",
  8693. "localizationteam/l10nmgr": "<7.4|>=8,<8.7|>=9,<9.2",
  8694. "luyadev/yii-helpers": "<1.2.1",
  8695. "macropay-solutions/laravel-crud-wizard-free": "<3.4.17",
  8696. "maestroerror/php-heic-to-jpg": "<1.0.5",
  8697. "magento/community-edition": "<2.4.5|==2.4.5|>=2.4.5.0-patch1,<2.4.5.0-patch11|==2.4.6|>=2.4.6.0-patch1,<2.4.6.0-patch9|>=2.4.7.0-beta1,<2.4.7.0-patch4|>=2.4.8.0-beta1,<2.4.8.0-beta2",
  8698. "magento/core": "<=1.9.4.5",
  8699. "magento/magento1ce": "<1.9.4.3-dev",
  8700. "magento/magento1ee": ">=1,<1.14.4.3-dev",
  8701. "magento/product-community-edition": "<2.4.4.0-patch9|>=2.4.5,<2.4.5.0-patch8|>=2.4.6,<2.4.6.0-patch6|>=2.4.7,<2.4.7.0-patch1",
  8702. "magento/project-community-edition": "<=2.0.2",
  8703. "magneto/core": "<1.9.4.4-dev",
  8704. "maikuolan/phpmussel": ">=1,<1.6",
  8705. "mainwp/mainwp": "<=4.4.3.3",
  8706. "mantisbt/mantisbt": "<=2.26.3",
  8707. "marcwillmann/turn": "<0.3.3",
  8708. "matyhtf/framework": "<3.0.6",
  8709. "mautic/core": "<5.2.3",
  8710. "mautic/core-lib": ">=1.0.0.0-beta,<4.4.13|>=5.0.0.0-alpha,<5.1.1",
  8711. "maximebf/debugbar": "<1.19",
  8712. "mdanter/ecc": "<2",
  8713. "mediawiki/abuse-filter": "<1.39.9|>=1.40,<1.41.3|>=1.42,<1.42.2",
  8714. "mediawiki/cargo": "<3.6.1",
  8715. "mediawiki/core": "<1.39.5|==1.40",
  8716. "mediawiki/data-transfer": ">=1.39,<1.39.11|>=1.41,<1.41.3|>=1.42,<1.42.2",
  8717. "mediawiki/matomo": "<2.4.3",
  8718. "mediawiki/semantic-media-wiki": "<4.0.2",
  8719. "melisplatform/melis-asset-manager": "<5.0.1",
  8720. "melisplatform/melis-cms": "<5.0.1",
  8721. "melisplatform/melis-front": "<5.0.1",
  8722. "mezzio/mezzio-swoole": "<3.7|>=4,<4.3",
  8723. "mgallegos/laravel-jqgrid": "<=1.3",
  8724. "microsoft/microsoft-graph": ">=1.16,<1.109.1|>=2,<2.0.1",
  8725. "microsoft/microsoft-graph-beta": "<2.0.1",
  8726. "microsoft/microsoft-graph-core": "<2.0.2",
  8727. "microweber/microweber": "<=2.0.16",
  8728. "mikehaertl/php-shellcommand": "<1.6.1",
  8729. "miniorange/miniorange-saml": "<1.4.3",
  8730. "mittwald/typo3_forum": "<1.2.1",
  8731. "mobiledetect/mobiledetectlib": "<2.8.32",
  8732. "modx/revolution": "<=3.1",
  8733. "mojo42/jirafeau": "<4.4",
  8734. "mongodb/mongodb": ">=1,<1.9.2",
  8735. "monolog/monolog": ">=1.8,<1.12",
  8736. "moodle/moodle": "<4.3.10|>=4.4,<4.4.6|>=4.5.0.0-beta,<4.5.2",
  8737. "mos/cimage": "<0.7.19",
  8738. "movim/moxl": ">=0.8,<=0.10",
  8739. "movingbytes/social-network": "<=1.2.1",
  8740. "mpdf/mpdf": "<=7.1.7",
  8741. "munkireport/comment": "<4.1",
  8742. "munkireport/managedinstalls": "<2.6",
  8743. "munkireport/munki_facts": "<1.5",
  8744. "munkireport/munkireport": ">=2.5.3,<5.6.3",
  8745. "munkireport/reportdata": "<3.5",
  8746. "munkireport/softwareupdate": "<1.6",
  8747. "mustache/mustache": ">=2,<2.14.1",
  8748. "mwdelaney/wp-enable-svg": "<=0.2",
  8749. "namshi/jose": "<2.2",
  8750. "nategood/httpful": "<1",
  8751. "neoan3-apps/template": "<1.1.1",
  8752. "neorazorx/facturascripts": "<2022.04",
  8753. "neos/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6",
  8754. "neos/form": ">=1.2,<4.3.3|>=5,<5.0.9|>=5.1,<5.1.3",
  8755. "neos/media-browser": "<7.3.19|>=8,<8.0.16|>=8.1,<8.1.11|>=8.2,<8.2.11|>=8.3,<8.3.9",
  8756. "neos/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<5.3.10|>=7,<7.0.9|>=7.1,<7.1.7|>=7.2,<7.2.6|>=7.3,<7.3.4|>=8,<8.0.2",
  8757. "neos/swiftmailer": "<5.4.5",
  8758. "nesbot/carbon": "<2.72.6|>=3,<3.8.4",
  8759. "netcarver/textile": "<=4.1.2",
  8760. "netgen/tagsbundle": ">=3.4,<3.4.11|>=4,<4.0.15",
  8761. "nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6",
  8762. "nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13",
  8763. "nilsteampassnet/teampass": "<3.1.3.1-dev",
  8764. "nonfiction/nterchange": "<4.1.1",
  8765. "notrinos/notrinos-erp": "<=0.7",
  8766. "noumo/easyii": "<=0.9",
  8767. "novaksolutions/infusionsoft-php-sdk": "<1",
  8768. "nukeviet/nukeviet": "<4.5.02",
  8769. "nyholm/psr7": "<1.6.1",
  8770. "nystudio107/craft-seomatic": "<3.4.12",
  8771. "nzedb/nzedb": "<0.8",
  8772. "nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1",
  8773. "october/backend": "<1.1.2",
  8774. "october/cms": "<1.0.469|==1.0.469|==1.0.471|==1.1.1",
  8775. "october/october": "<=3.6.4",
  8776. "october/rain": "<1.0.472|>=1.1,<1.1.2",
  8777. "october/system": "<1.0.476|>=1.1,<1.1.12|>=2,<2.2.34|>=3,<3.5.15",
  8778. "omeka/omeka-s": "<4.0.3",
  8779. "onelogin/php-saml": "<2.10.4",
  8780. "oneup/uploader-bundle": ">=1,<1.9.3|>=2,<2.1.5",
  8781. "open-web-analytics/open-web-analytics": "<1.7.4",
  8782. "opencart/opencart": ">=0",
  8783. "openid/php-openid": "<2.3",
  8784. "openmage/magento-lts": "<20.12.3",
  8785. "opensolutions/vimbadmin": "<=3.0.15",
  8786. "opensource-workshop/connect-cms": "<1.8.7|>=2,<2.4.7",
  8787. "orchid/platform": ">=8,<14.43",
  8788. "oro/calendar-bundle": ">=4.2,<=4.2.6|>=5,<=5.0.6|>=5.1,<5.1.1",
  8789. "oro/commerce": ">=4.1,<5.0.11|>=5.1,<5.1.1",
  8790. "oro/crm": ">=1.7,<1.7.4|>=3.1,<4.1.17|>=4.2,<4.2.7",
  8791. "oro/crm-call-bundle": ">=4.2,<=4.2.5|>=5,<5.0.4|>=5.1,<5.1.1",
  8792. "oro/customer-portal": ">=4.1,<=4.1.13|>=4.2,<=4.2.10|>=5,<=5.0.11|>=5.1,<=5.1.3",
  8793. "oro/platform": ">=1.7,<1.7.4|>=3.1,<3.1.29|>=4.1,<4.1.17|>=4.2,<=4.2.10|>=5,<=5.0.12|>=5.1,<=5.1.3",
  8794. "oveleon/contao-cookiebar": "<1.16.3|>=2,<2.1.3",
  8795. "oxid-esales/oxideshop-ce": "<4.5",
  8796. "oxid-esales/paymorrow-module": ">=1,<1.0.2|>=2,<2.0.1",
  8797. "packbackbooks/lti-1-3-php-library": "<5",
  8798. "padraic/humbug_get_contents": "<1.1.2",
  8799. "pagarme/pagarme-php": "<3",
  8800. "pagekit/pagekit": "<=1.0.18",
  8801. "paragonie/ecc": "<2.0.1",
  8802. "paragonie/random_compat": "<2",
  8803. "passbolt/passbolt_api": "<4.6.2",
  8804. "paypal/adaptivepayments-sdk-php": "<=3.9.2",
  8805. "paypal/invoice-sdk-php": "<=3.9",
  8806. "paypal/merchant-sdk-php": "<3.12",
  8807. "paypal/permissions-sdk-php": "<=3.9.1",
  8808. "pear/archive_tar": "<1.4.14",
  8809. "pear/auth": "<1.2.4",
  8810. "pear/crypt_gpg": "<1.6.7",
  8811. "pear/pear": "<=1.10.1",
  8812. "pegasus/google-for-jobs": "<1.5.1|>=2,<2.1.1",
  8813. "personnummer/personnummer": "<3.0.2",
  8814. "phanan/koel": "<5.1.4",
  8815. "phenx/php-svg-lib": "<0.5.2",
  8816. "php-censor/php-censor": "<2.0.13|>=2.1,<2.1.5",
  8817. "php-mod/curl": "<2.3.2",
  8818. "phpbb/phpbb": "<3.3.11",
  8819. "phpems/phpems": ">=6,<=6.1.3",
  8820. "phpfastcache/phpfastcache": "<6.1.5|>=7,<7.1.2|>=8,<8.0.7",
  8821. "phpmailer/phpmailer": "<6.5",
  8822. "phpmussel/phpmussel": ">=1,<1.6",
  8823. "phpmyadmin/phpmyadmin": "<5.2.2",
  8824. "phpmyfaq/phpmyfaq": "<3.2.5|==3.2.5|>=3.2.10,<=4.0.1",
  8825. "phpoffice/common": "<0.2.9",
  8826. "phpoffice/phpexcel": "<=1.8.2",
  8827. "phpoffice/phpspreadsheet": "<1.29.9|>=2,<2.1.8|>=2.2,<2.3.7|>=3,<3.9",
  8828. "phpseclib/phpseclib": "<2.0.47|>=3,<3.0.36",
  8829. "phpservermon/phpservermon": "<3.6",
  8830. "phpsysinfo/phpsysinfo": "<3.4.3",
  8831. "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
  8832. "phpwhois/phpwhois": "<=4.2.5",
  8833. "phpxmlrpc/extras": "<0.6.1",
  8834. "phpxmlrpc/phpxmlrpc": "<4.9.2",
  8835. "pi/pi": "<=2.5",
  8836. "pimcore/admin-ui-classic-bundle": "<1.7.4",
  8837. "pimcore/customer-management-framework-bundle": "<4.2.1",
  8838. "pimcore/data-hub": "<1.2.4",
  8839. "pimcore/data-importer": "<1.8.9|>=1.9,<1.9.3",
  8840. "pimcore/demo": "<10.3",
  8841. "pimcore/ecommerce-framework-bundle": "<1.0.10",
  8842. "pimcore/perspective-editor": "<1.5.1",
  8843. "pimcore/pimcore": "<11.5.4",
  8844. "pixelfed/pixelfed": "<0.12.5",
  8845. "plotly/plotly.js": "<2.25.2",
  8846. "pocketmine/bedrock-protocol": "<8.0.2",
  8847. "pocketmine/pocketmine-mp": "<5.25.2",
  8848. "pocketmine/raklib": ">=0.14,<0.14.6|>=0.15,<0.15.1",
  8849. "pressbooks/pressbooks": "<5.18",
  8850. "prestashop/autoupgrade": ">=4,<4.10.1",
  8851. "prestashop/blockreassurance": "<=5.1.3",
  8852. "prestashop/blockwishlist": ">=2,<2.1.1",
  8853. "prestashop/contactform": ">=1.0.1,<4.3",
  8854. "prestashop/gamification": "<2.3.2",
  8855. "prestashop/prestashop": "<8.1.6",
  8856. "prestashop/productcomments": "<5.0.2",
  8857. "prestashop/ps_contactinfo": "<=3.3.2",
  8858. "prestashop/ps_emailsubscription": "<2.6.1",
  8859. "prestashop/ps_facetedsearch": "<3.4.1",
  8860. "prestashop/ps_linklist": "<3.1",
  8861. "privatebin/privatebin": "<1.4|>=1.5,<1.7.4",
  8862. "processwire/processwire": "<=3.0.229",
  8863. "propel/propel": ">=2.0.0.0-alpha1,<=2.0.0.0-alpha7",
  8864. "propel/propel1": ">=1,<=1.7.1",
  8865. "pterodactyl/panel": "<1.11.8",
  8866. "ptheofan/yii2-statemachine": ">=2.0.0.0-RC1-dev,<=2",
  8867. "ptrofimov/beanstalk_console": "<1.7.14",
  8868. "pubnub/pubnub": "<6.1",
  8869. "pusher/pusher-php-server": "<2.2.1",
  8870. "pwweb/laravel-core": "<=0.3.6.0-beta",
  8871. "pxlrbt/filament-excel": "<1.1.14|>=2.0.0.0-alpha,<2.3.3",
  8872. "pyrocms/pyrocms": "<=3.9.1",
  8873. "qcubed/qcubed": "<=3.1.1",
  8874. "quickapps/cms": "<=2.0.0.0-beta2",
  8875. "rainlab/blog-plugin": "<1.4.1",
  8876. "rainlab/debugbar-plugin": "<3.1",
  8877. "rainlab/user-plugin": "<=1.4.5",
  8878. "rankmath/seo-by-rank-math": "<=1.0.95",
  8879. "rap2hpoutre/laravel-log-viewer": "<0.13",
  8880. "react/http": ">=0.7,<1.9",
  8881. "really-simple-plugins/complianz-gdpr": "<6.4.2",
  8882. "redaxo/source": "<5.18.3",
  8883. "remdex/livehelperchat": "<4.29",
  8884. "reportico-web/reportico": "<=8.1",
  8885. "rhukster/dom-sanitizer": "<1.0.7",
  8886. "rmccue/requests": ">=1.6,<1.8",
  8887. "robrichards/xmlseclibs": ">=1,<3.0.4",
  8888. "roots/soil": "<4.1",
  8889. "rudloff/alltube": "<3.0.3",
  8890. "rudloff/rtmpdump-bin": "<=2.3.1",
  8891. "s-cart/core": "<6.9",
  8892. "s-cart/s-cart": "<6.9",
  8893. "sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1",
  8894. "sabre/dav": ">=1.6,<1.7.11|>=1.8,<1.8.9",
  8895. "samwilson/unlinked-wikibase": "<1.42",
  8896. "scheb/two-factor-bundle": "<3.26|>=4,<4.11",
  8897. "sensiolabs/connect": "<4.2.3",
  8898. "serluck/phpwhois": "<=4.2.6",
  8899. "sfroemken/url_redirect": "<=1.2.1",
  8900. "sheng/yiicms": "<1.2.1",
  8901. "shopware/core": "<=6.5.8.12|>=6.6,<=6.6.5",
  8902. "shopware/platform": "<=6.5.8.12|>=6.6,<=6.6.5",
  8903. "shopware/production": "<=6.3.5.2",
  8904. "shopware/shopware": "<=5.7.17",
  8905. "shopware/storefront": "<=6.4.8.1|>=6.5.8,<6.5.8.7-dev",
  8906. "shopxo/shopxo": "<=6.4",
  8907. "showdoc/showdoc": "<2.10.4",
  8908. "shuchkin/simplexlsx": ">=1.0.12,<1.1.13",
  8909. "silverstripe-australia/advancedreports": ">=1,<=2",
  8910. "silverstripe/admin": "<1.13.19|>=2,<2.1.8",
  8911. "silverstripe/assets": ">=1,<1.11.1",
  8912. "silverstripe/cms": "<4.11.3",
  8913. "silverstripe/comments": ">=1.3,<3.1.1",
  8914. "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
  8915. "silverstripe/framework": "<5.3.8",
  8916. "silverstripe/graphql": ">=2,<2.0.5|>=3,<3.8.2|>=4,<4.3.7|>=5,<5.1.3",
  8917. "silverstripe/hybridsessions": ">=1,<2.4.1|>=2.5,<2.5.1",
  8918. "silverstripe/recipe-cms": ">=4.5,<4.5.3",
  8919. "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
  8920. "silverstripe/reports": "<5.2.3",
  8921. "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4|>=2.1,<2.1.2",
  8922. "silverstripe/silverstripe-omnipay": "<2.5.2|>=3,<3.0.2|>=3.1,<3.1.4|>=3.2,<3.2.1",
  8923. "silverstripe/subsites": ">=2,<2.6.1",
  8924. "silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1",
  8925. "silverstripe/userforms": "<3|>=5,<5.4.2",
  8926. "silverstripe/versioned-admin": ">=1,<1.11.1",
  8927. "simple-updates/phpwhois": "<=1",
  8928. "simplesamlphp/saml2": "<=4.16.15|>=5.0.0.0-alpha1,<=5.0.0.0-alpha19",
  8929. "simplesamlphp/saml2-legacy": "<=4.16.15",
  8930. "simplesamlphp/simplesamlphp": "<1.18.6",
  8931. "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
  8932. "simplesamlphp/simplesamlphp-module-openid": "<1",
  8933. "simplesamlphp/simplesamlphp-module-openidprovider": "<0.9",
  8934. "simplesamlphp/xml-common": "<1.20",
  8935. "simplesamlphp/xml-security": "==1.6.11",
  8936. "simplito/elliptic-php": "<1.0.6",
  8937. "sitegeist/fluid-components": "<3.5",
  8938. "sjbr/sr-freecap": "<2.4.6|>=2.5,<2.5.3",
  8939. "slim/psr7": "<1.4.1|>=1.5,<1.5.1|>=1.6,<1.6.1",
  8940. "slim/slim": "<2.6",
  8941. "slub/slub-events": "<3.0.3",
  8942. "smarty/smarty": "<4.5.3|>=5,<5.1.1",
  8943. "snipe/snipe-it": "<=7.0.13",
  8944. "socalnick/scn-social-auth": "<1.15.2",
  8945. "socialiteproviders/steam": "<1.1",
  8946. "spatie/browsershot": "<5.0.5",
  8947. "spatie/image-optimizer": "<1.7.3",
  8948. "spencer14420/sp-php-email-handler": "<1",
  8949. "spipu/html2pdf": "<5.2.8",
  8950. "spoon/library": "<1.4.1",
  8951. "spoonity/tcpdf": "<6.2.22",
  8952. "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
  8953. "ssddanbrown/bookstack": "<24.05.1",
  8954. "starcitizentools/citizen-skin": ">=2.6.3,<2.31",
  8955. "starcitizentools/tabber-neue": ">=1.9.1,<2.7.2",
  8956. "statamic/cms": "<=5.16",
  8957. "stormpath/sdk": "<9.9.99",
  8958. "studio-42/elfinder": "<=2.1.64",
  8959. "studiomitte/friendlycaptcha": "<0.1.4",
  8960. "subhh/libconnect": "<7.0.8|>=8,<8.1",
  8961. "sukohi/surpass": "<1",
  8962. "sulu/form-bundle": ">=2,<2.5.3",
  8963. "sulu/sulu": "<1.6.44|>=2,<2.5.21|>=2.6,<2.6.5",
  8964. "sumocoders/framework-user-bundle": "<1.4",
  8965. "superbig/craft-audit": "<3.0.2",
  8966. "swag/paypal": "<5.4.4",
  8967. "swiftmailer/swiftmailer": "<6.2.5",
  8968. "swiftyedit/swiftyedit": "<1.2",
  8969. "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
  8970. "sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
  8971. "sylius/grid-bundle": "<1.10.1",
  8972. "sylius/paypal-plugin": "<1.6.2|>=1.7,<1.7.2|>=2,<2.0.2",
  8973. "sylius/resource-bundle": ">=1,<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4",
  8974. "sylius/sylius": "<1.12.19|>=1.13.0.0-alpha1,<1.13.4",
  8975. "symbiote/silverstripe-multivaluefield": ">=3,<3.1",
  8976. "symbiote/silverstripe-queuedjobs": ">=3,<3.0.2|>=3.1,<3.1.4|>=4,<4.0.7|>=4.1,<4.1.2|>=4.2,<4.2.4|>=4.3,<4.3.3|>=4.4,<4.4.3|>=4.5,<4.5.1|>=4.6,<4.6.4",
  8977. "symbiote/silverstripe-seed": "<6.0.3",
  8978. "symbiote/silverstripe-versionedfiles": "<=2.0.3",
  8979. "symfont/process": ">=0",
  8980. "symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
  8981. "symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
  8982. "symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4",
  8983. "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1",
  8984. "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=5.3.14,<5.3.15|>=5.4.3,<5.4.4|>=6.0.3,<6.0.4",
  8985. "symfony/http-client": ">=4.3,<5.4.47|>=6,<6.4.15|>=7,<7.1.8",
  8986. "symfony/http-foundation": "<5.4.46|>=6,<6.4.14|>=7,<7.1.7",
  8987. "symfony/http-kernel": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6",
  8988. "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
  8989. "symfony/maker-bundle": ">=1.27,<1.29.2|>=1.30,<1.31.1",
  8990. "symfony/mime": ">=4.3,<4.3.8",
  8991. "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
  8992. "symfony/polyfill": ">=1,<1.10",
  8993. "symfony/polyfill-php55": ">=1,<1.10",
  8994. "symfony/process": "<5.4.46|>=6,<6.4.14|>=7,<7.1.7",
  8995. "symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
  8996. "symfony/routing": ">=2,<2.0.19",
  8997. "symfony/runtime": ">=5.3,<5.4.46|>=6,<6.4.14|>=7,<7.1.7",
  8998. "symfony/security": ">=2,<2.7.51|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.8",
  8999. "symfony/security-bundle": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.4.10|>=7,<7.0.10|>=7.1,<7.1.3",
  9000. "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.9",
  9001. "symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
  9002. "symfony/security-guard": ">=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8",
  9003. "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7|>=5.1,<5.2.8|>=5.3,<5.4.47|>=6,<6.4.15|>=7,<7.1.8",
  9004. "symfony/serializer": ">=2,<2.0.11|>=4.1,<4.4.35|>=5,<5.3.12",
  9005. "symfony/symfony": "<5.4.47|>=6,<6.4.15|>=7,<7.1.8",
  9006. "symfony/translation": ">=2,<2.0.17",
  9007. "symfony/twig-bridge": ">=2,<4.4.51|>=5,<5.4.31|>=6,<6.3.8",
  9008. "symfony/ux-autocomplete": "<2.11.2",
  9009. "symfony/validator": "<5.4.43|>=6,<6.4.11|>=7,<7.1.4",
  9010. "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
  9011. "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
  9012. "symfony/webhook": ">=6.3,<6.3.8",
  9013. "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7|>=2.2.0.0-beta1,<2.2.0.0-beta2",
  9014. "symphonycms/symphony-2": "<2.6.4",
  9015. "t3/dce": "<0.11.5|>=2.2,<2.6.2",
  9016. "t3g/svg-sanitizer": "<1.0.3",
  9017. "t3s/content-consent": "<1.0.3|>=2,<2.0.2",
  9018. "tastyigniter/tastyigniter": "<4",
  9019. "tcg/voyager": "<=1.8",
  9020. "tecnickcom/tc-lib-pdf-font": "<2.6.4",
  9021. "tecnickcom/tcpdf": "<6.8",
  9022. "terminal42/contao-tablelookupwizard": "<3.3.5",
  9023. "thelia/backoffice-default-template": ">=2.1,<2.1.2",
  9024. "thelia/thelia": ">=2.1,<2.1.3",
  9025. "theonedemon/phpwhois": "<=4.2.5",
  9026. "thinkcmf/thinkcmf": "<6.0.8",
  9027. "thorsten/phpmyfaq": "<=4.0.1",
  9028. "tikiwiki/tiki-manager": "<=17.1",
  9029. "timber/timber": ">=0.16.6,<1.23.1|>=1.24,<1.24.1|>=2,<2.1",
  9030. "tinymce/tinymce": "<7.2",
  9031. "tinymighty/wiki-seo": "<1.2.2",
  9032. "titon/framework": "<9.9.99",
  9033. "tltneon/lgsl": "<7",
  9034. "tobiasbg/tablepress": "<=2.0.0.0-RC1",
  9035. "topthink/framework": "<6.0.17|>=6.1,<=8.0.4",
  9036. "topthink/think": "<=6.1.1",
  9037. "topthink/thinkphp": "<=3.2.3|>=6.1.3,<=8.0.4",
  9038. "torrentpier/torrentpier": "<=2.4.3",
  9039. "tpwd/ke_search": "<4.0.3|>=4.1,<4.6.6|>=5,<5.0.2",
  9040. "tribalsystems/zenario": "<=9.7.61188",
  9041. "truckersmp/phpwhois": "<=4.3.1",
  9042. "ttskch/pagination-service-provider": "<1",
  9043. "twbs/bootstrap": "<=3.4.1|>=4,<=4.6.2",
  9044. "twig/twig": "<3.11.2|>=3.12,<3.14.1|>=3.16,<3.19",
  9045. "typo3/cms": "<9.5.29|>=10,<10.4.35|>=11,<11.5.23|>=12,<12.2",
  9046. "typo3/cms-backend": "<4.1.14|>=4.2,<4.2.15|>=4.3,<4.3.7|>=4.4,<4.4.4|>=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<10.4.46|>=11,<11.5.40|>=12,<12.4.21|>=13,<13.3.1",
  9047. "typo3/cms-belog": ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
  9048. "typo3/cms-beuser": ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
  9049. "typo3/cms-core": "<=8.7.56|>=9,<=9.5.48|>=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
  9050. "typo3/cms-dashboard": ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
  9051. "typo3/cms-extbase": "<6.2.24|>=7,<7.6.8|==8.1.1",
  9052. "typo3/cms-extensionmanager": ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
  9053. "typo3/cms-fluid": "<4.3.4|>=4.4,<4.4.1",
  9054. "typo3/cms-form": ">=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
  9055. "typo3/cms-frontend": "<4.3.9|>=4.4,<4.4.5",
  9056. "typo3/cms-indexed-search": ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
  9057. "typo3/cms-install": "<4.1.14|>=4.2,<4.2.16|>=4.3,<4.3.9|>=4.4,<4.4.5|>=12.2,<12.4.8|==13.4.2",
  9058. "typo3/cms-lowlevel": ">=11,<=11.5.41",
  9059. "typo3/cms-rte-ckeditor": ">=9.5,<9.5.42|>=10,<10.4.39|>=11,<11.5.30",
  9060. "typo3/cms-scheduler": ">=11,<=11.5.41",
  9061. "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6",
  9062. "typo3/html-sanitizer": ">=1,<=1.5.2|>=2,<=2.1.3",
  9063. "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.3.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<3.3.23|>=4,<4.0.17|>=4.1,<4.1.16|>=4.2,<4.2.12|>=4.3,<4.3.3",
  9064. "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
  9065. "typo3/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5",
  9066. "typo3fluid/fluid": ">=2,<2.0.8|>=2.1,<2.1.7|>=2.2,<2.2.4|>=2.3,<2.3.7|>=2.4,<2.4.4|>=2.5,<2.5.11|>=2.6,<2.6.10",
  9067. "ua-parser/uap-php": "<3.8",
  9068. "uasoft-indonesia/badaso": "<=2.9.7",
  9069. "unisharp/laravel-filemanager": "<2.9.1",
  9070. "unopim/unopim": "<0.1.5",
  9071. "userfrosting/userfrosting": ">=0.3.1,<4.6.3",
  9072. "usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
  9073. "uvdesk/community-skeleton": "<=1.1.1",
  9074. "uvdesk/core-framework": "<=1.1.1",
  9075. "vanilla/safecurl": "<0.9.2",
  9076. "verbb/comments": "<1.5.5",
  9077. "verbb/formie": "<2.1.6",
  9078. "verbb/image-resizer": "<2.0.9",
  9079. "verbb/knock-knock": "<1.2.8",
  9080. "verot/class.upload.php": "<=2.1.6",
  9081. "villagedefrance/opencart-overclocked": "<=1.11.1",
  9082. "vova07/yii2-fileapi-widget": "<0.1.9",
  9083. "vrana/adminer": "<4.8.1",
  9084. "vufind/vufind": ">=2,<9.1.1",
  9085. "waldhacker/hcaptcha": "<2.1.2",
  9086. "wallabag/tcpdf": "<6.2.22",
  9087. "wallabag/wallabag": "<2.6.7",
  9088. "wanglelecc/laracms": "<=1.0.3",
  9089. "web-auth/webauthn-framework": ">=3.3,<3.3.4|>=4.5,<4.9",
  9090. "web-auth/webauthn-lib": ">=4.5,<4.9",
  9091. "web-feet/coastercms": "==5.5",
  9092. "webbuilders-group/silverstripe-kapost-bridge": "<0.4",
  9093. "webcoast/deferred-image-processing": "<1.0.2",
  9094. "webklex/laravel-imap": "<5.3",
  9095. "webklex/php-imap": "<5.3",
  9096. "webpa/webpa": "<3.1.2",
  9097. "wikibase/wikibase": "<=1.39.3",
  9098. "wikimedia/parsoid": "<0.12.2",
  9099. "willdurand/js-translation-bundle": "<2.1.1",
  9100. "winter/wn-backend-module": "<1.2.4",
  9101. "winter/wn-cms-module": "<1.0.476|>=1.1,<1.1.11|>=1.2,<1.2.7",
  9102. "winter/wn-dusk-plugin": "<2.1",
  9103. "winter/wn-system-module": "<1.2.4",
  9104. "wintercms/winter": "<=1.2.3",
  9105. "wireui/wireui": "<1.19.3|>=2,<2.1.3",
  9106. "woocommerce/woocommerce": "<6.6|>=8.8,<8.8.5|>=8.9,<8.9.3",
  9107. "wp-cli/wp-cli": ">=0.12,<2.5",
  9108. "wp-graphql/wp-graphql": "<=1.14.5",
  9109. "wp-premium/gravityforms": "<2.4.21",
  9110. "wpanel/wpanel4-cms": "<=4.3.1",
  9111. "wpcloud/wp-stateless": "<3.2",
  9112. "wpglobus/wpglobus": "<=1.9.6",
  9113. "wwbn/avideo": "<14.3",
  9114. "xataface/xataface": "<3",
  9115. "xpressengine/xpressengine": "<3.0.15",
  9116. "yab/quarx": "<2.4.5",
  9117. "yeswiki/yeswiki": "<4.5.2",
  9118. "yetiforce/yetiforce-crm": "<6.5",
  9119. "yidashi/yii2cmf": "<=2",
  9120. "yii2mod/yii2-cms": "<1.9.2",
  9121. "yiisoft/yii": "<1.1.29",
  9122. "yiisoft/yii2": "<2.0.49.4-dev",
  9123. "yiisoft/yii2-authclient": "<2.2.15",
  9124. "yiisoft/yii2-bootstrap": "<2.0.4",
  9125. "yiisoft/yii2-dev": "<=2.0.45",
  9126. "yiisoft/yii2-elasticsearch": "<2.0.5",
  9127. "yiisoft/yii2-gii": "<=2.2.4",
  9128. "yiisoft/yii2-jui": "<2.0.4",
  9129. "yiisoft/yii2-redis": "<2.0.8",
  9130. "yikesinc/yikes-inc-easy-mailchimp-extender": "<6.8.6",
  9131. "yoast-seo-for-typo3/yoast_seo": "<7.2.3",
  9132. "yourls/yourls": "<=1.8.2",
  9133. "yuan1994/tpadmin": "<=1.3.12",
  9134. "zencart/zencart": "<=1.5.7.0-beta",
  9135. "zendesk/zendesk_api_client_php": "<2.2.11",
  9136. "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
  9137. "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
  9138. "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
  9139. "zendframework/zend-db": "<2.2.10|>=2.3,<2.3.5",
  9140. "zendframework/zend-developer-tools": ">=1.2.2,<1.2.3",
  9141. "zendframework/zend-diactoros": "<1.8.4",
  9142. "zendframework/zend-feed": "<2.10.3",
  9143. "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
  9144. "zendframework/zend-http": "<2.8.1",
  9145. "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
  9146. "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
  9147. "zendframework/zend-mail": "<2.4.11|>=2.5,<2.7.2",
  9148. "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
  9149. "zendframework/zend-session": ">=2,<2.2.9|>=2.3,<2.3.4",
  9150. "zendframework/zend-validator": ">=2.3,<2.3.6",
  9151. "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
  9152. "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
  9153. "zendframework/zendframework": "<=3",
  9154. "zendframework/zendframework1": "<1.12.20",
  9155. "zendframework/zendopenid": "<2.0.2",
  9156. "zendframework/zendrest": "<2.0.2",
  9157. "zendframework/zendservice-amazon": "<2.0.3",
  9158. "zendframework/zendservice-api": "<1",
  9159. "zendframework/zendservice-audioscrobbler": "<2.0.2",
  9160. "zendframework/zendservice-nirvanix": "<2.0.2",
  9161. "zendframework/zendservice-slideshare": "<2.0.2",
  9162. "zendframework/zendservice-technorati": "<2.0.2",
  9163. "zendframework/zendservice-windowsazure": "<2.0.2",
  9164. "zendframework/zendxml": ">=1,<1.0.1",
  9165. "zenstruck/collection": "<0.2.1",
  9166. "zetacomponents/mail": "<1.8.2",
  9167. "zf-commons/zfc-user": "<1.2.2",
  9168. "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
  9169. "zfr/zfr-oauth2-server-module": "<0.1.2",
  9170. "zoujingli/thinkadmin": "<=6.1.53"
  9171. },
  9172. "type": "metapackage",
  9173. "notification-url": "https://packagist.org/downloads/",
  9174. "license": [
  9175. "MIT"
  9176. ],
  9177. "authors": [
  9178. {
  9179. "name": "Marco Pivetta",
  9180. "email": "ocramius@gmail.com",
  9181. "role": "maintainer"
  9182. },
  9183. {
  9184. "name": "Ilya Tribusean",
  9185. "email": "slash3b@gmail.com",
  9186. "role": "maintainer"
  9187. }
  9188. ],
  9189. "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
  9190. "keywords": [
  9191. "dev"
  9192. ],
  9193. "support": {
  9194. "issues": "https://github.com/Roave/SecurityAdvisories/issues",
  9195. "source": "https://github.com/Roave/SecurityAdvisories/tree/latest"
  9196. },
  9197. "funding": [
  9198. {
  9199. "url": "https://github.com/Ocramius",
  9200. "type": "github"
  9201. },
  9202. {
  9203. "url": "https://tidelift.com/funding/github/packagist/roave/security-advisories",
  9204. "type": "tidelift"
  9205. }
  9206. ],
  9207. "time": "2025-04-04T15:05:17+00:00"
  9208. },
  9209. {
  9210. "name": "sebastian/cli-parser",
  9211. "version": "4.0.0",
  9212. "source": {
  9213. "type": "git",
  9214. "url": "https://github.com/sebastianbergmann/cli-parser.git",
  9215. "reference": "6d584c727d9114bcdc14c86711cd1cad51778e7c"
  9216. },
  9217. "dist": {
  9218. "type": "zip",
  9219. "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/6d584c727d9114bcdc14c86711cd1cad51778e7c",
  9220. "reference": "6d584c727d9114bcdc14c86711cd1cad51778e7c",
  9221. "shasum": ""
  9222. },
  9223. "require": {
  9224. "php": ">=8.3"
  9225. },
  9226. "require-dev": {
  9227. "phpunit/phpunit": "^12.0"
  9228. },
  9229. "type": "library",
  9230. "extra": {
  9231. "branch-alias": {
  9232. "dev-main": "4.0-dev"
  9233. }
  9234. },
  9235. "autoload": {
  9236. "classmap": [
  9237. "src/"
  9238. ]
  9239. },
  9240. "notification-url": "https://packagist.org/downloads/",
  9241. "license": [
  9242. "BSD-3-Clause"
  9243. ],
  9244. "authors": [
  9245. {
  9246. "name": "Sebastian Bergmann",
  9247. "email": "sebastian@phpunit.de",
  9248. "role": "lead"
  9249. }
  9250. ],
  9251. "description": "Library for parsing CLI options",
  9252. "homepage": "https://github.com/sebastianbergmann/cli-parser",
  9253. "support": {
  9254. "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
  9255. "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
  9256. "source": "https://github.com/sebastianbergmann/cli-parser/tree/4.0.0"
  9257. },
  9258. "funding": [
  9259. {
  9260. "url": "https://github.com/sebastianbergmann",
  9261. "type": "github"
  9262. }
  9263. ],
  9264. "time": "2025-02-07T04:53:50+00:00"
  9265. },
  9266. {
  9267. "name": "sebastian/comparator",
  9268. "version": "7.0.1",
  9269. "source": {
  9270. "type": "git",
  9271. "url": "https://github.com/sebastianbergmann/comparator.git",
  9272. "reference": "b478f34614f934e0291598d0c08cbaba9644bee5"
  9273. },
  9274. "dist": {
  9275. "type": "zip",
  9276. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/b478f34614f934e0291598d0c08cbaba9644bee5",
  9277. "reference": "b478f34614f934e0291598d0c08cbaba9644bee5",
  9278. "shasum": ""
  9279. },
  9280. "require": {
  9281. "ext-dom": "*",
  9282. "ext-mbstring": "*",
  9283. "php": ">=8.3",
  9284. "sebastian/diff": "^7.0",
  9285. "sebastian/exporter": "^7.0"
  9286. },
  9287. "require-dev": {
  9288. "phpunit/phpunit": "^12.0"
  9289. },
  9290. "suggest": {
  9291. "ext-bcmath": "For comparing BcMath\\Number objects"
  9292. },
  9293. "type": "library",
  9294. "extra": {
  9295. "branch-alias": {
  9296. "dev-main": "7.0-dev"
  9297. }
  9298. },
  9299. "autoload": {
  9300. "classmap": [
  9301. "src/"
  9302. ]
  9303. },
  9304. "notification-url": "https://packagist.org/downloads/",
  9305. "license": [
  9306. "BSD-3-Clause"
  9307. ],
  9308. "authors": [
  9309. {
  9310. "name": "Sebastian Bergmann",
  9311. "email": "sebastian@phpunit.de"
  9312. },
  9313. {
  9314. "name": "Jeff Welch",
  9315. "email": "whatthejeff@gmail.com"
  9316. },
  9317. {
  9318. "name": "Volker Dusch",
  9319. "email": "github@wallbash.com"
  9320. },
  9321. {
  9322. "name": "Bernhard Schussek",
  9323. "email": "bschussek@2bepublished.at"
  9324. }
  9325. ],
  9326. "description": "Provides the functionality to compare PHP values for equality",
  9327. "homepage": "https://github.com/sebastianbergmann/comparator",
  9328. "keywords": [
  9329. "comparator",
  9330. "compare",
  9331. "equality"
  9332. ],
  9333. "support": {
  9334. "issues": "https://github.com/sebastianbergmann/comparator/issues",
  9335. "security": "https://github.com/sebastianbergmann/comparator/security/policy",
  9336. "source": "https://github.com/sebastianbergmann/comparator/tree/7.0.1"
  9337. },
  9338. "funding": [
  9339. {
  9340. "url": "https://github.com/sebastianbergmann",
  9341. "type": "github"
  9342. }
  9343. ],
  9344. "time": "2025-03-07T07:00:32+00:00"
  9345. },
  9346. {
  9347. "name": "sebastian/complexity",
  9348. "version": "5.0.0",
  9349. "source": {
  9350. "type": "git",
  9351. "url": "https://github.com/sebastianbergmann/complexity.git",
  9352. "reference": "bad4316aba5303d0221f43f8cee37eb58d384bbb"
  9353. },
  9354. "dist": {
  9355. "type": "zip",
  9356. "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/bad4316aba5303d0221f43f8cee37eb58d384bbb",
  9357. "reference": "bad4316aba5303d0221f43f8cee37eb58d384bbb",
  9358. "shasum": ""
  9359. },
  9360. "require": {
  9361. "nikic/php-parser": "^5.0",
  9362. "php": ">=8.3"
  9363. },
  9364. "require-dev": {
  9365. "phpunit/phpunit": "^12.0"
  9366. },
  9367. "type": "library",
  9368. "extra": {
  9369. "branch-alias": {
  9370. "dev-main": "5.0-dev"
  9371. }
  9372. },
  9373. "autoload": {
  9374. "classmap": [
  9375. "src/"
  9376. ]
  9377. },
  9378. "notification-url": "https://packagist.org/downloads/",
  9379. "license": [
  9380. "BSD-3-Clause"
  9381. ],
  9382. "authors": [
  9383. {
  9384. "name": "Sebastian Bergmann",
  9385. "email": "sebastian@phpunit.de",
  9386. "role": "lead"
  9387. }
  9388. ],
  9389. "description": "Library for calculating the complexity of PHP code units",
  9390. "homepage": "https://github.com/sebastianbergmann/complexity",
  9391. "support": {
  9392. "issues": "https://github.com/sebastianbergmann/complexity/issues",
  9393. "security": "https://github.com/sebastianbergmann/complexity/security/policy",
  9394. "source": "https://github.com/sebastianbergmann/complexity/tree/5.0.0"
  9395. },
  9396. "funding": [
  9397. {
  9398. "url": "https://github.com/sebastianbergmann",
  9399. "type": "github"
  9400. }
  9401. ],
  9402. "time": "2025-02-07T04:55:25+00:00"
  9403. },
  9404. {
  9405. "name": "sebastian/diff",
  9406. "version": "7.0.0",
  9407. "source": {
  9408. "type": "git",
  9409. "url": "https://github.com/sebastianbergmann/diff.git",
  9410. "reference": "7ab1ea946c012266ca32390913653d844ecd085f"
  9411. },
  9412. "dist": {
  9413. "type": "zip",
  9414. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7ab1ea946c012266ca32390913653d844ecd085f",
  9415. "reference": "7ab1ea946c012266ca32390913653d844ecd085f",
  9416. "shasum": ""
  9417. },
  9418. "require": {
  9419. "php": ">=8.3"
  9420. },
  9421. "require-dev": {
  9422. "phpunit/phpunit": "^12.0",
  9423. "symfony/process": "^7.2"
  9424. },
  9425. "type": "library",
  9426. "extra": {
  9427. "branch-alias": {
  9428. "dev-main": "7.0-dev"
  9429. }
  9430. },
  9431. "autoload": {
  9432. "classmap": [
  9433. "src/"
  9434. ]
  9435. },
  9436. "notification-url": "https://packagist.org/downloads/",
  9437. "license": [
  9438. "BSD-3-Clause"
  9439. ],
  9440. "authors": [
  9441. {
  9442. "name": "Sebastian Bergmann",
  9443. "email": "sebastian@phpunit.de"
  9444. },
  9445. {
  9446. "name": "Kore Nordmann",
  9447. "email": "mail@kore-nordmann.de"
  9448. }
  9449. ],
  9450. "description": "Diff implementation",
  9451. "homepage": "https://github.com/sebastianbergmann/diff",
  9452. "keywords": [
  9453. "diff",
  9454. "udiff",
  9455. "unidiff",
  9456. "unified diff"
  9457. ],
  9458. "support": {
  9459. "issues": "https://github.com/sebastianbergmann/diff/issues",
  9460. "security": "https://github.com/sebastianbergmann/diff/security/policy",
  9461. "source": "https://github.com/sebastianbergmann/diff/tree/7.0.0"
  9462. },
  9463. "funding": [
  9464. {
  9465. "url": "https://github.com/sebastianbergmann",
  9466. "type": "github"
  9467. }
  9468. ],
  9469. "time": "2025-02-07T04:55:46+00:00"
  9470. },
  9471. {
  9472. "name": "sebastian/environment",
  9473. "version": "8.0.0",
  9474. "source": {
  9475. "type": "git",
  9476. "url": "https://github.com/sebastianbergmann/environment.git",
  9477. "reference": "8afe311eca49171bf95405cc0078be9a3821f9f2"
  9478. },
  9479. "dist": {
  9480. "type": "zip",
  9481. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/8afe311eca49171bf95405cc0078be9a3821f9f2",
  9482. "reference": "8afe311eca49171bf95405cc0078be9a3821f9f2",
  9483. "shasum": ""
  9484. },
  9485. "require": {
  9486. "php": ">=8.3"
  9487. },
  9488. "require-dev": {
  9489. "phpunit/phpunit": "^12.0"
  9490. },
  9491. "suggest": {
  9492. "ext-posix": "*"
  9493. },
  9494. "type": "library",
  9495. "extra": {
  9496. "branch-alias": {
  9497. "dev-main": "8.0-dev"
  9498. }
  9499. },
  9500. "autoload": {
  9501. "classmap": [
  9502. "src/"
  9503. ]
  9504. },
  9505. "notification-url": "https://packagist.org/downloads/",
  9506. "license": [
  9507. "BSD-3-Clause"
  9508. ],
  9509. "authors": [
  9510. {
  9511. "name": "Sebastian Bergmann",
  9512. "email": "sebastian@phpunit.de"
  9513. }
  9514. ],
  9515. "description": "Provides functionality to handle HHVM/PHP environments",
  9516. "homepage": "https://github.com/sebastianbergmann/environment",
  9517. "keywords": [
  9518. "Xdebug",
  9519. "environment",
  9520. "hhvm"
  9521. ],
  9522. "support": {
  9523. "issues": "https://github.com/sebastianbergmann/environment/issues",
  9524. "security": "https://github.com/sebastianbergmann/environment/security/policy",
  9525. "source": "https://github.com/sebastianbergmann/environment/tree/8.0.0"
  9526. },
  9527. "funding": [
  9528. {
  9529. "url": "https://github.com/sebastianbergmann",
  9530. "type": "github"
  9531. }
  9532. ],
  9533. "time": "2025-02-07T04:56:08+00:00"
  9534. },
  9535. {
  9536. "name": "sebastian/exporter",
  9537. "version": "7.0.0",
  9538. "source": {
  9539. "type": "git",
  9540. "url": "https://github.com/sebastianbergmann/exporter.git",
  9541. "reference": "76432aafc58d50691a00d86d0632f1217a47b688"
  9542. },
  9543. "dist": {
  9544. "type": "zip",
  9545. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/76432aafc58d50691a00d86d0632f1217a47b688",
  9546. "reference": "76432aafc58d50691a00d86d0632f1217a47b688",
  9547. "shasum": ""
  9548. },
  9549. "require": {
  9550. "ext-mbstring": "*",
  9551. "php": ">=8.3",
  9552. "sebastian/recursion-context": "^7.0"
  9553. },
  9554. "require-dev": {
  9555. "phpunit/phpunit": "^12.0"
  9556. },
  9557. "type": "library",
  9558. "extra": {
  9559. "branch-alias": {
  9560. "dev-main": "7.0-dev"
  9561. }
  9562. },
  9563. "autoload": {
  9564. "classmap": [
  9565. "src/"
  9566. ]
  9567. },
  9568. "notification-url": "https://packagist.org/downloads/",
  9569. "license": [
  9570. "BSD-3-Clause"
  9571. ],
  9572. "authors": [
  9573. {
  9574. "name": "Sebastian Bergmann",
  9575. "email": "sebastian@phpunit.de"
  9576. },
  9577. {
  9578. "name": "Jeff Welch",
  9579. "email": "whatthejeff@gmail.com"
  9580. },
  9581. {
  9582. "name": "Volker Dusch",
  9583. "email": "github@wallbash.com"
  9584. },
  9585. {
  9586. "name": "Adam Harvey",
  9587. "email": "aharvey@php.net"
  9588. },
  9589. {
  9590. "name": "Bernhard Schussek",
  9591. "email": "bschussek@gmail.com"
  9592. }
  9593. ],
  9594. "description": "Provides the functionality to export PHP variables for visualization",
  9595. "homepage": "https://www.github.com/sebastianbergmann/exporter",
  9596. "keywords": [
  9597. "export",
  9598. "exporter"
  9599. ],
  9600. "support": {
  9601. "issues": "https://github.com/sebastianbergmann/exporter/issues",
  9602. "security": "https://github.com/sebastianbergmann/exporter/security/policy",
  9603. "source": "https://github.com/sebastianbergmann/exporter/tree/7.0.0"
  9604. },
  9605. "funding": [
  9606. {
  9607. "url": "https://github.com/sebastianbergmann",
  9608. "type": "github"
  9609. }
  9610. ],
  9611. "time": "2025-02-07T04:56:42+00:00"
  9612. },
  9613. {
  9614. "name": "sebastian/global-state",
  9615. "version": "8.0.0",
  9616. "source": {
  9617. "type": "git",
  9618. "url": "https://github.com/sebastianbergmann/global-state.git",
  9619. "reference": "570a2aeb26d40f057af686d63c4e99b075fb6cbc"
  9620. },
  9621. "dist": {
  9622. "type": "zip",
  9623. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/570a2aeb26d40f057af686d63c4e99b075fb6cbc",
  9624. "reference": "570a2aeb26d40f057af686d63c4e99b075fb6cbc",
  9625. "shasum": ""
  9626. },
  9627. "require": {
  9628. "php": ">=8.3",
  9629. "sebastian/object-reflector": "^5.0",
  9630. "sebastian/recursion-context": "^7.0"
  9631. },
  9632. "require-dev": {
  9633. "ext-dom": "*",
  9634. "phpunit/phpunit": "^12.0"
  9635. },
  9636. "type": "library",
  9637. "extra": {
  9638. "branch-alias": {
  9639. "dev-main": "8.0-dev"
  9640. }
  9641. },
  9642. "autoload": {
  9643. "classmap": [
  9644. "src/"
  9645. ]
  9646. },
  9647. "notification-url": "https://packagist.org/downloads/",
  9648. "license": [
  9649. "BSD-3-Clause"
  9650. ],
  9651. "authors": [
  9652. {
  9653. "name": "Sebastian Bergmann",
  9654. "email": "sebastian@phpunit.de"
  9655. }
  9656. ],
  9657. "description": "Snapshotting of global state",
  9658. "homepage": "https://www.github.com/sebastianbergmann/global-state",
  9659. "keywords": [
  9660. "global state"
  9661. ],
  9662. "support": {
  9663. "issues": "https://github.com/sebastianbergmann/global-state/issues",
  9664. "security": "https://github.com/sebastianbergmann/global-state/security/policy",
  9665. "source": "https://github.com/sebastianbergmann/global-state/tree/8.0.0"
  9666. },
  9667. "funding": [
  9668. {
  9669. "url": "https://github.com/sebastianbergmann",
  9670. "type": "github"
  9671. }
  9672. ],
  9673. "time": "2025-02-07T04:56:59+00:00"
  9674. },
  9675. {
  9676. "name": "sebastian/lines-of-code",
  9677. "version": "4.0.0",
  9678. "source": {
  9679. "type": "git",
  9680. "url": "https://github.com/sebastianbergmann/lines-of-code.git",
  9681. "reference": "97ffee3bcfb5805568d6af7f0f893678fc076d2f"
  9682. },
  9683. "dist": {
  9684. "type": "zip",
  9685. "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/97ffee3bcfb5805568d6af7f0f893678fc076d2f",
  9686. "reference": "97ffee3bcfb5805568d6af7f0f893678fc076d2f",
  9687. "shasum": ""
  9688. },
  9689. "require": {
  9690. "nikic/php-parser": "^5.0",
  9691. "php": ">=8.3"
  9692. },
  9693. "require-dev": {
  9694. "phpunit/phpunit": "^12.0"
  9695. },
  9696. "type": "library",
  9697. "extra": {
  9698. "branch-alias": {
  9699. "dev-main": "4.0-dev"
  9700. }
  9701. },
  9702. "autoload": {
  9703. "classmap": [
  9704. "src/"
  9705. ]
  9706. },
  9707. "notification-url": "https://packagist.org/downloads/",
  9708. "license": [
  9709. "BSD-3-Clause"
  9710. ],
  9711. "authors": [
  9712. {
  9713. "name": "Sebastian Bergmann",
  9714. "email": "sebastian@phpunit.de",
  9715. "role": "lead"
  9716. }
  9717. ],
  9718. "description": "Library for counting the lines of code in PHP source code",
  9719. "homepage": "https://github.com/sebastianbergmann/lines-of-code",
  9720. "support": {
  9721. "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
  9722. "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
  9723. "source": "https://github.com/sebastianbergmann/lines-of-code/tree/4.0.0"
  9724. },
  9725. "funding": [
  9726. {
  9727. "url": "https://github.com/sebastianbergmann",
  9728. "type": "github"
  9729. }
  9730. ],
  9731. "time": "2025-02-07T04:57:28+00:00"
  9732. },
  9733. {
  9734. "name": "sebastian/object-enumerator",
  9735. "version": "7.0.0",
  9736. "source": {
  9737. "type": "git",
  9738. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  9739. "reference": "1effe8e9b8e068e9ae228e542d5d11b5d16db894"
  9740. },
  9741. "dist": {
  9742. "type": "zip",
  9743. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1effe8e9b8e068e9ae228e542d5d11b5d16db894",
  9744. "reference": "1effe8e9b8e068e9ae228e542d5d11b5d16db894",
  9745. "shasum": ""
  9746. },
  9747. "require": {
  9748. "php": ">=8.3",
  9749. "sebastian/object-reflector": "^5.0",
  9750. "sebastian/recursion-context": "^7.0"
  9751. },
  9752. "require-dev": {
  9753. "phpunit/phpunit": "^12.0"
  9754. },
  9755. "type": "library",
  9756. "extra": {
  9757. "branch-alias": {
  9758. "dev-main": "7.0-dev"
  9759. }
  9760. },
  9761. "autoload": {
  9762. "classmap": [
  9763. "src/"
  9764. ]
  9765. },
  9766. "notification-url": "https://packagist.org/downloads/",
  9767. "license": [
  9768. "BSD-3-Clause"
  9769. ],
  9770. "authors": [
  9771. {
  9772. "name": "Sebastian Bergmann",
  9773. "email": "sebastian@phpunit.de"
  9774. }
  9775. ],
  9776. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  9777. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  9778. "support": {
  9779. "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
  9780. "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
  9781. "source": "https://github.com/sebastianbergmann/object-enumerator/tree/7.0.0"
  9782. },
  9783. "funding": [
  9784. {
  9785. "url": "https://github.com/sebastianbergmann",
  9786. "type": "github"
  9787. }
  9788. ],
  9789. "time": "2025-02-07T04:57:48+00:00"
  9790. },
  9791. {
  9792. "name": "sebastian/object-reflector",
  9793. "version": "5.0.0",
  9794. "source": {
  9795. "type": "git",
  9796. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  9797. "reference": "4bfa827c969c98be1e527abd576533293c634f6a"
  9798. },
  9799. "dist": {
  9800. "type": "zip",
  9801. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/4bfa827c969c98be1e527abd576533293c634f6a",
  9802. "reference": "4bfa827c969c98be1e527abd576533293c634f6a",
  9803. "shasum": ""
  9804. },
  9805. "require": {
  9806. "php": ">=8.3"
  9807. },
  9808. "require-dev": {
  9809. "phpunit/phpunit": "^12.0"
  9810. },
  9811. "type": "library",
  9812. "extra": {
  9813. "branch-alias": {
  9814. "dev-main": "5.0-dev"
  9815. }
  9816. },
  9817. "autoload": {
  9818. "classmap": [
  9819. "src/"
  9820. ]
  9821. },
  9822. "notification-url": "https://packagist.org/downloads/",
  9823. "license": [
  9824. "BSD-3-Clause"
  9825. ],
  9826. "authors": [
  9827. {
  9828. "name": "Sebastian Bergmann",
  9829. "email": "sebastian@phpunit.de"
  9830. }
  9831. ],
  9832. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  9833. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  9834. "support": {
  9835. "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
  9836. "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
  9837. "source": "https://github.com/sebastianbergmann/object-reflector/tree/5.0.0"
  9838. },
  9839. "funding": [
  9840. {
  9841. "url": "https://github.com/sebastianbergmann",
  9842. "type": "github"
  9843. }
  9844. ],
  9845. "time": "2025-02-07T04:58:17+00:00"
  9846. },
  9847. {
  9848. "name": "sebastian/recursion-context",
  9849. "version": "7.0.0",
  9850. "source": {
  9851. "type": "git",
  9852. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  9853. "reference": "c405ae3a63e01b32eb71577f8ec1604e39858a7c"
  9854. },
  9855. "dist": {
  9856. "type": "zip",
  9857. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/c405ae3a63e01b32eb71577f8ec1604e39858a7c",
  9858. "reference": "c405ae3a63e01b32eb71577f8ec1604e39858a7c",
  9859. "shasum": ""
  9860. },
  9861. "require": {
  9862. "php": ">=8.3"
  9863. },
  9864. "require-dev": {
  9865. "phpunit/phpunit": "^12.0"
  9866. },
  9867. "type": "library",
  9868. "extra": {
  9869. "branch-alias": {
  9870. "dev-main": "7.0-dev"
  9871. }
  9872. },
  9873. "autoload": {
  9874. "classmap": [
  9875. "src/"
  9876. ]
  9877. },
  9878. "notification-url": "https://packagist.org/downloads/",
  9879. "license": [
  9880. "BSD-3-Clause"
  9881. ],
  9882. "authors": [
  9883. {
  9884. "name": "Sebastian Bergmann",
  9885. "email": "sebastian@phpunit.de"
  9886. },
  9887. {
  9888. "name": "Jeff Welch",
  9889. "email": "whatthejeff@gmail.com"
  9890. },
  9891. {
  9892. "name": "Adam Harvey",
  9893. "email": "aharvey@php.net"
  9894. }
  9895. ],
  9896. "description": "Provides functionality to recursively process PHP variables",
  9897. "homepage": "https://github.com/sebastianbergmann/recursion-context",
  9898. "support": {
  9899. "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
  9900. "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
  9901. "source": "https://github.com/sebastianbergmann/recursion-context/tree/7.0.0"
  9902. },
  9903. "funding": [
  9904. {
  9905. "url": "https://github.com/sebastianbergmann",
  9906. "type": "github"
  9907. }
  9908. ],
  9909. "time": "2025-02-07T05:00:01+00:00"
  9910. },
  9911. {
  9912. "name": "sebastian/type",
  9913. "version": "6.0.2",
  9914. "source": {
  9915. "type": "git",
  9916. "url": "https://github.com/sebastianbergmann/type.git",
  9917. "reference": "1d7cd6e514384c36d7a390347f57c385d4be6069"
  9918. },
  9919. "dist": {
  9920. "type": "zip",
  9921. "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/1d7cd6e514384c36d7a390347f57c385d4be6069",
  9922. "reference": "1d7cd6e514384c36d7a390347f57c385d4be6069",
  9923. "shasum": ""
  9924. },
  9925. "require": {
  9926. "php": ">=8.3"
  9927. },
  9928. "require-dev": {
  9929. "phpunit/phpunit": "^12.0"
  9930. },
  9931. "type": "library",
  9932. "extra": {
  9933. "branch-alias": {
  9934. "dev-main": "6.0-dev"
  9935. }
  9936. },
  9937. "autoload": {
  9938. "classmap": [
  9939. "src/"
  9940. ]
  9941. },
  9942. "notification-url": "https://packagist.org/downloads/",
  9943. "license": [
  9944. "BSD-3-Clause"
  9945. ],
  9946. "authors": [
  9947. {
  9948. "name": "Sebastian Bergmann",
  9949. "email": "sebastian@phpunit.de",
  9950. "role": "lead"
  9951. }
  9952. ],
  9953. "description": "Collection of value objects that represent the types of the PHP type system",
  9954. "homepage": "https://github.com/sebastianbergmann/type",
  9955. "support": {
  9956. "issues": "https://github.com/sebastianbergmann/type/issues",
  9957. "security": "https://github.com/sebastianbergmann/type/security/policy",
  9958. "source": "https://github.com/sebastianbergmann/type/tree/6.0.2"
  9959. },
  9960. "funding": [
  9961. {
  9962. "url": "https://github.com/sebastianbergmann",
  9963. "type": "github"
  9964. }
  9965. ],
  9966. "time": "2025-03-18T13:37:31+00:00"
  9967. },
  9968. {
  9969. "name": "sebastian/version",
  9970. "version": "6.0.0",
  9971. "source": {
  9972. "type": "git",
  9973. "url": "https://github.com/sebastianbergmann/version.git",
  9974. "reference": "3e6ccf7657d4f0a59200564b08cead899313b53c"
  9975. },
  9976. "dist": {
  9977. "type": "zip",
  9978. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/3e6ccf7657d4f0a59200564b08cead899313b53c",
  9979. "reference": "3e6ccf7657d4f0a59200564b08cead899313b53c",
  9980. "shasum": ""
  9981. },
  9982. "require": {
  9983. "php": ">=8.3"
  9984. },
  9985. "type": "library",
  9986. "extra": {
  9987. "branch-alias": {
  9988. "dev-main": "6.0-dev"
  9989. }
  9990. },
  9991. "autoload": {
  9992. "classmap": [
  9993. "src/"
  9994. ]
  9995. },
  9996. "notification-url": "https://packagist.org/downloads/",
  9997. "license": [
  9998. "BSD-3-Clause"
  9999. ],
  10000. "authors": [
  10001. {
  10002. "name": "Sebastian Bergmann",
  10003. "email": "sebastian@phpunit.de",
  10004. "role": "lead"
  10005. }
  10006. ],
  10007. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  10008. "homepage": "https://github.com/sebastianbergmann/version",
  10009. "support": {
  10010. "issues": "https://github.com/sebastianbergmann/version/issues",
  10011. "security": "https://github.com/sebastianbergmann/version/security/policy",
  10012. "source": "https://github.com/sebastianbergmann/version/tree/6.0.0"
  10013. },
  10014. "funding": [
  10015. {
  10016. "url": "https://github.com/sebastianbergmann",
  10017. "type": "github"
  10018. }
  10019. ],
  10020. "time": "2025-02-07T05:00:38+00:00"
  10021. },
  10022. {
  10023. "name": "staabm/side-effects-detector",
  10024. "version": "1.0.5",
  10025. "source": {
  10026. "type": "git",
  10027. "url": "https://github.com/staabm/side-effects-detector.git",
  10028. "reference": "d8334211a140ce329c13726d4a715adbddd0a163"
  10029. },
  10030. "dist": {
  10031. "type": "zip",
  10032. "url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163",
  10033. "reference": "d8334211a140ce329c13726d4a715adbddd0a163",
  10034. "shasum": ""
  10035. },
  10036. "require": {
  10037. "ext-tokenizer": "*",
  10038. "php": "^7.4 || ^8.0"
  10039. },
  10040. "require-dev": {
  10041. "phpstan/extension-installer": "^1.4.3",
  10042. "phpstan/phpstan": "^1.12.6",
  10043. "phpunit/phpunit": "^9.6.21",
  10044. "symfony/var-dumper": "^5.4.43",
  10045. "tomasvotruba/type-coverage": "1.0.0",
  10046. "tomasvotruba/unused-public": "1.0.0"
  10047. },
  10048. "type": "library",
  10049. "autoload": {
  10050. "classmap": [
  10051. "lib/"
  10052. ]
  10053. },
  10054. "notification-url": "https://packagist.org/downloads/",
  10055. "license": [
  10056. "MIT"
  10057. ],
  10058. "description": "A static analysis tool to detect side effects in PHP code",
  10059. "keywords": [
  10060. "static analysis"
  10061. ],
  10062. "support": {
  10063. "issues": "https://github.com/staabm/side-effects-detector/issues",
  10064. "source": "https://github.com/staabm/side-effects-detector/tree/1.0.5"
  10065. },
  10066. "funding": [
  10067. {
  10068. "url": "https://github.com/staabm",
  10069. "type": "github"
  10070. }
  10071. ],
  10072. "time": "2024-10-20T05:08:20+00:00"
  10073. },
  10074. {
  10075. "name": "theseer/tokenizer",
  10076. "version": "1.2.3",
  10077. "source": {
  10078. "type": "git",
  10079. "url": "https://github.com/theseer/tokenizer.git",
  10080. "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
  10081. },
  10082. "dist": {
  10083. "type": "zip",
  10084. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
  10085. "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
  10086. "shasum": ""
  10087. },
  10088. "require": {
  10089. "ext-dom": "*",
  10090. "ext-tokenizer": "*",
  10091. "ext-xmlwriter": "*",
  10092. "php": "^7.2 || ^8.0"
  10093. },
  10094. "type": "library",
  10095. "autoload": {
  10096. "classmap": [
  10097. "src/"
  10098. ]
  10099. },
  10100. "notification-url": "https://packagist.org/downloads/",
  10101. "license": [
  10102. "BSD-3-Clause"
  10103. ],
  10104. "authors": [
  10105. {
  10106. "name": "Arne Blankerts",
  10107. "email": "arne@blankerts.de",
  10108. "role": "Developer"
  10109. }
  10110. ],
  10111. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  10112. "support": {
  10113. "issues": "https://github.com/theseer/tokenizer/issues",
  10114. "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
  10115. },
  10116. "funding": [
  10117. {
  10118. "url": "https://github.com/theseer",
  10119. "type": "github"
  10120. }
  10121. ],
  10122. "time": "2024-03-03T12:36:25+00:00"
  10123. }
  10124. ],
  10125. "aliases": [],
  10126. "minimum-stability": "dev",
  10127. "stability-flags": {
  10128. "firefly-iii/api-support-classes": 20,
  10129. "roave/security-advisories": 20
  10130. },
  10131. "prefer-stable": true,
  10132. "prefer-lowest": false,
  10133. "platform": {
  10134. "php": ">=8.4",
  10135. "ext-bcmath": "*",
  10136. "ext-json": "*"
  10137. },
  10138. "platform-dev": [],
  10139. "plugin-api-version": "2.3.0"
  10140. }