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.

10760 lines
408 KiB

2 months ago
2 months ago
3 years ago
3 years ago
3 years ago
3 years ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
3 years ago
3 years ago
3 years ago
3 years ago
4 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
4 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
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 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": "b7cf2032b370512926f502bdd4038b70",
  8. "packages": [
  9. {
  10. "name": "brick/math",
  11. "version": "0.14.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/brick/math.git",
  15. "reference": "113a8ee2656b882d4c3164fa31aa6e12cbb7aaa2"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/brick/math/zipball/113a8ee2656b882d4c3164fa31aa6e12cbb7aaa2",
  20. "reference": "113a8ee2656b882d4c3164fa31aa6e12cbb7aaa2",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^8.2"
  25. },
  26. "require-dev": {
  27. "php-coveralls/php-coveralls": "^2.2",
  28. "phpstan/phpstan": "2.1.22",
  29. "phpunit/phpunit": "^11.5"
  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.14.0"
  60. },
  61. "funding": [
  62. {
  63. "url": "https://github.com/BenMorel",
  64. "type": "github"
  65. }
  66. ],
  67. "time": "2025-08-29T12:40:03+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.1.0",
  216. "source": {
  217. "type": "git",
  218. "url": "https://github.com/doctrine/inflector.git",
  219. "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b"
  220. },
  221. "dist": {
  222. "type": "zip",
  223. "url": "https://api.github.com/repos/doctrine/inflector/zipball/6d6c96277ea252fc1304627204c3d5e6e15faa3b",
  224. "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b",
  225. "shasum": ""
  226. },
  227. "require": {
  228. "php": "^7.2 || ^8.0"
  229. },
  230. "require-dev": {
  231. "doctrine/coding-standard": "^12.0 || ^13.0",
  232. "phpstan/phpstan": "^1.12 || ^2.0",
  233. "phpstan/phpstan-phpunit": "^1.4 || ^2.0",
  234. "phpstan/phpstan-strict-rules": "^1.6 || ^2.0",
  235. "phpunit/phpunit": "^8.5 || ^12.2"
  236. },
  237. "type": "library",
  238. "autoload": {
  239. "psr-4": {
  240. "Doctrine\\Inflector\\": "src"
  241. }
  242. },
  243. "notification-url": "https://packagist.org/downloads/",
  244. "license": [
  245. "MIT"
  246. ],
  247. "authors": [
  248. {
  249. "name": "Guilherme Blanco",
  250. "email": "guilhermeblanco@gmail.com"
  251. },
  252. {
  253. "name": "Roman Borschel",
  254. "email": "roman@code-factory.org"
  255. },
  256. {
  257. "name": "Benjamin Eberlei",
  258. "email": "kontakt@beberlei.de"
  259. },
  260. {
  261. "name": "Jonathan Wage",
  262. "email": "jonwage@gmail.com"
  263. },
  264. {
  265. "name": "Johannes Schmitt",
  266. "email": "schmittjoh@gmail.com"
  267. }
  268. ],
  269. "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
  270. "homepage": "https://www.doctrine-project.org/projects/inflector.html",
  271. "keywords": [
  272. "inflection",
  273. "inflector",
  274. "lowercase",
  275. "manipulation",
  276. "php",
  277. "plural",
  278. "singular",
  279. "strings",
  280. "uppercase",
  281. "words"
  282. ],
  283. "support": {
  284. "issues": "https://github.com/doctrine/inflector/issues",
  285. "source": "https://github.com/doctrine/inflector/tree/2.1.0"
  286. },
  287. "funding": [
  288. {
  289. "url": "https://www.doctrine-project.org/sponsorship.html",
  290. "type": "custom"
  291. },
  292. {
  293. "url": "https://www.patreon.com/phpdoctrine",
  294. "type": "patreon"
  295. },
  296. {
  297. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
  298. "type": "tidelift"
  299. }
  300. ],
  301. "time": "2025-08-10T19:31:58+00:00"
  302. },
  303. {
  304. "name": "doctrine/lexer",
  305. "version": "3.0.1",
  306. "source": {
  307. "type": "git",
  308. "url": "https://github.com/doctrine/lexer.git",
  309. "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
  310. },
  311. "dist": {
  312. "type": "zip",
  313. "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
  314. "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
  315. "shasum": ""
  316. },
  317. "require": {
  318. "php": "^8.1"
  319. },
  320. "require-dev": {
  321. "doctrine/coding-standard": "^12",
  322. "phpstan/phpstan": "^1.10",
  323. "phpunit/phpunit": "^10.5",
  324. "psalm/plugin-phpunit": "^0.18.3",
  325. "vimeo/psalm": "^5.21"
  326. },
  327. "type": "library",
  328. "autoload": {
  329. "psr-4": {
  330. "Doctrine\\Common\\Lexer\\": "src"
  331. }
  332. },
  333. "notification-url": "https://packagist.org/downloads/",
  334. "license": [
  335. "MIT"
  336. ],
  337. "authors": [
  338. {
  339. "name": "Guilherme Blanco",
  340. "email": "guilhermeblanco@gmail.com"
  341. },
  342. {
  343. "name": "Roman Borschel",
  344. "email": "roman@code-factory.org"
  345. },
  346. {
  347. "name": "Johannes Schmitt",
  348. "email": "schmittjoh@gmail.com"
  349. }
  350. ],
  351. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  352. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  353. "keywords": [
  354. "annotations",
  355. "docblock",
  356. "lexer",
  357. "parser",
  358. "php"
  359. ],
  360. "support": {
  361. "issues": "https://github.com/doctrine/lexer/issues",
  362. "source": "https://github.com/doctrine/lexer/tree/3.0.1"
  363. },
  364. "funding": [
  365. {
  366. "url": "https://www.doctrine-project.org/sponsorship.html",
  367. "type": "custom"
  368. },
  369. {
  370. "url": "https://www.patreon.com/phpdoctrine",
  371. "type": "patreon"
  372. },
  373. {
  374. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
  375. "type": "tidelift"
  376. }
  377. ],
  378. "time": "2024-02-05T11:56:58+00:00"
  379. },
  380. {
  381. "name": "dragonmantank/cron-expression",
  382. "version": "v3.4.0",
  383. "source": {
  384. "type": "git",
  385. "url": "https://github.com/dragonmantank/cron-expression.git",
  386. "reference": "8c784d071debd117328803d86b2097615b457500"
  387. },
  388. "dist": {
  389. "type": "zip",
  390. "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8c784d071debd117328803d86b2097615b457500",
  391. "reference": "8c784d071debd117328803d86b2097615b457500",
  392. "shasum": ""
  393. },
  394. "require": {
  395. "php": "^7.2|^8.0",
  396. "webmozart/assert": "^1.0"
  397. },
  398. "replace": {
  399. "mtdowling/cron-expression": "^1.0"
  400. },
  401. "require-dev": {
  402. "phpstan/extension-installer": "^1.0",
  403. "phpstan/phpstan": "^1.0",
  404. "phpunit/phpunit": "^7.0|^8.0|^9.0"
  405. },
  406. "type": "library",
  407. "extra": {
  408. "branch-alias": {
  409. "dev-master": "3.x-dev"
  410. }
  411. },
  412. "autoload": {
  413. "psr-4": {
  414. "Cron\\": "src/Cron/"
  415. }
  416. },
  417. "notification-url": "https://packagist.org/downloads/",
  418. "license": [
  419. "MIT"
  420. ],
  421. "authors": [
  422. {
  423. "name": "Chris Tankersley",
  424. "email": "chris@ctankersley.com",
  425. "homepage": "https://github.com/dragonmantank"
  426. }
  427. ],
  428. "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  429. "keywords": [
  430. "cron",
  431. "schedule"
  432. ],
  433. "support": {
  434. "issues": "https://github.com/dragonmantank/cron-expression/issues",
  435. "source": "https://github.com/dragonmantank/cron-expression/tree/v3.4.0"
  436. },
  437. "funding": [
  438. {
  439. "url": "https://github.com/dragonmantank",
  440. "type": "github"
  441. }
  442. ],
  443. "time": "2024-10-09T13:47:03+00:00"
  444. },
  445. {
  446. "name": "egulias/email-validator",
  447. "version": "4.0.4",
  448. "source": {
  449. "type": "git",
  450. "url": "https://github.com/egulias/EmailValidator.git",
  451. "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa"
  452. },
  453. "dist": {
  454. "type": "zip",
  455. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
  456. "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
  457. "shasum": ""
  458. },
  459. "require": {
  460. "doctrine/lexer": "^2.0 || ^3.0",
  461. "php": ">=8.1",
  462. "symfony/polyfill-intl-idn": "^1.26"
  463. },
  464. "require-dev": {
  465. "phpunit/phpunit": "^10.2",
  466. "vimeo/psalm": "^5.12"
  467. },
  468. "suggest": {
  469. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  470. },
  471. "type": "library",
  472. "extra": {
  473. "branch-alias": {
  474. "dev-master": "4.0.x-dev"
  475. }
  476. },
  477. "autoload": {
  478. "psr-4": {
  479. "Egulias\\EmailValidator\\": "src"
  480. }
  481. },
  482. "notification-url": "https://packagist.org/downloads/",
  483. "license": [
  484. "MIT"
  485. ],
  486. "authors": [
  487. {
  488. "name": "Eduardo Gulias Davis"
  489. }
  490. ],
  491. "description": "A library for validating emails against several RFCs",
  492. "homepage": "https://github.com/egulias/EmailValidator",
  493. "keywords": [
  494. "email",
  495. "emailvalidation",
  496. "emailvalidator",
  497. "validation",
  498. "validator"
  499. ],
  500. "support": {
  501. "issues": "https://github.com/egulias/EmailValidator/issues",
  502. "source": "https://github.com/egulias/EmailValidator/tree/4.0.4"
  503. },
  504. "funding": [
  505. {
  506. "url": "https://github.com/egulias",
  507. "type": "github"
  508. }
  509. ],
  510. "time": "2025-03-06T22:45:56+00:00"
  511. },
  512. {
  513. "name": "firefly-iii/api-support-classes",
  514. "version": "dev-main",
  515. "source": {
  516. "type": "git",
  517. "url": "https://github.com/JC5/api-support-classes.git",
  518. "reference": "c70158bc66bb3da01c9b7547539f1331ea2282ce"
  519. },
  520. "dist": {
  521. "type": "zip",
  522. "url": "https://api.github.com/repos/JC5/api-support-classes/zipball/c70158bc66bb3da01c9b7547539f1331ea2282ce",
  523. "reference": "c70158bc66bb3da01c9b7547539f1331ea2282ce",
  524. "shasum": ""
  525. },
  526. "require": {
  527. "ext-json": "*",
  528. "guzzlehttp/guzzle": "^7",
  529. "illuminate/support": "^11",
  530. "php": ">=8.3"
  531. },
  532. "require-dev": {
  533. "phpunit/phpunit": ">=10.0",
  534. "squizlabs/php_codesniffer": "^3.0"
  535. },
  536. "default-branch": true,
  537. "type": "library",
  538. "extra": {
  539. "branch-alias": {
  540. "dev-master": "1.0-dev"
  541. }
  542. },
  543. "autoload": {
  544. "psr-4": {
  545. "GrumpyDictator\\FFIIIApiSupport\\": "src"
  546. }
  547. },
  548. "notification-url": "https://packagist.org/downloads/",
  549. "license": [
  550. "AGPL-3.0-or-later"
  551. ],
  552. "authors": [
  553. {
  554. "name": "James Cole",
  555. "email": "james@firefly-iii.org",
  556. "homepage": "https://github.com/JC5",
  557. "role": "Developer"
  558. }
  559. ],
  560. "description": "API support classes",
  561. "homepage": "https://github.com/firefly-iii/api-support-classes",
  562. "keywords": [
  563. "administration",
  564. "api",
  565. "api support",
  566. "assistant",
  567. "bills",
  568. "budgeting",
  569. "budgeting application",
  570. "budgeting tool",
  571. "budgets",
  572. "currency",
  573. "dollar",
  574. "euro",
  575. "finance",
  576. "finances",
  577. "financial",
  578. "financials",
  579. "firefly",
  580. "firefly iii",
  581. "firefly-iii",
  582. "help",
  583. "helper",
  584. "import",
  585. "importing",
  586. "laravel",
  587. "management",
  588. "manager",
  589. "money",
  590. "organizing",
  591. "personal finance",
  592. "planning",
  593. "self hosted",
  594. "self-hosted",
  595. "tool",
  596. "tooling",
  597. "transactions",
  598. "transfers"
  599. ],
  600. "support": {
  601. "docs": "https://docs.firefly-iii.org/",
  602. "email": "james@firefly-iii.org",
  603. "forum": "https://reddit.com/r/FireflyIII",
  604. "issues": "https://github.com/firefly-iii/firefly-iii/issues",
  605. "source": "https://github.com/firefly-iii/api-support-classes"
  606. },
  607. "funding": [
  608. {
  609. "url": "https://github.com/sponsors/JC5",
  610. "type": "github"
  611. },
  612. {
  613. "url": "https://www.patreon.com/JC5",
  614. "type": "patreon"
  615. }
  616. ],
  617. "time": "2025-06-29T14:43:41+00:00"
  618. },
  619. {
  620. "name": "fruitcake/php-cors",
  621. "version": "v1.3.0",
  622. "source": {
  623. "type": "git",
  624. "url": "https://github.com/fruitcake/php-cors.git",
  625. "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b"
  626. },
  627. "dist": {
  628. "type": "zip",
  629. "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b",
  630. "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b",
  631. "shasum": ""
  632. },
  633. "require": {
  634. "php": "^7.4|^8.0",
  635. "symfony/http-foundation": "^4.4|^5.4|^6|^7"
  636. },
  637. "require-dev": {
  638. "phpstan/phpstan": "^1.4",
  639. "phpunit/phpunit": "^9",
  640. "squizlabs/php_codesniffer": "^3.5"
  641. },
  642. "type": "library",
  643. "extra": {
  644. "branch-alias": {
  645. "dev-master": "1.2-dev"
  646. }
  647. },
  648. "autoload": {
  649. "psr-4": {
  650. "Fruitcake\\Cors\\": "src/"
  651. }
  652. },
  653. "notification-url": "https://packagist.org/downloads/",
  654. "license": [
  655. "MIT"
  656. ],
  657. "authors": [
  658. {
  659. "name": "Fruitcake",
  660. "homepage": "https://fruitcake.nl"
  661. },
  662. {
  663. "name": "Barryvdh",
  664. "email": "barryvdh@gmail.com"
  665. }
  666. ],
  667. "description": "Cross-origin resource sharing library for the Symfony HttpFoundation",
  668. "homepage": "https://github.com/fruitcake/php-cors",
  669. "keywords": [
  670. "cors",
  671. "laravel",
  672. "symfony"
  673. ],
  674. "support": {
  675. "issues": "https://github.com/fruitcake/php-cors/issues",
  676. "source": "https://github.com/fruitcake/php-cors/tree/v1.3.0"
  677. },
  678. "funding": [
  679. {
  680. "url": "https://fruitcake.nl",
  681. "type": "custom"
  682. },
  683. {
  684. "url": "https://github.com/barryvdh",
  685. "type": "github"
  686. }
  687. ],
  688. "time": "2023-10-12T05:21:21+00:00"
  689. },
  690. {
  691. "name": "genkgo/camt",
  692. "version": "2.10.3",
  693. "source": {
  694. "type": "git",
  695. "url": "https://github.com/genkgo/camt.git",
  696. "reference": "56e047d1599854ca34db0ccabce15230fcdd3f16"
  697. },
  698. "dist": {
  699. "type": "zip",
  700. "url": "https://api.github.com/repos/genkgo/camt/zipball/56e047d1599854ca34db0ccabce15230fcdd3f16",
  701. "reference": "56e047d1599854ca34db0ccabce15230fcdd3f16",
  702. "shasum": ""
  703. },
  704. "require": {
  705. "ext-dom": "*",
  706. "ext-libxml": "*",
  707. "ext-simplexml": "*",
  708. "jschaedl/iban-validation": "^2.5",
  709. "moneyphp/money": "^4.6",
  710. "php": "^8.1"
  711. },
  712. "require-dev": {
  713. "friendsofphp/php-cs-fixer": "@stable",
  714. "phpstan/phpstan": "@stable",
  715. "phpunit/phpunit": "@stable"
  716. },
  717. "type": "library",
  718. "autoload": {
  719. "psr-4": {
  720. "Genkgo\\Camt\\": "src"
  721. }
  722. },
  723. "notification-url": "https://packagist.org/downloads/",
  724. "license": [
  725. "MIT"
  726. ],
  727. "description": "Library to read CAMT files (XML containing bank statements).",
  728. "support": {
  729. "issues": "https://github.com/genkgo/camt/issues",
  730. "source": "https://github.com/genkgo/camt/tree/2.10.3"
  731. },
  732. "time": "2025-08-26T09:01:28+00:00"
  733. },
  734. {
  735. "name": "graham-campbell/result-type",
  736. "version": "v1.1.3",
  737. "source": {
  738. "type": "git",
  739. "url": "https://github.com/GrahamCampbell/Result-Type.git",
  740. "reference": "3ba905c11371512af9d9bdd27d99b782216b6945"
  741. },
  742. "dist": {
  743. "type": "zip",
  744. "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945",
  745. "reference": "3ba905c11371512af9d9bdd27d99b782216b6945",
  746. "shasum": ""
  747. },
  748. "require": {
  749. "php": "^7.2.5 || ^8.0",
  750. "phpoption/phpoption": "^1.9.3"
  751. },
  752. "require-dev": {
  753. "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
  754. },
  755. "type": "library",
  756. "autoload": {
  757. "psr-4": {
  758. "GrahamCampbell\\ResultType\\": "src/"
  759. }
  760. },
  761. "notification-url": "https://packagist.org/downloads/",
  762. "license": [
  763. "MIT"
  764. ],
  765. "authors": [
  766. {
  767. "name": "Graham Campbell",
  768. "email": "hello@gjcampbell.co.uk",
  769. "homepage": "https://github.com/GrahamCampbell"
  770. }
  771. ],
  772. "description": "An Implementation Of The Result Type",
  773. "keywords": [
  774. "Graham Campbell",
  775. "GrahamCampbell",
  776. "Result Type",
  777. "Result-Type",
  778. "result"
  779. ],
  780. "support": {
  781. "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
  782. "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3"
  783. },
  784. "funding": [
  785. {
  786. "url": "https://github.com/GrahamCampbell",
  787. "type": "github"
  788. },
  789. {
  790. "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
  791. "type": "tidelift"
  792. }
  793. ],
  794. "time": "2024-07-20T21:45:45+00:00"
  795. },
  796. {
  797. "name": "guzzlehttp/guzzle",
  798. "version": "7.10.0",
  799. "source": {
  800. "type": "git",
  801. "url": "https://github.com/guzzle/guzzle.git",
  802. "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4"
  803. },
  804. "dist": {
  805. "type": "zip",
  806. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
  807. "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
  808. "shasum": ""
  809. },
  810. "require": {
  811. "ext-json": "*",
  812. "guzzlehttp/promises": "^2.3",
  813. "guzzlehttp/psr7": "^2.8",
  814. "php": "^7.2.5 || ^8.0",
  815. "psr/http-client": "^1.0",
  816. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  817. },
  818. "provide": {
  819. "psr/http-client-implementation": "1.0"
  820. },
  821. "require-dev": {
  822. "bamarni/composer-bin-plugin": "^1.8.2",
  823. "ext-curl": "*",
  824. "guzzle/client-integration-tests": "3.0.2",
  825. "php-http/message-factory": "^1.1",
  826. "phpunit/phpunit": "^8.5.39 || ^9.6.20",
  827. "psr/log": "^1.1 || ^2.0 || ^3.0"
  828. },
  829. "suggest": {
  830. "ext-curl": "Required for CURL handler support",
  831. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  832. "psr/log": "Required for using the Log middleware"
  833. },
  834. "type": "library",
  835. "extra": {
  836. "bamarni-bin": {
  837. "bin-links": true,
  838. "forward-command": false
  839. }
  840. },
  841. "autoload": {
  842. "files": [
  843. "src/functions_include.php"
  844. ],
  845. "psr-4": {
  846. "GuzzleHttp\\": "src/"
  847. }
  848. },
  849. "notification-url": "https://packagist.org/downloads/",
  850. "license": [
  851. "MIT"
  852. ],
  853. "authors": [
  854. {
  855. "name": "Graham Campbell",
  856. "email": "hello@gjcampbell.co.uk",
  857. "homepage": "https://github.com/GrahamCampbell"
  858. },
  859. {
  860. "name": "Michael Dowling",
  861. "email": "mtdowling@gmail.com",
  862. "homepage": "https://github.com/mtdowling"
  863. },
  864. {
  865. "name": "Jeremy Lindblom",
  866. "email": "jeremeamia@gmail.com",
  867. "homepage": "https://github.com/jeremeamia"
  868. },
  869. {
  870. "name": "George Mponos",
  871. "email": "gmponos@gmail.com",
  872. "homepage": "https://github.com/gmponos"
  873. },
  874. {
  875. "name": "Tobias Nyholm",
  876. "email": "tobias.nyholm@gmail.com",
  877. "homepage": "https://github.com/Nyholm"
  878. },
  879. {
  880. "name": "Márk Sági-Kazár",
  881. "email": "mark.sagikazar@gmail.com",
  882. "homepage": "https://github.com/sagikazarmark"
  883. },
  884. {
  885. "name": "Tobias Schultze",
  886. "email": "webmaster@tubo-world.de",
  887. "homepage": "https://github.com/Tobion"
  888. }
  889. ],
  890. "description": "Guzzle is a PHP HTTP client library",
  891. "keywords": [
  892. "client",
  893. "curl",
  894. "framework",
  895. "http",
  896. "http client",
  897. "psr-18",
  898. "psr-7",
  899. "rest",
  900. "web service"
  901. ],
  902. "support": {
  903. "issues": "https://github.com/guzzle/guzzle/issues",
  904. "source": "https://github.com/guzzle/guzzle/tree/7.10.0"
  905. },
  906. "funding": [
  907. {
  908. "url": "https://github.com/GrahamCampbell",
  909. "type": "github"
  910. },
  911. {
  912. "url": "https://github.com/Nyholm",
  913. "type": "github"
  914. },
  915. {
  916. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
  917. "type": "tidelift"
  918. }
  919. ],
  920. "time": "2025-08-23T22:36:01+00:00"
  921. },
  922. {
  923. "name": "guzzlehttp/promises",
  924. "version": "2.3.0",
  925. "source": {
  926. "type": "git",
  927. "url": "https://github.com/guzzle/promises.git",
  928. "reference": "481557b130ef3790cf82b713667b43030dc9c957"
  929. },
  930. "dist": {
  931. "type": "zip",
  932. "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957",
  933. "reference": "481557b130ef3790cf82b713667b43030dc9c957",
  934. "shasum": ""
  935. },
  936. "require": {
  937. "php": "^7.2.5 || ^8.0"
  938. },
  939. "require-dev": {
  940. "bamarni/composer-bin-plugin": "^1.8.2",
  941. "phpunit/phpunit": "^8.5.44 || ^9.6.25"
  942. },
  943. "type": "library",
  944. "extra": {
  945. "bamarni-bin": {
  946. "bin-links": true,
  947. "forward-command": false
  948. }
  949. },
  950. "autoload": {
  951. "psr-4": {
  952. "GuzzleHttp\\Promise\\": "src/"
  953. }
  954. },
  955. "notification-url": "https://packagist.org/downloads/",
  956. "license": [
  957. "MIT"
  958. ],
  959. "authors": [
  960. {
  961. "name": "Graham Campbell",
  962. "email": "hello@gjcampbell.co.uk",
  963. "homepage": "https://github.com/GrahamCampbell"
  964. },
  965. {
  966. "name": "Michael Dowling",
  967. "email": "mtdowling@gmail.com",
  968. "homepage": "https://github.com/mtdowling"
  969. },
  970. {
  971. "name": "Tobias Nyholm",
  972. "email": "tobias.nyholm@gmail.com",
  973. "homepage": "https://github.com/Nyholm"
  974. },
  975. {
  976. "name": "Tobias Schultze",
  977. "email": "webmaster@tubo-world.de",
  978. "homepage": "https://github.com/Tobion"
  979. }
  980. ],
  981. "description": "Guzzle promises library",
  982. "keywords": [
  983. "promise"
  984. ],
  985. "support": {
  986. "issues": "https://github.com/guzzle/promises/issues",
  987. "source": "https://github.com/guzzle/promises/tree/2.3.0"
  988. },
  989. "funding": [
  990. {
  991. "url": "https://github.com/GrahamCampbell",
  992. "type": "github"
  993. },
  994. {
  995. "url": "https://github.com/Nyholm",
  996. "type": "github"
  997. },
  998. {
  999. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  1000. "type": "tidelift"
  1001. }
  1002. ],
  1003. "time": "2025-08-22T14:34:08+00:00"
  1004. },
  1005. {
  1006. "name": "guzzlehttp/psr7",
  1007. "version": "2.8.0",
  1008. "source": {
  1009. "type": "git",
  1010. "url": "https://github.com/guzzle/psr7.git",
  1011. "reference": "21dc724a0583619cd1652f673303492272778051"
  1012. },
  1013. "dist": {
  1014. "type": "zip",
  1015. "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051",
  1016. "reference": "21dc724a0583619cd1652f673303492272778051",
  1017. "shasum": ""
  1018. },
  1019. "require": {
  1020. "php": "^7.2.5 || ^8.0",
  1021. "psr/http-factory": "^1.0",
  1022. "psr/http-message": "^1.1 || ^2.0",
  1023. "ralouphie/getallheaders": "^3.0"
  1024. },
  1025. "provide": {
  1026. "psr/http-factory-implementation": "1.0",
  1027. "psr/http-message-implementation": "1.0"
  1028. },
  1029. "require-dev": {
  1030. "bamarni/composer-bin-plugin": "^1.8.2",
  1031. "http-interop/http-factory-tests": "0.9.0",
  1032. "phpunit/phpunit": "^8.5.44 || ^9.6.25"
  1033. },
  1034. "suggest": {
  1035. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  1036. },
  1037. "type": "library",
  1038. "extra": {
  1039. "bamarni-bin": {
  1040. "bin-links": true,
  1041. "forward-command": false
  1042. }
  1043. },
  1044. "autoload": {
  1045. "psr-4": {
  1046. "GuzzleHttp\\Psr7\\": "src/"
  1047. }
  1048. },
  1049. "notification-url": "https://packagist.org/downloads/",
  1050. "license": [
  1051. "MIT"
  1052. ],
  1053. "authors": [
  1054. {
  1055. "name": "Graham Campbell",
  1056. "email": "hello@gjcampbell.co.uk",
  1057. "homepage": "https://github.com/GrahamCampbell"
  1058. },
  1059. {
  1060. "name": "Michael Dowling",
  1061. "email": "mtdowling@gmail.com",
  1062. "homepage": "https://github.com/mtdowling"
  1063. },
  1064. {
  1065. "name": "George Mponos",
  1066. "email": "gmponos@gmail.com",
  1067. "homepage": "https://github.com/gmponos"
  1068. },
  1069. {
  1070. "name": "Tobias Nyholm",
  1071. "email": "tobias.nyholm@gmail.com",
  1072. "homepage": "https://github.com/Nyholm"
  1073. },
  1074. {
  1075. "name": "Márk Sági-Kazár",
  1076. "email": "mark.sagikazar@gmail.com",
  1077. "homepage": "https://github.com/sagikazarmark"
  1078. },
  1079. {
  1080. "name": "Tobias Schultze",
  1081. "email": "webmaster@tubo-world.de",
  1082. "homepage": "https://github.com/Tobion"
  1083. },
  1084. {
  1085. "name": "Márk Sági-Kazár",
  1086. "email": "mark.sagikazar@gmail.com",
  1087. "homepage": "https://sagikazarmark.hu"
  1088. }
  1089. ],
  1090. "description": "PSR-7 message implementation that also provides common utility methods",
  1091. "keywords": [
  1092. "http",
  1093. "message",
  1094. "psr-7",
  1095. "request",
  1096. "response",
  1097. "stream",
  1098. "uri",
  1099. "url"
  1100. ],
  1101. "support": {
  1102. "issues": "https://github.com/guzzle/psr7/issues",
  1103. "source": "https://github.com/guzzle/psr7/tree/2.8.0"
  1104. },
  1105. "funding": [
  1106. {
  1107. "url": "https://github.com/GrahamCampbell",
  1108. "type": "github"
  1109. },
  1110. {
  1111. "url": "https://github.com/Nyholm",
  1112. "type": "github"
  1113. },
  1114. {
  1115. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  1116. "type": "tidelift"
  1117. }
  1118. ],
  1119. "time": "2025-08-23T21:21:41+00:00"
  1120. },
  1121. {
  1122. "name": "guzzlehttp/uri-template",
  1123. "version": "v1.0.5",
  1124. "source": {
  1125. "type": "git",
  1126. "url": "https://github.com/guzzle/uri-template.git",
  1127. "reference": "4f4bbd4e7172148801e76e3decc1e559bdee34e1"
  1128. },
  1129. "dist": {
  1130. "type": "zip",
  1131. "url": "https://api.github.com/repos/guzzle/uri-template/zipball/4f4bbd4e7172148801e76e3decc1e559bdee34e1",
  1132. "reference": "4f4bbd4e7172148801e76e3decc1e559bdee34e1",
  1133. "shasum": ""
  1134. },
  1135. "require": {
  1136. "php": "^7.2.5 || ^8.0",
  1137. "symfony/polyfill-php80": "^1.24"
  1138. },
  1139. "require-dev": {
  1140. "bamarni/composer-bin-plugin": "^1.8.2",
  1141. "phpunit/phpunit": "^8.5.44 || ^9.6.25",
  1142. "uri-template/tests": "1.0.0"
  1143. },
  1144. "type": "library",
  1145. "extra": {
  1146. "bamarni-bin": {
  1147. "bin-links": true,
  1148. "forward-command": false
  1149. }
  1150. },
  1151. "autoload": {
  1152. "psr-4": {
  1153. "GuzzleHttp\\UriTemplate\\": "src"
  1154. }
  1155. },
  1156. "notification-url": "https://packagist.org/downloads/",
  1157. "license": [
  1158. "MIT"
  1159. ],
  1160. "authors": [
  1161. {
  1162. "name": "Graham Campbell",
  1163. "email": "hello@gjcampbell.co.uk",
  1164. "homepage": "https://github.com/GrahamCampbell"
  1165. },
  1166. {
  1167. "name": "Michael Dowling",
  1168. "email": "mtdowling@gmail.com",
  1169. "homepage": "https://github.com/mtdowling"
  1170. },
  1171. {
  1172. "name": "George Mponos",
  1173. "email": "gmponos@gmail.com",
  1174. "homepage": "https://github.com/gmponos"
  1175. },
  1176. {
  1177. "name": "Tobias Nyholm",
  1178. "email": "tobias.nyholm@gmail.com",
  1179. "homepage": "https://github.com/Nyholm"
  1180. }
  1181. ],
  1182. "description": "A polyfill class for uri_template of PHP",
  1183. "keywords": [
  1184. "guzzlehttp",
  1185. "uri-template"
  1186. ],
  1187. "support": {
  1188. "issues": "https://github.com/guzzle/uri-template/issues",
  1189. "source": "https://github.com/guzzle/uri-template/tree/v1.0.5"
  1190. },
  1191. "funding": [
  1192. {
  1193. "url": "https://github.com/GrahamCampbell",
  1194. "type": "github"
  1195. },
  1196. {
  1197. "url": "https://github.com/Nyholm",
  1198. "type": "github"
  1199. },
  1200. {
  1201. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
  1202. "type": "tidelift"
  1203. }
  1204. ],
  1205. "time": "2025-08-22T14:27:06+00:00"
  1206. },
  1207. {
  1208. "name": "jschaedl/iban-validation",
  1209. "version": "v2.6.0",
  1210. "source": {
  1211. "type": "git",
  1212. "url": "https://github.com/jschaedl/iban-validation.git",
  1213. "reference": "1fb0950f152d97f61efc1d11bc7fba9fc8483857"
  1214. },
  1215. "dist": {
  1216. "type": "zip",
  1217. "url": "https://api.github.com/repos/jschaedl/iban-validation/zipball/1fb0950f152d97f61efc1d11bc7fba9fc8483857",
  1218. "reference": "1fb0950f152d97f61efc1d11bc7fba9fc8483857",
  1219. "shasum": ""
  1220. },
  1221. "require": {
  1222. "ext-ctype": "*",
  1223. "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
  1224. "symfony/options-resolver": "^5.4|^6|^7"
  1225. },
  1226. "require-dev": {
  1227. "phpunit/phpunit": "^9.5"
  1228. },
  1229. "suggest": {
  1230. "ext-bcmath": "This library makes use of bcmod function, so an installed bcmath extension is recommended."
  1231. },
  1232. "type": "library",
  1233. "extra": {
  1234. "branch-alias": {
  1235. "dev-master": "2.x-dev"
  1236. }
  1237. },
  1238. "autoload": {
  1239. "psr-4": {
  1240. "Iban\\Validation\\": "src"
  1241. }
  1242. },
  1243. "notification-url": "https://packagist.org/downloads/",
  1244. "license": [
  1245. "MIT"
  1246. ],
  1247. "authors": [
  1248. {
  1249. "name": "Jan Schaedlich",
  1250. "email": "mail@janschaedlich.de",
  1251. "homepage": "https://www.linkedin.com/in/janschaedlich"
  1252. }
  1253. ],
  1254. "description": "A small library for validating International BankAccount Numbers (IBANs).",
  1255. "homepage": "https://github.com/jschaedl/iban-validation",
  1256. "keywords": [
  1257. "IBAN",
  1258. "validation"
  1259. ],
  1260. "support": {
  1261. "issues": "https://github.com/jschaedl/iban-validation/issues",
  1262. "source": "https://github.com/jschaedl/iban-validation/tree/v2.6.0"
  1263. },
  1264. "time": "2025-07-29T18:33:19+00:00"
  1265. },
  1266. {
  1267. "name": "laravel/framework",
  1268. "version": "v11.46.0",
  1269. "source": {
  1270. "type": "git",
  1271. "url": "https://github.com/laravel/framework.git",
  1272. "reference": "2c6d85f22d08123ad45aa3a6726b16f06e68eecd"
  1273. },
  1274. "dist": {
  1275. "type": "zip",
  1276. "url": "https://api.github.com/repos/laravel/framework/zipball/2c6d85f22d08123ad45aa3a6726b16f06e68eecd",
  1277. "reference": "2c6d85f22d08123ad45aa3a6726b16f06e68eecd",
  1278. "shasum": ""
  1279. },
  1280. "require": {
  1281. "brick/math": "^0.9.3|^0.10.2|^0.11|^0.12|^0.13|^0.14",
  1282. "composer-runtime-api": "^2.2",
  1283. "doctrine/inflector": "^2.0.5",
  1284. "dragonmantank/cron-expression": "^3.4",
  1285. "egulias/email-validator": "^3.2.1|^4.0",
  1286. "ext-ctype": "*",
  1287. "ext-filter": "*",
  1288. "ext-hash": "*",
  1289. "ext-mbstring": "*",
  1290. "ext-openssl": "*",
  1291. "ext-session": "*",
  1292. "ext-tokenizer": "*",
  1293. "fruitcake/php-cors": "^1.3",
  1294. "guzzlehttp/guzzle": "^7.8.2",
  1295. "guzzlehttp/uri-template": "^1.0",
  1296. "laravel/prompts": "^0.1.18|^0.2.0|^0.3.0",
  1297. "laravel/serializable-closure": "^1.3|^2.0",
  1298. "league/commonmark": "^2.7",
  1299. "league/flysystem": "^3.25.1",
  1300. "league/flysystem-local": "^3.25.1",
  1301. "league/uri": "^7.5.1",
  1302. "monolog/monolog": "^3.0",
  1303. "nesbot/carbon": "^2.72.6|^3.8.4",
  1304. "nunomaduro/termwind": "^2.0",
  1305. "php": "^8.2",
  1306. "psr/container": "^1.1.1|^2.0.1",
  1307. "psr/log": "^1.0|^2.0|^3.0",
  1308. "psr/simple-cache": "^1.0|^2.0|^3.0",
  1309. "ramsey/uuid": "^4.7",
  1310. "symfony/console": "^7.0.3",
  1311. "symfony/error-handler": "^7.0.3",
  1312. "symfony/finder": "^7.0.3",
  1313. "symfony/http-foundation": "^7.2.0",
  1314. "symfony/http-kernel": "^7.0.3",
  1315. "symfony/mailer": "^7.0.3",
  1316. "symfony/mime": "^7.0.3",
  1317. "symfony/polyfill-php83": "^1.31",
  1318. "symfony/process": "^7.0.3",
  1319. "symfony/routing": "^7.0.3",
  1320. "symfony/uid": "^7.0.3",
  1321. "symfony/var-dumper": "^7.0.3",
  1322. "tijsverkoyen/css-to-inline-styles": "^2.2.5",
  1323. "vlucas/phpdotenv": "^5.6.1",
  1324. "voku/portable-ascii": "^2.0.2"
  1325. },
  1326. "conflict": {
  1327. "tightenco/collect": "<5.5.33"
  1328. },
  1329. "provide": {
  1330. "psr/container-implementation": "1.1|2.0",
  1331. "psr/log-implementation": "1.0|2.0|3.0",
  1332. "psr/simple-cache-implementation": "1.0|2.0|3.0"
  1333. },
  1334. "replace": {
  1335. "illuminate/auth": "self.version",
  1336. "illuminate/broadcasting": "self.version",
  1337. "illuminate/bus": "self.version",
  1338. "illuminate/cache": "self.version",
  1339. "illuminate/collections": "self.version",
  1340. "illuminate/concurrency": "self.version",
  1341. "illuminate/conditionable": "self.version",
  1342. "illuminate/config": "self.version",
  1343. "illuminate/console": "self.version",
  1344. "illuminate/container": "self.version",
  1345. "illuminate/contracts": "self.version",
  1346. "illuminate/cookie": "self.version",
  1347. "illuminate/database": "self.version",
  1348. "illuminate/encryption": "self.version",
  1349. "illuminate/events": "self.version",
  1350. "illuminate/filesystem": "self.version",
  1351. "illuminate/hashing": "self.version",
  1352. "illuminate/http": "self.version",
  1353. "illuminate/log": "self.version",
  1354. "illuminate/macroable": "self.version",
  1355. "illuminate/mail": "self.version",
  1356. "illuminate/notifications": "self.version",
  1357. "illuminate/pagination": "self.version",
  1358. "illuminate/pipeline": "self.version",
  1359. "illuminate/process": "self.version",
  1360. "illuminate/queue": "self.version",
  1361. "illuminate/redis": "self.version",
  1362. "illuminate/routing": "self.version",
  1363. "illuminate/session": "self.version",
  1364. "illuminate/support": "self.version",
  1365. "illuminate/testing": "self.version",
  1366. "illuminate/translation": "self.version",
  1367. "illuminate/validation": "self.version",
  1368. "illuminate/view": "self.version",
  1369. "spatie/once": "*"
  1370. },
  1371. "require-dev": {
  1372. "ably/ably-php": "^1.0",
  1373. "aws/aws-sdk-php": "^3.322.9",
  1374. "ext-gmp": "*",
  1375. "fakerphp/faker": "^1.24",
  1376. "guzzlehttp/promises": "^2.0.3",
  1377. "guzzlehttp/psr7": "^2.4",
  1378. "laravel/pint": "^1.18",
  1379. "league/flysystem-aws-s3-v3": "^3.25.1",
  1380. "league/flysystem-ftp": "^3.25.1",
  1381. "league/flysystem-path-prefixing": "^3.25.1",
  1382. "league/flysystem-read-only": "^3.25.1",
  1383. "league/flysystem-sftp-v3": "^3.25.1",
  1384. "mockery/mockery": "^1.6.10",
  1385. "orchestra/testbench-core": "^9.16.1",
  1386. "pda/pheanstalk": "^5.0.6",
  1387. "php-http/discovery": "^1.15",
  1388. "phpstan/phpstan": "^2.0",
  1389. "phpunit/phpunit": "^10.5.35|^11.3.6|^12.0.1",
  1390. "predis/predis": "^2.3",
  1391. "resend/resend-php": "^0.10.0",
  1392. "symfony/cache": "^7.0.3",
  1393. "symfony/http-client": "^7.0.3",
  1394. "symfony/psr-http-message-bridge": "^7.0.3",
  1395. "symfony/translation": "^7.0.3"
  1396. },
  1397. "suggest": {
  1398. "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
  1399. "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.322.9).",
  1400. "brianium/paratest": "Required to run tests in parallel (^7.0|^8.0).",
  1401. "ext-apcu": "Required to use the APC cache driver.",
  1402. "ext-fileinfo": "Required to use the Filesystem class.",
  1403. "ext-ftp": "Required to use the Flysystem FTP driver.",
  1404. "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
  1405. "ext-memcached": "Required to use the memcache cache driver.",
  1406. "ext-pcntl": "Required to use all features of the queue worker and console signal trapping.",
  1407. "ext-pdo": "Required to use all database features.",
  1408. "ext-posix": "Required to use all features of the queue worker.",
  1409. "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0|^6.0).",
  1410. "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
  1411. "filp/whoops": "Required for friendly error pages in development (^2.14.3).",
  1412. "laravel/tinker": "Required to use the tinker console command (^2.0).",
  1413. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.25.1).",
  1414. "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.25.1).",
  1415. "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.25.1).",
  1416. "league/flysystem-read-only": "Required to use read-only disks (^3.25.1)",
  1417. "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.25.1).",
  1418. "mockery/mockery": "Required to use mocking (^1.6).",
  1419. "pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).",
  1420. "php-http/discovery": "Required to use PSR-7 bridging features (^1.15).",
  1421. "phpunit/phpunit": "Required to use assertions and run tests (^10.5.35|^11.3.6|^12.0.1).",
  1422. "predis/predis": "Required to use the predis connector (^2.3).",
  1423. "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
  1424. "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
  1425. "resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).",
  1426. "symfony/cache": "Required to PSR-6 cache bridge (^7.0).",
  1427. "symfony/filesystem": "Required to enable support for relative symbolic links (^7.0).",
  1428. "symfony/http-client": "Required to enable support for the Symfony API mail transports (^7.0).",
  1429. "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^7.0).",
  1430. "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^7.0).",
  1431. "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^7.0)."
  1432. },
  1433. "type": "library",
  1434. "extra": {
  1435. "branch-alias": {
  1436. "dev-master": "11.x-dev"
  1437. }
  1438. },
  1439. "autoload": {
  1440. "files": [
  1441. "src/Illuminate/Collections/functions.php",
  1442. "src/Illuminate/Collections/helpers.php",
  1443. "src/Illuminate/Events/functions.php",
  1444. "src/Illuminate/Filesystem/functions.php",
  1445. "src/Illuminate/Foundation/helpers.php",
  1446. "src/Illuminate/Log/functions.php",
  1447. "src/Illuminate/Support/functions.php",
  1448. "src/Illuminate/Support/helpers.php"
  1449. ],
  1450. "psr-4": {
  1451. "Illuminate\\": "src/Illuminate/",
  1452. "Illuminate\\Support\\": [
  1453. "src/Illuminate/Macroable/",
  1454. "src/Illuminate/Collections/",
  1455. "src/Illuminate/Conditionable/"
  1456. ]
  1457. }
  1458. },
  1459. "notification-url": "https://packagist.org/downloads/",
  1460. "license": [
  1461. "MIT"
  1462. ],
  1463. "authors": [
  1464. {
  1465. "name": "Taylor Otwell",
  1466. "email": "taylor@laravel.com"
  1467. }
  1468. ],
  1469. "description": "The Laravel Framework.",
  1470. "homepage": "https://laravel.com",
  1471. "keywords": [
  1472. "framework",
  1473. "laravel"
  1474. ],
  1475. "support": {
  1476. "issues": "https://github.com/laravel/framework/issues",
  1477. "source": "https://github.com/laravel/framework"
  1478. },
  1479. "time": "2025-09-08T21:54:34+00:00"
  1480. },
  1481. {
  1482. "name": "laravel/prompts",
  1483. "version": "v0.3.6",
  1484. "source": {
  1485. "type": "git",
  1486. "url": "https://github.com/laravel/prompts.git",
  1487. "reference": "86a8b692e8661d0fb308cec64f3d176821323077"
  1488. },
  1489. "dist": {
  1490. "type": "zip",
  1491. "url": "https://api.github.com/repos/laravel/prompts/zipball/86a8b692e8661d0fb308cec64f3d176821323077",
  1492. "reference": "86a8b692e8661d0fb308cec64f3d176821323077",
  1493. "shasum": ""
  1494. },
  1495. "require": {
  1496. "composer-runtime-api": "^2.2",
  1497. "ext-mbstring": "*",
  1498. "php": "^8.1",
  1499. "symfony/console": "^6.2|^7.0"
  1500. },
  1501. "conflict": {
  1502. "illuminate/console": ">=10.17.0 <10.25.0",
  1503. "laravel/framework": ">=10.17.0 <10.25.0"
  1504. },
  1505. "require-dev": {
  1506. "illuminate/collections": "^10.0|^11.0|^12.0",
  1507. "mockery/mockery": "^1.5",
  1508. "pestphp/pest": "^2.3|^3.4",
  1509. "phpstan/phpstan": "^1.11",
  1510. "phpstan/phpstan-mockery": "^1.1"
  1511. },
  1512. "suggest": {
  1513. "ext-pcntl": "Required for the spinner to be animated."
  1514. },
  1515. "type": "library",
  1516. "extra": {
  1517. "branch-alias": {
  1518. "dev-main": "0.3.x-dev"
  1519. }
  1520. },
  1521. "autoload": {
  1522. "files": [
  1523. "src/helpers.php"
  1524. ],
  1525. "psr-4": {
  1526. "Laravel\\Prompts\\": "src/"
  1527. }
  1528. },
  1529. "notification-url": "https://packagist.org/downloads/",
  1530. "license": [
  1531. "MIT"
  1532. ],
  1533. "description": "Add beautiful and user-friendly forms to your command-line applications.",
  1534. "support": {
  1535. "issues": "https://github.com/laravel/prompts/issues",
  1536. "source": "https://github.com/laravel/prompts/tree/v0.3.6"
  1537. },
  1538. "time": "2025-07-07T14:17:42+00:00"
  1539. },
  1540. {
  1541. "name": "laravel/serializable-closure",
  1542. "version": "v2.0.4",
  1543. "source": {
  1544. "type": "git",
  1545. "url": "https://github.com/laravel/serializable-closure.git",
  1546. "reference": "b352cf0534aa1ae6b4d825d1e762e35d43f8a841"
  1547. },
  1548. "dist": {
  1549. "type": "zip",
  1550. "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/b352cf0534aa1ae6b4d825d1e762e35d43f8a841",
  1551. "reference": "b352cf0534aa1ae6b4d825d1e762e35d43f8a841",
  1552. "shasum": ""
  1553. },
  1554. "require": {
  1555. "php": "^8.1"
  1556. },
  1557. "require-dev": {
  1558. "illuminate/support": "^10.0|^11.0|^12.0",
  1559. "nesbot/carbon": "^2.67|^3.0",
  1560. "pestphp/pest": "^2.36|^3.0",
  1561. "phpstan/phpstan": "^2.0",
  1562. "symfony/var-dumper": "^6.2.0|^7.0.0"
  1563. },
  1564. "type": "library",
  1565. "extra": {
  1566. "branch-alias": {
  1567. "dev-master": "2.x-dev"
  1568. }
  1569. },
  1570. "autoload": {
  1571. "psr-4": {
  1572. "Laravel\\SerializableClosure\\": "src/"
  1573. }
  1574. },
  1575. "notification-url": "https://packagist.org/downloads/",
  1576. "license": [
  1577. "MIT"
  1578. ],
  1579. "authors": [
  1580. {
  1581. "name": "Taylor Otwell",
  1582. "email": "taylor@laravel.com"
  1583. },
  1584. {
  1585. "name": "Nuno Maduro",
  1586. "email": "nuno@laravel.com"
  1587. }
  1588. ],
  1589. "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
  1590. "keywords": [
  1591. "closure",
  1592. "laravel",
  1593. "serializable"
  1594. ],
  1595. "support": {
  1596. "issues": "https://github.com/laravel/serializable-closure/issues",
  1597. "source": "https://github.com/laravel/serializable-closure"
  1598. },
  1599. "time": "2025-03-19T13:51:03+00:00"
  1600. },
  1601. {
  1602. "name": "league/commonmark",
  1603. "version": "2.7.1",
  1604. "source": {
  1605. "type": "git",
  1606. "url": "https://github.com/thephpleague/commonmark.git",
  1607. "reference": "10732241927d3971d28e7ea7b5712721fa2296ca"
  1608. },
  1609. "dist": {
  1610. "type": "zip",
  1611. "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/10732241927d3971d28e7ea7b5712721fa2296ca",
  1612. "reference": "10732241927d3971d28e7ea7b5712721fa2296ca",
  1613. "shasum": ""
  1614. },
  1615. "require": {
  1616. "ext-mbstring": "*",
  1617. "league/config": "^1.1.1",
  1618. "php": "^7.4 || ^8.0",
  1619. "psr/event-dispatcher": "^1.0",
  1620. "symfony/deprecation-contracts": "^2.1 || ^3.0",
  1621. "symfony/polyfill-php80": "^1.16"
  1622. },
  1623. "require-dev": {
  1624. "cebe/markdown": "^1.0",
  1625. "commonmark/cmark": "0.31.1",
  1626. "commonmark/commonmark.js": "0.31.1",
  1627. "composer/package-versions-deprecated": "^1.8",
  1628. "embed/embed": "^4.4",
  1629. "erusev/parsedown": "^1.0",
  1630. "ext-json": "*",
  1631. "github/gfm": "0.29.0",
  1632. "michelf/php-markdown": "^1.4 || ^2.0",
  1633. "nyholm/psr7": "^1.5",
  1634. "phpstan/phpstan": "^1.8.2",
  1635. "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
  1636. "scrutinizer/ocular": "^1.8.1",
  1637. "symfony/finder": "^5.3 | ^6.0 | ^7.0",
  1638. "symfony/process": "^5.4 | ^6.0 | ^7.0",
  1639. "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 | ^7.0",
  1640. "unleashedtech/php-coding-standard": "^3.1.1",
  1641. "vimeo/psalm": "^4.24.0 || ^5.0.0 || ^6.0.0"
  1642. },
  1643. "suggest": {
  1644. "symfony/yaml": "v2.3+ required if using the Front Matter extension"
  1645. },
  1646. "type": "library",
  1647. "extra": {
  1648. "branch-alias": {
  1649. "dev-main": "2.8-dev"
  1650. }
  1651. },
  1652. "autoload": {
  1653. "psr-4": {
  1654. "League\\CommonMark\\": "src"
  1655. }
  1656. },
  1657. "notification-url": "https://packagist.org/downloads/",
  1658. "license": [
  1659. "BSD-3-Clause"
  1660. ],
  1661. "authors": [
  1662. {
  1663. "name": "Colin O'Dell",
  1664. "email": "colinodell@gmail.com",
  1665. "homepage": "https://www.colinodell.com",
  1666. "role": "Lead Developer"
  1667. }
  1668. ],
  1669. "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
  1670. "homepage": "https://commonmark.thephpleague.com",
  1671. "keywords": [
  1672. "commonmark",
  1673. "flavored",
  1674. "gfm",
  1675. "github",
  1676. "github-flavored",
  1677. "markdown",
  1678. "md",
  1679. "parser"
  1680. ],
  1681. "support": {
  1682. "docs": "https://commonmark.thephpleague.com/",
  1683. "forum": "https://github.com/thephpleague/commonmark/discussions",
  1684. "issues": "https://github.com/thephpleague/commonmark/issues",
  1685. "rss": "https://github.com/thephpleague/commonmark/releases.atom",
  1686. "source": "https://github.com/thephpleague/commonmark"
  1687. },
  1688. "funding": [
  1689. {
  1690. "url": "https://www.colinodell.com/sponsor",
  1691. "type": "custom"
  1692. },
  1693. {
  1694. "url": "https://www.paypal.me/colinpodell/10.00",
  1695. "type": "custom"
  1696. },
  1697. {
  1698. "url": "https://github.com/colinodell",
  1699. "type": "github"
  1700. },
  1701. {
  1702. "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
  1703. "type": "tidelift"
  1704. }
  1705. ],
  1706. "time": "2025-07-20T12:47:49+00:00"
  1707. },
  1708. {
  1709. "name": "league/config",
  1710. "version": "v1.2.0",
  1711. "source": {
  1712. "type": "git",
  1713. "url": "https://github.com/thephpleague/config.git",
  1714. "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
  1715. },
  1716. "dist": {
  1717. "type": "zip",
  1718. "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
  1719. "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
  1720. "shasum": ""
  1721. },
  1722. "require": {
  1723. "dflydev/dot-access-data": "^3.0.1",
  1724. "nette/schema": "^1.2",
  1725. "php": "^7.4 || ^8.0"
  1726. },
  1727. "require-dev": {
  1728. "phpstan/phpstan": "^1.8.2",
  1729. "phpunit/phpunit": "^9.5.5",
  1730. "scrutinizer/ocular": "^1.8.1",
  1731. "unleashedtech/php-coding-standard": "^3.1",
  1732. "vimeo/psalm": "^4.7.3"
  1733. },
  1734. "type": "library",
  1735. "extra": {
  1736. "branch-alias": {
  1737. "dev-main": "1.2-dev"
  1738. }
  1739. },
  1740. "autoload": {
  1741. "psr-4": {
  1742. "League\\Config\\": "src"
  1743. }
  1744. },
  1745. "notification-url": "https://packagist.org/downloads/",
  1746. "license": [
  1747. "BSD-3-Clause"
  1748. ],
  1749. "authors": [
  1750. {
  1751. "name": "Colin O'Dell",
  1752. "email": "colinodell@gmail.com",
  1753. "homepage": "https://www.colinodell.com",
  1754. "role": "Lead Developer"
  1755. }
  1756. ],
  1757. "description": "Define configuration arrays with strict schemas and access values with dot notation",
  1758. "homepage": "https://config.thephpleague.com",
  1759. "keywords": [
  1760. "array",
  1761. "config",
  1762. "configuration",
  1763. "dot",
  1764. "dot-access",
  1765. "nested",
  1766. "schema"
  1767. ],
  1768. "support": {
  1769. "docs": "https://config.thephpleague.com/",
  1770. "issues": "https://github.com/thephpleague/config/issues",
  1771. "rss": "https://github.com/thephpleague/config/releases.atom",
  1772. "source": "https://github.com/thephpleague/config"
  1773. },
  1774. "funding": [
  1775. {
  1776. "url": "https://www.colinodell.com/sponsor",
  1777. "type": "custom"
  1778. },
  1779. {
  1780. "url": "https://www.paypal.me/colinpodell/10.00",
  1781. "type": "custom"
  1782. },
  1783. {
  1784. "url": "https://github.com/colinodell",
  1785. "type": "github"
  1786. }
  1787. ],
  1788. "time": "2022-12-11T20:36:23+00:00"
  1789. },
  1790. {
  1791. "name": "league/csv",
  1792. "version": "9.25.0",
  1793. "source": {
  1794. "type": "git",
  1795. "url": "https://github.com/thephpleague/csv.git",
  1796. "reference": "f856f532866369fb1debe4e7c5a1db185f40ef86"
  1797. },
  1798. "dist": {
  1799. "type": "zip",
  1800. "url": "https://api.github.com/repos/thephpleague/csv/zipball/f856f532866369fb1debe4e7c5a1db185f40ef86",
  1801. "reference": "f856f532866369fb1debe4e7c5a1db185f40ef86",
  1802. "shasum": ""
  1803. },
  1804. "require": {
  1805. "ext-filter": "*",
  1806. "php": "^8.1.2"
  1807. },
  1808. "require-dev": {
  1809. "ext-dom": "*",
  1810. "ext-xdebug": "*",
  1811. "friendsofphp/php-cs-fixer": "^3.75.0",
  1812. "phpbench/phpbench": "^1.4.1",
  1813. "phpstan/phpstan": "^1.12.27",
  1814. "phpstan/phpstan-deprecation-rules": "^1.2.1",
  1815. "phpstan/phpstan-phpunit": "^1.4.2",
  1816. "phpstan/phpstan-strict-rules": "^1.6.2",
  1817. "phpunit/phpunit": "^10.5.16 || ^11.5.22 || ^12.3.6",
  1818. "symfony/var-dumper": "^6.4.8 || ^7.3.0"
  1819. },
  1820. "suggest": {
  1821. "ext-dom": "Required to use the XMLConverter and the HTMLConverter classes",
  1822. "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters",
  1823. "ext-mbstring": "Needed to ease transcoding CSV using mb stream filters",
  1824. "ext-mysqli": "Requiered to use the package with the MySQLi extension",
  1825. "ext-pdo": "Required to use the package with the PDO extension",
  1826. "ext-pgsql": "Requiered to use the package with the PgSQL extension",
  1827. "ext-sqlite3": "Required to use the package with the SQLite3 extension"
  1828. },
  1829. "type": "library",
  1830. "extra": {
  1831. "branch-alias": {
  1832. "dev-master": "9.x-dev"
  1833. }
  1834. },
  1835. "autoload": {
  1836. "files": [
  1837. "src/functions_include.php"
  1838. ],
  1839. "psr-4": {
  1840. "League\\Csv\\": "src"
  1841. }
  1842. },
  1843. "notification-url": "https://packagist.org/downloads/",
  1844. "license": [
  1845. "MIT"
  1846. ],
  1847. "authors": [
  1848. {
  1849. "name": "Ignace Nyamagana Butera",
  1850. "email": "nyamsprod@gmail.com",
  1851. "homepage": "https://github.com/nyamsprod/",
  1852. "role": "Developer"
  1853. }
  1854. ],
  1855. "description": "CSV data manipulation made easy in PHP",
  1856. "homepage": "https://csv.thephpleague.com",
  1857. "keywords": [
  1858. "convert",
  1859. "csv",
  1860. "export",
  1861. "filter",
  1862. "import",
  1863. "read",
  1864. "transform",
  1865. "write"
  1866. ],
  1867. "support": {
  1868. "docs": "https://csv.thephpleague.com",
  1869. "issues": "https://github.com/thephpleague/csv/issues",
  1870. "rss": "https://github.com/thephpleague/csv/releases.atom",
  1871. "source": "https://github.com/thephpleague/csv"
  1872. },
  1873. "funding": [
  1874. {
  1875. "url": "https://github.com/sponsors/nyamsprod",
  1876. "type": "github"
  1877. }
  1878. ],
  1879. "time": "2025-09-11T08:29:08+00:00"
  1880. },
  1881. {
  1882. "name": "league/flysystem",
  1883. "version": "3.30.0",
  1884. "source": {
  1885. "type": "git",
  1886. "url": "https://github.com/thephpleague/flysystem.git",
  1887. "reference": "2203e3151755d874bb2943649dae1eb8533ac93e"
  1888. },
  1889. "dist": {
  1890. "type": "zip",
  1891. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/2203e3151755d874bb2943649dae1eb8533ac93e",
  1892. "reference": "2203e3151755d874bb2943649dae1eb8533ac93e",
  1893. "shasum": ""
  1894. },
  1895. "require": {
  1896. "league/flysystem-local": "^3.0.0",
  1897. "league/mime-type-detection": "^1.0.0",
  1898. "php": "^8.0.2"
  1899. },
  1900. "conflict": {
  1901. "async-aws/core": "<1.19.0",
  1902. "async-aws/s3": "<1.14.0",
  1903. "aws/aws-sdk-php": "3.209.31 || 3.210.0",
  1904. "guzzlehttp/guzzle": "<7.0",
  1905. "guzzlehttp/ringphp": "<1.1.1",
  1906. "phpseclib/phpseclib": "3.0.15",
  1907. "symfony/http-client": "<5.2"
  1908. },
  1909. "require-dev": {
  1910. "async-aws/s3": "^1.5 || ^2.0",
  1911. "async-aws/simple-s3": "^1.1 || ^2.0",
  1912. "aws/aws-sdk-php": "^3.295.10",
  1913. "composer/semver": "^3.0",
  1914. "ext-fileinfo": "*",
  1915. "ext-ftp": "*",
  1916. "ext-mongodb": "^1.3|^2",
  1917. "ext-zip": "*",
  1918. "friendsofphp/php-cs-fixer": "^3.5",
  1919. "google/cloud-storage": "^1.23",
  1920. "guzzlehttp/psr7": "^2.6",
  1921. "microsoft/azure-storage-blob": "^1.1",
  1922. "mongodb/mongodb": "^1.2|^2",
  1923. "phpseclib/phpseclib": "^3.0.36",
  1924. "phpstan/phpstan": "^1.10",
  1925. "phpunit/phpunit": "^9.5.11|^10.0",
  1926. "sabre/dav": "^4.6.0"
  1927. },
  1928. "type": "library",
  1929. "autoload": {
  1930. "psr-4": {
  1931. "League\\Flysystem\\": "src"
  1932. }
  1933. },
  1934. "notification-url": "https://packagist.org/downloads/",
  1935. "license": [
  1936. "MIT"
  1937. ],
  1938. "authors": [
  1939. {
  1940. "name": "Frank de Jonge",
  1941. "email": "info@frankdejonge.nl"
  1942. }
  1943. ],
  1944. "description": "File storage abstraction for PHP",
  1945. "keywords": [
  1946. "WebDAV",
  1947. "aws",
  1948. "cloud",
  1949. "file",
  1950. "files",
  1951. "filesystem",
  1952. "filesystems",
  1953. "ftp",
  1954. "s3",
  1955. "sftp",
  1956. "storage"
  1957. ],
  1958. "support": {
  1959. "issues": "https://github.com/thephpleague/flysystem/issues",
  1960. "source": "https://github.com/thephpleague/flysystem/tree/3.30.0"
  1961. },
  1962. "time": "2025-06-25T13:29:59+00:00"
  1963. },
  1964. {
  1965. "name": "league/flysystem-local",
  1966. "version": "3.30.0",
  1967. "source": {
  1968. "type": "git",
  1969. "url": "https://github.com/thephpleague/flysystem-local.git",
  1970. "reference": "6691915f77c7fb69adfb87dcd550052dc184ee10"
  1971. },
  1972. "dist": {
  1973. "type": "zip",
  1974. "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/6691915f77c7fb69adfb87dcd550052dc184ee10",
  1975. "reference": "6691915f77c7fb69adfb87dcd550052dc184ee10",
  1976. "shasum": ""
  1977. },
  1978. "require": {
  1979. "ext-fileinfo": "*",
  1980. "league/flysystem": "^3.0.0",
  1981. "league/mime-type-detection": "^1.0.0",
  1982. "php": "^8.0.2"
  1983. },
  1984. "type": "library",
  1985. "autoload": {
  1986. "psr-4": {
  1987. "League\\Flysystem\\Local\\": ""
  1988. }
  1989. },
  1990. "notification-url": "https://packagist.org/downloads/",
  1991. "license": [
  1992. "MIT"
  1993. ],
  1994. "authors": [
  1995. {
  1996. "name": "Frank de Jonge",
  1997. "email": "info@frankdejonge.nl"
  1998. }
  1999. ],
  2000. "description": "Local filesystem adapter for Flysystem.",
  2001. "keywords": [
  2002. "Flysystem",
  2003. "file",
  2004. "files",
  2005. "filesystem",
  2006. "local"
  2007. ],
  2008. "support": {
  2009. "source": "https://github.com/thephpleague/flysystem-local/tree/3.30.0"
  2010. },
  2011. "time": "2025-05-21T10:34:19+00:00"
  2012. },
  2013. {
  2014. "name": "league/mime-type-detection",
  2015. "version": "1.16.0",
  2016. "source": {
  2017. "type": "git",
  2018. "url": "https://github.com/thephpleague/mime-type-detection.git",
  2019. "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9"
  2020. },
  2021. "dist": {
  2022. "type": "zip",
  2023. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9",
  2024. "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9",
  2025. "shasum": ""
  2026. },
  2027. "require": {
  2028. "ext-fileinfo": "*",
  2029. "php": "^7.4 || ^8.0"
  2030. },
  2031. "require-dev": {
  2032. "friendsofphp/php-cs-fixer": "^3.2",
  2033. "phpstan/phpstan": "^0.12.68",
  2034. "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
  2035. },
  2036. "type": "library",
  2037. "autoload": {
  2038. "psr-4": {
  2039. "League\\MimeTypeDetection\\": "src"
  2040. }
  2041. },
  2042. "notification-url": "https://packagist.org/downloads/",
  2043. "license": [
  2044. "MIT"
  2045. ],
  2046. "authors": [
  2047. {
  2048. "name": "Frank de Jonge",
  2049. "email": "info@frankdejonge.nl"
  2050. }
  2051. ],
  2052. "description": "Mime-type detection for Flysystem",
  2053. "support": {
  2054. "issues": "https://github.com/thephpleague/mime-type-detection/issues",
  2055. "source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0"
  2056. },
  2057. "funding": [
  2058. {
  2059. "url": "https://github.com/frankdejonge",
  2060. "type": "github"
  2061. },
  2062. {
  2063. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  2064. "type": "tidelift"
  2065. }
  2066. ],
  2067. "time": "2024-09-21T08:32:55+00:00"
  2068. },
  2069. {
  2070. "name": "league/uri",
  2071. "version": "7.5.1",
  2072. "source": {
  2073. "type": "git",
  2074. "url": "https://github.com/thephpleague/uri.git",
  2075. "reference": "81fb5145d2644324614cc532b28efd0215bda430"
  2076. },
  2077. "dist": {
  2078. "type": "zip",
  2079. "url": "https://api.github.com/repos/thephpleague/uri/zipball/81fb5145d2644324614cc532b28efd0215bda430",
  2080. "reference": "81fb5145d2644324614cc532b28efd0215bda430",
  2081. "shasum": ""
  2082. },
  2083. "require": {
  2084. "league/uri-interfaces": "^7.5",
  2085. "php": "^8.1"
  2086. },
  2087. "conflict": {
  2088. "league/uri-schemes": "^1.0"
  2089. },
  2090. "suggest": {
  2091. "ext-bcmath": "to improve IPV4 host parsing",
  2092. "ext-fileinfo": "to create Data URI from file contennts",
  2093. "ext-gmp": "to improve IPV4 host parsing",
  2094. "ext-intl": "to handle IDN host with the best performance",
  2095. "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
  2096. "league/uri-components": "Needed to easily manipulate URI objects components",
  2097. "php-64bit": "to improve IPV4 host parsing",
  2098. "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
  2099. },
  2100. "type": "library",
  2101. "extra": {
  2102. "branch-alias": {
  2103. "dev-master": "7.x-dev"
  2104. }
  2105. },
  2106. "autoload": {
  2107. "psr-4": {
  2108. "League\\Uri\\": ""
  2109. }
  2110. },
  2111. "notification-url": "https://packagist.org/downloads/",
  2112. "license": [
  2113. "MIT"
  2114. ],
  2115. "authors": [
  2116. {
  2117. "name": "Ignace Nyamagana Butera",
  2118. "email": "nyamsprod@gmail.com",
  2119. "homepage": "https://nyamsprod.com"
  2120. }
  2121. ],
  2122. "description": "URI manipulation library",
  2123. "homepage": "https://uri.thephpleague.com",
  2124. "keywords": [
  2125. "data-uri",
  2126. "file-uri",
  2127. "ftp",
  2128. "hostname",
  2129. "http",
  2130. "https",
  2131. "middleware",
  2132. "parse_str",
  2133. "parse_url",
  2134. "psr-7",
  2135. "query-string",
  2136. "querystring",
  2137. "rfc3986",
  2138. "rfc3987",
  2139. "rfc6570",
  2140. "uri",
  2141. "uri-template",
  2142. "url",
  2143. "ws"
  2144. ],
  2145. "support": {
  2146. "docs": "https://uri.thephpleague.com",
  2147. "forum": "https://thephpleague.slack.com",
  2148. "issues": "https://github.com/thephpleague/uri-src/issues",
  2149. "source": "https://github.com/thephpleague/uri/tree/7.5.1"
  2150. },
  2151. "funding": [
  2152. {
  2153. "url": "https://github.com/sponsors/nyamsprod",
  2154. "type": "github"
  2155. }
  2156. ],
  2157. "time": "2024-12-08T08:40:02+00:00"
  2158. },
  2159. {
  2160. "name": "league/uri-interfaces",
  2161. "version": "7.5.0",
  2162. "source": {
  2163. "type": "git",
  2164. "url": "https://github.com/thephpleague/uri-interfaces.git",
  2165. "reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742"
  2166. },
  2167. "dist": {
  2168. "type": "zip",
  2169. "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
  2170. "reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
  2171. "shasum": ""
  2172. },
  2173. "require": {
  2174. "ext-filter": "*",
  2175. "php": "^8.1",
  2176. "psr/http-factory": "^1",
  2177. "psr/http-message": "^1.1 || ^2.0"
  2178. },
  2179. "suggest": {
  2180. "ext-bcmath": "to improve IPV4 host parsing",
  2181. "ext-gmp": "to improve IPV4 host parsing",
  2182. "ext-intl": "to handle IDN host with the best performance",
  2183. "php-64bit": "to improve IPV4 host parsing",
  2184. "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
  2185. },
  2186. "type": "library",
  2187. "extra": {
  2188. "branch-alias": {
  2189. "dev-master": "7.x-dev"
  2190. }
  2191. },
  2192. "autoload": {
  2193. "psr-4": {
  2194. "League\\Uri\\": ""
  2195. }
  2196. },
  2197. "notification-url": "https://packagist.org/downloads/",
  2198. "license": [
  2199. "MIT"
  2200. ],
  2201. "authors": [
  2202. {
  2203. "name": "Ignace Nyamagana Butera",
  2204. "email": "nyamsprod@gmail.com",
  2205. "homepage": "https://nyamsprod.com"
  2206. }
  2207. ],
  2208. "description": "Common interfaces and classes for URI representation and interaction",
  2209. "homepage": "https://uri.thephpleague.com",
  2210. "keywords": [
  2211. "data-uri",
  2212. "file-uri",
  2213. "ftp",
  2214. "hostname",
  2215. "http",
  2216. "https",
  2217. "parse_str",
  2218. "parse_url",
  2219. "psr-7",
  2220. "query-string",
  2221. "querystring",
  2222. "rfc3986",
  2223. "rfc3987",
  2224. "rfc6570",
  2225. "uri",
  2226. "url",
  2227. "ws"
  2228. ],
  2229. "support": {
  2230. "docs": "https://uri.thephpleague.com",
  2231. "forum": "https://thephpleague.slack.com",
  2232. "issues": "https://github.com/thephpleague/uri-src/issues",
  2233. "source": "https://github.com/thephpleague/uri-interfaces/tree/7.5.0"
  2234. },
  2235. "funding": [
  2236. {
  2237. "url": "https://github.com/sponsors/nyamsprod",
  2238. "type": "github"
  2239. }
  2240. ],
  2241. "time": "2024-12-08T08:18:47+00:00"
  2242. },
  2243. {
  2244. "name": "moneyphp/money",
  2245. "version": "v4.7.1",
  2246. "source": {
  2247. "type": "git",
  2248. "url": "https://github.com/moneyphp/money.git",
  2249. "reference": "1a23f0e1b22e2c59ed5ed70cfbe4cbe696be9348"
  2250. },
  2251. "dist": {
  2252. "type": "zip",
  2253. "url": "https://api.github.com/repos/moneyphp/money/zipball/1a23f0e1b22e2c59ed5ed70cfbe4cbe696be9348",
  2254. "reference": "1a23f0e1b22e2c59ed5ed70cfbe4cbe696be9348",
  2255. "shasum": ""
  2256. },
  2257. "require": {
  2258. "ext-bcmath": "*",
  2259. "ext-filter": "*",
  2260. "ext-json": "*",
  2261. "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
  2262. },
  2263. "require-dev": {
  2264. "cache/taggable-cache": "^1.1.0",
  2265. "doctrine/coding-standard": "^12.0",
  2266. "doctrine/instantiator": "^1.5.0 || ^2.0",
  2267. "ext-gmp": "*",
  2268. "ext-intl": "*",
  2269. "florianv/exchanger": "^2.8.1",
  2270. "florianv/swap": "^4.3.0",
  2271. "moneyphp/crypto-currencies": "^1.1.0",
  2272. "moneyphp/iso-currencies": "^3.4",
  2273. "php-http/message": "^1.16.0",
  2274. "php-http/mock-client": "^1.6.0",
  2275. "phpbench/phpbench": "^1.2.5",
  2276. "phpstan/extension-installer": "^1.4",
  2277. "phpstan/phpstan": "^2.1.9",
  2278. "phpstan/phpstan-phpunit": "^2.0",
  2279. "phpunit/phpunit": "^10.5.9",
  2280. "psr/cache": "^1.0.1 || ^2.0 || ^3.0",
  2281. "ticketswap/phpstan-error-formatter": "^1.1"
  2282. },
  2283. "suggest": {
  2284. "ext-gmp": "Calculate without integer limits",
  2285. "ext-intl": "Format Money objects with intl",
  2286. "florianv/exchanger": "Exchange rates library for PHP",
  2287. "florianv/swap": "Exchange rates library for PHP",
  2288. "psr/cache-implementation": "Used for Currency caching"
  2289. },
  2290. "type": "library",
  2291. "extra": {
  2292. "branch-alias": {
  2293. "dev-master": "3.x-dev"
  2294. }
  2295. },
  2296. "autoload": {
  2297. "psr-4": {
  2298. "Money\\": "src/"
  2299. }
  2300. },
  2301. "notification-url": "https://packagist.org/downloads/",
  2302. "license": [
  2303. "MIT"
  2304. ],
  2305. "authors": [
  2306. {
  2307. "name": "Mathias Verraes",
  2308. "email": "mathias@verraes.net",
  2309. "homepage": "http://verraes.net"
  2310. },
  2311. {
  2312. "name": "Márk Sági-Kazár",
  2313. "email": "mark.sagikazar@gmail.com"
  2314. },
  2315. {
  2316. "name": "Frederik Bosch",
  2317. "email": "f.bosch@genkgo.nl"
  2318. }
  2319. ],
  2320. "description": "PHP implementation of Fowler's Money pattern",
  2321. "homepage": "http://moneyphp.org",
  2322. "keywords": [
  2323. "Value Object",
  2324. "money",
  2325. "vo"
  2326. ],
  2327. "support": {
  2328. "issues": "https://github.com/moneyphp/money/issues",
  2329. "source": "https://github.com/moneyphp/money/tree/v4.7.1"
  2330. },
  2331. "time": "2025-06-06T07:12:38+00:00"
  2332. },
  2333. {
  2334. "name": "monolog/monolog",
  2335. "version": "3.9.0",
  2336. "source": {
  2337. "type": "git",
  2338. "url": "https://github.com/Seldaek/monolog.git",
  2339. "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6"
  2340. },
  2341. "dist": {
  2342. "type": "zip",
  2343. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/10d85740180ecba7896c87e06a166e0c95a0e3b6",
  2344. "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6",
  2345. "shasum": ""
  2346. },
  2347. "require": {
  2348. "php": ">=8.1",
  2349. "psr/log": "^2.0 || ^3.0"
  2350. },
  2351. "provide": {
  2352. "psr/log-implementation": "3.0.0"
  2353. },
  2354. "require-dev": {
  2355. "aws/aws-sdk-php": "^3.0",
  2356. "doctrine/couchdb": "~1.0@dev",
  2357. "elasticsearch/elasticsearch": "^7 || ^8",
  2358. "ext-json": "*",
  2359. "graylog2/gelf-php": "^1.4.2 || ^2.0",
  2360. "guzzlehttp/guzzle": "^7.4.5",
  2361. "guzzlehttp/psr7": "^2.2",
  2362. "mongodb/mongodb": "^1.8",
  2363. "php-amqplib/php-amqplib": "~2.4 || ^3",
  2364. "php-console/php-console": "^3.1.8",
  2365. "phpstan/phpstan": "^2",
  2366. "phpstan/phpstan-deprecation-rules": "^2",
  2367. "phpstan/phpstan-strict-rules": "^2",
  2368. "phpunit/phpunit": "^10.5.17 || ^11.0.7",
  2369. "predis/predis": "^1.1 || ^2",
  2370. "rollbar/rollbar": "^4.0",
  2371. "ruflin/elastica": "^7 || ^8",
  2372. "symfony/mailer": "^5.4 || ^6",
  2373. "symfony/mime": "^5.4 || ^6"
  2374. },
  2375. "suggest": {
  2376. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  2377. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  2378. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  2379. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  2380. "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
  2381. "ext-mbstring": "Allow to work properly with unicode symbols",
  2382. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  2383. "ext-openssl": "Required to send log messages using SSL",
  2384. "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
  2385. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  2386. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  2387. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  2388. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  2389. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  2390. },
  2391. "type": "library",
  2392. "extra": {
  2393. "branch-alias": {
  2394. "dev-main": "3.x-dev"
  2395. }
  2396. },
  2397. "autoload": {
  2398. "psr-4": {
  2399. "Monolog\\": "src/Monolog"
  2400. }
  2401. },
  2402. "notification-url": "https://packagist.org/downloads/",
  2403. "license": [
  2404. "MIT"
  2405. ],
  2406. "authors": [
  2407. {
  2408. "name": "Jordi Boggiano",
  2409. "email": "j.boggiano@seld.be",
  2410. "homepage": "https://seld.be"
  2411. }
  2412. ],
  2413. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  2414. "homepage": "https://github.com/Seldaek/monolog",
  2415. "keywords": [
  2416. "log",
  2417. "logging",
  2418. "psr-3"
  2419. ],
  2420. "support": {
  2421. "issues": "https://github.com/Seldaek/monolog/issues",
  2422. "source": "https://github.com/Seldaek/monolog/tree/3.9.0"
  2423. },
  2424. "funding": [
  2425. {
  2426. "url": "https://github.com/Seldaek",
  2427. "type": "github"
  2428. },
  2429. {
  2430. "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
  2431. "type": "tidelift"
  2432. }
  2433. ],
  2434. "time": "2025-03-24T10:02:05+00:00"
  2435. },
  2436. {
  2437. "name": "nesbot/carbon",
  2438. "version": "3.10.3",
  2439. "source": {
  2440. "type": "git",
  2441. "url": "https://github.com/CarbonPHP/carbon.git",
  2442. "reference": "8e3643dcd149ae0fe1d2ff4f2c8e4bbfad7c165f"
  2443. },
  2444. "dist": {
  2445. "type": "zip",
  2446. "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/8e3643dcd149ae0fe1d2ff4f2c8e4bbfad7c165f",
  2447. "reference": "8e3643dcd149ae0fe1d2ff4f2c8e4bbfad7c165f",
  2448. "shasum": ""
  2449. },
  2450. "require": {
  2451. "carbonphp/carbon-doctrine-types": "<100.0",
  2452. "ext-json": "*",
  2453. "php": "^8.1",
  2454. "psr/clock": "^1.0",
  2455. "symfony/clock": "^6.3.12 || ^7.0",
  2456. "symfony/polyfill-mbstring": "^1.0",
  2457. "symfony/translation": "^4.4.18 || ^5.2.1 || ^6.0 || ^7.0"
  2458. },
  2459. "provide": {
  2460. "psr/clock-implementation": "1.0"
  2461. },
  2462. "require-dev": {
  2463. "doctrine/dbal": "^3.6.3 || ^4.0",
  2464. "doctrine/orm": "^2.15.2 || ^3.0",
  2465. "friendsofphp/php-cs-fixer": "^v3.87.1",
  2466. "kylekatarnls/multi-tester": "^2.5.3",
  2467. "phpmd/phpmd": "^2.15.0",
  2468. "phpstan/extension-installer": "^1.4.3",
  2469. "phpstan/phpstan": "^2.1.22",
  2470. "phpunit/phpunit": "^10.5.53",
  2471. "squizlabs/php_codesniffer": "^3.13.4"
  2472. },
  2473. "bin": [
  2474. "bin/carbon"
  2475. ],
  2476. "type": "library",
  2477. "extra": {
  2478. "laravel": {
  2479. "providers": [
  2480. "Carbon\\Laravel\\ServiceProvider"
  2481. ]
  2482. },
  2483. "phpstan": {
  2484. "includes": [
  2485. "extension.neon"
  2486. ]
  2487. },
  2488. "branch-alias": {
  2489. "dev-2.x": "2.x-dev",
  2490. "dev-master": "3.x-dev"
  2491. }
  2492. },
  2493. "autoload": {
  2494. "psr-4": {
  2495. "Carbon\\": "src/Carbon/"
  2496. }
  2497. },
  2498. "notification-url": "https://packagist.org/downloads/",
  2499. "license": [
  2500. "MIT"
  2501. ],
  2502. "authors": [
  2503. {
  2504. "name": "Brian Nesbitt",
  2505. "email": "brian@nesbot.com",
  2506. "homepage": "https://markido.com"
  2507. },
  2508. {
  2509. "name": "kylekatarnls",
  2510. "homepage": "https://github.com/kylekatarnls"
  2511. }
  2512. ],
  2513. "description": "An API extension for DateTime that supports 281 different languages.",
  2514. "homepage": "https://carbon.nesbot.com",
  2515. "keywords": [
  2516. "date",
  2517. "datetime",
  2518. "time"
  2519. ],
  2520. "support": {
  2521. "docs": "https://carbon.nesbot.com/docs",
  2522. "issues": "https://github.com/CarbonPHP/carbon/issues",
  2523. "source": "https://github.com/CarbonPHP/carbon"
  2524. },
  2525. "funding": [
  2526. {
  2527. "url": "https://github.com/sponsors/kylekatarnls",
  2528. "type": "github"
  2529. },
  2530. {
  2531. "url": "https://opencollective.com/Carbon#sponsor",
  2532. "type": "opencollective"
  2533. },
  2534. {
  2535. "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
  2536. "type": "tidelift"
  2537. }
  2538. ],
  2539. "time": "2025-09-06T13:39:36+00:00"
  2540. },
  2541. {
  2542. "name": "nette/schema",
  2543. "version": "v1.3.2",
  2544. "source": {
  2545. "type": "git",
  2546. "url": "https://github.com/nette/schema.git",
  2547. "reference": "da801d52f0354f70a638673c4a0f04e16529431d"
  2548. },
  2549. "dist": {
  2550. "type": "zip",
  2551. "url": "https://api.github.com/repos/nette/schema/zipball/da801d52f0354f70a638673c4a0f04e16529431d",
  2552. "reference": "da801d52f0354f70a638673c4a0f04e16529431d",
  2553. "shasum": ""
  2554. },
  2555. "require": {
  2556. "nette/utils": "^4.0",
  2557. "php": "8.1 - 8.4"
  2558. },
  2559. "require-dev": {
  2560. "nette/tester": "^2.5.2",
  2561. "phpstan/phpstan-nette": "^1.0",
  2562. "tracy/tracy": "^2.8"
  2563. },
  2564. "type": "library",
  2565. "extra": {
  2566. "branch-alias": {
  2567. "dev-master": "1.3-dev"
  2568. }
  2569. },
  2570. "autoload": {
  2571. "classmap": [
  2572. "src/"
  2573. ]
  2574. },
  2575. "notification-url": "https://packagist.org/downloads/",
  2576. "license": [
  2577. "BSD-3-Clause",
  2578. "GPL-2.0-only",
  2579. "GPL-3.0-only"
  2580. ],
  2581. "authors": [
  2582. {
  2583. "name": "David Grudl",
  2584. "homepage": "https://davidgrudl.com"
  2585. },
  2586. {
  2587. "name": "Nette Community",
  2588. "homepage": "https://nette.org/contributors"
  2589. }
  2590. ],
  2591. "description": "📐 Nette Schema: validating data structures against a given Schema.",
  2592. "homepage": "https://nette.org",
  2593. "keywords": [
  2594. "config",
  2595. "nette"
  2596. ],
  2597. "support": {
  2598. "issues": "https://github.com/nette/schema/issues",
  2599. "source": "https://github.com/nette/schema/tree/v1.3.2"
  2600. },
  2601. "time": "2024-10-06T23:10:23+00:00"
  2602. },
  2603. {
  2604. "name": "nette/utils",
  2605. "version": "v4.0.8",
  2606. "source": {
  2607. "type": "git",
  2608. "url": "https://github.com/nette/utils.git",
  2609. "reference": "c930ca4e3cf4f17dcfb03037703679d2396d2ede"
  2610. },
  2611. "dist": {
  2612. "type": "zip",
  2613. "url": "https://api.github.com/repos/nette/utils/zipball/c930ca4e3cf4f17dcfb03037703679d2396d2ede",
  2614. "reference": "c930ca4e3cf4f17dcfb03037703679d2396d2ede",
  2615. "shasum": ""
  2616. },
  2617. "require": {
  2618. "php": "8.0 - 8.5"
  2619. },
  2620. "conflict": {
  2621. "nette/finder": "<3",
  2622. "nette/schema": "<1.2.2"
  2623. },
  2624. "require-dev": {
  2625. "jetbrains/phpstorm-attributes": "^1.2",
  2626. "nette/tester": "^2.5",
  2627. "phpstan/phpstan-nette": "^2.0@stable",
  2628. "tracy/tracy": "^2.9"
  2629. },
  2630. "suggest": {
  2631. "ext-gd": "to use Image",
  2632. "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
  2633. "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
  2634. "ext-json": "to use Nette\\Utils\\Json",
  2635. "ext-mbstring": "to use Strings::lower() etc...",
  2636. "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
  2637. },
  2638. "type": "library",
  2639. "extra": {
  2640. "branch-alias": {
  2641. "dev-master": "4.0-dev"
  2642. }
  2643. },
  2644. "autoload": {
  2645. "psr-4": {
  2646. "Nette\\": "src"
  2647. },
  2648. "classmap": [
  2649. "src/"
  2650. ]
  2651. },
  2652. "notification-url": "https://packagist.org/downloads/",
  2653. "license": [
  2654. "BSD-3-Clause",
  2655. "GPL-2.0-only",
  2656. "GPL-3.0-only"
  2657. ],
  2658. "authors": [
  2659. {
  2660. "name": "David Grudl",
  2661. "homepage": "https://davidgrudl.com"
  2662. },
  2663. {
  2664. "name": "Nette Community",
  2665. "homepage": "https://nette.org/contributors"
  2666. }
  2667. ],
  2668. "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
  2669. "homepage": "https://nette.org",
  2670. "keywords": [
  2671. "array",
  2672. "core",
  2673. "datetime",
  2674. "images",
  2675. "json",
  2676. "nette",
  2677. "paginator",
  2678. "password",
  2679. "slugify",
  2680. "string",
  2681. "unicode",
  2682. "utf-8",
  2683. "utility",
  2684. "validation"
  2685. ],
  2686. "support": {
  2687. "issues": "https://github.com/nette/utils/issues",
  2688. "source": "https://github.com/nette/utils/tree/v4.0.8"
  2689. },
  2690. "time": "2025-08-06T21:43:34+00:00"
  2691. },
  2692. {
  2693. "name": "nunomaduro/termwind",
  2694. "version": "v2.3.1",
  2695. "source": {
  2696. "type": "git",
  2697. "url": "https://github.com/nunomaduro/termwind.git",
  2698. "reference": "dfa08f390e509967a15c22493dc0bac5733d9123"
  2699. },
  2700. "dist": {
  2701. "type": "zip",
  2702. "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/dfa08f390e509967a15c22493dc0bac5733d9123",
  2703. "reference": "dfa08f390e509967a15c22493dc0bac5733d9123",
  2704. "shasum": ""
  2705. },
  2706. "require": {
  2707. "ext-mbstring": "*",
  2708. "php": "^8.2",
  2709. "symfony/console": "^7.2.6"
  2710. },
  2711. "require-dev": {
  2712. "illuminate/console": "^11.44.7",
  2713. "laravel/pint": "^1.22.0",
  2714. "mockery/mockery": "^1.6.12",
  2715. "pestphp/pest": "^2.36.0 || ^3.8.2",
  2716. "phpstan/phpstan": "^1.12.25",
  2717. "phpstan/phpstan-strict-rules": "^1.6.2",
  2718. "symfony/var-dumper": "^7.2.6",
  2719. "thecodingmachine/phpstan-strict-rules": "^1.0.0"
  2720. },
  2721. "type": "library",
  2722. "extra": {
  2723. "laravel": {
  2724. "providers": [
  2725. "Termwind\\Laravel\\TermwindServiceProvider"
  2726. ]
  2727. },
  2728. "branch-alias": {
  2729. "dev-2.x": "2.x-dev"
  2730. }
  2731. },
  2732. "autoload": {
  2733. "files": [
  2734. "src/Functions.php"
  2735. ],
  2736. "psr-4": {
  2737. "Termwind\\": "src/"
  2738. }
  2739. },
  2740. "notification-url": "https://packagist.org/downloads/",
  2741. "license": [
  2742. "MIT"
  2743. ],
  2744. "authors": [
  2745. {
  2746. "name": "Nuno Maduro",
  2747. "email": "enunomaduro@gmail.com"
  2748. }
  2749. ],
  2750. "description": "Its like Tailwind CSS, but for the console.",
  2751. "keywords": [
  2752. "cli",
  2753. "console",
  2754. "css",
  2755. "package",
  2756. "php",
  2757. "style"
  2758. ],
  2759. "support": {
  2760. "issues": "https://github.com/nunomaduro/termwind/issues",
  2761. "source": "https://github.com/nunomaduro/termwind/tree/v2.3.1"
  2762. },
  2763. "funding": [
  2764. {
  2765. "url": "https://www.paypal.com/paypalme/enunomaduro",
  2766. "type": "custom"
  2767. },
  2768. {
  2769. "url": "https://github.com/nunomaduro",
  2770. "type": "github"
  2771. },
  2772. {
  2773. "url": "https://github.com/xiCO2k",
  2774. "type": "github"
  2775. }
  2776. ],
  2777. "time": "2025-05-08T08:14:37+00:00"
  2778. },
  2779. {
  2780. "name": "phplang/scope-exit",
  2781. "version": "1.0.0",
  2782. "source": {
  2783. "type": "git",
  2784. "url": "https://github.com/phplang/scope-exit.git",
  2785. "reference": "239b73abe89f9414aa85a7ca075ec9445629192b"
  2786. },
  2787. "dist": {
  2788. "type": "zip",
  2789. "url": "https://api.github.com/repos/phplang/scope-exit/zipball/239b73abe89f9414aa85a7ca075ec9445629192b",
  2790. "reference": "239b73abe89f9414aa85a7ca075ec9445629192b",
  2791. "shasum": ""
  2792. },
  2793. "require-dev": {
  2794. "phpunit/phpunit": "*"
  2795. },
  2796. "type": "library",
  2797. "autoload": {
  2798. "psr-4": {
  2799. "PhpLang\\": "src/"
  2800. }
  2801. },
  2802. "notification-url": "https://packagist.org/downloads/",
  2803. "license": [
  2804. "BSD"
  2805. ],
  2806. "authors": [
  2807. {
  2808. "name": "Sara Golemon",
  2809. "email": "pollita@php.net",
  2810. "homepage": "https://twitter.com/SaraMG",
  2811. "role": "Developer"
  2812. }
  2813. ],
  2814. "description": "Emulation of SCOPE_EXIT construct from C++",
  2815. "homepage": "https://github.com/phplang/scope-exit",
  2816. "keywords": [
  2817. "cleanup",
  2818. "exit",
  2819. "scope"
  2820. ],
  2821. "support": {
  2822. "issues": "https://github.com/phplang/scope-exit/issues",
  2823. "source": "https://github.com/phplang/scope-exit/tree/master"
  2824. },
  2825. "time": "2016-09-17T00:15:18+00:00"
  2826. },
  2827. {
  2828. "name": "phpoption/phpoption",
  2829. "version": "1.9.4",
  2830. "source": {
  2831. "type": "git",
  2832. "url": "https://github.com/schmittjoh/php-option.git",
  2833. "reference": "638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d"
  2834. },
  2835. "dist": {
  2836. "type": "zip",
  2837. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d",
  2838. "reference": "638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d",
  2839. "shasum": ""
  2840. },
  2841. "require": {
  2842. "php": "^7.2.5 || ^8.0"
  2843. },
  2844. "require-dev": {
  2845. "bamarni/composer-bin-plugin": "^1.8.2",
  2846. "phpunit/phpunit": "^8.5.44 || ^9.6.25 || ^10.5.53 || ^11.5.34"
  2847. },
  2848. "type": "library",
  2849. "extra": {
  2850. "bamarni-bin": {
  2851. "bin-links": true,
  2852. "forward-command": false
  2853. },
  2854. "branch-alias": {
  2855. "dev-master": "1.9-dev"
  2856. }
  2857. },
  2858. "autoload": {
  2859. "psr-4": {
  2860. "PhpOption\\": "src/PhpOption/"
  2861. }
  2862. },
  2863. "notification-url": "https://packagist.org/downloads/",
  2864. "license": [
  2865. "Apache-2.0"
  2866. ],
  2867. "authors": [
  2868. {
  2869. "name": "Johannes M. Schmitt",
  2870. "email": "schmittjoh@gmail.com",
  2871. "homepage": "https://github.com/schmittjoh"
  2872. },
  2873. {
  2874. "name": "Graham Campbell",
  2875. "email": "hello@gjcampbell.co.uk",
  2876. "homepage": "https://github.com/GrahamCampbell"
  2877. }
  2878. ],
  2879. "description": "Option Type for PHP",
  2880. "keywords": [
  2881. "language",
  2882. "option",
  2883. "php",
  2884. "type"
  2885. ],
  2886. "support": {
  2887. "issues": "https://github.com/schmittjoh/php-option/issues",
  2888. "source": "https://github.com/schmittjoh/php-option/tree/1.9.4"
  2889. },
  2890. "funding": [
  2891. {
  2892. "url": "https://github.com/GrahamCampbell",
  2893. "type": "github"
  2894. },
  2895. {
  2896. "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
  2897. "type": "tidelift"
  2898. }
  2899. ],
  2900. "time": "2025-08-21T11:53:16+00:00"
  2901. },
  2902. {
  2903. "name": "psr/clock",
  2904. "version": "1.0.0",
  2905. "source": {
  2906. "type": "git",
  2907. "url": "https://github.com/php-fig/clock.git",
  2908. "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
  2909. },
  2910. "dist": {
  2911. "type": "zip",
  2912. "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
  2913. "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
  2914. "shasum": ""
  2915. },
  2916. "require": {
  2917. "php": "^7.0 || ^8.0"
  2918. },
  2919. "type": "library",
  2920. "autoload": {
  2921. "psr-4": {
  2922. "Psr\\Clock\\": "src/"
  2923. }
  2924. },
  2925. "notification-url": "https://packagist.org/downloads/",
  2926. "license": [
  2927. "MIT"
  2928. ],
  2929. "authors": [
  2930. {
  2931. "name": "PHP-FIG",
  2932. "homepage": "https://www.php-fig.org/"
  2933. }
  2934. ],
  2935. "description": "Common interface for reading the clock.",
  2936. "homepage": "https://github.com/php-fig/clock",
  2937. "keywords": [
  2938. "clock",
  2939. "now",
  2940. "psr",
  2941. "psr-20",
  2942. "time"
  2943. ],
  2944. "support": {
  2945. "issues": "https://github.com/php-fig/clock/issues",
  2946. "source": "https://github.com/php-fig/clock/tree/1.0.0"
  2947. },
  2948. "time": "2022-11-25T14:36:26+00:00"
  2949. },
  2950. {
  2951. "name": "psr/container",
  2952. "version": "2.0.2",
  2953. "source": {
  2954. "type": "git",
  2955. "url": "https://github.com/php-fig/container.git",
  2956. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
  2957. },
  2958. "dist": {
  2959. "type": "zip",
  2960. "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  2961. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  2962. "shasum": ""
  2963. },
  2964. "require": {
  2965. "php": ">=7.4.0"
  2966. },
  2967. "type": "library",
  2968. "extra": {
  2969. "branch-alias": {
  2970. "dev-master": "2.0.x-dev"
  2971. }
  2972. },
  2973. "autoload": {
  2974. "psr-4": {
  2975. "Psr\\Container\\": "src/"
  2976. }
  2977. },
  2978. "notification-url": "https://packagist.org/downloads/",
  2979. "license": [
  2980. "MIT"
  2981. ],
  2982. "authors": [
  2983. {
  2984. "name": "PHP-FIG",
  2985. "homepage": "https://www.php-fig.org/"
  2986. }
  2987. ],
  2988. "description": "Common Container Interface (PHP FIG PSR-11)",
  2989. "homepage": "https://github.com/php-fig/container",
  2990. "keywords": [
  2991. "PSR-11",
  2992. "container",
  2993. "container-interface",
  2994. "container-interop",
  2995. "psr"
  2996. ],
  2997. "support": {
  2998. "issues": "https://github.com/php-fig/container/issues",
  2999. "source": "https://github.com/php-fig/container/tree/2.0.2"
  3000. },
  3001. "time": "2021-11-05T16:47:00+00:00"
  3002. },
  3003. {
  3004. "name": "psr/event-dispatcher",
  3005. "version": "1.0.0",
  3006. "source": {
  3007. "type": "git",
  3008. "url": "https://github.com/php-fig/event-dispatcher.git",
  3009. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  3010. },
  3011. "dist": {
  3012. "type": "zip",
  3013. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  3014. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  3015. "shasum": ""
  3016. },
  3017. "require": {
  3018. "php": ">=7.2.0"
  3019. },
  3020. "type": "library",
  3021. "extra": {
  3022. "branch-alias": {
  3023. "dev-master": "1.0.x-dev"
  3024. }
  3025. },
  3026. "autoload": {
  3027. "psr-4": {
  3028. "Psr\\EventDispatcher\\": "src/"
  3029. }
  3030. },
  3031. "notification-url": "https://packagist.org/downloads/",
  3032. "license": [
  3033. "MIT"
  3034. ],
  3035. "authors": [
  3036. {
  3037. "name": "PHP-FIG",
  3038. "homepage": "http://www.php-fig.org/"
  3039. }
  3040. ],
  3041. "description": "Standard interfaces for event handling.",
  3042. "keywords": [
  3043. "events",
  3044. "psr",
  3045. "psr-14"
  3046. ],
  3047. "support": {
  3048. "issues": "https://github.com/php-fig/event-dispatcher/issues",
  3049. "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
  3050. },
  3051. "time": "2019-01-08T18:20:26+00:00"
  3052. },
  3053. {
  3054. "name": "psr/http-client",
  3055. "version": "1.0.3",
  3056. "source": {
  3057. "type": "git",
  3058. "url": "https://github.com/php-fig/http-client.git",
  3059. "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
  3060. },
  3061. "dist": {
  3062. "type": "zip",
  3063. "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
  3064. "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
  3065. "shasum": ""
  3066. },
  3067. "require": {
  3068. "php": "^7.0 || ^8.0",
  3069. "psr/http-message": "^1.0 || ^2.0"
  3070. },
  3071. "type": "library",
  3072. "extra": {
  3073. "branch-alias": {
  3074. "dev-master": "1.0.x-dev"
  3075. }
  3076. },
  3077. "autoload": {
  3078. "psr-4": {
  3079. "Psr\\Http\\Client\\": "src/"
  3080. }
  3081. },
  3082. "notification-url": "https://packagist.org/downloads/",
  3083. "license": [
  3084. "MIT"
  3085. ],
  3086. "authors": [
  3087. {
  3088. "name": "PHP-FIG",
  3089. "homepage": "https://www.php-fig.org/"
  3090. }
  3091. ],
  3092. "description": "Common interface for HTTP clients",
  3093. "homepage": "https://github.com/php-fig/http-client",
  3094. "keywords": [
  3095. "http",
  3096. "http-client",
  3097. "psr",
  3098. "psr-18"
  3099. ],
  3100. "support": {
  3101. "source": "https://github.com/php-fig/http-client"
  3102. },
  3103. "time": "2023-09-23T14:17:50+00:00"
  3104. },
  3105. {
  3106. "name": "psr/http-factory",
  3107. "version": "1.1.0",
  3108. "source": {
  3109. "type": "git",
  3110. "url": "https://github.com/php-fig/http-factory.git",
  3111. "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
  3112. },
  3113. "dist": {
  3114. "type": "zip",
  3115. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
  3116. "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
  3117. "shasum": ""
  3118. },
  3119. "require": {
  3120. "php": ">=7.1",
  3121. "psr/http-message": "^1.0 || ^2.0"
  3122. },
  3123. "type": "library",
  3124. "extra": {
  3125. "branch-alias": {
  3126. "dev-master": "1.0.x-dev"
  3127. }
  3128. },
  3129. "autoload": {
  3130. "psr-4": {
  3131. "Psr\\Http\\Message\\": "src/"
  3132. }
  3133. },
  3134. "notification-url": "https://packagist.org/downloads/",
  3135. "license": [
  3136. "MIT"
  3137. ],
  3138. "authors": [
  3139. {
  3140. "name": "PHP-FIG",
  3141. "homepage": "https://www.php-fig.org/"
  3142. }
  3143. ],
  3144. "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
  3145. "keywords": [
  3146. "factory",
  3147. "http",
  3148. "message",
  3149. "psr",
  3150. "psr-17",
  3151. "psr-7",
  3152. "request",
  3153. "response"
  3154. ],
  3155. "support": {
  3156. "source": "https://github.com/php-fig/http-factory"
  3157. },
  3158. "time": "2024-04-15T12:06:14+00:00"
  3159. },
  3160. {
  3161. "name": "psr/http-message",
  3162. "version": "2.0",
  3163. "source": {
  3164. "type": "git",
  3165. "url": "https://github.com/php-fig/http-message.git",
  3166. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
  3167. },
  3168. "dist": {
  3169. "type": "zip",
  3170. "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  3171. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  3172. "shasum": ""
  3173. },
  3174. "require": {
  3175. "php": "^7.2 || ^8.0"
  3176. },
  3177. "type": "library",
  3178. "extra": {
  3179. "branch-alias": {
  3180. "dev-master": "2.0.x-dev"
  3181. }
  3182. },
  3183. "autoload": {
  3184. "psr-4": {
  3185. "Psr\\Http\\Message\\": "src/"
  3186. }
  3187. },
  3188. "notification-url": "https://packagist.org/downloads/",
  3189. "license": [
  3190. "MIT"
  3191. ],
  3192. "authors": [
  3193. {
  3194. "name": "PHP-FIG",
  3195. "homepage": "https://www.php-fig.org/"
  3196. }
  3197. ],
  3198. "description": "Common interface for HTTP messages",
  3199. "homepage": "https://github.com/php-fig/http-message",
  3200. "keywords": [
  3201. "http",
  3202. "http-message",
  3203. "psr",
  3204. "psr-7",
  3205. "request",
  3206. "response"
  3207. ],
  3208. "support": {
  3209. "source": "https://github.com/php-fig/http-message/tree/2.0"
  3210. },
  3211. "time": "2023-04-04T09:54:51+00:00"
  3212. },
  3213. {
  3214. "name": "psr/log",
  3215. "version": "3.0.2",
  3216. "source": {
  3217. "type": "git",
  3218. "url": "https://github.com/php-fig/log.git",
  3219. "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
  3220. },
  3221. "dist": {
  3222. "type": "zip",
  3223. "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
  3224. "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
  3225. "shasum": ""
  3226. },
  3227. "require": {
  3228. "php": ">=8.0.0"
  3229. },
  3230. "type": "library",
  3231. "extra": {
  3232. "branch-alias": {
  3233. "dev-master": "3.x-dev"
  3234. }
  3235. },
  3236. "autoload": {
  3237. "psr-4": {
  3238. "Psr\\Log\\": "src"
  3239. }
  3240. },
  3241. "notification-url": "https://packagist.org/downloads/",
  3242. "license": [
  3243. "MIT"
  3244. ],
  3245. "authors": [
  3246. {
  3247. "name": "PHP-FIG",
  3248. "homepage": "https://www.php-fig.org/"
  3249. }
  3250. ],
  3251. "description": "Common interface for logging libraries",
  3252. "homepage": "https://github.com/php-fig/log",
  3253. "keywords": [
  3254. "log",
  3255. "psr",
  3256. "psr-3"
  3257. ],
  3258. "support": {
  3259. "source": "https://github.com/php-fig/log/tree/3.0.2"
  3260. },
  3261. "time": "2024-09-11T13:17:53+00:00"
  3262. },
  3263. {
  3264. "name": "psr/simple-cache",
  3265. "version": "3.0.0",
  3266. "source": {
  3267. "type": "git",
  3268. "url": "https://github.com/php-fig/simple-cache.git",
  3269. "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
  3270. },
  3271. "dist": {
  3272. "type": "zip",
  3273. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
  3274. "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
  3275. "shasum": ""
  3276. },
  3277. "require": {
  3278. "php": ">=8.0.0"
  3279. },
  3280. "type": "library",
  3281. "extra": {
  3282. "branch-alias": {
  3283. "dev-master": "3.0.x-dev"
  3284. }
  3285. },
  3286. "autoload": {
  3287. "psr-4": {
  3288. "Psr\\SimpleCache\\": "src/"
  3289. }
  3290. },
  3291. "notification-url": "https://packagist.org/downloads/",
  3292. "license": [
  3293. "MIT"
  3294. ],
  3295. "authors": [
  3296. {
  3297. "name": "PHP-FIG",
  3298. "homepage": "https://www.php-fig.org/"
  3299. }
  3300. ],
  3301. "description": "Common interfaces for simple caching",
  3302. "keywords": [
  3303. "cache",
  3304. "caching",
  3305. "psr",
  3306. "psr-16",
  3307. "simple-cache"
  3308. ],
  3309. "support": {
  3310. "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
  3311. },
  3312. "time": "2021-10-29T13:26:27+00:00"
  3313. },
  3314. {
  3315. "name": "ralouphie/getallheaders",
  3316. "version": "3.0.3",
  3317. "source": {
  3318. "type": "git",
  3319. "url": "https://github.com/ralouphie/getallheaders.git",
  3320. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  3321. },
  3322. "dist": {
  3323. "type": "zip",
  3324. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  3325. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  3326. "shasum": ""
  3327. },
  3328. "require": {
  3329. "php": ">=5.6"
  3330. },
  3331. "require-dev": {
  3332. "php-coveralls/php-coveralls": "^2.1",
  3333. "phpunit/phpunit": "^5 || ^6.5"
  3334. },
  3335. "type": "library",
  3336. "autoload": {
  3337. "files": [
  3338. "src/getallheaders.php"
  3339. ]
  3340. },
  3341. "notification-url": "https://packagist.org/downloads/",
  3342. "license": [
  3343. "MIT"
  3344. ],
  3345. "authors": [
  3346. {
  3347. "name": "Ralph Khattar",
  3348. "email": "ralph.khattar@gmail.com"
  3349. }
  3350. ],
  3351. "description": "A polyfill for getallheaders.",
  3352. "support": {
  3353. "issues": "https://github.com/ralouphie/getallheaders/issues",
  3354. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  3355. },
  3356. "time": "2019-03-08T08:55:37+00:00"
  3357. },
  3358. {
  3359. "name": "ramsey/collection",
  3360. "version": "2.1.1",
  3361. "source": {
  3362. "type": "git",
  3363. "url": "https://github.com/ramsey/collection.git",
  3364. "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2"
  3365. },
  3366. "dist": {
  3367. "type": "zip",
  3368. "url": "https://api.github.com/repos/ramsey/collection/zipball/344572933ad0181accbf4ba763e85a0306a8c5e2",
  3369. "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2",
  3370. "shasum": ""
  3371. },
  3372. "require": {
  3373. "php": "^8.1"
  3374. },
  3375. "require-dev": {
  3376. "captainhook/plugin-composer": "^5.3",
  3377. "ergebnis/composer-normalize": "^2.45",
  3378. "fakerphp/faker": "^1.24",
  3379. "hamcrest/hamcrest-php": "^2.0",
  3380. "jangregor/phpstan-prophecy": "^2.1",
  3381. "mockery/mockery": "^1.6",
  3382. "php-parallel-lint/php-console-highlighter": "^1.0",
  3383. "php-parallel-lint/php-parallel-lint": "^1.4",
  3384. "phpspec/prophecy-phpunit": "^2.3",
  3385. "phpstan/extension-installer": "^1.4",
  3386. "phpstan/phpstan": "^2.1",
  3387. "phpstan/phpstan-mockery": "^2.0",
  3388. "phpstan/phpstan-phpunit": "^2.0",
  3389. "phpunit/phpunit": "^10.5",
  3390. "ramsey/coding-standard": "^2.3",
  3391. "ramsey/conventional-commits": "^1.6",
  3392. "roave/security-advisories": "dev-latest"
  3393. },
  3394. "type": "library",
  3395. "extra": {
  3396. "captainhook": {
  3397. "force-install": true
  3398. },
  3399. "ramsey/conventional-commits": {
  3400. "configFile": "conventional-commits.json"
  3401. }
  3402. },
  3403. "autoload": {
  3404. "psr-4": {
  3405. "Ramsey\\Collection\\": "src/"
  3406. }
  3407. },
  3408. "notification-url": "https://packagist.org/downloads/",
  3409. "license": [
  3410. "MIT"
  3411. ],
  3412. "authors": [
  3413. {
  3414. "name": "Ben Ramsey",
  3415. "email": "ben@benramsey.com",
  3416. "homepage": "https://benramsey.com"
  3417. }
  3418. ],
  3419. "description": "A PHP library for representing and manipulating collections.",
  3420. "keywords": [
  3421. "array",
  3422. "collection",
  3423. "hash",
  3424. "map",
  3425. "queue",
  3426. "set"
  3427. ],
  3428. "support": {
  3429. "issues": "https://github.com/ramsey/collection/issues",
  3430. "source": "https://github.com/ramsey/collection/tree/2.1.1"
  3431. },
  3432. "time": "2025-03-22T05:38:12+00:00"
  3433. },
  3434. {
  3435. "name": "ramsey/uuid",
  3436. "version": "4.9.1",
  3437. "source": {
  3438. "type": "git",
  3439. "url": "https://github.com/ramsey/uuid.git",
  3440. "reference": "81f941f6f729b1e3ceea61d9d014f8b6c6800440"
  3441. },
  3442. "dist": {
  3443. "type": "zip",
  3444. "url": "https://api.github.com/repos/ramsey/uuid/zipball/81f941f6f729b1e3ceea61d9d014f8b6c6800440",
  3445. "reference": "81f941f6f729b1e3ceea61d9d014f8b6c6800440",
  3446. "shasum": ""
  3447. },
  3448. "require": {
  3449. "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13 || ^0.14",
  3450. "php": "^8.0",
  3451. "ramsey/collection": "^1.2 || ^2.0"
  3452. },
  3453. "replace": {
  3454. "rhumsaa/uuid": "self.version"
  3455. },
  3456. "require-dev": {
  3457. "captainhook/captainhook": "^5.25",
  3458. "captainhook/plugin-composer": "^5.3",
  3459. "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
  3460. "ergebnis/composer-normalize": "^2.47",
  3461. "mockery/mockery": "^1.6",
  3462. "paragonie/random-lib": "^2",
  3463. "php-mock/php-mock": "^2.6",
  3464. "php-mock/php-mock-mockery": "^1.5",
  3465. "php-parallel-lint/php-parallel-lint": "^1.4.0",
  3466. "phpbench/phpbench": "^1.2.14",
  3467. "phpstan/extension-installer": "^1.4",
  3468. "phpstan/phpstan": "^2.1",
  3469. "phpstan/phpstan-mockery": "^2.0",
  3470. "phpstan/phpstan-phpunit": "^2.0",
  3471. "phpunit/phpunit": "^9.6",
  3472. "slevomat/coding-standard": "^8.18",
  3473. "squizlabs/php_codesniffer": "^3.13"
  3474. },
  3475. "suggest": {
  3476. "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
  3477. "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
  3478. "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
  3479. "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  3480. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  3481. },
  3482. "type": "library",
  3483. "extra": {
  3484. "captainhook": {
  3485. "force-install": true
  3486. }
  3487. },
  3488. "autoload": {
  3489. "files": [
  3490. "src/functions.php"
  3491. ],
  3492. "psr-4": {
  3493. "Ramsey\\Uuid\\": "src/"
  3494. }
  3495. },
  3496. "notification-url": "https://packagist.org/downloads/",
  3497. "license": [
  3498. "MIT"
  3499. ],
  3500. "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
  3501. "keywords": [
  3502. "guid",
  3503. "identifier",
  3504. "uuid"
  3505. ],
  3506. "support": {
  3507. "issues": "https://github.com/ramsey/uuid/issues",
  3508. "source": "https://github.com/ramsey/uuid/tree/4.9.1"
  3509. },
  3510. "time": "2025-09-04T20:59:21+00:00"
  3511. },
  3512. {
  3513. "name": "spatie/enum",
  3514. "version": "3.13.0",
  3515. "source": {
  3516. "type": "git",
  3517. "url": "https://github.com/spatie/enum.git",
  3518. "reference": "f1a0f464ba909491a53e60a955ce84ad7cd93a2c"
  3519. },
  3520. "dist": {
  3521. "type": "zip",
  3522. "url": "https://api.github.com/repos/spatie/enum/zipball/f1a0f464ba909491a53e60a955ce84ad7cd93a2c",
  3523. "reference": "f1a0f464ba909491a53e60a955ce84ad7cd93a2c",
  3524. "shasum": ""
  3525. },
  3526. "require": {
  3527. "ext-json": "*",
  3528. "php": "^8.0"
  3529. },
  3530. "require-dev": {
  3531. "fakerphp/faker": "^1.9.1",
  3532. "larapack/dd": "^1.1",
  3533. "phpunit/phpunit": "^9.0",
  3534. "vimeo/psalm": "^4.3"
  3535. },
  3536. "suggest": {
  3537. "fakerphp/faker": "To use the enum faker provider",
  3538. "phpunit/phpunit": "To use the enum assertions"
  3539. },
  3540. "type": "library",
  3541. "autoload": {
  3542. "psr-4": {
  3543. "Spatie\\Enum\\": "src"
  3544. }
  3545. },
  3546. "notification-url": "https://packagist.org/downloads/",
  3547. "license": [
  3548. "MIT"
  3549. ],
  3550. "authors": [
  3551. {
  3552. "name": "Brent Roose",
  3553. "email": "brent@spatie.be",
  3554. "homepage": "https://spatie.be",
  3555. "role": "Developer"
  3556. },
  3557. {
  3558. "name": "Tom Witkowski",
  3559. "email": "dev@gummibeer.de",
  3560. "homepage": "https://gummibeer.de",
  3561. "role": "Developer"
  3562. }
  3563. ],
  3564. "description": "PHP Enums",
  3565. "homepage": "https://github.com/spatie/enum",
  3566. "keywords": [
  3567. "enum",
  3568. "enumerable",
  3569. "spatie"
  3570. ],
  3571. "support": {
  3572. "docs": "https://docs.spatie.be/enum",
  3573. "issues": "https://github.com/spatie/enum/issues",
  3574. "source": "https://github.com/spatie/enum"
  3575. },
  3576. "funding": [
  3577. {
  3578. "url": "https://spatie.be/open-source/support-us",
  3579. "type": "custom"
  3580. },
  3581. {
  3582. "url": "https://github.com/spatie",
  3583. "type": "github"
  3584. }
  3585. ],
  3586. "time": "2022-04-22T08:51:55+00:00"
  3587. },
  3588. {
  3589. "name": "swaggest/json-diff",
  3590. "version": "v3.12.1",
  3591. "source": {
  3592. "type": "git",
  3593. "url": "https://github.com/swaggest/json-diff.git",
  3594. "reference": "7ebc4eab95bcc73916433964c266588d09b35052"
  3595. },
  3596. "dist": {
  3597. "type": "zip",
  3598. "url": "https://api.github.com/repos/swaggest/json-diff/zipball/7ebc4eab95bcc73916433964c266588d09b35052",
  3599. "reference": "7ebc4eab95bcc73916433964c266588d09b35052",
  3600. "shasum": ""
  3601. },
  3602. "require": {
  3603. "ext-json": "*",
  3604. "php": ">=7.1"
  3605. },
  3606. "require-dev": {
  3607. "phperf/phpunit": "4.8.37"
  3608. },
  3609. "type": "library",
  3610. "autoload": {
  3611. "psr-4": {
  3612. "Swaggest\\JsonDiff\\": "src/"
  3613. }
  3614. },
  3615. "notification-url": "https://packagist.org/downloads/",
  3616. "license": [
  3617. "MIT"
  3618. ],
  3619. "authors": [
  3620. {
  3621. "name": "Viacheslav Poturaev",
  3622. "email": "vearutop@gmail.com"
  3623. }
  3624. ],
  3625. "description": "JSON diff/rearrange/patch/pointer library for PHP",
  3626. "support": {
  3627. "issues": "https://github.com/swaggest/json-diff/issues",
  3628. "source": "https://github.com/swaggest/json-diff/tree/v3.12.1"
  3629. },
  3630. "time": "2025-03-10T08:22:10+00:00"
  3631. },
  3632. {
  3633. "name": "swaggest/json-schema",
  3634. "version": "v0.12.43",
  3635. "source": {
  3636. "type": "git",
  3637. "url": "https://github.com/swaggest/php-json-schema.git",
  3638. "reference": "1f3a77a382c5d273a0f1fe34be3b8af4060a88cd"
  3639. },
  3640. "dist": {
  3641. "type": "zip",
  3642. "url": "https://api.github.com/repos/swaggest/php-json-schema/zipball/1f3a77a382c5d273a0f1fe34be3b8af4060a88cd",
  3643. "reference": "1f3a77a382c5d273a0f1fe34be3b8af4060a88cd",
  3644. "shasum": ""
  3645. },
  3646. "require": {
  3647. "ext-json": "*",
  3648. "php": ">=7.1",
  3649. "phplang/scope-exit": "^1.0",
  3650. "swaggest/json-diff": "^3.8.2",
  3651. "symfony/polyfill-mbstring": "^1.19"
  3652. },
  3653. "require-dev": {
  3654. "phperf/phpunit": "4.8.37"
  3655. },
  3656. "suggest": {
  3657. "ext-mbstring": "For better performance"
  3658. },
  3659. "type": "library",
  3660. "autoload": {
  3661. "psr-4": {
  3662. "Swaggest\\JsonSchema\\": "src/"
  3663. }
  3664. },
  3665. "notification-url": "https://packagist.org/downloads/",
  3666. "license": [
  3667. "MIT"
  3668. ],
  3669. "authors": [
  3670. {
  3671. "name": "Viacheslav Poturaev",
  3672. "email": "vearutop@gmail.com"
  3673. }
  3674. ],
  3675. "description": "High definition PHP structures with JSON-schema based validation",
  3676. "support": {
  3677. "email": "vearutop@gmail.com",
  3678. "issues": "https://github.com/swaggest/php-json-schema/issues",
  3679. "source": "https://github.com/swaggest/php-json-schema/tree/v0.12.43"
  3680. },
  3681. "time": "2024-12-22T21:18:27+00:00"
  3682. },
  3683. {
  3684. "name": "symfony/clock",
  3685. "version": "v7.3.0",
  3686. "source": {
  3687. "type": "git",
  3688. "url": "https://github.com/symfony/clock.git",
  3689. "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24"
  3690. },
  3691. "dist": {
  3692. "type": "zip",
  3693. "url": "https://api.github.com/repos/symfony/clock/zipball/b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
  3694. "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
  3695. "shasum": ""
  3696. },
  3697. "require": {
  3698. "php": ">=8.2",
  3699. "psr/clock": "^1.0",
  3700. "symfony/polyfill-php83": "^1.28"
  3701. },
  3702. "provide": {
  3703. "psr/clock-implementation": "1.0"
  3704. },
  3705. "type": "library",
  3706. "autoload": {
  3707. "files": [
  3708. "Resources/now.php"
  3709. ],
  3710. "psr-4": {
  3711. "Symfony\\Component\\Clock\\": ""
  3712. },
  3713. "exclude-from-classmap": [
  3714. "/Tests/"
  3715. ]
  3716. },
  3717. "notification-url": "https://packagist.org/downloads/",
  3718. "license": [
  3719. "MIT"
  3720. ],
  3721. "authors": [
  3722. {
  3723. "name": "Nicolas Grekas",
  3724. "email": "p@tchwork.com"
  3725. },
  3726. {
  3727. "name": "Symfony Community",
  3728. "homepage": "https://symfony.com/contributors"
  3729. }
  3730. ],
  3731. "description": "Decouples applications from the system clock",
  3732. "homepage": "https://symfony.com",
  3733. "keywords": [
  3734. "clock",
  3735. "psr20",
  3736. "time"
  3737. ],
  3738. "support": {
  3739. "source": "https://github.com/symfony/clock/tree/v7.3.0"
  3740. },
  3741. "funding": [
  3742. {
  3743. "url": "https://symfony.com/sponsor",
  3744. "type": "custom"
  3745. },
  3746. {
  3747. "url": "https://github.com/fabpot",
  3748. "type": "github"
  3749. },
  3750. {
  3751. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3752. "type": "tidelift"
  3753. }
  3754. ],
  3755. "time": "2024-09-25T14:21:43+00:00"
  3756. },
  3757. {
  3758. "name": "symfony/console",
  3759. "version": "v7.3.3",
  3760. "source": {
  3761. "type": "git",
  3762. "url": "https://github.com/symfony/console.git",
  3763. "reference": "cb0102a1c5ac3807cf3fdf8bea96007df7fdbea7"
  3764. },
  3765. "dist": {
  3766. "type": "zip",
  3767. "url": "https://api.github.com/repos/symfony/console/zipball/cb0102a1c5ac3807cf3fdf8bea96007df7fdbea7",
  3768. "reference": "cb0102a1c5ac3807cf3fdf8bea96007df7fdbea7",
  3769. "shasum": ""
  3770. },
  3771. "require": {
  3772. "php": ">=8.2",
  3773. "symfony/deprecation-contracts": "^2.5|^3",
  3774. "symfony/polyfill-mbstring": "~1.0",
  3775. "symfony/service-contracts": "^2.5|^3",
  3776. "symfony/string": "^7.2"
  3777. },
  3778. "conflict": {
  3779. "symfony/dependency-injection": "<6.4",
  3780. "symfony/dotenv": "<6.4",
  3781. "symfony/event-dispatcher": "<6.4",
  3782. "symfony/lock": "<6.4",
  3783. "symfony/process": "<6.4"
  3784. },
  3785. "provide": {
  3786. "psr/log-implementation": "1.0|2.0|3.0"
  3787. },
  3788. "require-dev": {
  3789. "psr/log": "^1|^2|^3",
  3790. "symfony/config": "^6.4|^7.0",
  3791. "symfony/dependency-injection": "^6.4|^7.0",
  3792. "symfony/event-dispatcher": "^6.4|^7.0",
  3793. "symfony/http-foundation": "^6.4|^7.0",
  3794. "symfony/http-kernel": "^6.4|^7.0",
  3795. "symfony/lock": "^6.4|^7.0",
  3796. "symfony/messenger": "^6.4|^7.0",
  3797. "symfony/process": "^6.4|^7.0",
  3798. "symfony/stopwatch": "^6.4|^7.0",
  3799. "symfony/var-dumper": "^6.4|^7.0"
  3800. },
  3801. "type": "library",
  3802. "autoload": {
  3803. "psr-4": {
  3804. "Symfony\\Component\\Console\\": ""
  3805. },
  3806. "exclude-from-classmap": [
  3807. "/Tests/"
  3808. ]
  3809. },
  3810. "notification-url": "https://packagist.org/downloads/",
  3811. "license": [
  3812. "MIT"
  3813. ],
  3814. "authors": [
  3815. {
  3816. "name": "Fabien Potencier",
  3817. "email": "fabien@symfony.com"
  3818. },
  3819. {
  3820. "name": "Symfony Community",
  3821. "homepage": "https://symfony.com/contributors"
  3822. }
  3823. ],
  3824. "description": "Eases the creation of beautiful and testable command line interfaces",
  3825. "homepage": "https://symfony.com",
  3826. "keywords": [
  3827. "cli",
  3828. "command-line",
  3829. "console",
  3830. "terminal"
  3831. ],
  3832. "support": {
  3833. "source": "https://github.com/symfony/console/tree/v7.3.3"
  3834. },
  3835. "funding": [
  3836. {
  3837. "url": "https://symfony.com/sponsor",
  3838. "type": "custom"
  3839. },
  3840. {
  3841. "url": "https://github.com/fabpot",
  3842. "type": "github"
  3843. },
  3844. {
  3845. "url": "https://github.com/nicolas-grekas",
  3846. "type": "github"
  3847. },
  3848. {
  3849. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3850. "type": "tidelift"
  3851. }
  3852. ],
  3853. "time": "2025-08-25T06:35:40+00:00"
  3854. },
  3855. {
  3856. "name": "symfony/css-selector",
  3857. "version": "v7.3.0",
  3858. "source": {
  3859. "type": "git",
  3860. "url": "https://github.com/symfony/css-selector.git",
  3861. "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2"
  3862. },
  3863. "dist": {
  3864. "type": "zip",
  3865. "url": "https://api.github.com/repos/symfony/css-selector/zipball/601a5ce9aaad7bf10797e3663faefce9e26c24e2",
  3866. "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2",
  3867. "shasum": ""
  3868. },
  3869. "require": {
  3870. "php": ">=8.2"
  3871. },
  3872. "type": "library",
  3873. "autoload": {
  3874. "psr-4": {
  3875. "Symfony\\Component\\CssSelector\\": ""
  3876. },
  3877. "exclude-from-classmap": [
  3878. "/Tests/"
  3879. ]
  3880. },
  3881. "notification-url": "https://packagist.org/downloads/",
  3882. "license": [
  3883. "MIT"
  3884. ],
  3885. "authors": [
  3886. {
  3887. "name": "Fabien Potencier",
  3888. "email": "fabien@symfony.com"
  3889. },
  3890. {
  3891. "name": "Jean-François Simon",
  3892. "email": "jeanfrancois.simon@sensiolabs.com"
  3893. },
  3894. {
  3895. "name": "Symfony Community",
  3896. "homepage": "https://symfony.com/contributors"
  3897. }
  3898. ],
  3899. "description": "Converts CSS selectors to XPath expressions",
  3900. "homepage": "https://symfony.com",
  3901. "support": {
  3902. "source": "https://github.com/symfony/css-selector/tree/v7.3.0"
  3903. },
  3904. "funding": [
  3905. {
  3906. "url": "https://symfony.com/sponsor",
  3907. "type": "custom"
  3908. },
  3909. {
  3910. "url": "https://github.com/fabpot",
  3911. "type": "github"
  3912. },
  3913. {
  3914. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3915. "type": "tidelift"
  3916. }
  3917. ],
  3918. "time": "2024-09-25T14:21:43+00:00"
  3919. },
  3920. {
  3921. "name": "symfony/deprecation-contracts",
  3922. "version": "v3.6.0",
  3923. "source": {
  3924. "type": "git",
  3925. "url": "https://github.com/symfony/deprecation-contracts.git",
  3926. "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
  3927. },
  3928. "dist": {
  3929. "type": "zip",
  3930. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
  3931. "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
  3932. "shasum": ""
  3933. },
  3934. "require": {
  3935. "php": ">=8.1"
  3936. },
  3937. "type": "library",
  3938. "extra": {
  3939. "thanks": {
  3940. "url": "https://github.com/symfony/contracts",
  3941. "name": "symfony/contracts"
  3942. },
  3943. "branch-alias": {
  3944. "dev-main": "3.6-dev"
  3945. }
  3946. },
  3947. "autoload": {
  3948. "files": [
  3949. "function.php"
  3950. ]
  3951. },
  3952. "notification-url": "https://packagist.org/downloads/",
  3953. "license": [
  3954. "MIT"
  3955. ],
  3956. "authors": [
  3957. {
  3958. "name": "Nicolas Grekas",
  3959. "email": "p@tchwork.com"
  3960. },
  3961. {
  3962. "name": "Symfony Community",
  3963. "homepage": "https://symfony.com/contributors"
  3964. }
  3965. ],
  3966. "description": "A generic function and convention to trigger deprecation notices",
  3967. "homepage": "https://symfony.com",
  3968. "support": {
  3969. "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0"
  3970. },
  3971. "funding": [
  3972. {
  3973. "url": "https://symfony.com/sponsor",
  3974. "type": "custom"
  3975. },
  3976. {
  3977. "url": "https://github.com/fabpot",
  3978. "type": "github"
  3979. },
  3980. {
  3981. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3982. "type": "tidelift"
  3983. }
  3984. ],
  3985. "time": "2024-09-25T14:21:43+00:00"
  3986. },
  3987. {
  3988. "name": "symfony/error-handler",
  3989. "version": "v7.3.2",
  3990. "source": {
  3991. "type": "git",
  3992. "url": "https://github.com/symfony/error-handler.git",
  3993. "reference": "0b31a944fcd8759ae294da4d2808cbc53aebd0c3"
  3994. },
  3995. "dist": {
  3996. "type": "zip",
  3997. "url": "https://api.github.com/repos/symfony/error-handler/zipball/0b31a944fcd8759ae294da4d2808cbc53aebd0c3",
  3998. "reference": "0b31a944fcd8759ae294da4d2808cbc53aebd0c3",
  3999. "shasum": ""
  4000. },
  4001. "require": {
  4002. "php": ">=8.2",
  4003. "psr/log": "^1|^2|^3",
  4004. "symfony/var-dumper": "^6.4|^7.0"
  4005. },
  4006. "conflict": {
  4007. "symfony/deprecation-contracts": "<2.5",
  4008. "symfony/http-kernel": "<6.4"
  4009. },
  4010. "require-dev": {
  4011. "symfony/console": "^6.4|^7.0",
  4012. "symfony/deprecation-contracts": "^2.5|^3",
  4013. "symfony/http-kernel": "^6.4|^7.0",
  4014. "symfony/serializer": "^6.4|^7.0",
  4015. "symfony/webpack-encore-bundle": "^1.0|^2.0"
  4016. },
  4017. "bin": [
  4018. "Resources/bin/patch-type-declarations"
  4019. ],
  4020. "type": "library",
  4021. "autoload": {
  4022. "psr-4": {
  4023. "Symfony\\Component\\ErrorHandler\\": ""
  4024. },
  4025. "exclude-from-classmap": [
  4026. "/Tests/"
  4027. ]
  4028. },
  4029. "notification-url": "https://packagist.org/downloads/",
  4030. "license": [
  4031. "MIT"
  4032. ],
  4033. "authors": [
  4034. {
  4035. "name": "Fabien Potencier",
  4036. "email": "fabien@symfony.com"
  4037. },
  4038. {
  4039. "name": "Symfony Community",
  4040. "homepage": "https://symfony.com/contributors"
  4041. }
  4042. ],
  4043. "description": "Provides tools to manage errors and ease debugging PHP code",
  4044. "homepage": "https://symfony.com",
  4045. "support": {
  4046. "source": "https://github.com/symfony/error-handler/tree/v7.3.2"
  4047. },
  4048. "funding": [
  4049. {
  4050. "url": "https://symfony.com/sponsor",
  4051. "type": "custom"
  4052. },
  4053. {
  4054. "url": "https://github.com/fabpot",
  4055. "type": "github"
  4056. },
  4057. {
  4058. "url": "https://github.com/nicolas-grekas",
  4059. "type": "github"
  4060. },
  4061. {
  4062. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4063. "type": "tidelift"
  4064. }
  4065. ],
  4066. "time": "2025-07-07T08:17:57+00:00"
  4067. },
  4068. {
  4069. "name": "symfony/event-dispatcher",
  4070. "version": "v7.3.3",
  4071. "source": {
  4072. "type": "git",
  4073. "url": "https://github.com/symfony/event-dispatcher.git",
  4074. "reference": "b7dc69e71de420ac04bc9ab830cf3ffebba48191"
  4075. },
  4076. "dist": {
  4077. "type": "zip",
  4078. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b7dc69e71de420ac04bc9ab830cf3ffebba48191",
  4079. "reference": "b7dc69e71de420ac04bc9ab830cf3ffebba48191",
  4080. "shasum": ""
  4081. },
  4082. "require": {
  4083. "php": ">=8.2",
  4084. "symfony/event-dispatcher-contracts": "^2.5|^3"
  4085. },
  4086. "conflict": {
  4087. "symfony/dependency-injection": "<6.4",
  4088. "symfony/service-contracts": "<2.5"
  4089. },
  4090. "provide": {
  4091. "psr/event-dispatcher-implementation": "1.0",
  4092. "symfony/event-dispatcher-implementation": "2.0|3.0"
  4093. },
  4094. "require-dev": {
  4095. "psr/log": "^1|^2|^3",
  4096. "symfony/config": "^6.4|^7.0",
  4097. "symfony/dependency-injection": "^6.4|^7.0",
  4098. "symfony/error-handler": "^6.4|^7.0",
  4099. "symfony/expression-language": "^6.4|^7.0",
  4100. "symfony/http-foundation": "^6.4|^7.0",
  4101. "symfony/service-contracts": "^2.5|^3",
  4102. "symfony/stopwatch": "^6.4|^7.0"
  4103. },
  4104. "type": "library",
  4105. "autoload": {
  4106. "psr-4": {
  4107. "Symfony\\Component\\EventDispatcher\\": ""
  4108. },
  4109. "exclude-from-classmap": [
  4110. "/Tests/"
  4111. ]
  4112. },
  4113. "notification-url": "https://packagist.org/downloads/",
  4114. "license": [
  4115. "MIT"
  4116. ],
  4117. "authors": [
  4118. {
  4119. "name": "Fabien Potencier",
  4120. "email": "fabien@symfony.com"
  4121. },
  4122. {
  4123. "name": "Symfony Community",
  4124. "homepage": "https://symfony.com/contributors"
  4125. }
  4126. ],
  4127. "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
  4128. "homepage": "https://symfony.com",
  4129. "support": {
  4130. "source": "https://github.com/symfony/event-dispatcher/tree/v7.3.3"
  4131. },
  4132. "funding": [
  4133. {
  4134. "url": "https://symfony.com/sponsor",
  4135. "type": "custom"
  4136. },
  4137. {
  4138. "url": "https://github.com/fabpot",
  4139. "type": "github"
  4140. },
  4141. {
  4142. "url": "https://github.com/nicolas-grekas",
  4143. "type": "github"
  4144. },
  4145. {
  4146. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4147. "type": "tidelift"
  4148. }
  4149. ],
  4150. "time": "2025-08-13T11:49:31+00:00"
  4151. },
  4152. {
  4153. "name": "symfony/event-dispatcher-contracts",
  4154. "version": "v3.6.0",
  4155. "source": {
  4156. "type": "git",
  4157. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  4158. "reference": "59eb412e93815df44f05f342958efa9f46b1e586"
  4159. },
  4160. "dist": {
  4161. "type": "zip",
  4162. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586",
  4163. "reference": "59eb412e93815df44f05f342958efa9f46b1e586",
  4164. "shasum": ""
  4165. },
  4166. "require": {
  4167. "php": ">=8.1",
  4168. "psr/event-dispatcher": "^1"
  4169. },
  4170. "type": "library",
  4171. "extra": {
  4172. "thanks": {
  4173. "url": "https://github.com/symfony/contracts",
  4174. "name": "symfony/contracts"
  4175. },
  4176. "branch-alias": {
  4177. "dev-main": "3.6-dev"
  4178. }
  4179. },
  4180. "autoload": {
  4181. "psr-4": {
  4182. "Symfony\\Contracts\\EventDispatcher\\": ""
  4183. }
  4184. },
  4185. "notification-url": "https://packagist.org/downloads/",
  4186. "license": [
  4187. "MIT"
  4188. ],
  4189. "authors": [
  4190. {
  4191. "name": "Nicolas Grekas",
  4192. "email": "p@tchwork.com"
  4193. },
  4194. {
  4195. "name": "Symfony Community",
  4196. "homepage": "https://symfony.com/contributors"
  4197. }
  4198. ],
  4199. "description": "Generic abstractions related to dispatching event",
  4200. "homepage": "https://symfony.com",
  4201. "keywords": [
  4202. "abstractions",
  4203. "contracts",
  4204. "decoupling",
  4205. "interfaces",
  4206. "interoperability",
  4207. "standards"
  4208. ],
  4209. "support": {
  4210. "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.6.0"
  4211. },
  4212. "funding": [
  4213. {
  4214. "url": "https://symfony.com/sponsor",
  4215. "type": "custom"
  4216. },
  4217. {
  4218. "url": "https://github.com/fabpot",
  4219. "type": "github"
  4220. },
  4221. {
  4222. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4223. "type": "tidelift"
  4224. }
  4225. ],
  4226. "time": "2024-09-25T14:21:43+00:00"
  4227. },
  4228. {
  4229. "name": "symfony/finder",
  4230. "version": "v7.3.2",
  4231. "source": {
  4232. "type": "git",
  4233. "url": "https://github.com/symfony/finder.git",
  4234. "reference": "2a6614966ba1074fa93dae0bc804227422df4dfe"
  4235. },
  4236. "dist": {
  4237. "type": "zip",
  4238. "url": "https://api.github.com/repos/symfony/finder/zipball/2a6614966ba1074fa93dae0bc804227422df4dfe",
  4239. "reference": "2a6614966ba1074fa93dae0bc804227422df4dfe",
  4240. "shasum": ""
  4241. },
  4242. "require": {
  4243. "php": ">=8.2"
  4244. },
  4245. "require-dev": {
  4246. "symfony/filesystem": "^6.4|^7.0"
  4247. },
  4248. "type": "library",
  4249. "autoload": {
  4250. "psr-4": {
  4251. "Symfony\\Component\\Finder\\": ""
  4252. },
  4253. "exclude-from-classmap": [
  4254. "/Tests/"
  4255. ]
  4256. },
  4257. "notification-url": "https://packagist.org/downloads/",
  4258. "license": [
  4259. "MIT"
  4260. ],
  4261. "authors": [
  4262. {
  4263. "name": "Fabien Potencier",
  4264. "email": "fabien@symfony.com"
  4265. },
  4266. {
  4267. "name": "Symfony Community",
  4268. "homepage": "https://symfony.com/contributors"
  4269. }
  4270. ],
  4271. "description": "Finds files and directories via an intuitive fluent interface",
  4272. "homepage": "https://symfony.com",
  4273. "support": {
  4274. "source": "https://github.com/symfony/finder/tree/v7.3.2"
  4275. },
  4276. "funding": [
  4277. {
  4278. "url": "https://symfony.com/sponsor",
  4279. "type": "custom"
  4280. },
  4281. {
  4282. "url": "https://github.com/fabpot",
  4283. "type": "github"
  4284. },
  4285. {
  4286. "url": "https://github.com/nicolas-grekas",
  4287. "type": "github"
  4288. },
  4289. {
  4290. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4291. "type": "tidelift"
  4292. }
  4293. ],
  4294. "time": "2025-07-15T13:41:35+00:00"
  4295. },
  4296. {
  4297. "name": "symfony/http-client",
  4298. "version": "v7.3.3",
  4299. "source": {
  4300. "type": "git",
  4301. "url": "https://github.com/symfony/http-client.git",
  4302. "reference": "333b9bd7639cbdaecd25a3a48a9d2dcfaa86e019"
  4303. },
  4304. "dist": {
  4305. "type": "zip",
  4306. "url": "https://api.github.com/repos/symfony/http-client/zipball/333b9bd7639cbdaecd25a3a48a9d2dcfaa86e019",
  4307. "reference": "333b9bd7639cbdaecd25a3a48a9d2dcfaa86e019",
  4308. "shasum": ""
  4309. },
  4310. "require": {
  4311. "php": ">=8.2",
  4312. "psr/log": "^1|^2|^3",
  4313. "symfony/deprecation-contracts": "^2.5|^3",
  4314. "symfony/http-client-contracts": "~3.4.4|^3.5.2",
  4315. "symfony/polyfill-php83": "^1.29",
  4316. "symfony/service-contracts": "^2.5|^3"
  4317. },
  4318. "conflict": {
  4319. "amphp/amp": "<2.5",
  4320. "amphp/socket": "<1.1",
  4321. "php-http/discovery": "<1.15",
  4322. "symfony/http-foundation": "<6.4"
  4323. },
  4324. "provide": {
  4325. "php-http/async-client-implementation": "*",
  4326. "php-http/client-implementation": "*",
  4327. "psr/http-client-implementation": "1.0",
  4328. "symfony/http-client-implementation": "3.0"
  4329. },
  4330. "require-dev": {
  4331. "amphp/http-client": "^4.2.1|^5.0",
  4332. "amphp/http-tunnel": "^1.0|^2.0",
  4333. "guzzlehttp/promises": "^1.4|^2.0",
  4334. "nyholm/psr7": "^1.0",
  4335. "php-http/httplug": "^1.0|^2.0",
  4336. "psr/http-client": "^1.0",
  4337. "symfony/amphp-http-client-meta": "^1.0|^2.0",
  4338. "symfony/dependency-injection": "^6.4|^7.0",
  4339. "symfony/http-kernel": "^6.4|^7.0",
  4340. "symfony/messenger": "^6.4|^7.0",
  4341. "symfony/process": "^6.4|^7.0",
  4342. "symfony/rate-limiter": "^6.4|^7.0",
  4343. "symfony/stopwatch": "^6.4|^7.0"
  4344. },
  4345. "type": "library",
  4346. "autoload": {
  4347. "psr-4": {
  4348. "Symfony\\Component\\HttpClient\\": ""
  4349. },
  4350. "exclude-from-classmap": [
  4351. "/Tests/"
  4352. ]
  4353. },
  4354. "notification-url": "https://packagist.org/downloads/",
  4355. "license": [
  4356. "MIT"
  4357. ],
  4358. "authors": [
  4359. {
  4360. "name": "Nicolas Grekas",
  4361. "email": "p@tchwork.com"
  4362. },
  4363. {
  4364. "name": "Symfony Community",
  4365. "homepage": "https://symfony.com/contributors"
  4366. }
  4367. ],
  4368. "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
  4369. "homepage": "https://symfony.com",
  4370. "keywords": [
  4371. "http"
  4372. ],
  4373. "support": {
  4374. "source": "https://github.com/symfony/http-client/tree/v7.3.3"
  4375. },
  4376. "funding": [
  4377. {
  4378. "url": "https://symfony.com/sponsor",
  4379. "type": "custom"
  4380. },
  4381. {
  4382. "url": "https://github.com/fabpot",
  4383. "type": "github"
  4384. },
  4385. {
  4386. "url": "https://github.com/nicolas-grekas",
  4387. "type": "github"
  4388. },
  4389. {
  4390. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4391. "type": "tidelift"
  4392. }
  4393. ],
  4394. "time": "2025-08-27T07:45:05+00:00"
  4395. },
  4396. {
  4397. "name": "symfony/http-client-contracts",
  4398. "version": "v3.6.0",
  4399. "source": {
  4400. "type": "git",
  4401. "url": "https://github.com/symfony/http-client-contracts.git",
  4402. "reference": "75d7043853a42837e68111812f4d964b01e5101c"
  4403. },
  4404. "dist": {
  4405. "type": "zip",
  4406. "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/75d7043853a42837e68111812f4d964b01e5101c",
  4407. "reference": "75d7043853a42837e68111812f4d964b01e5101c",
  4408. "shasum": ""
  4409. },
  4410. "require": {
  4411. "php": ">=8.1"
  4412. },
  4413. "type": "library",
  4414. "extra": {
  4415. "thanks": {
  4416. "url": "https://github.com/symfony/contracts",
  4417. "name": "symfony/contracts"
  4418. },
  4419. "branch-alias": {
  4420. "dev-main": "3.6-dev"
  4421. }
  4422. },
  4423. "autoload": {
  4424. "psr-4": {
  4425. "Symfony\\Contracts\\HttpClient\\": ""
  4426. },
  4427. "exclude-from-classmap": [
  4428. "/Test/"
  4429. ]
  4430. },
  4431. "notification-url": "https://packagist.org/downloads/",
  4432. "license": [
  4433. "MIT"
  4434. ],
  4435. "authors": [
  4436. {
  4437. "name": "Nicolas Grekas",
  4438. "email": "p@tchwork.com"
  4439. },
  4440. {
  4441. "name": "Symfony Community",
  4442. "homepage": "https://symfony.com/contributors"
  4443. }
  4444. ],
  4445. "description": "Generic abstractions related to HTTP clients",
  4446. "homepage": "https://symfony.com",
  4447. "keywords": [
  4448. "abstractions",
  4449. "contracts",
  4450. "decoupling",
  4451. "interfaces",
  4452. "interoperability",
  4453. "standards"
  4454. ],
  4455. "support": {
  4456. "source": "https://github.com/symfony/http-client-contracts/tree/v3.6.0"
  4457. },
  4458. "funding": [
  4459. {
  4460. "url": "https://symfony.com/sponsor",
  4461. "type": "custom"
  4462. },
  4463. {
  4464. "url": "https://github.com/fabpot",
  4465. "type": "github"
  4466. },
  4467. {
  4468. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4469. "type": "tidelift"
  4470. }
  4471. ],
  4472. "time": "2025-04-29T11:18:49+00:00"
  4473. },
  4474. {
  4475. "name": "symfony/http-foundation",
  4476. "version": "v7.3.3",
  4477. "source": {
  4478. "type": "git",
  4479. "url": "https://github.com/symfony/http-foundation.git",
  4480. "reference": "7475561ec27020196c49bb7c4f178d33d7d3dc00"
  4481. },
  4482. "dist": {
  4483. "type": "zip",
  4484. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/7475561ec27020196c49bb7c4f178d33d7d3dc00",
  4485. "reference": "7475561ec27020196c49bb7c4f178d33d7d3dc00",
  4486. "shasum": ""
  4487. },
  4488. "require": {
  4489. "php": ">=8.2",
  4490. "symfony/deprecation-contracts": "^2.5|^3.0",
  4491. "symfony/polyfill-mbstring": "~1.1",
  4492. "symfony/polyfill-php83": "^1.27"
  4493. },
  4494. "conflict": {
  4495. "doctrine/dbal": "<3.6",
  4496. "symfony/cache": "<6.4.12|>=7.0,<7.1.5"
  4497. },
  4498. "require-dev": {
  4499. "doctrine/dbal": "^3.6|^4",
  4500. "predis/predis": "^1.1|^2.0",
  4501. "symfony/cache": "^6.4.12|^7.1.5",
  4502. "symfony/clock": "^6.4|^7.0",
  4503. "symfony/dependency-injection": "^6.4|^7.0",
  4504. "symfony/expression-language": "^6.4|^7.0",
  4505. "symfony/http-kernel": "^6.4|^7.0",
  4506. "symfony/mime": "^6.4|^7.0",
  4507. "symfony/rate-limiter": "^6.4|^7.0"
  4508. },
  4509. "type": "library",
  4510. "autoload": {
  4511. "psr-4": {
  4512. "Symfony\\Component\\HttpFoundation\\": ""
  4513. },
  4514. "exclude-from-classmap": [
  4515. "/Tests/"
  4516. ]
  4517. },
  4518. "notification-url": "https://packagist.org/downloads/",
  4519. "license": [
  4520. "MIT"
  4521. ],
  4522. "authors": [
  4523. {
  4524. "name": "Fabien Potencier",
  4525. "email": "fabien@symfony.com"
  4526. },
  4527. {
  4528. "name": "Symfony Community",
  4529. "homepage": "https://symfony.com/contributors"
  4530. }
  4531. ],
  4532. "description": "Defines an object-oriented layer for the HTTP specification",
  4533. "homepage": "https://symfony.com",
  4534. "support": {
  4535. "source": "https://github.com/symfony/http-foundation/tree/v7.3.3"
  4536. },
  4537. "funding": [
  4538. {
  4539. "url": "https://symfony.com/sponsor",
  4540. "type": "custom"
  4541. },
  4542. {
  4543. "url": "https://github.com/fabpot",
  4544. "type": "github"
  4545. },
  4546. {
  4547. "url": "https://github.com/nicolas-grekas",
  4548. "type": "github"
  4549. },
  4550. {
  4551. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4552. "type": "tidelift"
  4553. }
  4554. ],
  4555. "time": "2025-08-20T08:04:18+00:00"
  4556. },
  4557. {
  4558. "name": "symfony/http-kernel",
  4559. "version": "v7.3.3",
  4560. "source": {
  4561. "type": "git",
  4562. "url": "https://github.com/symfony/http-kernel.git",
  4563. "reference": "72c304de37e1a1cec6d5d12b81187ebd4850a17b"
  4564. },
  4565. "dist": {
  4566. "type": "zip",
  4567. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/72c304de37e1a1cec6d5d12b81187ebd4850a17b",
  4568. "reference": "72c304de37e1a1cec6d5d12b81187ebd4850a17b",
  4569. "shasum": ""
  4570. },
  4571. "require": {
  4572. "php": ">=8.2",
  4573. "psr/log": "^1|^2|^3",
  4574. "symfony/deprecation-contracts": "^2.5|^3",
  4575. "symfony/error-handler": "^6.4|^7.0",
  4576. "symfony/event-dispatcher": "^7.3",
  4577. "symfony/http-foundation": "^7.3",
  4578. "symfony/polyfill-ctype": "^1.8"
  4579. },
  4580. "conflict": {
  4581. "symfony/browser-kit": "<6.4",
  4582. "symfony/cache": "<6.4",
  4583. "symfony/config": "<6.4",
  4584. "symfony/console": "<6.4",
  4585. "symfony/dependency-injection": "<6.4",
  4586. "symfony/doctrine-bridge": "<6.4",
  4587. "symfony/form": "<6.4",
  4588. "symfony/http-client": "<6.4",
  4589. "symfony/http-client-contracts": "<2.5",
  4590. "symfony/mailer": "<6.4",
  4591. "symfony/messenger": "<6.4",
  4592. "symfony/translation": "<6.4",
  4593. "symfony/translation-contracts": "<2.5",
  4594. "symfony/twig-bridge": "<6.4",
  4595. "symfony/validator": "<6.4",
  4596. "symfony/var-dumper": "<6.4",
  4597. "twig/twig": "<3.12"
  4598. },
  4599. "provide": {
  4600. "psr/log-implementation": "1.0|2.0|3.0"
  4601. },
  4602. "require-dev": {
  4603. "psr/cache": "^1.0|^2.0|^3.0",
  4604. "symfony/browser-kit": "^6.4|^7.0",
  4605. "symfony/clock": "^6.4|^7.0",
  4606. "symfony/config": "^6.4|^7.0",
  4607. "symfony/console": "^6.4|^7.0",
  4608. "symfony/css-selector": "^6.4|^7.0",
  4609. "symfony/dependency-injection": "^6.4|^7.0",
  4610. "symfony/dom-crawler": "^6.4|^7.0",
  4611. "symfony/expression-language": "^6.4|^7.0",
  4612. "symfony/finder": "^6.4|^7.0",
  4613. "symfony/http-client-contracts": "^2.5|^3",
  4614. "symfony/process": "^6.4|^7.0",
  4615. "symfony/property-access": "^7.1",
  4616. "symfony/routing": "^6.4|^7.0",
  4617. "symfony/serializer": "^7.1",
  4618. "symfony/stopwatch": "^6.4|^7.0",
  4619. "symfony/translation": "^6.4|^7.0",
  4620. "symfony/translation-contracts": "^2.5|^3",
  4621. "symfony/uid": "^6.4|^7.0",
  4622. "symfony/validator": "^6.4|^7.0",
  4623. "symfony/var-dumper": "^6.4|^7.0",
  4624. "symfony/var-exporter": "^6.4|^7.0",
  4625. "twig/twig": "^3.12"
  4626. },
  4627. "type": "library",
  4628. "autoload": {
  4629. "psr-4": {
  4630. "Symfony\\Component\\HttpKernel\\": ""
  4631. },
  4632. "exclude-from-classmap": [
  4633. "/Tests/"
  4634. ]
  4635. },
  4636. "notification-url": "https://packagist.org/downloads/",
  4637. "license": [
  4638. "MIT"
  4639. ],
  4640. "authors": [
  4641. {
  4642. "name": "Fabien Potencier",
  4643. "email": "fabien@symfony.com"
  4644. },
  4645. {
  4646. "name": "Symfony Community",
  4647. "homepage": "https://symfony.com/contributors"
  4648. }
  4649. ],
  4650. "description": "Provides a structured process for converting a Request into a Response",
  4651. "homepage": "https://symfony.com",
  4652. "support": {
  4653. "source": "https://github.com/symfony/http-kernel/tree/v7.3.3"
  4654. },
  4655. "funding": [
  4656. {
  4657. "url": "https://symfony.com/sponsor",
  4658. "type": "custom"
  4659. },
  4660. {
  4661. "url": "https://github.com/fabpot",
  4662. "type": "github"
  4663. },
  4664. {
  4665. "url": "https://github.com/nicolas-grekas",
  4666. "type": "github"
  4667. },
  4668. {
  4669. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4670. "type": "tidelift"
  4671. }
  4672. ],
  4673. "time": "2025-08-29T08:23:45+00:00"
  4674. },
  4675. {
  4676. "name": "symfony/mailer",
  4677. "version": "v7.3.3",
  4678. "source": {
  4679. "type": "git",
  4680. "url": "https://github.com/symfony/mailer.git",
  4681. "reference": "a32f3f45f1990db8c4341d5122a7d3a381c7e575"
  4682. },
  4683. "dist": {
  4684. "type": "zip",
  4685. "url": "https://api.github.com/repos/symfony/mailer/zipball/a32f3f45f1990db8c4341d5122a7d3a381c7e575",
  4686. "reference": "a32f3f45f1990db8c4341d5122a7d3a381c7e575",
  4687. "shasum": ""
  4688. },
  4689. "require": {
  4690. "egulias/email-validator": "^2.1.10|^3|^4",
  4691. "php": ">=8.2",
  4692. "psr/event-dispatcher": "^1",
  4693. "psr/log": "^1|^2|^3",
  4694. "symfony/event-dispatcher": "^6.4|^7.0",
  4695. "symfony/mime": "^7.2",
  4696. "symfony/service-contracts": "^2.5|^3"
  4697. },
  4698. "conflict": {
  4699. "symfony/http-client-contracts": "<2.5",
  4700. "symfony/http-kernel": "<6.4",
  4701. "symfony/messenger": "<6.4",
  4702. "symfony/mime": "<6.4",
  4703. "symfony/twig-bridge": "<6.4"
  4704. },
  4705. "require-dev": {
  4706. "symfony/console": "^6.4|^7.0",
  4707. "symfony/http-client": "^6.4|^7.0",
  4708. "symfony/messenger": "^6.4|^7.0",
  4709. "symfony/twig-bridge": "^6.4|^7.0"
  4710. },
  4711. "type": "library",
  4712. "autoload": {
  4713. "psr-4": {
  4714. "Symfony\\Component\\Mailer\\": ""
  4715. },
  4716. "exclude-from-classmap": [
  4717. "/Tests/"
  4718. ]
  4719. },
  4720. "notification-url": "https://packagist.org/downloads/",
  4721. "license": [
  4722. "MIT"
  4723. ],
  4724. "authors": [
  4725. {
  4726. "name": "Fabien Potencier",
  4727. "email": "fabien@symfony.com"
  4728. },
  4729. {
  4730. "name": "Symfony Community",
  4731. "homepage": "https://symfony.com/contributors"
  4732. }
  4733. ],
  4734. "description": "Helps sending emails",
  4735. "homepage": "https://symfony.com",
  4736. "support": {
  4737. "source": "https://github.com/symfony/mailer/tree/v7.3.3"
  4738. },
  4739. "funding": [
  4740. {
  4741. "url": "https://symfony.com/sponsor",
  4742. "type": "custom"
  4743. },
  4744. {
  4745. "url": "https://github.com/fabpot",
  4746. "type": "github"
  4747. },
  4748. {
  4749. "url": "https://github.com/nicolas-grekas",
  4750. "type": "github"
  4751. },
  4752. {
  4753. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4754. "type": "tidelift"
  4755. }
  4756. ],
  4757. "time": "2025-08-13T11:49:31+00:00"
  4758. },
  4759. {
  4760. "name": "symfony/mailgun-mailer",
  4761. "version": "v7.3.1",
  4762. "source": {
  4763. "type": "git",
  4764. "url": "https://github.com/symfony/mailgun-mailer.git",
  4765. "reference": "8c18f2bff4e70ed5669ab8228302edd2fecd689b"
  4766. },
  4767. "dist": {
  4768. "type": "zip",
  4769. "url": "https://api.github.com/repos/symfony/mailgun-mailer/zipball/8c18f2bff4e70ed5669ab8228302edd2fecd689b",
  4770. "reference": "8c18f2bff4e70ed5669ab8228302edd2fecd689b",
  4771. "shasum": ""
  4772. },
  4773. "require": {
  4774. "php": ">=8.2",
  4775. "symfony/mailer": "^7.2"
  4776. },
  4777. "conflict": {
  4778. "symfony/http-foundation": "<6.4"
  4779. },
  4780. "require-dev": {
  4781. "symfony/http-client": "^6.4|^7.0",
  4782. "symfony/webhook": "^6.4|^7.0"
  4783. },
  4784. "type": "symfony-mailer-bridge",
  4785. "autoload": {
  4786. "psr-4": {
  4787. "Symfony\\Component\\Mailer\\Bridge\\Mailgun\\": ""
  4788. },
  4789. "exclude-from-classmap": [
  4790. "/Tests/"
  4791. ]
  4792. },
  4793. "notification-url": "https://packagist.org/downloads/",
  4794. "license": [
  4795. "MIT"
  4796. ],
  4797. "authors": [
  4798. {
  4799. "name": "Fabien Potencier",
  4800. "email": "fabien@symfony.com"
  4801. },
  4802. {
  4803. "name": "Symfony Community",
  4804. "homepage": "https://symfony.com/contributors"
  4805. }
  4806. ],
  4807. "description": "Symfony Mailgun Mailer Bridge",
  4808. "homepage": "https://symfony.com",
  4809. "support": {
  4810. "source": "https://github.com/symfony/mailgun-mailer/tree/v7.3.1"
  4811. },
  4812. "funding": [
  4813. {
  4814. "url": "https://symfony.com/sponsor",
  4815. "type": "custom"
  4816. },
  4817. {
  4818. "url": "https://github.com/fabpot",
  4819. "type": "github"
  4820. },
  4821. {
  4822. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4823. "type": "tidelift"
  4824. }
  4825. ],
  4826. "time": "2025-06-20T16:15:52+00:00"
  4827. },
  4828. {
  4829. "name": "symfony/mime",
  4830. "version": "v7.3.2",
  4831. "source": {
  4832. "type": "git",
  4833. "url": "https://github.com/symfony/mime.git",
  4834. "reference": "e0a0f859148daf1edf6c60b398eb40bfc96697d1"
  4835. },
  4836. "dist": {
  4837. "type": "zip",
  4838. "url": "https://api.github.com/repos/symfony/mime/zipball/e0a0f859148daf1edf6c60b398eb40bfc96697d1",
  4839. "reference": "e0a0f859148daf1edf6c60b398eb40bfc96697d1",
  4840. "shasum": ""
  4841. },
  4842. "require": {
  4843. "php": ">=8.2",
  4844. "symfony/polyfill-intl-idn": "^1.10",
  4845. "symfony/polyfill-mbstring": "^1.0"
  4846. },
  4847. "conflict": {
  4848. "egulias/email-validator": "~3.0.0",
  4849. "phpdocumentor/reflection-docblock": "<3.2.2",
  4850. "phpdocumentor/type-resolver": "<1.4.0",
  4851. "symfony/mailer": "<6.4",
  4852. "symfony/serializer": "<6.4.3|>7.0,<7.0.3"
  4853. },
  4854. "require-dev": {
  4855. "egulias/email-validator": "^2.1.10|^3.1|^4",
  4856. "league/html-to-markdown": "^5.0",
  4857. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  4858. "symfony/dependency-injection": "^6.4|^7.0",
  4859. "symfony/process": "^6.4|^7.0",
  4860. "symfony/property-access": "^6.4|^7.0",
  4861. "symfony/property-info": "^6.4|^7.0",
  4862. "symfony/serializer": "^6.4.3|^7.0.3"
  4863. },
  4864. "type": "library",
  4865. "autoload": {
  4866. "psr-4": {
  4867. "Symfony\\Component\\Mime\\": ""
  4868. },
  4869. "exclude-from-classmap": [
  4870. "/Tests/"
  4871. ]
  4872. },
  4873. "notification-url": "https://packagist.org/downloads/",
  4874. "license": [
  4875. "MIT"
  4876. ],
  4877. "authors": [
  4878. {
  4879. "name": "Fabien Potencier",
  4880. "email": "fabien@symfony.com"
  4881. },
  4882. {
  4883. "name": "Symfony Community",
  4884. "homepage": "https://symfony.com/contributors"
  4885. }
  4886. ],
  4887. "description": "Allows manipulating MIME messages",
  4888. "homepage": "https://symfony.com",
  4889. "keywords": [
  4890. "mime",
  4891. "mime-type"
  4892. ],
  4893. "support": {
  4894. "source": "https://github.com/symfony/mime/tree/v7.3.2"
  4895. },
  4896. "funding": [
  4897. {
  4898. "url": "https://symfony.com/sponsor",
  4899. "type": "custom"
  4900. },
  4901. {
  4902. "url": "https://github.com/fabpot",
  4903. "type": "github"
  4904. },
  4905. {
  4906. "url": "https://github.com/nicolas-grekas",
  4907. "type": "github"
  4908. },
  4909. {
  4910. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4911. "type": "tidelift"
  4912. }
  4913. ],
  4914. "time": "2025-07-15T13:41:35+00:00"
  4915. },
  4916. {
  4917. "name": "symfony/options-resolver",
  4918. "version": "v7.3.3",
  4919. "source": {
  4920. "type": "git",
  4921. "url": "https://github.com/symfony/options-resolver.git",
  4922. "reference": "0ff2f5c3df08a395232bbc3c2eb7e84912df911d"
  4923. },
  4924. "dist": {
  4925. "type": "zip",
  4926. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/0ff2f5c3df08a395232bbc3c2eb7e84912df911d",
  4927. "reference": "0ff2f5c3df08a395232bbc3c2eb7e84912df911d",
  4928. "shasum": ""
  4929. },
  4930. "require": {
  4931. "php": ">=8.2",
  4932. "symfony/deprecation-contracts": "^2.5|^3"
  4933. },
  4934. "type": "library",
  4935. "autoload": {
  4936. "psr-4": {
  4937. "Symfony\\Component\\OptionsResolver\\": ""
  4938. },
  4939. "exclude-from-classmap": [
  4940. "/Tests/"
  4941. ]
  4942. },
  4943. "notification-url": "https://packagist.org/downloads/",
  4944. "license": [
  4945. "MIT"
  4946. ],
  4947. "authors": [
  4948. {
  4949. "name": "Fabien Potencier",
  4950. "email": "fabien@symfony.com"
  4951. },
  4952. {
  4953. "name": "Symfony Community",
  4954. "homepage": "https://symfony.com/contributors"
  4955. }
  4956. ],
  4957. "description": "Provides an improved replacement for the array_replace PHP function",
  4958. "homepage": "https://symfony.com",
  4959. "keywords": [
  4960. "config",
  4961. "configuration",
  4962. "options"
  4963. ],
  4964. "support": {
  4965. "source": "https://github.com/symfony/options-resolver/tree/v7.3.3"
  4966. },
  4967. "funding": [
  4968. {
  4969. "url": "https://symfony.com/sponsor",
  4970. "type": "custom"
  4971. },
  4972. {
  4973. "url": "https://github.com/fabpot",
  4974. "type": "github"
  4975. },
  4976. {
  4977. "url": "https://github.com/nicolas-grekas",
  4978. "type": "github"
  4979. },
  4980. {
  4981. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4982. "type": "tidelift"
  4983. }
  4984. ],
  4985. "time": "2025-08-05T10:16:07+00:00"
  4986. },
  4987. {
  4988. "name": "symfony/polyfill-ctype",
  4989. "version": "v1.33.0",
  4990. "source": {
  4991. "type": "git",
  4992. "url": "https://github.com/symfony/polyfill-ctype.git",
  4993. "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
  4994. },
  4995. "dist": {
  4996. "type": "zip",
  4997. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
  4998. "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
  4999. "shasum": ""
  5000. },
  5001. "require": {
  5002. "php": ">=7.2"
  5003. },
  5004. "provide": {
  5005. "ext-ctype": "*"
  5006. },
  5007. "suggest": {
  5008. "ext-ctype": "For best performance"
  5009. },
  5010. "type": "library",
  5011. "extra": {
  5012. "thanks": {
  5013. "url": "https://github.com/symfony/polyfill",
  5014. "name": "symfony/polyfill"
  5015. }
  5016. },
  5017. "autoload": {
  5018. "files": [
  5019. "bootstrap.php"
  5020. ],
  5021. "psr-4": {
  5022. "Symfony\\Polyfill\\Ctype\\": ""
  5023. }
  5024. },
  5025. "notification-url": "https://packagist.org/downloads/",
  5026. "license": [
  5027. "MIT"
  5028. ],
  5029. "authors": [
  5030. {
  5031. "name": "Gert de Pagter",
  5032. "email": "BackEndTea@gmail.com"
  5033. },
  5034. {
  5035. "name": "Symfony Community",
  5036. "homepage": "https://symfony.com/contributors"
  5037. }
  5038. ],
  5039. "description": "Symfony polyfill for ctype functions",
  5040. "homepage": "https://symfony.com",
  5041. "keywords": [
  5042. "compatibility",
  5043. "ctype",
  5044. "polyfill",
  5045. "portable"
  5046. ],
  5047. "support": {
  5048. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0"
  5049. },
  5050. "funding": [
  5051. {
  5052. "url": "https://symfony.com/sponsor",
  5053. "type": "custom"
  5054. },
  5055. {
  5056. "url": "https://github.com/fabpot",
  5057. "type": "github"
  5058. },
  5059. {
  5060. "url": "https://github.com/nicolas-grekas",
  5061. "type": "github"
  5062. },
  5063. {
  5064. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5065. "type": "tidelift"
  5066. }
  5067. ],
  5068. "time": "2024-09-09T11:45:10+00:00"
  5069. },
  5070. {
  5071. "name": "symfony/polyfill-intl-grapheme",
  5072. "version": "v1.33.0",
  5073. "source": {
  5074. "type": "git",
  5075. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  5076. "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70"
  5077. },
  5078. "dist": {
  5079. "type": "zip",
  5080. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70",
  5081. "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70",
  5082. "shasum": ""
  5083. },
  5084. "require": {
  5085. "php": ">=7.2"
  5086. },
  5087. "suggest": {
  5088. "ext-intl": "For best performance"
  5089. },
  5090. "type": "library",
  5091. "extra": {
  5092. "thanks": {
  5093. "url": "https://github.com/symfony/polyfill",
  5094. "name": "symfony/polyfill"
  5095. }
  5096. },
  5097. "autoload": {
  5098. "files": [
  5099. "bootstrap.php"
  5100. ],
  5101. "psr-4": {
  5102. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  5103. }
  5104. },
  5105. "notification-url": "https://packagist.org/downloads/",
  5106. "license": [
  5107. "MIT"
  5108. ],
  5109. "authors": [
  5110. {
  5111. "name": "Nicolas Grekas",
  5112. "email": "p@tchwork.com"
  5113. },
  5114. {
  5115. "name": "Symfony Community",
  5116. "homepage": "https://symfony.com/contributors"
  5117. }
  5118. ],
  5119. "description": "Symfony polyfill for intl's grapheme_* functions",
  5120. "homepage": "https://symfony.com",
  5121. "keywords": [
  5122. "compatibility",
  5123. "grapheme",
  5124. "intl",
  5125. "polyfill",
  5126. "portable",
  5127. "shim"
  5128. ],
  5129. "support": {
  5130. "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.0"
  5131. },
  5132. "funding": [
  5133. {
  5134. "url": "https://symfony.com/sponsor",
  5135. "type": "custom"
  5136. },
  5137. {
  5138. "url": "https://github.com/fabpot",
  5139. "type": "github"
  5140. },
  5141. {
  5142. "url": "https://github.com/nicolas-grekas",
  5143. "type": "github"
  5144. },
  5145. {
  5146. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5147. "type": "tidelift"
  5148. }
  5149. ],
  5150. "time": "2025-06-27T09:58:17+00:00"
  5151. },
  5152. {
  5153. "name": "symfony/polyfill-intl-idn",
  5154. "version": "v1.33.0",
  5155. "source": {
  5156. "type": "git",
  5157. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  5158. "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3"
  5159. },
  5160. "dist": {
  5161. "type": "zip",
  5162. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3",
  5163. "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3",
  5164. "shasum": ""
  5165. },
  5166. "require": {
  5167. "php": ">=7.2",
  5168. "symfony/polyfill-intl-normalizer": "^1.10"
  5169. },
  5170. "suggest": {
  5171. "ext-intl": "For best performance"
  5172. },
  5173. "type": "library",
  5174. "extra": {
  5175. "thanks": {
  5176. "url": "https://github.com/symfony/polyfill",
  5177. "name": "symfony/polyfill"
  5178. }
  5179. },
  5180. "autoload": {
  5181. "files": [
  5182. "bootstrap.php"
  5183. ],
  5184. "psr-4": {
  5185. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  5186. }
  5187. },
  5188. "notification-url": "https://packagist.org/downloads/",
  5189. "license": [
  5190. "MIT"
  5191. ],
  5192. "authors": [
  5193. {
  5194. "name": "Laurent Bassin",
  5195. "email": "laurent@bassin.info"
  5196. },
  5197. {
  5198. "name": "Trevor Rowbotham",
  5199. "email": "trevor.rowbotham@pm.me"
  5200. },
  5201. {
  5202. "name": "Symfony Community",
  5203. "homepage": "https://symfony.com/contributors"
  5204. }
  5205. ],
  5206. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  5207. "homepage": "https://symfony.com",
  5208. "keywords": [
  5209. "compatibility",
  5210. "idn",
  5211. "intl",
  5212. "polyfill",
  5213. "portable",
  5214. "shim"
  5215. ],
  5216. "support": {
  5217. "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.33.0"
  5218. },
  5219. "funding": [
  5220. {
  5221. "url": "https://symfony.com/sponsor",
  5222. "type": "custom"
  5223. },
  5224. {
  5225. "url": "https://github.com/fabpot",
  5226. "type": "github"
  5227. },
  5228. {
  5229. "url": "https://github.com/nicolas-grekas",
  5230. "type": "github"
  5231. },
  5232. {
  5233. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5234. "type": "tidelift"
  5235. }
  5236. ],
  5237. "time": "2024-09-10T14:38:51+00:00"
  5238. },
  5239. {
  5240. "name": "symfony/polyfill-intl-normalizer",
  5241. "version": "v1.33.0",
  5242. "source": {
  5243. "type": "git",
  5244. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  5245. "reference": "3833d7255cc303546435cb650316bff708a1c75c"
  5246. },
  5247. "dist": {
  5248. "type": "zip",
  5249. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
  5250. "reference": "3833d7255cc303546435cb650316bff708a1c75c",
  5251. "shasum": ""
  5252. },
  5253. "require": {
  5254. "php": ">=7.2"
  5255. },
  5256. "suggest": {
  5257. "ext-intl": "For best performance"
  5258. },
  5259. "type": "library",
  5260. "extra": {
  5261. "thanks": {
  5262. "url": "https://github.com/symfony/polyfill",
  5263. "name": "symfony/polyfill"
  5264. }
  5265. },
  5266. "autoload": {
  5267. "files": [
  5268. "bootstrap.php"
  5269. ],
  5270. "psr-4": {
  5271. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  5272. },
  5273. "classmap": [
  5274. "Resources/stubs"
  5275. ]
  5276. },
  5277. "notification-url": "https://packagist.org/downloads/",
  5278. "license": [
  5279. "MIT"
  5280. ],
  5281. "authors": [
  5282. {
  5283. "name": "Nicolas Grekas",
  5284. "email": "p@tchwork.com"
  5285. },
  5286. {
  5287. "name": "Symfony Community",
  5288. "homepage": "https://symfony.com/contributors"
  5289. }
  5290. ],
  5291. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  5292. "homepage": "https://symfony.com",
  5293. "keywords": [
  5294. "compatibility",
  5295. "intl",
  5296. "normalizer",
  5297. "polyfill",
  5298. "portable",
  5299. "shim"
  5300. ],
  5301. "support": {
  5302. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0"
  5303. },
  5304. "funding": [
  5305. {
  5306. "url": "https://symfony.com/sponsor",
  5307. "type": "custom"
  5308. },
  5309. {
  5310. "url": "https://github.com/fabpot",
  5311. "type": "github"
  5312. },
  5313. {
  5314. "url": "https://github.com/nicolas-grekas",
  5315. "type": "github"
  5316. },
  5317. {
  5318. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5319. "type": "tidelift"
  5320. }
  5321. ],
  5322. "time": "2024-09-09T11:45:10+00:00"
  5323. },
  5324. {
  5325. "name": "symfony/polyfill-mbstring",
  5326. "version": "v1.33.0",
  5327. "source": {
  5328. "type": "git",
  5329. "url": "https://github.com/symfony/polyfill-mbstring.git",
  5330. "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
  5331. },
  5332. "dist": {
  5333. "type": "zip",
  5334. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
  5335. "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
  5336. "shasum": ""
  5337. },
  5338. "require": {
  5339. "ext-iconv": "*",
  5340. "php": ">=7.2"
  5341. },
  5342. "provide": {
  5343. "ext-mbstring": "*"
  5344. },
  5345. "suggest": {
  5346. "ext-mbstring": "For best performance"
  5347. },
  5348. "type": "library",
  5349. "extra": {
  5350. "thanks": {
  5351. "url": "https://github.com/symfony/polyfill",
  5352. "name": "symfony/polyfill"
  5353. }
  5354. },
  5355. "autoload": {
  5356. "files": [
  5357. "bootstrap.php"
  5358. ],
  5359. "psr-4": {
  5360. "Symfony\\Polyfill\\Mbstring\\": ""
  5361. }
  5362. },
  5363. "notification-url": "https://packagist.org/downloads/",
  5364. "license": [
  5365. "MIT"
  5366. ],
  5367. "authors": [
  5368. {
  5369. "name": "Nicolas Grekas",
  5370. "email": "p@tchwork.com"
  5371. },
  5372. {
  5373. "name": "Symfony Community",
  5374. "homepage": "https://symfony.com/contributors"
  5375. }
  5376. ],
  5377. "description": "Symfony polyfill for the Mbstring extension",
  5378. "homepage": "https://symfony.com",
  5379. "keywords": [
  5380. "compatibility",
  5381. "mbstring",
  5382. "polyfill",
  5383. "portable",
  5384. "shim"
  5385. ],
  5386. "support": {
  5387. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0"
  5388. },
  5389. "funding": [
  5390. {
  5391. "url": "https://symfony.com/sponsor",
  5392. "type": "custom"
  5393. },
  5394. {
  5395. "url": "https://github.com/fabpot",
  5396. "type": "github"
  5397. },
  5398. {
  5399. "url": "https://github.com/nicolas-grekas",
  5400. "type": "github"
  5401. },
  5402. {
  5403. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5404. "type": "tidelift"
  5405. }
  5406. ],
  5407. "time": "2024-12-23T08:48:59+00:00"
  5408. },
  5409. {
  5410. "name": "symfony/polyfill-php80",
  5411. "version": "v1.33.0",
  5412. "source": {
  5413. "type": "git",
  5414. "url": "https://github.com/symfony/polyfill-php80.git",
  5415. "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
  5416. },
  5417. "dist": {
  5418. "type": "zip",
  5419. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
  5420. "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
  5421. "shasum": ""
  5422. },
  5423. "require": {
  5424. "php": ">=7.2"
  5425. },
  5426. "type": "library",
  5427. "extra": {
  5428. "thanks": {
  5429. "url": "https://github.com/symfony/polyfill",
  5430. "name": "symfony/polyfill"
  5431. }
  5432. },
  5433. "autoload": {
  5434. "files": [
  5435. "bootstrap.php"
  5436. ],
  5437. "psr-4": {
  5438. "Symfony\\Polyfill\\Php80\\": ""
  5439. },
  5440. "classmap": [
  5441. "Resources/stubs"
  5442. ]
  5443. },
  5444. "notification-url": "https://packagist.org/downloads/",
  5445. "license": [
  5446. "MIT"
  5447. ],
  5448. "authors": [
  5449. {
  5450. "name": "Ion Bazan",
  5451. "email": "ion.bazan@gmail.com"
  5452. },
  5453. {
  5454. "name": "Nicolas Grekas",
  5455. "email": "p@tchwork.com"
  5456. },
  5457. {
  5458. "name": "Symfony Community",
  5459. "homepage": "https://symfony.com/contributors"
  5460. }
  5461. ],
  5462. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  5463. "homepage": "https://symfony.com",
  5464. "keywords": [
  5465. "compatibility",
  5466. "polyfill",
  5467. "portable",
  5468. "shim"
  5469. ],
  5470. "support": {
  5471. "source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0"
  5472. },
  5473. "funding": [
  5474. {
  5475. "url": "https://symfony.com/sponsor",
  5476. "type": "custom"
  5477. },
  5478. {
  5479. "url": "https://github.com/fabpot",
  5480. "type": "github"
  5481. },
  5482. {
  5483. "url": "https://github.com/nicolas-grekas",
  5484. "type": "github"
  5485. },
  5486. {
  5487. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5488. "type": "tidelift"
  5489. }
  5490. ],
  5491. "time": "2025-01-02T08:10:11+00:00"
  5492. },
  5493. {
  5494. "name": "symfony/polyfill-php83",
  5495. "version": "v1.33.0",
  5496. "source": {
  5497. "type": "git",
  5498. "url": "https://github.com/symfony/polyfill-php83.git",
  5499. "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5"
  5500. },
  5501. "dist": {
  5502. "type": "zip",
  5503. "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/17f6f9a6b1735c0f163024d959f700cfbc5155e5",
  5504. "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5",
  5505. "shasum": ""
  5506. },
  5507. "require": {
  5508. "php": ">=7.2"
  5509. },
  5510. "type": "library",
  5511. "extra": {
  5512. "thanks": {
  5513. "url": "https://github.com/symfony/polyfill",
  5514. "name": "symfony/polyfill"
  5515. }
  5516. },
  5517. "autoload": {
  5518. "files": [
  5519. "bootstrap.php"
  5520. ],
  5521. "psr-4": {
  5522. "Symfony\\Polyfill\\Php83\\": ""
  5523. },
  5524. "classmap": [
  5525. "Resources/stubs"
  5526. ]
  5527. },
  5528. "notification-url": "https://packagist.org/downloads/",
  5529. "license": [
  5530. "MIT"
  5531. ],
  5532. "authors": [
  5533. {
  5534. "name": "Nicolas Grekas",
  5535. "email": "p@tchwork.com"
  5536. },
  5537. {
  5538. "name": "Symfony Community",
  5539. "homepage": "https://symfony.com/contributors"
  5540. }
  5541. ],
  5542. "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
  5543. "homepage": "https://symfony.com",
  5544. "keywords": [
  5545. "compatibility",
  5546. "polyfill",
  5547. "portable",
  5548. "shim"
  5549. ],
  5550. "support": {
  5551. "source": "https://github.com/symfony/polyfill-php83/tree/v1.33.0"
  5552. },
  5553. "funding": [
  5554. {
  5555. "url": "https://symfony.com/sponsor",
  5556. "type": "custom"
  5557. },
  5558. {
  5559. "url": "https://github.com/fabpot",
  5560. "type": "github"
  5561. },
  5562. {
  5563. "url": "https://github.com/nicolas-grekas",
  5564. "type": "github"
  5565. },
  5566. {
  5567. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5568. "type": "tidelift"
  5569. }
  5570. ],
  5571. "time": "2025-07-08T02:45:35+00:00"
  5572. },
  5573. {
  5574. "name": "symfony/polyfill-uuid",
  5575. "version": "v1.33.0",
  5576. "source": {
  5577. "type": "git",
  5578. "url": "https://github.com/symfony/polyfill-uuid.git",
  5579. "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2"
  5580. },
  5581. "dist": {
  5582. "type": "zip",
  5583. "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
  5584. "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
  5585. "shasum": ""
  5586. },
  5587. "require": {
  5588. "php": ">=7.2"
  5589. },
  5590. "provide": {
  5591. "ext-uuid": "*"
  5592. },
  5593. "suggest": {
  5594. "ext-uuid": "For best performance"
  5595. },
  5596. "type": "library",
  5597. "extra": {
  5598. "thanks": {
  5599. "url": "https://github.com/symfony/polyfill",
  5600. "name": "symfony/polyfill"
  5601. }
  5602. },
  5603. "autoload": {
  5604. "files": [
  5605. "bootstrap.php"
  5606. ],
  5607. "psr-4": {
  5608. "Symfony\\Polyfill\\Uuid\\": ""
  5609. }
  5610. },
  5611. "notification-url": "https://packagist.org/downloads/",
  5612. "license": [
  5613. "MIT"
  5614. ],
  5615. "authors": [
  5616. {
  5617. "name": "Grégoire Pineau",
  5618. "email": "lyrixx@lyrixx.info"
  5619. },
  5620. {
  5621. "name": "Symfony Community",
  5622. "homepage": "https://symfony.com/contributors"
  5623. }
  5624. ],
  5625. "description": "Symfony polyfill for uuid functions",
  5626. "homepage": "https://symfony.com",
  5627. "keywords": [
  5628. "compatibility",
  5629. "polyfill",
  5630. "portable",
  5631. "uuid"
  5632. ],
  5633. "support": {
  5634. "source": "https://github.com/symfony/polyfill-uuid/tree/v1.33.0"
  5635. },
  5636. "funding": [
  5637. {
  5638. "url": "https://symfony.com/sponsor",
  5639. "type": "custom"
  5640. },
  5641. {
  5642. "url": "https://github.com/fabpot",
  5643. "type": "github"
  5644. },
  5645. {
  5646. "url": "https://github.com/nicolas-grekas",
  5647. "type": "github"
  5648. },
  5649. {
  5650. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5651. "type": "tidelift"
  5652. }
  5653. ],
  5654. "time": "2024-09-09T11:45:10+00:00"
  5655. },
  5656. {
  5657. "name": "symfony/process",
  5658. "version": "v7.3.3",
  5659. "source": {
  5660. "type": "git",
  5661. "url": "https://github.com/symfony/process.git",
  5662. "reference": "32241012d521e2e8a9d713adb0812bb773b907f1"
  5663. },
  5664. "dist": {
  5665. "type": "zip",
  5666. "url": "https://api.github.com/repos/symfony/process/zipball/32241012d521e2e8a9d713adb0812bb773b907f1",
  5667. "reference": "32241012d521e2e8a9d713adb0812bb773b907f1",
  5668. "shasum": ""
  5669. },
  5670. "require": {
  5671. "php": ">=8.2"
  5672. },
  5673. "type": "library",
  5674. "autoload": {
  5675. "psr-4": {
  5676. "Symfony\\Component\\Process\\": ""
  5677. },
  5678. "exclude-from-classmap": [
  5679. "/Tests/"
  5680. ]
  5681. },
  5682. "notification-url": "https://packagist.org/downloads/",
  5683. "license": [
  5684. "MIT"
  5685. ],
  5686. "authors": [
  5687. {
  5688. "name": "Fabien Potencier",
  5689. "email": "fabien@symfony.com"
  5690. },
  5691. {
  5692. "name": "Symfony Community",
  5693. "homepage": "https://symfony.com/contributors"
  5694. }
  5695. ],
  5696. "description": "Executes commands in sub-processes",
  5697. "homepage": "https://symfony.com",
  5698. "support": {
  5699. "source": "https://github.com/symfony/process/tree/v7.3.3"
  5700. },
  5701. "funding": [
  5702. {
  5703. "url": "https://symfony.com/sponsor",
  5704. "type": "custom"
  5705. },
  5706. {
  5707. "url": "https://github.com/fabpot",
  5708. "type": "github"
  5709. },
  5710. {
  5711. "url": "https://github.com/nicolas-grekas",
  5712. "type": "github"
  5713. },
  5714. {
  5715. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5716. "type": "tidelift"
  5717. }
  5718. ],
  5719. "time": "2025-08-18T09:42:54+00:00"
  5720. },
  5721. {
  5722. "name": "symfony/routing",
  5723. "version": "v7.3.2",
  5724. "source": {
  5725. "type": "git",
  5726. "url": "https://github.com/symfony/routing.git",
  5727. "reference": "7614b8ca5fa89b9cd233e21b627bfc5774f586e4"
  5728. },
  5729. "dist": {
  5730. "type": "zip",
  5731. "url": "https://api.github.com/repos/symfony/routing/zipball/7614b8ca5fa89b9cd233e21b627bfc5774f586e4",
  5732. "reference": "7614b8ca5fa89b9cd233e21b627bfc5774f586e4",
  5733. "shasum": ""
  5734. },
  5735. "require": {
  5736. "php": ">=8.2",
  5737. "symfony/deprecation-contracts": "^2.5|^3"
  5738. },
  5739. "conflict": {
  5740. "symfony/config": "<6.4",
  5741. "symfony/dependency-injection": "<6.4",
  5742. "symfony/yaml": "<6.4"
  5743. },
  5744. "require-dev": {
  5745. "psr/log": "^1|^2|^3",
  5746. "symfony/config": "^6.4|^7.0",
  5747. "symfony/dependency-injection": "^6.4|^7.0",
  5748. "symfony/expression-language": "^6.4|^7.0",
  5749. "symfony/http-foundation": "^6.4|^7.0",
  5750. "symfony/yaml": "^6.4|^7.0"
  5751. },
  5752. "type": "library",
  5753. "autoload": {
  5754. "psr-4": {
  5755. "Symfony\\Component\\Routing\\": ""
  5756. },
  5757. "exclude-from-classmap": [
  5758. "/Tests/"
  5759. ]
  5760. },
  5761. "notification-url": "https://packagist.org/downloads/",
  5762. "license": [
  5763. "MIT"
  5764. ],
  5765. "authors": [
  5766. {
  5767. "name": "Fabien Potencier",
  5768. "email": "fabien@symfony.com"
  5769. },
  5770. {
  5771. "name": "Symfony Community",
  5772. "homepage": "https://symfony.com/contributors"
  5773. }
  5774. ],
  5775. "description": "Maps an HTTP request to a set of configuration variables",
  5776. "homepage": "https://symfony.com",
  5777. "keywords": [
  5778. "router",
  5779. "routing",
  5780. "uri",
  5781. "url"
  5782. ],
  5783. "support": {
  5784. "source": "https://github.com/symfony/routing/tree/v7.3.2"
  5785. },
  5786. "funding": [
  5787. {
  5788. "url": "https://symfony.com/sponsor",
  5789. "type": "custom"
  5790. },
  5791. {
  5792. "url": "https://github.com/fabpot",
  5793. "type": "github"
  5794. },
  5795. {
  5796. "url": "https://github.com/nicolas-grekas",
  5797. "type": "github"
  5798. },
  5799. {
  5800. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5801. "type": "tidelift"
  5802. }
  5803. ],
  5804. "time": "2025-07-15T11:36:08+00:00"
  5805. },
  5806. {
  5807. "name": "symfony/service-contracts",
  5808. "version": "v3.6.0",
  5809. "source": {
  5810. "type": "git",
  5811. "url": "https://github.com/symfony/service-contracts.git",
  5812. "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4"
  5813. },
  5814. "dist": {
  5815. "type": "zip",
  5816. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
  5817. "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
  5818. "shasum": ""
  5819. },
  5820. "require": {
  5821. "php": ">=8.1",
  5822. "psr/container": "^1.1|^2.0",
  5823. "symfony/deprecation-contracts": "^2.5|^3"
  5824. },
  5825. "conflict": {
  5826. "ext-psr": "<1.1|>=2"
  5827. },
  5828. "type": "library",
  5829. "extra": {
  5830. "thanks": {
  5831. "url": "https://github.com/symfony/contracts",
  5832. "name": "symfony/contracts"
  5833. },
  5834. "branch-alias": {
  5835. "dev-main": "3.6-dev"
  5836. }
  5837. },
  5838. "autoload": {
  5839. "psr-4": {
  5840. "Symfony\\Contracts\\Service\\": ""
  5841. },
  5842. "exclude-from-classmap": [
  5843. "/Test/"
  5844. ]
  5845. },
  5846. "notification-url": "https://packagist.org/downloads/",
  5847. "license": [
  5848. "MIT"
  5849. ],
  5850. "authors": [
  5851. {
  5852. "name": "Nicolas Grekas",
  5853. "email": "p@tchwork.com"
  5854. },
  5855. {
  5856. "name": "Symfony Community",
  5857. "homepage": "https://symfony.com/contributors"
  5858. }
  5859. ],
  5860. "description": "Generic abstractions related to writing services",
  5861. "homepage": "https://symfony.com",
  5862. "keywords": [
  5863. "abstractions",
  5864. "contracts",
  5865. "decoupling",
  5866. "interfaces",
  5867. "interoperability",
  5868. "standards"
  5869. ],
  5870. "support": {
  5871. "source": "https://github.com/symfony/service-contracts/tree/v3.6.0"
  5872. },
  5873. "funding": [
  5874. {
  5875. "url": "https://symfony.com/sponsor",
  5876. "type": "custom"
  5877. },
  5878. {
  5879. "url": "https://github.com/fabpot",
  5880. "type": "github"
  5881. },
  5882. {
  5883. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5884. "type": "tidelift"
  5885. }
  5886. ],
  5887. "time": "2025-04-25T09:37:31+00:00"
  5888. },
  5889. {
  5890. "name": "symfony/string",
  5891. "version": "v7.3.3",
  5892. "source": {
  5893. "type": "git",
  5894. "url": "https://github.com/symfony/string.git",
  5895. "reference": "17a426cce5fd1f0901fefa9b2a490d0038fd3c9c"
  5896. },
  5897. "dist": {
  5898. "type": "zip",
  5899. "url": "https://api.github.com/repos/symfony/string/zipball/17a426cce5fd1f0901fefa9b2a490d0038fd3c9c",
  5900. "reference": "17a426cce5fd1f0901fefa9b2a490d0038fd3c9c",
  5901. "shasum": ""
  5902. },
  5903. "require": {
  5904. "php": ">=8.2",
  5905. "symfony/polyfill-ctype": "~1.8",
  5906. "symfony/polyfill-intl-grapheme": "~1.0",
  5907. "symfony/polyfill-intl-normalizer": "~1.0",
  5908. "symfony/polyfill-mbstring": "~1.0"
  5909. },
  5910. "conflict": {
  5911. "symfony/translation-contracts": "<2.5"
  5912. },
  5913. "require-dev": {
  5914. "symfony/emoji": "^7.1",
  5915. "symfony/error-handler": "^6.4|^7.0",
  5916. "symfony/http-client": "^6.4|^7.0",
  5917. "symfony/intl": "^6.4|^7.0",
  5918. "symfony/translation-contracts": "^2.5|^3.0",
  5919. "symfony/var-exporter": "^6.4|^7.0"
  5920. },
  5921. "type": "library",
  5922. "autoload": {
  5923. "files": [
  5924. "Resources/functions.php"
  5925. ],
  5926. "psr-4": {
  5927. "Symfony\\Component\\String\\": ""
  5928. },
  5929. "exclude-from-classmap": [
  5930. "/Tests/"
  5931. ]
  5932. },
  5933. "notification-url": "https://packagist.org/downloads/",
  5934. "license": [
  5935. "MIT"
  5936. ],
  5937. "authors": [
  5938. {
  5939. "name": "Nicolas Grekas",
  5940. "email": "p@tchwork.com"
  5941. },
  5942. {
  5943. "name": "Symfony Community",
  5944. "homepage": "https://symfony.com/contributors"
  5945. }
  5946. ],
  5947. "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
  5948. "homepage": "https://symfony.com",
  5949. "keywords": [
  5950. "grapheme",
  5951. "i18n",
  5952. "string",
  5953. "unicode",
  5954. "utf-8",
  5955. "utf8"
  5956. ],
  5957. "support": {
  5958. "source": "https://github.com/symfony/string/tree/v7.3.3"
  5959. },
  5960. "funding": [
  5961. {
  5962. "url": "https://symfony.com/sponsor",
  5963. "type": "custom"
  5964. },
  5965. {
  5966. "url": "https://github.com/fabpot",
  5967. "type": "github"
  5968. },
  5969. {
  5970. "url": "https://github.com/nicolas-grekas",
  5971. "type": "github"
  5972. },
  5973. {
  5974. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5975. "type": "tidelift"
  5976. }
  5977. ],
  5978. "time": "2025-08-25T06:35:40+00:00"
  5979. },
  5980. {
  5981. "name": "symfony/translation",
  5982. "version": "v7.3.3",
  5983. "source": {
  5984. "type": "git",
  5985. "url": "https://github.com/symfony/translation.git",
  5986. "reference": "e0837b4cbcef63c754d89a4806575cada743a38d"
  5987. },
  5988. "dist": {
  5989. "type": "zip",
  5990. "url": "https://api.github.com/repos/symfony/translation/zipball/e0837b4cbcef63c754d89a4806575cada743a38d",
  5991. "reference": "e0837b4cbcef63c754d89a4806575cada743a38d",
  5992. "shasum": ""
  5993. },
  5994. "require": {
  5995. "php": ">=8.2",
  5996. "symfony/deprecation-contracts": "^2.5|^3",
  5997. "symfony/polyfill-mbstring": "~1.0",
  5998. "symfony/translation-contracts": "^2.5|^3.0"
  5999. },
  6000. "conflict": {
  6001. "nikic/php-parser": "<5.0",
  6002. "symfony/config": "<6.4",
  6003. "symfony/console": "<6.4",
  6004. "symfony/dependency-injection": "<6.4",
  6005. "symfony/http-client-contracts": "<2.5",
  6006. "symfony/http-kernel": "<6.4",
  6007. "symfony/service-contracts": "<2.5",
  6008. "symfony/twig-bundle": "<6.4",
  6009. "symfony/yaml": "<6.4"
  6010. },
  6011. "provide": {
  6012. "symfony/translation-implementation": "2.3|3.0"
  6013. },
  6014. "require-dev": {
  6015. "nikic/php-parser": "^5.0",
  6016. "psr/log": "^1|^2|^3",
  6017. "symfony/config": "^6.4|^7.0",
  6018. "symfony/console": "^6.4|^7.0",
  6019. "symfony/dependency-injection": "^6.4|^7.0",
  6020. "symfony/finder": "^6.4|^7.0",
  6021. "symfony/http-client-contracts": "^2.5|^3.0",
  6022. "symfony/http-kernel": "^6.4|^7.0",
  6023. "symfony/intl": "^6.4|^7.0",
  6024. "symfony/polyfill-intl-icu": "^1.21",
  6025. "symfony/routing": "^6.4|^7.0",
  6026. "symfony/service-contracts": "^2.5|^3",
  6027. "symfony/yaml": "^6.4|^7.0"
  6028. },
  6029. "type": "library",
  6030. "autoload": {
  6031. "files": [
  6032. "Resources/functions.php"
  6033. ],
  6034. "psr-4": {
  6035. "Symfony\\Component\\Translation\\": ""
  6036. },
  6037. "exclude-from-classmap": [
  6038. "/Tests/"
  6039. ]
  6040. },
  6041. "notification-url": "https://packagist.org/downloads/",
  6042. "license": [
  6043. "MIT"
  6044. ],
  6045. "authors": [
  6046. {
  6047. "name": "Fabien Potencier",
  6048. "email": "fabien@symfony.com"
  6049. },
  6050. {
  6051. "name": "Symfony Community",
  6052. "homepage": "https://symfony.com/contributors"
  6053. }
  6054. ],
  6055. "description": "Provides tools to internationalize your application",
  6056. "homepage": "https://symfony.com",
  6057. "support": {
  6058. "source": "https://github.com/symfony/translation/tree/v7.3.3"
  6059. },
  6060. "funding": [
  6061. {
  6062. "url": "https://symfony.com/sponsor",
  6063. "type": "custom"
  6064. },
  6065. {
  6066. "url": "https://github.com/fabpot",
  6067. "type": "github"
  6068. },
  6069. {
  6070. "url": "https://github.com/nicolas-grekas",
  6071. "type": "github"
  6072. },
  6073. {
  6074. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6075. "type": "tidelift"
  6076. }
  6077. ],
  6078. "time": "2025-08-01T21:02:37+00:00"
  6079. },
  6080. {
  6081. "name": "symfony/translation-contracts",
  6082. "version": "v3.6.0",
  6083. "source": {
  6084. "type": "git",
  6085. "url": "https://github.com/symfony/translation-contracts.git",
  6086. "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d"
  6087. },
  6088. "dist": {
  6089. "type": "zip",
  6090. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/df210c7a2573f1913b2d17cc95f90f53a73d8f7d",
  6091. "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d",
  6092. "shasum": ""
  6093. },
  6094. "require": {
  6095. "php": ">=8.1"
  6096. },
  6097. "type": "library",
  6098. "extra": {
  6099. "thanks": {
  6100. "url": "https://github.com/symfony/contracts",
  6101. "name": "symfony/contracts"
  6102. },
  6103. "branch-alias": {
  6104. "dev-main": "3.6-dev"
  6105. }
  6106. },
  6107. "autoload": {
  6108. "psr-4": {
  6109. "Symfony\\Contracts\\Translation\\": ""
  6110. },
  6111. "exclude-from-classmap": [
  6112. "/Test/"
  6113. ]
  6114. },
  6115. "notification-url": "https://packagist.org/downloads/",
  6116. "license": [
  6117. "MIT"
  6118. ],
  6119. "authors": [
  6120. {
  6121. "name": "Nicolas Grekas",
  6122. "email": "p@tchwork.com"
  6123. },
  6124. {
  6125. "name": "Symfony Community",
  6126. "homepage": "https://symfony.com/contributors"
  6127. }
  6128. ],
  6129. "description": "Generic abstractions related to translation",
  6130. "homepage": "https://symfony.com",
  6131. "keywords": [
  6132. "abstractions",
  6133. "contracts",
  6134. "decoupling",
  6135. "interfaces",
  6136. "interoperability",
  6137. "standards"
  6138. ],
  6139. "support": {
  6140. "source": "https://github.com/symfony/translation-contracts/tree/v3.6.0"
  6141. },
  6142. "funding": [
  6143. {
  6144. "url": "https://symfony.com/sponsor",
  6145. "type": "custom"
  6146. },
  6147. {
  6148. "url": "https://github.com/fabpot",
  6149. "type": "github"
  6150. },
  6151. {
  6152. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6153. "type": "tidelift"
  6154. }
  6155. ],
  6156. "time": "2024-09-27T08:32:26+00:00"
  6157. },
  6158. {
  6159. "name": "symfony/uid",
  6160. "version": "v7.3.1",
  6161. "source": {
  6162. "type": "git",
  6163. "url": "https://github.com/symfony/uid.git",
  6164. "reference": "a69f69f3159b852651a6bf45a9fdd149520525bb"
  6165. },
  6166. "dist": {
  6167. "type": "zip",
  6168. "url": "https://api.github.com/repos/symfony/uid/zipball/a69f69f3159b852651a6bf45a9fdd149520525bb",
  6169. "reference": "a69f69f3159b852651a6bf45a9fdd149520525bb",
  6170. "shasum": ""
  6171. },
  6172. "require": {
  6173. "php": ">=8.2",
  6174. "symfony/polyfill-uuid": "^1.15"
  6175. },
  6176. "require-dev": {
  6177. "symfony/console": "^6.4|^7.0"
  6178. },
  6179. "type": "library",
  6180. "autoload": {
  6181. "psr-4": {
  6182. "Symfony\\Component\\Uid\\": ""
  6183. },
  6184. "exclude-from-classmap": [
  6185. "/Tests/"
  6186. ]
  6187. },
  6188. "notification-url": "https://packagist.org/downloads/",
  6189. "license": [
  6190. "MIT"
  6191. ],
  6192. "authors": [
  6193. {
  6194. "name": "Grégoire Pineau",
  6195. "email": "lyrixx@lyrixx.info"
  6196. },
  6197. {
  6198. "name": "Nicolas Grekas",
  6199. "email": "p@tchwork.com"
  6200. },
  6201. {
  6202. "name": "Symfony Community",
  6203. "homepage": "https://symfony.com/contributors"
  6204. }
  6205. ],
  6206. "description": "Provides an object-oriented API to generate and represent UIDs",
  6207. "homepage": "https://symfony.com",
  6208. "keywords": [
  6209. "UID",
  6210. "ulid",
  6211. "uuid"
  6212. ],
  6213. "support": {
  6214. "source": "https://github.com/symfony/uid/tree/v7.3.1"
  6215. },
  6216. "funding": [
  6217. {
  6218. "url": "https://symfony.com/sponsor",
  6219. "type": "custom"
  6220. },
  6221. {
  6222. "url": "https://github.com/fabpot",
  6223. "type": "github"
  6224. },
  6225. {
  6226. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6227. "type": "tidelift"
  6228. }
  6229. ],
  6230. "time": "2025-06-27T19:55:54+00:00"
  6231. },
  6232. {
  6233. "name": "symfony/var-dumper",
  6234. "version": "v7.3.3",
  6235. "source": {
  6236. "type": "git",
  6237. "url": "https://github.com/symfony/var-dumper.git",
  6238. "reference": "34d8d4c4b9597347306d1ec8eb4e1319b1e6986f"
  6239. },
  6240. "dist": {
  6241. "type": "zip",
  6242. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/34d8d4c4b9597347306d1ec8eb4e1319b1e6986f",
  6243. "reference": "34d8d4c4b9597347306d1ec8eb4e1319b1e6986f",
  6244. "shasum": ""
  6245. },
  6246. "require": {
  6247. "php": ">=8.2",
  6248. "symfony/deprecation-contracts": "^2.5|^3",
  6249. "symfony/polyfill-mbstring": "~1.0"
  6250. },
  6251. "conflict": {
  6252. "symfony/console": "<6.4"
  6253. },
  6254. "require-dev": {
  6255. "symfony/console": "^6.4|^7.0",
  6256. "symfony/http-kernel": "^6.4|^7.0",
  6257. "symfony/process": "^6.4|^7.0",
  6258. "symfony/uid": "^6.4|^7.0",
  6259. "twig/twig": "^3.12"
  6260. },
  6261. "bin": [
  6262. "Resources/bin/var-dump-server"
  6263. ],
  6264. "type": "library",
  6265. "autoload": {
  6266. "files": [
  6267. "Resources/functions/dump.php"
  6268. ],
  6269. "psr-4": {
  6270. "Symfony\\Component\\VarDumper\\": ""
  6271. },
  6272. "exclude-from-classmap": [
  6273. "/Tests/"
  6274. ]
  6275. },
  6276. "notification-url": "https://packagist.org/downloads/",
  6277. "license": [
  6278. "MIT"
  6279. ],
  6280. "authors": [
  6281. {
  6282. "name": "Nicolas Grekas",
  6283. "email": "p@tchwork.com"
  6284. },
  6285. {
  6286. "name": "Symfony Community",
  6287. "homepage": "https://symfony.com/contributors"
  6288. }
  6289. ],
  6290. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  6291. "homepage": "https://symfony.com",
  6292. "keywords": [
  6293. "debug",
  6294. "dump"
  6295. ],
  6296. "support": {
  6297. "source": "https://github.com/symfony/var-dumper/tree/v7.3.3"
  6298. },
  6299. "funding": [
  6300. {
  6301. "url": "https://symfony.com/sponsor",
  6302. "type": "custom"
  6303. },
  6304. {
  6305. "url": "https://github.com/fabpot",
  6306. "type": "github"
  6307. },
  6308. {
  6309. "url": "https://github.com/nicolas-grekas",
  6310. "type": "github"
  6311. },
  6312. {
  6313. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6314. "type": "tidelift"
  6315. }
  6316. ],
  6317. "time": "2025-08-13T11:49:31+00:00"
  6318. },
  6319. {
  6320. "name": "thecodingmachine/safe",
  6321. "version": "v3.3.0",
  6322. "source": {
  6323. "type": "git",
  6324. "url": "https://github.com/thecodingmachine/safe.git",
  6325. "reference": "2cdd579eeaa2e78e51c7509b50cc9fb89a956236"
  6326. },
  6327. "dist": {
  6328. "type": "zip",
  6329. "url": "https://api.github.com/repos/thecodingmachine/safe/zipball/2cdd579eeaa2e78e51c7509b50cc9fb89a956236",
  6330. "reference": "2cdd579eeaa2e78e51c7509b50cc9fb89a956236",
  6331. "shasum": ""
  6332. },
  6333. "require": {
  6334. "php": "^8.1"
  6335. },
  6336. "require-dev": {
  6337. "php-parallel-lint/php-parallel-lint": "^1.4",
  6338. "phpstan/phpstan": "^2",
  6339. "phpunit/phpunit": "^10",
  6340. "squizlabs/php_codesniffer": "^3.2"
  6341. },
  6342. "type": "library",
  6343. "autoload": {
  6344. "files": [
  6345. "lib/special_cases.php",
  6346. "generated/apache.php",
  6347. "generated/apcu.php",
  6348. "generated/array.php",
  6349. "generated/bzip2.php",
  6350. "generated/calendar.php",
  6351. "generated/classobj.php",
  6352. "generated/com.php",
  6353. "generated/cubrid.php",
  6354. "generated/curl.php",
  6355. "generated/datetime.php",
  6356. "generated/dir.php",
  6357. "generated/eio.php",
  6358. "generated/errorfunc.php",
  6359. "generated/exec.php",
  6360. "generated/fileinfo.php",
  6361. "generated/filesystem.php",
  6362. "generated/filter.php",
  6363. "generated/fpm.php",
  6364. "generated/ftp.php",
  6365. "generated/funchand.php",
  6366. "generated/gettext.php",
  6367. "generated/gmp.php",
  6368. "generated/gnupg.php",
  6369. "generated/hash.php",
  6370. "generated/ibase.php",
  6371. "generated/ibmDb2.php",
  6372. "generated/iconv.php",
  6373. "generated/image.php",
  6374. "generated/imap.php",
  6375. "generated/info.php",
  6376. "generated/inotify.php",
  6377. "generated/json.php",
  6378. "generated/ldap.php",
  6379. "generated/libxml.php",
  6380. "generated/lzf.php",
  6381. "generated/mailparse.php",
  6382. "generated/mbstring.php",
  6383. "generated/misc.php",
  6384. "generated/mysql.php",
  6385. "generated/mysqli.php",
  6386. "generated/network.php",
  6387. "generated/oci8.php",
  6388. "generated/opcache.php",
  6389. "generated/openssl.php",
  6390. "generated/outcontrol.php",
  6391. "generated/pcntl.php",
  6392. "generated/pcre.php",
  6393. "generated/pgsql.php",
  6394. "generated/posix.php",
  6395. "generated/ps.php",
  6396. "generated/pspell.php",
  6397. "generated/readline.php",
  6398. "generated/rnp.php",
  6399. "generated/rpminfo.php",
  6400. "generated/rrd.php",
  6401. "generated/sem.php",
  6402. "generated/session.php",
  6403. "generated/shmop.php",
  6404. "generated/sockets.php",
  6405. "generated/sodium.php",
  6406. "generated/solr.php",
  6407. "generated/spl.php",
  6408. "generated/sqlsrv.php",
  6409. "generated/ssdeep.php",
  6410. "generated/ssh2.php",
  6411. "generated/stream.php",
  6412. "generated/strings.php",
  6413. "generated/swoole.php",
  6414. "generated/uodbc.php",
  6415. "generated/uopz.php",
  6416. "generated/url.php",
  6417. "generated/var.php",
  6418. "generated/xdiff.php",
  6419. "generated/xml.php",
  6420. "generated/xmlrpc.php",
  6421. "generated/yaml.php",
  6422. "generated/yaz.php",
  6423. "generated/zip.php",
  6424. "generated/zlib.php"
  6425. ],
  6426. "classmap": [
  6427. "lib/DateTime.php",
  6428. "lib/DateTimeImmutable.php",
  6429. "lib/Exceptions/",
  6430. "generated/Exceptions/"
  6431. ]
  6432. },
  6433. "notification-url": "https://packagist.org/downloads/",
  6434. "license": [
  6435. "MIT"
  6436. ],
  6437. "description": "PHP core functions that throw exceptions instead of returning FALSE on error",
  6438. "support": {
  6439. "issues": "https://github.com/thecodingmachine/safe/issues",
  6440. "source": "https://github.com/thecodingmachine/safe/tree/v3.3.0"
  6441. },
  6442. "funding": [
  6443. {
  6444. "url": "https://github.com/OskarStark",
  6445. "type": "github"
  6446. },
  6447. {
  6448. "url": "https://github.com/shish",
  6449. "type": "github"
  6450. },
  6451. {
  6452. "url": "https://github.com/staabm",
  6453. "type": "github"
  6454. }
  6455. ],
  6456. "time": "2025-05-14T06:15:44+00:00"
  6457. },
  6458. {
  6459. "name": "tijsverkoyen/css-to-inline-styles",
  6460. "version": "v2.3.0",
  6461. "source": {
  6462. "type": "git",
  6463. "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
  6464. "reference": "0d72ac1c00084279c1816675284073c5a337c20d"
  6465. },
  6466. "dist": {
  6467. "type": "zip",
  6468. "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0d72ac1c00084279c1816675284073c5a337c20d",
  6469. "reference": "0d72ac1c00084279c1816675284073c5a337c20d",
  6470. "shasum": ""
  6471. },
  6472. "require": {
  6473. "ext-dom": "*",
  6474. "ext-libxml": "*",
  6475. "php": "^7.4 || ^8.0",
  6476. "symfony/css-selector": "^5.4 || ^6.0 || ^7.0"
  6477. },
  6478. "require-dev": {
  6479. "phpstan/phpstan": "^2.0",
  6480. "phpstan/phpstan-phpunit": "^2.0",
  6481. "phpunit/phpunit": "^8.5.21 || ^9.5.10"
  6482. },
  6483. "type": "library",
  6484. "extra": {
  6485. "branch-alias": {
  6486. "dev-master": "2.x-dev"
  6487. }
  6488. },
  6489. "autoload": {
  6490. "psr-4": {
  6491. "TijsVerkoyen\\CssToInlineStyles\\": "src"
  6492. }
  6493. },
  6494. "notification-url": "https://packagist.org/downloads/",
  6495. "license": [
  6496. "BSD-3-Clause"
  6497. ],
  6498. "authors": [
  6499. {
  6500. "name": "Tijs Verkoyen",
  6501. "email": "css_to_inline_styles@verkoyen.eu",
  6502. "role": "Developer"
  6503. }
  6504. ],
  6505. "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.",
  6506. "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
  6507. "support": {
  6508. "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
  6509. "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.3.0"
  6510. },
  6511. "time": "2024-12-21T16:25:41+00:00"
  6512. },
  6513. {
  6514. "name": "vlucas/phpdotenv",
  6515. "version": "v5.6.2",
  6516. "source": {
  6517. "type": "git",
  6518. "url": "https://github.com/vlucas/phpdotenv.git",
  6519. "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af"
  6520. },
  6521. "dist": {
  6522. "type": "zip",
  6523. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
  6524. "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
  6525. "shasum": ""
  6526. },
  6527. "require": {
  6528. "ext-pcre": "*",
  6529. "graham-campbell/result-type": "^1.1.3",
  6530. "php": "^7.2.5 || ^8.0",
  6531. "phpoption/phpoption": "^1.9.3",
  6532. "symfony/polyfill-ctype": "^1.24",
  6533. "symfony/polyfill-mbstring": "^1.24",
  6534. "symfony/polyfill-php80": "^1.24"
  6535. },
  6536. "require-dev": {
  6537. "bamarni/composer-bin-plugin": "^1.8.2",
  6538. "ext-filter": "*",
  6539. "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
  6540. },
  6541. "suggest": {
  6542. "ext-filter": "Required to use the boolean validator."
  6543. },
  6544. "type": "library",
  6545. "extra": {
  6546. "bamarni-bin": {
  6547. "bin-links": true,
  6548. "forward-command": false
  6549. },
  6550. "branch-alias": {
  6551. "dev-master": "5.6-dev"
  6552. }
  6553. },
  6554. "autoload": {
  6555. "psr-4": {
  6556. "Dotenv\\": "src/"
  6557. }
  6558. },
  6559. "notification-url": "https://packagist.org/downloads/",
  6560. "license": [
  6561. "BSD-3-Clause"
  6562. ],
  6563. "authors": [
  6564. {
  6565. "name": "Graham Campbell",
  6566. "email": "hello@gjcampbell.co.uk",
  6567. "homepage": "https://github.com/GrahamCampbell"
  6568. },
  6569. {
  6570. "name": "Vance Lucas",
  6571. "email": "vance@vancelucas.com",
  6572. "homepage": "https://github.com/vlucas"
  6573. }
  6574. ],
  6575. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  6576. "keywords": [
  6577. "dotenv",
  6578. "env",
  6579. "environment"
  6580. ],
  6581. "support": {
  6582. "issues": "https://github.com/vlucas/phpdotenv/issues",
  6583. "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.2"
  6584. },
  6585. "funding": [
  6586. {
  6587. "url": "https://github.com/GrahamCampbell",
  6588. "type": "github"
  6589. },
  6590. {
  6591. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  6592. "type": "tidelift"
  6593. }
  6594. ],
  6595. "time": "2025-04-30T23:37:27+00:00"
  6596. },
  6597. {
  6598. "name": "voku/portable-ascii",
  6599. "version": "2.0.3",
  6600. "source": {
  6601. "type": "git",
  6602. "url": "https://github.com/voku/portable-ascii.git",
  6603. "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d"
  6604. },
  6605. "dist": {
  6606. "type": "zip",
  6607. "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
  6608. "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
  6609. "shasum": ""
  6610. },
  6611. "require": {
  6612. "php": ">=7.0.0"
  6613. },
  6614. "require-dev": {
  6615. "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
  6616. },
  6617. "suggest": {
  6618. "ext-intl": "Use Intl for transliterator_transliterate() support"
  6619. },
  6620. "type": "library",
  6621. "autoload": {
  6622. "psr-4": {
  6623. "voku\\": "src/voku/"
  6624. }
  6625. },
  6626. "notification-url": "https://packagist.org/downloads/",
  6627. "license": [
  6628. "MIT"
  6629. ],
  6630. "authors": [
  6631. {
  6632. "name": "Lars Moelleken",
  6633. "homepage": "https://www.moelleken.org/"
  6634. }
  6635. ],
  6636. "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
  6637. "homepage": "https://github.com/voku/portable-ascii",
  6638. "keywords": [
  6639. "ascii",
  6640. "clean",
  6641. "php"
  6642. ],
  6643. "support": {
  6644. "issues": "https://github.com/voku/portable-ascii/issues",
  6645. "source": "https://github.com/voku/portable-ascii/tree/2.0.3"
  6646. },
  6647. "funding": [
  6648. {
  6649. "url": "https://www.paypal.me/moelleken",
  6650. "type": "custom"
  6651. },
  6652. {
  6653. "url": "https://github.com/voku",
  6654. "type": "github"
  6655. },
  6656. {
  6657. "url": "https://opencollective.com/portable-ascii",
  6658. "type": "open_collective"
  6659. },
  6660. {
  6661. "url": "https://www.patreon.com/voku",
  6662. "type": "patreon"
  6663. },
  6664. {
  6665. "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
  6666. "type": "tidelift"
  6667. }
  6668. ],
  6669. "time": "2024-11-21T01:49:47+00:00"
  6670. },
  6671. {
  6672. "name": "webmozart/assert",
  6673. "version": "1.11.0",
  6674. "source": {
  6675. "type": "git",
  6676. "url": "https://github.com/webmozarts/assert.git",
  6677. "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
  6678. },
  6679. "dist": {
  6680. "type": "zip",
  6681. "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
  6682. "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
  6683. "shasum": ""
  6684. },
  6685. "require": {
  6686. "ext-ctype": "*",
  6687. "php": "^7.2 || ^8.0"
  6688. },
  6689. "conflict": {
  6690. "phpstan/phpstan": "<0.12.20",
  6691. "vimeo/psalm": "<4.6.1 || 4.6.2"
  6692. },
  6693. "require-dev": {
  6694. "phpunit/phpunit": "^8.5.13"
  6695. },
  6696. "type": "library",
  6697. "extra": {
  6698. "branch-alias": {
  6699. "dev-master": "1.10-dev"
  6700. }
  6701. },
  6702. "autoload": {
  6703. "psr-4": {
  6704. "Webmozart\\Assert\\": "src/"
  6705. }
  6706. },
  6707. "notification-url": "https://packagist.org/downloads/",
  6708. "license": [
  6709. "MIT"
  6710. ],
  6711. "authors": [
  6712. {
  6713. "name": "Bernhard Schussek",
  6714. "email": "bschussek@gmail.com"
  6715. }
  6716. ],
  6717. "description": "Assertions to validate method input/output with nice error messages.",
  6718. "keywords": [
  6719. "assert",
  6720. "check",
  6721. "validate"
  6722. ],
  6723. "support": {
  6724. "issues": "https://github.com/webmozarts/assert/issues",
  6725. "source": "https://github.com/webmozarts/assert/tree/1.11.0"
  6726. },
  6727. "time": "2022-06-03T18:03:27+00:00"
  6728. }
  6729. ],
  6730. "packages-dev": [
  6731. {
  6732. "name": "barryvdh/laravel-debugbar",
  6733. "version": "v3.16.0",
  6734. "source": {
  6735. "type": "git",
  6736. "url": "https://github.com/barryvdh/laravel-debugbar.git",
  6737. "reference": "f265cf5e38577d42311f1a90d619bcd3740bea23"
  6738. },
  6739. "dist": {
  6740. "type": "zip",
  6741. "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/f265cf5e38577d42311f1a90d619bcd3740bea23",
  6742. "reference": "f265cf5e38577d42311f1a90d619bcd3740bea23",
  6743. "shasum": ""
  6744. },
  6745. "require": {
  6746. "illuminate/routing": "^9|^10|^11|^12",
  6747. "illuminate/session": "^9|^10|^11|^12",
  6748. "illuminate/support": "^9|^10|^11|^12",
  6749. "php": "^8.1",
  6750. "php-debugbar/php-debugbar": "~2.2.0",
  6751. "symfony/finder": "^6|^7"
  6752. },
  6753. "require-dev": {
  6754. "mockery/mockery": "^1.3.3",
  6755. "orchestra/testbench-dusk": "^7|^8|^9|^10",
  6756. "phpunit/phpunit": "^9.5.10|^10|^11",
  6757. "squizlabs/php_codesniffer": "^3.5"
  6758. },
  6759. "type": "library",
  6760. "extra": {
  6761. "laravel": {
  6762. "aliases": {
  6763. "Debugbar": "Barryvdh\\Debugbar\\Facades\\Debugbar"
  6764. },
  6765. "providers": [
  6766. "Barryvdh\\Debugbar\\ServiceProvider"
  6767. ]
  6768. },
  6769. "branch-alias": {
  6770. "dev-master": "3.16-dev"
  6771. }
  6772. },
  6773. "autoload": {
  6774. "files": [
  6775. "src/helpers.php"
  6776. ],
  6777. "psr-4": {
  6778. "Barryvdh\\Debugbar\\": "src/"
  6779. }
  6780. },
  6781. "notification-url": "https://packagist.org/downloads/",
  6782. "license": [
  6783. "MIT"
  6784. ],
  6785. "authors": [
  6786. {
  6787. "name": "Barry vd. Heuvel",
  6788. "email": "barryvdh@gmail.com"
  6789. }
  6790. ],
  6791. "description": "PHP Debugbar integration for Laravel",
  6792. "keywords": [
  6793. "debug",
  6794. "debugbar",
  6795. "dev",
  6796. "laravel",
  6797. "profiler",
  6798. "webprofiler"
  6799. ],
  6800. "support": {
  6801. "issues": "https://github.com/barryvdh/laravel-debugbar/issues",
  6802. "source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.16.0"
  6803. },
  6804. "funding": [
  6805. {
  6806. "url": "https://fruitcake.nl",
  6807. "type": "custom"
  6808. },
  6809. {
  6810. "url": "https://github.com/barryvdh",
  6811. "type": "github"
  6812. }
  6813. ],
  6814. "time": "2025-07-14T11:56:43+00:00"
  6815. },
  6816. {
  6817. "name": "barryvdh/laravel-ide-helper",
  6818. "version": "v3.6.0",
  6819. "source": {
  6820. "type": "git",
  6821. "url": "https://github.com/barryvdh/laravel-ide-helper.git",
  6822. "reference": "8d00250cba25728373e92c1d8dcebcbf64623d29"
  6823. },
  6824. "dist": {
  6825. "type": "zip",
  6826. "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/8d00250cba25728373e92c1d8dcebcbf64623d29",
  6827. "reference": "8d00250cba25728373e92c1d8dcebcbf64623d29",
  6828. "shasum": ""
  6829. },
  6830. "require": {
  6831. "barryvdh/reflection-docblock": "^2.4",
  6832. "composer/class-map-generator": "^1.0",
  6833. "ext-json": "*",
  6834. "illuminate/console": "^11.15 || ^12",
  6835. "illuminate/database": "^11.15 || ^12",
  6836. "illuminate/filesystem": "^11.15 || ^12",
  6837. "illuminate/support": "^11.15 || ^12",
  6838. "php": "^8.2"
  6839. },
  6840. "require-dev": {
  6841. "ext-pdo_sqlite": "*",
  6842. "friendsofphp/php-cs-fixer": "^3",
  6843. "illuminate/config": "^11.15 || ^12",
  6844. "illuminate/view": "^11.15 || ^12",
  6845. "mockery/mockery": "^1.4",
  6846. "orchestra/testbench": "^9.2 || ^10",
  6847. "phpunit/phpunit": "^10.5 || ^11.5.3",
  6848. "spatie/phpunit-snapshot-assertions": "^4 || ^5",
  6849. "vimeo/psalm": "^5.4",
  6850. "vlucas/phpdotenv": "^5"
  6851. },
  6852. "suggest": {
  6853. "illuminate/events": "Required for automatic helper generation (^6|^7|^8|^9|^10|^11)."
  6854. },
  6855. "type": "library",
  6856. "extra": {
  6857. "laravel": {
  6858. "providers": [
  6859. "Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
  6860. ]
  6861. },
  6862. "branch-alias": {
  6863. "dev-master": "3.5-dev"
  6864. }
  6865. },
  6866. "autoload": {
  6867. "psr-4": {
  6868. "Barryvdh\\LaravelIdeHelper\\": "src"
  6869. }
  6870. },
  6871. "notification-url": "https://packagist.org/downloads/",
  6872. "license": [
  6873. "MIT"
  6874. ],
  6875. "authors": [
  6876. {
  6877. "name": "Barry vd. Heuvel",
  6878. "email": "barryvdh@gmail.com"
  6879. }
  6880. ],
  6881. "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
  6882. "keywords": [
  6883. "autocomplete",
  6884. "codeintel",
  6885. "dev",
  6886. "helper",
  6887. "ide",
  6888. "laravel",
  6889. "netbeans",
  6890. "phpdoc",
  6891. "phpstorm",
  6892. "sublime"
  6893. ],
  6894. "support": {
  6895. "issues": "https://github.com/barryvdh/laravel-ide-helper/issues",
  6896. "source": "https://github.com/barryvdh/laravel-ide-helper/tree/v3.6.0"
  6897. },
  6898. "funding": [
  6899. {
  6900. "url": "https://fruitcake.nl",
  6901. "type": "custom"
  6902. },
  6903. {
  6904. "url": "https://github.com/barryvdh",
  6905. "type": "github"
  6906. }
  6907. ],
  6908. "time": "2025-07-17T20:11:57+00:00"
  6909. },
  6910. {
  6911. "name": "barryvdh/reflection-docblock",
  6912. "version": "v2.4.0",
  6913. "source": {
  6914. "type": "git",
  6915. "url": "https://github.com/barryvdh/ReflectionDocBlock.git",
  6916. "reference": "d103774cbe7e94ddee7e4870f97f727b43fe7201"
  6917. },
  6918. "dist": {
  6919. "type": "zip",
  6920. "url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/d103774cbe7e94ddee7e4870f97f727b43fe7201",
  6921. "reference": "d103774cbe7e94ddee7e4870f97f727b43fe7201",
  6922. "shasum": ""
  6923. },
  6924. "require": {
  6925. "php": ">=7.1"
  6926. },
  6927. "require-dev": {
  6928. "phpunit/phpunit": "^8.5.14|^9"
  6929. },
  6930. "suggest": {
  6931. "dflydev/markdown": "~1.0",
  6932. "erusev/parsedown": "~1.0"
  6933. },
  6934. "type": "library",
  6935. "extra": {
  6936. "branch-alias": {
  6937. "dev-master": "2.3.x-dev"
  6938. }
  6939. },
  6940. "autoload": {
  6941. "psr-0": {
  6942. "Barryvdh": [
  6943. "src/"
  6944. ]
  6945. }
  6946. },
  6947. "notification-url": "https://packagist.org/downloads/",
  6948. "license": [
  6949. "MIT"
  6950. ],
  6951. "authors": [
  6952. {
  6953. "name": "Mike van Riel",
  6954. "email": "mike.vanriel@naenius.com"
  6955. }
  6956. ],
  6957. "support": {
  6958. "source": "https://github.com/barryvdh/ReflectionDocBlock/tree/v2.4.0"
  6959. },
  6960. "time": "2025-07-17T06:07:30+00:00"
  6961. },
  6962. {
  6963. "name": "composer/class-map-generator",
  6964. "version": "1.6.2",
  6965. "source": {
  6966. "type": "git",
  6967. "url": "https://github.com/composer/class-map-generator.git",
  6968. "reference": "ba9f089655d4cdd64e762a6044f411ccdaec0076"
  6969. },
  6970. "dist": {
  6971. "type": "zip",
  6972. "url": "https://api.github.com/repos/composer/class-map-generator/zipball/ba9f089655d4cdd64e762a6044f411ccdaec0076",
  6973. "reference": "ba9f089655d4cdd64e762a6044f411ccdaec0076",
  6974. "shasum": ""
  6975. },
  6976. "require": {
  6977. "composer/pcre": "^2.1 || ^3.1",
  6978. "php": "^7.2 || ^8.0",
  6979. "symfony/finder": "^4.4 || ^5.3 || ^6 || ^7"
  6980. },
  6981. "require-dev": {
  6982. "phpstan/phpstan": "^1.12 || ^2",
  6983. "phpstan/phpstan-deprecation-rules": "^1 || ^2",
  6984. "phpstan/phpstan-phpunit": "^1 || ^2",
  6985. "phpstan/phpstan-strict-rules": "^1.1 || ^2",
  6986. "phpunit/phpunit": "^8",
  6987. "symfony/filesystem": "^5.4 || ^6"
  6988. },
  6989. "type": "library",
  6990. "extra": {
  6991. "branch-alias": {
  6992. "dev-main": "1.x-dev"
  6993. }
  6994. },
  6995. "autoload": {
  6996. "psr-4": {
  6997. "Composer\\ClassMapGenerator\\": "src"
  6998. }
  6999. },
  7000. "notification-url": "https://packagist.org/downloads/",
  7001. "license": [
  7002. "MIT"
  7003. ],
  7004. "authors": [
  7005. {
  7006. "name": "Jordi Boggiano",
  7007. "email": "j.boggiano@seld.be",
  7008. "homepage": "https://seld.be"
  7009. }
  7010. ],
  7011. "description": "Utilities to scan PHP code and generate class maps.",
  7012. "keywords": [
  7013. "classmap"
  7014. ],
  7015. "support": {
  7016. "issues": "https://github.com/composer/class-map-generator/issues",
  7017. "source": "https://github.com/composer/class-map-generator/tree/1.6.2"
  7018. },
  7019. "funding": [
  7020. {
  7021. "url": "https://packagist.com",
  7022. "type": "custom"
  7023. },
  7024. {
  7025. "url": "https://github.com/composer",
  7026. "type": "github"
  7027. }
  7028. ],
  7029. "time": "2025-08-20T18:52:43+00:00"
  7030. },
  7031. {
  7032. "name": "composer/pcre",
  7033. "version": "3.3.2",
  7034. "source": {
  7035. "type": "git",
  7036. "url": "https://github.com/composer/pcre.git",
  7037. "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e"
  7038. },
  7039. "dist": {
  7040. "type": "zip",
  7041. "url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
  7042. "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
  7043. "shasum": ""
  7044. },
  7045. "require": {
  7046. "php": "^7.4 || ^8.0"
  7047. },
  7048. "conflict": {
  7049. "phpstan/phpstan": "<1.11.10"
  7050. },
  7051. "require-dev": {
  7052. "phpstan/phpstan": "^1.12 || ^2",
  7053. "phpstan/phpstan-strict-rules": "^1 || ^2",
  7054. "phpunit/phpunit": "^8 || ^9"
  7055. },
  7056. "type": "library",
  7057. "extra": {
  7058. "phpstan": {
  7059. "includes": [
  7060. "extension.neon"
  7061. ]
  7062. },
  7063. "branch-alias": {
  7064. "dev-main": "3.x-dev"
  7065. }
  7066. },
  7067. "autoload": {
  7068. "psr-4": {
  7069. "Composer\\Pcre\\": "src"
  7070. }
  7071. },
  7072. "notification-url": "https://packagist.org/downloads/",
  7073. "license": [
  7074. "MIT"
  7075. ],
  7076. "authors": [
  7077. {
  7078. "name": "Jordi Boggiano",
  7079. "email": "j.boggiano@seld.be",
  7080. "homepage": "http://seld.be"
  7081. }
  7082. ],
  7083. "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
  7084. "keywords": [
  7085. "PCRE",
  7086. "preg",
  7087. "regex",
  7088. "regular expression"
  7089. ],
  7090. "support": {
  7091. "issues": "https://github.com/composer/pcre/issues",
  7092. "source": "https://github.com/composer/pcre/tree/3.3.2"
  7093. },
  7094. "funding": [
  7095. {
  7096. "url": "https://packagist.com",
  7097. "type": "custom"
  7098. },
  7099. {
  7100. "url": "https://github.com/composer",
  7101. "type": "github"
  7102. },
  7103. {
  7104. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  7105. "type": "tidelift"
  7106. }
  7107. ],
  7108. "time": "2024-11-12T16:29:46+00:00"
  7109. },
  7110. {
  7111. "name": "driftingly/rector-laravel",
  7112. "version": "2.0.7",
  7113. "source": {
  7114. "type": "git",
  7115. "url": "https://github.com/driftingly/rector-laravel.git",
  7116. "reference": "625dc02cee08d47ecf0ac86de2f02a55026cf34e"
  7117. },
  7118. "dist": {
  7119. "type": "zip",
  7120. "url": "https://api.github.com/repos/driftingly/rector-laravel/zipball/625dc02cee08d47ecf0ac86de2f02a55026cf34e",
  7121. "reference": "625dc02cee08d47ecf0ac86de2f02a55026cf34e",
  7122. "shasum": ""
  7123. },
  7124. "require": {
  7125. "php": "^7.4 || ^8.0",
  7126. "rector/rector": "^2.0"
  7127. },
  7128. "type": "rector-extension",
  7129. "autoload": {
  7130. "psr-4": {
  7131. "RectorLaravel\\": "src"
  7132. }
  7133. },
  7134. "notification-url": "https://packagist.org/downloads/",
  7135. "license": [
  7136. "MIT"
  7137. ],
  7138. "description": "Rector upgrades rules for Laravel Framework",
  7139. "support": {
  7140. "issues": "https://github.com/driftingly/rector-laravel/issues",
  7141. "source": "https://github.com/driftingly/rector-laravel/tree/2.0.7"
  7142. },
  7143. "time": "2025-08-19T20:49:47+00:00"
  7144. },
  7145. {
  7146. "name": "ergebnis/phpstan-rules",
  7147. "version": "2.12.0",
  7148. "source": {
  7149. "type": "git",
  7150. "url": "https://github.com/ergebnis/phpstan-rules.git",
  7151. "reference": "c4e0121a937b3b551f800a86e7d78794da2783ea"
  7152. },
  7153. "dist": {
  7154. "type": "zip",
  7155. "url": "https://api.github.com/repos/ergebnis/phpstan-rules/zipball/c4e0121a937b3b551f800a86e7d78794da2783ea",
  7156. "reference": "c4e0121a937b3b551f800a86e7d78794da2783ea",
  7157. "shasum": ""
  7158. },
  7159. "require": {
  7160. "ext-mbstring": "*",
  7161. "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
  7162. "phpstan/phpstan": "^2.1.8"
  7163. },
  7164. "require-dev": {
  7165. "codeception/codeception": "^4.0.0 || ^5.0.0",
  7166. "doctrine/orm": "^2.20.0 || ^3.3.0",
  7167. "ergebnis/composer-normalize": "^2.47.0",
  7168. "ergebnis/license": "^2.6.0",
  7169. "ergebnis/php-cs-fixer-config": "^6.54.0",
  7170. "ergebnis/phpunit-slow-test-detector": "^2.20.0",
  7171. "fakerphp/faker": "^1.24.1",
  7172. "phpstan/extension-installer": "^1.4.3",
  7173. "phpstan/phpstan-deprecation-rules": "^2.0.3",
  7174. "phpstan/phpstan-phpunit": "^2.0.7",
  7175. "phpstan/phpstan-strict-rules": "^2.0.6",
  7176. "phpunit/phpunit": "^9.6.21",
  7177. "psr/container": "^2.0.2",
  7178. "symfony/finder": "^5.4.45",
  7179. "symfony/process": "^5.4.47"
  7180. },
  7181. "type": "phpstan-extension",
  7182. "extra": {
  7183. "phpstan": {
  7184. "includes": [
  7185. "rules.neon"
  7186. ]
  7187. }
  7188. },
  7189. "autoload": {
  7190. "psr-4": {
  7191. "Ergebnis\\PHPStan\\Rules\\": "src/"
  7192. }
  7193. },
  7194. "notification-url": "https://packagist.org/downloads/",
  7195. "license": [
  7196. "MIT"
  7197. ],
  7198. "authors": [
  7199. {
  7200. "name": "Andreas Möller",
  7201. "email": "am@localheinz.com",
  7202. "homepage": "https://localheinz.com"
  7203. }
  7204. ],
  7205. "description": "Provides rules for phpstan/phpstan.",
  7206. "homepage": "https://github.com/ergebnis/phpstan-rules",
  7207. "keywords": [
  7208. "PHPStan",
  7209. "phpstan-rules"
  7210. ],
  7211. "support": {
  7212. "issues": "https://github.com/ergebnis/phpstan-rules/issues",
  7213. "security": "https://github.com/ergebnis/phpstan-rules/blob/main/.github/SECURITY.md",
  7214. "source": "https://github.com/ergebnis/phpstan-rules"
  7215. },
  7216. "time": "2025-09-07T13:31:33+00:00"
  7217. },
  7218. {
  7219. "name": "fakerphp/faker",
  7220. "version": "v1.24.1",
  7221. "source": {
  7222. "type": "git",
  7223. "url": "https://github.com/FakerPHP/Faker.git",
  7224. "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5"
  7225. },
  7226. "dist": {
  7227. "type": "zip",
  7228. "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
  7229. "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
  7230. "shasum": ""
  7231. },
  7232. "require": {
  7233. "php": "^7.4 || ^8.0",
  7234. "psr/container": "^1.0 || ^2.0",
  7235. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  7236. },
  7237. "conflict": {
  7238. "fzaninotto/faker": "*"
  7239. },
  7240. "require-dev": {
  7241. "bamarni/composer-bin-plugin": "^1.4.1",
  7242. "doctrine/persistence": "^1.3 || ^2.0",
  7243. "ext-intl": "*",
  7244. "phpunit/phpunit": "^9.5.26",
  7245. "symfony/phpunit-bridge": "^5.4.16"
  7246. },
  7247. "suggest": {
  7248. "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
  7249. "ext-curl": "Required by Faker\\Provider\\Image to download images.",
  7250. "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
  7251. "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
  7252. "ext-mbstring": "Required for multibyte Unicode string functionality."
  7253. },
  7254. "type": "library",
  7255. "autoload": {
  7256. "psr-4": {
  7257. "Faker\\": "src/Faker/"
  7258. }
  7259. },
  7260. "notification-url": "https://packagist.org/downloads/",
  7261. "license": [
  7262. "MIT"
  7263. ],
  7264. "authors": [
  7265. {
  7266. "name": "François Zaninotto"
  7267. }
  7268. ],
  7269. "description": "Faker is a PHP library that generates fake data for you.",
  7270. "keywords": [
  7271. "data",
  7272. "faker",
  7273. "fixtures"
  7274. ],
  7275. "support": {
  7276. "issues": "https://github.com/FakerPHP/Faker/issues",
  7277. "source": "https://github.com/FakerPHP/Faker/tree/v1.24.1"
  7278. },
  7279. "time": "2024-11-21T13:46:39+00:00"
  7280. },
  7281. {
  7282. "name": "filp/whoops",
  7283. "version": "2.18.4",
  7284. "source": {
  7285. "type": "git",
  7286. "url": "https://github.com/filp/whoops.git",
  7287. "reference": "d2102955e48b9fd9ab24280a7ad12ed552752c4d"
  7288. },
  7289. "dist": {
  7290. "type": "zip",
  7291. "url": "https://api.github.com/repos/filp/whoops/zipball/d2102955e48b9fd9ab24280a7ad12ed552752c4d",
  7292. "reference": "d2102955e48b9fd9ab24280a7ad12ed552752c4d",
  7293. "shasum": ""
  7294. },
  7295. "require": {
  7296. "php": "^7.1 || ^8.0",
  7297. "psr/log": "^1.0.1 || ^2.0 || ^3.0"
  7298. },
  7299. "require-dev": {
  7300. "mockery/mockery": "^1.0",
  7301. "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3",
  7302. "symfony/var-dumper": "^4.0 || ^5.0"
  7303. },
  7304. "suggest": {
  7305. "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
  7306. "whoops/soap": "Formats errors as SOAP responses"
  7307. },
  7308. "type": "library",
  7309. "extra": {
  7310. "branch-alias": {
  7311. "dev-master": "2.7-dev"
  7312. }
  7313. },
  7314. "autoload": {
  7315. "psr-4": {
  7316. "Whoops\\": "src/Whoops/"
  7317. }
  7318. },
  7319. "notification-url": "https://packagist.org/downloads/",
  7320. "license": [
  7321. "MIT"
  7322. ],
  7323. "authors": [
  7324. {
  7325. "name": "Filipe Dobreira",
  7326. "homepage": "https://github.com/filp",
  7327. "role": "Developer"
  7328. }
  7329. ],
  7330. "description": "php error handling for cool kids",
  7331. "homepage": "https://filp.github.io/whoops/",
  7332. "keywords": [
  7333. "error",
  7334. "exception",
  7335. "handling",
  7336. "library",
  7337. "throwable",
  7338. "whoops"
  7339. ],
  7340. "support": {
  7341. "issues": "https://github.com/filp/whoops/issues",
  7342. "source": "https://github.com/filp/whoops/tree/2.18.4"
  7343. },
  7344. "funding": [
  7345. {
  7346. "url": "https://github.com/denis-sokolov",
  7347. "type": "github"
  7348. }
  7349. ],
  7350. "time": "2025-08-08T12:00:00+00:00"
  7351. },
  7352. {
  7353. "name": "hamcrest/hamcrest-php",
  7354. "version": "v2.1.1",
  7355. "source": {
  7356. "type": "git",
  7357. "url": "https://github.com/hamcrest/hamcrest-php.git",
  7358. "reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487"
  7359. },
  7360. "dist": {
  7361. "type": "zip",
  7362. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487",
  7363. "reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487",
  7364. "shasum": ""
  7365. },
  7366. "require": {
  7367. "php": "^7.4|^8.0"
  7368. },
  7369. "replace": {
  7370. "cordoval/hamcrest-php": "*",
  7371. "davedevelopment/hamcrest-php": "*",
  7372. "kodova/hamcrest-php": "*"
  7373. },
  7374. "require-dev": {
  7375. "phpunit/php-file-iterator": "^1.4 || ^2.0 || ^3.0",
  7376. "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0 || ^8.0 || ^9.0"
  7377. },
  7378. "type": "library",
  7379. "extra": {
  7380. "branch-alias": {
  7381. "dev-master": "2.1-dev"
  7382. }
  7383. },
  7384. "autoload": {
  7385. "classmap": [
  7386. "hamcrest"
  7387. ]
  7388. },
  7389. "notification-url": "https://packagist.org/downloads/",
  7390. "license": [
  7391. "BSD-3-Clause"
  7392. ],
  7393. "description": "This is the PHP port of Hamcrest Matchers",
  7394. "keywords": [
  7395. "test"
  7396. ],
  7397. "support": {
  7398. "issues": "https://github.com/hamcrest/hamcrest-php/issues",
  7399. "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.1.1"
  7400. },
  7401. "time": "2025-04-30T06:54:44+00:00"
  7402. },
  7403. {
  7404. "name": "iamcal/sql-parser",
  7405. "version": "v0.6",
  7406. "source": {
  7407. "type": "git",
  7408. "url": "https://github.com/iamcal/SQLParser.git",
  7409. "reference": "947083e2dca211a6f12fb1beb67a01e387de9b62"
  7410. },
  7411. "dist": {
  7412. "type": "zip",
  7413. "url": "https://api.github.com/repos/iamcal/SQLParser/zipball/947083e2dca211a6f12fb1beb67a01e387de9b62",
  7414. "reference": "947083e2dca211a6f12fb1beb67a01e387de9b62",
  7415. "shasum": ""
  7416. },
  7417. "require-dev": {
  7418. "php-coveralls/php-coveralls": "^1.0",
  7419. "phpunit/phpunit": "^5|^6|^7|^8|^9"
  7420. },
  7421. "type": "library",
  7422. "autoload": {
  7423. "psr-4": {
  7424. "iamcal\\": "src"
  7425. }
  7426. },
  7427. "notification-url": "https://packagist.org/downloads/",
  7428. "license": [
  7429. "MIT"
  7430. ],
  7431. "authors": [
  7432. {
  7433. "name": "Cal Henderson",
  7434. "email": "cal@iamcal.com"
  7435. }
  7436. ],
  7437. "description": "MySQL schema parser",
  7438. "support": {
  7439. "issues": "https://github.com/iamcal/SQLParser/issues",
  7440. "source": "https://github.com/iamcal/SQLParser/tree/v0.6"
  7441. },
  7442. "time": "2025-03-17T16:59:46+00:00"
  7443. },
  7444. {
  7445. "name": "larastan/larastan",
  7446. "version": "v3.7.1",
  7447. "source": {
  7448. "type": "git",
  7449. "url": "https://github.com/larastan/larastan.git",
  7450. "reference": "2e653fd19585a825e283b42f38378b21ae481cc7"
  7451. },
  7452. "dist": {
  7453. "type": "zip",
  7454. "url": "https://api.github.com/repos/larastan/larastan/zipball/2e653fd19585a825e283b42f38378b21ae481cc7",
  7455. "reference": "2e653fd19585a825e283b42f38378b21ae481cc7",
  7456. "shasum": ""
  7457. },
  7458. "require": {
  7459. "ext-json": "*",
  7460. "iamcal/sql-parser": "^0.6.0",
  7461. "illuminate/console": "^11.44.2 || ^12.4.1",
  7462. "illuminate/container": "^11.44.2 || ^12.4.1",
  7463. "illuminate/contracts": "^11.44.2 || ^12.4.1",
  7464. "illuminate/database": "^11.44.2 || ^12.4.1",
  7465. "illuminate/http": "^11.44.2 || ^12.4.1",
  7466. "illuminate/pipeline": "^11.44.2 || ^12.4.1",
  7467. "illuminate/support": "^11.44.2 || ^12.4.1",
  7468. "php": "^8.2",
  7469. "phpstan/phpstan": "^2.1.23"
  7470. },
  7471. "require-dev": {
  7472. "doctrine/coding-standard": "^13",
  7473. "laravel/framework": "^11.44.2 || ^12.7.2",
  7474. "mockery/mockery": "^1.6.12",
  7475. "nikic/php-parser": "^5.4",
  7476. "orchestra/canvas": "^v9.2.2 || ^10.0.1",
  7477. "orchestra/testbench-core": "^9.12.0 || ^10.1",
  7478. "phpstan/phpstan-deprecation-rules": "^2.0.1",
  7479. "phpunit/phpunit": "^10.5.35 || ^11.5.15"
  7480. },
  7481. "suggest": {
  7482. "orchestra/testbench": "Using Larastan for analysing a package needs Testbench"
  7483. },
  7484. "type": "phpstan-extension",
  7485. "extra": {
  7486. "phpstan": {
  7487. "includes": [
  7488. "extension.neon"
  7489. ]
  7490. },
  7491. "branch-alias": {
  7492. "dev-master": "3.0-dev"
  7493. }
  7494. },
  7495. "autoload": {
  7496. "psr-4": {
  7497. "Larastan\\Larastan\\": "src/"
  7498. }
  7499. },
  7500. "notification-url": "https://packagist.org/downloads/",
  7501. "license": [
  7502. "MIT"
  7503. ],
  7504. "authors": [
  7505. {
  7506. "name": "Can Vural",
  7507. "email": "can9119@gmail.com"
  7508. }
  7509. ],
  7510. "description": "Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel",
  7511. "keywords": [
  7512. "PHPStan",
  7513. "code analyse",
  7514. "code analysis",
  7515. "larastan",
  7516. "laravel",
  7517. "package",
  7518. "php",
  7519. "static analysis"
  7520. ],
  7521. "support": {
  7522. "issues": "https://github.com/larastan/larastan/issues",
  7523. "source": "https://github.com/larastan/larastan/tree/v3.7.1"
  7524. },
  7525. "funding": [
  7526. {
  7527. "url": "https://github.com/canvural",
  7528. "type": "github"
  7529. }
  7530. ],
  7531. "time": "2025-09-10T19:42:11+00:00"
  7532. },
  7533. {
  7534. "name": "laravel/ui",
  7535. "version": "v4.6.1",
  7536. "source": {
  7537. "type": "git",
  7538. "url": "https://github.com/laravel/ui.git",
  7539. "reference": "7d6ffa38d79f19c9b3e70a751a9af845e8f41d88"
  7540. },
  7541. "dist": {
  7542. "type": "zip",
  7543. "url": "https://api.github.com/repos/laravel/ui/zipball/7d6ffa38d79f19c9b3e70a751a9af845e8f41d88",
  7544. "reference": "7d6ffa38d79f19c9b3e70a751a9af845e8f41d88",
  7545. "shasum": ""
  7546. },
  7547. "require": {
  7548. "illuminate/console": "^9.21|^10.0|^11.0|^12.0",
  7549. "illuminate/filesystem": "^9.21|^10.0|^11.0|^12.0",
  7550. "illuminate/support": "^9.21|^10.0|^11.0|^12.0",
  7551. "illuminate/validation": "^9.21|^10.0|^11.0|^12.0",
  7552. "php": "^8.0",
  7553. "symfony/console": "^6.0|^7.0"
  7554. },
  7555. "require-dev": {
  7556. "orchestra/testbench": "^7.35|^8.15|^9.0|^10.0",
  7557. "phpunit/phpunit": "^9.3|^10.4|^11.5"
  7558. },
  7559. "type": "library",
  7560. "extra": {
  7561. "laravel": {
  7562. "providers": [
  7563. "Laravel\\Ui\\UiServiceProvider"
  7564. ]
  7565. },
  7566. "branch-alias": {
  7567. "dev-master": "4.x-dev"
  7568. }
  7569. },
  7570. "autoload": {
  7571. "psr-4": {
  7572. "Laravel\\Ui\\": "src/",
  7573. "Illuminate\\Foundation\\Auth\\": "auth-backend/"
  7574. }
  7575. },
  7576. "notification-url": "https://packagist.org/downloads/",
  7577. "license": [
  7578. "MIT"
  7579. ],
  7580. "authors": [
  7581. {
  7582. "name": "Taylor Otwell",
  7583. "email": "taylor@laravel.com"
  7584. }
  7585. ],
  7586. "description": "Laravel UI utilities and presets.",
  7587. "keywords": [
  7588. "laravel",
  7589. "ui"
  7590. ],
  7591. "support": {
  7592. "source": "https://github.com/laravel/ui/tree/v4.6.1"
  7593. },
  7594. "time": "2025-01-28T15:15:29+00:00"
  7595. },
  7596. {
  7597. "name": "mockery/mockery",
  7598. "version": "1.6.12",
  7599. "source": {
  7600. "type": "git",
  7601. "url": "https://github.com/mockery/mockery.git",
  7602. "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699"
  7603. },
  7604. "dist": {
  7605. "type": "zip",
  7606. "url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699",
  7607. "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699",
  7608. "shasum": ""
  7609. },
  7610. "require": {
  7611. "hamcrest/hamcrest-php": "^2.0.1",
  7612. "lib-pcre": ">=7.0",
  7613. "php": ">=7.3"
  7614. },
  7615. "conflict": {
  7616. "phpunit/phpunit": "<8.0"
  7617. },
  7618. "require-dev": {
  7619. "phpunit/phpunit": "^8.5 || ^9.6.17",
  7620. "symplify/easy-coding-standard": "^12.1.14"
  7621. },
  7622. "type": "library",
  7623. "autoload": {
  7624. "files": [
  7625. "library/helpers.php",
  7626. "library/Mockery.php"
  7627. ],
  7628. "psr-4": {
  7629. "Mockery\\": "library/Mockery"
  7630. }
  7631. },
  7632. "notification-url": "https://packagist.org/downloads/",
  7633. "license": [
  7634. "BSD-3-Clause"
  7635. ],
  7636. "authors": [
  7637. {
  7638. "name": "Pádraic Brady",
  7639. "email": "padraic.brady@gmail.com",
  7640. "homepage": "https://github.com/padraic",
  7641. "role": "Author"
  7642. },
  7643. {
  7644. "name": "Dave Marshall",
  7645. "email": "dave.marshall@atstsolutions.co.uk",
  7646. "homepage": "https://davedevelopment.co.uk",
  7647. "role": "Developer"
  7648. },
  7649. {
  7650. "name": "Nathanael Esayeas",
  7651. "email": "nathanael.esayeas@protonmail.com",
  7652. "homepage": "https://github.com/ghostwriter",
  7653. "role": "Lead Developer"
  7654. }
  7655. ],
  7656. "description": "Mockery is a simple yet flexible PHP mock object framework",
  7657. "homepage": "https://github.com/mockery/mockery",
  7658. "keywords": [
  7659. "BDD",
  7660. "TDD",
  7661. "library",
  7662. "mock",
  7663. "mock objects",
  7664. "mockery",
  7665. "stub",
  7666. "test",
  7667. "test double",
  7668. "testing"
  7669. ],
  7670. "support": {
  7671. "docs": "https://docs.mockery.io/",
  7672. "issues": "https://github.com/mockery/mockery/issues",
  7673. "rss": "https://github.com/mockery/mockery/releases.atom",
  7674. "security": "https://github.com/mockery/mockery/security/advisories",
  7675. "source": "https://github.com/mockery/mockery"
  7676. },
  7677. "time": "2024-05-16T03:13:13+00:00"
  7678. },
  7679. {
  7680. "name": "myclabs/deep-copy",
  7681. "version": "1.13.4",
  7682. "source": {
  7683. "type": "git",
  7684. "url": "https://github.com/myclabs/DeepCopy.git",
  7685. "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a"
  7686. },
  7687. "dist": {
  7688. "type": "zip",
  7689. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a",
  7690. "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a",
  7691. "shasum": ""
  7692. },
  7693. "require": {
  7694. "php": "^7.1 || ^8.0"
  7695. },
  7696. "conflict": {
  7697. "doctrine/collections": "<1.6.8",
  7698. "doctrine/common": "<2.13.3 || >=3 <3.2.2"
  7699. },
  7700. "require-dev": {
  7701. "doctrine/collections": "^1.6.8",
  7702. "doctrine/common": "^2.13.3 || ^3.2.2",
  7703. "phpspec/prophecy": "^1.10",
  7704. "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
  7705. },
  7706. "type": "library",
  7707. "autoload": {
  7708. "files": [
  7709. "src/DeepCopy/deep_copy.php"
  7710. ],
  7711. "psr-4": {
  7712. "DeepCopy\\": "src/DeepCopy/"
  7713. }
  7714. },
  7715. "notification-url": "https://packagist.org/downloads/",
  7716. "license": [
  7717. "MIT"
  7718. ],
  7719. "description": "Create deep copies (clones) of your objects",
  7720. "keywords": [
  7721. "clone",
  7722. "copy",
  7723. "duplicate",
  7724. "object",
  7725. "object graph"
  7726. ],
  7727. "support": {
  7728. "issues": "https://github.com/myclabs/DeepCopy/issues",
  7729. "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4"
  7730. },
  7731. "funding": [
  7732. {
  7733. "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
  7734. "type": "tidelift"
  7735. }
  7736. ],
  7737. "time": "2025-08-01T08:46:24+00:00"
  7738. },
  7739. {
  7740. "name": "nikic/php-parser",
  7741. "version": "v5.6.1",
  7742. "source": {
  7743. "type": "git",
  7744. "url": "https://github.com/nikic/PHP-Parser.git",
  7745. "reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2"
  7746. },
  7747. "dist": {
  7748. "type": "zip",
  7749. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2",
  7750. "reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2",
  7751. "shasum": ""
  7752. },
  7753. "require": {
  7754. "ext-ctype": "*",
  7755. "ext-json": "*",
  7756. "ext-tokenizer": "*",
  7757. "php": ">=7.4"
  7758. },
  7759. "require-dev": {
  7760. "ircmaxell/php-yacc": "^0.0.7",
  7761. "phpunit/phpunit": "^9.0"
  7762. },
  7763. "bin": [
  7764. "bin/php-parse"
  7765. ],
  7766. "type": "library",
  7767. "extra": {
  7768. "branch-alias": {
  7769. "dev-master": "5.x-dev"
  7770. }
  7771. },
  7772. "autoload": {
  7773. "psr-4": {
  7774. "PhpParser\\": "lib/PhpParser"
  7775. }
  7776. },
  7777. "notification-url": "https://packagist.org/downloads/",
  7778. "license": [
  7779. "BSD-3-Clause"
  7780. ],
  7781. "authors": [
  7782. {
  7783. "name": "Nikita Popov"
  7784. }
  7785. ],
  7786. "description": "A PHP parser written in PHP",
  7787. "keywords": [
  7788. "parser",
  7789. "php"
  7790. ],
  7791. "support": {
  7792. "issues": "https://github.com/nikic/PHP-Parser/issues",
  7793. "source": "https://github.com/nikic/PHP-Parser/tree/v5.6.1"
  7794. },
  7795. "time": "2025-08-13T20:13:15+00:00"
  7796. },
  7797. {
  7798. "name": "nunomaduro/collision",
  7799. "version": "v8.8.2",
  7800. "source": {
  7801. "type": "git",
  7802. "url": "https://github.com/nunomaduro/collision.git",
  7803. "reference": "60207965f9b7b7a4ce15a0f75d57f9dadb105bdb"
  7804. },
  7805. "dist": {
  7806. "type": "zip",
  7807. "url": "https://api.github.com/repos/nunomaduro/collision/zipball/60207965f9b7b7a4ce15a0f75d57f9dadb105bdb",
  7808. "reference": "60207965f9b7b7a4ce15a0f75d57f9dadb105bdb",
  7809. "shasum": ""
  7810. },
  7811. "require": {
  7812. "filp/whoops": "^2.18.1",
  7813. "nunomaduro/termwind": "^2.3.1",
  7814. "php": "^8.2.0",
  7815. "symfony/console": "^7.3.0"
  7816. },
  7817. "conflict": {
  7818. "laravel/framework": "<11.44.2 || >=13.0.0",
  7819. "phpunit/phpunit": "<11.5.15 || >=13.0.0"
  7820. },
  7821. "require-dev": {
  7822. "brianium/paratest": "^7.8.3",
  7823. "larastan/larastan": "^3.4.2",
  7824. "laravel/framework": "^11.44.2 || ^12.18",
  7825. "laravel/pint": "^1.22.1",
  7826. "laravel/sail": "^1.43.1",
  7827. "laravel/sanctum": "^4.1.1",
  7828. "laravel/tinker": "^2.10.1",
  7829. "orchestra/testbench-core": "^9.12.0 || ^10.4",
  7830. "pestphp/pest": "^3.8.2",
  7831. "sebastian/environment": "^7.2.1 || ^8.0"
  7832. },
  7833. "type": "library",
  7834. "extra": {
  7835. "laravel": {
  7836. "providers": [
  7837. "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
  7838. ]
  7839. },
  7840. "branch-alias": {
  7841. "dev-8.x": "8.x-dev"
  7842. }
  7843. },
  7844. "autoload": {
  7845. "files": [
  7846. "./src/Adapters/Phpunit/Autoload.php"
  7847. ],
  7848. "psr-4": {
  7849. "NunoMaduro\\Collision\\": "src/"
  7850. }
  7851. },
  7852. "notification-url": "https://packagist.org/downloads/",
  7853. "license": [
  7854. "MIT"
  7855. ],
  7856. "authors": [
  7857. {
  7858. "name": "Nuno Maduro",
  7859. "email": "enunomaduro@gmail.com"
  7860. }
  7861. ],
  7862. "description": "Cli error handling for console/command-line PHP applications.",
  7863. "keywords": [
  7864. "artisan",
  7865. "cli",
  7866. "command-line",
  7867. "console",
  7868. "dev",
  7869. "error",
  7870. "handling",
  7871. "laravel",
  7872. "laravel-zero",
  7873. "php",
  7874. "symfony"
  7875. ],
  7876. "support": {
  7877. "issues": "https://github.com/nunomaduro/collision/issues",
  7878. "source": "https://github.com/nunomaduro/collision"
  7879. },
  7880. "funding": [
  7881. {
  7882. "url": "https://www.paypal.com/paypalme/enunomaduro",
  7883. "type": "custom"
  7884. },
  7885. {
  7886. "url": "https://github.com/nunomaduro",
  7887. "type": "github"
  7888. },
  7889. {
  7890. "url": "https://www.patreon.com/nunomaduro",
  7891. "type": "patreon"
  7892. }
  7893. ],
  7894. "time": "2025-06-25T02:12:12+00:00"
  7895. },
  7896. {
  7897. "name": "phar-io/manifest",
  7898. "version": "2.0.4",
  7899. "source": {
  7900. "type": "git",
  7901. "url": "https://github.com/phar-io/manifest.git",
  7902. "reference": "54750ef60c58e43759730615a392c31c80e23176"
  7903. },
  7904. "dist": {
  7905. "type": "zip",
  7906. "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
  7907. "reference": "54750ef60c58e43759730615a392c31c80e23176",
  7908. "shasum": ""
  7909. },
  7910. "require": {
  7911. "ext-dom": "*",
  7912. "ext-libxml": "*",
  7913. "ext-phar": "*",
  7914. "ext-xmlwriter": "*",
  7915. "phar-io/version": "^3.0.1",
  7916. "php": "^7.2 || ^8.0"
  7917. },
  7918. "type": "library",
  7919. "extra": {
  7920. "branch-alias": {
  7921. "dev-master": "2.0.x-dev"
  7922. }
  7923. },
  7924. "autoload": {
  7925. "classmap": [
  7926. "src/"
  7927. ]
  7928. },
  7929. "notification-url": "https://packagist.org/downloads/",
  7930. "license": [
  7931. "BSD-3-Clause"
  7932. ],
  7933. "authors": [
  7934. {
  7935. "name": "Arne Blankerts",
  7936. "email": "arne@blankerts.de",
  7937. "role": "Developer"
  7938. },
  7939. {
  7940. "name": "Sebastian Heuer",
  7941. "email": "sebastian@phpeople.de",
  7942. "role": "Developer"
  7943. },
  7944. {
  7945. "name": "Sebastian Bergmann",
  7946. "email": "sebastian@phpunit.de",
  7947. "role": "Developer"
  7948. }
  7949. ],
  7950. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  7951. "support": {
  7952. "issues": "https://github.com/phar-io/manifest/issues",
  7953. "source": "https://github.com/phar-io/manifest/tree/2.0.4"
  7954. },
  7955. "funding": [
  7956. {
  7957. "url": "https://github.com/theseer",
  7958. "type": "github"
  7959. }
  7960. ],
  7961. "time": "2024-03-03T12:33:53+00:00"
  7962. },
  7963. {
  7964. "name": "phar-io/version",
  7965. "version": "3.2.1",
  7966. "source": {
  7967. "type": "git",
  7968. "url": "https://github.com/phar-io/version.git",
  7969. "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
  7970. },
  7971. "dist": {
  7972. "type": "zip",
  7973. "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
  7974. "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
  7975. "shasum": ""
  7976. },
  7977. "require": {
  7978. "php": "^7.2 || ^8.0"
  7979. },
  7980. "type": "library",
  7981. "autoload": {
  7982. "classmap": [
  7983. "src/"
  7984. ]
  7985. },
  7986. "notification-url": "https://packagist.org/downloads/",
  7987. "license": [
  7988. "BSD-3-Clause"
  7989. ],
  7990. "authors": [
  7991. {
  7992. "name": "Arne Blankerts",
  7993. "email": "arne@blankerts.de",
  7994. "role": "Developer"
  7995. },
  7996. {
  7997. "name": "Sebastian Heuer",
  7998. "email": "sebastian@phpeople.de",
  7999. "role": "Developer"
  8000. },
  8001. {
  8002. "name": "Sebastian Bergmann",
  8003. "email": "sebastian@phpunit.de",
  8004. "role": "Developer"
  8005. }
  8006. ],
  8007. "description": "Library for handling version information and constraints",
  8008. "support": {
  8009. "issues": "https://github.com/phar-io/version/issues",
  8010. "source": "https://github.com/phar-io/version/tree/3.2.1"
  8011. },
  8012. "time": "2022-02-21T01:04:05+00:00"
  8013. },
  8014. {
  8015. "name": "php-debugbar/php-debugbar",
  8016. "version": "v2.2.4",
  8017. "source": {
  8018. "type": "git",
  8019. "url": "https://github.com/php-debugbar/php-debugbar.git",
  8020. "reference": "3146d04671f51f69ffec2a4207ac3bdcf13a9f35"
  8021. },
  8022. "dist": {
  8023. "type": "zip",
  8024. "url": "https://api.github.com/repos/php-debugbar/php-debugbar/zipball/3146d04671f51f69ffec2a4207ac3bdcf13a9f35",
  8025. "reference": "3146d04671f51f69ffec2a4207ac3bdcf13a9f35",
  8026. "shasum": ""
  8027. },
  8028. "require": {
  8029. "php": "^8",
  8030. "psr/log": "^1|^2|^3",
  8031. "symfony/var-dumper": "^4|^5|^6|^7"
  8032. },
  8033. "replace": {
  8034. "maximebf/debugbar": "self.version"
  8035. },
  8036. "require-dev": {
  8037. "dbrekelmans/bdi": "^1",
  8038. "phpunit/phpunit": "^8|^9",
  8039. "symfony/panther": "^1|^2.1",
  8040. "twig/twig": "^1.38|^2.7|^3.0"
  8041. },
  8042. "suggest": {
  8043. "kriswallsmith/assetic": "The best way to manage assets",
  8044. "monolog/monolog": "Log using Monolog",
  8045. "predis/predis": "Redis storage"
  8046. },
  8047. "type": "library",
  8048. "extra": {
  8049. "branch-alias": {
  8050. "dev-master": "2.1-dev"
  8051. }
  8052. },
  8053. "autoload": {
  8054. "psr-4": {
  8055. "DebugBar\\": "src/DebugBar/"
  8056. }
  8057. },
  8058. "notification-url": "https://packagist.org/downloads/",
  8059. "license": [
  8060. "MIT"
  8061. ],
  8062. "authors": [
  8063. {
  8064. "name": "Maxime Bouroumeau-Fuseau",
  8065. "email": "maxime.bouroumeau@gmail.com",
  8066. "homepage": "http://maximebf.com"
  8067. },
  8068. {
  8069. "name": "Barry vd. Heuvel",
  8070. "email": "barryvdh@gmail.com"
  8071. }
  8072. ],
  8073. "description": "Debug bar in the browser for php application",
  8074. "homepage": "https://github.com/php-debugbar/php-debugbar",
  8075. "keywords": [
  8076. "debug",
  8077. "debug bar",
  8078. "debugbar",
  8079. "dev"
  8080. ],
  8081. "support": {
  8082. "issues": "https://github.com/php-debugbar/php-debugbar/issues",
  8083. "source": "https://github.com/php-debugbar/php-debugbar/tree/v2.2.4"
  8084. },
  8085. "time": "2025-07-22T14:01:30+00:00"
  8086. },
  8087. {
  8088. "name": "phpstan/extension-installer",
  8089. "version": "1.4.3",
  8090. "source": {
  8091. "type": "git",
  8092. "url": "https://github.com/phpstan/extension-installer.git",
  8093. "reference": "85e90b3942d06b2326fba0403ec24fe912372936"
  8094. },
  8095. "dist": {
  8096. "type": "zip",
  8097. "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/85e90b3942d06b2326fba0403ec24fe912372936",
  8098. "reference": "85e90b3942d06b2326fba0403ec24fe912372936",
  8099. "shasum": ""
  8100. },
  8101. "require": {
  8102. "composer-plugin-api": "^2.0",
  8103. "php": "^7.2 || ^8.0",
  8104. "phpstan/phpstan": "^1.9.0 || ^2.0"
  8105. },
  8106. "require-dev": {
  8107. "composer/composer": "^2.0",
  8108. "php-parallel-lint/php-parallel-lint": "^1.2.0",
  8109. "phpstan/phpstan-strict-rules": "^0.11 || ^0.12 || ^1.0"
  8110. },
  8111. "type": "composer-plugin",
  8112. "extra": {
  8113. "class": "PHPStan\\ExtensionInstaller\\Plugin"
  8114. },
  8115. "autoload": {
  8116. "psr-4": {
  8117. "PHPStan\\ExtensionInstaller\\": "src/"
  8118. }
  8119. },
  8120. "notification-url": "https://packagist.org/downloads/",
  8121. "license": [
  8122. "MIT"
  8123. ],
  8124. "description": "Composer plugin for automatic installation of PHPStan extensions",
  8125. "keywords": [
  8126. "dev",
  8127. "static analysis"
  8128. ],
  8129. "support": {
  8130. "issues": "https://github.com/phpstan/extension-installer/issues",
  8131. "source": "https://github.com/phpstan/extension-installer/tree/1.4.3"
  8132. },
  8133. "time": "2024-09-04T20:21:43+00:00"
  8134. },
  8135. {
  8136. "name": "phpstan/phpstan",
  8137. "version": "2.1.26",
  8138. "source": {
  8139. "type": "git",
  8140. "url": "https://github.com/phpstan/phpstan.git",
  8141. "reference": "b13345001a8553ec405b7741be0c6b8d7f8b5bf5"
  8142. },
  8143. "dist": {
  8144. "type": "zip",
  8145. "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b13345001a8553ec405b7741be0c6b8d7f8b5bf5",
  8146. "reference": "b13345001a8553ec405b7741be0c6b8d7f8b5bf5",
  8147. "shasum": ""
  8148. },
  8149. "require": {
  8150. "php": "^7.4|^8.0"
  8151. },
  8152. "conflict": {
  8153. "phpstan/phpstan-shim": "*"
  8154. },
  8155. "bin": [
  8156. "phpstan",
  8157. "phpstan.phar"
  8158. ],
  8159. "type": "library",
  8160. "autoload": {
  8161. "files": [
  8162. "bootstrap.php"
  8163. ]
  8164. },
  8165. "notification-url": "https://packagist.org/downloads/",
  8166. "license": [
  8167. "MIT"
  8168. ],
  8169. "description": "PHPStan - PHP Static Analysis Tool",
  8170. "keywords": [
  8171. "dev",
  8172. "static analysis"
  8173. ],
  8174. "support": {
  8175. "docs": "https://phpstan.org/user-guide/getting-started",
  8176. "forum": "https://github.com/phpstan/phpstan/discussions",
  8177. "issues": "https://github.com/phpstan/phpstan/issues",
  8178. "security": "https://github.com/phpstan/phpstan/security/policy",
  8179. "source": "https://github.com/phpstan/phpstan-src"
  8180. },
  8181. "funding": [
  8182. {
  8183. "url": "https://github.com/ondrejmirtes",
  8184. "type": "github"
  8185. },
  8186. {
  8187. "url": "https://github.com/phpstan",
  8188. "type": "github"
  8189. }
  8190. ],
  8191. "time": "2025-09-16T11:33:46+00:00"
  8192. },
  8193. {
  8194. "name": "phpstan/phpstan-deprecation-rules",
  8195. "version": "2.0.3",
  8196. "source": {
  8197. "type": "git",
  8198. "url": "https://github.com/phpstan/phpstan-deprecation-rules.git",
  8199. "reference": "468e02c9176891cc901143da118f09dc9505fc2f"
  8200. },
  8201. "dist": {
  8202. "type": "zip",
  8203. "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/468e02c9176891cc901143da118f09dc9505fc2f",
  8204. "reference": "468e02c9176891cc901143da118f09dc9505fc2f",
  8205. "shasum": ""
  8206. },
  8207. "require": {
  8208. "php": "^7.4 || ^8.0",
  8209. "phpstan/phpstan": "^2.1.15"
  8210. },
  8211. "require-dev": {
  8212. "php-parallel-lint/php-parallel-lint": "^1.2",
  8213. "phpstan/phpstan-phpunit": "^2.0",
  8214. "phpunit/phpunit": "^9.6"
  8215. },
  8216. "type": "phpstan-extension",
  8217. "extra": {
  8218. "phpstan": {
  8219. "includes": [
  8220. "rules.neon"
  8221. ]
  8222. }
  8223. },
  8224. "autoload": {
  8225. "psr-4": {
  8226. "PHPStan\\": "src/"
  8227. }
  8228. },
  8229. "notification-url": "https://packagist.org/downloads/",
  8230. "license": [
  8231. "MIT"
  8232. ],
  8233. "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.",
  8234. "support": {
  8235. "issues": "https://github.com/phpstan/phpstan-deprecation-rules/issues",
  8236. "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/2.0.3"
  8237. },
  8238. "time": "2025-05-14T10:56:57+00:00"
  8239. },
  8240. {
  8241. "name": "phpstan/phpstan-strict-rules",
  8242. "version": "2.0.6",
  8243. "source": {
  8244. "type": "git",
  8245. "url": "https://github.com/phpstan/phpstan-strict-rules.git",
  8246. "reference": "f9f77efa9de31992a832ff77ea52eb42d675b094"
  8247. },
  8248. "dist": {
  8249. "type": "zip",
  8250. "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/f9f77efa9de31992a832ff77ea52eb42d675b094",
  8251. "reference": "f9f77efa9de31992a832ff77ea52eb42d675b094",
  8252. "shasum": ""
  8253. },
  8254. "require": {
  8255. "php": "^7.4 || ^8.0",
  8256. "phpstan/phpstan": "^2.0.4"
  8257. },
  8258. "require-dev": {
  8259. "php-parallel-lint/php-parallel-lint": "^1.2",
  8260. "phpstan/phpstan-deprecation-rules": "^2.0",
  8261. "phpstan/phpstan-phpunit": "^2.0",
  8262. "phpunit/phpunit": "^9.6"
  8263. },
  8264. "type": "phpstan-extension",
  8265. "extra": {
  8266. "phpstan": {
  8267. "includes": [
  8268. "rules.neon"
  8269. ]
  8270. }
  8271. },
  8272. "autoload": {
  8273. "psr-4": {
  8274. "PHPStan\\": "src/"
  8275. }
  8276. },
  8277. "notification-url": "https://packagist.org/downloads/",
  8278. "license": [
  8279. "MIT"
  8280. ],
  8281. "description": "Extra strict and opinionated rules for PHPStan",
  8282. "support": {
  8283. "issues": "https://github.com/phpstan/phpstan-strict-rules/issues",
  8284. "source": "https://github.com/phpstan/phpstan-strict-rules/tree/2.0.6"
  8285. },
  8286. "time": "2025-07-21T12:19:29+00:00"
  8287. },
  8288. {
  8289. "name": "phpunit/php-code-coverage",
  8290. "version": "12.3.7",
  8291. "source": {
  8292. "type": "git",
  8293. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  8294. "reference": "bbede0f5593dad37af3be6a6f8e6ae1885e8a0a9"
  8295. },
  8296. "dist": {
  8297. "type": "zip",
  8298. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/bbede0f5593dad37af3be6a6f8e6ae1885e8a0a9",
  8299. "reference": "bbede0f5593dad37af3be6a6f8e6ae1885e8a0a9",
  8300. "shasum": ""
  8301. },
  8302. "require": {
  8303. "ext-dom": "*",
  8304. "ext-libxml": "*",
  8305. "ext-xmlwriter": "*",
  8306. "nikic/php-parser": "^5.6.1",
  8307. "php": ">=8.3",
  8308. "phpunit/php-file-iterator": "^6.0",
  8309. "phpunit/php-text-template": "^5.0",
  8310. "sebastian/complexity": "^5.0",
  8311. "sebastian/environment": "^8.0.3",
  8312. "sebastian/lines-of-code": "^4.0",
  8313. "sebastian/version": "^6.0",
  8314. "theseer/tokenizer": "^1.2.3"
  8315. },
  8316. "require-dev": {
  8317. "phpunit/phpunit": "^12.3.7"
  8318. },
  8319. "suggest": {
  8320. "ext-pcov": "PHP extension that provides line coverage",
  8321. "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
  8322. },
  8323. "type": "library",
  8324. "extra": {
  8325. "branch-alias": {
  8326. "dev-main": "12.3.x-dev"
  8327. }
  8328. },
  8329. "autoload": {
  8330. "classmap": [
  8331. "src/"
  8332. ]
  8333. },
  8334. "notification-url": "https://packagist.org/downloads/",
  8335. "license": [
  8336. "BSD-3-Clause"
  8337. ],
  8338. "authors": [
  8339. {
  8340. "name": "Sebastian Bergmann",
  8341. "email": "sebastian@phpunit.de",
  8342. "role": "lead"
  8343. }
  8344. ],
  8345. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  8346. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  8347. "keywords": [
  8348. "coverage",
  8349. "testing",
  8350. "xunit"
  8351. ],
  8352. "support": {
  8353. "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
  8354. "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
  8355. "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/12.3.7"
  8356. },
  8357. "funding": [
  8358. {
  8359. "url": "https://github.com/sebastianbergmann",
  8360. "type": "github"
  8361. },
  8362. {
  8363. "url": "https://liberapay.com/sebastianbergmann",
  8364. "type": "liberapay"
  8365. },
  8366. {
  8367. "url": "https://thanks.dev/u/gh/sebastianbergmann",
  8368. "type": "thanks_dev"
  8369. },
  8370. {
  8371. "url": "https://tidelift.com/funding/github/packagist/phpunit/php-code-coverage",
  8372. "type": "tidelift"
  8373. }
  8374. ],
  8375. "time": "2025-09-10T09:59:06+00:00"
  8376. },
  8377. {
  8378. "name": "phpunit/php-file-iterator",
  8379. "version": "6.0.0",
  8380. "source": {
  8381. "type": "git",
  8382. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  8383. "reference": "961bc913d42fe24a257bfff826a5068079ac7782"
  8384. },
  8385. "dist": {
  8386. "type": "zip",
  8387. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/961bc913d42fe24a257bfff826a5068079ac7782",
  8388. "reference": "961bc913d42fe24a257bfff826a5068079ac7782",
  8389. "shasum": ""
  8390. },
  8391. "require": {
  8392. "php": ">=8.3"
  8393. },
  8394. "require-dev": {
  8395. "phpunit/phpunit": "^12.0"
  8396. },
  8397. "type": "library",
  8398. "extra": {
  8399. "branch-alias": {
  8400. "dev-main": "6.0-dev"
  8401. }
  8402. },
  8403. "autoload": {
  8404. "classmap": [
  8405. "src/"
  8406. ]
  8407. },
  8408. "notification-url": "https://packagist.org/downloads/",
  8409. "license": [
  8410. "BSD-3-Clause"
  8411. ],
  8412. "authors": [
  8413. {
  8414. "name": "Sebastian Bergmann",
  8415. "email": "sebastian@phpunit.de",
  8416. "role": "lead"
  8417. }
  8418. ],
  8419. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  8420. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  8421. "keywords": [
  8422. "filesystem",
  8423. "iterator"
  8424. ],
  8425. "support": {
  8426. "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
  8427. "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
  8428. "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/6.0.0"
  8429. },
  8430. "funding": [
  8431. {
  8432. "url": "https://github.com/sebastianbergmann",
  8433. "type": "github"
  8434. }
  8435. ],
  8436. "time": "2025-02-07T04:58:37+00:00"
  8437. },
  8438. {
  8439. "name": "phpunit/php-invoker",
  8440. "version": "6.0.0",
  8441. "source": {
  8442. "type": "git",
  8443. "url": "https://github.com/sebastianbergmann/php-invoker.git",
  8444. "reference": "12b54e689b07a25a9b41e57736dfab6ec9ae5406"
  8445. },
  8446. "dist": {
  8447. "type": "zip",
  8448. "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/12b54e689b07a25a9b41e57736dfab6ec9ae5406",
  8449. "reference": "12b54e689b07a25a9b41e57736dfab6ec9ae5406",
  8450. "shasum": ""
  8451. },
  8452. "require": {
  8453. "php": ">=8.3"
  8454. },
  8455. "require-dev": {
  8456. "ext-pcntl": "*",
  8457. "phpunit/phpunit": "^12.0"
  8458. },
  8459. "suggest": {
  8460. "ext-pcntl": "*"
  8461. },
  8462. "type": "library",
  8463. "extra": {
  8464. "branch-alias": {
  8465. "dev-main": "6.0-dev"
  8466. }
  8467. },
  8468. "autoload": {
  8469. "classmap": [
  8470. "src/"
  8471. ]
  8472. },
  8473. "notification-url": "https://packagist.org/downloads/",
  8474. "license": [
  8475. "BSD-3-Clause"
  8476. ],
  8477. "authors": [
  8478. {
  8479. "name": "Sebastian Bergmann",
  8480. "email": "sebastian@phpunit.de",
  8481. "role": "lead"
  8482. }
  8483. ],
  8484. "description": "Invoke callables with a timeout",
  8485. "homepage": "https://github.com/sebastianbergmann/php-invoker/",
  8486. "keywords": [
  8487. "process"
  8488. ],
  8489. "support": {
  8490. "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
  8491. "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
  8492. "source": "https://github.com/sebastianbergmann/php-invoker/tree/6.0.0"
  8493. },
  8494. "funding": [
  8495. {
  8496. "url": "https://github.com/sebastianbergmann",
  8497. "type": "github"
  8498. }
  8499. ],
  8500. "time": "2025-02-07T04:58:58+00:00"
  8501. },
  8502. {
  8503. "name": "phpunit/php-text-template",
  8504. "version": "5.0.0",
  8505. "source": {
  8506. "type": "git",
  8507. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  8508. "reference": "e1367a453f0eda562eedb4f659e13aa900d66c53"
  8509. },
  8510. "dist": {
  8511. "type": "zip",
  8512. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/e1367a453f0eda562eedb4f659e13aa900d66c53",
  8513. "reference": "e1367a453f0eda562eedb4f659e13aa900d66c53",
  8514. "shasum": ""
  8515. },
  8516. "require": {
  8517. "php": ">=8.3"
  8518. },
  8519. "require-dev": {
  8520. "phpunit/phpunit": "^12.0"
  8521. },
  8522. "type": "library",
  8523. "extra": {
  8524. "branch-alias": {
  8525. "dev-main": "5.0-dev"
  8526. }
  8527. },
  8528. "autoload": {
  8529. "classmap": [
  8530. "src/"
  8531. ]
  8532. },
  8533. "notification-url": "https://packagist.org/downloads/",
  8534. "license": [
  8535. "BSD-3-Clause"
  8536. ],
  8537. "authors": [
  8538. {
  8539. "name": "Sebastian Bergmann",
  8540. "email": "sebastian@phpunit.de",
  8541. "role": "lead"
  8542. }
  8543. ],
  8544. "description": "Simple template engine.",
  8545. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  8546. "keywords": [
  8547. "template"
  8548. ],
  8549. "support": {
  8550. "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
  8551. "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
  8552. "source": "https://github.com/sebastianbergmann/php-text-template/tree/5.0.0"
  8553. },
  8554. "funding": [
  8555. {
  8556. "url": "https://github.com/sebastianbergmann",
  8557. "type": "github"
  8558. }
  8559. ],
  8560. "time": "2025-02-07T04:59:16+00:00"
  8561. },
  8562. {
  8563. "name": "phpunit/php-timer",
  8564. "version": "8.0.0",
  8565. "source": {
  8566. "type": "git",
  8567. "url": "https://github.com/sebastianbergmann/php-timer.git",
  8568. "reference": "f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc"
  8569. },
  8570. "dist": {
  8571. "type": "zip",
  8572. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc",
  8573. "reference": "f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc",
  8574. "shasum": ""
  8575. },
  8576. "require": {
  8577. "php": ">=8.3"
  8578. },
  8579. "require-dev": {
  8580. "phpunit/phpunit": "^12.0"
  8581. },
  8582. "type": "library",
  8583. "extra": {
  8584. "branch-alias": {
  8585. "dev-main": "8.0-dev"
  8586. }
  8587. },
  8588. "autoload": {
  8589. "classmap": [
  8590. "src/"
  8591. ]
  8592. },
  8593. "notification-url": "https://packagist.org/downloads/",
  8594. "license": [
  8595. "BSD-3-Clause"
  8596. ],
  8597. "authors": [
  8598. {
  8599. "name": "Sebastian Bergmann",
  8600. "email": "sebastian@phpunit.de",
  8601. "role": "lead"
  8602. }
  8603. ],
  8604. "description": "Utility class for timing",
  8605. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  8606. "keywords": [
  8607. "timer"
  8608. ],
  8609. "support": {
  8610. "issues": "https://github.com/sebastianbergmann/php-timer/issues",
  8611. "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
  8612. "source": "https://github.com/sebastianbergmann/php-timer/tree/8.0.0"
  8613. },
  8614. "funding": [
  8615. {
  8616. "url": "https://github.com/sebastianbergmann",
  8617. "type": "github"
  8618. }
  8619. ],
  8620. "time": "2025-02-07T04:59:38+00:00"
  8621. },
  8622. {
  8623. "name": "phpunit/phpunit",
  8624. "version": "12.3.11",
  8625. "source": {
  8626. "type": "git",
  8627. "url": "https://github.com/sebastianbergmann/phpunit.git",
  8628. "reference": "6a62f2b394e042884e4997ddc8b8db1ce56a0009"
  8629. },
  8630. "dist": {
  8631. "type": "zip",
  8632. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6a62f2b394e042884e4997ddc8b8db1ce56a0009",
  8633. "reference": "6a62f2b394e042884e4997ddc8b8db1ce56a0009",
  8634. "shasum": ""
  8635. },
  8636. "require": {
  8637. "ext-dom": "*",
  8638. "ext-json": "*",
  8639. "ext-libxml": "*",
  8640. "ext-mbstring": "*",
  8641. "ext-xml": "*",
  8642. "ext-xmlwriter": "*",
  8643. "myclabs/deep-copy": "^1.13.4",
  8644. "phar-io/manifest": "^2.0.4",
  8645. "phar-io/version": "^3.2.1",
  8646. "php": ">=8.3",
  8647. "phpunit/php-code-coverage": "^12.3.7",
  8648. "phpunit/php-file-iterator": "^6.0.0",
  8649. "phpunit/php-invoker": "^6.0.0",
  8650. "phpunit/php-text-template": "^5.0.0",
  8651. "phpunit/php-timer": "^8.0.0",
  8652. "sebastian/cli-parser": "^4.1.0",
  8653. "sebastian/comparator": "^7.1.3",
  8654. "sebastian/diff": "^7.0.0",
  8655. "sebastian/environment": "^8.0.3",
  8656. "sebastian/exporter": "^7.0.0",
  8657. "sebastian/global-state": "^8.0.2",
  8658. "sebastian/object-enumerator": "^7.0.0",
  8659. "sebastian/type": "^6.0.3",
  8660. "sebastian/version": "^6.0.0",
  8661. "staabm/side-effects-detector": "^1.0.5"
  8662. },
  8663. "bin": [
  8664. "phpunit"
  8665. ],
  8666. "type": "library",
  8667. "extra": {
  8668. "branch-alias": {
  8669. "dev-main": "12.3-dev"
  8670. }
  8671. },
  8672. "autoload": {
  8673. "files": [
  8674. "src/Framework/Assert/Functions.php"
  8675. ],
  8676. "classmap": [
  8677. "src/"
  8678. ]
  8679. },
  8680. "notification-url": "https://packagist.org/downloads/",
  8681. "license": [
  8682. "BSD-3-Clause"
  8683. ],
  8684. "authors": [
  8685. {
  8686. "name": "Sebastian Bergmann",
  8687. "email": "sebastian@phpunit.de",
  8688. "role": "lead"
  8689. }
  8690. ],
  8691. "description": "The PHP Unit Testing framework.",
  8692. "homepage": "https://phpunit.de/",
  8693. "keywords": [
  8694. "phpunit",
  8695. "testing",
  8696. "xunit"
  8697. ],
  8698. "support": {
  8699. "issues": "https://github.com/sebastianbergmann/phpunit/issues",
  8700. "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
  8701. "source": "https://github.com/sebastianbergmann/phpunit/tree/12.3.11"
  8702. },
  8703. "funding": [
  8704. {
  8705. "url": "https://phpunit.de/sponsors.html",
  8706. "type": "custom"
  8707. },
  8708. {
  8709. "url": "https://github.com/sebastianbergmann",
  8710. "type": "github"
  8711. },
  8712. {
  8713. "url": "https://liberapay.com/sebastianbergmann",
  8714. "type": "liberapay"
  8715. },
  8716. {
  8717. "url": "https://thanks.dev/u/gh/sebastianbergmann",
  8718. "type": "thanks_dev"
  8719. },
  8720. {
  8721. "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
  8722. "type": "tidelift"
  8723. }
  8724. ],
  8725. "time": "2025-09-14T06:21:44+00:00"
  8726. },
  8727. {
  8728. "name": "rector/rector",
  8729. "version": "2.1.7",
  8730. "source": {
  8731. "type": "git",
  8732. "url": "https://github.com/rectorphp/rector.git",
  8733. "reference": "c34cc07c4698f007a20dc5c99ff820089ae413ce"
  8734. },
  8735. "dist": {
  8736. "type": "zip",
  8737. "url": "https://api.github.com/repos/rectorphp/rector/zipball/c34cc07c4698f007a20dc5c99ff820089ae413ce",
  8738. "reference": "c34cc07c4698f007a20dc5c99ff820089ae413ce",
  8739. "shasum": ""
  8740. },
  8741. "require": {
  8742. "php": "^7.4|^8.0",
  8743. "phpstan/phpstan": "^2.1.18"
  8744. },
  8745. "conflict": {
  8746. "rector/rector-doctrine": "*",
  8747. "rector/rector-downgrade-php": "*",
  8748. "rector/rector-phpunit": "*",
  8749. "rector/rector-symfony": "*"
  8750. },
  8751. "suggest": {
  8752. "ext-dom": "To manipulate phpunit.xml via the custom-rule command"
  8753. },
  8754. "bin": [
  8755. "bin/rector"
  8756. ],
  8757. "type": "library",
  8758. "autoload": {
  8759. "files": [
  8760. "bootstrap.php"
  8761. ]
  8762. },
  8763. "notification-url": "https://packagist.org/downloads/",
  8764. "license": [
  8765. "MIT"
  8766. ],
  8767. "description": "Instant Upgrade and Automated Refactoring of any PHP code",
  8768. "homepage": "https://getrector.com/",
  8769. "keywords": [
  8770. "automation",
  8771. "dev",
  8772. "migration",
  8773. "refactoring"
  8774. ],
  8775. "support": {
  8776. "issues": "https://github.com/rectorphp/rector/issues",
  8777. "source": "https://github.com/rectorphp/rector/tree/2.1.7"
  8778. },
  8779. "funding": [
  8780. {
  8781. "url": "https://github.com/tomasvotruba",
  8782. "type": "github"
  8783. }
  8784. ],
  8785. "time": "2025-09-10T11:13:58+00:00"
  8786. },
  8787. {
  8788. "name": "roave/security-advisories",
  8789. "version": "dev-master",
  8790. "source": {
  8791. "type": "git",
  8792. "url": "https://github.com/Roave/SecurityAdvisories.git",
  8793. "reference": "662d5ecfaab913d8ce0de4521fc40ce92aa14e75"
  8794. },
  8795. "dist": {
  8796. "type": "zip",
  8797. "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/662d5ecfaab913d8ce0de4521fc40ce92aa14e75",
  8798. "reference": "662d5ecfaab913d8ce0de4521fc40ce92aa14e75",
  8799. "shasum": ""
  8800. },
  8801. "conflict": {
  8802. "3f/pygmentize": "<1.2",
  8803. "adaptcms/adaptcms": "<=1.3",
  8804. "admidio/admidio": "<4.3.12",
  8805. "adodb/adodb-php": "<=5.22.9",
  8806. "aheinze/cockpit": "<2.2",
  8807. "aimeos/ai-admin-graphql": ">=2022.04.1,<2022.10.10|>=2023.04.1,<2023.10.6|>=2024.04.1,<2024.07.2",
  8808. "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",
  8809. "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",
  8810. "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",
  8811. "aimeos/aimeos-core": ">=2022.04.1,<2022.10.17|>=2023.04.1,<2023.10.17|>=2024.04.1,<2024.04.7",
  8812. "aimeos/aimeos-typo3": "<19.10.12|>=20,<20.10.5",
  8813. "airesvsg/acf-to-rest-api": "<=3.1",
  8814. "akaunting/akaunting": "<2.1.13",
  8815. "akeneo/pim-community-dev": "<5.0.119|>=6,<6.0.53",
  8816. "alextselegidis/easyappointments": "<1.5.2.0-beta1",
  8817. "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
  8818. "amazing/media2click": ">=1,<1.3.3",
  8819. "ameos/ameos_tarteaucitron": "<1.2.23",
  8820. "amphp/artax": "<1.0.6|>=2,<2.0.6",
  8821. "amphp/http": "<=1.7.2|>=2,<=2.1",
  8822. "amphp/http-client": ">=4,<4.4",
  8823. "anchorcms/anchor-cms": "<=0.12.7",
  8824. "andreapollastri/cipi": "<=3.1.15",
  8825. "andrewhaine/silverstripe-form-capture": ">=0.2,<=0.2.3|>=1,<1.0.2|>=2,<2.2.5",
  8826. "aoe/restler": "<1.7.1",
  8827. "apache-solr-for-typo3/solr": "<2.8.3",
  8828. "apereo/phpcas": "<1.6",
  8829. "api-platform/core": "<3.4.17|>=4,<4.0.22|>=4.1,<4.1.5",
  8830. "api-platform/graphql": "<3.4.17|>=4,<4.0.22|>=4.1,<4.1.5",
  8831. "appwrite/server-ce": "<=1.2.1",
  8832. "arc/web": "<3",
  8833. "area17/twill": "<1.2.5|>=2,<2.5.3",
  8834. "artesaos/seotools": "<0.17.2",
  8835. "asymmetricrypt/asymmetricrypt": "<9.9.99",
  8836. "athlon1600/php-proxy": "<=5.1",
  8837. "athlon1600/php-proxy-app": "<=3",
  8838. "athlon1600/youtube-downloader": "<=4",
  8839. "austintoddj/canvas": "<=3.4.2",
  8840. "auth0/auth0-php": ">=8.0.0.0-beta1,<8.14",
  8841. "auth0/login": "<7.17",
  8842. "auth0/symfony": "<5.4",
  8843. "auth0/wordpress": "<5.3",
  8844. "automad/automad": "<2.0.0.0-alpha5",
  8845. "automattic/jetpack": "<9.8",
  8846. "awesome-support/awesome-support": "<=6.0.7",
  8847. "aws/aws-sdk-php": "<3.288.1",
  8848. "azuracast/azuracast": "<0.18.3",
  8849. "b13/seo_basics": "<0.8.2",
  8850. "backdrop/backdrop": "<1.27.3|>=1.28,<1.28.2",
  8851. "backpack/crud": "<3.4.9",
  8852. "backpack/filemanager": "<2.0.2|>=3,<3.0.9",
  8853. "bacula-web/bacula-web": "<9.7.1",
  8854. "badaso/core": "<=2.9.11",
  8855. "bagisto/bagisto": "<2.1",
  8856. "barrelstrength/sprout-base-email": "<1.2.7",
  8857. "barrelstrength/sprout-forms": "<3.9",
  8858. "barryvdh/laravel-translation-manager": "<0.6.8",
  8859. "barzahlen/barzahlen-php": "<2.0.1",
  8860. "baserproject/basercms": "<=5.1.1",
  8861. "bassjobsen/bootstrap-3-typeahead": ">4.0.2",
  8862. "bbpress/bbpress": "<2.6.5",
  8863. "bcit-ci/codeigniter": "<3.1.3",
  8864. "bcosca/fatfree": "<3.7.2",
  8865. "bedita/bedita": "<4",
  8866. "bednee/cooluri": "<1.0.30",
  8867. "bigfork/silverstripe-form-capture": ">=3,<3.1.1",
  8868. "billz/raspap-webgui": "<3.3.6",
  8869. "binarytorch/larecipe": "<2.8.1",
  8870. "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",
  8871. "blueimp/jquery-file-upload": "==6.4.4",
  8872. "bmarshall511/wordpress_zero_spam": "<5.2.13",
  8873. "bolt/bolt": "<3.7.2",
  8874. "bolt/core": "<=4.2",
  8875. "born05/craft-twofactorauthentication": "<3.3.4",
  8876. "bottelet/flarepoint": "<2.2.1",
  8877. "bref/bref": "<2.1.17",
  8878. "brightlocal/phpwhois": "<=4.2.5",
  8879. "brotkrueml/codehighlight": "<2.7",
  8880. "brotkrueml/schema": "<1.13.1|>=2,<2.5.1",
  8881. "brotkrueml/typo3-matomo-integration": "<1.3.2",
  8882. "buddypress/buddypress": "<7.2.1",
  8883. "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
  8884. "bvbmedia/multishop": "<2.0.39",
  8885. "bytefury/crater": "<6.0.2",
  8886. "cachethq/cachet": "<2.5.1",
  8887. "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",
  8888. "cakephp/database": ">=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10",
  8889. "cardgate/magento2": "<2.0.33",
  8890. "cardgate/woocommerce": "<=3.1.15",
  8891. "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
  8892. "cart2quote/module-quotation-encoded": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
  8893. "cartalyst/sentry": "<=2.1.6",
  8894. "catfan/medoo": "<1.7.5",
  8895. "causal/oidc": "<4",
  8896. "cecil/cecil": "<7.47.1",
  8897. "centreon/centreon": "<22.10.15",
  8898. "cesnet/simplesamlphp-module-proxystatistics": "<3.1",
  8899. "chriskacerguis/codeigniter-restserver": "<=2.7.1",
  8900. "chrome-php/chrome": "<1.14",
  8901. "civicrm/civicrm-core": ">=4.2,<4.2.9|>=4.3,<4.3.3",
  8902. "ckeditor/ckeditor": "<4.25",
  8903. "clickstorm/cs-seo": ">=6,<6.8|>=7,<7.5|>=8,<8.4|>=9,<9.3",
  8904. "co-stack/fal_sftp": "<0.2.6",
  8905. "cockpit-hq/cockpit": "<2.11.4",
  8906. "codeception/codeception": "<3.1.3|>=4,<4.1.22",
  8907. "codeigniter/framework": "<3.1.10",
  8908. "codeigniter4/framework": "<4.6.2",
  8909. "codeigniter4/shield": "<1.0.0.0-beta8",
  8910. "codiad/codiad": "<=2.8.4",
  8911. "codingms/additional-tca": ">=1.7,<1.15.17|>=1.16,<1.16.9",
  8912. "commerceteam/commerce": ">=0.9.6,<0.9.9",
  8913. "components/jquery": ">=1.0.3,<3.5",
  8914. "composer/composer": "<1.10.27|>=2,<2.2.24|>=2.3,<2.7.7",
  8915. "concrete5/concrete5": "<9.4.3",
  8916. "concrete5/core": "<8.5.8|>=9,<9.1",
  8917. "contao-components/mediaelement": ">=2.14.2,<2.21.1",
  8918. "contao/comments-bundle": ">=2,<4.13.40|>=5.0.0.0-RC1-dev,<5.3.4",
  8919. "contao/contao": ">=3,<3.5.37|>=4,<4.4.56|>=4.5,<4.13.56|>=5,<5.3.38|>=5.4.0.0-RC1-dev,<5.6.1",
  8920. "contao/core": "<3.5.39",
  8921. "contao/core-bundle": "<4.13.56|>=5,<5.3.38|>=5.4,<5.6.1",
  8922. "contao/listing-bundle": ">=3,<=3.5.30|>=4,<4.4.8",
  8923. "contao/managed-edition": "<=1.5",
  8924. "corveda/phpsandbox": "<1.3.5",
  8925. "cosenary/instagram": "<=2.3",
  8926. "couleurcitron/tarteaucitron-wp": "<0.3",
  8927. "craftcms/cms": "<=4.16.5|>=5,<=5.8.6",
  8928. "croogo/croogo": "<4",
  8929. "cuyz/valinor": "<0.12",
  8930. "czim/file-handling": "<1.5|>=2,<2.3",
  8931. "czproject/git-php": "<4.0.3",
  8932. "damienharper/auditor-bundle": "<5.2.6",
  8933. "dapphp/securimage": "<3.6.6",
  8934. "darylldoyle/safe-svg": "<1.9.10",
  8935. "datadog/dd-trace": ">=0.30,<0.30.2",
  8936. "datahihi1/tiny-env": "<1.0.3|>=1.0.9,<1.0.11",
  8937. "datatables/datatables": "<1.10.10",
  8938. "david-garcia/phpwhois": "<=4.3.1",
  8939. "dbrisinajumi/d2files": "<1",
  8940. "dcat/laravel-admin": "<=2.1.3|==2.2.0.0-beta|==2.2.2.0-beta",
  8941. "derhansen/fe_change_pwd": "<2.0.5|>=3,<3.0.3",
  8942. "derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1|>=7,<7.4",
  8943. "desperado/xml-bundle": "<=0.1.7",
  8944. "dev-lancer/minecraft-motd-parser": "<=1.0.5",
  8945. "devgroup/dotplant": "<2020.09.14-dev",
  8946. "digimix/wp-svg-upload": "<=1",
  8947. "directmailteam/direct-mail": "<6.0.3|>=7,<7.0.3|>=8,<9.5.2",
  8948. "dl/yag": "<3.0.1",
  8949. "dmk/webkitpdf": "<1.1.4",
  8950. "dnadesign/silverstripe-elemental": "<5.3.12",
  8951. "doctrine/annotations": "<1.2.7",
  8952. "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
  8953. "doctrine/common": "<2.4.3|>=2.5,<2.5.1",
  8954. "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2|>=3,<3.1.4",
  8955. "doctrine/doctrine-bundle": "<1.5.2",
  8956. "doctrine/doctrine-module": "<0.7.2",
  8957. "doctrine/mongodb-odm": "<1.0.2",
  8958. "doctrine/mongodb-odm-bundle": "<3.0.1",
  8959. "doctrine/orm": ">=1,<1.2.4|>=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4",
  8960. "dolibarr/dolibarr": "<=21.0.2",
  8961. "dompdf/dompdf": "<2.0.4",
  8962. "doublethreedigital/guest-entries": "<3.1.2",
  8963. "drupal/admin_audit_trail": "<1.0.5",
  8964. "drupal/ai": "<1.0.5",
  8965. "drupal/alogin": "<2.0.6",
  8966. "drupal/cache_utility": "<1.2.1",
  8967. "drupal/commerce_alphabank_redirect": "<1.0.3",
  8968. "drupal/commerce_eurobank_redirect": "<2.1.1",
  8969. "drupal/config_split": "<1.10|>=2,<2.0.2",
  8970. "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",
  8971. "drupal/core-recommended": ">=7,<7.102|>=8,<10.2.11|>=10.3,<10.3.9|>=11,<11.0.8",
  8972. "drupal/drupal": ">=5,<5.11|>=6,<6.38|>=7,<7.102|>=8,<10.2.11|>=10.3,<10.3.9|>=11,<11.0.8",
  8973. "drupal/formatter_suite": "<2.1",
  8974. "drupal/gdpr": "<3.0.1|>=3.1,<3.1.2",
  8975. "drupal/google_tag": "<1.8|>=2,<2.0.8",
  8976. "drupal/ignition": "<1.0.4",
  8977. "drupal/lightgallery": "<1.6",
  8978. "drupal/link_field_display_mode_formatter": "<1.6",
  8979. "drupal/matomo": "<1.24",
  8980. "drupal/oauth2_client": "<4.1.3",
  8981. "drupal/oauth2_server": "<2.1",
  8982. "drupal/obfuscate": "<2.0.1",
  8983. "drupal/quick_node_block": "<2",
  8984. "drupal/rapidoc_elements_field_formatter": "<1.0.1",
  8985. "drupal/spamspan": "<3.2.1",
  8986. "drupal/tfa": "<1.10",
  8987. "duncanmcclean/guest-entries": "<3.1.2",
  8988. "dweeves/magmi": "<=0.7.24",
  8989. "ec-cube/ec-cube": "<2.4.4|>=2.11,<=2.17.1|>=3,<=3.0.18.0-patch4|>=4,<=4.1.2",
  8990. "ecodev/newsletter": "<=4",
  8991. "ectouch/ectouch": "<=2.7.2",
  8992. "egroupware/egroupware": "<23.1.20240624",
  8993. "elefant/cms": "<2.0.7",
  8994. "elgg/elgg": "<3.3.24|>=4,<4.0.5",
  8995. "elijaa/phpmemcacheadmin": "<=1.3",
  8996. "elmsln/haxcms": "<11.0.14",
  8997. "encore/laravel-admin": "<=1.8.19",
  8998. "endroid/qr-code-bundle": "<3.4.2",
  8999. "enhavo/enhavo-app": "<=0.13.1",
  9000. "enshrined/svg-sanitize": "<0.22",
  9001. "erusev/parsedown": "<1.7.2",
  9002. "ether/logs": "<3.0.4",
  9003. "evolutioncms/evolution": "<=3.2.3",
  9004. "exceedone/exment": "<4.4.3|>=5,<5.0.3",
  9005. "exceedone/laravel-admin": "<2.2.3|==3",
  9006. "ezsystems/demobundle": ">=5.4,<5.4.6.1-dev",
  9007. "ezsystems/ez-support-tools": ">=2.2,<2.2.3",
  9008. "ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1-dev",
  9009. "ezsystems/ezfind-ls": ">=5.3,<5.3.6.1-dev|>=5.4,<5.4.11.1-dev|>=2017.12,<2017.12.0.1-dev",
  9010. "ezsystems/ezplatform": "<=1.13.6|>=2,<=2.5.24",
  9011. "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6|>=1.5,<1.5.29|>=2.3,<2.3.38|>=3.3,<3.3.39",
  9012. "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1|>=5.3.0.0-beta1,<5.3.5",
  9013. "ezsystems/ezplatform-graphql": ">=1.0.0.0-RC1-dev,<1.0.13|>=2.0.0.0-beta1,<2.3.12",
  9014. "ezsystems/ezplatform-http-cache": "<2.3.16",
  9015. "ezsystems/ezplatform-kernel": "<1.2.5.1-dev|>=1.3,<1.3.35",
  9016. "ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<1.3.8",
  9017. "ezsystems/ezplatform-richtext": ">=2.3,<2.3.26|>=3.3,<3.3.40",
  9018. "ezsystems/ezplatform-solr-search-engine": ">=1.7,<1.7.12|>=2,<2.0.2|>=3.3,<3.3.15",
  9019. "ezsystems/ezplatform-user": ">=1,<1.0.1",
  9020. "ezsystems/ezpublish-kernel": "<6.13.8.2-dev|>=7,<7.5.31",
  9021. "ezsystems/ezpublish-legacy": "<=2017.12.7.3|>=2018.6,<=2019.03.5.1",
  9022. "ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3",
  9023. "ezsystems/repository-forms": ">=2.3,<2.3.2.1-dev|>=2.5,<2.5.15",
  9024. "ezyang/htmlpurifier": "<=4.2",
  9025. "facade/ignition": "<1.16.15|>=2,<2.4.2|>=2.5,<2.5.2",
  9026. "facturascripts/facturascripts": "<=2022.08",
  9027. "fastly/magento2": "<1.2.26",
  9028. "feehi/cms": "<=2.1.1",
  9029. "feehi/feehicms": "<=2.1.1",
  9030. "fenom/fenom": "<=2.12.1",
  9031. "filament/actions": ">=3.2,<3.2.123",
  9032. "filament/infolists": ">=3,<3.2.115",
  9033. "filament/tables": ">=3,<3.2.115",
  9034. "filegator/filegator": "<7.8",
  9035. "filp/whoops": "<2.1.13",
  9036. "fineuploader/php-traditional-server": "<=1.2.2",
  9037. "firebase/php-jwt": "<6",
  9038. "fisharebest/webtrees": "<=2.1.18",
  9039. "fixpunkt/fp-masterquiz": "<2.2.1|>=3,<3.5.2",
  9040. "fixpunkt/fp-newsletter": "<1.1.1|>=1.2,<2.1.2|>=2.2,<3.2.6",
  9041. "flarum/core": "<1.8.10",
  9042. "flarum/flarum": "<0.1.0.0-beta8",
  9043. "flarum/framework": "<1.8.10",
  9044. "flarum/mentions": "<1.6.3",
  9045. "flarum/sticky": ">=0.1.0.0-beta14,<=0.1.0.0-beta15",
  9046. "flarum/tags": "<=0.1.0.0-beta13",
  9047. "floriangaerber/magnesium": "<0.3.1",
  9048. "fluidtypo3/vhs": "<5.1.1",
  9049. "fof/byobu": ">=0.3.0.0-beta2,<1.1.7",
  9050. "fof/upload": "<1.2.3",
  9051. "foodcoopshop/foodcoopshop": ">=3.2,<3.6.1",
  9052. "fooman/tcpdf": "<6.2.22",
  9053. "forkcms/forkcms": "<5.11.1",
  9054. "fossar/tcpdf-parser": "<6.2.22",
  9055. "francoisjacquet/rosariosis": "<=11.5.1",
  9056. "frappant/frp-form-answers": "<3.1.2|>=4,<4.0.2",
  9057. "friendsofsymfony/oauth2-php": "<1.3",
  9058. "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
  9059. "friendsofsymfony/user-bundle": ">=1,<1.3.5",
  9060. "friendsofsymfony1/swiftmailer": ">=4,<5.4.13|>=6,<6.2.5",
  9061. "friendsofsymfony1/symfony1": ">=1.1,<1.5.19",
  9062. "friendsoftypo3/mediace": ">=7.6.2,<7.6.5",
  9063. "friendsoftypo3/openid": ">=4.5,<4.5.31|>=4.7,<4.7.16|>=6,<6.0.11|>=6.1,<6.1.6",
  9064. "froala/wysiwyg-editor": "<=4.3",
  9065. "froxlor/froxlor": "<=2.2.5",
  9066. "frozennode/administrator": "<=5.0.12",
  9067. "fuel/core": "<1.8.1",
  9068. "funadmin/funadmin": "<=5.0.2",
  9069. "gaoming13/wechat-php-sdk": "<=1.10.2",
  9070. "genix/cms": "<=1.1.11",
  9071. "georgringer/news": "<1.3.3",
  9072. "geshi/geshi": "<=1.0.9.1",
  9073. "getformwork/formwork": "<1.13.1|>=2.0.0.0-beta1,<2.0.0.0-beta4",
  9074. "getgrav/grav": "<1.7.46",
  9075. "getkirby/cms": "<3.9.8.3-dev|>=3.10,<3.10.1.2-dev|>=4,<4.7.1",
  9076. "getkirby/kirby": "<3.9.8.3-dev|>=3.10,<3.10.1.2-dev|>=4,<4.7.1",
  9077. "getkirby/panel": "<2.5.14",
  9078. "getkirby/starterkit": "<=3.7.0.2",
  9079. "gilacms/gila": "<=1.15.4",
  9080. "gleez/cms": "<=1.3|==2",
  9081. "globalpayments/php-sdk": "<2",
  9082. "goalgorilla/open_social": "<12.3.11|>=12.4,<12.4.10|>=13.0.0.0-alpha1,<13.0.0.0-alpha11",
  9083. "gogentooss/samlbase": "<1.2.7",
  9084. "google/protobuf": "<3.4",
  9085. "gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3",
  9086. "gree/jose": "<2.2.1",
  9087. "gregwar/rst": "<1.0.3",
  9088. "grumpydictator/firefly-iii": "<6.1.17",
  9089. "gugoan/economizzer": "<=0.9.0.0-beta1",
  9090. "guzzlehttp/guzzle": "<6.5.8|>=7,<7.4.5",
  9091. "guzzlehttp/oauth-subscriber": "<0.8.1",
  9092. "guzzlehttp/psr7": "<1.9.1|>=2,<2.4.5",
  9093. "haffner/jh_captcha": "<=2.1.3|>=3,<=3.0.2",
  9094. "handcraftedinthealps/goodby-csv": "<1.4.3",
  9095. "harvesthq/chosen": "<1.8.7",
  9096. "helloxz/imgurl": "<=2.31",
  9097. "hhxsv5/laravel-s": "<3.7.36",
  9098. "hillelcoren/invoice-ninja": "<5.3.35",
  9099. "himiklab/yii2-jqgrid-widget": "<1.0.8",
  9100. "hjue/justwriting": "<=1",
  9101. "hov/jobfair": "<1.0.13|>=2,<2.0.2",
  9102. "httpsoft/http-message": "<1.0.12",
  9103. "hyn/multi-tenant": ">=5.6,<5.7.2",
  9104. "ibexa/admin-ui": ">=4.2,<4.2.3|>=4.6,<4.6.21",
  9105. "ibexa/admin-ui-assets": ">=4.6.0.0-alpha1,<4.6.21",
  9106. "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",
  9107. "ibexa/fieldtype-richtext": ">=4.6,<4.6.21",
  9108. "ibexa/graphql": ">=2.5,<2.5.31|>=3.3,<3.3.28|>=4.2,<4.2.3",
  9109. "ibexa/http-cache": ">=4.6,<4.6.14",
  9110. "ibexa/post-install": "<1.0.16|>=4.6,<4.6.14",
  9111. "ibexa/solr": ">=4.5,<4.5.4",
  9112. "ibexa/user": ">=4,<4.4.3",
  9113. "icecoder/icecoder": "<=8.1",
  9114. "idno/known": "<=1.3.1",
  9115. "ilicmiljan/secure-props": ">=1.2,<1.2.2",
  9116. "illuminate/auth": "<5.5.10",
  9117. "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<6.18.31|>=7,<7.22.4",
  9118. "illuminate/database": "<6.20.26|>=7,<7.30.5|>=8,<8.40",
  9119. "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",
  9120. "illuminate/view": "<6.20.42|>=7,<7.30.6|>=8,<8.75",
  9121. "imdbphp/imdbphp": "<=5.1.1",
  9122. "impresscms/impresscms": "<=1.4.5",
  9123. "impresspages/impresspages": "<1.0.13",
  9124. "in2code/femanager": "<6.4.2|>=7,<7.5.3|>=8,<8.3.1",
  9125. "in2code/ipandlanguageredirect": "<5.1.2",
  9126. "in2code/lux": "<17.6.1|>=18,<24.0.2",
  9127. "in2code/powermail": "<7.5.1|>=8,<8.5.1|>=9,<10.9.1|>=11,<12.5.3|==13",
  9128. "innologi/typo3-appointments": "<2.0.6",
  9129. "intelliants/subrion": "<4.2.2",
  9130. "inter-mediator/inter-mediator": "==5.5",
  9131. "ipl/web": "<0.10.1",
  9132. "islandora/crayfish": "<4.1",
  9133. "islandora/islandora": ">=2,<2.4.1",
  9134. "ivankristianto/phpwhois": "<=4.3",
  9135. "jackalope/jackalope-doctrine-dbal": "<1.7.4",
  9136. "jambagecom/div2007": "<0.10.2",
  9137. "james-heinrich/getid3": "<1.9.21",
  9138. "james-heinrich/phpthumb": "<=1.7.23",
  9139. "jasig/phpcas": "<1.3.3",
  9140. "jbartels/wec-map": "<3.0.3",
  9141. "jcbrand/converse.js": "<3.3.3",
  9142. "joelbutcher/socialstream": "<5.6|>=6,<6.2",
  9143. "johnbillion/wp-crontrol": "<1.16.2|>=1.17,<1.19.2",
  9144. "joomla/application": "<1.0.13",
  9145. "joomla/archive": "<1.1.12|>=2,<2.0.1",
  9146. "joomla/database": ">=1,<2.2|>=3,<3.4",
  9147. "joomla/filesystem": "<1.6.2|>=2,<2.0.1",
  9148. "joomla/filter": "<1.4.4|>=2,<2.0.1",
  9149. "joomla/framework": "<1.5.7|>=2.5.4,<=3.8.12",
  9150. "joomla/input": ">=2,<2.0.2",
  9151. "joomla/joomla-cms": "<3.9.12|>=4,<4.4.13|>=5,<5.2.6",
  9152. "joomla/joomla-platform": "<1.5.4",
  9153. "joomla/session": "<1.3.1",
  9154. "joyqi/hyper-down": "<=2.4.27",
  9155. "jsdecena/laracom": "<2.0.9",
  9156. "jsmitty12/phpwhois": "<5.1",
  9157. "juzaweb/cms": "<=3.4.2",
  9158. "jweiland/events2": "<8.3.8|>=9,<9.0.6",
  9159. "jweiland/kk-downloader": "<1.2.2",
  9160. "kazist/phpwhois": "<=4.2.6",
  9161. "kelvinmo/simplexrd": "<3.1.1",
  9162. "kevinpapst/kimai2": "<1.16.7",
  9163. "khodakhah/nodcms": "<=3",
  9164. "kimai/kimai": "<=2.20.1",
  9165. "kitodo/presentation": "<3.2.3|>=3.3,<3.3.4",
  9166. "klaviyo/magento2-extension": ">=1,<3",
  9167. "knplabs/knp-snappy": "<=1.4.2",
  9168. "kohana/core": "<3.3.3",
  9169. "koillection/koillection": "<1.6.12",
  9170. "krayin/laravel-crm": "<=1.3",
  9171. "kreait/firebase-php": ">=3.2,<3.8.1",
  9172. "kumbiaphp/kumbiapp": "<=1.1.1",
  9173. "la-haute-societe/tcpdf": "<6.2.22",
  9174. "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",
  9175. "laminas/laminas-form": "<2.17.1|>=3,<3.0.2|>=3.1,<3.1.1",
  9176. "laminas/laminas-http": "<2.14.2",
  9177. "lara-zeus/artemis": ">=1,<=1.0.6",
  9178. "lara-zeus/dynamic-dashboard": ">=3,<=3.0.1",
  9179. "laravel/fortify": "<1.11.1",
  9180. "laravel/framework": "<10.48.29|>=11,<11.44.1|>=12,<12.1.1",
  9181. "laravel/laravel": ">=5.4,<5.4.22",
  9182. "laravel/pulse": "<1.3.1",
  9183. "laravel/reverb": "<1.4",
  9184. "laravel/socialite": ">=1,<2.0.10",
  9185. "latte/latte": "<2.10.8",
  9186. "lavalite/cms": "<=9|==10.1",
  9187. "lavitto/typo3-form-to-database": "<2.2.5|>=3,<3.2.2|>=4,<4.2.3|>=5,<5.0.2",
  9188. "lcobucci/jwt": ">=3.4,<3.4.6|>=4,<4.0.4|>=4.1,<4.1.5",
  9189. "league/commonmark": "<2.7",
  9190. "league/flysystem": "<1.1.4|>=2,<2.1.1",
  9191. "league/oauth2-server": ">=8.3.2,<8.4.2|>=8.5,<8.5.3",
  9192. "leantime/leantime": "<3.3",
  9193. "lexik/jwt-authentication-bundle": "<2.10.7|>=2.11,<2.11.3",
  9194. "libreform/libreform": ">=2,<=2.0.8",
  9195. "librenms/librenms": "<2017.08.18",
  9196. "liftkit/database": "<2.13.2",
  9197. "lightsaml/lightsaml": "<1.3.5",
  9198. "limesurvey/limesurvey": "<6.5.12",
  9199. "livehelperchat/livehelperchat": "<=3.91",
  9200. "livewire/livewire": "<2.12.7|>=3.0.0.0-beta1,<3.6.4",
  9201. "livewire/volt": "<1.7",
  9202. "lms/routes": "<2.1.1",
  9203. "localizationteam/l10nmgr": "<7.4|>=8,<8.7|>=9,<9.2",
  9204. "lomkit/laravel-rest-api": "<2.13",
  9205. "luracast/restler": "<3.1",
  9206. "luyadev/yii-helpers": "<1.2.1",
  9207. "macropay-solutions/laravel-crud-wizard-free": "<3.4.17",
  9208. "maestroerror/php-heic-to-jpg": "<1.0.5",
  9209. "magento/community-edition": "<=2.4.5.0-patch14|==2.4.6|>=2.4.6.0-patch1,<=2.4.6.0-patch12|>=2.4.7.0-beta1,<=2.4.7.0-patch7|>=2.4.8.0-beta1,<=2.4.8.0-patch2|>=2.4.9.0-alpha1,<=2.4.9.0-alpha2|==2.4.9",
  9210. "magento/core": "<=1.9.4.5",
  9211. "magento/magento1ce": "<1.9.4.3-dev",
  9212. "magento/magento1ee": ">=1,<1.14.4.3-dev",
  9213. "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",
  9214. "magento/project-community-edition": "<=2.0.2",
  9215. "magneto/core": "<1.9.4.4-dev",
  9216. "mahocommerce/maho": "<25.9",
  9217. "maikuolan/phpmussel": ">=1,<1.6",
  9218. "mainwp/mainwp": "<=4.4.3.3",
  9219. "manogi/nova-tiptap": "<=3.2.6",
  9220. "mantisbt/mantisbt": "<=2.26.3",
  9221. "marcwillmann/turn": "<0.3.3",
  9222. "marshmallow/nova-tiptap": "<5.7",
  9223. "matomo/matomo": "<1.11",
  9224. "matyhtf/framework": "<3.0.6",
  9225. "mautic/core": "<5.2.8|>=6.0.0.0-alpha,<6.0.5",
  9226. "mautic/core-lib": ">=1.0.0.0-beta,<4.4.13|>=5.0.0.0-alpha,<5.1.1",
  9227. "maximebf/debugbar": "<1.19",
  9228. "mdanter/ecc": "<2",
  9229. "mediawiki/abuse-filter": "<1.39.9|>=1.40,<1.41.3|>=1.42,<1.42.2",
  9230. "mediawiki/cargo": "<3.6.1",
  9231. "mediawiki/core": "<1.39.5|==1.40",
  9232. "mediawiki/data-transfer": ">=1.39,<1.39.11|>=1.41,<1.41.3|>=1.42,<1.42.2",
  9233. "mediawiki/matomo": "<2.4.3",
  9234. "mediawiki/semantic-media-wiki": "<4.0.2",
  9235. "mehrwert/phpmyadmin": "<3.2",
  9236. "melisplatform/melis-asset-manager": "<5.0.1",
  9237. "melisplatform/melis-cms": "<5.0.1",
  9238. "melisplatform/melis-front": "<5.0.1",
  9239. "mezzio/mezzio-swoole": "<3.7|>=4,<4.3",
  9240. "mgallegos/laravel-jqgrid": "<=1.3",
  9241. "microsoft/microsoft-graph": ">=1.16,<1.109.1|>=2,<2.0.1",
  9242. "microsoft/microsoft-graph-beta": "<2.0.1",
  9243. "microsoft/microsoft-graph-core": "<2.0.2",
  9244. "microweber/microweber": "<=2.0.19",
  9245. "mikehaertl/php-shellcommand": "<1.6.1",
  9246. "miniorange/miniorange-saml": "<1.4.3",
  9247. "mittwald/typo3_forum": "<1.2.1",
  9248. "mobiledetect/mobiledetectlib": "<2.8.32",
  9249. "modx/revolution": "<=3.1",
  9250. "mojo42/jirafeau": "<4.4",
  9251. "mongodb/mongodb": ">=1,<1.9.2",
  9252. "monolog/monolog": ">=1.8,<1.12",
  9253. "moodle/moodle": "<4.3.12|>=4.4,<4.4.8|>=4.5.0.0-beta,<4.5.4",
  9254. "moonshine/moonshine": "<=3.12.5",
  9255. "mos/cimage": "<0.7.19",
  9256. "movim/moxl": ">=0.8,<=0.10",
  9257. "movingbytes/social-network": "<=1.2.1",
  9258. "mpdf/mpdf": "<=7.1.7",
  9259. "munkireport/comment": "<4.1",
  9260. "munkireport/managedinstalls": "<2.6",
  9261. "munkireport/munki_facts": "<1.5",
  9262. "munkireport/munkireport": ">=2.5.3,<5.6.3",
  9263. "munkireport/reportdata": "<3.5",
  9264. "munkireport/softwareupdate": "<1.6",
  9265. "mustache/mustache": ">=2,<2.14.1",
  9266. "mwdelaney/wp-enable-svg": "<=0.2",
  9267. "namshi/jose": "<2.2",
  9268. "nasirkhan/laravel-starter": "<11.11",
  9269. "nategood/httpful": "<1",
  9270. "neoan3-apps/template": "<1.1.1",
  9271. "neorazorx/facturascripts": "<2022.04",
  9272. "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",
  9273. "neos/form": ">=1.2,<4.3.3|>=5,<5.0.9|>=5.1,<5.1.3",
  9274. "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",
  9275. "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",
  9276. "neos/swiftmailer": "<5.4.5",
  9277. "nesbot/carbon": "<2.72.6|>=3,<3.8.4",
  9278. "netcarver/textile": "<=4.1.2",
  9279. "netgen/tagsbundle": ">=3.4,<3.4.11|>=4,<4.0.15",
  9280. "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",
  9281. "nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13",
  9282. "nilsteampassnet/teampass": "<3.1.3.1-dev",
  9283. "nitsan/ns-backup": "<13.0.1",
  9284. "nonfiction/nterchange": "<4.1.1",
  9285. "notrinos/notrinos-erp": "<=0.7",
  9286. "noumo/easyii": "<=0.9",
  9287. "novaksolutions/infusionsoft-php-sdk": "<1",
  9288. "nukeviet/nukeviet": "<4.5.02",
  9289. "nyholm/psr7": "<1.6.1",
  9290. "nystudio107/craft-seomatic": "<3.4.12",
  9291. "nzedb/nzedb": "<0.8",
  9292. "nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1",
  9293. "october/backend": "<1.1.2",
  9294. "october/cms": "<1.0.469|==1.0.469|==1.0.471|==1.1.1",
  9295. "october/october": "<3.7.5",
  9296. "october/rain": "<1.0.472|>=1.1,<1.1.2",
  9297. "october/system": "<3.7.5",
  9298. "oliverklee/phpunit": "<3.5.15",
  9299. "omeka/omeka-s": "<4.0.3",
  9300. "onelogin/php-saml": "<2.10.4",
  9301. "oneup/uploader-bundle": ">=1,<1.9.3|>=2,<2.1.5",
  9302. "open-web-analytics/open-web-analytics": "<1.7.4",
  9303. "opencart/opencart": ">=0",
  9304. "openid/php-openid": "<2.3",
  9305. "openmage/magento-lts": "<20.12.3",
  9306. "opensolutions/vimbadmin": "<=3.0.15",
  9307. "opensource-workshop/connect-cms": "<1.8.7|>=2,<2.4.7",
  9308. "orchid/platform": ">=8,<14.43",
  9309. "oro/calendar-bundle": ">=4.2,<=4.2.6|>=5,<=5.0.6|>=5.1,<5.1.1",
  9310. "oro/commerce": ">=4.1,<5.0.11|>=5.1,<5.1.1",
  9311. "oro/crm": ">=1.7,<1.7.4|>=3.1,<4.1.17|>=4.2,<4.2.7",
  9312. "oro/crm-call-bundle": ">=4.2,<=4.2.5|>=5,<5.0.4|>=5.1,<5.1.1",
  9313. "oro/customer-portal": ">=4.1,<=4.1.13|>=4.2,<=4.2.10|>=5,<=5.0.11|>=5.1,<=5.1.3",
  9314. "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",
  9315. "oveleon/contao-cookiebar": "<1.16.3|>=2,<2.1.3",
  9316. "oxid-esales/oxideshop-ce": "<=7.0.5",
  9317. "oxid-esales/paymorrow-module": ">=1,<1.0.2|>=2,<2.0.1",
  9318. "packbackbooks/lti-1-3-php-library": "<5",
  9319. "padraic/humbug_get_contents": "<1.1.2",
  9320. "pagarme/pagarme-php": "<3",
  9321. "pagekit/pagekit": "<=1.0.18",
  9322. "paragonie/ecc": "<2.0.1",
  9323. "paragonie/random_compat": "<2",
  9324. "passbolt/passbolt_api": "<4.6.2",
  9325. "paypal/adaptivepayments-sdk-php": "<=3.9.2",
  9326. "paypal/invoice-sdk-php": "<=3.9",
  9327. "paypal/merchant-sdk-php": "<3.12",
  9328. "paypal/permissions-sdk-php": "<=3.9.1",
  9329. "pear/archive_tar": "<1.4.14",
  9330. "pear/auth": "<1.2.4",
  9331. "pear/crypt_gpg": "<1.6.7",
  9332. "pear/http_request2": "<2.7",
  9333. "pear/pear": "<=1.10.1",
  9334. "pegasus/google-for-jobs": "<1.5.1|>=2,<2.1.1",
  9335. "personnummer/personnummer": "<3.0.2",
  9336. "phanan/koel": "<5.1.4",
  9337. "phenx/php-svg-lib": "<0.5.2",
  9338. "php-censor/php-censor": "<2.0.13|>=2.1,<2.1.5",
  9339. "php-mod/curl": "<2.3.2",
  9340. "phpbb/phpbb": "<3.3.11",
  9341. "phpems/phpems": ">=6,<=6.1.3",
  9342. "phpfastcache/phpfastcache": "<6.1.5|>=7,<7.1.2|>=8,<8.0.7",
  9343. "phpmailer/phpmailer": "<6.5",
  9344. "phpmussel/phpmussel": ">=1,<1.6",
  9345. "phpmyadmin/phpmyadmin": "<5.2.2",
  9346. "phpmyfaq/phpmyfaq": "<3.2.5|==3.2.5|>=3.2.10,<=4.0.1",
  9347. "phpoffice/common": "<0.2.9",
  9348. "phpoffice/math": "<=0.2",
  9349. "phpoffice/phpexcel": "<=1.8.2",
  9350. "phpoffice/phpspreadsheet": "<1.30|>=2,<2.1.12|>=2.2,<2.4|>=3,<3.10|>=4,<5",
  9351. "phpseclib/phpseclib": "<2.0.47|>=3,<3.0.36",
  9352. "phpservermon/phpservermon": "<3.6",
  9353. "phpsysinfo/phpsysinfo": "<3.4.3",
  9354. "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
  9355. "phpwhois/phpwhois": "<=4.2.5",
  9356. "phpxmlrpc/extras": "<0.6.1",
  9357. "phpxmlrpc/phpxmlrpc": "<4.9.2",
  9358. "pi/pi": "<=2.5",
  9359. "pimcore/admin-ui-classic-bundle": "<1.7.6",
  9360. "pimcore/customer-management-framework-bundle": "<4.2.1",
  9361. "pimcore/data-hub": "<1.2.4",
  9362. "pimcore/data-importer": "<1.8.9|>=1.9,<1.9.3",
  9363. "pimcore/demo": "<10.3",
  9364. "pimcore/ecommerce-framework-bundle": "<1.0.10",
  9365. "pimcore/perspective-editor": "<1.5.1",
  9366. "pimcore/pimcore": "<11.5.4",
  9367. "piwik/piwik": "<1.11",
  9368. "pixelfed/pixelfed": "<0.12.5",
  9369. "plotly/plotly.js": "<2.25.2",
  9370. "pocketmine/bedrock-protocol": "<8.0.2",
  9371. "pocketmine/pocketmine-mp": "<5.32.1",
  9372. "pocketmine/raklib": ">=0.14,<0.14.6|>=0.15,<0.15.1",
  9373. "pressbooks/pressbooks": "<5.18",
  9374. "prestashop/autoupgrade": ">=4,<4.10.1",
  9375. "prestashop/blockreassurance": "<=5.1.3",
  9376. "prestashop/blockwishlist": ">=2,<2.1.1",
  9377. "prestashop/contactform": ">=1.0.1,<4.3",
  9378. "prestashop/gamification": "<2.3.2",
  9379. "prestashop/prestashop": "<8.2.3",
  9380. "prestashop/productcomments": "<5.0.2",
  9381. "prestashop/ps_contactinfo": "<=3.3.2",
  9382. "prestashop/ps_emailsubscription": "<2.6.1",
  9383. "prestashop/ps_facetedsearch": "<3.4.1",
  9384. "prestashop/ps_linklist": "<3.1",
  9385. "privatebin/privatebin": "<1.4|>=1.5,<1.7.4",
  9386. "processwire/processwire": "<=3.0.229",
  9387. "propel/propel": ">=2.0.0.0-alpha1,<=2.0.0.0-alpha7",
  9388. "propel/propel1": ">=1,<=1.7.1",
  9389. "pterodactyl/panel": "<=1.11.10",
  9390. "ptheofan/yii2-statemachine": ">=2.0.0.0-RC1-dev,<=2",
  9391. "ptrofimov/beanstalk_console": "<1.7.14",
  9392. "pubnub/pubnub": "<6.1",
  9393. "punktde/pt_extbase": "<1.5.1",
  9394. "pusher/pusher-php-server": "<2.2.1",
  9395. "pwweb/laravel-core": "<=0.3.6.0-beta",
  9396. "pxlrbt/filament-excel": "<1.1.14|>=2.0.0.0-alpha,<2.3.3",
  9397. "pyrocms/pyrocms": "<=3.9.1",
  9398. "qcubed/qcubed": "<=3.1.1",
  9399. "quickapps/cms": "<=2.0.0.0-beta2",
  9400. "rainlab/blog-plugin": "<1.4.1",
  9401. "rainlab/debugbar-plugin": "<3.1",
  9402. "rainlab/user-plugin": "<=1.4.5",
  9403. "rankmath/seo-by-rank-math": "<=1.0.95",
  9404. "rap2hpoutre/laravel-log-viewer": "<0.13",
  9405. "react/http": ">=0.7,<1.9",
  9406. "really-simple-plugins/complianz-gdpr": "<6.4.2",
  9407. "redaxo/source": "<5.18.3",
  9408. "remdex/livehelperchat": "<4.29",
  9409. "renolit/reint-downloadmanager": "<4.0.2|>=5,<5.0.1",
  9410. "reportico-web/reportico": "<=8.1",
  9411. "rhukster/dom-sanitizer": "<1.0.7",
  9412. "rmccue/requests": ">=1.6,<1.8",
  9413. "robrichards/xmlseclibs": ">=1,<3.0.4",
  9414. "roots/soil": "<4.1",
  9415. "roundcube/roundcubemail": "<1.5.10|>=1.6,<1.6.11",
  9416. "rudloff/alltube": "<3.0.3",
  9417. "rudloff/rtmpdump-bin": "<=2.3.1",
  9418. "s-cart/core": "<6.9",
  9419. "s-cart/s-cart": "<6.9",
  9420. "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",
  9421. "sabre/dav": ">=1.6,<1.7.11|>=1.8,<1.8.9",
  9422. "samwilson/unlinked-wikibase": "<1.42",
  9423. "scheb/two-factor-bundle": "<3.26|>=4,<4.11",
  9424. "sensiolabs/connect": "<4.2.3",
  9425. "serluck/phpwhois": "<=4.2.6",
  9426. "setasign/fpdi": "<2.6.4",
  9427. "sfroemken/url_redirect": "<=1.2.1",
  9428. "sheng/yiicms": "<1.2.1",
  9429. "shopware/core": "<6.5.8.18-dev|>=6.6,<6.6.10.3-dev|>=6.7,<6.7.2.1-dev",
  9430. "shopware/platform": "<=6.6.10.4|>=6.7.0.0-RC1-dev,<6.7.0.0-RC2-dev",
  9431. "shopware/production": "<=6.3.5.2",
  9432. "shopware/shopware": "<=5.7.17|>=6.7,<6.7.2.1-dev",
  9433. "shopware/storefront": "<=6.4.8.1|>=6.5.8,<6.5.8.7-dev",
  9434. "shopxo/shopxo": "<=6.4",
  9435. "showdoc/showdoc": "<2.10.4",
  9436. "shuchkin/simplexlsx": ">=1.0.12,<1.1.13",
  9437. "silverstripe-australia/advancedreports": ">=1,<=2",
  9438. "silverstripe/admin": "<1.13.19|>=2,<2.1.8",
  9439. "silverstripe/assets": ">=1,<1.11.1",
  9440. "silverstripe/cms": "<4.11.3",
  9441. "silverstripe/comments": ">=1.3,<3.1.1",
  9442. "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
  9443. "silverstripe/framework": "<5.3.23",
  9444. "silverstripe/graphql": ">=2,<2.0.5|>=3,<3.8.2|>=4,<4.3.7|>=5,<5.1.3",
  9445. "silverstripe/hybridsessions": ">=1,<2.4.1|>=2.5,<2.5.1",
  9446. "silverstripe/recipe-cms": ">=4.5,<4.5.3",
  9447. "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
  9448. "silverstripe/reports": "<5.2.3",
  9449. "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4|>=2.1,<2.1.2",
  9450. "silverstripe/silverstripe-omnipay": "<2.5.2|>=3,<3.0.2|>=3.1,<3.1.4|>=3.2,<3.2.1",
  9451. "silverstripe/subsites": ">=2,<2.6.1",
  9452. "silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1",
  9453. "silverstripe/userforms": "<3|>=5,<5.4.2",
  9454. "silverstripe/versioned-admin": ">=1,<1.11.1",
  9455. "simogeo/filemanager": "<=2.5",
  9456. "simple-updates/phpwhois": "<=1",
  9457. "simplesamlphp/saml2": "<=4.16.15|>=5.0.0.0-alpha1,<=5.0.0.0-alpha19",
  9458. "simplesamlphp/saml2-legacy": "<=4.16.15",
  9459. "simplesamlphp/simplesamlphp": "<1.18.6",
  9460. "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
  9461. "simplesamlphp/simplesamlphp-module-openid": "<1",
  9462. "simplesamlphp/simplesamlphp-module-openidprovider": "<0.9",
  9463. "simplesamlphp/xml-common": "<1.20",
  9464. "simplesamlphp/xml-security": "==1.6.11",
  9465. "simplito/elliptic-php": "<1.0.6",
  9466. "sitegeist/fluid-components": "<3.5",
  9467. "sjbr/sr-feuser-register": "<2.6.2|>=5.1,<12.5",
  9468. "sjbr/sr-freecap": "<2.4.6|>=2.5,<2.5.3",
  9469. "sjbr/static-info-tables": "<2.3.1",
  9470. "slim/psr7": "<1.4.1|>=1.5,<1.5.1|>=1.6,<1.6.1",
  9471. "slim/slim": "<2.6",
  9472. "slub/slub-events": "<3.0.3",
  9473. "smarty/smarty": "<4.5.3|>=5,<5.1.1",
  9474. "snipe/snipe-it": "<8.1",
  9475. "socalnick/scn-social-auth": "<1.15.2",
  9476. "socialiteproviders/steam": "<1.1",
  9477. "solspace/craft-freeform": ">=5,<5.10.16",
  9478. "soosyze/soosyze": "<=2",
  9479. "spatie/browsershot": "<5.0.5",
  9480. "spatie/image-optimizer": "<1.7.3",
  9481. "spencer14420/sp-php-email-handler": "<1",
  9482. "spipu/html2pdf": "<5.2.8",
  9483. "spoon/library": "<1.4.1",
  9484. "spoonity/tcpdf": "<6.2.22",
  9485. "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
  9486. "ssddanbrown/bookstack": "<24.05.1",
  9487. "starcitizentools/citizen-skin": ">=1.9.4,<3.4",
  9488. "starcitizentools/short-description": ">=4,<4.0.1",
  9489. "starcitizentools/tabber-neue": ">=1.9.1,<2.7.2|>=3,<3.1.1",
  9490. "statamic/cms": "<=5.16",
  9491. "stormpath/sdk": "<9.9.99",
  9492. "studio-42/elfinder": "<=2.1.64",
  9493. "studiomitte/friendlycaptcha": "<0.1.4",
  9494. "subhh/libconnect": "<7.0.8|>=8,<8.1",
  9495. "sukohi/surpass": "<1",
  9496. "sulu/form-bundle": ">=2,<2.5.3",
  9497. "sulu/sulu": "<1.6.44|>=2,<2.5.25|>=2.6,<2.6.9|>=3.0.0.0-alpha1,<3.0.0.0-alpha3",
  9498. "sumocoders/framework-user-bundle": "<1.4",
  9499. "superbig/craft-audit": "<3.0.2",
  9500. "svewap/a21glossary": "<=0.4.10",
  9501. "swag/paypal": "<5.4.4",
  9502. "swiftmailer/swiftmailer": "<6.2.5",
  9503. "swiftyedit/swiftyedit": "<1.2",
  9504. "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
  9505. "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",
  9506. "sylius/grid-bundle": "<1.10.1",
  9507. "sylius/paypal-plugin": "<1.6.2|>=1.7,<1.7.2|>=2,<2.0.2",
  9508. "sylius/resource-bundle": ">=1,<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4",
  9509. "sylius/sylius": "<1.12.19|>=1.13.0.0-alpha1,<1.13.4",
  9510. "symbiote/silverstripe-multivaluefield": ">=3,<3.1",
  9511. "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",
  9512. "symbiote/silverstripe-seed": "<6.0.3",
  9513. "symbiote/silverstripe-versionedfiles": "<=2.0.3",
  9514. "symfont/process": ">=0",
  9515. "symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
  9516. "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",
  9517. "symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4",
  9518. "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",
  9519. "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",
  9520. "symfony/http-client": ">=4.3,<5.4.47|>=6,<6.4.15|>=7,<7.1.8",
  9521. "symfony/http-foundation": "<5.4.46|>=6,<6.4.14|>=7,<7.1.7",
  9522. "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",
  9523. "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
  9524. "symfony/maker-bundle": ">=1.27,<1.29.2|>=1.30,<1.31.1",
  9525. "symfony/mime": ">=4.3,<4.3.8",
  9526. "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
  9527. "symfony/polyfill": ">=1,<1.10",
  9528. "symfony/polyfill-php55": ">=1,<1.10",
  9529. "symfony/process": "<5.4.46|>=6,<6.4.14|>=7,<7.1.7",
  9530. "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",
  9531. "symfony/routing": ">=2,<2.0.19",
  9532. "symfony/runtime": ">=5.3,<5.4.46|>=6,<6.4.14|>=7,<7.1.7",
  9533. "symfony/security": ">=2,<2.7.51|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.8",
  9534. "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",
  9535. "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",
  9536. "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",
  9537. "symfony/security-guard": ">=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8",
  9538. "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",
  9539. "symfony/serializer": ">=2,<2.0.11|>=4.1,<4.4.35|>=5,<5.3.12",
  9540. "symfony/symfony": "<5.4.47|>=6,<6.4.15|>=7,<7.1.8",
  9541. "symfony/translation": ">=2,<2.0.17",
  9542. "symfony/twig-bridge": ">=2,<4.4.51|>=5,<5.4.31|>=6,<6.3.8",
  9543. "symfony/ux-autocomplete": "<2.11.2",
  9544. "symfony/ux-live-component": "<2.25.1",
  9545. "symfony/ux-twig-component": "<2.25.1",
  9546. "symfony/validator": "<5.4.43|>=6,<6.4.11|>=7,<7.1.4",
  9547. "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
  9548. "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
  9549. "symfony/webhook": ">=6.3,<6.3.8",
  9550. "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7|>=2.2.0.0-beta1,<2.2.0.0-beta2",
  9551. "symphonycms/symphony-2": "<2.6.4",
  9552. "t3/dce": "<0.11.5|>=2.2,<2.6.2",
  9553. "t3g/svg-sanitizer": "<1.0.3",
  9554. "t3s/content-consent": "<1.0.3|>=2,<2.0.2",
  9555. "tastyigniter/tastyigniter": "<4",
  9556. "tcg/voyager": "<=1.8",
  9557. "tecnickcom/tc-lib-pdf-font": "<2.6.4",
  9558. "tecnickcom/tcpdf": "<6.8",
  9559. "terminal42/contao-tablelookupwizard": "<3.3.5",
  9560. "thelia/backoffice-default-template": ">=2.1,<2.1.2",
  9561. "thelia/thelia": ">=2.1,<2.1.3",
  9562. "theonedemon/phpwhois": "<=4.2.5",
  9563. "thinkcmf/thinkcmf": "<6.0.8",
  9564. "thorsten/phpmyfaq": "<=4.0.1",
  9565. "tikiwiki/tiki-manager": "<=17.1",
  9566. "timber/timber": ">=0.16.6,<1.23.1|>=1.24,<1.24.1|>=2,<2.1",
  9567. "tinymce/tinymce": "<7.2",
  9568. "tinymighty/wiki-seo": "<1.2.2",
  9569. "titon/framework": "<9.9.99",
  9570. "tltneon/lgsl": "<7",
  9571. "tobiasbg/tablepress": "<=2.0.0.0-RC1",
  9572. "topthink/framework": "<6.0.17|>=6.1,<=8.0.4",
  9573. "topthink/think": "<=6.1.1",
  9574. "topthink/thinkphp": "<=3.2.3|>=6.1.3,<=8.0.4",
  9575. "torrentpier/torrentpier": "<=2.4.3",
  9576. "tpwd/ke_search": "<4.0.3|>=4.1,<4.6.6|>=5,<5.0.2",
  9577. "tribalsystems/zenario": "<=9.7.61188",
  9578. "truckersmp/phpwhois": "<=4.3.1",
  9579. "ttskch/pagination-service-provider": "<1",
  9580. "twbs/bootstrap": "<3.4.1|>=4,<=4.6.2",
  9581. "twig/twig": "<3.11.2|>=3.12,<3.14.1|>=3.16,<3.19",
  9582. "typo3/cms": "<9.5.29|>=10,<10.4.35|>=11,<11.5.23|>=12,<12.2",
  9583. "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.55|>=10,<10.4.54|>=11,<11.5.48|>=12,<12.4.37|>=13,<13.4.18",
  9584. "typo3/cms-belog": ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
  9585. "typo3/cms-beuser": ">=9,<9.5.55|>=10,<10.4.54|>=11,<11.5.48|>=12,<12.4.37|>=13,<13.4.18",
  9586. "typo3/cms-core": "<=8.7.56|>=9,<9.5.55|>=10,<10.4.54|>=11,<11.5.48|>=12,<12.4.37|>=13,<13.4.18",
  9587. "typo3/cms-dashboard": ">=10,<10.4.54|>=11,<11.5.48|>=12,<12.4.37|>=13,<13.4.18",
  9588. "typo3/cms-extbase": "<6.2.24|>=7,<7.6.8|==8.1.1",
  9589. "typo3/cms-extensionmanager": ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
  9590. "typo3/cms-felogin": ">=4.2,<4.2.3",
  9591. "typo3/cms-fluid": "<4.3.4|>=4.4,<4.4.1",
  9592. "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",
  9593. "typo3/cms-frontend": "<4.3.9|>=4.4,<4.4.5",
  9594. "typo3/cms-indexed-search": ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
  9595. "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",
  9596. "typo3/cms-lowlevel": ">=11,<=11.5.41",
  9597. "typo3/cms-recordlist": ">=11,<11.5.48",
  9598. "typo3/cms-recycler": ">=9,<9.5.55|>=10,<10.4.54|>=11,<11.5.48|>=12,<12.4.37|>=13,<13.4.18",
  9599. "typo3/cms-rte-ckeditor": ">=9.5,<9.5.42|>=10,<10.4.39|>=11,<11.5.30",
  9600. "typo3/cms-scheduler": ">=11,<=11.5.41",
  9601. "typo3/cms-setup": ">=9,<=9.5.50|>=10,<=10.4.49|>=11,<=11.5.43|>=12,<=12.4.30|>=13,<=13.4.11",
  9602. "typo3/cms-webhooks": ">=12,<=12.4.30|>=13,<=13.4.11",
  9603. "typo3/cms-workspaces": ">=9,<9.5.55|>=10,<10.4.54|>=11,<11.5.48|>=12,<12.4.37|>=13,<13.4.18",
  9604. "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",
  9605. "typo3/html-sanitizer": ">=1,<=1.5.2|>=2,<=2.1.3",
  9606. "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",
  9607. "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
  9608. "typo3/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5",
  9609. "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",
  9610. "ua-parser/uap-php": "<3.8",
  9611. "uasoft-indonesia/badaso": "<=2.9.7",
  9612. "unisharp/laravel-filemanager": "<2.9.1",
  9613. "universal-omega/dynamic-page-list3": "<3.6.4",
  9614. "unopim/unopim": "<=0.3",
  9615. "userfrosting/userfrosting": ">=0.3.1,<4.6.3",
  9616. "usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
  9617. "uvdesk/community-skeleton": "<=1.1.1",
  9618. "uvdesk/core-framework": "<=1.1.1",
  9619. "vanilla/safecurl": "<0.9.2",
  9620. "verbb/comments": "<1.5.5",
  9621. "verbb/formie": "<=2.1.43",
  9622. "verbb/image-resizer": "<2.0.9",
  9623. "verbb/knock-knock": "<1.2.8",
  9624. "verot/class.upload.php": "<=2.1.6",
  9625. "vertexvaar/falsftp": "<0.2.6",
  9626. "villagedefrance/opencart-overclocked": "<=1.11.1",
  9627. "vova07/yii2-fileapi-widget": "<0.1.9",
  9628. "vrana/adminer": "<=4.8.1",
  9629. "vufind/vufind": ">=2,<9.1.1",
  9630. "waldhacker/hcaptcha": "<2.1.2",
  9631. "wallabag/tcpdf": "<6.2.22",
  9632. "wallabag/wallabag": "<2.6.11",
  9633. "wanglelecc/laracms": "<=1.0.3",
  9634. "wapplersystems/a21glossary": "<=0.4.10",
  9635. "web-auth/webauthn-framework": ">=3.3,<3.3.4|>=4.5,<4.9",
  9636. "web-auth/webauthn-lib": ">=4.5,<4.9",
  9637. "web-feet/coastercms": "==5.5",
  9638. "web-tp3/wec_map": "<3.0.3",
  9639. "webbuilders-group/silverstripe-kapost-bridge": "<0.4",
  9640. "webcoast/deferred-image-processing": "<1.0.2",
  9641. "webklex/laravel-imap": "<5.3",
  9642. "webklex/php-imap": "<5.3",
  9643. "webpa/webpa": "<3.1.2",
  9644. "wikibase/wikibase": "<=1.39.3",
  9645. "wikimedia/parsoid": "<0.12.2",
  9646. "willdurand/js-translation-bundle": "<2.1.1",
  9647. "winter/wn-backend-module": "<1.2.4",
  9648. "winter/wn-cms-module": "<1.0.476|>=1.1,<1.1.11|>=1.2,<1.2.7",
  9649. "winter/wn-dusk-plugin": "<2.1",
  9650. "winter/wn-system-module": "<1.2.4",
  9651. "wintercms/winter": "<=1.2.3",
  9652. "wireui/wireui": "<1.19.3|>=2,<2.1.3",
  9653. "woocommerce/woocommerce": "<6.6|>=8.8,<8.8.5|>=8.9,<8.9.3",
  9654. "wp-cli/wp-cli": ">=0.12,<2.5",
  9655. "wp-graphql/wp-graphql": "<=1.14.5",
  9656. "wp-premium/gravityforms": "<2.4.21",
  9657. "wpanel/wpanel4-cms": "<=4.3.1",
  9658. "wpcloud/wp-stateless": "<3.2",
  9659. "wpglobus/wpglobus": "<=1.9.6",
  9660. "wwbn/avideo": "<14.3",
  9661. "xataface/xataface": "<3",
  9662. "xpressengine/xpressengine": "<3.0.15",
  9663. "yab/quarx": "<2.4.5",
  9664. "yeswiki/yeswiki": "<=4.5.4",
  9665. "yetiforce/yetiforce-crm": "<6.5",
  9666. "yidashi/yii2cmf": "<=2",
  9667. "yii2mod/yii2-cms": "<1.9.2",
  9668. "yiisoft/yii": "<1.1.31",
  9669. "yiisoft/yii2": "<2.0.52",
  9670. "yiisoft/yii2-authclient": "<2.2.15",
  9671. "yiisoft/yii2-bootstrap": "<2.0.4",
  9672. "yiisoft/yii2-dev": "<=2.0.45",
  9673. "yiisoft/yii2-elasticsearch": "<2.0.5",
  9674. "yiisoft/yii2-gii": "<=2.2.4",
  9675. "yiisoft/yii2-jui": "<2.0.4",
  9676. "yiisoft/yii2-redis": "<2.0.20",
  9677. "yikesinc/yikes-inc-easy-mailchimp-extender": "<6.8.6",
  9678. "yoast-seo-for-typo3/yoast_seo": "<7.2.3",
  9679. "yourls/yourls": "<=1.8.2",
  9680. "yuan1994/tpadmin": "<=1.3.12",
  9681. "z-push/z-push-dev": "<2.7.6",
  9682. "zencart/zencart": "<=1.5.7.0-beta",
  9683. "zendesk/zendesk_api_client_php": "<2.2.11",
  9684. "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
  9685. "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
  9686. "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
  9687. "zendframework/zend-db": "<2.2.10|>=2.3,<2.3.5",
  9688. "zendframework/zend-developer-tools": ">=1.2.2,<1.2.3",
  9689. "zendframework/zend-diactoros": "<1.8.4",
  9690. "zendframework/zend-feed": "<2.10.3",
  9691. "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
  9692. "zendframework/zend-http": "<2.8.1",
  9693. "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
  9694. "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
  9695. "zendframework/zend-mail": "<2.4.11|>=2.5,<2.7.2",
  9696. "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
  9697. "zendframework/zend-session": ">=2,<2.2.9|>=2.3,<2.3.4",
  9698. "zendframework/zend-validator": ">=2.3,<2.3.6",
  9699. "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
  9700. "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
  9701. "zendframework/zendframework": "<=3",
  9702. "zendframework/zendframework1": "<1.12.20",
  9703. "zendframework/zendopenid": "<2.0.2",
  9704. "zendframework/zendrest": "<2.0.2",
  9705. "zendframework/zendservice-amazon": "<2.0.3",
  9706. "zendframework/zendservice-api": "<1",
  9707. "zendframework/zendservice-audioscrobbler": "<2.0.2",
  9708. "zendframework/zendservice-nirvanix": "<2.0.2",
  9709. "zendframework/zendservice-slideshare": "<2.0.2",
  9710. "zendframework/zendservice-technorati": "<2.0.2",
  9711. "zendframework/zendservice-windowsazure": "<2.0.2",
  9712. "zendframework/zendxml": ">=1,<1.0.1",
  9713. "zenstruck/collection": "<0.2.1",
  9714. "zetacomponents/mail": "<1.8.2",
  9715. "zf-commons/zfc-user": "<1.2.2",
  9716. "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
  9717. "zfr/zfr-oauth2-server-module": "<0.1.2",
  9718. "zoujingli/thinkadmin": "<=6.1.53"
  9719. },
  9720. "type": "metapackage",
  9721. "notification-url": "https://packagist.org/downloads/",
  9722. "license": [
  9723. "MIT"
  9724. ],
  9725. "authors": [
  9726. {
  9727. "name": "Marco Pivetta",
  9728. "email": "ocramius@gmail.com",
  9729. "role": "maintainer"
  9730. },
  9731. {
  9732. "name": "Ilya Tribusean",
  9733. "email": "slash3b@gmail.com",
  9734. "role": "maintainer"
  9735. }
  9736. ],
  9737. "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
  9738. "keywords": [
  9739. "dev"
  9740. ],
  9741. "support": {
  9742. "issues": "https://github.com/Roave/SecurityAdvisories/issues",
  9743. "source": "https://github.com/Roave/SecurityAdvisories/tree/latest"
  9744. },
  9745. "funding": [
  9746. {
  9747. "url": "https://github.com/Ocramius",
  9748. "type": "github"
  9749. },
  9750. {
  9751. "url": "https://tidelift.com/funding/github/packagist/roave/security-advisories",
  9752. "type": "tidelift"
  9753. }
  9754. ],
  9755. "time": "2025-09-16T20:05:44+00:00"
  9756. },
  9757. {
  9758. "name": "sebastian/cli-parser",
  9759. "version": "4.2.0",
  9760. "source": {
  9761. "type": "git",
  9762. "url": "https://github.com/sebastianbergmann/cli-parser.git",
  9763. "reference": "90f41072d220e5c40df6e8635f5dafba2d9d4d04"
  9764. },
  9765. "dist": {
  9766. "type": "zip",
  9767. "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/90f41072d220e5c40df6e8635f5dafba2d9d4d04",
  9768. "reference": "90f41072d220e5c40df6e8635f5dafba2d9d4d04",
  9769. "shasum": ""
  9770. },
  9771. "require": {
  9772. "php": ">=8.3"
  9773. },
  9774. "require-dev": {
  9775. "phpunit/phpunit": "^12.0"
  9776. },
  9777. "type": "library",
  9778. "extra": {
  9779. "branch-alias": {
  9780. "dev-main": "4.2-dev"
  9781. }
  9782. },
  9783. "autoload": {
  9784. "classmap": [
  9785. "src/"
  9786. ]
  9787. },
  9788. "notification-url": "https://packagist.org/downloads/",
  9789. "license": [
  9790. "BSD-3-Clause"
  9791. ],
  9792. "authors": [
  9793. {
  9794. "name": "Sebastian Bergmann",
  9795. "email": "sebastian@phpunit.de",
  9796. "role": "lead"
  9797. }
  9798. ],
  9799. "description": "Library for parsing CLI options",
  9800. "homepage": "https://github.com/sebastianbergmann/cli-parser",
  9801. "support": {
  9802. "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
  9803. "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
  9804. "source": "https://github.com/sebastianbergmann/cli-parser/tree/4.2.0"
  9805. },
  9806. "funding": [
  9807. {
  9808. "url": "https://github.com/sebastianbergmann",
  9809. "type": "github"
  9810. },
  9811. {
  9812. "url": "https://liberapay.com/sebastianbergmann",
  9813. "type": "liberapay"
  9814. },
  9815. {
  9816. "url": "https://thanks.dev/u/gh/sebastianbergmann",
  9817. "type": "thanks_dev"
  9818. },
  9819. {
  9820. "url": "https://tidelift.com/funding/github/packagist/sebastian/cli-parser",
  9821. "type": "tidelift"
  9822. }
  9823. ],
  9824. "time": "2025-09-14T09:36:45+00:00"
  9825. },
  9826. {
  9827. "name": "sebastian/comparator",
  9828. "version": "7.1.3",
  9829. "source": {
  9830. "type": "git",
  9831. "url": "https://github.com/sebastianbergmann/comparator.git",
  9832. "reference": "dc904b4bb3ab070865fa4068cd84f3da8b945148"
  9833. },
  9834. "dist": {
  9835. "type": "zip",
  9836. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/dc904b4bb3ab070865fa4068cd84f3da8b945148",
  9837. "reference": "dc904b4bb3ab070865fa4068cd84f3da8b945148",
  9838. "shasum": ""
  9839. },
  9840. "require": {
  9841. "ext-dom": "*",
  9842. "ext-mbstring": "*",
  9843. "php": ">=8.3",
  9844. "sebastian/diff": "^7.0",
  9845. "sebastian/exporter": "^7.0"
  9846. },
  9847. "require-dev": {
  9848. "phpunit/phpunit": "^12.2"
  9849. },
  9850. "suggest": {
  9851. "ext-bcmath": "For comparing BcMath\\Number objects"
  9852. },
  9853. "type": "library",
  9854. "extra": {
  9855. "branch-alias": {
  9856. "dev-main": "7.1-dev"
  9857. }
  9858. },
  9859. "autoload": {
  9860. "classmap": [
  9861. "src/"
  9862. ]
  9863. },
  9864. "notification-url": "https://packagist.org/downloads/",
  9865. "license": [
  9866. "BSD-3-Clause"
  9867. ],
  9868. "authors": [
  9869. {
  9870. "name": "Sebastian Bergmann",
  9871. "email": "sebastian@phpunit.de"
  9872. },
  9873. {
  9874. "name": "Jeff Welch",
  9875. "email": "whatthejeff@gmail.com"
  9876. },
  9877. {
  9878. "name": "Volker Dusch",
  9879. "email": "github@wallbash.com"
  9880. },
  9881. {
  9882. "name": "Bernhard Schussek",
  9883. "email": "bschussek@2bepublished.at"
  9884. }
  9885. ],
  9886. "description": "Provides the functionality to compare PHP values for equality",
  9887. "homepage": "https://github.com/sebastianbergmann/comparator",
  9888. "keywords": [
  9889. "comparator",
  9890. "compare",
  9891. "equality"
  9892. ],
  9893. "support": {
  9894. "issues": "https://github.com/sebastianbergmann/comparator/issues",
  9895. "security": "https://github.com/sebastianbergmann/comparator/security/policy",
  9896. "source": "https://github.com/sebastianbergmann/comparator/tree/7.1.3"
  9897. },
  9898. "funding": [
  9899. {
  9900. "url": "https://github.com/sebastianbergmann",
  9901. "type": "github"
  9902. },
  9903. {
  9904. "url": "https://liberapay.com/sebastianbergmann",
  9905. "type": "liberapay"
  9906. },
  9907. {
  9908. "url": "https://thanks.dev/u/gh/sebastianbergmann",
  9909. "type": "thanks_dev"
  9910. },
  9911. {
  9912. "url": "https://tidelift.com/funding/github/packagist/sebastian/comparator",
  9913. "type": "tidelift"
  9914. }
  9915. ],
  9916. "time": "2025-08-20T11:27:00+00:00"
  9917. },
  9918. {
  9919. "name": "sebastian/complexity",
  9920. "version": "5.0.0",
  9921. "source": {
  9922. "type": "git",
  9923. "url": "https://github.com/sebastianbergmann/complexity.git",
  9924. "reference": "bad4316aba5303d0221f43f8cee37eb58d384bbb"
  9925. },
  9926. "dist": {
  9927. "type": "zip",
  9928. "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/bad4316aba5303d0221f43f8cee37eb58d384bbb",
  9929. "reference": "bad4316aba5303d0221f43f8cee37eb58d384bbb",
  9930. "shasum": ""
  9931. },
  9932. "require": {
  9933. "nikic/php-parser": "^5.0",
  9934. "php": ">=8.3"
  9935. },
  9936. "require-dev": {
  9937. "phpunit/phpunit": "^12.0"
  9938. },
  9939. "type": "library",
  9940. "extra": {
  9941. "branch-alias": {
  9942. "dev-main": "5.0-dev"
  9943. }
  9944. },
  9945. "autoload": {
  9946. "classmap": [
  9947. "src/"
  9948. ]
  9949. },
  9950. "notification-url": "https://packagist.org/downloads/",
  9951. "license": [
  9952. "BSD-3-Clause"
  9953. ],
  9954. "authors": [
  9955. {
  9956. "name": "Sebastian Bergmann",
  9957. "email": "sebastian@phpunit.de",
  9958. "role": "lead"
  9959. }
  9960. ],
  9961. "description": "Library for calculating the complexity of PHP code units",
  9962. "homepage": "https://github.com/sebastianbergmann/complexity",
  9963. "support": {
  9964. "issues": "https://github.com/sebastianbergmann/complexity/issues",
  9965. "security": "https://github.com/sebastianbergmann/complexity/security/policy",
  9966. "source": "https://github.com/sebastianbergmann/complexity/tree/5.0.0"
  9967. },
  9968. "funding": [
  9969. {
  9970. "url": "https://github.com/sebastianbergmann",
  9971. "type": "github"
  9972. }
  9973. ],
  9974. "time": "2025-02-07T04:55:25+00:00"
  9975. },
  9976. {
  9977. "name": "sebastian/diff",
  9978. "version": "7.0.0",
  9979. "source": {
  9980. "type": "git",
  9981. "url": "https://github.com/sebastianbergmann/diff.git",
  9982. "reference": "7ab1ea946c012266ca32390913653d844ecd085f"
  9983. },
  9984. "dist": {
  9985. "type": "zip",
  9986. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7ab1ea946c012266ca32390913653d844ecd085f",
  9987. "reference": "7ab1ea946c012266ca32390913653d844ecd085f",
  9988. "shasum": ""
  9989. },
  9990. "require": {
  9991. "php": ">=8.3"
  9992. },
  9993. "require-dev": {
  9994. "phpunit/phpunit": "^12.0",
  9995. "symfony/process": "^7.2"
  9996. },
  9997. "type": "library",
  9998. "extra": {
  9999. "branch-alias": {
  10000. "dev-main": "7.0-dev"
  10001. }
  10002. },
  10003. "autoload": {
  10004. "classmap": [
  10005. "src/"
  10006. ]
  10007. },
  10008. "notification-url": "https://packagist.org/downloads/",
  10009. "license": [
  10010. "BSD-3-Clause"
  10011. ],
  10012. "authors": [
  10013. {
  10014. "name": "Sebastian Bergmann",
  10015. "email": "sebastian@phpunit.de"
  10016. },
  10017. {
  10018. "name": "Kore Nordmann",
  10019. "email": "mail@kore-nordmann.de"
  10020. }
  10021. ],
  10022. "description": "Diff implementation",
  10023. "homepage": "https://github.com/sebastianbergmann/diff",
  10024. "keywords": [
  10025. "diff",
  10026. "udiff",
  10027. "unidiff",
  10028. "unified diff"
  10029. ],
  10030. "support": {
  10031. "issues": "https://github.com/sebastianbergmann/diff/issues",
  10032. "security": "https://github.com/sebastianbergmann/diff/security/policy",
  10033. "source": "https://github.com/sebastianbergmann/diff/tree/7.0.0"
  10034. },
  10035. "funding": [
  10036. {
  10037. "url": "https://github.com/sebastianbergmann",
  10038. "type": "github"
  10039. }
  10040. ],
  10041. "time": "2025-02-07T04:55:46+00:00"
  10042. },
  10043. {
  10044. "name": "sebastian/environment",
  10045. "version": "8.0.3",
  10046. "source": {
  10047. "type": "git",
  10048. "url": "https://github.com/sebastianbergmann/environment.git",
  10049. "reference": "24a711b5c916efc6d6e62aa65aa2ec98fef77f68"
  10050. },
  10051. "dist": {
  10052. "type": "zip",
  10053. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/24a711b5c916efc6d6e62aa65aa2ec98fef77f68",
  10054. "reference": "24a711b5c916efc6d6e62aa65aa2ec98fef77f68",
  10055. "shasum": ""
  10056. },
  10057. "require": {
  10058. "php": ">=8.3"
  10059. },
  10060. "require-dev": {
  10061. "phpunit/phpunit": "^12.0"
  10062. },
  10063. "suggest": {
  10064. "ext-posix": "*"
  10065. },
  10066. "type": "library",
  10067. "extra": {
  10068. "branch-alias": {
  10069. "dev-main": "8.0-dev"
  10070. }
  10071. },
  10072. "autoload": {
  10073. "classmap": [
  10074. "src/"
  10075. ]
  10076. },
  10077. "notification-url": "https://packagist.org/downloads/",
  10078. "license": [
  10079. "BSD-3-Clause"
  10080. ],
  10081. "authors": [
  10082. {
  10083. "name": "Sebastian Bergmann",
  10084. "email": "sebastian@phpunit.de"
  10085. }
  10086. ],
  10087. "description": "Provides functionality to handle HHVM/PHP environments",
  10088. "homepage": "https://github.com/sebastianbergmann/environment",
  10089. "keywords": [
  10090. "Xdebug",
  10091. "environment",
  10092. "hhvm"
  10093. ],
  10094. "support": {
  10095. "issues": "https://github.com/sebastianbergmann/environment/issues",
  10096. "security": "https://github.com/sebastianbergmann/environment/security/policy",
  10097. "source": "https://github.com/sebastianbergmann/environment/tree/8.0.3"
  10098. },
  10099. "funding": [
  10100. {
  10101. "url": "https://github.com/sebastianbergmann",
  10102. "type": "github"
  10103. },
  10104. {
  10105. "url": "https://liberapay.com/sebastianbergmann",
  10106. "type": "liberapay"
  10107. },
  10108. {
  10109. "url": "https://thanks.dev/u/gh/sebastianbergmann",
  10110. "type": "thanks_dev"
  10111. },
  10112. {
  10113. "url": "https://tidelift.com/funding/github/packagist/sebastian/environment",
  10114. "type": "tidelift"
  10115. }
  10116. ],
  10117. "time": "2025-08-12T14:11:56+00:00"
  10118. },
  10119. {
  10120. "name": "sebastian/exporter",
  10121. "version": "7.0.0",
  10122. "source": {
  10123. "type": "git",
  10124. "url": "https://github.com/sebastianbergmann/exporter.git",
  10125. "reference": "76432aafc58d50691a00d86d0632f1217a47b688"
  10126. },
  10127. "dist": {
  10128. "type": "zip",
  10129. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/76432aafc58d50691a00d86d0632f1217a47b688",
  10130. "reference": "76432aafc58d50691a00d86d0632f1217a47b688",
  10131. "shasum": ""
  10132. },
  10133. "require": {
  10134. "ext-mbstring": "*",
  10135. "php": ">=8.3",
  10136. "sebastian/recursion-context": "^7.0"
  10137. },
  10138. "require-dev": {
  10139. "phpunit/phpunit": "^12.0"
  10140. },
  10141. "type": "library",
  10142. "extra": {
  10143. "branch-alias": {
  10144. "dev-main": "7.0-dev"
  10145. }
  10146. },
  10147. "autoload": {
  10148. "classmap": [
  10149. "src/"
  10150. ]
  10151. },
  10152. "notification-url": "https://packagist.org/downloads/",
  10153. "license": [
  10154. "BSD-3-Clause"
  10155. ],
  10156. "authors": [
  10157. {
  10158. "name": "Sebastian Bergmann",
  10159. "email": "sebastian@phpunit.de"
  10160. },
  10161. {
  10162. "name": "Jeff Welch",
  10163. "email": "whatthejeff@gmail.com"
  10164. },
  10165. {
  10166. "name": "Volker Dusch",
  10167. "email": "github@wallbash.com"
  10168. },
  10169. {
  10170. "name": "Adam Harvey",
  10171. "email": "aharvey@php.net"
  10172. },
  10173. {
  10174. "name": "Bernhard Schussek",
  10175. "email": "bschussek@gmail.com"
  10176. }
  10177. ],
  10178. "description": "Provides the functionality to export PHP variables for visualization",
  10179. "homepage": "https://www.github.com/sebastianbergmann/exporter",
  10180. "keywords": [
  10181. "export",
  10182. "exporter"
  10183. ],
  10184. "support": {
  10185. "issues": "https://github.com/sebastianbergmann/exporter/issues",
  10186. "security": "https://github.com/sebastianbergmann/exporter/security/policy",
  10187. "source": "https://github.com/sebastianbergmann/exporter/tree/7.0.0"
  10188. },
  10189. "funding": [
  10190. {
  10191. "url": "https://github.com/sebastianbergmann",
  10192. "type": "github"
  10193. }
  10194. ],
  10195. "time": "2025-02-07T04:56:42+00:00"
  10196. },
  10197. {
  10198. "name": "sebastian/global-state",
  10199. "version": "8.0.2",
  10200. "source": {
  10201. "type": "git",
  10202. "url": "https://github.com/sebastianbergmann/global-state.git",
  10203. "reference": "ef1377171613d09edd25b7816f05be8313f9115d"
  10204. },
  10205. "dist": {
  10206. "type": "zip",
  10207. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/ef1377171613d09edd25b7816f05be8313f9115d",
  10208. "reference": "ef1377171613d09edd25b7816f05be8313f9115d",
  10209. "shasum": ""
  10210. },
  10211. "require": {
  10212. "php": ">=8.3",
  10213. "sebastian/object-reflector": "^5.0",
  10214. "sebastian/recursion-context": "^7.0"
  10215. },
  10216. "require-dev": {
  10217. "ext-dom": "*",
  10218. "phpunit/phpunit": "^12.0"
  10219. },
  10220. "type": "library",
  10221. "extra": {
  10222. "branch-alias": {
  10223. "dev-main": "8.0-dev"
  10224. }
  10225. },
  10226. "autoload": {
  10227. "classmap": [
  10228. "src/"
  10229. ]
  10230. },
  10231. "notification-url": "https://packagist.org/downloads/",
  10232. "license": [
  10233. "BSD-3-Clause"
  10234. ],
  10235. "authors": [
  10236. {
  10237. "name": "Sebastian Bergmann",
  10238. "email": "sebastian@phpunit.de"
  10239. }
  10240. ],
  10241. "description": "Snapshotting of global state",
  10242. "homepage": "https://www.github.com/sebastianbergmann/global-state",
  10243. "keywords": [
  10244. "global state"
  10245. ],
  10246. "support": {
  10247. "issues": "https://github.com/sebastianbergmann/global-state/issues",
  10248. "security": "https://github.com/sebastianbergmann/global-state/security/policy",
  10249. "source": "https://github.com/sebastianbergmann/global-state/tree/8.0.2"
  10250. },
  10251. "funding": [
  10252. {
  10253. "url": "https://github.com/sebastianbergmann",
  10254. "type": "github"
  10255. },
  10256. {
  10257. "url": "https://liberapay.com/sebastianbergmann",
  10258. "type": "liberapay"
  10259. },
  10260. {
  10261. "url": "https://thanks.dev/u/gh/sebastianbergmann",
  10262. "type": "thanks_dev"
  10263. },
  10264. {
  10265. "url": "https://tidelift.com/funding/github/packagist/sebastian/global-state",
  10266. "type": "tidelift"
  10267. }
  10268. ],
  10269. "time": "2025-08-29T11:29:25+00:00"
  10270. },
  10271. {
  10272. "name": "sebastian/lines-of-code",
  10273. "version": "4.0.0",
  10274. "source": {
  10275. "type": "git",
  10276. "url": "https://github.com/sebastianbergmann/lines-of-code.git",
  10277. "reference": "97ffee3bcfb5805568d6af7f0f893678fc076d2f"
  10278. },
  10279. "dist": {
  10280. "type": "zip",
  10281. "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/97ffee3bcfb5805568d6af7f0f893678fc076d2f",
  10282. "reference": "97ffee3bcfb5805568d6af7f0f893678fc076d2f",
  10283. "shasum": ""
  10284. },
  10285. "require": {
  10286. "nikic/php-parser": "^5.0",
  10287. "php": ">=8.3"
  10288. },
  10289. "require-dev": {
  10290. "phpunit/phpunit": "^12.0"
  10291. },
  10292. "type": "library",
  10293. "extra": {
  10294. "branch-alias": {
  10295. "dev-main": "4.0-dev"
  10296. }
  10297. },
  10298. "autoload": {
  10299. "classmap": [
  10300. "src/"
  10301. ]
  10302. },
  10303. "notification-url": "https://packagist.org/downloads/",
  10304. "license": [
  10305. "BSD-3-Clause"
  10306. ],
  10307. "authors": [
  10308. {
  10309. "name": "Sebastian Bergmann",
  10310. "email": "sebastian@phpunit.de",
  10311. "role": "lead"
  10312. }
  10313. ],
  10314. "description": "Library for counting the lines of code in PHP source code",
  10315. "homepage": "https://github.com/sebastianbergmann/lines-of-code",
  10316. "support": {
  10317. "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
  10318. "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
  10319. "source": "https://github.com/sebastianbergmann/lines-of-code/tree/4.0.0"
  10320. },
  10321. "funding": [
  10322. {
  10323. "url": "https://github.com/sebastianbergmann",
  10324. "type": "github"
  10325. }
  10326. ],
  10327. "time": "2025-02-07T04:57:28+00:00"
  10328. },
  10329. {
  10330. "name": "sebastian/object-enumerator",
  10331. "version": "7.0.0",
  10332. "source": {
  10333. "type": "git",
  10334. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  10335. "reference": "1effe8e9b8e068e9ae228e542d5d11b5d16db894"
  10336. },
  10337. "dist": {
  10338. "type": "zip",
  10339. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1effe8e9b8e068e9ae228e542d5d11b5d16db894",
  10340. "reference": "1effe8e9b8e068e9ae228e542d5d11b5d16db894",
  10341. "shasum": ""
  10342. },
  10343. "require": {
  10344. "php": ">=8.3",
  10345. "sebastian/object-reflector": "^5.0",
  10346. "sebastian/recursion-context": "^7.0"
  10347. },
  10348. "require-dev": {
  10349. "phpunit/phpunit": "^12.0"
  10350. },
  10351. "type": "library",
  10352. "extra": {
  10353. "branch-alias": {
  10354. "dev-main": "7.0-dev"
  10355. }
  10356. },
  10357. "autoload": {
  10358. "classmap": [
  10359. "src/"
  10360. ]
  10361. },
  10362. "notification-url": "https://packagist.org/downloads/",
  10363. "license": [
  10364. "BSD-3-Clause"
  10365. ],
  10366. "authors": [
  10367. {
  10368. "name": "Sebastian Bergmann",
  10369. "email": "sebastian@phpunit.de"
  10370. }
  10371. ],
  10372. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  10373. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  10374. "support": {
  10375. "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
  10376. "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
  10377. "source": "https://github.com/sebastianbergmann/object-enumerator/tree/7.0.0"
  10378. },
  10379. "funding": [
  10380. {
  10381. "url": "https://github.com/sebastianbergmann",
  10382. "type": "github"
  10383. }
  10384. ],
  10385. "time": "2025-02-07T04:57:48+00:00"
  10386. },
  10387. {
  10388. "name": "sebastian/object-reflector",
  10389. "version": "5.0.0",
  10390. "source": {
  10391. "type": "git",
  10392. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  10393. "reference": "4bfa827c969c98be1e527abd576533293c634f6a"
  10394. },
  10395. "dist": {
  10396. "type": "zip",
  10397. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/4bfa827c969c98be1e527abd576533293c634f6a",
  10398. "reference": "4bfa827c969c98be1e527abd576533293c634f6a",
  10399. "shasum": ""
  10400. },
  10401. "require": {
  10402. "php": ">=8.3"
  10403. },
  10404. "require-dev": {
  10405. "phpunit/phpunit": "^12.0"
  10406. },
  10407. "type": "library",
  10408. "extra": {
  10409. "branch-alias": {
  10410. "dev-main": "5.0-dev"
  10411. }
  10412. },
  10413. "autoload": {
  10414. "classmap": [
  10415. "src/"
  10416. ]
  10417. },
  10418. "notification-url": "https://packagist.org/downloads/",
  10419. "license": [
  10420. "BSD-3-Clause"
  10421. ],
  10422. "authors": [
  10423. {
  10424. "name": "Sebastian Bergmann",
  10425. "email": "sebastian@phpunit.de"
  10426. }
  10427. ],
  10428. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  10429. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  10430. "support": {
  10431. "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
  10432. "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
  10433. "source": "https://github.com/sebastianbergmann/object-reflector/tree/5.0.0"
  10434. },
  10435. "funding": [
  10436. {
  10437. "url": "https://github.com/sebastianbergmann",
  10438. "type": "github"
  10439. }
  10440. ],
  10441. "time": "2025-02-07T04:58:17+00:00"
  10442. },
  10443. {
  10444. "name": "sebastian/recursion-context",
  10445. "version": "7.0.1",
  10446. "source": {
  10447. "type": "git",
  10448. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  10449. "reference": "0b01998a7d5b1f122911a66bebcb8d46f0c82d8c"
  10450. },
  10451. "dist": {
  10452. "type": "zip",
  10453. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/0b01998a7d5b1f122911a66bebcb8d46f0c82d8c",
  10454. "reference": "0b01998a7d5b1f122911a66bebcb8d46f0c82d8c",
  10455. "shasum": ""
  10456. },
  10457. "require": {
  10458. "php": ">=8.3"
  10459. },
  10460. "require-dev": {
  10461. "phpunit/phpunit": "^12.0"
  10462. },
  10463. "type": "library",
  10464. "extra": {
  10465. "branch-alias": {
  10466. "dev-main": "7.0-dev"
  10467. }
  10468. },
  10469. "autoload": {
  10470. "classmap": [
  10471. "src/"
  10472. ]
  10473. },
  10474. "notification-url": "https://packagist.org/downloads/",
  10475. "license": [
  10476. "BSD-3-Clause"
  10477. ],
  10478. "authors": [
  10479. {
  10480. "name": "Sebastian Bergmann",
  10481. "email": "sebastian@phpunit.de"
  10482. },
  10483. {
  10484. "name": "Jeff Welch",
  10485. "email": "whatthejeff@gmail.com"
  10486. },
  10487. {
  10488. "name": "Adam Harvey",
  10489. "email": "aharvey@php.net"
  10490. }
  10491. ],
  10492. "description": "Provides functionality to recursively process PHP variables",
  10493. "homepage": "https://github.com/sebastianbergmann/recursion-context",
  10494. "support": {
  10495. "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
  10496. "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
  10497. "source": "https://github.com/sebastianbergmann/recursion-context/tree/7.0.1"
  10498. },
  10499. "funding": [
  10500. {
  10501. "url": "https://github.com/sebastianbergmann",
  10502. "type": "github"
  10503. },
  10504. {
  10505. "url": "https://liberapay.com/sebastianbergmann",
  10506. "type": "liberapay"
  10507. },
  10508. {
  10509. "url": "https://thanks.dev/u/gh/sebastianbergmann",
  10510. "type": "thanks_dev"
  10511. },
  10512. {
  10513. "url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context",
  10514. "type": "tidelift"
  10515. }
  10516. ],
  10517. "time": "2025-08-13T04:44:59+00:00"
  10518. },
  10519. {
  10520. "name": "sebastian/type",
  10521. "version": "6.0.3",
  10522. "source": {
  10523. "type": "git",
  10524. "url": "https://github.com/sebastianbergmann/type.git",
  10525. "reference": "e549163b9760b8f71f191651d22acf32d56d6d4d"
  10526. },
  10527. "dist": {
  10528. "type": "zip",
  10529. "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/e549163b9760b8f71f191651d22acf32d56d6d4d",
  10530. "reference": "e549163b9760b8f71f191651d22acf32d56d6d4d",
  10531. "shasum": ""
  10532. },
  10533. "require": {
  10534. "php": ">=8.3"
  10535. },
  10536. "require-dev": {
  10537. "phpunit/phpunit": "^12.0"
  10538. },
  10539. "type": "library",
  10540. "extra": {
  10541. "branch-alias": {
  10542. "dev-main": "6.0-dev"
  10543. }
  10544. },
  10545. "autoload": {
  10546. "classmap": [
  10547. "src/"
  10548. ]
  10549. },
  10550. "notification-url": "https://packagist.org/downloads/",
  10551. "license": [
  10552. "BSD-3-Clause"
  10553. ],
  10554. "authors": [
  10555. {
  10556. "name": "Sebastian Bergmann",
  10557. "email": "sebastian@phpunit.de",
  10558. "role": "lead"
  10559. }
  10560. ],
  10561. "description": "Collection of value objects that represent the types of the PHP type system",
  10562. "homepage": "https://github.com/sebastianbergmann/type",
  10563. "support": {
  10564. "issues": "https://github.com/sebastianbergmann/type/issues",
  10565. "security": "https://github.com/sebastianbergmann/type/security/policy",
  10566. "source": "https://github.com/sebastianbergmann/type/tree/6.0.3"
  10567. },
  10568. "funding": [
  10569. {
  10570. "url": "https://github.com/sebastianbergmann",
  10571. "type": "github"
  10572. },
  10573. {
  10574. "url": "https://liberapay.com/sebastianbergmann",
  10575. "type": "liberapay"
  10576. },
  10577. {
  10578. "url": "https://thanks.dev/u/gh/sebastianbergmann",
  10579. "type": "thanks_dev"
  10580. },
  10581. {
  10582. "url": "https://tidelift.com/funding/github/packagist/sebastian/type",
  10583. "type": "tidelift"
  10584. }
  10585. ],
  10586. "time": "2025-08-09T06:57:12+00:00"
  10587. },
  10588. {
  10589. "name": "sebastian/version",
  10590. "version": "6.0.0",
  10591. "source": {
  10592. "type": "git",
  10593. "url": "https://github.com/sebastianbergmann/version.git",
  10594. "reference": "3e6ccf7657d4f0a59200564b08cead899313b53c"
  10595. },
  10596. "dist": {
  10597. "type": "zip",
  10598. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/3e6ccf7657d4f0a59200564b08cead899313b53c",
  10599. "reference": "3e6ccf7657d4f0a59200564b08cead899313b53c",
  10600. "shasum": ""
  10601. },
  10602. "require": {
  10603. "php": ">=8.3"
  10604. },
  10605. "type": "library",
  10606. "extra": {
  10607. "branch-alias": {
  10608. "dev-main": "6.0-dev"
  10609. }
  10610. },
  10611. "autoload": {
  10612. "classmap": [
  10613. "src/"
  10614. ]
  10615. },
  10616. "notification-url": "https://packagist.org/downloads/",
  10617. "license": [
  10618. "BSD-3-Clause"
  10619. ],
  10620. "authors": [
  10621. {
  10622. "name": "Sebastian Bergmann",
  10623. "email": "sebastian@phpunit.de",
  10624. "role": "lead"
  10625. }
  10626. ],
  10627. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  10628. "homepage": "https://github.com/sebastianbergmann/version",
  10629. "support": {
  10630. "issues": "https://github.com/sebastianbergmann/version/issues",
  10631. "security": "https://github.com/sebastianbergmann/version/security/policy",
  10632. "source": "https://github.com/sebastianbergmann/version/tree/6.0.0"
  10633. },
  10634. "funding": [
  10635. {
  10636. "url": "https://github.com/sebastianbergmann",
  10637. "type": "github"
  10638. }
  10639. ],
  10640. "time": "2025-02-07T05:00:38+00:00"
  10641. },
  10642. {
  10643. "name": "staabm/side-effects-detector",
  10644. "version": "1.0.5",
  10645. "source": {
  10646. "type": "git",
  10647. "url": "https://github.com/staabm/side-effects-detector.git",
  10648. "reference": "d8334211a140ce329c13726d4a715adbddd0a163"
  10649. },
  10650. "dist": {
  10651. "type": "zip",
  10652. "url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163",
  10653. "reference": "d8334211a140ce329c13726d4a715adbddd0a163",
  10654. "shasum": ""
  10655. },
  10656. "require": {
  10657. "ext-tokenizer": "*",
  10658. "php": "^7.4 || ^8.0"
  10659. },
  10660. "require-dev": {
  10661. "phpstan/extension-installer": "^1.4.3",
  10662. "phpstan/phpstan": "^1.12.6",
  10663. "phpunit/phpunit": "^9.6.21",
  10664. "symfony/var-dumper": "^5.4.43",
  10665. "tomasvotruba/type-coverage": "1.0.0",
  10666. "tomasvotruba/unused-public": "1.0.0"
  10667. },
  10668. "type": "library",
  10669. "autoload": {
  10670. "classmap": [
  10671. "lib/"
  10672. ]
  10673. },
  10674. "notification-url": "https://packagist.org/downloads/",
  10675. "license": [
  10676. "MIT"
  10677. ],
  10678. "description": "A static analysis tool to detect side effects in PHP code",
  10679. "keywords": [
  10680. "static analysis"
  10681. ],
  10682. "support": {
  10683. "issues": "https://github.com/staabm/side-effects-detector/issues",
  10684. "source": "https://github.com/staabm/side-effects-detector/tree/1.0.5"
  10685. },
  10686. "funding": [
  10687. {
  10688. "url": "https://github.com/staabm",
  10689. "type": "github"
  10690. }
  10691. ],
  10692. "time": "2024-10-20T05:08:20+00:00"
  10693. },
  10694. {
  10695. "name": "theseer/tokenizer",
  10696. "version": "1.2.3",
  10697. "source": {
  10698. "type": "git",
  10699. "url": "https://github.com/theseer/tokenizer.git",
  10700. "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
  10701. },
  10702. "dist": {
  10703. "type": "zip",
  10704. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
  10705. "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
  10706. "shasum": ""
  10707. },
  10708. "require": {
  10709. "ext-dom": "*",
  10710. "ext-tokenizer": "*",
  10711. "ext-xmlwriter": "*",
  10712. "php": "^7.2 || ^8.0"
  10713. },
  10714. "type": "library",
  10715. "autoload": {
  10716. "classmap": [
  10717. "src/"
  10718. ]
  10719. },
  10720. "notification-url": "https://packagist.org/downloads/",
  10721. "license": [
  10722. "BSD-3-Clause"
  10723. ],
  10724. "authors": [
  10725. {
  10726. "name": "Arne Blankerts",
  10727. "email": "arne@blankerts.de",
  10728. "role": "Developer"
  10729. }
  10730. ],
  10731. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  10732. "support": {
  10733. "issues": "https://github.com/theseer/tokenizer/issues",
  10734. "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
  10735. },
  10736. "funding": [
  10737. {
  10738. "url": "https://github.com/theseer",
  10739. "type": "github"
  10740. }
  10741. ],
  10742. "time": "2024-03-03T12:36:25+00:00"
  10743. }
  10744. ],
  10745. "aliases": [],
  10746. "minimum-stability": "dev",
  10747. "stability-flags": {
  10748. "firefly-iii/api-support-classes": 20,
  10749. "roave/security-advisories": 20
  10750. },
  10751. "prefer-stable": true,
  10752. "prefer-lowest": false,
  10753. "platform": {
  10754. "php": ">=8.4",
  10755. "ext-bcmath": "*",
  10756. "ext-json": "*"
  10757. },
  10758. "platform-dev": {},
  10759. "plugin-api-version": "2.6.0"
  10760. }