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.

10143 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": "7bff0f6a5887d28f0165d6f1b5c7773f",
  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.2",
  6366. "source": {
  6367. "type": "git",
  6368. "url": "https://github.com/barryvdh/laravel-debugbar.git",
  6369. "reference": "0bc1e1361e7fffc2be156f46ad1fba6927c01729"
  6370. },
  6371. "dist": {
  6372. "type": "zip",
  6373. "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/0bc1e1361e7fffc2be156f46ad1fba6927c01729",
  6374. "reference": "0bc1e1361e7fffc2be156f46ad1fba6927c01729",
  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. "conflict": {
  6386. "maximebf/debugbar": "*"
  6387. },
  6388. "require-dev": {
  6389. "mockery/mockery": "^1.3.3",
  6390. "orchestra/testbench-dusk": "^7|^8|^9|^10",
  6391. "phpunit/phpunit": "^9.5.10|^10|^11",
  6392. "squizlabs/php_codesniffer": "^3.5"
  6393. },
  6394. "type": "library",
  6395. "extra": {
  6396. "laravel": {
  6397. "aliases": {
  6398. "Debugbar": "Barryvdh\\Debugbar\\Facades\\Debugbar"
  6399. },
  6400. "providers": [
  6401. "Barryvdh\\Debugbar\\ServiceProvider"
  6402. ]
  6403. },
  6404. "branch-alias": {
  6405. "dev-master": "3.15-dev"
  6406. }
  6407. },
  6408. "autoload": {
  6409. "files": [
  6410. "src/helpers.php"
  6411. ],
  6412. "psr-4": {
  6413. "Barryvdh\\Debugbar\\": "src/"
  6414. }
  6415. },
  6416. "notification-url": "https://packagist.org/downloads/",
  6417. "license": [
  6418. "MIT"
  6419. ],
  6420. "authors": [
  6421. {
  6422. "name": "Barry vd. Heuvel",
  6423. "email": "barryvdh@gmail.com"
  6424. }
  6425. ],
  6426. "description": "PHP Debugbar integration for Laravel",
  6427. "keywords": [
  6428. "debug",
  6429. "debugbar",
  6430. "dev",
  6431. "laravel",
  6432. "profiler",
  6433. "webprofiler"
  6434. ],
  6435. "support": {
  6436. "issues": "https://github.com/barryvdh/laravel-debugbar/issues",
  6437. "source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.15.2"
  6438. },
  6439. "funding": [
  6440. {
  6441. "url": "https://fruitcake.nl",
  6442. "type": "custom"
  6443. },
  6444. {
  6445. "url": "https://github.com/barryvdh",
  6446. "type": "github"
  6447. }
  6448. ],
  6449. "time": "2025-02-25T15:25:22+00:00"
  6450. },
  6451. {
  6452. "name": "barryvdh/laravel-ide-helper",
  6453. "version": "v3.5.5",
  6454. "source": {
  6455. "type": "git",
  6456. "url": "https://github.com/barryvdh/laravel-ide-helper.git",
  6457. "reference": "8d441ec99f8612b942b55f5183151d91591b618a"
  6458. },
  6459. "dist": {
  6460. "type": "zip",
  6461. "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/8d441ec99f8612b942b55f5183151d91591b618a",
  6462. "reference": "8d441ec99f8612b942b55f5183151d91591b618a",
  6463. "shasum": ""
  6464. },
  6465. "require": {
  6466. "barryvdh/reflection-docblock": "^2.3",
  6467. "composer/class-map-generator": "^1.0",
  6468. "ext-json": "*",
  6469. "illuminate/console": "^11.15 || ^12",
  6470. "illuminate/database": "^11.15 || ^12",
  6471. "illuminate/filesystem": "^11.15 || ^12",
  6472. "illuminate/support": "^11.15 || ^12",
  6473. "php": "^8.2"
  6474. },
  6475. "require-dev": {
  6476. "ext-pdo_sqlite": "*",
  6477. "friendsofphp/php-cs-fixer": "^3",
  6478. "illuminate/config": "^11.15 || ^12",
  6479. "illuminate/view": "^11.15 || ^12",
  6480. "mockery/mockery": "^1.4",
  6481. "orchestra/testbench": "^9.2 || ^10",
  6482. "phpunit/phpunit": "^10.5 || ^11.5.3",
  6483. "spatie/phpunit-snapshot-assertions": "^4 || ^5",
  6484. "vimeo/psalm": "^5.4",
  6485. "vlucas/phpdotenv": "^5"
  6486. },
  6487. "suggest": {
  6488. "illuminate/events": "Required for automatic helper generation (^6|^7|^8|^9|^10|^11)."
  6489. },
  6490. "type": "library",
  6491. "extra": {
  6492. "laravel": {
  6493. "providers": [
  6494. "Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
  6495. ]
  6496. },
  6497. "branch-alias": {
  6498. "dev-master": "3.5-dev"
  6499. }
  6500. },
  6501. "autoload": {
  6502. "psr-4": {
  6503. "Barryvdh\\LaravelIdeHelper\\": "src"
  6504. }
  6505. },
  6506. "notification-url": "https://packagist.org/downloads/",
  6507. "license": [
  6508. "MIT"
  6509. ],
  6510. "authors": [
  6511. {
  6512. "name": "Barry vd. Heuvel",
  6513. "email": "barryvdh@gmail.com"
  6514. }
  6515. ],
  6516. "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
  6517. "keywords": [
  6518. "autocomplete",
  6519. "codeintel",
  6520. "dev",
  6521. "helper",
  6522. "ide",
  6523. "laravel",
  6524. "netbeans",
  6525. "phpdoc",
  6526. "phpstorm",
  6527. "sublime"
  6528. ],
  6529. "support": {
  6530. "issues": "https://github.com/barryvdh/laravel-ide-helper/issues",
  6531. "source": "https://github.com/barryvdh/laravel-ide-helper/tree/v3.5.5"
  6532. },
  6533. "funding": [
  6534. {
  6535. "url": "https://fruitcake.nl",
  6536. "type": "custom"
  6537. },
  6538. {
  6539. "url": "https://github.com/barryvdh",
  6540. "type": "github"
  6541. }
  6542. ],
  6543. "time": "2025-02-11T13:59:46+00:00"
  6544. },
  6545. {
  6546. "name": "barryvdh/reflection-docblock",
  6547. "version": "v2.3.1",
  6548. "source": {
  6549. "type": "git",
  6550. "url": "https://github.com/barryvdh/ReflectionDocBlock.git",
  6551. "reference": "b6ff9f93603561f50e53b64310495d20b8dff5d8"
  6552. },
  6553. "dist": {
  6554. "type": "zip",
  6555. "url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/b6ff9f93603561f50e53b64310495d20b8dff5d8",
  6556. "reference": "b6ff9f93603561f50e53b64310495d20b8dff5d8",
  6557. "shasum": ""
  6558. },
  6559. "require": {
  6560. "php": ">=7.1"
  6561. },
  6562. "require-dev": {
  6563. "phpunit/phpunit": "^8.5.14|^9"
  6564. },
  6565. "suggest": {
  6566. "dflydev/markdown": "~1.0",
  6567. "erusev/parsedown": "~1.0"
  6568. },
  6569. "type": "library",
  6570. "extra": {
  6571. "branch-alias": {
  6572. "dev-master": "2.3.x-dev"
  6573. }
  6574. },
  6575. "autoload": {
  6576. "psr-0": {
  6577. "Barryvdh": [
  6578. "src/"
  6579. ]
  6580. }
  6581. },
  6582. "notification-url": "https://packagist.org/downloads/",
  6583. "license": [
  6584. "MIT"
  6585. ],
  6586. "authors": [
  6587. {
  6588. "name": "Mike van Riel",
  6589. "email": "mike.vanriel@naenius.com"
  6590. }
  6591. ],
  6592. "support": {
  6593. "source": "https://github.com/barryvdh/ReflectionDocBlock/tree/v2.3.1"
  6594. },
  6595. "time": "2025-01-18T19:26:32+00:00"
  6596. },
  6597. {
  6598. "name": "composer/class-map-generator",
  6599. "version": "1.6.1",
  6600. "source": {
  6601. "type": "git",
  6602. "url": "https://github.com/composer/class-map-generator.git",
  6603. "reference": "134b705ddb0025d397d8318a75825fe3c9d1da34"
  6604. },
  6605. "dist": {
  6606. "type": "zip",
  6607. "url": "https://api.github.com/repos/composer/class-map-generator/zipball/134b705ddb0025d397d8318a75825fe3c9d1da34",
  6608. "reference": "134b705ddb0025d397d8318a75825fe3c9d1da34",
  6609. "shasum": ""
  6610. },
  6611. "require": {
  6612. "composer/pcre": "^2.1 || ^3.1",
  6613. "php": "^7.2 || ^8.0",
  6614. "symfony/finder": "^4.4 || ^5.3 || ^6 || ^7"
  6615. },
  6616. "require-dev": {
  6617. "phpstan/phpstan": "^1.12 || ^2",
  6618. "phpstan/phpstan-deprecation-rules": "^1 || ^2",
  6619. "phpstan/phpstan-phpunit": "^1 || ^2",
  6620. "phpstan/phpstan-strict-rules": "^1.1 || ^2",
  6621. "phpunit/phpunit": "^8",
  6622. "symfony/filesystem": "^5.4 || ^6"
  6623. },
  6624. "type": "library",
  6625. "extra": {
  6626. "branch-alias": {
  6627. "dev-main": "1.x-dev"
  6628. }
  6629. },
  6630. "autoload": {
  6631. "psr-4": {
  6632. "Composer\\ClassMapGenerator\\": "src"
  6633. }
  6634. },
  6635. "notification-url": "https://packagist.org/downloads/",
  6636. "license": [
  6637. "MIT"
  6638. ],
  6639. "authors": [
  6640. {
  6641. "name": "Jordi Boggiano",
  6642. "email": "j.boggiano@seld.be",
  6643. "homepage": "https://seld.be"
  6644. }
  6645. ],
  6646. "description": "Utilities to scan PHP code and generate class maps.",
  6647. "keywords": [
  6648. "classmap"
  6649. ],
  6650. "support": {
  6651. "issues": "https://github.com/composer/class-map-generator/issues",
  6652. "source": "https://github.com/composer/class-map-generator/tree/1.6.1"
  6653. },
  6654. "funding": [
  6655. {
  6656. "url": "https://packagist.com",
  6657. "type": "custom"
  6658. },
  6659. {
  6660. "url": "https://github.com/composer",
  6661. "type": "github"
  6662. },
  6663. {
  6664. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  6665. "type": "tidelift"
  6666. }
  6667. ],
  6668. "time": "2025-03-24T13:50:44+00:00"
  6669. },
  6670. {
  6671. "name": "composer/pcre",
  6672. "version": "3.3.2",
  6673. "source": {
  6674. "type": "git",
  6675. "url": "https://github.com/composer/pcre.git",
  6676. "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e"
  6677. },
  6678. "dist": {
  6679. "type": "zip",
  6680. "url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
  6681. "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
  6682. "shasum": ""
  6683. },
  6684. "require": {
  6685. "php": "^7.4 || ^8.0"
  6686. },
  6687. "conflict": {
  6688. "phpstan/phpstan": "<1.11.10"
  6689. },
  6690. "require-dev": {
  6691. "phpstan/phpstan": "^1.12 || ^2",
  6692. "phpstan/phpstan-strict-rules": "^1 || ^2",
  6693. "phpunit/phpunit": "^8 || ^9"
  6694. },
  6695. "type": "library",
  6696. "extra": {
  6697. "phpstan": {
  6698. "includes": [
  6699. "extension.neon"
  6700. ]
  6701. },
  6702. "branch-alias": {
  6703. "dev-main": "3.x-dev"
  6704. }
  6705. },
  6706. "autoload": {
  6707. "psr-4": {
  6708. "Composer\\Pcre\\": "src"
  6709. }
  6710. },
  6711. "notification-url": "https://packagist.org/downloads/",
  6712. "license": [
  6713. "MIT"
  6714. ],
  6715. "authors": [
  6716. {
  6717. "name": "Jordi Boggiano",
  6718. "email": "j.boggiano@seld.be",
  6719. "homepage": "http://seld.be"
  6720. }
  6721. ],
  6722. "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
  6723. "keywords": [
  6724. "PCRE",
  6725. "preg",
  6726. "regex",
  6727. "regular expression"
  6728. ],
  6729. "support": {
  6730. "issues": "https://github.com/composer/pcre/issues",
  6731. "source": "https://github.com/composer/pcre/tree/3.3.2"
  6732. },
  6733. "funding": [
  6734. {
  6735. "url": "https://packagist.com",
  6736. "type": "custom"
  6737. },
  6738. {
  6739. "url": "https://github.com/composer",
  6740. "type": "github"
  6741. },
  6742. {
  6743. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  6744. "type": "tidelift"
  6745. }
  6746. ],
  6747. "time": "2024-11-12T16:29:46+00:00"
  6748. },
  6749. {
  6750. "name": "ergebnis/phpstan-rules",
  6751. "version": "2.8.0",
  6752. "source": {
  6753. "type": "git",
  6754. "url": "https://github.com/ergebnis/phpstan-rules.git",
  6755. "reference": "30e790621fbad05573ef9cd355279fff5122e080"
  6756. },
  6757. "dist": {
  6758. "type": "zip",
  6759. "url": "https://api.github.com/repos/ergebnis/phpstan-rules/zipball/30e790621fbad05573ef9cd355279fff5122e080",
  6760. "reference": "30e790621fbad05573ef9cd355279fff5122e080",
  6761. "shasum": ""
  6762. },
  6763. "require": {
  6764. "ext-mbstring": "*",
  6765. "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
  6766. "phpstan/phpstan": "^2.0.0"
  6767. },
  6768. "require-dev": {
  6769. "doctrine/orm": "^2.20.0 || ^3.3.0",
  6770. "ergebnis/composer-normalize": "^2.45.0",
  6771. "ergebnis/license": "^2.6.0",
  6772. "ergebnis/php-cs-fixer-config": "^6.43.0",
  6773. "ergebnis/phpunit-slow-test-detector": "^2.18.0",
  6774. "nette/di": "^3.1.10",
  6775. "phpstan/extension-installer": "^1.4.3",
  6776. "phpstan/phpstan-deprecation-rules": "^2.0.1",
  6777. "phpstan/phpstan-phpunit": "^2.0.4",
  6778. "phpstan/phpstan-strict-rules": "^2.0.3",
  6779. "phpunit/phpunit": "^9.6.21",
  6780. "psr/container": "^2.0.2",
  6781. "symfony/finder": "^5.4.45",
  6782. "symfony/process": "^5.4.47"
  6783. },
  6784. "type": "phpstan-extension",
  6785. "extra": {
  6786. "phpstan": {
  6787. "includes": [
  6788. "rules.neon"
  6789. ]
  6790. }
  6791. },
  6792. "autoload": {
  6793. "psr-4": {
  6794. "Ergebnis\\PHPStan\\Rules\\": "src/"
  6795. }
  6796. },
  6797. "notification-url": "https://packagist.org/downloads/",
  6798. "license": [
  6799. "MIT"
  6800. ],
  6801. "authors": [
  6802. {
  6803. "name": "Andreas Möller",
  6804. "email": "am@localheinz.com",
  6805. "homepage": "https://localheinz.com"
  6806. }
  6807. ],
  6808. "description": "Provides rules for phpstan/phpstan.",
  6809. "homepage": "https://github.com/ergebnis/phpstan-rules",
  6810. "keywords": [
  6811. "PHPStan",
  6812. "phpstan-rules"
  6813. ],
  6814. "support": {
  6815. "issues": "https://github.com/ergebnis/phpstan-rules/issues",
  6816. "security": "https://github.com/ergebnis/phpstan-rules/blob/main/.github/SECURITY.md",
  6817. "source": "https://github.com/ergebnis/phpstan-rules"
  6818. },
  6819. "time": "2025-02-18T11:20:05+00:00"
  6820. },
  6821. {
  6822. "name": "fakerphp/faker",
  6823. "version": "v1.24.1",
  6824. "source": {
  6825. "type": "git",
  6826. "url": "https://github.com/FakerPHP/Faker.git",
  6827. "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5"
  6828. },
  6829. "dist": {
  6830. "type": "zip",
  6831. "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
  6832. "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
  6833. "shasum": ""
  6834. },
  6835. "require": {
  6836. "php": "^7.4 || ^8.0",
  6837. "psr/container": "^1.0 || ^2.0",
  6838. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  6839. },
  6840. "conflict": {
  6841. "fzaninotto/faker": "*"
  6842. },
  6843. "require-dev": {
  6844. "bamarni/composer-bin-plugin": "^1.4.1",
  6845. "doctrine/persistence": "^1.3 || ^2.0",
  6846. "ext-intl": "*",
  6847. "phpunit/phpunit": "^9.5.26",
  6848. "symfony/phpunit-bridge": "^5.4.16"
  6849. },
  6850. "suggest": {
  6851. "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
  6852. "ext-curl": "Required by Faker\\Provider\\Image to download images.",
  6853. "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
  6854. "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
  6855. "ext-mbstring": "Required for multibyte Unicode string functionality."
  6856. },
  6857. "type": "library",
  6858. "autoload": {
  6859. "psr-4": {
  6860. "Faker\\": "src/Faker/"
  6861. }
  6862. },
  6863. "notification-url": "https://packagist.org/downloads/",
  6864. "license": [
  6865. "MIT"
  6866. ],
  6867. "authors": [
  6868. {
  6869. "name": "François Zaninotto"
  6870. }
  6871. ],
  6872. "description": "Faker is a PHP library that generates fake data for you.",
  6873. "keywords": [
  6874. "data",
  6875. "faker",
  6876. "fixtures"
  6877. ],
  6878. "support": {
  6879. "issues": "https://github.com/FakerPHP/Faker/issues",
  6880. "source": "https://github.com/FakerPHP/Faker/tree/v1.24.1"
  6881. },
  6882. "time": "2024-11-21T13:46:39+00:00"
  6883. },
  6884. {
  6885. "name": "filp/whoops",
  6886. "version": "2.18.0",
  6887. "source": {
  6888. "type": "git",
  6889. "url": "https://github.com/filp/whoops.git",
  6890. "reference": "a7de6c3c6c3c022f5cfc337f8ede6a14460cf77e"
  6891. },
  6892. "dist": {
  6893. "type": "zip",
  6894. "url": "https://api.github.com/repos/filp/whoops/zipball/a7de6c3c6c3c022f5cfc337f8ede6a14460cf77e",
  6895. "reference": "a7de6c3c6c3c022f5cfc337f8ede6a14460cf77e",
  6896. "shasum": ""
  6897. },
  6898. "require": {
  6899. "php": "^7.1 || ^8.0",
  6900. "psr/log": "^1.0.1 || ^2.0 || ^3.0"
  6901. },
  6902. "require-dev": {
  6903. "mockery/mockery": "^1.0",
  6904. "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3",
  6905. "symfony/var-dumper": "^4.0 || ^5.0"
  6906. },
  6907. "suggest": {
  6908. "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
  6909. "whoops/soap": "Formats errors as SOAP responses"
  6910. },
  6911. "type": "library",
  6912. "extra": {
  6913. "branch-alias": {
  6914. "dev-master": "2.7-dev"
  6915. }
  6916. },
  6917. "autoload": {
  6918. "psr-4": {
  6919. "Whoops\\": "src/Whoops/"
  6920. }
  6921. },
  6922. "notification-url": "https://packagist.org/downloads/",
  6923. "license": [
  6924. "MIT"
  6925. ],
  6926. "authors": [
  6927. {
  6928. "name": "Filipe Dobreira",
  6929. "homepage": "https://github.com/filp",
  6930. "role": "Developer"
  6931. }
  6932. ],
  6933. "description": "php error handling for cool kids",
  6934. "homepage": "https://filp.github.io/whoops/",
  6935. "keywords": [
  6936. "error",
  6937. "exception",
  6938. "handling",
  6939. "library",
  6940. "throwable",
  6941. "whoops"
  6942. ],
  6943. "support": {
  6944. "issues": "https://github.com/filp/whoops/issues",
  6945. "source": "https://github.com/filp/whoops/tree/2.18.0"
  6946. },
  6947. "funding": [
  6948. {
  6949. "url": "https://github.com/denis-sokolov",
  6950. "type": "github"
  6951. }
  6952. ],
  6953. "time": "2025-03-15T12:00:00+00:00"
  6954. },
  6955. {
  6956. "name": "hamcrest/hamcrest-php",
  6957. "version": "v2.0.1",
  6958. "source": {
  6959. "type": "git",
  6960. "url": "https://github.com/hamcrest/hamcrest-php.git",
  6961. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
  6962. },
  6963. "dist": {
  6964. "type": "zip",
  6965. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  6966. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  6967. "shasum": ""
  6968. },
  6969. "require": {
  6970. "php": "^5.3|^7.0|^8.0"
  6971. },
  6972. "replace": {
  6973. "cordoval/hamcrest-php": "*",
  6974. "davedevelopment/hamcrest-php": "*",
  6975. "kodova/hamcrest-php": "*"
  6976. },
  6977. "require-dev": {
  6978. "phpunit/php-file-iterator": "^1.4 || ^2.0",
  6979. "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
  6980. },
  6981. "type": "library",
  6982. "extra": {
  6983. "branch-alias": {
  6984. "dev-master": "2.1-dev"
  6985. }
  6986. },
  6987. "autoload": {
  6988. "classmap": [
  6989. "hamcrest"
  6990. ]
  6991. },
  6992. "notification-url": "https://packagist.org/downloads/",
  6993. "license": [
  6994. "BSD-3-Clause"
  6995. ],
  6996. "description": "This is the PHP port of Hamcrest Matchers",
  6997. "keywords": [
  6998. "test"
  6999. ],
  7000. "support": {
  7001. "issues": "https://github.com/hamcrest/hamcrest-php/issues",
  7002. "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
  7003. },
  7004. "time": "2020-07-09T08:09:16+00:00"
  7005. },
  7006. {
  7007. "name": "iamcal/sql-parser",
  7008. "version": "v0.6",
  7009. "source": {
  7010. "type": "git",
  7011. "url": "https://github.com/iamcal/SQLParser.git",
  7012. "reference": "947083e2dca211a6f12fb1beb67a01e387de9b62"
  7013. },
  7014. "dist": {
  7015. "type": "zip",
  7016. "url": "https://api.github.com/repos/iamcal/SQLParser/zipball/947083e2dca211a6f12fb1beb67a01e387de9b62",
  7017. "reference": "947083e2dca211a6f12fb1beb67a01e387de9b62",
  7018. "shasum": ""
  7019. },
  7020. "require-dev": {
  7021. "php-coveralls/php-coveralls": "^1.0",
  7022. "phpunit/phpunit": "^5|^6|^7|^8|^9"
  7023. },
  7024. "type": "library",
  7025. "autoload": {
  7026. "psr-4": {
  7027. "iamcal\\": "src"
  7028. }
  7029. },
  7030. "notification-url": "https://packagist.org/downloads/",
  7031. "license": [
  7032. "MIT"
  7033. ],
  7034. "authors": [
  7035. {
  7036. "name": "Cal Henderson",
  7037. "email": "cal@iamcal.com"
  7038. }
  7039. ],
  7040. "description": "MySQL schema parser",
  7041. "support": {
  7042. "issues": "https://github.com/iamcal/SQLParser/issues",
  7043. "source": "https://github.com/iamcal/SQLParser/tree/v0.6"
  7044. },
  7045. "time": "2025-03-17T16:59:46+00:00"
  7046. },
  7047. {
  7048. "name": "larastan/larastan",
  7049. "version": "v3.3.1",
  7050. "source": {
  7051. "type": "git",
  7052. "url": "https://github.com/larastan/larastan.git",
  7053. "reference": "58bee8be51daf12d78ed0a909be3b205607d2f27"
  7054. },
  7055. "dist": {
  7056. "type": "zip",
  7057. "url": "https://api.github.com/repos/larastan/larastan/zipball/58bee8be51daf12d78ed0a909be3b205607d2f27",
  7058. "reference": "58bee8be51daf12d78ed0a909be3b205607d2f27",
  7059. "shasum": ""
  7060. },
  7061. "require": {
  7062. "ext-json": "*",
  7063. "iamcal/sql-parser": "^0.6.0",
  7064. "illuminate/console": "^11.44.2 || ^12.4.1",
  7065. "illuminate/container": "^11.44.2 || ^12.4.1",
  7066. "illuminate/contracts": "^11.44.2 || ^12.4.1",
  7067. "illuminate/database": "^11.44.2 || ^12.4.1",
  7068. "illuminate/http": "^11.44.2 || ^12.4.1",
  7069. "illuminate/pipeline": "^11.44.2 || ^12.4.1",
  7070. "illuminate/support": "^11.44.2 || ^12.4.1",
  7071. "php": "^8.2",
  7072. "phpstan/phpstan": "^2.1.11"
  7073. },
  7074. "require-dev": {
  7075. "doctrine/coding-standard": "^12.0",
  7076. "laravel/framework": "^11.44.2 || ^12.7.2",
  7077. "mockery/mockery": "^1.6.12",
  7078. "nikic/php-parser": "^5.4",
  7079. "orchestra/canvas": "^v9.2.2 || ^10.0.1",
  7080. "orchestra/testbench-core": "^9.12.0 || ^10.1",
  7081. "phpstan/phpstan-deprecation-rules": "^2.0.1",
  7082. "phpunit/phpunit": "^10.5.35 || ^11.5.15"
  7083. },
  7084. "suggest": {
  7085. "orchestra/testbench": "Using Larastan for analysing a package needs Testbench"
  7086. },
  7087. "type": "phpstan-extension",
  7088. "extra": {
  7089. "phpstan": {
  7090. "includes": [
  7091. "extension.neon"
  7092. ]
  7093. },
  7094. "branch-alias": {
  7095. "dev-master": "3.0-dev"
  7096. }
  7097. },
  7098. "autoload": {
  7099. "psr-4": {
  7100. "Larastan\\Larastan\\": "src/"
  7101. }
  7102. },
  7103. "notification-url": "https://packagist.org/downloads/",
  7104. "license": [
  7105. "MIT"
  7106. ],
  7107. "authors": [
  7108. {
  7109. "name": "Can Vural",
  7110. "email": "can9119@gmail.com"
  7111. },
  7112. {
  7113. "name": "Nuno Maduro",
  7114. "email": "enunomaduro@gmail.com"
  7115. }
  7116. ],
  7117. "description": "Larastan - Discover bugs in your code without running it. A phpstan/phpstan wrapper for Laravel",
  7118. "keywords": [
  7119. "PHPStan",
  7120. "code analyse",
  7121. "code analysis",
  7122. "larastan",
  7123. "laravel",
  7124. "package",
  7125. "php",
  7126. "static analysis"
  7127. ],
  7128. "support": {
  7129. "issues": "https://github.com/larastan/larastan/issues",
  7130. "source": "https://github.com/larastan/larastan/tree/v3.3.1"
  7131. },
  7132. "funding": [
  7133. {
  7134. "url": "https://github.com/canvural",
  7135. "type": "github"
  7136. },
  7137. {
  7138. "url": "https://github.com/nunomaduro",
  7139. "type": "github"
  7140. }
  7141. ],
  7142. "time": "2025-04-03T20:08:04+00:00"
  7143. },
  7144. {
  7145. "name": "laravel/ui",
  7146. "version": "v4.6.1",
  7147. "source": {
  7148. "type": "git",
  7149. "url": "https://github.com/laravel/ui.git",
  7150. "reference": "7d6ffa38d79f19c9b3e70a751a9af845e8f41d88"
  7151. },
  7152. "dist": {
  7153. "type": "zip",
  7154. "url": "https://api.github.com/repos/laravel/ui/zipball/7d6ffa38d79f19c9b3e70a751a9af845e8f41d88",
  7155. "reference": "7d6ffa38d79f19c9b3e70a751a9af845e8f41d88",
  7156. "shasum": ""
  7157. },
  7158. "require": {
  7159. "illuminate/console": "^9.21|^10.0|^11.0|^12.0",
  7160. "illuminate/filesystem": "^9.21|^10.0|^11.0|^12.0",
  7161. "illuminate/support": "^9.21|^10.0|^11.0|^12.0",
  7162. "illuminate/validation": "^9.21|^10.0|^11.0|^12.0",
  7163. "php": "^8.0",
  7164. "symfony/console": "^6.0|^7.0"
  7165. },
  7166. "require-dev": {
  7167. "orchestra/testbench": "^7.35|^8.15|^9.0|^10.0",
  7168. "phpunit/phpunit": "^9.3|^10.4|^11.5"
  7169. },
  7170. "type": "library",
  7171. "extra": {
  7172. "laravel": {
  7173. "providers": [
  7174. "Laravel\\Ui\\UiServiceProvider"
  7175. ]
  7176. },
  7177. "branch-alias": {
  7178. "dev-master": "4.x-dev"
  7179. }
  7180. },
  7181. "autoload": {
  7182. "psr-4": {
  7183. "Laravel\\Ui\\": "src/",
  7184. "Illuminate\\Foundation\\Auth\\": "auth-backend/"
  7185. }
  7186. },
  7187. "notification-url": "https://packagist.org/downloads/",
  7188. "license": [
  7189. "MIT"
  7190. ],
  7191. "authors": [
  7192. {
  7193. "name": "Taylor Otwell",
  7194. "email": "taylor@laravel.com"
  7195. }
  7196. ],
  7197. "description": "Laravel UI utilities and presets.",
  7198. "keywords": [
  7199. "laravel",
  7200. "ui"
  7201. ],
  7202. "support": {
  7203. "source": "https://github.com/laravel/ui/tree/v4.6.1"
  7204. },
  7205. "time": "2025-01-28T15:15:29+00:00"
  7206. },
  7207. {
  7208. "name": "mockery/mockery",
  7209. "version": "1.6.12",
  7210. "source": {
  7211. "type": "git",
  7212. "url": "https://github.com/mockery/mockery.git",
  7213. "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699"
  7214. },
  7215. "dist": {
  7216. "type": "zip",
  7217. "url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699",
  7218. "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699",
  7219. "shasum": ""
  7220. },
  7221. "require": {
  7222. "hamcrest/hamcrest-php": "^2.0.1",
  7223. "lib-pcre": ">=7.0",
  7224. "php": ">=7.3"
  7225. },
  7226. "conflict": {
  7227. "phpunit/phpunit": "<8.0"
  7228. },
  7229. "require-dev": {
  7230. "phpunit/phpunit": "^8.5 || ^9.6.17",
  7231. "symplify/easy-coding-standard": "^12.1.14"
  7232. },
  7233. "type": "library",
  7234. "autoload": {
  7235. "files": [
  7236. "library/helpers.php",
  7237. "library/Mockery.php"
  7238. ],
  7239. "psr-4": {
  7240. "Mockery\\": "library/Mockery"
  7241. }
  7242. },
  7243. "notification-url": "https://packagist.org/downloads/",
  7244. "license": [
  7245. "BSD-3-Clause"
  7246. ],
  7247. "authors": [
  7248. {
  7249. "name": "Pádraic Brady",
  7250. "email": "padraic.brady@gmail.com",
  7251. "homepage": "https://github.com/padraic",
  7252. "role": "Author"
  7253. },
  7254. {
  7255. "name": "Dave Marshall",
  7256. "email": "dave.marshall@atstsolutions.co.uk",
  7257. "homepage": "https://davedevelopment.co.uk",
  7258. "role": "Developer"
  7259. },
  7260. {
  7261. "name": "Nathanael Esayeas",
  7262. "email": "nathanael.esayeas@protonmail.com",
  7263. "homepage": "https://github.com/ghostwriter",
  7264. "role": "Lead Developer"
  7265. }
  7266. ],
  7267. "description": "Mockery is a simple yet flexible PHP mock object framework",
  7268. "homepage": "https://github.com/mockery/mockery",
  7269. "keywords": [
  7270. "BDD",
  7271. "TDD",
  7272. "library",
  7273. "mock",
  7274. "mock objects",
  7275. "mockery",
  7276. "stub",
  7277. "test",
  7278. "test double",
  7279. "testing"
  7280. ],
  7281. "support": {
  7282. "docs": "https://docs.mockery.io/",
  7283. "issues": "https://github.com/mockery/mockery/issues",
  7284. "rss": "https://github.com/mockery/mockery/releases.atom",
  7285. "security": "https://github.com/mockery/mockery/security/advisories",
  7286. "source": "https://github.com/mockery/mockery"
  7287. },
  7288. "time": "2024-05-16T03:13:13+00:00"
  7289. },
  7290. {
  7291. "name": "myclabs/deep-copy",
  7292. "version": "1.13.0",
  7293. "source": {
  7294. "type": "git",
  7295. "url": "https://github.com/myclabs/DeepCopy.git",
  7296. "reference": "024473a478be9df5fdaca2c793f2232fe788e414"
  7297. },
  7298. "dist": {
  7299. "type": "zip",
  7300. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/024473a478be9df5fdaca2c793f2232fe788e414",
  7301. "reference": "024473a478be9df5fdaca2c793f2232fe788e414",
  7302. "shasum": ""
  7303. },
  7304. "require": {
  7305. "php": "^7.1 || ^8.0"
  7306. },
  7307. "conflict": {
  7308. "doctrine/collections": "<1.6.8",
  7309. "doctrine/common": "<2.13.3 || >=3 <3.2.2"
  7310. },
  7311. "require-dev": {
  7312. "doctrine/collections": "^1.6.8",
  7313. "doctrine/common": "^2.13.3 || ^3.2.2",
  7314. "phpspec/prophecy": "^1.10",
  7315. "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
  7316. },
  7317. "type": "library",
  7318. "autoload": {
  7319. "files": [
  7320. "src/DeepCopy/deep_copy.php"
  7321. ],
  7322. "psr-4": {
  7323. "DeepCopy\\": "src/DeepCopy/"
  7324. }
  7325. },
  7326. "notification-url": "https://packagist.org/downloads/",
  7327. "license": [
  7328. "MIT"
  7329. ],
  7330. "description": "Create deep copies (clones) of your objects",
  7331. "keywords": [
  7332. "clone",
  7333. "copy",
  7334. "duplicate",
  7335. "object",
  7336. "object graph"
  7337. ],
  7338. "support": {
  7339. "issues": "https://github.com/myclabs/DeepCopy/issues",
  7340. "source": "https://github.com/myclabs/DeepCopy/tree/1.13.0"
  7341. },
  7342. "funding": [
  7343. {
  7344. "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
  7345. "type": "tidelift"
  7346. }
  7347. ],
  7348. "time": "2025-02-12T12:17:51+00:00"
  7349. },
  7350. {
  7351. "name": "nikic/php-parser",
  7352. "version": "v5.4.0",
  7353. "source": {
  7354. "type": "git",
  7355. "url": "https://github.com/nikic/PHP-Parser.git",
  7356. "reference": "447a020a1f875a434d62f2a401f53b82a396e494"
  7357. },
  7358. "dist": {
  7359. "type": "zip",
  7360. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494",
  7361. "reference": "447a020a1f875a434d62f2a401f53b82a396e494",
  7362. "shasum": ""
  7363. },
  7364. "require": {
  7365. "ext-ctype": "*",
  7366. "ext-json": "*",
  7367. "ext-tokenizer": "*",
  7368. "php": ">=7.4"
  7369. },
  7370. "require-dev": {
  7371. "ircmaxell/php-yacc": "^0.0.7",
  7372. "phpunit/phpunit": "^9.0"
  7373. },
  7374. "bin": [
  7375. "bin/php-parse"
  7376. ],
  7377. "type": "library",
  7378. "extra": {
  7379. "branch-alias": {
  7380. "dev-master": "5.0-dev"
  7381. }
  7382. },
  7383. "autoload": {
  7384. "psr-4": {
  7385. "PhpParser\\": "lib/PhpParser"
  7386. }
  7387. },
  7388. "notification-url": "https://packagist.org/downloads/",
  7389. "license": [
  7390. "BSD-3-Clause"
  7391. ],
  7392. "authors": [
  7393. {
  7394. "name": "Nikita Popov"
  7395. }
  7396. ],
  7397. "description": "A PHP parser written in PHP",
  7398. "keywords": [
  7399. "parser",
  7400. "php"
  7401. ],
  7402. "support": {
  7403. "issues": "https://github.com/nikic/PHP-Parser/issues",
  7404. "source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0"
  7405. },
  7406. "time": "2024-12-30T11:07:19+00:00"
  7407. },
  7408. {
  7409. "name": "nunomaduro/collision",
  7410. "version": "v8.8.0",
  7411. "source": {
  7412. "type": "git",
  7413. "url": "https://github.com/nunomaduro/collision.git",
  7414. "reference": "4cf9f3b47afff38b139fb79ce54fc71799022ce8"
  7415. },
  7416. "dist": {
  7417. "type": "zip",
  7418. "url": "https://api.github.com/repos/nunomaduro/collision/zipball/4cf9f3b47afff38b139fb79ce54fc71799022ce8",
  7419. "reference": "4cf9f3b47afff38b139fb79ce54fc71799022ce8",
  7420. "shasum": ""
  7421. },
  7422. "require": {
  7423. "filp/whoops": "^2.18.0",
  7424. "nunomaduro/termwind": "^2.3.0",
  7425. "php": "^8.2.0",
  7426. "symfony/console": "^7.2.5"
  7427. },
  7428. "conflict": {
  7429. "laravel/framework": "<11.44.2 || >=13.0.0",
  7430. "phpunit/phpunit": "<11.5.15 || >=13.0.0"
  7431. },
  7432. "require-dev": {
  7433. "brianium/paratest": "^7.8.3",
  7434. "larastan/larastan": "^3.2",
  7435. "laravel/framework": "^11.44.2 || ^12.6",
  7436. "laravel/pint": "^1.21.2",
  7437. "laravel/sail": "^1.41.0",
  7438. "laravel/sanctum": "^4.0.8",
  7439. "laravel/tinker": "^2.10.1",
  7440. "orchestra/testbench-core": "^9.12.0 || ^10.1",
  7441. "pestphp/pest": "^3.8.0",
  7442. "sebastian/environment": "^7.2.0 || ^8.0"
  7443. },
  7444. "type": "library",
  7445. "extra": {
  7446. "laravel": {
  7447. "providers": [
  7448. "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
  7449. ]
  7450. },
  7451. "branch-alias": {
  7452. "dev-8.x": "8.x-dev"
  7453. }
  7454. },
  7455. "autoload": {
  7456. "files": [
  7457. "./src/Adapters/Phpunit/Autoload.php"
  7458. ],
  7459. "psr-4": {
  7460. "NunoMaduro\\Collision\\": "src/"
  7461. }
  7462. },
  7463. "notification-url": "https://packagist.org/downloads/",
  7464. "license": [
  7465. "MIT"
  7466. ],
  7467. "authors": [
  7468. {
  7469. "name": "Nuno Maduro",
  7470. "email": "enunomaduro@gmail.com"
  7471. }
  7472. ],
  7473. "description": "Cli error handling for console/command-line PHP applications.",
  7474. "keywords": [
  7475. "artisan",
  7476. "cli",
  7477. "command-line",
  7478. "console",
  7479. "dev",
  7480. "error",
  7481. "handling",
  7482. "laravel",
  7483. "laravel-zero",
  7484. "php",
  7485. "symfony"
  7486. ],
  7487. "support": {
  7488. "issues": "https://github.com/nunomaduro/collision/issues",
  7489. "source": "https://github.com/nunomaduro/collision"
  7490. },
  7491. "funding": [
  7492. {
  7493. "url": "https://www.paypal.com/paypalme/enunomaduro",
  7494. "type": "custom"
  7495. },
  7496. {
  7497. "url": "https://github.com/nunomaduro",
  7498. "type": "github"
  7499. },
  7500. {
  7501. "url": "https://www.patreon.com/nunomaduro",
  7502. "type": "patreon"
  7503. }
  7504. ],
  7505. "time": "2025-04-03T14:33:09+00:00"
  7506. },
  7507. {
  7508. "name": "phar-io/manifest",
  7509. "version": "2.0.4",
  7510. "source": {
  7511. "type": "git",
  7512. "url": "https://github.com/phar-io/manifest.git",
  7513. "reference": "54750ef60c58e43759730615a392c31c80e23176"
  7514. },
  7515. "dist": {
  7516. "type": "zip",
  7517. "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
  7518. "reference": "54750ef60c58e43759730615a392c31c80e23176",
  7519. "shasum": ""
  7520. },
  7521. "require": {
  7522. "ext-dom": "*",
  7523. "ext-libxml": "*",
  7524. "ext-phar": "*",
  7525. "ext-xmlwriter": "*",
  7526. "phar-io/version": "^3.0.1",
  7527. "php": "^7.2 || ^8.0"
  7528. },
  7529. "type": "library",
  7530. "extra": {
  7531. "branch-alias": {
  7532. "dev-master": "2.0.x-dev"
  7533. }
  7534. },
  7535. "autoload": {
  7536. "classmap": [
  7537. "src/"
  7538. ]
  7539. },
  7540. "notification-url": "https://packagist.org/downloads/",
  7541. "license": [
  7542. "BSD-3-Clause"
  7543. ],
  7544. "authors": [
  7545. {
  7546. "name": "Arne Blankerts",
  7547. "email": "arne@blankerts.de",
  7548. "role": "Developer"
  7549. },
  7550. {
  7551. "name": "Sebastian Heuer",
  7552. "email": "sebastian@phpeople.de",
  7553. "role": "Developer"
  7554. },
  7555. {
  7556. "name": "Sebastian Bergmann",
  7557. "email": "sebastian@phpunit.de",
  7558. "role": "Developer"
  7559. }
  7560. ],
  7561. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  7562. "support": {
  7563. "issues": "https://github.com/phar-io/manifest/issues",
  7564. "source": "https://github.com/phar-io/manifest/tree/2.0.4"
  7565. },
  7566. "funding": [
  7567. {
  7568. "url": "https://github.com/theseer",
  7569. "type": "github"
  7570. }
  7571. ],
  7572. "time": "2024-03-03T12:33:53+00:00"
  7573. },
  7574. {
  7575. "name": "phar-io/version",
  7576. "version": "3.2.1",
  7577. "source": {
  7578. "type": "git",
  7579. "url": "https://github.com/phar-io/version.git",
  7580. "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
  7581. },
  7582. "dist": {
  7583. "type": "zip",
  7584. "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
  7585. "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
  7586. "shasum": ""
  7587. },
  7588. "require": {
  7589. "php": "^7.2 || ^8.0"
  7590. },
  7591. "type": "library",
  7592. "autoload": {
  7593. "classmap": [
  7594. "src/"
  7595. ]
  7596. },
  7597. "notification-url": "https://packagist.org/downloads/",
  7598. "license": [
  7599. "BSD-3-Clause"
  7600. ],
  7601. "authors": [
  7602. {
  7603. "name": "Arne Blankerts",
  7604. "email": "arne@blankerts.de",
  7605. "role": "Developer"
  7606. },
  7607. {
  7608. "name": "Sebastian Heuer",
  7609. "email": "sebastian@phpeople.de",
  7610. "role": "Developer"
  7611. },
  7612. {
  7613. "name": "Sebastian Bergmann",
  7614. "email": "sebastian@phpunit.de",
  7615. "role": "Developer"
  7616. }
  7617. ],
  7618. "description": "Library for handling version information and constraints",
  7619. "support": {
  7620. "issues": "https://github.com/phar-io/version/issues",
  7621. "source": "https://github.com/phar-io/version/tree/3.2.1"
  7622. },
  7623. "time": "2022-02-21T01:04:05+00:00"
  7624. },
  7625. {
  7626. "name": "php-debugbar/php-debugbar",
  7627. "version": "v2.1.6",
  7628. "source": {
  7629. "type": "git",
  7630. "url": "https://github.com/php-debugbar/php-debugbar.git",
  7631. "reference": "16fa68da5617220594aa5e33fa9de415f94784a0"
  7632. },
  7633. "dist": {
  7634. "type": "zip",
  7635. "url": "https://api.github.com/repos/php-debugbar/php-debugbar/zipball/16fa68da5617220594aa5e33fa9de415f94784a0",
  7636. "reference": "16fa68da5617220594aa5e33fa9de415f94784a0",
  7637. "shasum": ""
  7638. },
  7639. "require": {
  7640. "php": "^8",
  7641. "psr/log": "^1|^2|^3",
  7642. "symfony/var-dumper": "^4|^5|^6|^7"
  7643. },
  7644. "require-dev": {
  7645. "dbrekelmans/bdi": "^1",
  7646. "phpunit/phpunit": "^8|^9",
  7647. "symfony/panther": "^1|^2.1",
  7648. "twig/twig": "^1.38|^2.7|^3.0"
  7649. },
  7650. "suggest": {
  7651. "kriswallsmith/assetic": "The best way to manage assets",
  7652. "monolog/monolog": "Log using Monolog",
  7653. "predis/predis": "Redis storage"
  7654. },
  7655. "type": "library",
  7656. "extra": {
  7657. "branch-alias": {
  7658. "dev-master": "2.0-dev"
  7659. }
  7660. },
  7661. "autoload": {
  7662. "psr-4": {
  7663. "DebugBar\\": "src/DebugBar/"
  7664. }
  7665. },
  7666. "notification-url": "https://packagist.org/downloads/",
  7667. "license": [
  7668. "MIT"
  7669. ],
  7670. "authors": [
  7671. {
  7672. "name": "Maxime Bouroumeau-Fuseau",
  7673. "email": "maxime.bouroumeau@gmail.com",
  7674. "homepage": "http://maximebf.com"
  7675. },
  7676. {
  7677. "name": "Barry vd. Heuvel",
  7678. "email": "barryvdh@gmail.com"
  7679. }
  7680. ],
  7681. "description": "Debug bar in the browser for php application",
  7682. "homepage": "https://github.com/php-debugbar/php-debugbar",
  7683. "keywords": [
  7684. "debug",
  7685. "debug bar",
  7686. "debugbar",
  7687. "dev"
  7688. ],
  7689. "support": {
  7690. "issues": "https://github.com/php-debugbar/php-debugbar/issues",
  7691. "source": "https://github.com/php-debugbar/php-debugbar/tree/v2.1.6"
  7692. },
  7693. "time": "2025-02-21T17:47:03+00:00"
  7694. },
  7695. {
  7696. "name": "phpstan/extension-installer",
  7697. "version": "1.4.3",
  7698. "source": {
  7699. "type": "git",
  7700. "url": "https://github.com/phpstan/extension-installer.git",
  7701. "reference": "85e90b3942d06b2326fba0403ec24fe912372936"
  7702. },
  7703. "dist": {
  7704. "type": "zip",
  7705. "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/85e90b3942d06b2326fba0403ec24fe912372936",
  7706. "reference": "85e90b3942d06b2326fba0403ec24fe912372936",
  7707. "shasum": ""
  7708. },
  7709. "require": {
  7710. "composer-plugin-api": "^2.0",
  7711. "php": "^7.2 || ^8.0",
  7712. "phpstan/phpstan": "^1.9.0 || ^2.0"
  7713. },
  7714. "require-dev": {
  7715. "composer/composer": "^2.0",
  7716. "php-parallel-lint/php-parallel-lint": "^1.2.0",
  7717. "phpstan/phpstan-strict-rules": "^0.11 || ^0.12 || ^1.0"
  7718. },
  7719. "type": "composer-plugin",
  7720. "extra": {
  7721. "class": "PHPStan\\ExtensionInstaller\\Plugin"
  7722. },
  7723. "autoload": {
  7724. "psr-4": {
  7725. "PHPStan\\ExtensionInstaller\\": "src/"
  7726. }
  7727. },
  7728. "notification-url": "https://packagist.org/downloads/",
  7729. "license": [
  7730. "MIT"
  7731. ],
  7732. "description": "Composer plugin for automatic installation of PHPStan extensions",
  7733. "keywords": [
  7734. "dev",
  7735. "static analysis"
  7736. ],
  7737. "support": {
  7738. "issues": "https://github.com/phpstan/extension-installer/issues",
  7739. "source": "https://github.com/phpstan/extension-installer/tree/1.4.3"
  7740. },
  7741. "time": "2024-09-04T20:21:43+00:00"
  7742. },
  7743. {
  7744. "name": "phpstan/phpstan",
  7745. "version": "2.1.11",
  7746. "source": {
  7747. "type": "git",
  7748. "url": "https://github.com/phpstan/phpstan.git",
  7749. "reference": "8ca5f79a8f63c49b2359065832a654e1ec70ac30"
  7750. },
  7751. "dist": {
  7752. "type": "zip",
  7753. "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8ca5f79a8f63c49b2359065832a654e1ec70ac30",
  7754. "reference": "8ca5f79a8f63c49b2359065832a654e1ec70ac30",
  7755. "shasum": ""
  7756. },
  7757. "require": {
  7758. "php": "^7.4|^8.0"
  7759. },
  7760. "conflict": {
  7761. "phpstan/phpstan-shim": "*"
  7762. },
  7763. "bin": [
  7764. "phpstan",
  7765. "phpstan.phar"
  7766. ],
  7767. "type": "library",
  7768. "autoload": {
  7769. "files": [
  7770. "bootstrap.php"
  7771. ]
  7772. },
  7773. "notification-url": "https://packagist.org/downloads/",
  7774. "license": [
  7775. "MIT"
  7776. ],
  7777. "description": "PHPStan - PHP Static Analysis Tool",
  7778. "keywords": [
  7779. "dev",
  7780. "static analysis"
  7781. ],
  7782. "support": {
  7783. "docs": "https://phpstan.org/user-guide/getting-started",
  7784. "forum": "https://github.com/phpstan/phpstan/discussions",
  7785. "issues": "https://github.com/phpstan/phpstan/issues",
  7786. "security": "https://github.com/phpstan/phpstan/security/policy",
  7787. "source": "https://github.com/phpstan/phpstan-src"
  7788. },
  7789. "funding": [
  7790. {
  7791. "url": "https://github.com/ondrejmirtes",
  7792. "type": "github"
  7793. },
  7794. {
  7795. "url": "https://github.com/phpstan",
  7796. "type": "github"
  7797. }
  7798. ],
  7799. "time": "2025-03-24T13:45:00+00:00"
  7800. },
  7801. {
  7802. "name": "phpstan/phpstan-deprecation-rules",
  7803. "version": "2.0.1",
  7804. "source": {
  7805. "type": "git",
  7806. "url": "https://github.com/phpstan/phpstan-deprecation-rules.git",
  7807. "reference": "1cc1259cb91ee4cfbb5c39bca9f635f067c910b4"
  7808. },
  7809. "dist": {
  7810. "type": "zip",
  7811. "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/1cc1259cb91ee4cfbb5c39bca9f635f067c910b4",
  7812. "reference": "1cc1259cb91ee4cfbb5c39bca9f635f067c910b4",
  7813. "shasum": ""
  7814. },
  7815. "require": {
  7816. "php": "^7.4 || ^8.0",
  7817. "phpstan/phpstan": "^2.0"
  7818. },
  7819. "require-dev": {
  7820. "php-parallel-lint/php-parallel-lint": "^1.2",
  7821. "phpstan/phpstan-phpunit": "^2.0",
  7822. "phpunit/phpunit": "^9.6"
  7823. },
  7824. "type": "phpstan-extension",
  7825. "extra": {
  7826. "phpstan": {
  7827. "includes": [
  7828. "rules.neon"
  7829. ]
  7830. }
  7831. },
  7832. "autoload": {
  7833. "psr-4": {
  7834. "PHPStan\\": "src/"
  7835. }
  7836. },
  7837. "notification-url": "https://packagist.org/downloads/",
  7838. "license": [
  7839. "MIT"
  7840. ],
  7841. "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.",
  7842. "support": {
  7843. "issues": "https://github.com/phpstan/phpstan-deprecation-rules/issues",
  7844. "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/2.0.1"
  7845. },
  7846. "time": "2024-11-28T21:56:36+00:00"
  7847. },
  7848. {
  7849. "name": "phpstan/phpstan-strict-rules",
  7850. "version": "2.0.4",
  7851. "source": {
  7852. "type": "git",
  7853. "url": "https://github.com/phpstan/phpstan-strict-rules.git",
  7854. "reference": "3e139cbe67fafa3588e1dbe27ca50f31fdb6236a"
  7855. },
  7856. "dist": {
  7857. "type": "zip",
  7858. "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/3e139cbe67fafa3588e1dbe27ca50f31fdb6236a",
  7859. "reference": "3e139cbe67fafa3588e1dbe27ca50f31fdb6236a",
  7860. "shasum": ""
  7861. },
  7862. "require": {
  7863. "php": "^7.4 || ^8.0",
  7864. "phpstan/phpstan": "^2.0.4"
  7865. },
  7866. "require-dev": {
  7867. "php-parallel-lint/php-parallel-lint": "^1.2",
  7868. "phpstan/phpstan-deprecation-rules": "^2.0",
  7869. "phpstan/phpstan-phpunit": "^2.0",
  7870. "phpunit/phpunit": "^9.6"
  7871. },
  7872. "type": "phpstan-extension",
  7873. "extra": {
  7874. "phpstan": {
  7875. "includes": [
  7876. "rules.neon"
  7877. ]
  7878. }
  7879. },
  7880. "autoload": {
  7881. "psr-4": {
  7882. "PHPStan\\": "src/"
  7883. }
  7884. },
  7885. "notification-url": "https://packagist.org/downloads/",
  7886. "license": [
  7887. "MIT"
  7888. ],
  7889. "description": "Extra strict and opinionated rules for PHPStan",
  7890. "support": {
  7891. "issues": "https://github.com/phpstan/phpstan-strict-rules/issues",
  7892. "source": "https://github.com/phpstan/phpstan-strict-rules/tree/2.0.4"
  7893. },
  7894. "time": "2025-03-18T11:42:40+00:00"
  7895. },
  7896. {
  7897. "name": "phpunit/php-code-coverage",
  7898. "version": "12.1.2",
  7899. "source": {
  7900. "type": "git",
  7901. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  7902. "reference": "05c33d01a856f9f62488d144bafddc3d7b7a4ebb"
  7903. },
  7904. "dist": {
  7905. "type": "zip",
  7906. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/05c33d01a856f9f62488d144bafddc3d7b7a4ebb",
  7907. "reference": "05c33d01a856f9f62488d144bafddc3d7b7a4ebb",
  7908. "shasum": ""
  7909. },
  7910. "require": {
  7911. "ext-dom": "*",
  7912. "ext-libxml": "*",
  7913. "ext-xmlwriter": "*",
  7914. "nikic/php-parser": "^5.4.0",
  7915. "php": ">=8.3",
  7916. "phpunit/php-file-iterator": "^6.0",
  7917. "phpunit/php-text-template": "^5.0",
  7918. "sebastian/complexity": "^5.0",
  7919. "sebastian/environment": "^8.0",
  7920. "sebastian/lines-of-code": "^4.0",
  7921. "sebastian/version": "^6.0",
  7922. "theseer/tokenizer": "^1.2.3"
  7923. },
  7924. "require-dev": {
  7925. "phpunit/phpunit": "^12.0"
  7926. },
  7927. "suggest": {
  7928. "ext-pcov": "PHP extension that provides line coverage",
  7929. "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
  7930. },
  7931. "type": "library",
  7932. "extra": {
  7933. "branch-alias": {
  7934. "dev-main": "12.1.x-dev"
  7935. }
  7936. },
  7937. "autoload": {
  7938. "classmap": [
  7939. "src/"
  7940. ]
  7941. },
  7942. "notification-url": "https://packagist.org/downloads/",
  7943. "license": [
  7944. "BSD-3-Clause"
  7945. ],
  7946. "authors": [
  7947. {
  7948. "name": "Sebastian Bergmann",
  7949. "email": "sebastian@phpunit.de",
  7950. "role": "lead"
  7951. }
  7952. ],
  7953. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  7954. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  7955. "keywords": [
  7956. "coverage",
  7957. "testing",
  7958. "xunit"
  7959. ],
  7960. "support": {
  7961. "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
  7962. "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
  7963. "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/12.1.2"
  7964. },
  7965. "funding": [
  7966. {
  7967. "url": "https://github.com/sebastianbergmann",
  7968. "type": "github"
  7969. }
  7970. ],
  7971. "time": "2025-04-03T14:34:39+00:00"
  7972. },
  7973. {
  7974. "name": "phpunit/php-file-iterator",
  7975. "version": "6.0.0",
  7976. "source": {
  7977. "type": "git",
  7978. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  7979. "reference": "961bc913d42fe24a257bfff826a5068079ac7782"
  7980. },
  7981. "dist": {
  7982. "type": "zip",
  7983. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/961bc913d42fe24a257bfff826a5068079ac7782",
  7984. "reference": "961bc913d42fe24a257bfff826a5068079ac7782",
  7985. "shasum": ""
  7986. },
  7987. "require": {
  7988. "php": ">=8.3"
  7989. },
  7990. "require-dev": {
  7991. "phpunit/phpunit": "^12.0"
  7992. },
  7993. "type": "library",
  7994. "extra": {
  7995. "branch-alias": {
  7996. "dev-main": "6.0-dev"
  7997. }
  7998. },
  7999. "autoload": {
  8000. "classmap": [
  8001. "src/"
  8002. ]
  8003. },
  8004. "notification-url": "https://packagist.org/downloads/",
  8005. "license": [
  8006. "BSD-3-Clause"
  8007. ],
  8008. "authors": [
  8009. {
  8010. "name": "Sebastian Bergmann",
  8011. "email": "sebastian@phpunit.de",
  8012. "role": "lead"
  8013. }
  8014. ],
  8015. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  8016. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  8017. "keywords": [
  8018. "filesystem",
  8019. "iterator"
  8020. ],
  8021. "support": {
  8022. "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
  8023. "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
  8024. "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/6.0.0"
  8025. },
  8026. "funding": [
  8027. {
  8028. "url": "https://github.com/sebastianbergmann",
  8029. "type": "github"
  8030. }
  8031. ],
  8032. "time": "2025-02-07T04:58:37+00:00"
  8033. },
  8034. {
  8035. "name": "phpunit/php-invoker",
  8036. "version": "6.0.0",
  8037. "source": {
  8038. "type": "git",
  8039. "url": "https://github.com/sebastianbergmann/php-invoker.git",
  8040. "reference": "12b54e689b07a25a9b41e57736dfab6ec9ae5406"
  8041. },
  8042. "dist": {
  8043. "type": "zip",
  8044. "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/12b54e689b07a25a9b41e57736dfab6ec9ae5406",
  8045. "reference": "12b54e689b07a25a9b41e57736dfab6ec9ae5406",
  8046. "shasum": ""
  8047. },
  8048. "require": {
  8049. "php": ">=8.3"
  8050. },
  8051. "require-dev": {
  8052. "ext-pcntl": "*",
  8053. "phpunit/phpunit": "^12.0"
  8054. },
  8055. "suggest": {
  8056. "ext-pcntl": "*"
  8057. },
  8058. "type": "library",
  8059. "extra": {
  8060. "branch-alias": {
  8061. "dev-main": "6.0-dev"
  8062. }
  8063. },
  8064. "autoload": {
  8065. "classmap": [
  8066. "src/"
  8067. ]
  8068. },
  8069. "notification-url": "https://packagist.org/downloads/",
  8070. "license": [
  8071. "BSD-3-Clause"
  8072. ],
  8073. "authors": [
  8074. {
  8075. "name": "Sebastian Bergmann",
  8076. "email": "sebastian@phpunit.de",
  8077. "role": "lead"
  8078. }
  8079. ],
  8080. "description": "Invoke callables with a timeout",
  8081. "homepage": "https://github.com/sebastianbergmann/php-invoker/",
  8082. "keywords": [
  8083. "process"
  8084. ],
  8085. "support": {
  8086. "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
  8087. "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
  8088. "source": "https://github.com/sebastianbergmann/php-invoker/tree/6.0.0"
  8089. },
  8090. "funding": [
  8091. {
  8092. "url": "https://github.com/sebastianbergmann",
  8093. "type": "github"
  8094. }
  8095. ],
  8096. "time": "2025-02-07T04:58:58+00:00"
  8097. },
  8098. {
  8099. "name": "phpunit/php-text-template",
  8100. "version": "5.0.0",
  8101. "source": {
  8102. "type": "git",
  8103. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  8104. "reference": "e1367a453f0eda562eedb4f659e13aa900d66c53"
  8105. },
  8106. "dist": {
  8107. "type": "zip",
  8108. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/e1367a453f0eda562eedb4f659e13aa900d66c53",
  8109. "reference": "e1367a453f0eda562eedb4f659e13aa900d66c53",
  8110. "shasum": ""
  8111. },
  8112. "require": {
  8113. "php": ">=8.3"
  8114. },
  8115. "require-dev": {
  8116. "phpunit/phpunit": "^12.0"
  8117. },
  8118. "type": "library",
  8119. "extra": {
  8120. "branch-alias": {
  8121. "dev-main": "5.0-dev"
  8122. }
  8123. },
  8124. "autoload": {
  8125. "classmap": [
  8126. "src/"
  8127. ]
  8128. },
  8129. "notification-url": "https://packagist.org/downloads/",
  8130. "license": [
  8131. "BSD-3-Clause"
  8132. ],
  8133. "authors": [
  8134. {
  8135. "name": "Sebastian Bergmann",
  8136. "email": "sebastian@phpunit.de",
  8137. "role": "lead"
  8138. }
  8139. ],
  8140. "description": "Simple template engine.",
  8141. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  8142. "keywords": [
  8143. "template"
  8144. ],
  8145. "support": {
  8146. "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
  8147. "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
  8148. "source": "https://github.com/sebastianbergmann/php-text-template/tree/5.0.0"
  8149. },
  8150. "funding": [
  8151. {
  8152. "url": "https://github.com/sebastianbergmann",
  8153. "type": "github"
  8154. }
  8155. ],
  8156. "time": "2025-02-07T04:59:16+00:00"
  8157. },
  8158. {
  8159. "name": "phpunit/php-timer",
  8160. "version": "8.0.0",
  8161. "source": {
  8162. "type": "git",
  8163. "url": "https://github.com/sebastianbergmann/php-timer.git",
  8164. "reference": "f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc"
  8165. },
  8166. "dist": {
  8167. "type": "zip",
  8168. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc",
  8169. "reference": "f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc",
  8170. "shasum": ""
  8171. },
  8172. "require": {
  8173. "php": ">=8.3"
  8174. },
  8175. "require-dev": {
  8176. "phpunit/phpunit": "^12.0"
  8177. },
  8178. "type": "library",
  8179. "extra": {
  8180. "branch-alias": {
  8181. "dev-main": "8.0-dev"
  8182. }
  8183. },
  8184. "autoload": {
  8185. "classmap": [
  8186. "src/"
  8187. ]
  8188. },
  8189. "notification-url": "https://packagist.org/downloads/",
  8190. "license": [
  8191. "BSD-3-Clause"
  8192. ],
  8193. "authors": [
  8194. {
  8195. "name": "Sebastian Bergmann",
  8196. "email": "sebastian@phpunit.de",
  8197. "role": "lead"
  8198. }
  8199. ],
  8200. "description": "Utility class for timing",
  8201. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  8202. "keywords": [
  8203. "timer"
  8204. ],
  8205. "support": {
  8206. "issues": "https://github.com/sebastianbergmann/php-timer/issues",
  8207. "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
  8208. "source": "https://github.com/sebastianbergmann/php-timer/tree/8.0.0"
  8209. },
  8210. "funding": [
  8211. {
  8212. "url": "https://github.com/sebastianbergmann",
  8213. "type": "github"
  8214. }
  8215. ],
  8216. "time": "2025-02-07T04:59:38+00:00"
  8217. },
  8218. {
  8219. "name": "phpunit/phpunit",
  8220. "version": "12.1.0",
  8221. "source": {
  8222. "type": "git",
  8223. "url": "https://github.com/sebastianbergmann/phpunit.git",
  8224. "reference": "c433e7972440e1370a26879bb54c359f8898aa3a"
  8225. },
  8226. "dist": {
  8227. "type": "zip",
  8228. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c433e7972440e1370a26879bb54c359f8898aa3a",
  8229. "reference": "c433e7972440e1370a26879bb54c359f8898aa3a",
  8230. "shasum": ""
  8231. },
  8232. "require": {
  8233. "ext-dom": "*",
  8234. "ext-json": "*",
  8235. "ext-libxml": "*",
  8236. "ext-mbstring": "*",
  8237. "ext-xml": "*",
  8238. "ext-xmlwriter": "*",
  8239. "myclabs/deep-copy": "^1.13.0",
  8240. "phar-io/manifest": "^2.0.4",
  8241. "phar-io/version": "^3.2.1",
  8242. "php": ">=8.3",
  8243. "phpunit/php-code-coverage": "^12.1.2",
  8244. "phpunit/php-file-iterator": "^6.0.0",
  8245. "phpunit/php-invoker": "^6.0.0",
  8246. "phpunit/php-text-template": "^5.0.0",
  8247. "phpunit/php-timer": "^8.0.0",
  8248. "sebastian/cli-parser": "^4.0.0",
  8249. "sebastian/comparator": "^7.0.1",
  8250. "sebastian/diff": "^7.0.0",
  8251. "sebastian/environment": "^8.0.0",
  8252. "sebastian/exporter": "^7.0.0",
  8253. "sebastian/global-state": "^8.0.0",
  8254. "sebastian/object-enumerator": "^7.0.0",
  8255. "sebastian/type": "^6.0.2",
  8256. "sebastian/version": "^6.0.0",
  8257. "staabm/side-effects-detector": "^1.0.5"
  8258. },
  8259. "bin": [
  8260. "phpunit"
  8261. ],
  8262. "type": "library",
  8263. "extra": {
  8264. "branch-alias": {
  8265. "dev-main": "12.1-dev"
  8266. }
  8267. },
  8268. "autoload": {
  8269. "files": [
  8270. "src/Framework/Assert/Functions.php"
  8271. ],
  8272. "classmap": [
  8273. "src/"
  8274. ]
  8275. },
  8276. "notification-url": "https://packagist.org/downloads/",
  8277. "license": [
  8278. "BSD-3-Clause"
  8279. ],
  8280. "authors": [
  8281. {
  8282. "name": "Sebastian Bergmann",
  8283. "email": "sebastian@phpunit.de",
  8284. "role": "lead"
  8285. }
  8286. ],
  8287. "description": "The PHP Unit Testing framework.",
  8288. "homepage": "https://phpunit.de/",
  8289. "keywords": [
  8290. "phpunit",
  8291. "testing",
  8292. "xunit"
  8293. ],
  8294. "support": {
  8295. "issues": "https://github.com/sebastianbergmann/phpunit/issues",
  8296. "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
  8297. "source": "https://github.com/sebastianbergmann/phpunit/tree/12.1.0"
  8298. },
  8299. "funding": [
  8300. {
  8301. "url": "https://phpunit.de/sponsors.html",
  8302. "type": "custom"
  8303. },
  8304. {
  8305. "url": "https://github.com/sebastianbergmann",
  8306. "type": "github"
  8307. },
  8308. {
  8309. "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
  8310. "type": "tidelift"
  8311. }
  8312. ],
  8313. "time": "2025-04-04T04:10:58+00:00"
  8314. },
  8315. {
  8316. "name": "roave/security-advisories",
  8317. "version": "dev-master",
  8318. "source": {
  8319. "type": "git",
  8320. "url": "https://github.com/Roave/SecurityAdvisories.git",
  8321. "reference": "975c081c7e430d0316a94047e5d8ab26e0a8f49e"
  8322. },
  8323. "dist": {
  8324. "type": "zip",
  8325. "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/975c081c7e430d0316a94047e5d8ab26e0a8f49e",
  8326. "reference": "975c081c7e430d0316a94047e5d8ab26e0a8f49e",
  8327. "shasum": ""
  8328. },
  8329. "conflict": {
  8330. "3f/pygmentize": "<1.2",
  8331. "admidio/admidio": "<4.3.12",
  8332. "adodb/adodb-php": "<=5.20.20|>=5.21,<=5.21.3",
  8333. "aheinze/cockpit": "<2.2",
  8334. "aimeos/ai-admin-graphql": ">=2022.04.1,<2022.10.10|>=2023.04.1,<2023.10.6|>=2024.04.1,<2024.07.2",
  8335. "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",
  8336. "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",
  8337. "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",
  8338. "aimeos/aimeos-core": ">=2022.04.1,<2022.10.17|>=2023.04.1,<2023.10.17|>=2024.04.1,<2024.04.7",
  8339. "aimeos/aimeos-typo3": "<19.10.12|>=20,<20.10.5",
  8340. "airesvsg/acf-to-rest-api": "<=3.1",
  8341. "akaunting/akaunting": "<2.1.13",
  8342. "akeneo/pim-community-dev": "<5.0.119|>=6,<6.0.53",
  8343. "alextselegidis/easyappointments": "<=1.5",
  8344. "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
  8345. "amazing/media2click": ">=1,<1.3.3",
  8346. "ameos/ameos_tarteaucitron": "<1.2.23",
  8347. "amphp/artax": "<1.0.6|>=2,<2.0.6",
  8348. "amphp/http": "<=1.7.2|>=2,<=2.1",
  8349. "amphp/http-client": ">=4,<4.4",
  8350. "anchorcms/anchor-cms": "<=0.12.7",
  8351. "andreapollastri/cipi": "<=3.1.15",
  8352. "andrewhaine/silverstripe-form-capture": ">=0.2,<=0.2.3|>=1,<1.0.2|>=2,<2.2.5",
  8353. "apache-solr-for-typo3/solr": "<2.8.3",
  8354. "apereo/phpcas": "<1.6",
  8355. "api-platform/core": "<4.0.22",
  8356. "api-platform/graphql": "<4.0.22",
  8357. "appwrite/server-ce": "<=1.2.1",
  8358. "arc/web": "<3",
  8359. "area17/twill": "<1.2.5|>=2,<2.5.3",
  8360. "artesaos/seotools": "<0.17.2",
  8361. "asymmetricrypt/asymmetricrypt": "<9.9.99",
  8362. "athlon1600/php-proxy": "<=5.1",
  8363. "athlon1600/php-proxy-app": "<=3",
  8364. "athlon1600/youtube-downloader": "<=4",
  8365. "austintoddj/canvas": "<=3.4.2",
  8366. "auth0/wordpress": "<=4.6",
  8367. "automad/automad": "<2.0.0.0-alpha5",
  8368. "automattic/jetpack": "<9.8",
  8369. "awesome-support/awesome-support": "<=6.0.7",
  8370. "aws/aws-sdk-php": "<3.288.1",
  8371. "azuracast/azuracast": "<0.18.3",
  8372. "backdrop/backdrop": "<1.27.3|>=1.28,<1.28.2",
  8373. "backpack/crud": "<3.4.9",
  8374. "backpack/filemanager": "<2.0.2|>=3,<3.0.9",
  8375. "bacula-web/bacula-web": "<8.0.0.0-RC2-dev",
  8376. "badaso/core": "<2.7",
  8377. "bagisto/bagisto": "<2.1",
  8378. "barrelstrength/sprout-base-email": "<1.2.7",
  8379. "barrelstrength/sprout-forms": "<3.9",
  8380. "barryvdh/laravel-translation-manager": "<0.6.2",
  8381. "barzahlen/barzahlen-php": "<2.0.1",
  8382. "baserproject/basercms": "<=5.1.1",
  8383. "bassjobsen/bootstrap-3-typeahead": ">4.0.2",
  8384. "bbpress/bbpress": "<2.6.5",
  8385. "bcosca/fatfree": "<3.7.2",
  8386. "bedita/bedita": "<4",
  8387. "bigfork/silverstripe-form-capture": ">=3,<3.1.1",
  8388. "billz/raspap-webgui": "<=3.1.4",
  8389. "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",
  8390. "blueimp/jquery-file-upload": "==6.4.4",
  8391. "bmarshall511/wordpress_zero_spam": "<5.2.13",
  8392. "bolt/bolt": "<3.7.2",
  8393. "bolt/core": "<=4.2",
  8394. "born05/craft-twofactorauthentication": "<3.3.4",
  8395. "bottelet/flarepoint": "<2.2.1",
  8396. "bref/bref": "<2.1.17",
  8397. "brightlocal/phpwhois": "<=4.2.5",
  8398. "brotkrueml/codehighlight": "<2.7",
  8399. "brotkrueml/schema": "<1.13.1|>=2,<2.5.1",
  8400. "brotkrueml/typo3-matomo-integration": "<1.3.2",
  8401. "buddypress/buddypress": "<7.2.1",
  8402. "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
  8403. "bytefury/crater": "<6.0.2",
  8404. "cachethq/cachet": "<2.5.1",
  8405. "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",
  8406. "cakephp/database": ">=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10",
  8407. "cardgate/magento2": "<2.0.33",
  8408. "cardgate/woocommerce": "<=3.1.15",
  8409. "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
  8410. "cart2quote/module-quotation-encoded": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
  8411. "cartalyst/sentry": "<=2.1.6",
  8412. "catfan/medoo": "<1.7.5",
  8413. "causal/oidc": "<4",
  8414. "cecil/cecil": "<7.47.1",
  8415. "centreon/centreon": "<22.10.15",
  8416. "cesnet/simplesamlphp-module-proxystatistics": "<3.1",
  8417. "chriskacerguis/codeigniter-restserver": "<=2.7.1",
  8418. "civicrm/civicrm-core": ">=4.2,<4.2.9|>=4.3,<4.3.3",
  8419. "ckeditor/ckeditor": "<4.25",
  8420. "clickstorm/cs-seo": ">=6,<6.7|>=7,<7.4|>=8,<8.3|>=9,<9.2",
  8421. "cockpit-hq/cockpit": "<2.7|==2.7",
  8422. "codeception/codeception": "<3.1.3|>=4,<4.1.22",
  8423. "codeigniter/framework": "<3.1.9",
  8424. "codeigniter4/framework": "<4.5.8",
  8425. "codeigniter4/shield": "<1.0.0.0-beta8",
  8426. "codiad/codiad": "<=2.8.4",
  8427. "codingms/additional-tca": ">=1.7,<1.15.17|>=1.16,<1.16.9",
  8428. "components/jquery": ">=1.0.3,<3.5",
  8429. "composer/composer": "<1.10.27|>=2,<2.2.24|>=2.3,<2.7.7",
  8430. "concrete5/concrete5": "<9.4.0.0-RC2-dev",
  8431. "concrete5/core": "<8.5.8|>=9,<9.1",
  8432. "contao-components/mediaelement": ">=2.14.2,<2.21.1",
  8433. "contao/comments-bundle": ">=2,<4.13.40|>=5.0.0.0-RC1-dev,<5.3.4",
  8434. "contao/contao": "<=5.4.1",
  8435. "contao/core": "<3.5.39",
  8436. "contao/core-bundle": "<4.13.54|>=5,<5.3.30|>=5.4,<5.5.6",
  8437. "contao/listing-bundle": ">=3,<=3.5.30|>=4,<4.4.8",
  8438. "contao/managed-edition": "<=1.5",
  8439. "corveda/phpsandbox": "<1.3.5",
  8440. "cosenary/instagram": "<=2.3",
  8441. "craftcms/cms": "<4.13.8|>=5,<5.5.5",
  8442. "croogo/croogo": "<4",
  8443. "cuyz/valinor": "<0.12",
  8444. "czim/file-handling": "<1.5|>=2,<2.3",
  8445. "czproject/git-php": "<4.0.3",
  8446. "damienharper/auditor-bundle": "<5.2.6",
  8447. "dapphp/securimage": "<3.6.6",
  8448. "darylldoyle/safe-svg": "<1.9.10",
  8449. "datadog/dd-trace": ">=0.30,<0.30.2",
  8450. "datatables/datatables": "<1.10.10",
  8451. "david-garcia/phpwhois": "<=4.3.1",
  8452. "dbrisinajumi/d2files": "<1",
  8453. "dcat/laravel-admin": "<=2.1.3|==2.2.0.0-beta|==2.2.2.0-beta",
  8454. "derhansen/fe_change_pwd": "<2.0.5|>=3,<3.0.3",
  8455. "derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1|>=7,<7.4",
  8456. "desperado/xml-bundle": "<=0.1.7",
  8457. "dev-lancer/minecraft-motd-parser": "<=1.0.5",
  8458. "devgroup/dotplant": "<2020.09.14-dev",
  8459. "digimix/wp-svg-upload": "<=1",
  8460. "directmailteam/direct-mail": "<6.0.3|>=7,<7.0.3|>=8,<9.5.2",
  8461. "doctrine/annotations": "<1.2.7",
  8462. "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
  8463. "doctrine/common": "<2.4.3|>=2.5,<2.5.1",
  8464. "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2|>=3,<3.1.4",
  8465. "doctrine/doctrine-bundle": "<1.5.2",
  8466. "doctrine/doctrine-module": "<0.7.2",
  8467. "doctrine/mongodb-odm": "<1.0.2",
  8468. "doctrine/mongodb-odm-bundle": "<3.0.1",
  8469. "doctrine/orm": ">=1,<1.2.4|>=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4",
  8470. "dolibarr/dolibarr": "<19.0.2|==21.0.0.0-beta",
  8471. "dompdf/dompdf": "<2.0.4",
  8472. "doublethreedigital/guest-entries": "<3.1.2",
  8473. "drupal/ai": "<1.0.5",
  8474. "drupal/alogin": "<2.0.6",
  8475. "drupal/cache_utility": "<1.2.1",
  8476. "drupal/config_split": "<1.10|>=2,<2.0.2",
  8477. "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",
  8478. "drupal/core-recommended": ">=7,<7.102|>=8,<10.2.11|>=10.3,<10.3.9|>=11,<11.0.8",
  8479. "drupal/drupal": ">=5,<5.11|>=6,<6.38|>=7,<7.102|>=8,<10.2.11|>=10.3,<10.3.9|>=11,<11.0.8",
  8480. "drupal/formatter_suite": "<2.1",
  8481. "drupal/gdpr": "<3.0.1|>=3.1,<3.1.2",
  8482. "drupal/google_tag": "<1.8|>=2,<2.0.8",
  8483. "drupal/ignition": "<1.0.4",
  8484. "drupal/link_field_display_mode_formatter": "<1.6",
  8485. "drupal/matomo": "<1.24",
  8486. "drupal/oauth2_client": "<4.1.3",
  8487. "drupal/oauth2_server": "<2.1",
  8488. "drupal/obfuscate": "<2.0.1",
  8489. "drupal/rapidoc_elements_field_formatter": "<1.0.1",
  8490. "drupal/spamspan": "<3.2.1",
  8491. "drupal/tfa": "<1.10",
  8492. "duncanmcclean/guest-entries": "<3.1.2",
  8493. "dweeves/magmi": "<=0.7.24",
  8494. "ec-cube/ec-cube": "<2.4.4|>=2.11,<=2.17.1|>=3,<=3.0.18.0-patch4|>=4,<=4.1.2",
  8495. "ecodev/newsletter": "<=4",
  8496. "ectouch/ectouch": "<=2.7.2",
  8497. "egroupware/egroupware": "<23.1.20240624",
  8498. "elefant/cms": "<2.0.7",
  8499. "elgg/elgg": "<3.3.24|>=4,<4.0.5",
  8500. "elijaa/phpmemcacheadmin": "<=1.3",
  8501. "encore/laravel-admin": "<=1.8.19",
  8502. "endroid/qr-code-bundle": "<3.4.2",
  8503. "enhavo/enhavo-app": "<=0.13.1",
  8504. "enshrined/svg-sanitize": "<0.15",
  8505. "erusev/parsedown": "<1.7.2",
  8506. "ether/logs": "<3.0.4",
  8507. "evolutioncms/evolution": "<=3.2.3",
  8508. "exceedone/exment": "<4.4.3|>=5,<5.0.3",
  8509. "exceedone/laravel-admin": "<2.2.3|==3",
  8510. "ezsystems/demobundle": ">=5.4,<5.4.6.1-dev",
  8511. "ezsystems/ez-support-tools": ">=2.2,<2.2.3",
  8512. "ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1-dev",
  8513. "ezsystems/ezfind-ls": ">=5.3,<5.3.6.1-dev|>=5.4,<5.4.11.1-dev|>=2017.12,<2017.12.0.1-dev",
  8514. "ezsystems/ezplatform": "<=1.13.6|>=2,<=2.5.24",
  8515. "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",
  8516. "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1",
  8517. "ezsystems/ezplatform-graphql": ">=1.0.0.0-RC1-dev,<1.0.13|>=2.0.0.0-beta1,<2.3.12",
  8518. "ezsystems/ezplatform-http-cache": "<2.3.16",
  8519. "ezsystems/ezplatform-kernel": "<1.2.5.1-dev|>=1.3,<1.3.35",
  8520. "ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<1.3.8",
  8521. "ezsystems/ezplatform-richtext": ">=2.3,<2.3.7.1-dev|>=3.3,<3.3.40",
  8522. "ezsystems/ezplatform-solr-search-engine": ">=1.7,<1.7.12|>=2,<2.0.2|>=3.3,<3.3.15",
  8523. "ezsystems/ezplatform-user": ">=1,<1.0.1",
  8524. "ezsystems/ezpublish-kernel": "<6.13.8.2-dev|>=7,<7.5.31",
  8525. "ezsystems/ezpublish-legacy": "<=2017.12.7.3|>=2018.6,<=2019.03.5.1",
  8526. "ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3",
  8527. "ezsystems/repository-forms": ">=2.3,<2.3.2.1-dev|>=2.5,<2.5.15",
  8528. "ezyang/htmlpurifier": "<=4.2",
  8529. "facade/ignition": "<1.16.15|>=2,<2.4.2|>=2.5,<2.5.2",
  8530. "facturascripts/facturascripts": "<=2022.08",
  8531. "fastly/magento2": "<1.2.26",
  8532. "feehi/cms": "<=2.1.1",
  8533. "feehi/feehicms": "<=2.1.1",
  8534. "fenom/fenom": "<=2.12.1",
  8535. "filament/actions": ">=3.2,<3.2.123",
  8536. "filament/infolists": ">=3,<3.2.115",
  8537. "filament/tables": ">=3,<3.2.115",
  8538. "filegator/filegator": "<7.8",
  8539. "filp/whoops": "<2.1.13",
  8540. "fineuploader/php-traditional-server": "<=1.2.2",
  8541. "firebase/php-jwt": "<6",
  8542. "fisharebest/webtrees": "<=2.1.18",
  8543. "fixpunkt/fp-masterquiz": "<2.2.1|>=3,<3.5.2",
  8544. "fixpunkt/fp-newsletter": "<1.1.1|>=2,<2.1.2|>=2.2,<3.2.6",
  8545. "flarum/core": "<1.8.10",
  8546. "flarum/flarum": "<0.1.0.0-beta8",
  8547. "flarum/framework": "<1.8.10",
  8548. "flarum/mentions": "<1.6.3",
  8549. "flarum/sticky": ">=0.1.0.0-beta14,<=0.1.0.0-beta15",
  8550. "flarum/tags": "<=0.1.0.0-beta13",
  8551. "floriangaerber/magnesium": "<0.3.1",
  8552. "fluidtypo3/vhs": "<5.1.1",
  8553. "fof/byobu": ">=0.3.0.0-beta2,<1.1.7",
  8554. "fof/upload": "<1.2.3",
  8555. "foodcoopshop/foodcoopshop": ">=3.2,<3.6.1",
  8556. "fooman/tcpdf": "<6.2.22",
  8557. "forkcms/forkcms": "<5.11.1",
  8558. "fossar/tcpdf-parser": "<6.2.22",
  8559. "francoisjacquet/rosariosis": "<=11.5.1",
  8560. "frappant/frp-form-answers": "<3.1.2|>=4,<4.0.2",
  8561. "friendsofsymfony/oauth2-php": "<1.3",
  8562. "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
  8563. "friendsofsymfony/user-bundle": ">=1,<1.3.5",
  8564. "friendsofsymfony1/swiftmailer": ">=4,<5.4.13|>=6,<6.2.5",
  8565. "friendsofsymfony1/symfony1": ">=1.1,<1.5.19",
  8566. "friendsoftypo3/mediace": ">=7.6.2,<7.6.5",
  8567. "friendsoftypo3/openid": ">=4.5,<4.5.31|>=4.7,<4.7.16|>=6,<6.0.11|>=6.1,<6.1.6",
  8568. "froala/wysiwyg-editor": "<=4.3",
  8569. "froxlor/froxlor": "<=2.2.5",
  8570. "frozennode/administrator": "<=5.0.12",
  8571. "fuel/core": "<1.8.1",
  8572. "funadmin/funadmin": "<=5.0.2",
  8573. "gaoming13/wechat-php-sdk": "<=1.10.2",
  8574. "genix/cms": "<=1.1.11",
  8575. "getformwork/formwork": "<1.13.1|>=2.0.0.0-beta1,<2.0.0.0-beta4",
  8576. "getgrav/grav": "<1.7.46",
  8577. "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",
  8578. "getkirby/kirby": "<=2.5.12",
  8579. "getkirby/panel": "<2.5.14",
  8580. "getkirby/starterkit": "<=3.7.0.2",
  8581. "gilacms/gila": "<=1.15.4",
  8582. "gleez/cms": "<=1.3|==2",
  8583. "globalpayments/php-sdk": "<2",
  8584. "goalgorilla/open_social": "<12.3.11|>=12.4,<12.4.10|>=13.0.0.0-alpha1,<13.0.0.0-alpha11",
  8585. "gogentooss/samlbase": "<1.2.7",
  8586. "google/protobuf": "<3.15",
  8587. "gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3",
  8588. "gree/jose": "<2.2.1",
  8589. "gregwar/rst": "<1.0.3",
  8590. "grumpydictator/firefly-iii": "<6.1.17",
  8591. "gugoan/economizzer": "<=0.9.0.0-beta1",
  8592. "guzzlehttp/guzzle": "<6.5.8|>=7,<7.4.5",
  8593. "guzzlehttp/oauth-subscriber": "<0.8.1",
  8594. "guzzlehttp/psr7": "<1.9.1|>=2,<2.4.5",
  8595. "haffner/jh_captcha": "<=2.1.3|>=3,<=3.0.2",
  8596. "harvesthq/chosen": "<1.8.7",
  8597. "helloxz/imgurl": "<=2.31",
  8598. "hhxsv5/laravel-s": "<3.7.36",
  8599. "hillelcoren/invoice-ninja": "<5.3.35",
  8600. "himiklab/yii2-jqgrid-widget": "<1.0.8",
  8601. "hjue/justwriting": "<=1",
  8602. "hov/jobfair": "<1.0.13|>=2,<2.0.2",
  8603. "httpsoft/http-message": "<1.0.12",
  8604. "hyn/multi-tenant": ">=5.6,<5.7.2",
  8605. "ibexa/admin-ui": ">=4.2,<4.2.3|>=4.6,<4.6.14",
  8606. "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",
  8607. "ibexa/fieldtype-richtext": ">=4.6,<4.6.10",
  8608. "ibexa/graphql": ">=2.5,<2.5.31|>=3.3,<3.3.28|>=4.2,<4.2.3",
  8609. "ibexa/http-cache": ">=4.6,<4.6.14",
  8610. "ibexa/post-install": "<1.0.16|>=4.6,<4.6.14",
  8611. "ibexa/solr": ">=4.5,<4.5.4",
  8612. "ibexa/user": ">=4,<4.4.3",
  8613. "icecoder/icecoder": "<=8.1",
  8614. "idno/known": "<=1.3.1",
  8615. "ilicmiljan/secure-props": ">=1.2,<1.2.2",
  8616. "illuminate/auth": "<5.5.10",
  8617. "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<6.18.31|>=7,<7.22.4",
  8618. "illuminate/database": "<6.20.26|>=7,<7.30.5|>=8,<8.40",
  8619. "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",
  8620. "illuminate/view": "<6.20.42|>=7,<7.30.6|>=8,<8.75",
  8621. "imdbphp/imdbphp": "<=5.1.1",
  8622. "impresscms/impresscms": "<=1.4.5",
  8623. "impresspages/impresspages": "<=1.0.12",
  8624. "in2code/femanager": "<5.5.3|>=6,<6.3.4|>=7,<7.2.3",
  8625. "in2code/ipandlanguageredirect": "<5.1.2",
  8626. "in2code/lux": "<17.6.1|>=18,<24.0.2",
  8627. "in2code/powermail": "<7.5.1|>=8,<8.5.1|>=9,<10.9.1|>=11,<12.4.1",
  8628. "innologi/typo3-appointments": "<2.0.6",
  8629. "intelliants/subrion": "<4.2.2",
  8630. "inter-mediator/inter-mediator": "==5.5",
  8631. "ipl/web": "<0.10.1",
  8632. "islandora/crayfish": "<4.1",
  8633. "islandora/islandora": ">=2,<2.4.1",
  8634. "ivankristianto/phpwhois": "<=4.3",
  8635. "jackalope/jackalope-doctrine-dbal": "<1.7.4",
  8636. "james-heinrich/getid3": "<1.9.21",
  8637. "james-heinrich/phpthumb": "<1.7.12",
  8638. "jasig/phpcas": "<1.3.3",
  8639. "jcbrand/converse.js": "<3.3.3",
  8640. "joelbutcher/socialstream": "<5.6|>=6,<6.2",
  8641. "johnbillion/wp-crontrol": "<1.16.2",
  8642. "joomla/application": "<1.0.13",
  8643. "joomla/archive": "<1.1.12|>=2,<2.0.1",
  8644. "joomla/filesystem": "<1.6.2|>=2,<2.0.1",
  8645. "joomla/filter": "<1.4.4|>=2,<2.0.1",
  8646. "joomla/framework": "<1.5.7|>=2.5.4,<=3.8.12",
  8647. "joomla/input": ">=2,<2.0.2",
  8648. "joomla/joomla-cms": ">=2.5,<3.9.12",
  8649. "joomla/session": "<1.3.1",
  8650. "joyqi/hyper-down": "<=2.4.27",
  8651. "jsdecena/laracom": "<2.0.9",
  8652. "jsmitty12/phpwhois": "<5.1",
  8653. "juzaweb/cms": "<=3.4",
  8654. "jweiland/events2": "<8.3.8|>=9,<9.0.6",
  8655. "kazist/phpwhois": "<=4.2.6",
  8656. "kelvinmo/simplexrd": "<3.1.1",
  8657. "kevinpapst/kimai2": "<1.16.7",
  8658. "khodakhah/nodcms": "<=3",
  8659. "kimai/kimai": "<=2.20.1",
  8660. "kitodo/presentation": "<3.2.3|>=3.3,<3.3.4",
  8661. "klaviyo/magento2-extension": ">=1,<3",
  8662. "knplabs/knp-snappy": "<=1.4.2",
  8663. "kohana/core": "<3.3.3",
  8664. "krayin/laravel-crm": "<=1.3",
  8665. "kreait/firebase-php": ">=3.2,<3.8.1",
  8666. "kumbiaphp/kumbiapp": "<=1.1.1",
  8667. "la-haute-societe/tcpdf": "<6.2.22",
  8668. "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",
  8669. "laminas/laminas-form": "<2.17.1|>=3,<3.0.2|>=3.1,<3.1.1",
  8670. "laminas/laminas-http": "<2.14.2",
  8671. "lara-zeus/artemis": ">=1,<=1.0.6",
  8672. "lara-zeus/dynamic-dashboard": ">=3,<=3.0.1",
  8673. "laravel/fortify": "<1.11.1",
  8674. "laravel/framework": "<10.48.29|>=11,<11.44.1|>=12,<12.1.1",
  8675. "laravel/laravel": ">=5.4,<5.4.22",
  8676. "laravel/pulse": "<1.3.1",
  8677. "laravel/reverb": "<1.4",
  8678. "laravel/socialite": ">=1,<2.0.10",
  8679. "latte/latte": "<2.10.8",
  8680. "lavalite/cms": "<=9|==10.1",
  8681. "lcobucci/jwt": ">=3.4,<3.4.6|>=4,<4.0.4|>=4.1,<4.1.5",
  8682. "league/commonmark": "<2.6",
  8683. "league/flysystem": "<1.1.4|>=2,<2.1.1",
  8684. "league/oauth2-server": ">=8.3.2,<8.4.2|>=8.5,<8.5.3",
  8685. "leantime/leantime": "<3.3",
  8686. "lexik/jwt-authentication-bundle": "<2.10.7|>=2.11,<2.11.3",
  8687. "libreform/libreform": ">=2,<=2.0.8",
  8688. "librenms/librenms": "<2017.08.18",
  8689. "liftkit/database": "<2.13.2",
  8690. "lightsaml/lightsaml": "<1.3.5",
  8691. "limesurvey/limesurvey": "<6.5.12",
  8692. "livehelperchat/livehelperchat": "<=3.91",
  8693. "livewire/livewire": "<2.12.7|>=3.0.0.0-beta1,<3.5.2",
  8694. "livewire/volt": "<1.7",
  8695. "lms/routes": "<2.1.1",
  8696. "localizationteam/l10nmgr": "<7.4|>=8,<8.7|>=9,<9.2",
  8697. "luyadev/yii-helpers": "<1.2.1",
  8698. "macropay-solutions/laravel-crud-wizard-free": "<3.4.17",
  8699. "maestroerror/php-heic-to-jpg": "<1.0.5",
  8700. "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",
  8701. "magento/core": "<=1.9.4.5",
  8702. "magento/magento1ce": "<1.9.4.3-dev",
  8703. "magento/magento1ee": ">=1,<1.14.4.3-dev",
  8704. "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",
  8705. "magento/project-community-edition": "<=2.0.2",
  8706. "magneto/core": "<1.9.4.4-dev",
  8707. "maikuolan/phpmussel": ">=1,<1.6",
  8708. "mainwp/mainwp": "<=4.4.3.3",
  8709. "mantisbt/mantisbt": "<=2.26.3",
  8710. "marcwillmann/turn": "<0.3.3",
  8711. "matyhtf/framework": "<3.0.6",
  8712. "mautic/core": "<5.2.3",
  8713. "mautic/core-lib": ">=1.0.0.0-beta,<4.4.13|>=5.0.0.0-alpha,<5.1.1",
  8714. "maximebf/debugbar": "<1.19",
  8715. "mdanter/ecc": "<2",
  8716. "mediawiki/abuse-filter": "<1.39.9|>=1.40,<1.41.3|>=1.42,<1.42.2",
  8717. "mediawiki/cargo": "<3.6.1",
  8718. "mediawiki/core": "<1.39.5|==1.40",
  8719. "mediawiki/data-transfer": ">=1.39,<1.39.11|>=1.41,<1.41.3|>=1.42,<1.42.2",
  8720. "mediawiki/matomo": "<2.4.3",
  8721. "mediawiki/semantic-media-wiki": "<4.0.2",
  8722. "melisplatform/melis-asset-manager": "<5.0.1",
  8723. "melisplatform/melis-cms": "<5.0.1",
  8724. "melisplatform/melis-front": "<5.0.1",
  8725. "mezzio/mezzio-swoole": "<3.7|>=4,<4.3",
  8726. "mgallegos/laravel-jqgrid": "<=1.3",
  8727. "microsoft/microsoft-graph": ">=1.16,<1.109.1|>=2,<2.0.1",
  8728. "microsoft/microsoft-graph-beta": "<2.0.1",
  8729. "microsoft/microsoft-graph-core": "<2.0.2",
  8730. "microweber/microweber": "<=2.0.16",
  8731. "mikehaertl/php-shellcommand": "<1.6.1",
  8732. "miniorange/miniorange-saml": "<1.4.3",
  8733. "mittwald/typo3_forum": "<1.2.1",
  8734. "mobiledetect/mobiledetectlib": "<2.8.32",
  8735. "modx/revolution": "<=3.1",
  8736. "mojo42/jirafeau": "<4.4",
  8737. "mongodb/mongodb": ">=1,<1.9.2",
  8738. "monolog/monolog": ">=1.8,<1.12",
  8739. "moodle/moodle": "<4.3.10|>=4.4,<4.4.6|>=4.5.0.0-beta,<4.5.2",
  8740. "mos/cimage": "<0.7.19",
  8741. "movim/moxl": ">=0.8,<=0.10",
  8742. "movingbytes/social-network": "<=1.2.1",
  8743. "mpdf/mpdf": "<=7.1.7",
  8744. "munkireport/comment": "<4.1",
  8745. "munkireport/managedinstalls": "<2.6",
  8746. "munkireport/munki_facts": "<1.5",
  8747. "munkireport/munkireport": ">=2.5.3,<5.6.3",
  8748. "munkireport/reportdata": "<3.5",
  8749. "munkireport/softwareupdate": "<1.6",
  8750. "mustache/mustache": ">=2,<2.14.1",
  8751. "mwdelaney/wp-enable-svg": "<=0.2",
  8752. "namshi/jose": "<2.2",
  8753. "nategood/httpful": "<1",
  8754. "neoan3-apps/template": "<1.1.1",
  8755. "neorazorx/facturascripts": "<2022.04",
  8756. "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",
  8757. "neos/form": ">=1.2,<4.3.3|>=5,<5.0.9|>=5.1,<5.1.3",
  8758. "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",
  8759. "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",
  8760. "neos/swiftmailer": "<5.4.5",
  8761. "nesbot/carbon": "<2.72.6|>=3,<3.8.4",
  8762. "netcarver/textile": "<=4.1.2",
  8763. "netgen/tagsbundle": ">=3.4,<3.4.11|>=4,<4.0.15",
  8764. "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",
  8765. "nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13",
  8766. "nilsteampassnet/teampass": "<3.1.3.1-dev",
  8767. "nonfiction/nterchange": "<4.1.1",
  8768. "notrinos/notrinos-erp": "<=0.7",
  8769. "noumo/easyii": "<=0.9",
  8770. "novaksolutions/infusionsoft-php-sdk": "<1",
  8771. "nukeviet/nukeviet": "<4.5.02",
  8772. "nyholm/psr7": "<1.6.1",
  8773. "nystudio107/craft-seomatic": "<3.4.12",
  8774. "nzedb/nzedb": "<0.8",
  8775. "nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1",
  8776. "october/backend": "<1.1.2",
  8777. "october/cms": "<1.0.469|==1.0.469|==1.0.471|==1.1.1",
  8778. "october/october": "<=3.6.4",
  8779. "october/rain": "<1.0.472|>=1.1,<1.1.2",
  8780. "october/system": "<1.0.476|>=1.1,<1.1.12|>=2,<2.2.34|>=3,<3.5.15",
  8781. "omeka/omeka-s": "<4.0.3",
  8782. "onelogin/php-saml": "<2.10.4",
  8783. "oneup/uploader-bundle": ">=1,<1.9.3|>=2,<2.1.5",
  8784. "open-web-analytics/open-web-analytics": "<1.7.4",
  8785. "opencart/opencart": ">=0",
  8786. "openid/php-openid": "<2.3",
  8787. "openmage/magento-lts": "<20.12.3",
  8788. "opensolutions/vimbadmin": "<=3.0.15",
  8789. "opensource-workshop/connect-cms": "<1.8.7|>=2,<2.4.7",
  8790. "orchid/platform": ">=8,<14.43",
  8791. "oro/calendar-bundle": ">=4.2,<=4.2.6|>=5,<=5.0.6|>=5.1,<5.1.1",
  8792. "oro/commerce": ">=4.1,<5.0.11|>=5.1,<5.1.1",
  8793. "oro/crm": ">=1.7,<1.7.4|>=3.1,<4.1.17|>=4.2,<4.2.7",
  8794. "oro/crm-call-bundle": ">=4.2,<=4.2.5|>=5,<5.0.4|>=5.1,<5.1.1",
  8795. "oro/customer-portal": ">=4.1,<=4.1.13|>=4.2,<=4.2.10|>=5,<=5.0.11|>=5.1,<=5.1.3",
  8796. "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",
  8797. "oveleon/contao-cookiebar": "<1.16.3|>=2,<2.1.3",
  8798. "oxid-esales/oxideshop-ce": "<4.5",
  8799. "oxid-esales/paymorrow-module": ">=1,<1.0.2|>=2,<2.0.1",
  8800. "packbackbooks/lti-1-3-php-library": "<5",
  8801. "padraic/humbug_get_contents": "<1.1.2",
  8802. "pagarme/pagarme-php": "<3",
  8803. "pagekit/pagekit": "<=1.0.18",
  8804. "paragonie/ecc": "<2.0.1",
  8805. "paragonie/random_compat": "<2",
  8806. "passbolt/passbolt_api": "<4.6.2",
  8807. "paypal/adaptivepayments-sdk-php": "<=3.9.2",
  8808. "paypal/invoice-sdk-php": "<=3.9",
  8809. "paypal/merchant-sdk-php": "<3.12",
  8810. "paypal/permissions-sdk-php": "<=3.9.1",
  8811. "pear/archive_tar": "<1.4.14",
  8812. "pear/auth": "<1.2.4",
  8813. "pear/crypt_gpg": "<1.6.7",
  8814. "pear/pear": "<=1.10.1",
  8815. "pegasus/google-for-jobs": "<1.5.1|>=2,<2.1.1",
  8816. "personnummer/personnummer": "<3.0.2",
  8817. "phanan/koel": "<5.1.4",
  8818. "phenx/php-svg-lib": "<0.5.2",
  8819. "php-censor/php-censor": "<2.0.13|>=2.1,<2.1.5",
  8820. "php-mod/curl": "<2.3.2",
  8821. "phpbb/phpbb": "<3.3.11",
  8822. "phpems/phpems": ">=6,<=6.1.3",
  8823. "phpfastcache/phpfastcache": "<6.1.5|>=7,<7.1.2|>=8,<8.0.7",
  8824. "phpmailer/phpmailer": "<6.5",
  8825. "phpmussel/phpmussel": ">=1,<1.6",
  8826. "phpmyadmin/phpmyadmin": "<5.2.2",
  8827. "phpmyfaq/phpmyfaq": "<3.2.5|==3.2.5|>=3.2.10,<=4.0.1",
  8828. "phpoffice/common": "<0.2.9",
  8829. "phpoffice/phpexcel": "<=1.8.2",
  8830. "phpoffice/phpspreadsheet": "<1.29.9|>=2,<2.1.8|>=2.2,<2.3.7|>=3,<3.9",
  8831. "phpseclib/phpseclib": "<2.0.47|>=3,<3.0.36",
  8832. "phpservermon/phpservermon": "<3.6",
  8833. "phpsysinfo/phpsysinfo": "<3.4.3",
  8834. "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
  8835. "phpwhois/phpwhois": "<=4.2.5",
  8836. "phpxmlrpc/extras": "<0.6.1",
  8837. "phpxmlrpc/phpxmlrpc": "<4.9.2",
  8838. "pi/pi": "<=2.5",
  8839. "pimcore/admin-ui-classic-bundle": "<1.7.4",
  8840. "pimcore/customer-management-framework-bundle": "<4.2.1",
  8841. "pimcore/data-hub": "<1.2.4",
  8842. "pimcore/data-importer": "<1.8.9|>=1.9,<1.9.3",
  8843. "pimcore/demo": "<10.3",
  8844. "pimcore/ecommerce-framework-bundle": "<1.0.10",
  8845. "pimcore/perspective-editor": "<1.5.1",
  8846. "pimcore/pimcore": "<11.5.4",
  8847. "pixelfed/pixelfed": "<0.12.5",
  8848. "plotly/plotly.js": "<2.25.2",
  8849. "pocketmine/bedrock-protocol": "<8.0.2",
  8850. "pocketmine/pocketmine-mp": "<5.25.2",
  8851. "pocketmine/raklib": ">=0.14,<0.14.6|>=0.15,<0.15.1",
  8852. "pressbooks/pressbooks": "<5.18",
  8853. "prestashop/autoupgrade": ">=4,<4.10.1",
  8854. "prestashop/blockreassurance": "<=5.1.3",
  8855. "prestashop/blockwishlist": ">=2,<2.1.1",
  8856. "prestashop/contactform": ">=1.0.1,<4.3",
  8857. "prestashop/gamification": "<2.3.2",
  8858. "prestashop/prestashop": "<8.1.6",
  8859. "prestashop/productcomments": "<5.0.2",
  8860. "prestashop/ps_contactinfo": "<=3.3.2",
  8861. "prestashop/ps_emailsubscription": "<2.6.1",
  8862. "prestashop/ps_facetedsearch": "<3.4.1",
  8863. "prestashop/ps_linklist": "<3.1",
  8864. "privatebin/privatebin": "<1.4|>=1.5,<1.7.4",
  8865. "processwire/processwire": "<=3.0.229",
  8866. "propel/propel": ">=2.0.0.0-alpha1,<=2.0.0.0-alpha7",
  8867. "propel/propel1": ">=1,<=1.7.1",
  8868. "pterodactyl/panel": "<1.11.8",
  8869. "ptheofan/yii2-statemachine": ">=2.0.0.0-RC1-dev,<=2",
  8870. "ptrofimov/beanstalk_console": "<1.7.14",
  8871. "pubnub/pubnub": "<6.1",
  8872. "pusher/pusher-php-server": "<2.2.1",
  8873. "pwweb/laravel-core": "<=0.3.6.0-beta",
  8874. "pxlrbt/filament-excel": "<1.1.14|>=2.0.0.0-alpha,<2.3.3",
  8875. "pyrocms/pyrocms": "<=3.9.1",
  8876. "qcubed/qcubed": "<=3.1.1",
  8877. "quickapps/cms": "<=2.0.0.0-beta2",
  8878. "rainlab/blog-plugin": "<1.4.1",
  8879. "rainlab/debugbar-plugin": "<3.1",
  8880. "rainlab/user-plugin": "<=1.4.5",
  8881. "rankmath/seo-by-rank-math": "<=1.0.95",
  8882. "rap2hpoutre/laravel-log-viewer": "<0.13",
  8883. "react/http": ">=0.7,<1.9",
  8884. "really-simple-plugins/complianz-gdpr": "<6.4.2",
  8885. "redaxo/source": "<5.18.3",
  8886. "remdex/livehelperchat": "<4.29",
  8887. "reportico-web/reportico": "<=8.1",
  8888. "rhukster/dom-sanitizer": "<1.0.7",
  8889. "rmccue/requests": ">=1.6,<1.8",
  8890. "robrichards/xmlseclibs": ">=1,<3.0.4",
  8891. "roots/soil": "<4.1",
  8892. "rudloff/alltube": "<3.0.3",
  8893. "rudloff/rtmpdump-bin": "<=2.3.1",
  8894. "s-cart/core": "<6.9",
  8895. "s-cart/s-cart": "<6.9",
  8896. "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",
  8897. "sabre/dav": ">=1.6,<1.7.11|>=1.8,<1.8.9",
  8898. "samwilson/unlinked-wikibase": "<1.42",
  8899. "scheb/two-factor-bundle": "<3.26|>=4,<4.11",
  8900. "sensiolabs/connect": "<4.2.3",
  8901. "serluck/phpwhois": "<=4.2.6",
  8902. "sfroemken/url_redirect": "<=1.2.1",
  8903. "sheng/yiicms": "<1.2.1",
  8904. "shopware/core": "<=6.5.8.12|>=6.6,<=6.6.5",
  8905. "shopware/platform": "<=6.5.8.12|>=6.6,<=6.6.5",
  8906. "shopware/production": "<=6.3.5.2",
  8907. "shopware/shopware": "<=5.7.17",
  8908. "shopware/storefront": "<=6.4.8.1|>=6.5.8,<6.5.8.7-dev",
  8909. "shopxo/shopxo": "<=6.4",
  8910. "showdoc/showdoc": "<2.10.4",
  8911. "shuchkin/simplexlsx": ">=1.0.12,<1.1.13",
  8912. "silverstripe-australia/advancedreports": ">=1,<=2",
  8913. "silverstripe/admin": "<1.13.19|>=2,<2.1.8",
  8914. "silverstripe/assets": ">=1,<1.11.1",
  8915. "silverstripe/cms": "<4.11.3",
  8916. "silverstripe/comments": ">=1.3,<3.1.1",
  8917. "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
  8918. "silverstripe/framework": "<5.3.8",
  8919. "silverstripe/graphql": ">=2,<2.0.5|>=3,<3.8.2|>=4,<4.3.7|>=5,<5.1.3",
  8920. "silverstripe/hybridsessions": ">=1,<2.4.1|>=2.5,<2.5.1",
  8921. "silverstripe/recipe-cms": ">=4.5,<4.5.3",
  8922. "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
  8923. "silverstripe/reports": "<5.2.3",
  8924. "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4|>=2.1,<2.1.2",
  8925. "silverstripe/silverstripe-omnipay": "<2.5.2|>=3,<3.0.2|>=3.1,<3.1.4|>=3.2,<3.2.1",
  8926. "silverstripe/subsites": ">=2,<2.6.1",
  8927. "silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1",
  8928. "silverstripe/userforms": "<3|>=5,<5.4.2",
  8929. "silverstripe/versioned-admin": ">=1,<1.11.1",
  8930. "simple-updates/phpwhois": "<=1",
  8931. "simplesamlphp/saml2": "<=4.16.15|>=5.0.0.0-alpha1,<=5.0.0.0-alpha19",
  8932. "simplesamlphp/saml2-legacy": "<=4.16.15",
  8933. "simplesamlphp/simplesamlphp": "<1.18.6",
  8934. "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
  8935. "simplesamlphp/simplesamlphp-module-openid": "<1",
  8936. "simplesamlphp/simplesamlphp-module-openidprovider": "<0.9",
  8937. "simplesamlphp/xml-common": "<1.20",
  8938. "simplesamlphp/xml-security": "==1.6.11",
  8939. "simplito/elliptic-php": "<1.0.6",
  8940. "sitegeist/fluid-components": "<3.5",
  8941. "sjbr/sr-freecap": "<2.4.6|>=2.5,<2.5.3",
  8942. "slim/psr7": "<1.4.1|>=1.5,<1.5.1|>=1.6,<1.6.1",
  8943. "slim/slim": "<2.6",
  8944. "slub/slub-events": "<3.0.3",
  8945. "smarty/smarty": "<4.5.3|>=5,<5.1.1",
  8946. "snipe/snipe-it": "<=7.0.13",
  8947. "socalnick/scn-social-auth": "<1.15.2",
  8948. "socialiteproviders/steam": "<1.1",
  8949. "spatie/browsershot": "<5.0.5",
  8950. "spatie/image-optimizer": "<1.7.3",
  8951. "spencer14420/sp-php-email-handler": "<1",
  8952. "spipu/html2pdf": "<5.2.8",
  8953. "spoon/library": "<1.4.1",
  8954. "spoonity/tcpdf": "<6.2.22",
  8955. "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
  8956. "ssddanbrown/bookstack": "<24.05.1",
  8957. "starcitizentools/citizen-skin": ">=2.6.3,<2.31",
  8958. "starcitizentools/tabber-neue": ">=1.9.1,<2.7.2",
  8959. "statamic/cms": "<=5.16",
  8960. "stormpath/sdk": "<9.9.99",
  8961. "studio-42/elfinder": "<=2.1.64",
  8962. "studiomitte/friendlycaptcha": "<0.1.4",
  8963. "subhh/libconnect": "<7.0.8|>=8,<8.1",
  8964. "sukohi/surpass": "<1",
  8965. "sulu/form-bundle": ">=2,<2.5.3",
  8966. "sulu/sulu": "<1.6.44|>=2,<2.5.21|>=2.6,<2.6.5",
  8967. "sumocoders/framework-user-bundle": "<1.4",
  8968. "superbig/craft-audit": "<3.0.2",
  8969. "swag/paypal": "<5.4.4",
  8970. "swiftmailer/swiftmailer": "<6.2.5",
  8971. "swiftyedit/swiftyedit": "<1.2",
  8972. "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
  8973. "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",
  8974. "sylius/grid-bundle": "<1.10.1",
  8975. "sylius/paypal-plugin": "<1.6.2|>=1.7,<1.7.2|>=2,<2.0.2",
  8976. "sylius/resource-bundle": ">=1,<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4",
  8977. "sylius/sylius": "<1.12.19|>=1.13.0.0-alpha1,<1.13.4",
  8978. "symbiote/silverstripe-multivaluefield": ">=3,<3.1",
  8979. "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",
  8980. "symbiote/silverstripe-seed": "<6.0.3",
  8981. "symbiote/silverstripe-versionedfiles": "<=2.0.3",
  8982. "symfont/process": ">=0",
  8983. "symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
  8984. "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",
  8985. "symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4",
  8986. "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",
  8987. "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",
  8988. "symfony/http-client": ">=4.3,<5.4.47|>=6,<6.4.15|>=7,<7.1.8",
  8989. "symfony/http-foundation": "<5.4.46|>=6,<6.4.14|>=7,<7.1.7",
  8990. "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",
  8991. "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
  8992. "symfony/maker-bundle": ">=1.27,<1.29.2|>=1.30,<1.31.1",
  8993. "symfony/mime": ">=4.3,<4.3.8",
  8994. "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
  8995. "symfony/polyfill": ">=1,<1.10",
  8996. "symfony/polyfill-php55": ">=1,<1.10",
  8997. "symfony/process": "<5.4.46|>=6,<6.4.14|>=7,<7.1.7",
  8998. "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",
  8999. "symfony/routing": ">=2,<2.0.19",
  9000. "symfony/runtime": ">=5.3,<5.4.46|>=6,<6.4.14|>=7,<7.1.7",
  9001. "symfony/security": ">=2,<2.7.51|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.8",
  9002. "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",
  9003. "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",
  9004. "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",
  9005. "symfony/security-guard": ">=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8",
  9006. "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",
  9007. "symfony/serializer": ">=2,<2.0.11|>=4.1,<4.4.35|>=5,<5.3.12",
  9008. "symfony/symfony": "<5.4.47|>=6,<6.4.15|>=7,<7.1.8",
  9009. "symfony/translation": ">=2,<2.0.17",
  9010. "symfony/twig-bridge": ">=2,<4.4.51|>=5,<5.4.31|>=6,<6.3.8",
  9011. "symfony/ux-autocomplete": "<2.11.2",
  9012. "symfony/validator": "<5.4.43|>=6,<6.4.11|>=7,<7.1.4",
  9013. "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
  9014. "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
  9015. "symfony/webhook": ">=6.3,<6.3.8",
  9016. "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7|>=2.2.0.0-beta1,<2.2.0.0-beta2",
  9017. "symphonycms/symphony-2": "<2.6.4",
  9018. "t3/dce": "<0.11.5|>=2.2,<2.6.2",
  9019. "t3g/svg-sanitizer": "<1.0.3",
  9020. "t3s/content-consent": "<1.0.3|>=2,<2.0.2",
  9021. "tastyigniter/tastyigniter": "<4",
  9022. "tcg/voyager": "<=1.8",
  9023. "tecnickcom/tc-lib-pdf-font": "<2.6.4",
  9024. "tecnickcom/tcpdf": "<6.8",
  9025. "terminal42/contao-tablelookupwizard": "<3.3.5",
  9026. "thelia/backoffice-default-template": ">=2.1,<2.1.2",
  9027. "thelia/thelia": ">=2.1,<2.1.3",
  9028. "theonedemon/phpwhois": "<=4.2.5",
  9029. "thinkcmf/thinkcmf": "<6.0.8",
  9030. "thorsten/phpmyfaq": "<=4.0.1",
  9031. "tikiwiki/tiki-manager": "<=17.1",
  9032. "timber/timber": ">=0.16.6,<1.23.1|>=1.24,<1.24.1|>=2,<2.1",
  9033. "tinymce/tinymce": "<7.2",
  9034. "tinymighty/wiki-seo": "<1.2.2",
  9035. "titon/framework": "<9.9.99",
  9036. "tltneon/lgsl": "<7",
  9037. "tobiasbg/tablepress": "<=2.0.0.0-RC1",
  9038. "topthink/framework": "<6.0.17|>=6.1,<=8.0.4",
  9039. "topthink/think": "<=6.1.1",
  9040. "topthink/thinkphp": "<=3.2.3|>=6.1.3,<=8.0.4",
  9041. "torrentpier/torrentpier": "<=2.4.3",
  9042. "tpwd/ke_search": "<4.0.3|>=4.1,<4.6.6|>=5,<5.0.2",
  9043. "tribalsystems/zenario": "<=9.7.61188",
  9044. "truckersmp/phpwhois": "<=4.3.1",
  9045. "ttskch/pagination-service-provider": "<1",
  9046. "twbs/bootstrap": "<=3.4.1|>=4,<=4.6.2",
  9047. "twig/twig": "<3.11.2|>=3.12,<3.14.1|>=3.16,<3.19",
  9048. "typo3/cms": "<9.5.29|>=10,<10.4.35|>=11,<11.5.23|>=12,<12.2",
  9049. "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",
  9050. "typo3/cms-belog": ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
  9051. "typo3/cms-beuser": ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
  9052. "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",
  9053. "typo3/cms-dashboard": ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
  9054. "typo3/cms-extbase": "<6.2.24|>=7,<7.6.8|==8.1.1",
  9055. "typo3/cms-extensionmanager": ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
  9056. "typo3/cms-fluid": "<4.3.4|>=4.4,<4.4.1",
  9057. "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",
  9058. "typo3/cms-frontend": "<4.3.9|>=4.4,<4.4.5",
  9059. "typo3/cms-indexed-search": ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
  9060. "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",
  9061. "typo3/cms-lowlevel": ">=11,<=11.5.41",
  9062. "typo3/cms-rte-ckeditor": ">=9.5,<9.5.42|>=10,<10.4.39|>=11,<11.5.30",
  9063. "typo3/cms-scheduler": ">=11,<=11.5.41",
  9064. "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",
  9065. "typo3/html-sanitizer": ">=1,<=1.5.2|>=2,<=2.1.3",
  9066. "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",
  9067. "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
  9068. "typo3/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5",
  9069. "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",
  9070. "ua-parser/uap-php": "<3.8",
  9071. "uasoft-indonesia/badaso": "<=2.9.7",
  9072. "unisharp/laravel-filemanager": "<2.9.1",
  9073. "unopim/unopim": "<0.1.5",
  9074. "userfrosting/userfrosting": ">=0.3.1,<4.6.3",
  9075. "usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
  9076. "uvdesk/community-skeleton": "<=1.1.1",
  9077. "uvdesk/core-framework": "<=1.1.1",
  9078. "vanilla/safecurl": "<0.9.2",
  9079. "verbb/comments": "<1.5.5",
  9080. "verbb/formie": "<2.1.6",
  9081. "verbb/image-resizer": "<2.0.9",
  9082. "verbb/knock-knock": "<1.2.8",
  9083. "verot/class.upload.php": "<=2.1.6",
  9084. "villagedefrance/opencart-overclocked": "<=1.11.1",
  9085. "vova07/yii2-fileapi-widget": "<0.1.9",
  9086. "vrana/adminer": "<4.8.1",
  9087. "vufind/vufind": ">=2,<9.1.1",
  9088. "waldhacker/hcaptcha": "<2.1.2",
  9089. "wallabag/tcpdf": "<6.2.22",
  9090. "wallabag/wallabag": "<2.6.7",
  9091. "wanglelecc/laracms": "<=1.0.3",
  9092. "web-auth/webauthn-framework": ">=3.3,<3.3.4|>=4.5,<4.9",
  9093. "web-auth/webauthn-lib": ">=4.5,<4.9",
  9094. "web-feet/coastercms": "==5.5",
  9095. "webbuilders-group/silverstripe-kapost-bridge": "<0.4",
  9096. "webcoast/deferred-image-processing": "<1.0.2",
  9097. "webklex/laravel-imap": "<5.3",
  9098. "webklex/php-imap": "<5.3",
  9099. "webpa/webpa": "<3.1.2",
  9100. "wikibase/wikibase": "<=1.39.3",
  9101. "wikimedia/parsoid": "<0.12.2",
  9102. "willdurand/js-translation-bundle": "<2.1.1",
  9103. "winter/wn-backend-module": "<1.2.4",
  9104. "winter/wn-cms-module": "<1.0.476|>=1.1,<1.1.11|>=1.2,<1.2.7",
  9105. "winter/wn-dusk-plugin": "<2.1",
  9106. "winter/wn-system-module": "<1.2.4",
  9107. "wintercms/winter": "<=1.2.3",
  9108. "wireui/wireui": "<1.19.3|>=2,<2.1.3",
  9109. "woocommerce/woocommerce": "<6.6|>=8.8,<8.8.5|>=8.9,<8.9.3",
  9110. "wp-cli/wp-cli": ">=0.12,<2.5",
  9111. "wp-graphql/wp-graphql": "<=1.14.5",
  9112. "wp-premium/gravityforms": "<2.4.21",
  9113. "wpanel/wpanel4-cms": "<=4.3.1",
  9114. "wpcloud/wp-stateless": "<3.2",
  9115. "wpglobus/wpglobus": "<=1.9.6",
  9116. "wwbn/avideo": "<14.3",
  9117. "xataface/xataface": "<3",
  9118. "xpressengine/xpressengine": "<3.0.15",
  9119. "yab/quarx": "<2.4.5",
  9120. "yeswiki/yeswiki": "<4.5.2",
  9121. "yetiforce/yetiforce-crm": "<6.5",
  9122. "yidashi/yii2cmf": "<=2",
  9123. "yii2mod/yii2-cms": "<1.9.2",
  9124. "yiisoft/yii": "<1.1.29",
  9125. "yiisoft/yii2": "<2.0.49.4-dev",
  9126. "yiisoft/yii2-authclient": "<2.2.15",
  9127. "yiisoft/yii2-bootstrap": "<2.0.4",
  9128. "yiisoft/yii2-dev": "<=2.0.45",
  9129. "yiisoft/yii2-elasticsearch": "<2.0.5",
  9130. "yiisoft/yii2-gii": "<=2.2.4",
  9131. "yiisoft/yii2-jui": "<2.0.4",
  9132. "yiisoft/yii2-redis": "<2.0.8",
  9133. "yikesinc/yikes-inc-easy-mailchimp-extender": "<6.8.6",
  9134. "yoast-seo-for-typo3/yoast_seo": "<7.2.3",
  9135. "yourls/yourls": "<=1.8.2",
  9136. "yuan1994/tpadmin": "<=1.3.12",
  9137. "zencart/zencart": "<=1.5.7.0-beta",
  9138. "zendesk/zendesk_api_client_php": "<2.2.11",
  9139. "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
  9140. "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
  9141. "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
  9142. "zendframework/zend-db": "<2.2.10|>=2.3,<2.3.5",
  9143. "zendframework/zend-developer-tools": ">=1.2.2,<1.2.3",
  9144. "zendframework/zend-diactoros": "<1.8.4",
  9145. "zendframework/zend-feed": "<2.10.3",
  9146. "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
  9147. "zendframework/zend-http": "<2.8.1",
  9148. "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
  9149. "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
  9150. "zendframework/zend-mail": "<2.4.11|>=2.5,<2.7.2",
  9151. "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
  9152. "zendframework/zend-session": ">=2,<2.2.9|>=2.3,<2.3.4",
  9153. "zendframework/zend-validator": ">=2.3,<2.3.6",
  9154. "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
  9155. "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
  9156. "zendframework/zendframework": "<=3",
  9157. "zendframework/zendframework1": "<1.12.20",
  9158. "zendframework/zendopenid": "<2.0.2",
  9159. "zendframework/zendrest": "<2.0.2",
  9160. "zendframework/zendservice-amazon": "<2.0.3",
  9161. "zendframework/zendservice-api": "<1",
  9162. "zendframework/zendservice-audioscrobbler": "<2.0.2",
  9163. "zendframework/zendservice-nirvanix": "<2.0.2",
  9164. "zendframework/zendservice-slideshare": "<2.0.2",
  9165. "zendframework/zendservice-technorati": "<2.0.2",
  9166. "zendframework/zendservice-windowsazure": "<2.0.2",
  9167. "zendframework/zendxml": ">=1,<1.0.1",
  9168. "zenstruck/collection": "<0.2.1",
  9169. "zetacomponents/mail": "<1.8.2",
  9170. "zf-commons/zfc-user": "<1.2.2",
  9171. "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
  9172. "zfr/zfr-oauth2-server-module": "<0.1.2",
  9173. "zoujingli/thinkadmin": "<=6.1.53"
  9174. },
  9175. "type": "metapackage",
  9176. "notification-url": "https://packagist.org/downloads/",
  9177. "license": [
  9178. "MIT"
  9179. ],
  9180. "authors": [
  9181. {
  9182. "name": "Marco Pivetta",
  9183. "email": "ocramius@gmail.com",
  9184. "role": "maintainer"
  9185. },
  9186. {
  9187. "name": "Ilya Tribusean",
  9188. "email": "slash3b@gmail.com",
  9189. "role": "maintainer"
  9190. }
  9191. ],
  9192. "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
  9193. "keywords": [
  9194. "dev"
  9195. ],
  9196. "support": {
  9197. "issues": "https://github.com/Roave/SecurityAdvisories/issues",
  9198. "source": "https://github.com/Roave/SecurityAdvisories/tree/latest"
  9199. },
  9200. "funding": [
  9201. {
  9202. "url": "https://github.com/Ocramius",
  9203. "type": "github"
  9204. },
  9205. {
  9206. "url": "https://tidelift.com/funding/github/packagist/roave/security-advisories",
  9207. "type": "tidelift"
  9208. }
  9209. ],
  9210. "time": "2025-04-04T15:05:17+00:00"
  9211. },
  9212. {
  9213. "name": "sebastian/cli-parser",
  9214. "version": "4.0.0",
  9215. "source": {
  9216. "type": "git",
  9217. "url": "https://github.com/sebastianbergmann/cli-parser.git",
  9218. "reference": "6d584c727d9114bcdc14c86711cd1cad51778e7c"
  9219. },
  9220. "dist": {
  9221. "type": "zip",
  9222. "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/6d584c727d9114bcdc14c86711cd1cad51778e7c",
  9223. "reference": "6d584c727d9114bcdc14c86711cd1cad51778e7c",
  9224. "shasum": ""
  9225. },
  9226. "require": {
  9227. "php": ">=8.3"
  9228. },
  9229. "require-dev": {
  9230. "phpunit/phpunit": "^12.0"
  9231. },
  9232. "type": "library",
  9233. "extra": {
  9234. "branch-alias": {
  9235. "dev-main": "4.0-dev"
  9236. }
  9237. },
  9238. "autoload": {
  9239. "classmap": [
  9240. "src/"
  9241. ]
  9242. },
  9243. "notification-url": "https://packagist.org/downloads/",
  9244. "license": [
  9245. "BSD-3-Clause"
  9246. ],
  9247. "authors": [
  9248. {
  9249. "name": "Sebastian Bergmann",
  9250. "email": "sebastian@phpunit.de",
  9251. "role": "lead"
  9252. }
  9253. ],
  9254. "description": "Library for parsing CLI options",
  9255. "homepage": "https://github.com/sebastianbergmann/cli-parser",
  9256. "support": {
  9257. "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
  9258. "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
  9259. "source": "https://github.com/sebastianbergmann/cli-parser/tree/4.0.0"
  9260. },
  9261. "funding": [
  9262. {
  9263. "url": "https://github.com/sebastianbergmann",
  9264. "type": "github"
  9265. }
  9266. ],
  9267. "time": "2025-02-07T04:53:50+00:00"
  9268. },
  9269. {
  9270. "name": "sebastian/comparator",
  9271. "version": "7.0.1",
  9272. "source": {
  9273. "type": "git",
  9274. "url": "https://github.com/sebastianbergmann/comparator.git",
  9275. "reference": "b478f34614f934e0291598d0c08cbaba9644bee5"
  9276. },
  9277. "dist": {
  9278. "type": "zip",
  9279. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/b478f34614f934e0291598d0c08cbaba9644bee5",
  9280. "reference": "b478f34614f934e0291598d0c08cbaba9644bee5",
  9281. "shasum": ""
  9282. },
  9283. "require": {
  9284. "ext-dom": "*",
  9285. "ext-mbstring": "*",
  9286. "php": ">=8.3",
  9287. "sebastian/diff": "^7.0",
  9288. "sebastian/exporter": "^7.0"
  9289. },
  9290. "require-dev": {
  9291. "phpunit/phpunit": "^12.0"
  9292. },
  9293. "suggest": {
  9294. "ext-bcmath": "For comparing BcMath\\Number objects"
  9295. },
  9296. "type": "library",
  9297. "extra": {
  9298. "branch-alias": {
  9299. "dev-main": "7.0-dev"
  9300. }
  9301. },
  9302. "autoload": {
  9303. "classmap": [
  9304. "src/"
  9305. ]
  9306. },
  9307. "notification-url": "https://packagist.org/downloads/",
  9308. "license": [
  9309. "BSD-3-Clause"
  9310. ],
  9311. "authors": [
  9312. {
  9313. "name": "Sebastian Bergmann",
  9314. "email": "sebastian@phpunit.de"
  9315. },
  9316. {
  9317. "name": "Jeff Welch",
  9318. "email": "whatthejeff@gmail.com"
  9319. },
  9320. {
  9321. "name": "Volker Dusch",
  9322. "email": "github@wallbash.com"
  9323. },
  9324. {
  9325. "name": "Bernhard Schussek",
  9326. "email": "bschussek@2bepublished.at"
  9327. }
  9328. ],
  9329. "description": "Provides the functionality to compare PHP values for equality",
  9330. "homepage": "https://github.com/sebastianbergmann/comparator",
  9331. "keywords": [
  9332. "comparator",
  9333. "compare",
  9334. "equality"
  9335. ],
  9336. "support": {
  9337. "issues": "https://github.com/sebastianbergmann/comparator/issues",
  9338. "security": "https://github.com/sebastianbergmann/comparator/security/policy",
  9339. "source": "https://github.com/sebastianbergmann/comparator/tree/7.0.1"
  9340. },
  9341. "funding": [
  9342. {
  9343. "url": "https://github.com/sebastianbergmann",
  9344. "type": "github"
  9345. }
  9346. ],
  9347. "time": "2025-03-07T07:00:32+00:00"
  9348. },
  9349. {
  9350. "name": "sebastian/complexity",
  9351. "version": "5.0.0",
  9352. "source": {
  9353. "type": "git",
  9354. "url": "https://github.com/sebastianbergmann/complexity.git",
  9355. "reference": "bad4316aba5303d0221f43f8cee37eb58d384bbb"
  9356. },
  9357. "dist": {
  9358. "type": "zip",
  9359. "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/bad4316aba5303d0221f43f8cee37eb58d384bbb",
  9360. "reference": "bad4316aba5303d0221f43f8cee37eb58d384bbb",
  9361. "shasum": ""
  9362. },
  9363. "require": {
  9364. "nikic/php-parser": "^5.0",
  9365. "php": ">=8.3"
  9366. },
  9367. "require-dev": {
  9368. "phpunit/phpunit": "^12.0"
  9369. },
  9370. "type": "library",
  9371. "extra": {
  9372. "branch-alias": {
  9373. "dev-main": "5.0-dev"
  9374. }
  9375. },
  9376. "autoload": {
  9377. "classmap": [
  9378. "src/"
  9379. ]
  9380. },
  9381. "notification-url": "https://packagist.org/downloads/",
  9382. "license": [
  9383. "BSD-3-Clause"
  9384. ],
  9385. "authors": [
  9386. {
  9387. "name": "Sebastian Bergmann",
  9388. "email": "sebastian@phpunit.de",
  9389. "role": "lead"
  9390. }
  9391. ],
  9392. "description": "Library for calculating the complexity of PHP code units",
  9393. "homepage": "https://github.com/sebastianbergmann/complexity",
  9394. "support": {
  9395. "issues": "https://github.com/sebastianbergmann/complexity/issues",
  9396. "security": "https://github.com/sebastianbergmann/complexity/security/policy",
  9397. "source": "https://github.com/sebastianbergmann/complexity/tree/5.0.0"
  9398. },
  9399. "funding": [
  9400. {
  9401. "url": "https://github.com/sebastianbergmann",
  9402. "type": "github"
  9403. }
  9404. ],
  9405. "time": "2025-02-07T04:55:25+00:00"
  9406. },
  9407. {
  9408. "name": "sebastian/diff",
  9409. "version": "7.0.0",
  9410. "source": {
  9411. "type": "git",
  9412. "url": "https://github.com/sebastianbergmann/diff.git",
  9413. "reference": "7ab1ea946c012266ca32390913653d844ecd085f"
  9414. },
  9415. "dist": {
  9416. "type": "zip",
  9417. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7ab1ea946c012266ca32390913653d844ecd085f",
  9418. "reference": "7ab1ea946c012266ca32390913653d844ecd085f",
  9419. "shasum": ""
  9420. },
  9421. "require": {
  9422. "php": ">=8.3"
  9423. },
  9424. "require-dev": {
  9425. "phpunit/phpunit": "^12.0",
  9426. "symfony/process": "^7.2"
  9427. },
  9428. "type": "library",
  9429. "extra": {
  9430. "branch-alias": {
  9431. "dev-main": "7.0-dev"
  9432. }
  9433. },
  9434. "autoload": {
  9435. "classmap": [
  9436. "src/"
  9437. ]
  9438. },
  9439. "notification-url": "https://packagist.org/downloads/",
  9440. "license": [
  9441. "BSD-3-Clause"
  9442. ],
  9443. "authors": [
  9444. {
  9445. "name": "Sebastian Bergmann",
  9446. "email": "sebastian@phpunit.de"
  9447. },
  9448. {
  9449. "name": "Kore Nordmann",
  9450. "email": "mail@kore-nordmann.de"
  9451. }
  9452. ],
  9453. "description": "Diff implementation",
  9454. "homepage": "https://github.com/sebastianbergmann/diff",
  9455. "keywords": [
  9456. "diff",
  9457. "udiff",
  9458. "unidiff",
  9459. "unified diff"
  9460. ],
  9461. "support": {
  9462. "issues": "https://github.com/sebastianbergmann/diff/issues",
  9463. "security": "https://github.com/sebastianbergmann/diff/security/policy",
  9464. "source": "https://github.com/sebastianbergmann/diff/tree/7.0.0"
  9465. },
  9466. "funding": [
  9467. {
  9468. "url": "https://github.com/sebastianbergmann",
  9469. "type": "github"
  9470. }
  9471. ],
  9472. "time": "2025-02-07T04:55:46+00:00"
  9473. },
  9474. {
  9475. "name": "sebastian/environment",
  9476. "version": "8.0.0",
  9477. "source": {
  9478. "type": "git",
  9479. "url": "https://github.com/sebastianbergmann/environment.git",
  9480. "reference": "8afe311eca49171bf95405cc0078be9a3821f9f2"
  9481. },
  9482. "dist": {
  9483. "type": "zip",
  9484. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/8afe311eca49171bf95405cc0078be9a3821f9f2",
  9485. "reference": "8afe311eca49171bf95405cc0078be9a3821f9f2",
  9486. "shasum": ""
  9487. },
  9488. "require": {
  9489. "php": ">=8.3"
  9490. },
  9491. "require-dev": {
  9492. "phpunit/phpunit": "^12.0"
  9493. },
  9494. "suggest": {
  9495. "ext-posix": "*"
  9496. },
  9497. "type": "library",
  9498. "extra": {
  9499. "branch-alias": {
  9500. "dev-main": "8.0-dev"
  9501. }
  9502. },
  9503. "autoload": {
  9504. "classmap": [
  9505. "src/"
  9506. ]
  9507. },
  9508. "notification-url": "https://packagist.org/downloads/",
  9509. "license": [
  9510. "BSD-3-Clause"
  9511. ],
  9512. "authors": [
  9513. {
  9514. "name": "Sebastian Bergmann",
  9515. "email": "sebastian@phpunit.de"
  9516. }
  9517. ],
  9518. "description": "Provides functionality to handle HHVM/PHP environments",
  9519. "homepage": "https://github.com/sebastianbergmann/environment",
  9520. "keywords": [
  9521. "Xdebug",
  9522. "environment",
  9523. "hhvm"
  9524. ],
  9525. "support": {
  9526. "issues": "https://github.com/sebastianbergmann/environment/issues",
  9527. "security": "https://github.com/sebastianbergmann/environment/security/policy",
  9528. "source": "https://github.com/sebastianbergmann/environment/tree/8.0.0"
  9529. },
  9530. "funding": [
  9531. {
  9532. "url": "https://github.com/sebastianbergmann",
  9533. "type": "github"
  9534. }
  9535. ],
  9536. "time": "2025-02-07T04:56:08+00:00"
  9537. },
  9538. {
  9539. "name": "sebastian/exporter",
  9540. "version": "7.0.0",
  9541. "source": {
  9542. "type": "git",
  9543. "url": "https://github.com/sebastianbergmann/exporter.git",
  9544. "reference": "76432aafc58d50691a00d86d0632f1217a47b688"
  9545. },
  9546. "dist": {
  9547. "type": "zip",
  9548. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/76432aafc58d50691a00d86d0632f1217a47b688",
  9549. "reference": "76432aafc58d50691a00d86d0632f1217a47b688",
  9550. "shasum": ""
  9551. },
  9552. "require": {
  9553. "ext-mbstring": "*",
  9554. "php": ">=8.3",
  9555. "sebastian/recursion-context": "^7.0"
  9556. },
  9557. "require-dev": {
  9558. "phpunit/phpunit": "^12.0"
  9559. },
  9560. "type": "library",
  9561. "extra": {
  9562. "branch-alias": {
  9563. "dev-main": "7.0-dev"
  9564. }
  9565. },
  9566. "autoload": {
  9567. "classmap": [
  9568. "src/"
  9569. ]
  9570. },
  9571. "notification-url": "https://packagist.org/downloads/",
  9572. "license": [
  9573. "BSD-3-Clause"
  9574. ],
  9575. "authors": [
  9576. {
  9577. "name": "Sebastian Bergmann",
  9578. "email": "sebastian@phpunit.de"
  9579. },
  9580. {
  9581. "name": "Jeff Welch",
  9582. "email": "whatthejeff@gmail.com"
  9583. },
  9584. {
  9585. "name": "Volker Dusch",
  9586. "email": "github@wallbash.com"
  9587. },
  9588. {
  9589. "name": "Adam Harvey",
  9590. "email": "aharvey@php.net"
  9591. },
  9592. {
  9593. "name": "Bernhard Schussek",
  9594. "email": "bschussek@gmail.com"
  9595. }
  9596. ],
  9597. "description": "Provides the functionality to export PHP variables for visualization",
  9598. "homepage": "https://www.github.com/sebastianbergmann/exporter",
  9599. "keywords": [
  9600. "export",
  9601. "exporter"
  9602. ],
  9603. "support": {
  9604. "issues": "https://github.com/sebastianbergmann/exporter/issues",
  9605. "security": "https://github.com/sebastianbergmann/exporter/security/policy",
  9606. "source": "https://github.com/sebastianbergmann/exporter/tree/7.0.0"
  9607. },
  9608. "funding": [
  9609. {
  9610. "url": "https://github.com/sebastianbergmann",
  9611. "type": "github"
  9612. }
  9613. ],
  9614. "time": "2025-02-07T04:56:42+00:00"
  9615. },
  9616. {
  9617. "name": "sebastian/global-state",
  9618. "version": "8.0.0",
  9619. "source": {
  9620. "type": "git",
  9621. "url": "https://github.com/sebastianbergmann/global-state.git",
  9622. "reference": "570a2aeb26d40f057af686d63c4e99b075fb6cbc"
  9623. },
  9624. "dist": {
  9625. "type": "zip",
  9626. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/570a2aeb26d40f057af686d63c4e99b075fb6cbc",
  9627. "reference": "570a2aeb26d40f057af686d63c4e99b075fb6cbc",
  9628. "shasum": ""
  9629. },
  9630. "require": {
  9631. "php": ">=8.3",
  9632. "sebastian/object-reflector": "^5.0",
  9633. "sebastian/recursion-context": "^7.0"
  9634. },
  9635. "require-dev": {
  9636. "ext-dom": "*",
  9637. "phpunit/phpunit": "^12.0"
  9638. },
  9639. "type": "library",
  9640. "extra": {
  9641. "branch-alias": {
  9642. "dev-main": "8.0-dev"
  9643. }
  9644. },
  9645. "autoload": {
  9646. "classmap": [
  9647. "src/"
  9648. ]
  9649. },
  9650. "notification-url": "https://packagist.org/downloads/",
  9651. "license": [
  9652. "BSD-3-Clause"
  9653. ],
  9654. "authors": [
  9655. {
  9656. "name": "Sebastian Bergmann",
  9657. "email": "sebastian@phpunit.de"
  9658. }
  9659. ],
  9660. "description": "Snapshotting of global state",
  9661. "homepage": "https://www.github.com/sebastianbergmann/global-state",
  9662. "keywords": [
  9663. "global state"
  9664. ],
  9665. "support": {
  9666. "issues": "https://github.com/sebastianbergmann/global-state/issues",
  9667. "security": "https://github.com/sebastianbergmann/global-state/security/policy",
  9668. "source": "https://github.com/sebastianbergmann/global-state/tree/8.0.0"
  9669. },
  9670. "funding": [
  9671. {
  9672. "url": "https://github.com/sebastianbergmann",
  9673. "type": "github"
  9674. }
  9675. ],
  9676. "time": "2025-02-07T04:56:59+00:00"
  9677. },
  9678. {
  9679. "name": "sebastian/lines-of-code",
  9680. "version": "4.0.0",
  9681. "source": {
  9682. "type": "git",
  9683. "url": "https://github.com/sebastianbergmann/lines-of-code.git",
  9684. "reference": "97ffee3bcfb5805568d6af7f0f893678fc076d2f"
  9685. },
  9686. "dist": {
  9687. "type": "zip",
  9688. "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/97ffee3bcfb5805568d6af7f0f893678fc076d2f",
  9689. "reference": "97ffee3bcfb5805568d6af7f0f893678fc076d2f",
  9690. "shasum": ""
  9691. },
  9692. "require": {
  9693. "nikic/php-parser": "^5.0",
  9694. "php": ">=8.3"
  9695. },
  9696. "require-dev": {
  9697. "phpunit/phpunit": "^12.0"
  9698. },
  9699. "type": "library",
  9700. "extra": {
  9701. "branch-alias": {
  9702. "dev-main": "4.0-dev"
  9703. }
  9704. },
  9705. "autoload": {
  9706. "classmap": [
  9707. "src/"
  9708. ]
  9709. },
  9710. "notification-url": "https://packagist.org/downloads/",
  9711. "license": [
  9712. "BSD-3-Clause"
  9713. ],
  9714. "authors": [
  9715. {
  9716. "name": "Sebastian Bergmann",
  9717. "email": "sebastian@phpunit.de",
  9718. "role": "lead"
  9719. }
  9720. ],
  9721. "description": "Library for counting the lines of code in PHP source code",
  9722. "homepage": "https://github.com/sebastianbergmann/lines-of-code",
  9723. "support": {
  9724. "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
  9725. "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
  9726. "source": "https://github.com/sebastianbergmann/lines-of-code/tree/4.0.0"
  9727. },
  9728. "funding": [
  9729. {
  9730. "url": "https://github.com/sebastianbergmann",
  9731. "type": "github"
  9732. }
  9733. ],
  9734. "time": "2025-02-07T04:57:28+00:00"
  9735. },
  9736. {
  9737. "name": "sebastian/object-enumerator",
  9738. "version": "7.0.0",
  9739. "source": {
  9740. "type": "git",
  9741. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  9742. "reference": "1effe8e9b8e068e9ae228e542d5d11b5d16db894"
  9743. },
  9744. "dist": {
  9745. "type": "zip",
  9746. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1effe8e9b8e068e9ae228e542d5d11b5d16db894",
  9747. "reference": "1effe8e9b8e068e9ae228e542d5d11b5d16db894",
  9748. "shasum": ""
  9749. },
  9750. "require": {
  9751. "php": ">=8.3",
  9752. "sebastian/object-reflector": "^5.0",
  9753. "sebastian/recursion-context": "^7.0"
  9754. },
  9755. "require-dev": {
  9756. "phpunit/phpunit": "^12.0"
  9757. },
  9758. "type": "library",
  9759. "extra": {
  9760. "branch-alias": {
  9761. "dev-main": "7.0-dev"
  9762. }
  9763. },
  9764. "autoload": {
  9765. "classmap": [
  9766. "src/"
  9767. ]
  9768. },
  9769. "notification-url": "https://packagist.org/downloads/",
  9770. "license": [
  9771. "BSD-3-Clause"
  9772. ],
  9773. "authors": [
  9774. {
  9775. "name": "Sebastian Bergmann",
  9776. "email": "sebastian@phpunit.de"
  9777. }
  9778. ],
  9779. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  9780. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  9781. "support": {
  9782. "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
  9783. "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
  9784. "source": "https://github.com/sebastianbergmann/object-enumerator/tree/7.0.0"
  9785. },
  9786. "funding": [
  9787. {
  9788. "url": "https://github.com/sebastianbergmann",
  9789. "type": "github"
  9790. }
  9791. ],
  9792. "time": "2025-02-07T04:57:48+00:00"
  9793. },
  9794. {
  9795. "name": "sebastian/object-reflector",
  9796. "version": "5.0.0",
  9797. "source": {
  9798. "type": "git",
  9799. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  9800. "reference": "4bfa827c969c98be1e527abd576533293c634f6a"
  9801. },
  9802. "dist": {
  9803. "type": "zip",
  9804. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/4bfa827c969c98be1e527abd576533293c634f6a",
  9805. "reference": "4bfa827c969c98be1e527abd576533293c634f6a",
  9806. "shasum": ""
  9807. },
  9808. "require": {
  9809. "php": ">=8.3"
  9810. },
  9811. "require-dev": {
  9812. "phpunit/phpunit": "^12.0"
  9813. },
  9814. "type": "library",
  9815. "extra": {
  9816. "branch-alias": {
  9817. "dev-main": "5.0-dev"
  9818. }
  9819. },
  9820. "autoload": {
  9821. "classmap": [
  9822. "src/"
  9823. ]
  9824. },
  9825. "notification-url": "https://packagist.org/downloads/",
  9826. "license": [
  9827. "BSD-3-Clause"
  9828. ],
  9829. "authors": [
  9830. {
  9831. "name": "Sebastian Bergmann",
  9832. "email": "sebastian@phpunit.de"
  9833. }
  9834. ],
  9835. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  9836. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  9837. "support": {
  9838. "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
  9839. "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
  9840. "source": "https://github.com/sebastianbergmann/object-reflector/tree/5.0.0"
  9841. },
  9842. "funding": [
  9843. {
  9844. "url": "https://github.com/sebastianbergmann",
  9845. "type": "github"
  9846. }
  9847. ],
  9848. "time": "2025-02-07T04:58:17+00:00"
  9849. },
  9850. {
  9851. "name": "sebastian/recursion-context",
  9852. "version": "7.0.0",
  9853. "source": {
  9854. "type": "git",
  9855. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  9856. "reference": "c405ae3a63e01b32eb71577f8ec1604e39858a7c"
  9857. },
  9858. "dist": {
  9859. "type": "zip",
  9860. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/c405ae3a63e01b32eb71577f8ec1604e39858a7c",
  9861. "reference": "c405ae3a63e01b32eb71577f8ec1604e39858a7c",
  9862. "shasum": ""
  9863. },
  9864. "require": {
  9865. "php": ">=8.3"
  9866. },
  9867. "require-dev": {
  9868. "phpunit/phpunit": "^12.0"
  9869. },
  9870. "type": "library",
  9871. "extra": {
  9872. "branch-alias": {
  9873. "dev-main": "7.0-dev"
  9874. }
  9875. },
  9876. "autoload": {
  9877. "classmap": [
  9878. "src/"
  9879. ]
  9880. },
  9881. "notification-url": "https://packagist.org/downloads/",
  9882. "license": [
  9883. "BSD-3-Clause"
  9884. ],
  9885. "authors": [
  9886. {
  9887. "name": "Sebastian Bergmann",
  9888. "email": "sebastian@phpunit.de"
  9889. },
  9890. {
  9891. "name": "Jeff Welch",
  9892. "email": "whatthejeff@gmail.com"
  9893. },
  9894. {
  9895. "name": "Adam Harvey",
  9896. "email": "aharvey@php.net"
  9897. }
  9898. ],
  9899. "description": "Provides functionality to recursively process PHP variables",
  9900. "homepage": "https://github.com/sebastianbergmann/recursion-context",
  9901. "support": {
  9902. "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
  9903. "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
  9904. "source": "https://github.com/sebastianbergmann/recursion-context/tree/7.0.0"
  9905. },
  9906. "funding": [
  9907. {
  9908. "url": "https://github.com/sebastianbergmann",
  9909. "type": "github"
  9910. }
  9911. ],
  9912. "time": "2025-02-07T05:00:01+00:00"
  9913. },
  9914. {
  9915. "name": "sebastian/type",
  9916. "version": "6.0.2",
  9917. "source": {
  9918. "type": "git",
  9919. "url": "https://github.com/sebastianbergmann/type.git",
  9920. "reference": "1d7cd6e514384c36d7a390347f57c385d4be6069"
  9921. },
  9922. "dist": {
  9923. "type": "zip",
  9924. "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/1d7cd6e514384c36d7a390347f57c385d4be6069",
  9925. "reference": "1d7cd6e514384c36d7a390347f57c385d4be6069",
  9926. "shasum": ""
  9927. },
  9928. "require": {
  9929. "php": ">=8.3"
  9930. },
  9931. "require-dev": {
  9932. "phpunit/phpunit": "^12.0"
  9933. },
  9934. "type": "library",
  9935. "extra": {
  9936. "branch-alias": {
  9937. "dev-main": "6.0-dev"
  9938. }
  9939. },
  9940. "autoload": {
  9941. "classmap": [
  9942. "src/"
  9943. ]
  9944. },
  9945. "notification-url": "https://packagist.org/downloads/",
  9946. "license": [
  9947. "BSD-3-Clause"
  9948. ],
  9949. "authors": [
  9950. {
  9951. "name": "Sebastian Bergmann",
  9952. "email": "sebastian@phpunit.de",
  9953. "role": "lead"
  9954. }
  9955. ],
  9956. "description": "Collection of value objects that represent the types of the PHP type system",
  9957. "homepage": "https://github.com/sebastianbergmann/type",
  9958. "support": {
  9959. "issues": "https://github.com/sebastianbergmann/type/issues",
  9960. "security": "https://github.com/sebastianbergmann/type/security/policy",
  9961. "source": "https://github.com/sebastianbergmann/type/tree/6.0.2"
  9962. },
  9963. "funding": [
  9964. {
  9965. "url": "https://github.com/sebastianbergmann",
  9966. "type": "github"
  9967. }
  9968. ],
  9969. "time": "2025-03-18T13:37:31+00:00"
  9970. },
  9971. {
  9972. "name": "sebastian/version",
  9973. "version": "6.0.0",
  9974. "source": {
  9975. "type": "git",
  9976. "url": "https://github.com/sebastianbergmann/version.git",
  9977. "reference": "3e6ccf7657d4f0a59200564b08cead899313b53c"
  9978. },
  9979. "dist": {
  9980. "type": "zip",
  9981. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/3e6ccf7657d4f0a59200564b08cead899313b53c",
  9982. "reference": "3e6ccf7657d4f0a59200564b08cead899313b53c",
  9983. "shasum": ""
  9984. },
  9985. "require": {
  9986. "php": ">=8.3"
  9987. },
  9988. "type": "library",
  9989. "extra": {
  9990. "branch-alias": {
  9991. "dev-main": "6.0-dev"
  9992. }
  9993. },
  9994. "autoload": {
  9995. "classmap": [
  9996. "src/"
  9997. ]
  9998. },
  9999. "notification-url": "https://packagist.org/downloads/",
  10000. "license": [
  10001. "BSD-3-Clause"
  10002. ],
  10003. "authors": [
  10004. {
  10005. "name": "Sebastian Bergmann",
  10006. "email": "sebastian@phpunit.de",
  10007. "role": "lead"
  10008. }
  10009. ],
  10010. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  10011. "homepage": "https://github.com/sebastianbergmann/version",
  10012. "support": {
  10013. "issues": "https://github.com/sebastianbergmann/version/issues",
  10014. "security": "https://github.com/sebastianbergmann/version/security/policy",
  10015. "source": "https://github.com/sebastianbergmann/version/tree/6.0.0"
  10016. },
  10017. "funding": [
  10018. {
  10019. "url": "https://github.com/sebastianbergmann",
  10020. "type": "github"
  10021. }
  10022. ],
  10023. "time": "2025-02-07T05:00:38+00:00"
  10024. },
  10025. {
  10026. "name": "staabm/side-effects-detector",
  10027. "version": "1.0.5",
  10028. "source": {
  10029. "type": "git",
  10030. "url": "https://github.com/staabm/side-effects-detector.git",
  10031. "reference": "d8334211a140ce329c13726d4a715adbddd0a163"
  10032. },
  10033. "dist": {
  10034. "type": "zip",
  10035. "url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163",
  10036. "reference": "d8334211a140ce329c13726d4a715adbddd0a163",
  10037. "shasum": ""
  10038. },
  10039. "require": {
  10040. "ext-tokenizer": "*",
  10041. "php": "^7.4 || ^8.0"
  10042. },
  10043. "require-dev": {
  10044. "phpstan/extension-installer": "^1.4.3",
  10045. "phpstan/phpstan": "^1.12.6",
  10046. "phpunit/phpunit": "^9.6.21",
  10047. "symfony/var-dumper": "^5.4.43",
  10048. "tomasvotruba/type-coverage": "1.0.0",
  10049. "tomasvotruba/unused-public": "1.0.0"
  10050. },
  10051. "type": "library",
  10052. "autoload": {
  10053. "classmap": [
  10054. "lib/"
  10055. ]
  10056. },
  10057. "notification-url": "https://packagist.org/downloads/",
  10058. "license": [
  10059. "MIT"
  10060. ],
  10061. "description": "A static analysis tool to detect side effects in PHP code",
  10062. "keywords": [
  10063. "static analysis"
  10064. ],
  10065. "support": {
  10066. "issues": "https://github.com/staabm/side-effects-detector/issues",
  10067. "source": "https://github.com/staabm/side-effects-detector/tree/1.0.5"
  10068. },
  10069. "funding": [
  10070. {
  10071. "url": "https://github.com/staabm",
  10072. "type": "github"
  10073. }
  10074. ],
  10075. "time": "2024-10-20T05:08:20+00:00"
  10076. },
  10077. {
  10078. "name": "theseer/tokenizer",
  10079. "version": "1.2.3",
  10080. "source": {
  10081. "type": "git",
  10082. "url": "https://github.com/theseer/tokenizer.git",
  10083. "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
  10084. },
  10085. "dist": {
  10086. "type": "zip",
  10087. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
  10088. "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
  10089. "shasum": ""
  10090. },
  10091. "require": {
  10092. "ext-dom": "*",
  10093. "ext-tokenizer": "*",
  10094. "ext-xmlwriter": "*",
  10095. "php": "^7.2 || ^8.0"
  10096. },
  10097. "type": "library",
  10098. "autoload": {
  10099. "classmap": [
  10100. "src/"
  10101. ]
  10102. },
  10103. "notification-url": "https://packagist.org/downloads/",
  10104. "license": [
  10105. "BSD-3-Clause"
  10106. ],
  10107. "authors": [
  10108. {
  10109. "name": "Arne Blankerts",
  10110. "email": "arne@blankerts.de",
  10111. "role": "Developer"
  10112. }
  10113. ],
  10114. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  10115. "support": {
  10116. "issues": "https://github.com/theseer/tokenizer/issues",
  10117. "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
  10118. },
  10119. "funding": [
  10120. {
  10121. "url": "https://github.com/theseer",
  10122. "type": "github"
  10123. }
  10124. ],
  10125. "time": "2024-03-03T12:36:25+00:00"
  10126. }
  10127. ],
  10128. "aliases": [],
  10129. "minimum-stability": "dev",
  10130. "stability-flags": {
  10131. "firefly-iii/api-support-classes": 20,
  10132. "roave/security-advisories": 20
  10133. },
  10134. "prefer-stable": true,
  10135. "prefer-lowest": false,
  10136. "platform": {
  10137. "php": ">=8.4",
  10138. "ext-bcmath": "*",
  10139. "ext-json": "*"
  10140. },
  10141. "platform-dev": [],
  10142. "plugin-api-version": "2.3.0"
  10143. }