支付宝记账本
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.

11833 lines
423 KiB

7 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": "e5ae4f8600adc36a0d0553e631ba85a8",
  8. "packages": [
  9. {
  10. "name": "archtechx/enums",
  11. "version": "v1.1.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/archtechx/enums.git",
  15. "reference": "81375b71c176f680880a95e7448d84258cfb5c72"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/archtechx/enums/zipball/81375b71c176f680880a95e7448d84258cfb5c72",
  20. "reference": "81375b71c176f680880a95e7448d84258cfb5c72",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^8.1"
  25. },
  26. "require-dev": {
  27. "larastan/larastan": "^2.4",
  28. "orchestra/testbench": "^8.0 || ^9.0",
  29. "pestphp/pest": "^2.0",
  30. "pestphp/pest-plugin-laravel": "^2.0"
  31. },
  32. "type": "library",
  33. "extra": {
  34. "phpstan": {
  35. "includes": [
  36. "extension.neon"
  37. ]
  38. }
  39. },
  40. "autoload": {
  41. "psr-4": {
  42. "ArchTech\\Enums\\": "src/"
  43. }
  44. },
  45. "notification-url": "https://packagist.org/downloads/",
  46. "license": [
  47. "MIT"
  48. ],
  49. "authors": [
  50. {
  51. "name": "Samuel Štancl",
  52. "email": "samuel@archte.ch"
  53. }
  54. ],
  55. "description": "Helpers for making PHP enums more lovable.",
  56. "support": {
  57. "issues": "https://github.com/archtechx/enums/issues",
  58. "source": "https://github.com/archtechx/enums/tree/v1.1.2"
  59. },
  60. "time": "2025-06-06T23:15:09+00:00"
  61. },
  62. {
  63. "name": "box/spout",
  64. "version": "v3.3.0",
  65. "source": {
  66. "type": "git",
  67. "url": "https://github.com/box/spout.git",
  68. "reference": "9bdb027d312b732515b884a341c0ad70372c6295"
  69. },
  70. "dist": {
  71. "type": "zip",
  72. "url": "https://api.github.com/repos/box/spout/zipball/9bdb027d312b732515b884a341c0ad70372c6295",
  73. "reference": "9bdb027d312b732515b884a341c0ad70372c6295",
  74. "shasum": ""
  75. },
  76. "require": {
  77. "ext-dom": "*",
  78. "ext-xmlreader": "*",
  79. "ext-zip": "*",
  80. "php": ">=7.2.0"
  81. },
  82. "require-dev": {
  83. "friendsofphp/php-cs-fixer": "^2",
  84. "phpunit/phpunit": "^8"
  85. },
  86. "suggest": {
  87. "ext-iconv": "To handle non UTF-8 CSV files (if \"php-intl\" is not already installed or is too limited)",
  88. "ext-intl": "To handle non UTF-8 CSV files (if \"iconv\" is not already installed)"
  89. },
  90. "type": "library",
  91. "extra": {
  92. "branch-alias": {
  93. "dev-master": "3.1.x-dev"
  94. }
  95. },
  96. "autoload": {
  97. "psr-4": {
  98. "Box\\Spout\\": "src/Spout"
  99. }
  100. },
  101. "notification-url": "https://packagist.org/downloads/",
  102. "license": [
  103. "Apache-2.0"
  104. ],
  105. "authors": [
  106. {
  107. "name": "Adrien Loison",
  108. "email": "adrien@box.com"
  109. }
  110. ],
  111. "description": "PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way",
  112. "homepage": "https://www.github.com/box/spout",
  113. "keywords": [
  114. "OOXML",
  115. "csv",
  116. "excel",
  117. "memory",
  118. "odf",
  119. "ods",
  120. "office",
  121. "open",
  122. "php",
  123. "read",
  124. "scale",
  125. "spreadsheet",
  126. "stream",
  127. "write",
  128. "xlsx"
  129. ],
  130. "support": {
  131. "issues": "https://github.com/box/spout/issues",
  132. "source": "https://github.com/box/spout/tree/v3.3.0"
  133. },
  134. "abandoned": true,
  135. "time": "2021-05-14T21:18:09+00:00"
  136. },
  137. {
  138. "name": "brick/math",
  139. "version": "0.13.1",
  140. "source": {
  141. "type": "git",
  142. "url": "https://github.com/brick/math.git",
  143. "reference": "fc7ed316430118cc7836bf45faff18d5dfc8de04"
  144. },
  145. "dist": {
  146. "type": "zip",
  147. "url": "https://api.github.com/repos/brick/math/zipball/fc7ed316430118cc7836bf45faff18d5dfc8de04",
  148. "reference": "fc7ed316430118cc7836bf45faff18d5dfc8de04",
  149. "shasum": ""
  150. },
  151. "require": {
  152. "php": "^8.1"
  153. },
  154. "require-dev": {
  155. "php-coveralls/php-coveralls": "^2.2",
  156. "phpunit/phpunit": "^10.1",
  157. "vimeo/psalm": "6.8.8"
  158. },
  159. "type": "library",
  160. "autoload": {
  161. "psr-4": {
  162. "Brick\\Math\\": "src/"
  163. }
  164. },
  165. "notification-url": "https://packagist.org/downloads/",
  166. "license": [
  167. "MIT"
  168. ],
  169. "description": "Arbitrary-precision arithmetic library",
  170. "keywords": [
  171. "Arbitrary-precision",
  172. "BigInteger",
  173. "BigRational",
  174. "arithmetic",
  175. "bigdecimal",
  176. "bignum",
  177. "bignumber",
  178. "brick",
  179. "decimal",
  180. "integer",
  181. "math",
  182. "mathematics",
  183. "rational"
  184. ],
  185. "support": {
  186. "issues": "https://github.com/brick/math/issues",
  187. "source": "https://github.com/brick/math/tree/0.13.1"
  188. },
  189. "funding": [
  190. {
  191. "url": "https://github.com/BenMorel",
  192. "type": "github"
  193. }
  194. ],
  195. "time": "2025-03-29T13:50:30+00:00"
  196. },
  197. {
  198. "name": "carbonphp/carbon-doctrine-types",
  199. "version": "3.2.0",
  200. "source": {
  201. "type": "git",
  202. "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
  203. "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d"
  204. },
  205. "dist": {
  206. "type": "zip",
  207. "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
  208. "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
  209. "shasum": ""
  210. },
  211. "require": {
  212. "php": "^8.1"
  213. },
  214. "conflict": {
  215. "doctrine/dbal": "<4.0.0 || >=5.0.0"
  216. },
  217. "require-dev": {
  218. "doctrine/dbal": "^4.0.0",
  219. "nesbot/carbon": "^2.71.0 || ^3.0.0",
  220. "phpunit/phpunit": "^10.3"
  221. },
  222. "type": "library",
  223. "autoload": {
  224. "psr-4": {
  225. "Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
  226. }
  227. },
  228. "notification-url": "https://packagist.org/downloads/",
  229. "license": [
  230. "MIT"
  231. ],
  232. "authors": [
  233. {
  234. "name": "KyleKatarn",
  235. "email": "kylekatarnls@gmail.com"
  236. }
  237. ],
  238. "description": "Types to use Carbon in Doctrine",
  239. "keywords": [
  240. "carbon",
  241. "date",
  242. "datetime",
  243. "doctrine",
  244. "time"
  245. ],
  246. "support": {
  247. "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
  248. "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/3.2.0"
  249. },
  250. "funding": [
  251. {
  252. "url": "https://github.com/kylekatarnls",
  253. "type": "github"
  254. },
  255. {
  256. "url": "https://opencollective.com/Carbon",
  257. "type": "open_collective"
  258. },
  259. {
  260. "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
  261. "type": "tidelift"
  262. }
  263. ],
  264. "time": "2024-02-09T16:56:22+00:00"
  265. },
  266. {
  267. "name": "composer/class-map-generator",
  268. "version": "1.6.2",
  269. "source": {
  270. "type": "git",
  271. "url": "https://github.com/composer/class-map-generator.git",
  272. "reference": "ba9f089655d4cdd64e762a6044f411ccdaec0076"
  273. },
  274. "dist": {
  275. "type": "zip",
  276. "url": "https://api.github.com/repos/composer/class-map-generator/zipball/ba9f089655d4cdd64e762a6044f411ccdaec0076",
  277. "reference": "ba9f089655d4cdd64e762a6044f411ccdaec0076",
  278. "shasum": ""
  279. },
  280. "require": {
  281. "composer/pcre": "^2.1 || ^3.1",
  282. "php": "^7.2 || ^8.0",
  283. "symfony/finder": "^4.4 || ^5.3 || ^6 || ^7"
  284. },
  285. "require-dev": {
  286. "phpstan/phpstan": "^1.12 || ^2",
  287. "phpstan/phpstan-deprecation-rules": "^1 || ^2",
  288. "phpstan/phpstan-phpunit": "^1 || ^2",
  289. "phpstan/phpstan-strict-rules": "^1.1 || ^2",
  290. "phpunit/phpunit": "^8",
  291. "symfony/filesystem": "^5.4 || ^6"
  292. },
  293. "type": "library",
  294. "extra": {
  295. "branch-alias": {
  296. "dev-main": "1.x-dev"
  297. }
  298. },
  299. "autoload": {
  300. "psr-4": {
  301. "Composer\\ClassMapGenerator\\": "src"
  302. }
  303. },
  304. "notification-url": "https://packagist.org/downloads/",
  305. "license": [
  306. "MIT"
  307. ],
  308. "authors": [
  309. {
  310. "name": "Jordi Boggiano",
  311. "email": "j.boggiano@seld.be",
  312. "homepage": "https://seld.be"
  313. }
  314. ],
  315. "description": "Utilities to scan PHP code and generate class maps.",
  316. "keywords": [
  317. "classmap"
  318. ],
  319. "support": {
  320. "issues": "https://github.com/composer/class-map-generator/issues",
  321. "source": "https://github.com/composer/class-map-generator/tree/1.6.2"
  322. },
  323. "funding": [
  324. {
  325. "url": "https://packagist.com",
  326. "type": "custom"
  327. },
  328. {
  329. "url": "https://github.com/composer",
  330. "type": "github"
  331. }
  332. ],
  333. "time": "2025-08-20T18:52:43+00:00"
  334. },
  335. {
  336. "name": "composer/pcre",
  337. "version": "3.3.2",
  338. "source": {
  339. "type": "git",
  340. "url": "https://github.com/composer/pcre.git",
  341. "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e"
  342. },
  343. "dist": {
  344. "type": "zip",
  345. "url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
  346. "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
  347. "shasum": ""
  348. },
  349. "require": {
  350. "php": "^7.4 || ^8.0"
  351. },
  352. "conflict": {
  353. "phpstan/phpstan": "<1.11.10"
  354. },
  355. "require-dev": {
  356. "phpstan/phpstan": "^1.12 || ^2",
  357. "phpstan/phpstan-strict-rules": "^1 || ^2",
  358. "phpunit/phpunit": "^8 || ^9"
  359. },
  360. "type": "library",
  361. "extra": {
  362. "phpstan": {
  363. "includes": [
  364. "extension.neon"
  365. ]
  366. },
  367. "branch-alias": {
  368. "dev-main": "3.x-dev"
  369. }
  370. },
  371. "autoload": {
  372. "psr-4": {
  373. "Composer\\Pcre\\": "src"
  374. }
  375. },
  376. "notification-url": "https://packagist.org/downloads/",
  377. "license": [
  378. "MIT"
  379. ],
  380. "authors": [
  381. {
  382. "name": "Jordi Boggiano",
  383. "email": "j.boggiano@seld.be",
  384. "homepage": "http://seld.be"
  385. }
  386. ],
  387. "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
  388. "keywords": [
  389. "PCRE",
  390. "preg",
  391. "regex",
  392. "regular expression"
  393. ],
  394. "support": {
  395. "issues": "https://github.com/composer/pcre/issues",
  396. "source": "https://github.com/composer/pcre/tree/3.3.2"
  397. },
  398. "funding": [
  399. {
  400. "url": "https://packagist.com",
  401. "type": "custom"
  402. },
  403. {
  404. "url": "https://github.com/composer",
  405. "type": "github"
  406. },
  407. {
  408. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  409. "type": "tidelift"
  410. }
  411. ],
  412. "time": "2024-11-12T16:29:46+00:00"
  413. },
  414. {
  415. "name": "composer/semver",
  416. "version": "3.4.4",
  417. "source": {
  418. "type": "git",
  419. "url": "https://github.com/composer/semver.git",
  420. "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95"
  421. },
  422. "dist": {
  423. "type": "zip",
  424. "url": "https://api.github.com/repos/composer/semver/zipball/198166618906cb2de69b95d7d47e5fa8aa1b2b95",
  425. "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95",
  426. "shasum": ""
  427. },
  428. "require": {
  429. "php": "^5.3.2 || ^7.0 || ^8.0"
  430. },
  431. "require-dev": {
  432. "phpstan/phpstan": "^1.11",
  433. "symfony/phpunit-bridge": "^3 || ^7"
  434. },
  435. "type": "library",
  436. "extra": {
  437. "branch-alias": {
  438. "dev-main": "3.x-dev"
  439. }
  440. },
  441. "autoload": {
  442. "psr-4": {
  443. "Composer\\Semver\\": "src"
  444. }
  445. },
  446. "notification-url": "https://packagist.org/downloads/",
  447. "license": [
  448. "MIT"
  449. ],
  450. "authors": [
  451. {
  452. "name": "Nils Adermann",
  453. "email": "naderman@naderman.de",
  454. "homepage": "http://www.naderman.de"
  455. },
  456. {
  457. "name": "Jordi Boggiano",
  458. "email": "j.boggiano@seld.be",
  459. "homepage": "http://seld.be"
  460. },
  461. {
  462. "name": "Rob Bast",
  463. "email": "rob.bast@gmail.com",
  464. "homepage": "http://robbast.nl"
  465. }
  466. ],
  467. "description": "Semver library that offers utilities, version constraint parsing and validation.",
  468. "keywords": [
  469. "semantic",
  470. "semver",
  471. "validation",
  472. "versioning"
  473. ],
  474. "support": {
  475. "irc": "ircs://irc.libera.chat:6697/composer",
  476. "issues": "https://github.com/composer/semver/issues",
  477. "source": "https://github.com/composer/semver/tree/3.4.4"
  478. },
  479. "funding": [
  480. {
  481. "url": "https://packagist.com",
  482. "type": "custom"
  483. },
  484. {
  485. "url": "https://github.com/composer",
  486. "type": "github"
  487. }
  488. ],
  489. "time": "2025-08-20T19:15:30+00:00"
  490. },
  491. {
  492. "name": "dcat/easy-excel",
  493. "version": "1.1.0",
  494. "source": {
  495. "type": "git",
  496. "url": "https://github.com/jqhph/easy-excel.git",
  497. "reference": "20ee838b07f1f5d9c075b84e6f4807cbb21c44b0"
  498. },
  499. "dist": {
  500. "type": "zip",
  501. "url": "https://api.github.com/repos/jqhph/easy-excel/zipball/20ee838b07f1f5d9c075b84e6f4807cbb21c44b0",
  502. "reference": "20ee838b07f1f5d9c075b84e6f4807cbb21c44b0",
  503. "shasum": ""
  504. },
  505. "require": {
  506. "box/spout": "~3",
  507. "league/flysystem": "~1|~2|~3",
  508. "php": ">=7.1.0"
  509. },
  510. "require-dev": {
  511. "friendsofphp/php-cs-fixer": "^2",
  512. "phpunit/phpunit": "~7|~8.0"
  513. },
  514. "type": "library",
  515. "autoload": {
  516. "psr-4": {
  517. "Dcat\\EasyExcel\\": "src/"
  518. }
  519. },
  520. "notification-url": "https://packagist.org/downloads/",
  521. "license": [
  522. "MIT"
  523. ],
  524. "authors": [
  525. {
  526. "name": "jqh",
  527. "email": "841324345@qq.com"
  528. }
  529. ],
  530. "description": "使用简单实用的语义化接口快速读写Excel文件",
  531. "homepage": "https://github.com/jqhph/easy-excel",
  532. "keywords": [
  533. "box spout",
  534. "csv",
  535. "easy excel",
  536. "excel",
  537. "ods",
  538. "office",
  539. "read",
  540. "spreadsheet",
  541. "stream",
  542. "xlsx"
  543. ],
  544. "support": {
  545. "issues": "https://github.com/jqhph/easy-excel/issues",
  546. "source": "https://github.com/jqhph/easy-excel/tree/1.1.0"
  547. },
  548. "time": "2022-03-03T03:04:13+00:00"
  549. },
  550. {
  551. "name": "dcat/laravel-admin",
  552. "version": "2.0.x-dev",
  553. "source": {
  554. "type": "git",
  555. "url": "https://github.com/jqhph/dcat-admin.git",
  556. "reference": "315658a8f9b079a3ff018ad386f3738869cb44bb"
  557. },
  558. "dist": {
  559. "type": "zip",
  560. "url": "https://api.github.com/repos/jqhph/dcat-admin/zipball/315658a8f9b079a3ff018ad386f3738869cb44bb",
  561. "reference": "315658a8f9b079a3ff018ad386f3738869cb44bb",
  562. "shasum": ""
  563. },
  564. "require": {
  565. "dcat/easy-excel": "*",
  566. "doctrine/dbal": "^2.6|^3.0|^4.0",
  567. "laravel/framework": "~5.5|~6.0|~7.0|~8.0|~9.0|~10.0|~11.0|~12.0",
  568. "php": ">=7.1.0",
  569. "spatie/eloquent-sortable": "3.*|4.*"
  570. },
  571. "require-dev": {
  572. "fakerphp/faker": "^1.23",
  573. "laravel/dusk": "~5.9|~6|~7.0|~8.0",
  574. "mockery/mockery": "^1.6",
  575. "phpstan/phpstan": "^0.12.0|~1.0",
  576. "phpunit/phpunit": "^7.5|~9|~10|~11"
  577. },
  578. "default-branch": true,
  579. "type": "library",
  580. "extra": {
  581. "laravel": {
  582. "providers": [
  583. "Dcat\\Admin\\AdminServiceProvider"
  584. ]
  585. }
  586. },
  587. "autoload": {
  588. "files": [
  589. "src/Support/helpers.php"
  590. ],
  591. "psr-4": {
  592. "Dcat\\Admin\\": "src/"
  593. }
  594. },
  595. "notification-url": "https://packagist.org/downloads/",
  596. "license": [
  597. "MIT"
  598. ],
  599. "authors": [
  600. {
  601. "name": "jqh",
  602. "email": "841324345@qq.com"
  603. }
  604. ],
  605. "description": "dcat admin",
  606. "homepage": "https://github.com/jqhph/dcat-admin",
  607. "keywords": [
  608. "admin",
  609. "dcat",
  610. "form",
  611. "grid",
  612. "laravel",
  613. "laravel admin"
  614. ],
  615. "support": {
  616. "issues": "https://github.com/jqhph/dcat-admin/issues",
  617. "source": "https://github.com/jqhph/dcat-admin/tree/2.0"
  618. },
  619. "time": "2025-06-25T03:20:07+00:00"
  620. },
  621. {
  622. "name": "dflydev/dot-access-data",
  623. "version": "v3.0.3",
  624. "source": {
  625. "type": "git",
  626. "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
  627. "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f"
  628. },
  629. "dist": {
  630. "type": "zip",
  631. "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f",
  632. "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f",
  633. "shasum": ""
  634. },
  635. "require": {
  636. "php": "^7.1 || ^8.0"
  637. },
  638. "require-dev": {
  639. "phpstan/phpstan": "^0.12.42",
  640. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
  641. "scrutinizer/ocular": "1.6.0",
  642. "squizlabs/php_codesniffer": "^3.5",
  643. "vimeo/psalm": "^4.0.0"
  644. },
  645. "type": "library",
  646. "extra": {
  647. "branch-alias": {
  648. "dev-main": "3.x-dev"
  649. }
  650. },
  651. "autoload": {
  652. "psr-4": {
  653. "Dflydev\\DotAccessData\\": "src/"
  654. }
  655. },
  656. "notification-url": "https://packagist.org/downloads/",
  657. "license": [
  658. "MIT"
  659. ],
  660. "authors": [
  661. {
  662. "name": "Dragonfly Development Inc.",
  663. "email": "info@dflydev.com",
  664. "homepage": "http://dflydev.com"
  665. },
  666. {
  667. "name": "Beau Simensen",
  668. "email": "beau@dflydev.com",
  669. "homepage": "http://beausimensen.com"
  670. },
  671. {
  672. "name": "Carlos Frutos",
  673. "email": "carlos@kiwing.it",
  674. "homepage": "https://github.com/cfrutos"
  675. },
  676. {
  677. "name": "Colin O'Dell",
  678. "email": "colinodell@gmail.com",
  679. "homepage": "https://www.colinodell.com"
  680. }
  681. ],
  682. "description": "Given a deep data structure, access data by dot notation.",
  683. "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
  684. "keywords": [
  685. "access",
  686. "data",
  687. "dot",
  688. "notation"
  689. ],
  690. "support": {
  691. "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
  692. "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3"
  693. },
  694. "time": "2024-07-08T12:26:09+00:00"
  695. },
  696. {
  697. "name": "doctrine/dbal",
  698. "version": "4.3.2",
  699. "source": {
  700. "type": "git",
  701. "url": "https://github.com/doctrine/dbal.git",
  702. "reference": "7669f131d43b880de168b2d2df9687d152d6c762"
  703. },
  704. "dist": {
  705. "type": "zip",
  706. "url": "https://api.github.com/repos/doctrine/dbal/zipball/7669f131d43b880de168b2d2df9687d152d6c762",
  707. "reference": "7669f131d43b880de168b2d2df9687d152d6c762",
  708. "shasum": ""
  709. },
  710. "require": {
  711. "doctrine/deprecations": "^1.1.5",
  712. "php": "^8.2",
  713. "psr/cache": "^1|^2|^3",
  714. "psr/log": "^1|^2|^3"
  715. },
  716. "require-dev": {
  717. "doctrine/coding-standard": "13.0.0",
  718. "fig/log-test": "^1",
  719. "jetbrains/phpstorm-stubs": "2023.2",
  720. "phpstan/phpstan": "2.1.17",
  721. "phpstan/phpstan-phpunit": "2.0.6",
  722. "phpstan/phpstan-strict-rules": "^2",
  723. "phpunit/phpunit": "11.5.23",
  724. "slevomat/coding-standard": "8.16.2",
  725. "squizlabs/php_codesniffer": "3.13.1",
  726. "symfony/cache": "^6.3.8|^7.0",
  727. "symfony/console": "^5.4|^6.3|^7.0"
  728. },
  729. "suggest": {
  730. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  731. },
  732. "type": "library",
  733. "autoload": {
  734. "psr-4": {
  735. "Doctrine\\DBAL\\": "src"
  736. }
  737. },
  738. "notification-url": "https://packagist.org/downloads/",
  739. "license": [
  740. "MIT"
  741. ],
  742. "authors": [
  743. {
  744. "name": "Guilherme Blanco",
  745. "email": "guilhermeblanco@gmail.com"
  746. },
  747. {
  748. "name": "Roman Borschel",
  749. "email": "roman@code-factory.org"
  750. },
  751. {
  752. "name": "Benjamin Eberlei",
  753. "email": "kontakt@beberlei.de"
  754. },
  755. {
  756. "name": "Jonathan Wage",
  757. "email": "jonwage@gmail.com"
  758. }
  759. ],
  760. "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
  761. "homepage": "https://www.doctrine-project.org/projects/dbal.html",
  762. "keywords": [
  763. "abstraction",
  764. "database",
  765. "db2",
  766. "dbal",
  767. "mariadb",
  768. "mssql",
  769. "mysql",
  770. "oci8",
  771. "oracle",
  772. "pdo",
  773. "pgsql",
  774. "postgresql",
  775. "queryobject",
  776. "sasql",
  777. "sql",
  778. "sqlite",
  779. "sqlserver",
  780. "sqlsrv"
  781. ],
  782. "support": {
  783. "issues": "https://github.com/doctrine/dbal/issues",
  784. "source": "https://github.com/doctrine/dbal/tree/4.3.2"
  785. },
  786. "funding": [
  787. {
  788. "url": "https://www.doctrine-project.org/sponsorship.html",
  789. "type": "custom"
  790. },
  791. {
  792. "url": "https://www.patreon.com/phpdoctrine",
  793. "type": "patreon"
  794. },
  795. {
  796. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
  797. "type": "tidelift"
  798. }
  799. ],
  800. "time": "2025-08-05T13:30:38+00:00"
  801. },
  802. {
  803. "name": "doctrine/deprecations",
  804. "version": "1.1.5",
  805. "source": {
  806. "type": "git",
  807. "url": "https://github.com/doctrine/deprecations.git",
  808. "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38"
  809. },
  810. "dist": {
  811. "type": "zip",
  812. "url": "https://api.github.com/repos/doctrine/deprecations/zipball/459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",
  813. "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",
  814. "shasum": ""
  815. },
  816. "require": {
  817. "php": "^7.1 || ^8.0"
  818. },
  819. "conflict": {
  820. "phpunit/phpunit": "<=7.5 || >=13"
  821. },
  822. "require-dev": {
  823. "doctrine/coding-standard": "^9 || ^12 || ^13",
  824. "phpstan/phpstan": "1.4.10 || 2.1.11",
  825. "phpstan/phpstan-phpunit": "^1.0 || ^2",
  826. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12",
  827. "psr/log": "^1 || ^2 || ^3"
  828. },
  829. "suggest": {
  830. "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
  831. },
  832. "type": "library",
  833. "autoload": {
  834. "psr-4": {
  835. "Doctrine\\Deprecations\\": "src"
  836. }
  837. },
  838. "notification-url": "https://packagist.org/downloads/",
  839. "license": [
  840. "MIT"
  841. ],
  842. "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
  843. "homepage": "https://www.doctrine-project.org/",
  844. "support": {
  845. "issues": "https://github.com/doctrine/deprecations/issues",
  846. "source": "https://github.com/doctrine/deprecations/tree/1.1.5"
  847. },
  848. "time": "2025-04-07T20:06:18+00:00"
  849. },
  850. {
  851. "name": "doctrine/inflector",
  852. "version": "2.1.0",
  853. "source": {
  854. "type": "git",
  855. "url": "https://github.com/doctrine/inflector.git",
  856. "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b"
  857. },
  858. "dist": {
  859. "type": "zip",
  860. "url": "https://api.github.com/repos/doctrine/inflector/zipball/6d6c96277ea252fc1304627204c3d5e6e15faa3b",
  861. "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b",
  862. "shasum": ""
  863. },
  864. "require": {
  865. "php": "^7.2 || ^8.0"
  866. },
  867. "require-dev": {
  868. "doctrine/coding-standard": "^12.0 || ^13.0",
  869. "phpstan/phpstan": "^1.12 || ^2.0",
  870. "phpstan/phpstan-phpunit": "^1.4 || ^2.0",
  871. "phpstan/phpstan-strict-rules": "^1.6 || ^2.0",
  872. "phpunit/phpunit": "^8.5 || ^12.2"
  873. },
  874. "type": "library",
  875. "autoload": {
  876. "psr-4": {
  877. "Doctrine\\Inflector\\": "src"
  878. }
  879. },
  880. "notification-url": "https://packagist.org/downloads/",
  881. "license": [
  882. "MIT"
  883. ],
  884. "authors": [
  885. {
  886. "name": "Guilherme Blanco",
  887. "email": "guilhermeblanco@gmail.com"
  888. },
  889. {
  890. "name": "Roman Borschel",
  891. "email": "roman@code-factory.org"
  892. },
  893. {
  894. "name": "Benjamin Eberlei",
  895. "email": "kontakt@beberlei.de"
  896. },
  897. {
  898. "name": "Jonathan Wage",
  899. "email": "jonwage@gmail.com"
  900. },
  901. {
  902. "name": "Johannes Schmitt",
  903. "email": "schmittjoh@gmail.com"
  904. }
  905. ],
  906. "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
  907. "homepage": "https://www.doctrine-project.org/projects/inflector.html",
  908. "keywords": [
  909. "inflection",
  910. "inflector",
  911. "lowercase",
  912. "manipulation",
  913. "php",
  914. "plural",
  915. "singular",
  916. "strings",
  917. "uppercase",
  918. "words"
  919. ],
  920. "support": {
  921. "issues": "https://github.com/doctrine/inflector/issues",
  922. "source": "https://github.com/doctrine/inflector/tree/2.1.0"
  923. },
  924. "funding": [
  925. {
  926. "url": "https://www.doctrine-project.org/sponsorship.html",
  927. "type": "custom"
  928. },
  929. {
  930. "url": "https://www.patreon.com/phpdoctrine",
  931. "type": "patreon"
  932. },
  933. {
  934. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
  935. "type": "tidelift"
  936. }
  937. ],
  938. "time": "2025-08-10T19:31:58+00:00"
  939. },
  940. {
  941. "name": "doctrine/lexer",
  942. "version": "3.0.1",
  943. "source": {
  944. "type": "git",
  945. "url": "https://github.com/doctrine/lexer.git",
  946. "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
  947. },
  948. "dist": {
  949. "type": "zip",
  950. "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
  951. "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
  952. "shasum": ""
  953. },
  954. "require": {
  955. "php": "^8.1"
  956. },
  957. "require-dev": {
  958. "doctrine/coding-standard": "^12",
  959. "phpstan/phpstan": "^1.10",
  960. "phpunit/phpunit": "^10.5",
  961. "psalm/plugin-phpunit": "^0.18.3",
  962. "vimeo/psalm": "^5.21"
  963. },
  964. "type": "library",
  965. "autoload": {
  966. "psr-4": {
  967. "Doctrine\\Common\\Lexer\\": "src"
  968. }
  969. },
  970. "notification-url": "https://packagist.org/downloads/",
  971. "license": [
  972. "MIT"
  973. ],
  974. "authors": [
  975. {
  976. "name": "Guilherme Blanco",
  977. "email": "guilhermeblanco@gmail.com"
  978. },
  979. {
  980. "name": "Roman Borschel",
  981. "email": "roman@code-factory.org"
  982. },
  983. {
  984. "name": "Johannes Schmitt",
  985. "email": "schmittjoh@gmail.com"
  986. }
  987. ],
  988. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  989. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  990. "keywords": [
  991. "annotations",
  992. "docblock",
  993. "lexer",
  994. "parser",
  995. "php"
  996. ],
  997. "support": {
  998. "issues": "https://github.com/doctrine/lexer/issues",
  999. "source": "https://github.com/doctrine/lexer/tree/3.0.1"
  1000. },
  1001. "funding": [
  1002. {
  1003. "url": "https://www.doctrine-project.org/sponsorship.html",
  1004. "type": "custom"
  1005. },
  1006. {
  1007. "url": "https://www.patreon.com/phpdoctrine",
  1008. "type": "patreon"
  1009. },
  1010. {
  1011. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
  1012. "type": "tidelift"
  1013. }
  1014. ],
  1015. "time": "2024-02-05T11:56:58+00:00"
  1016. },
  1017. {
  1018. "name": "dragon-code/contracts",
  1019. "version": "2.24.0",
  1020. "source": {
  1021. "type": "git",
  1022. "url": "https://github.com/TheDragonCode/contracts.git",
  1023. "reference": "c21ea4fc0a399bd803a2805a7f2c989749083896"
  1024. },
  1025. "dist": {
  1026. "type": "zip",
  1027. "url": "https://api.github.com/repos/TheDragonCode/contracts/zipball/c21ea4fc0a399bd803a2805a7f2c989749083896",
  1028. "reference": "c21ea4fc0a399bd803a2805a7f2c989749083896",
  1029. "shasum": ""
  1030. },
  1031. "require": {
  1032. "php": "^7.2.5 || ^8.0",
  1033. "psr/http-message": "^1.0.1 || ^2.0",
  1034. "symfony/http-kernel": "^4.0 || ^5.0 || ^6.0 || ^7.0",
  1035. "symfony/polyfill-php80": "^1.23"
  1036. },
  1037. "conflict": {
  1038. "andrey-helldar/contracts": "*"
  1039. },
  1040. "require-dev": {
  1041. "illuminate/database": "^10.0 || ^11.0 || ^12.0",
  1042. "phpdocumentor/reflection-docblock": "^5.0"
  1043. },
  1044. "type": "library",
  1045. "autoload": {
  1046. "psr-4": {
  1047. "DragonCode\\Contracts\\": "src"
  1048. }
  1049. },
  1050. "notification-url": "https://packagist.org/downloads/",
  1051. "license": [
  1052. "MIT"
  1053. ],
  1054. "authors": [
  1055. {
  1056. "name": "Andrey Helldar",
  1057. "email": "helldar@dragon-code.pro",
  1058. "homepage": "https://dragon-code.pro"
  1059. }
  1060. ],
  1061. "description": "A set of contracts for any project",
  1062. "keywords": [
  1063. "contracts",
  1064. "interfaces"
  1065. ],
  1066. "support": {
  1067. "source": "https://github.com/TheDragonCode/contracts"
  1068. },
  1069. "funding": [
  1070. {
  1071. "url": "https://boosty.to/dragon-code",
  1072. "type": "boosty"
  1073. },
  1074. {
  1075. "url": "https://yoomoney.ru/to/410012608840929",
  1076. "type": "yoomoney"
  1077. }
  1078. ],
  1079. "time": "2025-02-23T23:11:50+00:00"
  1080. },
  1081. {
  1082. "name": "dragon-code/pretty-array",
  1083. "version": "4.2.0",
  1084. "source": {
  1085. "type": "git",
  1086. "url": "https://github.com/TheDragonCode/pretty-array.git",
  1087. "reference": "b94034d92172a5d14a578822d68b2a8f8b5388e0"
  1088. },
  1089. "dist": {
  1090. "type": "zip",
  1091. "url": "https://api.github.com/repos/TheDragonCode/pretty-array/zipball/b94034d92172a5d14a578822d68b2a8f8b5388e0",
  1092. "reference": "b94034d92172a5d14a578822d68b2a8f8b5388e0",
  1093. "shasum": ""
  1094. },
  1095. "require": {
  1096. "dragon-code/contracts": "^2.20",
  1097. "dragon-code/support": "^6.11.2",
  1098. "ext-dom": "*",
  1099. "ext-mbstring": "*",
  1100. "php": "^8.0"
  1101. },
  1102. "require-dev": {
  1103. "phpunit/phpunit": "^9.6 || ^10.0 || ^11.0 || ^12.0"
  1104. },
  1105. "suggest": {
  1106. "symfony/thanks": "Give thanks (in the form of a GitHub) to your fellow PHP package maintainers"
  1107. },
  1108. "type": "library",
  1109. "autoload": {
  1110. "psr-4": {
  1111. "DragonCode\\PrettyArray\\": "src"
  1112. }
  1113. },
  1114. "notification-url": "https://packagist.org/downloads/",
  1115. "license": [
  1116. "MIT"
  1117. ],
  1118. "authors": [
  1119. {
  1120. "name": "Andrey Helldar",
  1121. "email": "helldar@dragon-code.pro",
  1122. "homepage": "https://dragon-code.pro"
  1123. }
  1124. ],
  1125. "description": "Simple conversion of an array to a pretty view",
  1126. "keywords": [
  1127. "andrey helldar",
  1128. "array",
  1129. "dragon",
  1130. "dragon code",
  1131. "pretty",
  1132. "pretty array"
  1133. ],
  1134. "support": {
  1135. "issues": "https://github.com/TheDragonCode/pretty-array/issues",
  1136. "source": "https://github.com/TheDragonCode/pretty-array"
  1137. },
  1138. "funding": [
  1139. {
  1140. "url": "https://boosty.to/dragon-code",
  1141. "type": "boosty"
  1142. },
  1143. {
  1144. "url": "https://yoomoney.ru/to/410012608840929",
  1145. "type": "yoomoney"
  1146. }
  1147. ],
  1148. "time": "2025-02-24T15:35:24+00:00"
  1149. },
  1150. {
  1151. "name": "dragon-code/support",
  1152. "version": "6.16.0",
  1153. "source": {
  1154. "type": "git",
  1155. "url": "https://github.com/TheDragonCode/support.git",
  1156. "reference": "ab9b657a307e75f6ba5b2b39e1e45207dc1a065a"
  1157. },
  1158. "dist": {
  1159. "type": "zip",
  1160. "url": "https://api.github.com/repos/TheDragonCode/support/zipball/ab9b657a307e75f6ba5b2b39e1e45207dc1a065a",
  1161. "reference": "ab9b657a307e75f6ba5b2b39e1e45207dc1a065a",
  1162. "shasum": ""
  1163. },
  1164. "require": {
  1165. "dragon-code/contracts": "^2.22.0",
  1166. "ext-bcmath": "*",
  1167. "ext-ctype": "*",
  1168. "ext-dom": "*",
  1169. "ext-json": "*",
  1170. "ext-mbstring": "*",
  1171. "php": "^8.1",
  1172. "psr/http-message": "^1.0.1 || ^2.0",
  1173. "symfony/polyfill-php81": "^1.25",
  1174. "voku/portable-ascii": "^1.4.8 || ^2.0.1"
  1175. },
  1176. "conflict": {
  1177. "andrey-helldar/support": "*"
  1178. },
  1179. "require-dev": {
  1180. "illuminate/contracts": "^9.0 || ^10.0 || ^11.0 || ^12.0",
  1181. "phpunit/phpunit": "^9.6 || ^11.0 || ^12.0",
  1182. "symfony/var-dumper": "^6.0 || ^7.0"
  1183. },
  1184. "suggest": {
  1185. "dragon-code/laravel-support": "Various helper files for the Laravel and Lumen frameworks",
  1186. "symfony/thanks": "Give thanks (in the form of a GitHub) to your fellow PHP package maintainers"
  1187. },
  1188. "type": "library",
  1189. "extra": {
  1190. "dragon-code": {
  1191. "docs-generator": {
  1192. "preview": {
  1193. "brand": "php",
  1194. "vendor": "The Dragon Code"
  1195. }
  1196. }
  1197. }
  1198. },
  1199. "autoload": {
  1200. "psr-4": {
  1201. "DragonCode\\Support\\": "src"
  1202. }
  1203. },
  1204. "notification-url": "https://packagist.org/downloads/",
  1205. "license": [
  1206. "MIT"
  1207. ],
  1208. "authors": [
  1209. {
  1210. "name": "Andrey Helldar",
  1211. "email": "helldar@dragon-code.pro",
  1212. "homepage": "https://dragon-code.pro"
  1213. }
  1214. ],
  1215. "description": "Support package is a collection of helpers and tools for any project.",
  1216. "keywords": [
  1217. "dragon",
  1218. "dragon-code",
  1219. "framework",
  1220. "helper",
  1221. "helpers",
  1222. "laravel",
  1223. "php",
  1224. "support",
  1225. "symfony",
  1226. "yii",
  1227. "yii2"
  1228. ],
  1229. "support": {
  1230. "issues": "https://github.com/TheDragonCode/support/issues",
  1231. "source": "https://github.com/TheDragonCode/support"
  1232. },
  1233. "funding": [
  1234. {
  1235. "url": "https://boosty.to/dragon-code",
  1236. "type": "boosty"
  1237. },
  1238. {
  1239. "url": "https://yoomoney.ru/to/410012608840929",
  1240. "type": "yoomoney"
  1241. }
  1242. ],
  1243. "time": "2025-02-24T14:01:52+00:00"
  1244. },
  1245. {
  1246. "name": "dragonmantank/cron-expression",
  1247. "version": "v3.4.0",
  1248. "source": {
  1249. "type": "git",
  1250. "url": "https://github.com/dragonmantank/cron-expression.git",
  1251. "reference": "8c784d071debd117328803d86b2097615b457500"
  1252. },
  1253. "dist": {
  1254. "type": "zip",
  1255. "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8c784d071debd117328803d86b2097615b457500",
  1256. "reference": "8c784d071debd117328803d86b2097615b457500",
  1257. "shasum": ""
  1258. },
  1259. "require": {
  1260. "php": "^7.2|^8.0",
  1261. "webmozart/assert": "^1.0"
  1262. },
  1263. "replace": {
  1264. "mtdowling/cron-expression": "^1.0"
  1265. },
  1266. "require-dev": {
  1267. "phpstan/extension-installer": "^1.0",
  1268. "phpstan/phpstan": "^1.0",
  1269. "phpunit/phpunit": "^7.0|^8.0|^9.0"
  1270. },
  1271. "type": "library",
  1272. "extra": {
  1273. "branch-alias": {
  1274. "dev-master": "3.x-dev"
  1275. }
  1276. },
  1277. "autoload": {
  1278. "psr-4": {
  1279. "Cron\\": "src/Cron/"
  1280. }
  1281. },
  1282. "notification-url": "https://packagist.org/downloads/",
  1283. "license": [
  1284. "MIT"
  1285. ],
  1286. "authors": [
  1287. {
  1288. "name": "Chris Tankersley",
  1289. "email": "chris@ctankersley.com",
  1290. "homepage": "https://github.com/dragonmantank"
  1291. }
  1292. ],
  1293. "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  1294. "keywords": [
  1295. "cron",
  1296. "schedule"
  1297. ],
  1298. "support": {
  1299. "issues": "https://github.com/dragonmantank/cron-expression/issues",
  1300. "source": "https://github.com/dragonmantank/cron-expression/tree/v3.4.0"
  1301. },
  1302. "funding": [
  1303. {
  1304. "url": "https://github.com/dragonmantank",
  1305. "type": "github"
  1306. }
  1307. ],
  1308. "time": "2024-10-09T13:47:03+00:00"
  1309. },
  1310. {
  1311. "name": "egulias/email-validator",
  1312. "version": "4.0.4",
  1313. "source": {
  1314. "type": "git",
  1315. "url": "https://github.com/egulias/EmailValidator.git",
  1316. "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa"
  1317. },
  1318. "dist": {
  1319. "type": "zip",
  1320. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
  1321. "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
  1322. "shasum": ""
  1323. },
  1324. "require": {
  1325. "doctrine/lexer": "^2.0 || ^3.0",
  1326. "php": ">=8.1",
  1327. "symfony/polyfill-intl-idn": "^1.26"
  1328. },
  1329. "require-dev": {
  1330. "phpunit/phpunit": "^10.2",
  1331. "vimeo/psalm": "^5.12"
  1332. },
  1333. "suggest": {
  1334. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  1335. },
  1336. "type": "library",
  1337. "extra": {
  1338. "branch-alias": {
  1339. "dev-master": "4.0.x-dev"
  1340. }
  1341. },
  1342. "autoload": {
  1343. "psr-4": {
  1344. "Egulias\\EmailValidator\\": "src"
  1345. }
  1346. },
  1347. "notification-url": "https://packagist.org/downloads/",
  1348. "license": [
  1349. "MIT"
  1350. ],
  1351. "authors": [
  1352. {
  1353. "name": "Eduardo Gulias Davis"
  1354. }
  1355. ],
  1356. "description": "A library for validating emails against several RFCs",
  1357. "homepage": "https://github.com/egulias/EmailValidator",
  1358. "keywords": [
  1359. "email",
  1360. "emailvalidation",
  1361. "emailvalidator",
  1362. "validation",
  1363. "validator"
  1364. ],
  1365. "support": {
  1366. "issues": "https://github.com/egulias/EmailValidator/issues",
  1367. "source": "https://github.com/egulias/EmailValidator/tree/4.0.4"
  1368. },
  1369. "funding": [
  1370. {
  1371. "url": "https://github.com/egulias",
  1372. "type": "github"
  1373. }
  1374. ],
  1375. "time": "2025-03-06T22:45:56+00:00"
  1376. },
  1377. {
  1378. "name": "fruitcake/php-cors",
  1379. "version": "v1.3.0",
  1380. "source": {
  1381. "type": "git",
  1382. "url": "https://github.com/fruitcake/php-cors.git",
  1383. "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b"
  1384. },
  1385. "dist": {
  1386. "type": "zip",
  1387. "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b",
  1388. "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b",
  1389. "shasum": ""
  1390. },
  1391. "require": {
  1392. "php": "^7.4|^8.0",
  1393. "symfony/http-foundation": "^4.4|^5.4|^6|^7"
  1394. },
  1395. "require-dev": {
  1396. "phpstan/phpstan": "^1.4",
  1397. "phpunit/phpunit": "^9",
  1398. "squizlabs/php_codesniffer": "^3.5"
  1399. },
  1400. "type": "library",
  1401. "extra": {
  1402. "branch-alias": {
  1403. "dev-master": "1.2-dev"
  1404. }
  1405. },
  1406. "autoload": {
  1407. "psr-4": {
  1408. "Fruitcake\\Cors\\": "src/"
  1409. }
  1410. },
  1411. "notification-url": "https://packagist.org/downloads/",
  1412. "license": [
  1413. "MIT"
  1414. ],
  1415. "authors": [
  1416. {
  1417. "name": "Fruitcake",
  1418. "homepage": "https://fruitcake.nl"
  1419. },
  1420. {
  1421. "name": "Barryvdh",
  1422. "email": "barryvdh@gmail.com"
  1423. }
  1424. ],
  1425. "description": "Cross-origin resource sharing library for the Symfony HttpFoundation",
  1426. "homepage": "https://github.com/fruitcake/php-cors",
  1427. "keywords": [
  1428. "cors",
  1429. "laravel",
  1430. "symfony"
  1431. ],
  1432. "support": {
  1433. "issues": "https://github.com/fruitcake/php-cors/issues",
  1434. "source": "https://github.com/fruitcake/php-cors/tree/v1.3.0"
  1435. },
  1436. "funding": [
  1437. {
  1438. "url": "https://fruitcake.nl",
  1439. "type": "custom"
  1440. },
  1441. {
  1442. "url": "https://github.com/barryvdh",
  1443. "type": "github"
  1444. }
  1445. ],
  1446. "time": "2023-10-12T05:21:21+00:00"
  1447. },
  1448. {
  1449. "name": "graham-campbell/result-type",
  1450. "version": "v1.1.3",
  1451. "source": {
  1452. "type": "git",
  1453. "url": "https://github.com/GrahamCampbell/Result-Type.git",
  1454. "reference": "3ba905c11371512af9d9bdd27d99b782216b6945"
  1455. },
  1456. "dist": {
  1457. "type": "zip",
  1458. "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945",
  1459. "reference": "3ba905c11371512af9d9bdd27d99b782216b6945",
  1460. "shasum": ""
  1461. },
  1462. "require": {
  1463. "php": "^7.2.5 || ^8.0",
  1464. "phpoption/phpoption": "^1.9.3"
  1465. },
  1466. "require-dev": {
  1467. "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
  1468. },
  1469. "type": "library",
  1470. "autoload": {
  1471. "psr-4": {
  1472. "GrahamCampbell\\ResultType\\": "src/"
  1473. }
  1474. },
  1475. "notification-url": "https://packagist.org/downloads/",
  1476. "license": [
  1477. "MIT"
  1478. ],
  1479. "authors": [
  1480. {
  1481. "name": "Graham Campbell",
  1482. "email": "hello@gjcampbell.co.uk",
  1483. "homepage": "https://github.com/GrahamCampbell"
  1484. }
  1485. ],
  1486. "description": "An Implementation Of The Result Type",
  1487. "keywords": [
  1488. "Graham Campbell",
  1489. "GrahamCampbell",
  1490. "Result Type",
  1491. "Result-Type",
  1492. "result"
  1493. ],
  1494. "support": {
  1495. "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
  1496. "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3"
  1497. },
  1498. "funding": [
  1499. {
  1500. "url": "https://github.com/GrahamCampbell",
  1501. "type": "github"
  1502. },
  1503. {
  1504. "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
  1505. "type": "tidelift"
  1506. }
  1507. ],
  1508. "time": "2024-07-20T21:45:45+00:00"
  1509. },
  1510. {
  1511. "name": "guzzlehttp/guzzle",
  1512. "version": "7.10.0",
  1513. "source": {
  1514. "type": "git",
  1515. "url": "https://github.com/guzzle/guzzle.git",
  1516. "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4"
  1517. },
  1518. "dist": {
  1519. "type": "zip",
  1520. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
  1521. "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
  1522. "shasum": ""
  1523. },
  1524. "require": {
  1525. "ext-json": "*",
  1526. "guzzlehttp/promises": "^2.3",
  1527. "guzzlehttp/psr7": "^2.8",
  1528. "php": "^7.2.5 || ^8.0",
  1529. "psr/http-client": "^1.0",
  1530. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  1531. },
  1532. "provide": {
  1533. "psr/http-client-implementation": "1.0"
  1534. },
  1535. "require-dev": {
  1536. "bamarni/composer-bin-plugin": "^1.8.2",
  1537. "ext-curl": "*",
  1538. "guzzle/client-integration-tests": "3.0.2",
  1539. "php-http/message-factory": "^1.1",
  1540. "phpunit/phpunit": "^8.5.39 || ^9.6.20",
  1541. "psr/log": "^1.1 || ^2.0 || ^3.0"
  1542. },
  1543. "suggest": {
  1544. "ext-curl": "Required for CURL handler support",
  1545. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  1546. "psr/log": "Required for using the Log middleware"
  1547. },
  1548. "type": "library",
  1549. "extra": {
  1550. "bamarni-bin": {
  1551. "bin-links": true,
  1552. "forward-command": false
  1553. }
  1554. },
  1555. "autoload": {
  1556. "files": [
  1557. "src/functions_include.php"
  1558. ],
  1559. "psr-4": {
  1560. "GuzzleHttp\\": "src/"
  1561. }
  1562. },
  1563. "notification-url": "https://packagist.org/downloads/",
  1564. "license": [
  1565. "MIT"
  1566. ],
  1567. "authors": [
  1568. {
  1569. "name": "Graham Campbell",
  1570. "email": "hello@gjcampbell.co.uk",
  1571. "homepage": "https://github.com/GrahamCampbell"
  1572. },
  1573. {
  1574. "name": "Michael Dowling",
  1575. "email": "mtdowling@gmail.com",
  1576. "homepage": "https://github.com/mtdowling"
  1577. },
  1578. {
  1579. "name": "Jeremy Lindblom",
  1580. "email": "jeremeamia@gmail.com",
  1581. "homepage": "https://github.com/jeremeamia"
  1582. },
  1583. {
  1584. "name": "George Mponos",
  1585. "email": "gmponos@gmail.com",
  1586. "homepage": "https://github.com/gmponos"
  1587. },
  1588. {
  1589. "name": "Tobias Nyholm",
  1590. "email": "tobias.nyholm@gmail.com",
  1591. "homepage": "https://github.com/Nyholm"
  1592. },
  1593. {
  1594. "name": "Márk Sági-Kazár",
  1595. "email": "mark.sagikazar@gmail.com",
  1596. "homepage": "https://github.com/sagikazarmark"
  1597. },
  1598. {
  1599. "name": "Tobias Schultze",
  1600. "email": "webmaster@tubo-world.de",
  1601. "homepage": "https://github.com/Tobion"
  1602. }
  1603. ],
  1604. "description": "Guzzle is a PHP HTTP client library",
  1605. "keywords": [
  1606. "client",
  1607. "curl",
  1608. "framework",
  1609. "http",
  1610. "http client",
  1611. "psr-18",
  1612. "psr-7",
  1613. "rest",
  1614. "web service"
  1615. ],
  1616. "support": {
  1617. "issues": "https://github.com/guzzle/guzzle/issues",
  1618. "source": "https://github.com/guzzle/guzzle/tree/7.10.0"
  1619. },
  1620. "funding": [
  1621. {
  1622. "url": "https://github.com/GrahamCampbell",
  1623. "type": "github"
  1624. },
  1625. {
  1626. "url": "https://github.com/Nyholm",
  1627. "type": "github"
  1628. },
  1629. {
  1630. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
  1631. "type": "tidelift"
  1632. }
  1633. ],
  1634. "time": "2025-08-23T22:36:01+00:00"
  1635. },
  1636. {
  1637. "name": "guzzlehttp/promises",
  1638. "version": "2.3.0",
  1639. "source": {
  1640. "type": "git",
  1641. "url": "https://github.com/guzzle/promises.git",
  1642. "reference": "481557b130ef3790cf82b713667b43030dc9c957"
  1643. },
  1644. "dist": {
  1645. "type": "zip",
  1646. "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957",
  1647. "reference": "481557b130ef3790cf82b713667b43030dc9c957",
  1648. "shasum": ""
  1649. },
  1650. "require": {
  1651. "php": "^7.2.5 || ^8.0"
  1652. },
  1653. "require-dev": {
  1654. "bamarni/composer-bin-plugin": "^1.8.2",
  1655. "phpunit/phpunit": "^8.5.44 || ^9.6.25"
  1656. },
  1657. "type": "library",
  1658. "extra": {
  1659. "bamarni-bin": {
  1660. "bin-links": true,
  1661. "forward-command": false
  1662. }
  1663. },
  1664. "autoload": {
  1665. "psr-4": {
  1666. "GuzzleHttp\\Promise\\": "src/"
  1667. }
  1668. },
  1669. "notification-url": "https://packagist.org/downloads/",
  1670. "license": [
  1671. "MIT"
  1672. ],
  1673. "authors": [
  1674. {
  1675. "name": "Graham Campbell",
  1676. "email": "hello@gjcampbell.co.uk",
  1677. "homepage": "https://github.com/GrahamCampbell"
  1678. },
  1679. {
  1680. "name": "Michael Dowling",
  1681. "email": "mtdowling@gmail.com",
  1682. "homepage": "https://github.com/mtdowling"
  1683. },
  1684. {
  1685. "name": "Tobias Nyholm",
  1686. "email": "tobias.nyholm@gmail.com",
  1687. "homepage": "https://github.com/Nyholm"
  1688. },
  1689. {
  1690. "name": "Tobias Schultze",
  1691. "email": "webmaster@tubo-world.de",
  1692. "homepage": "https://github.com/Tobion"
  1693. }
  1694. ],
  1695. "description": "Guzzle promises library",
  1696. "keywords": [
  1697. "promise"
  1698. ],
  1699. "support": {
  1700. "issues": "https://github.com/guzzle/promises/issues",
  1701. "source": "https://github.com/guzzle/promises/tree/2.3.0"
  1702. },
  1703. "funding": [
  1704. {
  1705. "url": "https://github.com/GrahamCampbell",
  1706. "type": "github"
  1707. },
  1708. {
  1709. "url": "https://github.com/Nyholm",
  1710. "type": "github"
  1711. },
  1712. {
  1713. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  1714. "type": "tidelift"
  1715. }
  1716. ],
  1717. "time": "2025-08-22T14:34:08+00:00"
  1718. },
  1719. {
  1720. "name": "guzzlehttp/psr7",
  1721. "version": "2.8.0",
  1722. "source": {
  1723. "type": "git",
  1724. "url": "https://github.com/guzzle/psr7.git",
  1725. "reference": "21dc724a0583619cd1652f673303492272778051"
  1726. },
  1727. "dist": {
  1728. "type": "zip",
  1729. "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051",
  1730. "reference": "21dc724a0583619cd1652f673303492272778051",
  1731. "shasum": ""
  1732. },
  1733. "require": {
  1734. "php": "^7.2.5 || ^8.0",
  1735. "psr/http-factory": "^1.0",
  1736. "psr/http-message": "^1.1 || ^2.0",
  1737. "ralouphie/getallheaders": "^3.0"
  1738. },
  1739. "provide": {
  1740. "psr/http-factory-implementation": "1.0",
  1741. "psr/http-message-implementation": "1.0"
  1742. },
  1743. "require-dev": {
  1744. "bamarni/composer-bin-plugin": "^1.8.2",
  1745. "http-interop/http-factory-tests": "0.9.0",
  1746. "phpunit/phpunit": "^8.5.44 || ^9.6.25"
  1747. },
  1748. "suggest": {
  1749. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  1750. },
  1751. "type": "library",
  1752. "extra": {
  1753. "bamarni-bin": {
  1754. "bin-links": true,
  1755. "forward-command": false
  1756. }
  1757. },
  1758. "autoload": {
  1759. "psr-4": {
  1760. "GuzzleHttp\\Psr7\\": "src/"
  1761. }
  1762. },
  1763. "notification-url": "https://packagist.org/downloads/",
  1764. "license": [
  1765. "MIT"
  1766. ],
  1767. "authors": [
  1768. {
  1769. "name": "Graham Campbell",
  1770. "email": "hello@gjcampbell.co.uk",
  1771. "homepage": "https://github.com/GrahamCampbell"
  1772. },
  1773. {
  1774. "name": "Michael Dowling",
  1775. "email": "mtdowling@gmail.com",
  1776. "homepage": "https://github.com/mtdowling"
  1777. },
  1778. {
  1779. "name": "George Mponos",
  1780. "email": "gmponos@gmail.com",
  1781. "homepage": "https://github.com/gmponos"
  1782. },
  1783. {
  1784. "name": "Tobias Nyholm",
  1785. "email": "tobias.nyholm@gmail.com",
  1786. "homepage": "https://github.com/Nyholm"
  1787. },
  1788. {
  1789. "name": "Márk Sági-Kazár",
  1790. "email": "mark.sagikazar@gmail.com",
  1791. "homepage": "https://github.com/sagikazarmark"
  1792. },
  1793. {
  1794. "name": "Tobias Schultze",
  1795. "email": "webmaster@tubo-world.de",
  1796. "homepage": "https://github.com/Tobion"
  1797. },
  1798. {
  1799. "name": "Márk Sági-Kazár",
  1800. "email": "mark.sagikazar@gmail.com",
  1801. "homepage": "https://sagikazarmark.hu"
  1802. }
  1803. ],
  1804. "description": "PSR-7 message implementation that also provides common utility methods",
  1805. "keywords": [
  1806. "http",
  1807. "message",
  1808. "psr-7",
  1809. "request",
  1810. "response",
  1811. "stream",
  1812. "uri",
  1813. "url"
  1814. ],
  1815. "support": {
  1816. "issues": "https://github.com/guzzle/psr7/issues",
  1817. "source": "https://github.com/guzzle/psr7/tree/2.8.0"
  1818. },
  1819. "funding": [
  1820. {
  1821. "url": "https://github.com/GrahamCampbell",
  1822. "type": "github"
  1823. },
  1824. {
  1825. "url": "https://github.com/Nyholm",
  1826. "type": "github"
  1827. },
  1828. {
  1829. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  1830. "type": "tidelift"
  1831. }
  1832. ],
  1833. "time": "2025-08-23T21:21:41+00:00"
  1834. },
  1835. {
  1836. "name": "guzzlehttp/uri-template",
  1837. "version": "v1.0.5",
  1838. "source": {
  1839. "type": "git",
  1840. "url": "https://github.com/guzzle/uri-template.git",
  1841. "reference": "4f4bbd4e7172148801e76e3decc1e559bdee34e1"
  1842. },
  1843. "dist": {
  1844. "type": "zip",
  1845. "url": "https://api.github.com/repos/guzzle/uri-template/zipball/4f4bbd4e7172148801e76e3decc1e559bdee34e1",
  1846. "reference": "4f4bbd4e7172148801e76e3decc1e559bdee34e1",
  1847. "shasum": ""
  1848. },
  1849. "require": {
  1850. "php": "^7.2.5 || ^8.0",
  1851. "symfony/polyfill-php80": "^1.24"
  1852. },
  1853. "require-dev": {
  1854. "bamarni/composer-bin-plugin": "^1.8.2",
  1855. "phpunit/phpunit": "^8.5.44 || ^9.6.25",
  1856. "uri-template/tests": "1.0.0"
  1857. },
  1858. "type": "library",
  1859. "extra": {
  1860. "bamarni-bin": {
  1861. "bin-links": true,
  1862. "forward-command": false
  1863. }
  1864. },
  1865. "autoload": {
  1866. "psr-4": {
  1867. "GuzzleHttp\\UriTemplate\\": "src"
  1868. }
  1869. },
  1870. "notification-url": "https://packagist.org/downloads/",
  1871. "license": [
  1872. "MIT"
  1873. ],
  1874. "authors": [
  1875. {
  1876. "name": "Graham Campbell",
  1877. "email": "hello@gjcampbell.co.uk",
  1878. "homepage": "https://github.com/GrahamCampbell"
  1879. },
  1880. {
  1881. "name": "Michael Dowling",
  1882. "email": "mtdowling@gmail.com",
  1883. "homepage": "https://github.com/mtdowling"
  1884. },
  1885. {
  1886. "name": "George Mponos",
  1887. "email": "gmponos@gmail.com",
  1888. "homepage": "https://github.com/gmponos"
  1889. },
  1890. {
  1891. "name": "Tobias Nyholm",
  1892. "email": "tobias.nyholm@gmail.com",
  1893. "homepage": "https://github.com/Nyholm"
  1894. }
  1895. ],
  1896. "description": "A polyfill class for uri_template of PHP",
  1897. "keywords": [
  1898. "guzzlehttp",
  1899. "uri-template"
  1900. ],
  1901. "support": {
  1902. "issues": "https://github.com/guzzle/uri-template/issues",
  1903. "source": "https://github.com/guzzle/uri-template/tree/v1.0.5"
  1904. },
  1905. "funding": [
  1906. {
  1907. "url": "https://github.com/GrahamCampbell",
  1908. "type": "github"
  1909. },
  1910. {
  1911. "url": "https://github.com/Nyholm",
  1912. "type": "github"
  1913. },
  1914. {
  1915. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
  1916. "type": "tidelift"
  1917. }
  1918. ],
  1919. "time": "2025-08-22T14:27:06+00:00"
  1920. },
  1921. {
  1922. "name": "intervention/gif",
  1923. "version": "4.2.2",
  1924. "source": {
  1925. "type": "git",
  1926. "url": "https://github.com/Intervention/gif.git",
  1927. "reference": "5999eac6a39aa760fb803bc809e8909ee67b451a"
  1928. },
  1929. "dist": {
  1930. "type": "zip",
  1931. "url": "https://api.github.com/repos/Intervention/gif/zipball/5999eac6a39aa760fb803bc809e8909ee67b451a",
  1932. "reference": "5999eac6a39aa760fb803bc809e8909ee67b451a",
  1933. "shasum": ""
  1934. },
  1935. "require": {
  1936. "php": "^8.1"
  1937. },
  1938. "require-dev": {
  1939. "phpstan/phpstan": "^2.1",
  1940. "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",
  1941. "slevomat/coding-standard": "~8.0",
  1942. "squizlabs/php_codesniffer": "^3.8"
  1943. },
  1944. "type": "library",
  1945. "autoload": {
  1946. "psr-4": {
  1947. "Intervention\\Gif\\": "src"
  1948. }
  1949. },
  1950. "notification-url": "https://packagist.org/downloads/",
  1951. "license": [
  1952. "MIT"
  1953. ],
  1954. "authors": [
  1955. {
  1956. "name": "Oliver Vogel",
  1957. "email": "oliver@intervention.io",
  1958. "homepage": "https://intervention.io/"
  1959. }
  1960. ],
  1961. "description": "Native PHP GIF Encoder/Decoder",
  1962. "homepage": "https://github.com/intervention/gif",
  1963. "keywords": [
  1964. "animation",
  1965. "gd",
  1966. "gif",
  1967. "image"
  1968. ],
  1969. "support": {
  1970. "issues": "https://github.com/Intervention/gif/issues",
  1971. "source": "https://github.com/Intervention/gif/tree/4.2.2"
  1972. },
  1973. "funding": [
  1974. {
  1975. "url": "https://paypal.me/interventionio",
  1976. "type": "custom"
  1977. },
  1978. {
  1979. "url": "https://github.com/Intervention",
  1980. "type": "github"
  1981. },
  1982. {
  1983. "url": "https://ko-fi.com/interventionphp",
  1984. "type": "ko_fi"
  1985. }
  1986. ],
  1987. "time": "2025-03-29T07:46:21+00:00"
  1988. },
  1989. {
  1990. "name": "intervention/image",
  1991. "version": "3.11.4",
  1992. "source": {
  1993. "type": "git",
  1994. "url": "https://github.com/Intervention/image.git",
  1995. "reference": "8c49eb21a6d2572532d1bc425964264f3e496846"
  1996. },
  1997. "dist": {
  1998. "type": "zip",
  1999. "url": "https://api.github.com/repos/Intervention/image/zipball/8c49eb21a6d2572532d1bc425964264f3e496846",
  2000. "reference": "8c49eb21a6d2572532d1bc425964264f3e496846",
  2001. "shasum": ""
  2002. },
  2003. "require": {
  2004. "ext-mbstring": "*",
  2005. "intervention/gif": "^4.2",
  2006. "php": "^8.1"
  2007. },
  2008. "require-dev": {
  2009. "mockery/mockery": "^1.6",
  2010. "phpstan/phpstan": "^2.1",
  2011. "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",
  2012. "slevomat/coding-standard": "~8.0",
  2013. "squizlabs/php_codesniffer": "^3.8"
  2014. },
  2015. "suggest": {
  2016. "ext-exif": "Recommended to be able to read EXIF data properly."
  2017. },
  2018. "type": "library",
  2019. "autoload": {
  2020. "psr-4": {
  2021. "Intervention\\Image\\": "src"
  2022. }
  2023. },
  2024. "notification-url": "https://packagist.org/downloads/",
  2025. "license": [
  2026. "MIT"
  2027. ],
  2028. "authors": [
  2029. {
  2030. "name": "Oliver Vogel",
  2031. "email": "oliver@intervention.io",
  2032. "homepage": "https://intervention.io/"
  2033. }
  2034. ],
  2035. "description": "PHP image manipulation",
  2036. "homepage": "https://image.intervention.io/",
  2037. "keywords": [
  2038. "gd",
  2039. "image",
  2040. "imagick",
  2041. "resize",
  2042. "thumbnail",
  2043. "watermark"
  2044. ],
  2045. "support": {
  2046. "issues": "https://github.com/Intervention/image/issues",
  2047. "source": "https://github.com/Intervention/image/tree/3.11.4"
  2048. },
  2049. "funding": [
  2050. {
  2051. "url": "https://paypal.me/interventionio",
  2052. "type": "custom"
  2053. },
  2054. {
  2055. "url": "https://github.com/Intervention",
  2056. "type": "github"
  2057. },
  2058. {
  2059. "url": "https://ko-fi.com/interventionphp",
  2060. "type": "ko_fi"
  2061. }
  2062. ],
  2063. "time": "2025-07-30T13:13:19+00:00"
  2064. },
  2065. {
  2066. "name": "laravel-lang/actions",
  2067. "version": "1.10.2",
  2068. "source": {
  2069. "type": "git",
  2070. "url": "https://github.com/Laravel-Lang/actions.git",
  2071. "reference": "2fd80501e849b84a795f3325d61a44b543fe8d41"
  2072. },
  2073. "dist": {
  2074. "type": "zip",
  2075. "url": "https://api.github.com/repos/Laravel-Lang/actions/zipball/2fd80501e849b84a795f3325d61a44b543fe8d41",
  2076. "reference": "2fd80501e849b84a795f3325d61a44b543fe8d41",
  2077. "shasum": ""
  2078. },
  2079. "require": {
  2080. "ext-json": "*",
  2081. "laravel-lang/publisher": "^14.0 || ^15.0 || ^16.0",
  2082. "php": "^8.1"
  2083. },
  2084. "require-dev": {
  2085. "laravel-lang/status-generator": "^2.3.1",
  2086. "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",
  2087. "symfony/var-dumper": "^6.3 || ^7.0"
  2088. },
  2089. "type": "library",
  2090. "extra": {
  2091. "laravel": {
  2092. "providers": [
  2093. "LaravelLang\\Actions\\ServiceProvider"
  2094. ]
  2095. }
  2096. },
  2097. "autoload": {
  2098. "psr-4": {
  2099. "LaravelLang\\Actions\\": "src/"
  2100. }
  2101. },
  2102. "notification-url": "https://packagist.org/downloads/",
  2103. "license": [
  2104. "MIT"
  2105. ],
  2106. "authors": [
  2107. {
  2108. "name": "Andrey Helldar",
  2109. "email": "helldar@dragon-code.pro",
  2110. "homepage": "https://dragon-code.pro"
  2111. },
  2112. {
  2113. "name": "Laravel Lang Team",
  2114. "homepage": "https://laravel-lang.com"
  2115. }
  2116. ],
  2117. "description": "Translation of buttons and other action elements",
  2118. "keywords": [
  2119. "actions",
  2120. "buttons",
  2121. "lang",
  2122. "languages",
  2123. "laravel",
  2124. "translations"
  2125. ],
  2126. "support": {
  2127. "issues": "https://github.com/Laravel-Lang/actions/issues",
  2128. "source": "https://github.com/Laravel-Lang/actions/tree/1.10.2"
  2129. },
  2130. "time": "2025-06-23T09:39:11+00:00"
  2131. },
  2132. {
  2133. "name": "laravel-lang/attributes",
  2134. "version": "2.13.5",
  2135. "source": {
  2136. "type": "git",
  2137. "url": "https://github.com/Laravel-Lang/attributes.git",
  2138. "reference": "0f7a0c195cbd4eb000b14dc3fd233dacd23a10f7"
  2139. },
  2140. "dist": {
  2141. "type": "zip",
  2142. "url": "https://api.github.com/repos/Laravel-Lang/attributes/zipball/0f7a0c195cbd4eb000b14dc3fd233dacd23a10f7",
  2143. "reference": "0f7a0c195cbd4eb000b14dc3fd233dacd23a10f7",
  2144. "shasum": ""
  2145. },
  2146. "require": {
  2147. "ext-json": "*",
  2148. "laravel-lang/publisher": "^14.0 || ^15.0 || ^16.0",
  2149. "php": "^8.1"
  2150. },
  2151. "require-dev": {
  2152. "laravel-lang/status-generator": "^1.19 || ^2.0",
  2153. "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",
  2154. "symfony/var-dumper": "^6.0 || ^7.0"
  2155. },
  2156. "type": "library",
  2157. "extra": {
  2158. "laravel": {
  2159. "providers": [
  2160. "LaravelLang\\Attributes\\ServiceProvider"
  2161. ]
  2162. }
  2163. },
  2164. "autoload": {
  2165. "psr-4": {
  2166. "LaravelLang\\Attributes\\": "src/"
  2167. }
  2168. },
  2169. "notification-url": "https://packagist.org/downloads/",
  2170. "license": [
  2171. "MIT"
  2172. ],
  2173. "authors": [
  2174. {
  2175. "name": "Andrey Helldar",
  2176. "email": "helldar@dragon-code.pro"
  2177. },
  2178. {
  2179. "name": "Laravel-Lang Team",
  2180. "homepage": "https://github.com/Laravel-Lang"
  2181. }
  2182. ],
  2183. "description": "List of 126 languages for form field names",
  2184. "keywords": [
  2185. "attributes",
  2186. "fields",
  2187. "form",
  2188. "lang",
  2189. "languages",
  2190. "laravel",
  2191. "messages",
  2192. "translations",
  2193. "validation"
  2194. ],
  2195. "support": {
  2196. "issues": "https://github.com/Laravel-Lang/attributes/issues",
  2197. "source": "https://github.com/Laravel-Lang/attributes/tree/2.13.5"
  2198. },
  2199. "time": "2025-06-23T09:39:20+00:00"
  2200. },
  2201. {
  2202. "name": "laravel-lang/common",
  2203. "version": "6.7.1",
  2204. "source": {
  2205. "type": "git",
  2206. "url": "https://github.com/Laravel-Lang/common.git",
  2207. "reference": "8deaf311213d696cbd3cc41ac23705af39a187ff"
  2208. },
  2209. "dist": {
  2210. "type": "zip",
  2211. "url": "https://api.github.com/repos/Laravel-Lang/common/zipball/8deaf311213d696cbd3cc41ac23705af39a187ff",
  2212. "reference": "8deaf311213d696cbd3cc41ac23705af39a187ff",
  2213. "shasum": ""
  2214. },
  2215. "require": {
  2216. "laravel-lang/actions": "^1.9",
  2217. "laravel-lang/attributes": "^2.12",
  2218. "laravel-lang/http-statuses": "^3.8",
  2219. "laravel-lang/json-fallback": "^2.2",
  2220. "laravel-lang/lang": "^13.12 || ^14.0 || ^15.5.1",
  2221. "laravel-lang/locales": "^2.10",
  2222. "laravel-lang/models": "^1.3",
  2223. "laravel-lang/moonshine": "^1.2",
  2224. "laravel-lang/publisher": "^16.5",
  2225. "laravel-lang/routes": "^1.7",
  2226. "laravel-lang/starter-kits": "^1.0",
  2227. "php": "^8.1"
  2228. },
  2229. "require-dev": {
  2230. "dragon-code/support": "^6.13",
  2231. "orchestra/testbench": "^8.17 || ^9.1.2 || ^10.0",
  2232. "phpunit/phpunit": "^10.5.20 || ^11.0 || ^12.0",
  2233. "symfony/var-dumper": "^6.4 || ^7.1.1"
  2234. },
  2235. "type": "library",
  2236. "notification-url": "https://packagist.org/downloads/",
  2237. "license": [
  2238. "MIT"
  2239. ],
  2240. "authors": [
  2241. {
  2242. "name": "Laravel-Lang Team",
  2243. "homepage": "https://github.com/Laravel-Lang"
  2244. },
  2245. {
  2246. "name": "Andrey Helldar",
  2247. "email": "helldar@dragon-code.pro",
  2248. "homepage": "https://dragon-code.pro"
  2249. }
  2250. ],
  2251. "description": "Easily connect the necessary language packs to the application",
  2252. "keywords": [
  2253. "Laravel-lang",
  2254. "actions",
  2255. "attribute",
  2256. "attributes",
  2257. "breeze",
  2258. "buttons",
  2259. "cashier",
  2260. "fortify",
  2261. "framework",
  2262. "http",
  2263. "http-status",
  2264. "http-status-code",
  2265. "i18n",
  2266. "jetstream",
  2267. "lang",
  2268. "language",
  2269. "languages",
  2270. "laravel",
  2271. "locale",
  2272. "locales",
  2273. "localization",
  2274. "localizations",
  2275. "moonshine",
  2276. "nova",
  2277. "publisher",
  2278. "spark",
  2279. "translation",
  2280. "translations",
  2281. "ui"
  2282. ],
  2283. "support": {
  2284. "issues": "https://github.com/Laravel-Lang/common/issues",
  2285. "source": "https://github.com/Laravel-Lang/common"
  2286. },
  2287. "time": "2025-06-23T09:38:20+00:00"
  2288. },
  2289. {
  2290. "name": "laravel-lang/config",
  2291. "version": "1.14.0",
  2292. "source": {
  2293. "type": "git",
  2294. "url": "https://github.com/Laravel-Lang/config.git",
  2295. "reference": "0f6a41a1d5f4bde6ff59fbfd9e349ac64b737c69"
  2296. },
  2297. "dist": {
  2298. "type": "zip",
  2299. "url": "https://api.github.com/repos/Laravel-Lang/config/zipball/0f6a41a1d5f4bde6ff59fbfd9e349ac64b737c69",
  2300. "reference": "0f6a41a1d5f4bde6ff59fbfd9e349ac64b737c69",
  2301. "shasum": ""
  2302. },
  2303. "require": {
  2304. "archtechx/enums": "^1.0",
  2305. "illuminate/config": "^10.0 || ^11.0 || ^12.0",
  2306. "illuminate/support": "^10.0 || ^11.0 || ^12.0",
  2307. "laravel-lang/locale-list": "^1.5",
  2308. "php": "^8.1"
  2309. },
  2310. "require-dev": {
  2311. "orchestra/testbench": "^8.23 || ^9.1 || ^10.0",
  2312. "pestphp/pest": "^2.34 || ^3.0"
  2313. },
  2314. "type": "library",
  2315. "extra": {
  2316. "laravel": {
  2317. "providers": [
  2318. "LaravelLang\\Config\\ServiceProvider"
  2319. ]
  2320. }
  2321. },
  2322. "autoload": {
  2323. "psr-4": {
  2324. "LaravelLang\\Config\\": "src/"
  2325. }
  2326. },
  2327. "notification-url": "https://packagist.org/downloads/",
  2328. "license": [
  2329. "MIT"
  2330. ],
  2331. "authors": [
  2332. {
  2333. "name": "Andrey Helldar",
  2334. "email": "helldar@dragon-code.pro",
  2335. "homepage": "https://dragon-code.pro"
  2336. },
  2337. {
  2338. "name": "Laravel-Lang Team",
  2339. "homepage": "https://laravel-lang.com"
  2340. }
  2341. ],
  2342. "description": "The Laravel-Lang config package",
  2343. "keywords": [
  2344. "Laravel-lang",
  2345. "Settings",
  2346. "config",
  2347. "lang",
  2348. "languages",
  2349. "laravel",
  2350. "locale",
  2351. "locales",
  2352. "localization",
  2353. "localizations",
  2354. "translation",
  2355. "translations"
  2356. ],
  2357. "support": {
  2358. "issues": "https://github.com/Laravel-Lang/config/issues",
  2359. "source": "https://github.com/Laravel-Lang/config/tree/1.14.0"
  2360. },
  2361. "time": "2025-04-11T07:31:54+00:00"
  2362. },
  2363. {
  2364. "name": "laravel-lang/http-statuses",
  2365. "version": "3.10.5",
  2366. "source": {
  2367. "type": "git",
  2368. "url": "https://github.com/Laravel-Lang/http-statuses.git",
  2369. "reference": "a4a5508088950a97058ab06e8f3587c611b97097"
  2370. },
  2371. "dist": {
  2372. "type": "zip",
  2373. "url": "https://api.github.com/repos/Laravel-Lang/http-statuses/zipball/a4a5508088950a97058ab06e8f3587c611b97097",
  2374. "reference": "a4a5508088950a97058ab06e8f3587c611b97097",
  2375. "shasum": ""
  2376. },
  2377. "require": {
  2378. "ext-json": "*",
  2379. "laravel-lang/publisher": "^14.1 || ^15.0 || ^16.0",
  2380. "php": "^8.1"
  2381. },
  2382. "require-dev": {
  2383. "laravel-lang/status-generator": "^1.19 || ^2.0",
  2384. "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",
  2385. "symfony/var-dumper": "^6.0 || ^7.0"
  2386. },
  2387. "type": "library",
  2388. "extra": {
  2389. "laravel": {
  2390. "providers": [
  2391. "LaravelLang\\HttpStatuses\\ServiceProvider"
  2392. ]
  2393. }
  2394. },
  2395. "autoload": {
  2396. "psr-4": {
  2397. "LaravelLang\\HttpStatuses\\": "src"
  2398. }
  2399. },
  2400. "notification-url": "https://packagist.org/downloads/",
  2401. "license": [
  2402. "MIT"
  2403. ],
  2404. "authors": [
  2405. {
  2406. "name": "Andrey Helldar",
  2407. "email": "helldar@dragon-code.pro"
  2408. },
  2409. {
  2410. "name": "Laravel-Lang Team",
  2411. "homepage": "https://github.com/Laravel-Lang"
  2412. }
  2413. ],
  2414. "description": "List of 127 languages for HTTP statuses",
  2415. "keywords": [
  2416. "http",
  2417. "lang",
  2418. "languages",
  2419. "laravel",
  2420. "messages",
  2421. "status",
  2422. "translations"
  2423. ],
  2424. "support": {
  2425. "issues": "https://github.com/Laravel-Lang/http-statuses/issues",
  2426. "source": "https://github.com/Laravel-Lang/http-statuses/tree/3.10.5"
  2427. },
  2428. "time": "2025-08-10T12:13:52+00:00"
  2429. },
  2430. {
  2431. "name": "laravel-lang/json-fallback",
  2432. "version": "2.2.1",
  2433. "source": {
  2434. "type": "git",
  2435. "url": "https://github.com/Laravel-Lang/json-fallback.git",
  2436. "reference": "0172de25e6cc3c5b26a7c8b778ff4e37f4d913f4"
  2437. },
  2438. "dist": {
  2439. "type": "zip",
  2440. "url": "https://api.github.com/repos/Laravel-Lang/json-fallback/zipball/0172de25e6cc3c5b26a7c8b778ff4e37f4d913f4",
  2441. "reference": "0172de25e6cc3c5b26a7c8b778ff4e37f4d913f4",
  2442. "shasum": ""
  2443. },
  2444. "require": {
  2445. "illuminate/support": "^10.0 || ^11.0 || ^12.0",
  2446. "illuminate/translation": "^10.0 || ^11.0 || ^12.0",
  2447. "php": "^8.1"
  2448. },
  2449. "require-dev": {
  2450. "orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
  2451. "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0"
  2452. },
  2453. "type": "library",
  2454. "autoload": {
  2455. "psr-4": {
  2456. "LaravelLang\\JsonFallback\\": "src"
  2457. }
  2458. },
  2459. "notification-url": "https://packagist.org/downloads/",
  2460. "license": [
  2461. "MIT"
  2462. ],
  2463. "authors": [
  2464. {
  2465. "name": "Andrey Helldar",
  2466. "email": "helldar@dragon-code.pro",
  2467. "homepage": "https://github.com/andrey-helldar"
  2468. },
  2469. {
  2470. "name": "Felipe Dsdev",
  2471. "homepage": "https://github.com/felipe-dsdev"
  2472. }
  2473. ],
  2474. "description": "Adds support for fallback JSON string translation",
  2475. "support": {
  2476. "issues": "https://github.com/Laravel-Lang/json-fallback/issues",
  2477. "source": "https://github.com/Laravel-Lang/json-fallback/tree/2.2.1"
  2478. },
  2479. "time": "2025-06-23T09:38:43+00:00"
  2480. },
  2481. {
  2482. "name": "laravel-lang/lang",
  2483. "version": "15.23.3",
  2484. "source": {
  2485. "type": "git",
  2486. "url": "https://github.com/Laravel-Lang/lang.git",
  2487. "reference": "583acd258e8fd5a8199dac80cb5323e66079f812"
  2488. },
  2489. "dist": {
  2490. "type": "zip",
  2491. "url": "https://api.github.com/repos/Laravel-Lang/lang/zipball/583acd258e8fd5a8199dac80cb5323e66079f812",
  2492. "reference": "583acd258e8fd5a8199dac80cb5323e66079f812",
  2493. "shasum": ""
  2494. },
  2495. "require": {
  2496. "ext-json": "*",
  2497. "laravel-lang/publisher": "^16.0",
  2498. "php": "^8.2"
  2499. },
  2500. "conflict": {
  2501. "laravel/framework": "<11.0.7"
  2502. },
  2503. "require-dev": {
  2504. "dragon-code/codestyler": "^6.0",
  2505. "laravel-lang/status-generator": "^2.11",
  2506. "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",
  2507. "symfony/var-dumper": "^7.0"
  2508. },
  2509. "type": "library",
  2510. "extra": {
  2511. "laravel": {
  2512. "providers": [
  2513. "LaravelLang\\Lang\\ServiceProvider"
  2514. ]
  2515. }
  2516. },
  2517. "autoload": {
  2518. "psr-4": {
  2519. "LaravelLang\\Lang\\": "src/"
  2520. }
  2521. },
  2522. "notification-url": "https://packagist.org/downloads/",
  2523. "license": [
  2524. "MIT"
  2525. ],
  2526. "authors": [
  2527. {
  2528. "name": "Laravel-Lang Team",
  2529. "homepage": "https://github.com/Laravel-Lang"
  2530. }
  2531. ],
  2532. "description": "List of 126 languages for Laravel Framework, Laravel Jetstream, Laravel Fortify, Laravel Breeze, Laravel Cashier, Laravel Nova, Laravel Spark and Laravel UI",
  2533. "keywords": [
  2534. "lang",
  2535. "languages",
  2536. "laravel",
  2537. "lpm"
  2538. ],
  2539. "support": {
  2540. "issues": "https://github.com/Laravel-Lang/lang/issues",
  2541. "source": "https://github.com/Laravel-Lang/lang"
  2542. },
  2543. "time": "2025-08-24T03:27:37+00:00"
  2544. },
  2545. {
  2546. "name": "laravel-lang/locale-list",
  2547. "version": "1.5.1",
  2548. "source": {
  2549. "type": "git",
  2550. "url": "https://github.com/Laravel-Lang/locale-list.git",
  2551. "reference": "060475db218a97a54612163112b44782024d79c1"
  2552. },
  2553. "dist": {
  2554. "type": "zip",
  2555. "url": "https://api.github.com/repos/Laravel-Lang/locale-list/zipball/060475db218a97a54612163112b44782024d79c1",
  2556. "reference": "060475db218a97a54612163112b44782024d79c1",
  2557. "shasum": ""
  2558. },
  2559. "require": {
  2560. "archtechx/enums": "^0.3.2 || ^1.0",
  2561. "php": "^8.1"
  2562. },
  2563. "type": "library",
  2564. "autoload": {
  2565. "psr-4": {
  2566. "LaravelLang\\LocaleList\\": "src/"
  2567. }
  2568. },
  2569. "notification-url": "https://packagist.org/downloads/",
  2570. "license": [
  2571. "MIT"
  2572. ],
  2573. "authors": [
  2574. {
  2575. "name": "Andrey Helldar",
  2576. "email": "helldar@dragon-code.pro",
  2577. "homepage": "https://dragon-code.pro"
  2578. },
  2579. {
  2580. "name": "Laravel-Lang Team",
  2581. "homepage": "https://laravel-lang.com"
  2582. }
  2583. ],
  2584. "description": "List of localizations available in Laravel Lang projects",
  2585. "keywords": [
  2586. "Laravel-lang",
  2587. "lang",
  2588. "languages",
  2589. "laravel",
  2590. "locale",
  2591. "locales",
  2592. "localization",
  2593. "translation",
  2594. "translations"
  2595. ],
  2596. "support": {
  2597. "issues": "https://github.com/Laravel-Lang/locale-list/issues",
  2598. "source": "https://github.com/Laravel-Lang/locale-list"
  2599. },
  2600. "time": "2025-06-23T09:39:26+00:00"
  2601. },
  2602. {
  2603. "name": "laravel-lang/locales",
  2604. "version": "2.10.0",
  2605. "source": {
  2606. "type": "git",
  2607. "url": "https://github.com/Laravel-Lang/locales.git",
  2608. "reference": "8c1d2383ced70a919b3c2f430589be6c81663087"
  2609. },
  2610. "dist": {
  2611. "type": "zip",
  2612. "url": "https://api.github.com/repos/Laravel-Lang/locales/zipball/8c1d2383ced70a919b3c2f430589be6c81663087",
  2613. "reference": "8c1d2383ced70a919b3c2f430589be6c81663087",
  2614. "shasum": ""
  2615. },
  2616. "require": {
  2617. "archtechx/enums": "^0.3.2 || ^1.0",
  2618. "dragon-code/support": "^6.11.3",
  2619. "ext-json": "*",
  2620. "illuminate/collections": "^10.0 || ^11.0 || ^12.0",
  2621. "laravel-lang/config": "^1.12",
  2622. "laravel-lang/locale-list": "^1.5",
  2623. "laravel-lang/native-country-names": "^1.5",
  2624. "laravel-lang/native-currency-names": "^1.6",
  2625. "laravel-lang/native-locale-names": "^2.5",
  2626. "php": "^8.1"
  2627. },
  2628. "require-dev": {
  2629. "orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
  2630. "pestphp/pest": "^2.24.1 || ^3.0",
  2631. "symfony/var-dumper": "^6.0 || ^7.0"
  2632. },
  2633. "type": "library",
  2634. "extra": {
  2635. "laravel": {
  2636. "providers": [
  2637. "LaravelLang\\Locales\\ServiceProvider"
  2638. ]
  2639. }
  2640. },
  2641. "autoload": {
  2642. "psr-4": {
  2643. "LaravelLang\\Locales\\": "src/"
  2644. }
  2645. },
  2646. "notification-url": "https://packagist.org/downloads/",
  2647. "license": [
  2648. "MIT"
  2649. ],
  2650. "authors": [
  2651. {
  2652. "name": "Andrey Helldar",
  2653. "email": "helldar@dragon-code.pro"
  2654. },
  2655. {
  2656. "name": "Laravel-Lang Team",
  2657. "homepage": "https://laravel-lang.com"
  2658. }
  2659. ],
  2660. "description": "Basic functionality for working with localizations",
  2661. "keywords": [
  2662. "laravel",
  2663. "locale",
  2664. "locales",
  2665. "localization",
  2666. "translation",
  2667. "translations"
  2668. ],
  2669. "support": {
  2670. "issues": "https://github.com/Laravel-Lang/locales/issues",
  2671. "source": "https://github.com/Laravel-Lang/locales"
  2672. },
  2673. "time": "2025-02-24T20:38:10+00:00"
  2674. },
  2675. {
  2676. "name": "laravel-lang/models",
  2677. "version": "1.5.0",
  2678. "source": {
  2679. "type": "git",
  2680. "url": "https://github.com/Laravel-Lang/models.git",
  2681. "reference": "7cf3734cad305a162305d91953c0bb177917089d"
  2682. },
  2683. "dist": {
  2684. "type": "zip",
  2685. "url": "https://api.github.com/repos/Laravel-Lang/models/zipball/7cf3734cad305a162305d91953c0bb177917089d",
  2686. "reference": "7cf3734cad305a162305d91953c0bb177917089d",
  2687. "shasum": ""
  2688. },
  2689. "require": {
  2690. "composer/class-map-generator": "^1.3",
  2691. "dragon-code/support": "^6.13",
  2692. "illuminate/database": "^10.0 || ^11.0 || ^12.0",
  2693. "illuminate/support": "^10.0 || ^11.0 || ^12.0",
  2694. "laravel-lang/config": "^1.12",
  2695. "laravel-lang/locales": "^2.10.0",
  2696. "laravel/pint": "^1.24",
  2697. "laravel/prompts": ">=0.1",
  2698. "php": "^8.1"
  2699. },
  2700. "require-dev": {
  2701. "orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
  2702. "pestphp/pest": "^2.34 || ^3.0",
  2703. "pestphp/pest-plugin-laravel": "^2.4 || ^3.0",
  2704. "symfony/var-dumper": "^6.0 || ^7.0"
  2705. },
  2706. "type": "library",
  2707. "extra": {
  2708. "laravel": {
  2709. "providers": [
  2710. "LaravelLang\\Models\\ServiceProvider"
  2711. ]
  2712. }
  2713. },
  2714. "autoload": {
  2715. "psr-4": {
  2716. "LaravelLang\\Models\\": "src/"
  2717. }
  2718. },
  2719. "notification-url": "https://packagist.org/downloads/",
  2720. "license": [
  2721. "MIT"
  2722. ],
  2723. "authors": [
  2724. {
  2725. "name": "Andrey Helldar",
  2726. "email": "helldar@dragon-code.pro",
  2727. "homepage": "https://dragon-code.pro",
  2728. "role": "Maintainer"
  2729. },
  2730. {
  2731. "name": "Andrey Sokolov",
  2732. "email": "walfireru@gmail.com",
  2733. "homepage": "https://github.com/Quiss",
  2734. "role": "Usability consultant"
  2735. },
  2736. {
  2737. "name": "Laravel-Lang Team",
  2738. "homepage": "https://github.com/Laravel-Lang"
  2739. }
  2740. ],
  2741. "description": "Easy and fast way to localize models",
  2742. "keywords": [
  2743. "database",
  2744. "l18n",
  2745. "languages",
  2746. "laravel",
  2747. "locales",
  2748. "localization",
  2749. "models",
  2750. "translate",
  2751. "translations"
  2752. ],
  2753. "support": {
  2754. "issues": "https://github.com/Laravel-Lang/models/issues",
  2755. "source": "https://github.com/Laravel-Lang/models"
  2756. },
  2757. "time": "2025-08-21T09:53:55+00:00"
  2758. },
  2759. {
  2760. "name": "laravel-lang/moonshine",
  2761. "version": "1.3.8",
  2762. "source": {
  2763. "type": "git",
  2764. "url": "https://github.com/Laravel-Lang/moonshine.git",
  2765. "reference": "a4bf8eeef0e44ed9fb596379e9ec8627c401e6cb"
  2766. },
  2767. "dist": {
  2768. "type": "zip",
  2769. "url": "https://api.github.com/repos/Laravel-Lang/moonshine/zipball/a4bf8eeef0e44ed9fb596379e9ec8627c401e6cb",
  2770. "reference": "a4bf8eeef0e44ed9fb596379e9ec8627c401e6cb",
  2771. "shasum": ""
  2772. },
  2773. "require": {
  2774. "ext-json": "*",
  2775. "laravel-lang/publisher": "^15.0 || ^16.4.1",
  2776. "php": "^8.1"
  2777. },
  2778. "require-dev": {
  2779. "dragon-code/support": "^6.15.2",
  2780. "illuminate/support": "^10.0 || ^11.0 || ^12.0",
  2781. "laravel-lang/lang": "^14.8 || ^15.14",
  2782. "laravel-lang/status-generator": "^2.12",
  2783. "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",
  2784. "symfony/var-dumper": "^6.3 || ^7.0"
  2785. },
  2786. "type": "library",
  2787. "extra": {
  2788. "laravel": {
  2789. "providers": [
  2790. "LaravelLang\\MoonShine\\ServiceProvider"
  2791. ]
  2792. }
  2793. },
  2794. "autoload": {
  2795. "psr-4": {
  2796. "LaravelLang\\MoonShine\\": "src/"
  2797. }
  2798. },
  2799. "notification-url": "https://packagist.org/downloads/",
  2800. "license": [
  2801. "MIT"
  2802. ],
  2803. "authors": [
  2804. {
  2805. "name": "Andrey Helldar",
  2806. "email": "helldar@dragon-code.pro"
  2807. },
  2808. {
  2809. "name": "Laravel Lang Team",
  2810. "homepage": "https://laravel-lang.com"
  2811. }
  2812. ],
  2813. "description": "Translation for MoonShine admin panel",
  2814. "keywords": [
  2815. "lang",
  2816. "languages",
  2817. "laravel",
  2818. "moonshine",
  2819. "translations"
  2820. ],
  2821. "support": {
  2822. "issues": "https://github.com/Laravel-Lang/moonshine/issues",
  2823. "source": "https://github.com/Laravel-Lang/moonshine/tree/1.3.8"
  2824. },
  2825. "time": "2025-06-23T09:36:08+00:00"
  2826. },
  2827. {
  2828. "name": "laravel-lang/native-country-names",
  2829. "version": "1.5.1",
  2830. "source": {
  2831. "type": "git",
  2832. "url": "https://github.com/Laravel-Lang/native-country-names.git",
  2833. "reference": "70eba5c3b7a4035da085123a81c076e52367b30c"
  2834. },
  2835. "dist": {
  2836. "type": "zip",
  2837. "url": "https://api.github.com/repos/Laravel-Lang/native-country-names/zipball/70eba5c3b7a4035da085123a81c076e52367b30c",
  2838. "reference": "70eba5c3b7a4035da085123a81c076e52367b30c",
  2839. "shasum": ""
  2840. },
  2841. "require": {
  2842. "dragon-code/support": "^6.11",
  2843. "ext-json": "*",
  2844. "illuminate/collections": "^10.0 || ^11.0 || ^12.0",
  2845. "php": "^8.1"
  2846. },
  2847. "require-dev": {
  2848. "illuminate/support": "^10.0 || ^11.0 || ^12.0",
  2849. "laravel-lang/locale-list": "^1.5",
  2850. "pestphp/pest": "^2.24.3 || ^3.0",
  2851. "punic/punic": "^3.8",
  2852. "symfony/console": "^6.3 || ^7.0",
  2853. "symfony/process": "^6.3 || ^7.0",
  2854. "symfony/var-dumper": "^6.3 || ^7.0",
  2855. "vlucas/phpdotenv": "^5.6"
  2856. },
  2857. "type": "library",
  2858. "autoload": {
  2859. "psr-4": {
  2860. "LaravelLang\\NativeCountryNames\\": "src/"
  2861. }
  2862. },
  2863. "notification-url": "https://packagist.org/downloads/",
  2864. "license": [
  2865. "MIT"
  2866. ],
  2867. "authors": [
  2868. {
  2869. "name": "Andrey Helldar",
  2870. "email": "helldar@dragon-code.pro"
  2871. },
  2872. {
  2873. "name": "Laravel-Lang Team",
  2874. "homepage": "https://laravel-lang.com"
  2875. }
  2876. ],
  2877. "description": "The project contains native translations of country names",
  2878. "keywords": [
  2879. "Laravel-lang",
  2880. "countries",
  2881. "country",
  2882. "lang",
  2883. "languages",
  2884. "laravel",
  2885. "locale",
  2886. "locales",
  2887. "localization",
  2888. "territories",
  2889. "territory",
  2890. "translation",
  2891. "translations"
  2892. ],
  2893. "support": {
  2894. "issues": "https://github.com/Laravel-Lang/native-country-names/issues",
  2895. "source": "https://github.com/Laravel-Lang/native-country-names"
  2896. },
  2897. "time": "2025-06-23T09:38:47+00:00"
  2898. },
  2899. {
  2900. "name": "laravel-lang/native-currency-names",
  2901. "version": "1.6.1",
  2902. "source": {
  2903. "type": "git",
  2904. "url": "https://github.com/Laravel-Lang/native-currency-names.git",
  2905. "reference": "b376c69778be7184f7292cb92424ac7d7415d55d"
  2906. },
  2907. "dist": {
  2908. "type": "zip",
  2909. "url": "https://api.github.com/repos/Laravel-Lang/native-currency-names/zipball/b376c69778be7184f7292cb92424ac7d7415d55d",
  2910. "reference": "b376c69778be7184f7292cb92424ac7d7415d55d",
  2911. "shasum": ""
  2912. },
  2913. "require": {
  2914. "dragon-code/support": "^6.11",
  2915. "ext-json": "*",
  2916. "illuminate/collections": "^10.0 || ^11.0 || ^12.0",
  2917. "php": "^8.1"
  2918. },
  2919. "require-dev": {
  2920. "illuminate/support": "^10.0 || ^11.0 || ^12.0",
  2921. "laravel-lang/locale-list": "^1.2",
  2922. "pestphp/pest": "^2.24.3 || ^3.0",
  2923. "punic/punic": "^3.8",
  2924. "symfony/console": "^6.3 || ^7.0",
  2925. "symfony/process": "^6.3 || ^7.0",
  2926. "symfony/var-dumper": "^6.3 || ^7.0",
  2927. "vlucas/phpdotenv": "^5.6"
  2928. },
  2929. "type": "library",
  2930. "autoload": {
  2931. "psr-4": {
  2932. "LaravelLang\\NativeCurrencyNames\\": "src/"
  2933. }
  2934. },
  2935. "notification-url": "https://packagist.org/downloads/",
  2936. "license": [
  2937. "MIT"
  2938. ],
  2939. "authors": [
  2940. {
  2941. "name": "Andrey Helldar",
  2942. "email": "helldar@dragon-code.pro"
  2943. },
  2944. {
  2945. "name": "Laravel-Lang Team",
  2946. "homepage": "https://laravel-lang.com"
  2947. }
  2948. ],
  2949. "description": "The project contains native translations of currency names",
  2950. "keywords": [
  2951. "Laravel-lang",
  2952. "currency",
  2953. "lang",
  2954. "languages",
  2955. "laravel",
  2956. "locale",
  2957. "locales",
  2958. "localization",
  2959. "translation",
  2960. "translations"
  2961. ],
  2962. "support": {
  2963. "issues": "https://github.com/Laravel-Lang/native-currency-names/issues",
  2964. "source": "https://github.com/Laravel-Lang/native-currency-names"
  2965. },
  2966. "time": "2025-06-23T09:38:58+00:00"
  2967. },
  2968. {
  2969. "name": "laravel-lang/native-locale-names",
  2970. "version": "2.5.1",
  2971. "source": {
  2972. "type": "git",
  2973. "url": "https://github.com/Laravel-Lang/native-locale-names.git",
  2974. "reference": "38278ef43fb3460c9fb7a056ac2e8043e4faa963"
  2975. },
  2976. "dist": {
  2977. "type": "zip",
  2978. "url": "https://api.github.com/repos/Laravel-Lang/native-locale-names/zipball/38278ef43fb3460c9fb7a056ac2e8043e4faa963",
  2979. "reference": "38278ef43fb3460c9fb7a056ac2e8043e4faa963",
  2980. "shasum": ""
  2981. },
  2982. "require": {
  2983. "dragon-code/support": "^6.11",
  2984. "ext-json": "*",
  2985. "php": "^8.1"
  2986. },
  2987. "require-dev": {
  2988. "illuminate/support": "^10.31 || ^11.0 || ^12.0",
  2989. "laravel-lang/locale-list": "^1.2",
  2990. "pestphp/pest": "^2.24.3",
  2991. "punic/punic": "^3.8",
  2992. "symfony/console": "^6.3 || ^7.0",
  2993. "symfony/process": "^6.3 || ^7.0",
  2994. "symfony/var-dumper": "^6.3 || ^7.0"
  2995. },
  2996. "type": "library",
  2997. "autoload": {
  2998. "psr-4": {
  2999. "LaravelLang\\NativeLocaleNames\\": "src/"
  3000. }
  3001. },
  3002. "notification-url": "https://packagist.org/downloads/",
  3003. "license": [
  3004. "MIT"
  3005. ],
  3006. "authors": [
  3007. {
  3008. "name": "Andrey Helldar",
  3009. "email": "helldar@dragon-code.pro"
  3010. },
  3011. {
  3012. "name": "Laravel-Lang Team",
  3013. "homepage": "https://laravel-lang.com"
  3014. }
  3015. ],
  3016. "description": "The project contains native translations of locale names",
  3017. "keywords": [
  3018. "Laravel-lang",
  3019. "lang",
  3020. "languages",
  3021. "laravel",
  3022. "locale",
  3023. "locales",
  3024. "localization",
  3025. "translation",
  3026. "translations"
  3027. ],
  3028. "support": {
  3029. "issues": "https://github.com/Laravel-Lang/native-locale-names/issues",
  3030. "source": "https://github.com/Laravel-Lang/native-locale-names"
  3031. },
  3032. "time": "2025-06-23T09:38:52+00:00"
  3033. },
  3034. {
  3035. "name": "laravel-lang/publisher",
  3036. "version": "16.7.0",
  3037. "source": {
  3038. "type": "git",
  3039. "url": "https://github.com/Laravel-Lang/publisher.git",
  3040. "reference": "af47a0807f753818d72808250a1166e98172047c"
  3041. },
  3042. "dist": {
  3043. "type": "zip",
  3044. "url": "https://api.github.com/repos/Laravel-Lang/publisher/zipball/af47a0807f753818d72808250a1166e98172047c",
  3045. "reference": "af47a0807f753818d72808250a1166e98172047c",
  3046. "shasum": ""
  3047. },
  3048. "require": {
  3049. "composer/semver": "^3.4",
  3050. "dragon-code/pretty-array": "^4.1",
  3051. "dragon-code/support": "^6.11.3",
  3052. "ext-json": "*",
  3053. "illuminate/collections": "^10.0 || ^11.0 || ^12.0",
  3054. "illuminate/console": "^10.0 || ^11.0 || ^12.0",
  3055. "illuminate/support": "^10.0 || ^11.0 || ^12.0",
  3056. "laravel-lang/config": "^1.12",
  3057. "laravel-lang/locales": "^2.10",
  3058. "league/commonmark": "^2.4.1",
  3059. "league/config": "^1.2",
  3060. "php": "^8.1"
  3061. },
  3062. "conflict": {
  3063. "laravel-lang/attributes": "<2.0",
  3064. "laravel-lang/http-statuses": "<3.0",
  3065. "laravel-lang/lang": "<11.0"
  3066. },
  3067. "require-dev": {
  3068. "laravel-lang/json-fallback": "^2.2",
  3069. "orchestra/testbench": "^8.14 || ^9.0 || ^10.0",
  3070. "phpunit/phpunit": "^10.4.2 || ^11.0 || ^12.0",
  3071. "symfony/var-dumper": "^6.3.6 || ^7.0"
  3072. },
  3073. "type": "library",
  3074. "extra": {
  3075. "laravel": {
  3076. "providers": [
  3077. "LaravelLang\\Publisher\\ServiceProvider"
  3078. ]
  3079. }
  3080. },
  3081. "autoload": {
  3082. "psr-4": {
  3083. "LaravelLang\\Publisher\\": "src/"
  3084. }
  3085. },
  3086. "notification-url": "https://packagist.org/downloads/",
  3087. "license": [
  3088. "MIT"
  3089. ],
  3090. "authors": [
  3091. {
  3092. "name": "Andrey Helldar",
  3093. "email": "helldar@dragon-code.pro"
  3094. },
  3095. {
  3096. "name": "Laravel-Lang Team",
  3097. "homepage": "https://laravel-lang.com"
  3098. }
  3099. ],
  3100. "description": "Localization publisher for your Laravel application",
  3101. "keywords": [
  3102. "Laravel-lang",
  3103. "breeze",
  3104. "cashier",
  3105. "fortify",
  3106. "framework",
  3107. "i18n",
  3108. "jetstream",
  3109. "lang",
  3110. "languages",
  3111. "laravel",
  3112. "locale",
  3113. "locales",
  3114. "localization",
  3115. "localizations",
  3116. "lpm",
  3117. "lumen",
  3118. "nova",
  3119. "publisher",
  3120. "spark",
  3121. "trans",
  3122. "translation",
  3123. "translations",
  3124. "validations"
  3125. ],
  3126. "support": {
  3127. "issues": "https://github.com/Laravel-Lang/publisher/issues",
  3128. "source": "https://github.com/Laravel-Lang/publisher"
  3129. },
  3130. "time": "2025-07-14T17:58:53+00:00"
  3131. },
  3132. {
  3133. "name": "laravel-lang/routes",
  3134. "version": "1.9.1",
  3135. "source": {
  3136. "type": "git",
  3137. "url": "https://github.com/Laravel-Lang/routes.git",
  3138. "reference": "ed87d81fff3b79048abcb533e0f39a52bc030ffb"
  3139. },
  3140. "dist": {
  3141. "type": "zip",
  3142. "url": "https://api.github.com/repos/Laravel-Lang/routes/zipball/ed87d81fff3b79048abcb533e0f39a52bc030ffb",
  3143. "reference": "ed87d81fff3b79048abcb533e0f39a52bc030ffb",
  3144. "shasum": ""
  3145. },
  3146. "require": {
  3147. "dragon-code/support": "^6.13",
  3148. "illuminate/config": "^10.0 || ^11.0 || ^12.0",
  3149. "illuminate/http": "^10.0 || ^11.0 || ^12.0",
  3150. "illuminate/routing": "^10.0 || ^11.0 || ^12.0",
  3151. "illuminate/support": "^10.0 || ^11.0 || ^12.0",
  3152. "laravel-lang/config": "^1.13",
  3153. "laravel-lang/locales": "^2.10",
  3154. "php": "^8.1"
  3155. },
  3156. "require-dev": {
  3157. "orchestra/testbench": "^8.23 || ^9.1 || ^10.0",
  3158. "pestphp/pest": "^2.34 || ^3.0",
  3159. "pestphp/pest-plugin-laravel": "^2.4 || ^3.0",
  3160. "symfony/var-dumper": "^6.0 || ^7.0"
  3161. },
  3162. "type": "library",
  3163. "extra": {
  3164. "laravel": {
  3165. "providers": [
  3166. "LaravelLang\\Routes\\ServiceProvider"
  3167. ]
  3168. }
  3169. },
  3170. "autoload": {
  3171. "files": [
  3172. "helpers/functions.php"
  3173. ],
  3174. "psr-4": {
  3175. "LaravelLang\\Routes\\": "src/"
  3176. }
  3177. },
  3178. "notification-url": "https://packagist.org/downloads/",
  3179. "license": [
  3180. "MIT"
  3181. ],
  3182. "authors": [
  3183. {
  3184. "name": "Andrey Helldar",
  3185. "email": "helldar@dragon-code.pro",
  3186. "homepage": "https://dragon-code.pro"
  3187. },
  3188. {
  3189. "name": "Laravel-Lang Team",
  3190. "homepage": "https://github.com/Laravel-Lang"
  3191. }
  3192. ],
  3193. "description": "Easy and fast way to localize routes",
  3194. "keywords": [
  3195. "l18n",
  3196. "languages",
  3197. "laravel",
  3198. "localization",
  3199. "routes",
  3200. "translate",
  3201. "translations"
  3202. ],
  3203. "support": {
  3204. "issues": "https://github.com/Laravel-Lang/routes/issues",
  3205. "source": "https://github.com/Laravel-Lang/routes"
  3206. },
  3207. "time": "2025-06-23T09:38:02+00:00"
  3208. },
  3209. {
  3210. "name": "laravel-lang/starter-kits",
  3211. "version": "1.3.10",
  3212. "source": {
  3213. "type": "git",
  3214. "url": "https://github.com/Laravel-Lang/starter-kits.git",
  3215. "reference": "90260cfad7436ef11802eeb7adf18485905d8cf0"
  3216. },
  3217. "dist": {
  3218. "type": "zip",
  3219. "url": "https://api.github.com/repos/Laravel-Lang/starter-kits/zipball/90260cfad7436ef11802eeb7adf18485905d8cf0",
  3220. "reference": "90260cfad7436ef11802eeb7adf18485905d8cf0",
  3221. "shasum": ""
  3222. },
  3223. "require": {
  3224. "ext-json": "*",
  3225. "laravel-lang/publisher": "^16.6",
  3226. "php": "^8.1"
  3227. },
  3228. "require-dev": {
  3229. "laravel-lang/status-generator": "^2.13",
  3230. "phpunit/phpunit": "^11.0 || ^12.0",
  3231. "symfony/var-dumper": "^7.0"
  3232. },
  3233. "type": "library",
  3234. "extra": {
  3235. "laravel": {
  3236. "providers": [
  3237. "LaravelLang\\StarterKits\\ServiceProvider"
  3238. ]
  3239. }
  3240. },
  3241. "autoload": {
  3242. "psr-4": {
  3243. "LaravelLang\\StarterKits\\": "src/"
  3244. }
  3245. },
  3246. "notification-url": "https://packagist.org/downloads/",
  3247. "license": [
  3248. "MIT"
  3249. ],
  3250. "authors": [
  3251. {
  3252. "name": "Andrey Helldar",
  3253. "email": "helldar@dragon-code.pro"
  3254. },
  3255. {
  3256. "name": "Laravel Lang Team",
  3257. "homepage": "https://laravel-lang.com"
  3258. }
  3259. ],
  3260. "description": "Translations for Laravel Starter Kits",
  3261. "keywords": [
  3262. "i18n",
  3263. "lang",
  3264. "languages",
  3265. "laravel",
  3266. "starter-kit",
  3267. "starter-kits",
  3268. "translations"
  3269. ],
  3270. "support": {
  3271. "issues": "https://github.com/Laravel-Lang/starter-kits/issues",
  3272. "source": "https://github.com/Laravel-Lang/starter-kits/tree/1.3.10"
  3273. },
  3274. "time": "2025-06-23T09:36:35+00:00"
  3275. },
  3276. {
  3277. "name": "laravel/framework",
  3278. "version": "v12.25.0",
  3279. "source": {
  3280. "type": "git",
  3281. "url": "https://github.com/laravel/framework.git",
  3282. "reference": "2ee2ba94ae60efd24c7a787cbb1a2f82f714bb20"
  3283. },
  3284. "dist": {
  3285. "type": "zip",
  3286. "url": "https://api.github.com/repos/laravel/framework/zipball/2ee2ba94ae60efd24c7a787cbb1a2f82f714bb20",
  3287. "reference": "2ee2ba94ae60efd24c7a787cbb1a2f82f714bb20",
  3288. "shasum": ""
  3289. },
  3290. "require": {
  3291. "brick/math": "^0.11|^0.12|^0.13",
  3292. "composer-runtime-api": "^2.2",
  3293. "doctrine/inflector": "^2.0.5",
  3294. "dragonmantank/cron-expression": "^3.4",
  3295. "egulias/email-validator": "^3.2.1|^4.0",
  3296. "ext-ctype": "*",
  3297. "ext-filter": "*",
  3298. "ext-hash": "*",
  3299. "ext-mbstring": "*",
  3300. "ext-openssl": "*",
  3301. "ext-session": "*",
  3302. "ext-tokenizer": "*",
  3303. "fruitcake/php-cors": "^1.3",
  3304. "guzzlehttp/guzzle": "^7.8.2",
  3305. "guzzlehttp/uri-template": "^1.0",
  3306. "laravel/prompts": "^0.3.0",
  3307. "laravel/serializable-closure": "^1.3|^2.0",
  3308. "league/commonmark": "^2.7",
  3309. "league/flysystem": "^3.25.1",
  3310. "league/flysystem-local": "^3.25.1",
  3311. "league/uri": "^7.5.1",
  3312. "monolog/monolog": "^3.0",
  3313. "nesbot/carbon": "^3.8.4",
  3314. "nunomaduro/termwind": "^2.0",
  3315. "php": "^8.2",
  3316. "psr/container": "^1.1.1|^2.0.1",
  3317. "psr/log": "^1.0|^2.0|^3.0",
  3318. "psr/simple-cache": "^1.0|^2.0|^3.0",
  3319. "ramsey/uuid": "^4.7",
  3320. "symfony/console": "^7.2.0",
  3321. "symfony/error-handler": "^7.2.0",
  3322. "symfony/finder": "^7.2.0",
  3323. "symfony/http-foundation": "^7.2.0",
  3324. "symfony/http-kernel": "^7.2.0",
  3325. "symfony/mailer": "^7.2.0",
  3326. "symfony/mime": "^7.2.0",
  3327. "symfony/polyfill-php83": "^1.31",
  3328. "symfony/polyfill-php84": "^1.31",
  3329. "symfony/polyfill-php85": "^1.31",
  3330. "symfony/process": "^7.2.0",
  3331. "symfony/routing": "^7.2.0",
  3332. "symfony/uid": "^7.2.0",
  3333. "symfony/var-dumper": "^7.2.0",
  3334. "tijsverkoyen/css-to-inline-styles": "^2.2.5",
  3335. "vlucas/phpdotenv": "^5.6.1",
  3336. "voku/portable-ascii": "^2.0.2"
  3337. },
  3338. "conflict": {
  3339. "tightenco/collect": "<5.5.33"
  3340. },
  3341. "provide": {
  3342. "psr/container-implementation": "1.1|2.0",
  3343. "psr/log-implementation": "1.0|2.0|3.0",
  3344. "psr/simple-cache-implementation": "1.0|2.0|3.0"
  3345. },
  3346. "replace": {
  3347. "illuminate/auth": "self.version",
  3348. "illuminate/broadcasting": "self.version",
  3349. "illuminate/bus": "self.version",
  3350. "illuminate/cache": "self.version",
  3351. "illuminate/collections": "self.version",
  3352. "illuminate/concurrency": "self.version",
  3353. "illuminate/conditionable": "self.version",
  3354. "illuminate/config": "self.version",
  3355. "illuminate/console": "self.version",
  3356. "illuminate/container": "self.version",
  3357. "illuminate/contracts": "self.version",
  3358. "illuminate/cookie": "self.version",
  3359. "illuminate/database": "self.version",
  3360. "illuminate/encryption": "self.version",
  3361. "illuminate/events": "self.version",
  3362. "illuminate/filesystem": "self.version",
  3363. "illuminate/hashing": "self.version",
  3364. "illuminate/http": "self.version",
  3365. "illuminate/log": "self.version",
  3366. "illuminate/macroable": "self.version",
  3367. "illuminate/mail": "self.version",
  3368. "illuminate/notifications": "self.version",
  3369. "illuminate/pagination": "self.version",
  3370. "illuminate/pipeline": "self.version",
  3371. "illuminate/process": "self.version",
  3372. "illuminate/queue": "self.version",
  3373. "illuminate/redis": "self.version",
  3374. "illuminate/routing": "self.version",
  3375. "illuminate/session": "self.version",
  3376. "illuminate/support": "self.version",
  3377. "illuminate/testing": "self.version",
  3378. "illuminate/translation": "self.version",
  3379. "illuminate/validation": "self.version",
  3380. "illuminate/view": "self.version",
  3381. "spatie/once": "*"
  3382. },
  3383. "require-dev": {
  3384. "ably/ably-php": "^1.0",
  3385. "aws/aws-sdk-php": "^3.322.9",
  3386. "ext-gmp": "*",
  3387. "fakerphp/faker": "^1.24",
  3388. "guzzlehttp/promises": "^2.0.3",
  3389. "guzzlehttp/psr7": "^2.4",
  3390. "laravel/pint": "^1.18",
  3391. "league/flysystem-aws-s3-v3": "^3.25.1",
  3392. "league/flysystem-ftp": "^3.25.1",
  3393. "league/flysystem-path-prefixing": "^3.25.1",
  3394. "league/flysystem-read-only": "^3.25.1",
  3395. "league/flysystem-sftp-v3": "^3.25.1",
  3396. "mockery/mockery": "^1.6.10",
  3397. "orchestra/testbench-core": "^10.6.0",
  3398. "pda/pheanstalk": "^5.0.6|^7.0.0",
  3399. "php-http/discovery": "^1.15",
  3400. "phpstan/phpstan": "^2.0",
  3401. "phpunit/phpunit": "^10.5.35|^11.5.3|^12.0.1",
  3402. "predis/predis": "^2.3|^3.0",
  3403. "resend/resend-php": "^0.10.0",
  3404. "symfony/cache": "^7.2.0",
  3405. "symfony/http-client": "^7.2.0",
  3406. "symfony/psr-http-message-bridge": "^7.2.0",
  3407. "symfony/translation": "^7.2.0"
  3408. },
  3409. "suggest": {
  3410. "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
  3411. "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.322.9).",
  3412. "brianium/paratest": "Required to run tests in parallel (^7.0|^8.0).",
  3413. "ext-apcu": "Required to use the APC cache driver.",
  3414. "ext-fileinfo": "Required to use the Filesystem class.",
  3415. "ext-ftp": "Required to use the Flysystem FTP driver.",
  3416. "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
  3417. "ext-memcached": "Required to use the memcache cache driver.",
  3418. "ext-pcntl": "Required to use all features of the queue worker and console signal trapping.",
  3419. "ext-pdo": "Required to use all database features.",
  3420. "ext-posix": "Required to use all features of the queue worker.",
  3421. "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0|^6.0).",
  3422. "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
  3423. "filp/whoops": "Required for friendly error pages in development (^2.14.3).",
  3424. "laravel/tinker": "Required to use the tinker console command (^2.0).",
  3425. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.25.1).",
  3426. "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.25.1).",
  3427. "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.25.1).",
  3428. "league/flysystem-read-only": "Required to use read-only disks (^3.25.1)",
  3429. "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.25.1).",
  3430. "mockery/mockery": "Required to use mocking (^1.6).",
  3431. "pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).",
  3432. "php-http/discovery": "Required to use PSR-7 bridging features (^1.15).",
  3433. "phpunit/phpunit": "Required to use assertions and run tests (^10.5.35|^11.5.3|^12.0.1).",
  3434. "predis/predis": "Required to use the predis connector (^2.3|^3.0).",
  3435. "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
  3436. "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
  3437. "resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).",
  3438. "symfony/cache": "Required to PSR-6 cache bridge (^7.2).",
  3439. "symfony/filesystem": "Required to enable support for relative symbolic links (^7.2).",
  3440. "symfony/http-client": "Required to enable support for the Symfony API mail transports (^7.2).",
  3441. "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^7.2).",
  3442. "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^7.2).",
  3443. "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^7.2)."
  3444. },
  3445. "type": "library",
  3446. "extra": {
  3447. "branch-alias": {
  3448. "dev-master": "12.x-dev"
  3449. }
  3450. },
  3451. "autoload": {
  3452. "files": [
  3453. "src/Illuminate/Collections/functions.php",
  3454. "src/Illuminate/Collections/helpers.php",
  3455. "src/Illuminate/Events/functions.php",
  3456. "src/Illuminate/Filesystem/functions.php",
  3457. "src/Illuminate/Foundation/helpers.php",
  3458. "src/Illuminate/Log/functions.php",
  3459. "src/Illuminate/Support/functions.php",
  3460. "src/Illuminate/Support/helpers.php"
  3461. ],
  3462. "psr-4": {
  3463. "Illuminate\\": "src/Illuminate/",
  3464. "Illuminate\\Support\\": [
  3465. "src/Illuminate/Macroable/",
  3466. "src/Illuminate/Collections/",
  3467. "src/Illuminate/Conditionable/"
  3468. ]
  3469. }
  3470. },
  3471. "notification-url": "https://packagist.org/downloads/",
  3472. "license": [
  3473. "MIT"
  3474. ],
  3475. "authors": [
  3476. {
  3477. "name": "Taylor Otwell",
  3478. "email": "taylor@laravel.com"
  3479. }
  3480. ],
  3481. "description": "The Laravel Framework.",
  3482. "homepage": "https://laravel.com",
  3483. "keywords": [
  3484. "framework",
  3485. "laravel"
  3486. ],
  3487. "support": {
  3488. "issues": "https://github.com/laravel/framework/issues",
  3489. "source": "https://github.com/laravel/framework"
  3490. },
  3491. "time": "2025-08-18T22:20:52+00:00"
  3492. },
  3493. {
  3494. "name": "laravel/pint",
  3495. "version": "v1.24.0",
  3496. "source": {
  3497. "type": "git",
  3498. "url": "https://github.com/laravel/pint.git",
  3499. "reference": "0345f3b05f136801af8c339f9d16ef29e6b4df8a"
  3500. },
  3501. "dist": {
  3502. "type": "zip",
  3503. "url": "https://api.github.com/repos/laravel/pint/zipball/0345f3b05f136801af8c339f9d16ef29e6b4df8a",
  3504. "reference": "0345f3b05f136801af8c339f9d16ef29e6b4df8a",
  3505. "shasum": ""
  3506. },
  3507. "require": {
  3508. "ext-json": "*",
  3509. "ext-mbstring": "*",
  3510. "ext-tokenizer": "*",
  3511. "ext-xml": "*",
  3512. "php": "^8.2.0"
  3513. },
  3514. "require-dev": {
  3515. "friendsofphp/php-cs-fixer": "^3.82.2",
  3516. "illuminate/view": "^11.45.1",
  3517. "larastan/larastan": "^3.5.0",
  3518. "laravel-zero/framework": "^11.45.0",
  3519. "mockery/mockery": "^1.6.12",
  3520. "nunomaduro/termwind": "^2.3.1",
  3521. "pestphp/pest": "^2.36.0"
  3522. },
  3523. "bin": [
  3524. "builds/pint"
  3525. ],
  3526. "type": "project",
  3527. "autoload": {
  3528. "files": [
  3529. "overrides/Runner/Parallel/ProcessFactory.php"
  3530. ],
  3531. "psr-4": {
  3532. "App\\": "app/",
  3533. "Database\\Seeders\\": "database/seeders/",
  3534. "Database\\Factories\\": "database/factories/"
  3535. }
  3536. },
  3537. "notification-url": "https://packagist.org/downloads/",
  3538. "license": [
  3539. "MIT"
  3540. ],
  3541. "authors": [
  3542. {
  3543. "name": "Nuno Maduro",
  3544. "email": "enunomaduro@gmail.com"
  3545. }
  3546. ],
  3547. "description": "An opinionated code formatter for PHP.",
  3548. "homepage": "https://laravel.com",
  3549. "keywords": [
  3550. "format",
  3551. "formatter",
  3552. "lint",
  3553. "linter",
  3554. "php"
  3555. ],
  3556. "support": {
  3557. "issues": "https://github.com/laravel/pint/issues",
  3558. "source": "https://github.com/laravel/pint"
  3559. },
  3560. "time": "2025-07-10T18:09:32+00:00"
  3561. },
  3562. {
  3563. "name": "laravel/prompts",
  3564. "version": "v0.3.6",
  3565. "source": {
  3566. "type": "git",
  3567. "url": "https://github.com/laravel/prompts.git",
  3568. "reference": "86a8b692e8661d0fb308cec64f3d176821323077"
  3569. },
  3570. "dist": {
  3571. "type": "zip",
  3572. "url": "https://api.github.com/repos/laravel/prompts/zipball/86a8b692e8661d0fb308cec64f3d176821323077",
  3573. "reference": "86a8b692e8661d0fb308cec64f3d176821323077",
  3574. "shasum": ""
  3575. },
  3576. "require": {
  3577. "composer-runtime-api": "^2.2",
  3578. "ext-mbstring": "*",
  3579. "php": "^8.1",
  3580. "symfony/console": "^6.2|^7.0"
  3581. },
  3582. "conflict": {
  3583. "illuminate/console": ">=10.17.0 <10.25.0",
  3584. "laravel/framework": ">=10.17.0 <10.25.0"
  3585. },
  3586. "require-dev": {
  3587. "illuminate/collections": "^10.0|^11.0|^12.0",
  3588. "mockery/mockery": "^1.5",
  3589. "pestphp/pest": "^2.3|^3.4",
  3590. "phpstan/phpstan": "^1.11",
  3591. "phpstan/phpstan-mockery": "^1.1"
  3592. },
  3593. "suggest": {
  3594. "ext-pcntl": "Required for the spinner to be animated."
  3595. },
  3596. "type": "library",
  3597. "extra": {
  3598. "branch-alias": {
  3599. "dev-main": "0.3.x-dev"
  3600. }
  3601. },
  3602. "autoload": {
  3603. "files": [
  3604. "src/helpers.php"
  3605. ],
  3606. "psr-4": {
  3607. "Laravel\\Prompts\\": "src/"
  3608. }
  3609. },
  3610. "notification-url": "https://packagist.org/downloads/",
  3611. "license": [
  3612. "MIT"
  3613. ],
  3614. "description": "Add beautiful and user-friendly forms to your command-line applications.",
  3615. "support": {
  3616. "issues": "https://github.com/laravel/prompts/issues",
  3617. "source": "https://github.com/laravel/prompts/tree/v0.3.6"
  3618. },
  3619. "time": "2025-07-07T14:17:42+00:00"
  3620. },
  3621. {
  3622. "name": "laravel/serializable-closure",
  3623. "version": "v2.0.4",
  3624. "source": {
  3625. "type": "git",
  3626. "url": "https://github.com/laravel/serializable-closure.git",
  3627. "reference": "b352cf0534aa1ae6b4d825d1e762e35d43f8a841"
  3628. },
  3629. "dist": {
  3630. "type": "zip",
  3631. "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/b352cf0534aa1ae6b4d825d1e762e35d43f8a841",
  3632. "reference": "b352cf0534aa1ae6b4d825d1e762e35d43f8a841",
  3633. "shasum": ""
  3634. },
  3635. "require": {
  3636. "php": "^8.1"
  3637. },
  3638. "require-dev": {
  3639. "illuminate/support": "^10.0|^11.0|^12.0",
  3640. "nesbot/carbon": "^2.67|^3.0",
  3641. "pestphp/pest": "^2.36|^3.0",
  3642. "phpstan/phpstan": "^2.0",
  3643. "symfony/var-dumper": "^6.2.0|^7.0.0"
  3644. },
  3645. "type": "library",
  3646. "extra": {
  3647. "branch-alias": {
  3648. "dev-master": "2.x-dev"
  3649. }
  3650. },
  3651. "autoload": {
  3652. "psr-4": {
  3653. "Laravel\\SerializableClosure\\": "src/"
  3654. }
  3655. },
  3656. "notification-url": "https://packagist.org/downloads/",
  3657. "license": [
  3658. "MIT"
  3659. ],
  3660. "authors": [
  3661. {
  3662. "name": "Taylor Otwell",
  3663. "email": "taylor@laravel.com"
  3664. },
  3665. {
  3666. "name": "Nuno Maduro",
  3667. "email": "nuno@laravel.com"
  3668. }
  3669. ],
  3670. "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
  3671. "keywords": [
  3672. "closure",
  3673. "laravel",
  3674. "serializable"
  3675. ],
  3676. "support": {
  3677. "issues": "https://github.com/laravel/serializable-closure/issues",
  3678. "source": "https://github.com/laravel/serializable-closure"
  3679. },
  3680. "time": "2025-03-19T13:51:03+00:00"
  3681. },
  3682. {
  3683. "name": "laravel/tinker",
  3684. "version": "v2.10.1",
  3685. "source": {
  3686. "type": "git",
  3687. "url": "https://github.com/laravel/tinker.git",
  3688. "reference": "22177cc71807d38f2810c6204d8f7183d88a57d3"
  3689. },
  3690. "dist": {
  3691. "type": "zip",
  3692. "url": "https://api.github.com/repos/laravel/tinker/zipball/22177cc71807d38f2810c6204d8f7183d88a57d3",
  3693. "reference": "22177cc71807d38f2810c6204d8f7183d88a57d3",
  3694. "shasum": ""
  3695. },
  3696. "require": {
  3697. "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
  3698. "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
  3699. "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
  3700. "php": "^7.2.5|^8.0",
  3701. "psy/psysh": "^0.11.1|^0.12.0",
  3702. "symfony/var-dumper": "^4.3.4|^5.0|^6.0|^7.0"
  3703. },
  3704. "require-dev": {
  3705. "mockery/mockery": "~1.3.3|^1.4.2",
  3706. "phpstan/phpstan": "^1.10",
  3707. "phpunit/phpunit": "^8.5.8|^9.3.3|^10.0"
  3708. },
  3709. "suggest": {
  3710. "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0)."
  3711. },
  3712. "type": "library",
  3713. "extra": {
  3714. "laravel": {
  3715. "providers": [
  3716. "Laravel\\Tinker\\TinkerServiceProvider"
  3717. ]
  3718. }
  3719. },
  3720. "autoload": {
  3721. "psr-4": {
  3722. "Laravel\\Tinker\\": "src/"
  3723. }
  3724. },
  3725. "notification-url": "https://packagist.org/downloads/",
  3726. "license": [
  3727. "MIT"
  3728. ],
  3729. "authors": [
  3730. {
  3731. "name": "Taylor Otwell",
  3732. "email": "taylor@laravel.com"
  3733. }
  3734. ],
  3735. "description": "Powerful REPL for the Laravel framework.",
  3736. "keywords": [
  3737. "REPL",
  3738. "Tinker",
  3739. "laravel",
  3740. "psysh"
  3741. ],
  3742. "support": {
  3743. "issues": "https://github.com/laravel/tinker/issues",
  3744. "source": "https://github.com/laravel/tinker/tree/v2.10.1"
  3745. },
  3746. "time": "2025-01-27T14:24:01+00:00"
  3747. },
  3748. {
  3749. "name": "league/commonmark",
  3750. "version": "2.7.1",
  3751. "source": {
  3752. "type": "git",
  3753. "url": "https://github.com/thephpleague/commonmark.git",
  3754. "reference": "10732241927d3971d28e7ea7b5712721fa2296ca"
  3755. },
  3756. "dist": {
  3757. "type": "zip",
  3758. "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/10732241927d3971d28e7ea7b5712721fa2296ca",
  3759. "reference": "10732241927d3971d28e7ea7b5712721fa2296ca",
  3760. "shasum": ""
  3761. },
  3762. "require": {
  3763. "ext-mbstring": "*",
  3764. "league/config": "^1.1.1",
  3765. "php": "^7.4 || ^8.0",
  3766. "psr/event-dispatcher": "^1.0",
  3767. "symfony/deprecation-contracts": "^2.1 || ^3.0",
  3768. "symfony/polyfill-php80": "^1.16"
  3769. },
  3770. "require-dev": {
  3771. "cebe/markdown": "^1.0",
  3772. "commonmark/cmark": "0.31.1",
  3773. "commonmark/commonmark.js": "0.31.1",
  3774. "composer/package-versions-deprecated": "^1.8",
  3775. "embed/embed": "^4.4",
  3776. "erusev/parsedown": "^1.0",
  3777. "ext-json": "*",
  3778. "github/gfm": "0.29.0",
  3779. "michelf/php-markdown": "^1.4 || ^2.0",
  3780. "nyholm/psr7": "^1.5",
  3781. "phpstan/phpstan": "^1.8.2",
  3782. "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
  3783. "scrutinizer/ocular": "^1.8.1",
  3784. "symfony/finder": "^5.3 | ^6.0 | ^7.0",
  3785. "symfony/process": "^5.4 | ^6.0 | ^7.0",
  3786. "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 | ^7.0",
  3787. "unleashedtech/php-coding-standard": "^3.1.1",
  3788. "vimeo/psalm": "^4.24.0 || ^5.0.0 || ^6.0.0"
  3789. },
  3790. "suggest": {
  3791. "symfony/yaml": "v2.3+ required if using the Front Matter extension"
  3792. },
  3793. "type": "library",
  3794. "extra": {
  3795. "branch-alias": {
  3796. "dev-main": "2.8-dev"
  3797. }
  3798. },
  3799. "autoload": {
  3800. "psr-4": {
  3801. "League\\CommonMark\\": "src"
  3802. }
  3803. },
  3804. "notification-url": "https://packagist.org/downloads/",
  3805. "license": [
  3806. "BSD-3-Clause"
  3807. ],
  3808. "authors": [
  3809. {
  3810. "name": "Colin O'Dell",
  3811. "email": "colinodell@gmail.com",
  3812. "homepage": "https://www.colinodell.com",
  3813. "role": "Lead Developer"
  3814. }
  3815. ],
  3816. "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
  3817. "homepage": "https://commonmark.thephpleague.com",
  3818. "keywords": [
  3819. "commonmark",
  3820. "flavored",
  3821. "gfm",
  3822. "github",
  3823. "github-flavored",
  3824. "markdown",
  3825. "md",
  3826. "parser"
  3827. ],
  3828. "support": {
  3829. "docs": "https://commonmark.thephpleague.com/",
  3830. "forum": "https://github.com/thephpleague/commonmark/discussions",
  3831. "issues": "https://github.com/thephpleague/commonmark/issues",
  3832. "rss": "https://github.com/thephpleague/commonmark/releases.atom",
  3833. "source": "https://github.com/thephpleague/commonmark"
  3834. },
  3835. "funding": [
  3836. {
  3837. "url": "https://www.colinodell.com/sponsor",
  3838. "type": "custom"
  3839. },
  3840. {
  3841. "url": "https://www.paypal.me/colinpodell/10.00",
  3842. "type": "custom"
  3843. },
  3844. {
  3845. "url": "https://github.com/colinodell",
  3846. "type": "github"
  3847. },
  3848. {
  3849. "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
  3850. "type": "tidelift"
  3851. }
  3852. ],
  3853. "time": "2025-07-20T12:47:49+00:00"
  3854. },
  3855. {
  3856. "name": "league/config",
  3857. "version": "v1.2.0",
  3858. "source": {
  3859. "type": "git",
  3860. "url": "https://github.com/thephpleague/config.git",
  3861. "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
  3862. },
  3863. "dist": {
  3864. "type": "zip",
  3865. "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
  3866. "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
  3867. "shasum": ""
  3868. },
  3869. "require": {
  3870. "dflydev/dot-access-data": "^3.0.1",
  3871. "nette/schema": "^1.2",
  3872. "php": "^7.4 || ^8.0"
  3873. },
  3874. "require-dev": {
  3875. "phpstan/phpstan": "^1.8.2",
  3876. "phpunit/phpunit": "^9.5.5",
  3877. "scrutinizer/ocular": "^1.8.1",
  3878. "unleashedtech/php-coding-standard": "^3.1",
  3879. "vimeo/psalm": "^4.7.3"
  3880. },
  3881. "type": "library",
  3882. "extra": {
  3883. "branch-alias": {
  3884. "dev-main": "1.2-dev"
  3885. }
  3886. },
  3887. "autoload": {
  3888. "psr-4": {
  3889. "League\\Config\\": "src"
  3890. }
  3891. },
  3892. "notification-url": "https://packagist.org/downloads/",
  3893. "license": [
  3894. "BSD-3-Clause"
  3895. ],
  3896. "authors": [
  3897. {
  3898. "name": "Colin O'Dell",
  3899. "email": "colinodell@gmail.com",
  3900. "homepage": "https://www.colinodell.com",
  3901. "role": "Lead Developer"
  3902. }
  3903. ],
  3904. "description": "Define configuration arrays with strict schemas and access values with dot notation",
  3905. "homepage": "https://config.thephpleague.com",
  3906. "keywords": [
  3907. "array",
  3908. "config",
  3909. "configuration",
  3910. "dot",
  3911. "dot-access",
  3912. "nested",
  3913. "schema"
  3914. ],
  3915. "support": {
  3916. "docs": "https://config.thephpleague.com/",
  3917. "issues": "https://github.com/thephpleague/config/issues",
  3918. "rss": "https://github.com/thephpleague/config/releases.atom",
  3919. "source": "https://github.com/thephpleague/config"
  3920. },
  3921. "funding": [
  3922. {
  3923. "url": "https://www.colinodell.com/sponsor",
  3924. "type": "custom"
  3925. },
  3926. {
  3927. "url": "https://www.paypal.me/colinpodell/10.00",
  3928. "type": "custom"
  3929. },
  3930. {
  3931. "url": "https://github.com/colinodell",
  3932. "type": "github"
  3933. }
  3934. ],
  3935. "time": "2022-12-11T20:36:23+00:00"
  3936. },
  3937. {
  3938. "name": "league/flysystem",
  3939. "version": "3.30.0",
  3940. "source": {
  3941. "type": "git",
  3942. "url": "https://github.com/thephpleague/flysystem.git",
  3943. "reference": "2203e3151755d874bb2943649dae1eb8533ac93e"
  3944. },
  3945. "dist": {
  3946. "type": "zip",
  3947. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/2203e3151755d874bb2943649dae1eb8533ac93e",
  3948. "reference": "2203e3151755d874bb2943649dae1eb8533ac93e",
  3949. "shasum": ""
  3950. },
  3951. "require": {
  3952. "league/flysystem-local": "^3.0.0",
  3953. "league/mime-type-detection": "^1.0.0",
  3954. "php": "^8.0.2"
  3955. },
  3956. "conflict": {
  3957. "async-aws/core": "<1.19.0",
  3958. "async-aws/s3": "<1.14.0",
  3959. "aws/aws-sdk-php": "3.209.31 || 3.210.0",
  3960. "guzzlehttp/guzzle": "<7.0",
  3961. "guzzlehttp/ringphp": "<1.1.1",
  3962. "phpseclib/phpseclib": "3.0.15",
  3963. "symfony/http-client": "<5.2"
  3964. },
  3965. "require-dev": {
  3966. "async-aws/s3": "^1.5 || ^2.0",
  3967. "async-aws/simple-s3": "^1.1 || ^2.0",
  3968. "aws/aws-sdk-php": "^3.295.10",
  3969. "composer/semver": "^3.0",
  3970. "ext-fileinfo": "*",
  3971. "ext-ftp": "*",
  3972. "ext-mongodb": "^1.3|^2",
  3973. "ext-zip": "*",
  3974. "friendsofphp/php-cs-fixer": "^3.5",
  3975. "google/cloud-storage": "^1.23",
  3976. "guzzlehttp/psr7": "^2.6",
  3977. "microsoft/azure-storage-blob": "^1.1",
  3978. "mongodb/mongodb": "^1.2|^2",
  3979. "phpseclib/phpseclib": "^3.0.36",
  3980. "phpstan/phpstan": "^1.10",
  3981. "phpunit/phpunit": "^9.5.11|^10.0",
  3982. "sabre/dav": "^4.6.0"
  3983. },
  3984. "type": "library",
  3985. "autoload": {
  3986. "psr-4": {
  3987. "League\\Flysystem\\": "src"
  3988. }
  3989. },
  3990. "notification-url": "https://packagist.org/downloads/",
  3991. "license": [
  3992. "MIT"
  3993. ],
  3994. "authors": [
  3995. {
  3996. "name": "Frank de Jonge",
  3997. "email": "info@frankdejonge.nl"
  3998. }
  3999. ],
  4000. "description": "File storage abstraction for PHP",
  4001. "keywords": [
  4002. "WebDAV",
  4003. "aws",
  4004. "cloud",
  4005. "file",
  4006. "files",
  4007. "filesystem",
  4008. "filesystems",
  4009. "ftp",
  4010. "s3",
  4011. "sftp",
  4012. "storage"
  4013. ],
  4014. "support": {
  4015. "issues": "https://github.com/thephpleague/flysystem/issues",
  4016. "source": "https://github.com/thephpleague/flysystem/tree/3.30.0"
  4017. },
  4018. "time": "2025-06-25T13:29:59+00:00"
  4019. },
  4020. {
  4021. "name": "league/flysystem-local",
  4022. "version": "3.30.0",
  4023. "source": {
  4024. "type": "git",
  4025. "url": "https://github.com/thephpleague/flysystem-local.git",
  4026. "reference": "6691915f77c7fb69adfb87dcd550052dc184ee10"
  4027. },
  4028. "dist": {
  4029. "type": "zip",
  4030. "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/6691915f77c7fb69adfb87dcd550052dc184ee10",
  4031. "reference": "6691915f77c7fb69adfb87dcd550052dc184ee10",
  4032. "shasum": ""
  4033. },
  4034. "require": {
  4035. "ext-fileinfo": "*",
  4036. "league/flysystem": "^3.0.0",
  4037. "league/mime-type-detection": "^1.0.0",
  4038. "php": "^8.0.2"
  4039. },
  4040. "type": "library",
  4041. "autoload": {
  4042. "psr-4": {
  4043. "League\\Flysystem\\Local\\": ""
  4044. }
  4045. },
  4046. "notification-url": "https://packagist.org/downloads/",
  4047. "license": [
  4048. "MIT"
  4049. ],
  4050. "authors": [
  4051. {
  4052. "name": "Frank de Jonge",
  4053. "email": "info@frankdejonge.nl"
  4054. }
  4055. ],
  4056. "description": "Local filesystem adapter for Flysystem.",
  4057. "keywords": [
  4058. "Flysystem",
  4059. "file",
  4060. "files",
  4061. "filesystem",
  4062. "local"
  4063. ],
  4064. "support": {
  4065. "source": "https://github.com/thephpleague/flysystem-local/tree/3.30.0"
  4066. },
  4067. "time": "2025-05-21T10:34:19+00:00"
  4068. },
  4069. {
  4070. "name": "league/mime-type-detection",
  4071. "version": "1.16.0",
  4072. "source": {
  4073. "type": "git",
  4074. "url": "https://github.com/thephpleague/mime-type-detection.git",
  4075. "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9"
  4076. },
  4077. "dist": {
  4078. "type": "zip",
  4079. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9",
  4080. "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9",
  4081. "shasum": ""
  4082. },
  4083. "require": {
  4084. "ext-fileinfo": "*",
  4085. "php": "^7.4 || ^8.0"
  4086. },
  4087. "require-dev": {
  4088. "friendsofphp/php-cs-fixer": "^3.2",
  4089. "phpstan/phpstan": "^0.12.68",
  4090. "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
  4091. },
  4092. "type": "library",
  4093. "autoload": {
  4094. "psr-4": {
  4095. "League\\MimeTypeDetection\\": "src"
  4096. }
  4097. },
  4098. "notification-url": "https://packagist.org/downloads/",
  4099. "license": [
  4100. "MIT"
  4101. ],
  4102. "authors": [
  4103. {
  4104. "name": "Frank de Jonge",
  4105. "email": "info@frankdejonge.nl"
  4106. }
  4107. ],
  4108. "description": "Mime-type detection for Flysystem",
  4109. "support": {
  4110. "issues": "https://github.com/thephpleague/mime-type-detection/issues",
  4111. "source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0"
  4112. },
  4113. "funding": [
  4114. {
  4115. "url": "https://github.com/frankdejonge",
  4116. "type": "github"
  4117. },
  4118. {
  4119. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  4120. "type": "tidelift"
  4121. }
  4122. ],
  4123. "time": "2024-09-21T08:32:55+00:00"
  4124. },
  4125. {
  4126. "name": "league/uri",
  4127. "version": "7.5.1",
  4128. "source": {
  4129. "type": "git",
  4130. "url": "https://github.com/thephpleague/uri.git",
  4131. "reference": "81fb5145d2644324614cc532b28efd0215bda430"
  4132. },
  4133. "dist": {
  4134. "type": "zip",
  4135. "url": "https://api.github.com/repos/thephpleague/uri/zipball/81fb5145d2644324614cc532b28efd0215bda430",
  4136. "reference": "81fb5145d2644324614cc532b28efd0215bda430",
  4137. "shasum": ""
  4138. },
  4139. "require": {
  4140. "league/uri-interfaces": "^7.5",
  4141. "php": "^8.1"
  4142. },
  4143. "conflict": {
  4144. "league/uri-schemes": "^1.0"
  4145. },
  4146. "suggest": {
  4147. "ext-bcmath": "to improve IPV4 host parsing",
  4148. "ext-fileinfo": "to create Data URI from file contennts",
  4149. "ext-gmp": "to improve IPV4 host parsing",
  4150. "ext-intl": "to handle IDN host with the best performance",
  4151. "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
  4152. "league/uri-components": "Needed to easily manipulate URI objects components",
  4153. "php-64bit": "to improve IPV4 host parsing",
  4154. "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
  4155. },
  4156. "type": "library",
  4157. "extra": {
  4158. "branch-alias": {
  4159. "dev-master": "7.x-dev"
  4160. }
  4161. },
  4162. "autoload": {
  4163. "psr-4": {
  4164. "League\\Uri\\": ""
  4165. }
  4166. },
  4167. "notification-url": "https://packagist.org/downloads/",
  4168. "license": [
  4169. "MIT"
  4170. ],
  4171. "authors": [
  4172. {
  4173. "name": "Ignace Nyamagana Butera",
  4174. "email": "nyamsprod@gmail.com",
  4175. "homepage": "https://nyamsprod.com"
  4176. }
  4177. ],
  4178. "description": "URI manipulation library",
  4179. "homepage": "https://uri.thephpleague.com",
  4180. "keywords": [
  4181. "data-uri",
  4182. "file-uri",
  4183. "ftp",
  4184. "hostname",
  4185. "http",
  4186. "https",
  4187. "middleware",
  4188. "parse_str",
  4189. "parse_url",
  4190. "psr-7",
  4191. "query-string",
  4192. "querystring",
  4193. "rfc3986",
  4194. "rfc3987",
  4195. "rfc6570",
  4196. "uri",
  4197. "uri-template",
  4198. "url",
  4199. "ws"
  4200. ],
  4201. "support": {
  4202. "docs": "https://uri.thephpleague.com",
  4203. "forum": "https://thephpleague.slack.com",
  4204. "issues": "https://github.com/thephpleague/uri-src/issues",
  4205. "source": "https://github.com/thephpleague/uri/tree/7.5.1"
  4206. },
  4207. "funding": [
  4208. {
  4209. "url": "https://github.com/sponsors/nyamsprod",
  4210. "type": "github"
  4211. }
  4212. ],
  4213. "time": "2024-12-08T08:40:02+00:00"
  4214. },
  4215. {
  4216. "name": "league/uri-interfaces",
  4217. "version": "7.5.0",
  4218. "source": {
  4219. "type": "git",
  4220. "url": "https://github.com/thephpleague/uri-interfaces.git",
  4221. "reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742"
  4222. },
  4223. "dist": {
  4224. "type": "zip",
  4225. "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
  4226. "reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
  4227. "shasum": ""
  4228. },
  4229. "require": {
  4230. "ext-filter": "*",
  4231. "php": "^8.1",
  4232. "psr/http-factory": "^1",
  4233. "psr/http-message": "^1.1 || ^2.0"
  4234. },
  4235. "suggest": {
  4236. "ext-bcmath": "to improve IPV4 host parsing",
  4237. "ext-gmp": "to improve IPV4 host parsing",
  4238. "ext-intl": "to handle IDN host with the best performance",
  4239. "php-64bit": "to improve IPV4 host parsing",
  4240. "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
  4241. },
  4242. "type": "library",
  4243. "extra": {
  4244. "branch-alias": {
  4245. "dev-master": "7.x-dev"
  4246. }
  4247. },
  4248. "autoload": {
  4249. "psr-4": {
  4250. "League\\Uri\\": ""
  4251. }
  4252. },
  4253. "notification-url": "https://packagist.org/downloads/",
  4254. "license": [
  4255. "MIT"
  4256. ],
  4257. "authors": [
  4258. {
  4259. "name": "Ignace Nyamagana Butera",
  4260. "email": "nyamsprod@gmail.com",
  4261. "homepage": "https://nyamsprod.com"
  4262. }
  4263. ],
  4264. "description": "Common interfaces and classes for URI representation and interaction",
  4265. "homepage": "https://uri.thephpleague.com",
  4266. "keywords": [
  4267. "data-uri",
  4268. "file-uri",
  4269. "ftp",
  4270. "hostname",
  4271. "http",
  4272. "https",
  4273. "parse_str",
  4274. "parse_url",
  4275. "psr-7",
  4276. "query-string",
  4277. "querystring",
  4278. "rfc3986",
  4279. "rfc3987",
  4280. "rfc6570",
  4281. "uri",
  4282. "url",
  4283. "ws"
  4284. ],
  4285. "support": {
  4286. "docs": "https://uri.thephpleague.com",
  4287. "forum": "https://thephpleague.slack.com",
  4288. "issues": "https://github.com/thephpleague/uri-src/issues",
  4289. "source": "https://github.com/thephpleague/uri-interfaces/tree/7.5.0"
  4290. },
  4291. "funding": [
  4292. {
  4293. "url": "https://github.com/sponsors/nyamsprod",
  4294. "type": "github"
  4295. }
  4296. ],
  4297. "time": "2024-12-08T08:18:47+00:00"
  4298. },
  4299. {
  4300. "name": "mews/captcha",
  4301. "version": "3.4.6",
  4302. "source": {
  4303. "type": "git",
  4304. "url": "https://github.com/mewebstudio/captcha.git",
  4305. "reference": "cead591ddc544b2b80a4136897893dd3bd70e7a7"
  4306. },
  4307. "dist": {
  4308. "type": "zip",
  4309. "url": "https://api.github.com/repos/mewebstudio/captcha/zipball/cead591ddc544b2b80a4136897893dd3bd70e7a7",
  4310. "reference": "cead591ddc544b2b80a4136897893dd3bd70e7a7",
  4311. "shasum": ""
  4312. },
  4313. "require": {
  4314. "ext-gd": "*",
  4315. "illuminate/config": "~5|^6|^7|^8|^9|^10|^11|^12",
  4316. "illuminate/filesystem": "~5|^6|^7|^8|^9|^10|^11|^12",
  4317. "illuminate/hashing": "~5|^6|^7|^8|^9|^10|^11|^12",
  4318. "illuminate/session": "~5|^6|^7|^8|^9|^10|^11|^12",
  4319. "illuminate/support": "~5|^6|^7|^8|^9|^10|^11|^12",
  4320. "intervention/image": "^3.7",
  4321. "php": "^7.2|^8.1|^8.2|^8.3"
  4322. },
  4323. "require-dev": {
  4324. "mockery/mockery": "^1.0",
  4325. "phpunit/phpunit": "^8.5|^9.5.10|^10.5|^11"
  4326. },
  4327. "type": "package",
  4328. "extra": {
  4329. "laravel": {
  4330. "aliases": {
  4331. "Captcha": "Mews\\Captcha\\Facades\\Captcha"
  4332. },
  4333. "providers": [
  4334. "Mews\\Captcha\\CaptchaServiceProvider"
  4335. ]
  4336. }
  4337. },
  4338. "autoload": {
  4339. "files": [
  4340. "src/helpers.php"
  4341. ],
  4342. "psr-4": {
  4343. "Mews\\Captcha\\": "src/"
  4344. }
  4345. },
  4346. "notification-url": "https://packagist.org/downloads/",
  4347. "license": [
  4348. "MIT"
  4349. ],
  4350. "authors": [
  4351. {
  4352. "name": "Muharrem ERİN",
  4353. "email": "me@mewebstudio.com",
  4354. "homepage": "https://github.com/mewebstudio",
  4355. "role": "Developer"
  4356. }
  4357. ],
  4358. "description": "Laravel 5/6/7/8/9/10/11/12 Captcha Package",
  4359. "homepage": "https://github.com/mewebstudio/captcha",
  4360. "keywords": [
  4361. "captcha",
  4362. "laravel12 Captcha",
  4363. "laravel12 Security",
  4364. "laravel5 Security"
  4365. ],
  4366. "support": {
  4367. "issues": "https://github.com/mewebstudio/captcha/issues",
  4368. "source": "https://github.com/mewebstudio/captcha/tree/3.4.6"
  4369. },
  4370. "time": "2025-04-16T15:40:08+00:00"
  4371. },
  4372. {
  4373. "name": "monolog/monolog",
  4374. "version": "3.9.0",
  4375. "source": {
  4376. "type": "git",
  4377. "url": "https://github.com/Seldaek/monolog.git",
  4378. "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6"
  4379. },
  4380. "dist": {
  4381. "type": "zip",
  4382. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/10d85740180ecba7896c87e06a166e0c95a0e3b6",
  4383. "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6",
  4384. "shasum": ""
  4385. },
  4386. "require": {
  4387. "php": ">=8.1",
  4388. "psr/log": "^2.0 || ^3.0"
  4389. },
  4390. "provide": {
  4391. "psr/log-implementation": "3.0.0"
  4392. },
  4393. "require-dev": {
  4394. "aws/aws-sdk-php": "^3.0",
  4395. "doctrine/couchdb": "~1.0@dev",
  4396. "elasticsearch/elasticsearch": "^7 || ^8",
  4397. "ext-json": "*",
  4398. "graylog2/gelf-php": "^1.4.2 || ^2.0",
  4399. "guzzlehttp/guzzle": "^7.4.5",
  4400. "guzzlehttp/psr7": "^2.2",
  4401. "mongodb/mongodb": "^1.8",
  4402. "php-amqplib/php-amqplib": "~2.4 || ^3",
  4403. "php-console/php-console": "^3.1.8",
  4404. "phpstan/phpstan": "^2",
  4405. "phpstan/phpstan-deprecation-rules": "^2",
  4406. "phpstan/phpstan-strict-rules": "^2",
  4407. "phpunit/phpunit": "^10.5.17 || ^11.0.7",
  4408. "predis/predis": "^1.1 || ^2",
  4409. "rollbar/rollbar": "^4.0",
  4410. "ruflin/elastica": "^7 || ^8",
  4411. "symfony/mailer": "^5.4 || ^6",
  4412. "symfony/mime": "^5.4 || ^6"
  4413. },
  4414. "suggest": {
  4415. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  4416. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  4417. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  4418. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  4419. "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
  4420. "ext-mbstring": "Allow to work properly with unicode symbols",
  4421. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  4422. "ext-openssl": "Required to send log messages using SSL",
  4423. "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
  4424. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  4425. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  4426. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  4427. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  4428. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  4429. },
  4430. "type": "library",
  4431. "extra": {
  4432. "branch-alias": {
  4433. "dev-main": "3.x-dev"
  4434. }
  4435. },
  4436. "autoload": {
  4437. "psr-4": {
  4438. "Monolog\\": "src/Monolog"
  4439. }
  4440. },
  4441. "notification-url": "https://packagist.org/downloads/",
  4442. "license": [
  4443. "MIT"
  4444. ],
  4445. "authors": [
  4446. {
  4447. "name": "Jordi Boggiano",
  4448. "email": "j.boggiano@seld.be",
  4449. "homepage": "https://seld.be"
  4450. }
  4451. ],
  4452. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  4453. "homepage": "https://github.com/Seldaek/monolog",
  4454. "keywords": [
  4455. "log",
  4456. "logging",
  4457. "psr-3"
  4458. ],
  4459. "support": {
  4460. "issues": "https://github.com/Seldaek/monolog/issues",
  4461. "source": "https://github.com/Seldaek/monolog/tree/3.9.0"
  4462. },
  4463. "funding": [
  4464. {
  4465. "url": "https://github.com/Seldaek",
  4466. "type": "github"
  4467. },
  4468. {
  4469. "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
  4470. "type": "tidelift"
  4471. }
  4472. ],
  4473. "time": "2025-03-24T10:02:05+00:00"
  4474. },
  4475. {
  4476. "name": "nesbot/carbon",
  4477. "version": "3.10.2",
  4478. "source": {
  4479. "type": "git",
  4480. "url": "https://github.com/CarbonPHP/carbon.git",
  4481. "reference": "76b5c07b8a9d2025ed1610e14cef1f3fd6ad2c24"
  4482. },
  4483. "dist": {
  4484. "type": "zip",
  4485. "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/76b5c07b8a9d2025ed1610e14cef1f3fd6ad2c24",
  4486. "reference": "76b5c07b8a9d2025ed1610e14cef1f3fd6ad2c24",
  4487. "shasum": ""
  4488. },
  4489. "require": {
  4490. "carbonphp/carbon-doctrine-types": "<100.0",
  4491. "ext-json": "*",
  4492. "php": "^8.1",
  4493. "psr/clock": "^1.0",
  4494. "symfony/clock": "^6.3.12 || ^7.0",
  4495. "symfony/polyfill-mbstring": "^1.0",
  4496. "symfony/translation": "^4.4.18 || ^5.2.1 || ^6.0 || ^7.0"
  4497. },
  4498. "provide": {
  4499. "psr/clock-implementation": "1.0"
  4500. },
  4501. "require-dev": {
  4502. "doctrine/dbal": "^3.6.3 || ^4.0",
  4503. "doctrine/orm": "^2.15.2 || ^3.0",
  4504. "friendsofphp/php-cs-fixer": "^3.75.0",
  4505. "kylekatarnls/multi-tester": "^2.5.3",
  4506. "phpmd/phpmd": "^2.15.0",
  4507. "phpstan/extension-installer": "^1.4.3",
  4508. "phpstan/phpstan": "^2.1.17",
  4509. "phpunit/phpunit": "^10.5.46",
  4510. "squizlabs/php_codesniffer": "^3.13.0"
  4511. },
  4512. "bin": [
  4513. "bin/carbon"
  4514. ],
  4515. "type": "library",
  4516. "extra": {
  4517. "laravel": {
  4518. "providers": [
  4519. "Carbon\\Laravel\\ServiceProvider"
  4520. ]
  4521. },
  4522. "phpstan": {
  4523. "includes": [
  4524. "extension.neon"
  4525. ]
  4526. },
  4527. "branch-alias": {
  4528. "dev-2.x": "2.x-dev",
  4529. "dev-master": "3.x-dev"
  4530. }
  4531. },
  4532. "autoload": {
  4533. "psr-4": {
  4534. "Carbon\\": "src/Carbon/"
  4535. }
  4536. },
  4537. "notification-url": "https://packagist.org/downloads/",
  4538. "license": [
  4539. "MIT"
  4540. ],
  4541. "authors": [
  4542. {
  4543. "name": "Brian Nesbitt",
  4544. "email": "brian@nesbot.com",
  4545. "homepage": "https://markido.com"
  4546. },
  4547. {
  4548. "name": "kylekatarnls",
  4549. "homepage": "https://github.com/kylekatarnls"
  4550. }
  4551. ],
  4552. "description": "An API extension for DateTime that supports 281 different languages.",
  4553. "homepage": "https://carbon.nesbot.com",
  4554. "keywords": [
  4555. "date",
  4556. "datetime",
  4557. "time"
  4558. ],
  4559. "support": {
  4560. "docs": "https://carbon.nesbot.com/docs",
  4561. "issues": "https://github.com/CarbonPHP/carbon/issues",
  4562. "source": "https://github.com/CarbonPHP/carbon"
  4563. },
  4564. "funding": [
  4565. {
  4566. "url": "https://github.com/sponsors/kylekatarnls",
  4567. "type": "github"
  4568. },
  4569. {
  4570. "url": "https://opencollective.com/Carbon#sponsor",
  4571. "type": "opencollective"
  4572. },
  4573. {
  4574. "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
  4575. "type": "tidelift"
  4576. }
  4577. ],
  4578. "time": "2025-08-02T09:36:06+00:00"
  4579. },
  4580. {
  4581. "name": "nette/schema",
  4582. "version": "v1.3.2",
  4583. "source": {
  4584. "type": "git",
  4585. "url": "https://github.com/nette/schema.git",
  4586. "reference": "da801d52f0354f70a638673c4a0f04e16529431d"
  4587. },
  4588. "dist": {
  4589. "type": "zip",
  4590. "url": "https://api.github.com/repos/nette/schema/zipball/da801d52f0354f70a638673c4a0f04e16529431d",
  4591. "reference": "da801d52f0354f70a638673c4a0f04e16529431d",
  4592. "shasum": ""
  4593. },
  4594. "require": {
  4595. "nette/utils": "^4.0",
  4596. "php": "8.1 - 8.4"
  4597. },
  4598. "require-dev": {
  4599. "nette/tester": "^2.5.2",
  4600. "phpstan/phpstan-nette": "^1.0",
  4601. "tracy/tracy": "^2.8"
  4602. },
  4603. "type": "library",
  4604. "extra": {
  4605. "branch-alias": {
  4606. "dev-master": "1.3-dev"
  4607. }
  4608. },
  4609. "autoload": {
  4610. "classmap": [
  4611. "src/"
  4612. ]
  4613. },
  4614. "notification-url": "https://packagist.org/downloads/",
  4615. "license": [
  4616. "BSD-3-Clause",
  4617. "GPL-2.0-only",
  4618. "GPL-3.0-only"
  4619. ],
  4620. "authors": [
  4621. {
  4622. "name": "David Grudl",
  4623. "homepage": "https://davidgrudl.com"
  4624. },
  4625. {
  4626. "name": "Nette Community",
  4627. "homepage": "https://nette.org/contributors"
  4628. }
  4629. ],
  4630. "description": "📐 Nette Schema: validating data structures against a given Schema.",
  4631. "homepage": "https://nette.org",
  4632. "keywords": [
  4633. "config",
  4634. "nette"
  4635. ],
  4636. "support": {
  4637. "issues": "https://github.com/nette/schema/issues",
  4638. "source": "https://github.com/nette/schema/tree/v1.3.2"
  4639. },
  4640. "time": "2024-10-06T23:10:23+00:00"
  4641. },
  4642. {
  4643. "name": "nette/utils",
  4644. "version": "v4.0.8",
  4645. "source": {
  4646. "type": "git",
  4647. "url": "https://github.com/nette/utils.git",
  4648. "reference": "c930ca4e3cf4f17dcfb03037703679d2396d2ede"
  4649. },
  4650. "dist": {
  4651. "type": "zip",
  4652. "url": "https://api.github.com/repos/nette/utils/zipball/c930ca4e3cf4f17dcfb03037703679d2396d2ede",
  4653. "reference": "c930ca4e3cf4f17dcfb03037703679d2396d2ede",
  4654. "shasum": ""
  4655. },
  4656. "require": {
  4657. "php": "8.0 - 8.5"
  4658. },
  4659. "conflict": {
  4660. "nette/finder": "<3",
  4661. "nette/schema": "<1.2.2"
  4662. },
  4663. "require-dev": {
  4664. "jetbrains/phpstorm-attributes": "^1.2",
  4665. "nette/tester": "^2.5",
  4666. "phpstan/phpstan-nette": "^2.0@stable",
  4667. "tracy/tracy": "^2.9"
  4668. },
  4669. "suggest": {
  4670. "ext-gd": "to use Image",
  4671. "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
  4672. "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
  4673. "ext-json": "to use Nette\\Utils\\Json",
  4674. "ext-mbstring": "to use Strings::lower() etc...",
  4675. "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
  4676. },
  4677. "type": "library",
  4678. "extra": {
  4679. "branch-alias": {
  4680. "dev-master": "4.0-dev"
  4681. }
  4682. },
  4683. "autoload": {
  4684. "psr-4": {
  4685. "Nette\\": "src"
  4686. },
  4687. "classmap": [
  4688. "src/"
  4689. ]
  4690. },
  4691. "notification-url": "https://packagist.org/downloads/",
  4692. "license": [
  4693. "BSD-3-Clause",
  4694. "GPL-2.0-only",
  4695. "GPL-3.0-only"
  4696. ],
  4697. "authors": [
  4698. {
  4699. "name": "David Grudl",
  4700. "homepage": "https://davidgrudl.com"
  4701. },
  4702. {
  4703. "name": "Nette Community",
  4704. "homepage": "https://nette.org/contributors"
  4705. }
  4706. ],
  4707. "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
  4708. "homepage": "https://nette.org",
  4709. "keywords": [
  4710. "array",
  4711. "core",
  4712. "datetime",
  4713. "images",
  4714. "json",
  4715. "nette",
  4716. "paginator",
  4717. "password",
  4718. "slugify",
  4719. "string",
  4720. "unicode",
  4721. "utf-8",
  4722. "utility",
  4723. "validation"
  4724. ],
  4725. "support": {
  4726. "issues": "https://github.com/nette/utils/issues",
  4727. "source": "https://github.com/nette/utils/tree/v4.0.8"
  4728. },
  4729. "time": "2025-08-06T21:43:34+00:00"
  4730. },
  4731. {
  4732. "name": "nikic/php-parser",
  4733. "version": "v5.6.1",
  4734. "source": {
  4735. "type": "git",
  4736. "url": "https://github.com/nikic/PHP-Parser.git",
  4737. "reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2"
  4738. },
  4739. "dist": {
  4740. "type": "zip",
  4741. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2",
  4742. "reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2",
  4743. "shasum": ""
  4744. },
  4745. "require": {
  4746. "ext-ctype": "*",
  4747. "ext-json": "*",
  4748. "ext-tokenizer": "*",
  4749. "php": ">=7.4"
  4750. },
  4751. "require-dev": {
  4752. "ircmaxell/php-yacc": "^0.0.7",
  4753. "phpunit/phpunit": "^9.0"
  4754. },
  4755. "bin": [
  4756. "bin/php-parse"
  4757. ],
  4758. "type": "library",
  4759. "extra": {
  4760. "branch-alias": {
  4761. "dev-master": "5.x-dev"
  4762. }
  4763. },
  4764. "autoload": {
  4765. "psr-4": {
  4766. "PhpParser\\": "lib/PhpParser"
  4767. }
  4768. },
  4769. "notification-url": "https://packagist.org/downloads/",
  4770. "license": [
  4771. "BSD-3-Clause"
  4772. ],
  4773. "authors": [
  4774. {
  4775. "name": "Nikita Popov"
  4776. }
  4777. ],
  4778. "description": "A PHP parser written in PHP",
  4779. "keywords": [
  4780. "parser",
  4781. "php"
  4782. ],
  4783. "support": {
  4784. "issues": "https://github.com/nikic/PHP-Parser/issues",
  4785. "source": "https://github.com/nikic/PHP-Parser/tree/v5.6.1"
  4786. },
  4787. "time": "2025-08-13T20:13:15+00:00"
  4788. },
  4789. {
  4790. "name": "nunomaduro/termwind",
  4791. "version": "v2.3.1",
  4792. "source": {
  4793. "type": "git",
  4794. "url": "https://github.com/nunomaduro/termwind.git",
  4795. "reference": "dfa08f390e509967a15c22493dc0bac5733d9123"
  4796. },
  4797. "dist": {
  4798. "type": "zip",
  4799. "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/dfa08f390e509967a15c22493dc0bac5733d9123",
  4800. "reference": "dfa08f390e509967a15c22493dc0bac5733d9123",
  4801. "shasum": ""
  4802. },
  4803. "require": {
  4804. "ext-mbstring": "*",
  4805. "php": "^8.2",
  4806. "symfony/console": "^7.2.6"
  4807. },
  4808. "require-dev": {
  4809. "illuminate/console": "^11.44.7",
  4810. "laravel/pint": "^1.22.0",
  4811. "mockery/mockery": "^1.6.12",
  4812. "pestphp/pest": "^2.36.0 || ^3.8.2",
  4813. "phpstan/phpstan": "^1.12.25",
  4814. "phpstan/phpstan-strict-rules": "^1.6.2",
  4815. "symfony/var-dumper": "^7.2.6",
  4816. "thecodingmachine/phpstan-strict-rules": "^1.0.0"
  4817. },
  4818. "type": "library",
  4819. "extra": {
  4820. "laravel": {
  4821. "providers": [
  4822. "Termwind\\Laravel\\TermwindServiceProvider"
  4823. ]
  4824. },
  4825. "branch-alias": {
  4826. "dev-2.x": "2.x-dev"
  4827. }
  4828. },
  4829. "autoload": {
  4830. "files": [
  4831. "src/Functions.php"
  4832. ],
  4833. "psr-4": {
  4834. "Termwind\\": "src/"
  4835. }
  4836. },
  4837. "notification-url": "https://packagist.org/downloads/",
  4838. "license": [
  4839. "MIT"
  4840. ],
  4841. "authors": [
  4842. {
  4843. "name": "Nuno Maduro",
  4844. "email": "enunomaduro@gmail.com"
  4845. }
  4846. ],
  4847. "description": "Its like Tailwind CSS, but for the console.",
  4848. "keywords": [
  4849. "cli",
  4850. "console",
  4851. "css",
  4852. "package",
  4853. "php",
  4854. "style"
  4855. ],
  4856. "support": {
  4857. "issues": "https://github.com/nunomaduro/termwind/issues",
  4858. "source": "https://github.com/nunomaduro/termwind/tree/v2.3.1"
  4859. },
  4860. "funding": [
  4861. {
  4862. "url": "https://www.paypal.com/paypalme/enunomaduro",
  4863. "type": "custom"
  4864. },
  4865. {
  4866. "url": "https://github.com/nunomaduro",
  4867. "type": "github"
  4868. },
  4869. {
  4870. "url": "https://github.com/xiCO2k",
  4871. "type": "github"
  4872. }
  4873. ],
  4874. "time": "2025-05-08T08:14:37+00:00"
  4875. },
  4876. {
  4877. "name": "phpoption/phpoption",
  4878. "version": "1.9.4",
  4879. "source": {
  4880. "type": "git",
  4881. "url": "https://github.com/schmittjoh/php-option.git",
  4882. "reference": "638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d"
  4883. },
  4884. "dist": {
  4885. "type": "zip",
  4886. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d",
  4887. "reference": "638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d",
  4888. "shasum": ""
  4889. },
  4890. "require": {
  4891. "php": "^7.2.5 || ^8.0"
  4892. },
  4893. "require-dev": {
  4894. "bamarni/composer-bin-plugin": "^1.8.2",
  4895. "phpunit/phpunit": "^8.5.44 || ^9.6.25 || ^10.5.53 || ^11.5.34"
  4896. },
  4897. "type": "library",
  4898. "extra": {
  4899. "bamarni-bin": {
  4900. "bin-links": true,
  4901. "forward-command": false
  4902. },
  4903. "branch-alias": {
  4904. "dev-master": "1.9-dev"
  4905. }
  4906. },
  4907. "autoload": {
  4908. "psr-4": {
  4909. "PhpOption\\": "src/PhpOption/"
  4910. }
  4911. },
  4912. "notification-url": "https://packagist.org/downloads/",
  4913. "license": [
  4914. "Apache-2.0"
  4915. ],
  4916. "authors": [
  4917. {
  4918. "name": "Johannes M. Schmitt",
  4919. "email": "schmittjoh@gmail.com",
  4920. "homepage": "https://github.com/schmittjoh"
  4921. },
  4922. {
  4923. "name": "Graham Campbell",
  4924. "email": "hello@gjcampbell.co.uk",
  4925. "homepage": "https://github.com/GrahamCampbell"
  4926. }
  4927. ],
  4928. "description": "Option Type for PHP",
  4929. "keywords": [
  4930. "language",
  4931. "option",
  4932. "php",
  4933. "type"
  4934. ],
  4935. "support": {
  4936. "issues": "https://github.com/schmittjoh/php-option/issues",
  4937. "source": "https://github.com/schmittjoh/php-option/tree/1.9.4"
  4938. },
  4939. "funding": [
  4940. {
  4941. "url": "https://github.com/GrahamCampbell",
  4942. "type": "github"
  4943. },
  4944. {
  4945. "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
  4946. "type": "tidelift"
  4947. }
  4948. ],
  4949. "time": "2025-08-21T11:53:16+00:00"
  4950. },
  4951. {
  4952. "name": "psr/cache",
  4953. "version": "3.0.0",
  4954. "source": {
  4955. "type": "git",
  4956. "url": "https://github.com/php-fig/cache.git",
  4957. "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
  4958. },
  4959. "dist": {
  4960. "type": "zip",
  4961. "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
  4962. "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
  4963. "shasum": ""
  4964. },
  4965. "require": {
  4966. "php": ">=8.0.0"
  4967. },
  4968. "type": "library",
  4969. "extra": {
  4970. "branch-alias": {
  4971. "dev-master": "1.0.x-dev"
  4972. }
  4973. },
  4974. "autoload": {
  4975. "psr-4": {
  4976. "Psr\\Cache\\": "src/"
  4977. }
  4978. },
  4979. "notification-url": "https://packagist.org/downloads/",
  4980. "license": [
  4981. "MIT"
  4982. ],
  4983. "authors": [
  4984. {
  4985. "name": "PHP-FIG",
  4986. "homepage": "https://www.php-fig.org/"
  4987. }
  4988. ],
  4989. "description": "Common interface for caching libraries",
  4990. "keywords": [
  4991. "cache",
  4992. "psr",
  4993. "psr-6"
  4994. ],
  4995. "support": {
  4996. "source": "https://github.com/php-fig/cache/tree/3.0.0"
  4997. },
  4998. "time": "2021-02-03T23:26:27+00:00"
  4999. },
  5000. {
  5001. "name": "psr/clock",
  5002. "version": "1.0.0",
  5003. "source": {
  5004. "type": "git",
  5005. "url": "https://github.com/php-fig/clock.git",
  5006. "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
  5007. },
  5008. "dist": {
  5009. "type": "zip",
  5010. "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
  5011. "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
  5012. "shasum": ""
  5013. },
  5014. "require": {
  5015. "php": "^7.0 || ^8.0"
  5016. },
  5017. "type": "library",
  5018. "autoload": {
  5019. "psr-4": {
  5020. "Psr\\Clock\\": "src/"
  5021. }
  5022. },
  5023. "notification-url": "https://packagist.org/downloads/",
  5024. "license": [
  5025. "MIT"
  5026. ],
  5027. "authors": [
  5028. {
  5029. "name": "PHP-FIG",
  5030. "homepage": "https://www.php-fig.org/"
  5031. }
  5032. ],
  5033. "description": "Common interface for reading the clock.",
  5034. "homepage": "https://github.com/php-fig/clock",
  5035. "keywords": [
  5036. "clock",
  5037. "now",
  5038. "psr",
  5039. "psr-20",
  5040. "time"
  5041. ],
  5042. "support": {
  5043. "issues": "https://github.com/php-fig/clock/issues",
  5044. "source": "https://github.com/php-fig/clock/tree/1.0.0"
  5045. },
  5046. "time": "2022-11-25T14:36:26+00:00"
  5047. },
  5048. {
  5049. "name": "psr/container",
  5050. "version": "2.0.2",
  5051. "source": {
  5052. "type": "git",
  5053. "url": "https://github.com/php-fig/container.git",
  5054. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
  5055. },
  5056. "dist": {
  5057. "type": "zip",
  5058. "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  5059. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  5060. "shasum": ""
  5061. },
  5062. "require": {
  5063. "php": ">=7.4.0"
  5064. },
  5065. "type": "library",
  5066. "extra": {
  5067. "branch-alias": {
  5068. "dev-master": "2.0.x-dev"
  5069. }
  5070. },
  5071. "autoload": {
  5072. "psr-4": {
  5073. "Psr\\Container\\": "src/"
  5074. }
  5075. },
  5076. "notification-url": "https://packagist.org/downloads/",
  5077. "license": [
  5078. "MIT"
  5079. ],
  5080. "authors": [
  5081. {
  5082. "name": "PHP-FIG",
  5083. "homepage": "https://www.php-fig.org/"
  5084. }
  5085. ],
  5086. "description": "Common Container Interface (PHP FIG PSR-11)",
  5087. "homepage": "https://github.com/php-fig/container",
  5088. "keywords": [
  5089. "PSR-11",
  5090. "container",
  5091. "container-interface",
  5092. "container-interop",
  5093. "psr"
  5094. ],
  5095. "support": {
  5096. "issues": "https://github.com/php-fig/container/issues",
  5097. "source": "https://github.com/php-fig/container/tree/2.0.2"
  5098. },
  5099. "time": "2021-11-05T16:47:00+00:00"
  5100. },
  5101. {
  5102. "name": "psr/event-dispatcher",
  5103. "version": "1.0.0",
  5104. "source": {
  5105. "type": "git",
  5106. "url": "https://github.com/php-fig/event-dispatcher.git",
  5107. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  5108. },
  5109. "dist": {
  5110. "type": "zip",
  5111. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  5112. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  5113. "shasum": ""
  5114. },
  5115. "require": {
  5116. "php": ">=7.2.0"
  5117. },
  5118. "type": "library",
  5119. "extra": {
  5120. "branch-alias": {
  5121. "dev-master": "1.0.x-dev"
  5122. }
  5123. },
  5124. "autoload": {
  5125. "psr-4": {
  5126. "Psr\\EventDispatcher\\": "src/"
  5127. }
  5128. },
  5129. "notification-url": "https://packagist.org/downloads/",
  5130. "license": [
  5131. "MIT"
  5132. ],
  5133. "authors": [
  5134. {
  5135. "name": "PHP-FIG",
  5136. "homepage": "http://www.php-fig.org/"
  5137. }
  5138. ],
  5139. "description": "Standard interfaces for event handling.",
  5140. "keywords": [
  5141. "events",
  5142. "psr",
  5143. "psr-14"
  5144. ],
  5145. "support": {
  5146. "issues": "https://github.com/php-fig/event-dispatcher/issues",
  5147. "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
  5148. },
  5149. "time": "2019-01-08T18:20:26+00:00"
  5150. },
  5151. {
  5152. "name": "psr/http-client",
  5153. "version": "1.0.3",
  5154. "source": {
  5155. "type": "git",
  5156. "url": "https://github.com/php-fig/http-client.git",
  5157. "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
  5158. },
  5159. "dist": {
  5160. "type": "zip",
  5161. "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
  5162. "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
  5163. "shasum": ""
  5164. },
  5165. "require": {
  5166. "php": "^7.0 || ^8.0",
  5167. "psr/http-message": "^1.0 || ^2.0"
  5168. },
  5169. "type": "library",
  5170. "extra": {
  5171. "branch-alias": {
  5172. "dev-master": "1.0.x-dev"
  5173. }
  5174. },
  5175. "autoload": {
  5176. "psr-4": {
  5177. "Psr\\Http\\Client\\": "src/"
  5178. }
  5179. },
  5180. "notification-url": "https://packagist.org/downloads/",
  5181. "license": [
  5182. "MIT"
  5183. ],
  5184. "authors": [
  5185. {
  5186. "name": "PHP-FIG",
  5187. "homepage": "https://www.php-fig.org/"
  5188. }
  5189. ],
  5190. "description": "Common interface for HTTP clients",
  5191. "homepage": "https://github.com/php-fig/http-client",
  5192. "keywords": [
  5193. "http",
  5194. "http-client",
  5195. "psr",
  5196. "psr-18"
  5197. ],
  5198. "support": {
  5199. "source": "https://github.com/php-fig/http-client"
  5200. },
  5201. "time": "2023-09-23T14:17:50+00:00"
  5202. },
  5203. {
  5204. "name": "psr/http-factory",
  5205. "version": "1.1.0",
  5206. "source": {
  5207. "type": "git",
  5208. "url": "https://github.com/php-fig/http-factory.git",
  5209. "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
  5210. },
  5211. "dist": {
  5212. "type": "zip",
  5213. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
  5214. "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
  5215. "shasum": ""
  5216. },
  5217. "require": {
  5218. "php": ">=7.1",
  5219. "psr/http-message": "^1.0 || ^2.0"
  5220. },
  5221. "type": "library",
  5222. "extra": {
  5223. "branch-alias": {
  5224. "dev-master": "1.0.x-dev"
  5225. }
  5226. },
  5227. "autoload": {
  5228. "psr-4": {
  5229. "Psr\\Http\\Message\\": "src/"
  5230. }
  5231. },
  5232. "notification-url": "https://packagist.org/downloads/",
  5233. "license": [
  5234. "MIT"
  5235. ],
  5236. "authors": [
  5237. {
  5238. "name": "PHP-FIG",
  5239. "homepage": "https://www.php-fig.org/"
  5240. }
  5241. ],
  5242. "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
  5243. "keywords": [
  5244. "factory",
  5245. "http",
  5246. "message",
  5247. "psr",
  5248. "psr-17",
  5249. "psr-7",
  5250. "request",
  5251. "response"
  5252. ],
  5253. "support": {
  5254. "source": "https://github.com/php-fig/http-factory"
  5255. },
  5256. "time": "2024-04-15T12:06:14+00:00"
  5257. },
  5258. {
  5259. "name": "psr/http-message",
  5260. "version": "2.0",
  5261. "source": {
  5262. "type": "git",
  5263. "url": "https://github.com/php-fig/http-message.git",
  5264. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
  5265. },
  5266. "dist": {
  5267. "type": "zip",
  5268. "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  5269. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  5270. "shasum": ""
  5271. },
  5272. "require": {
  5273. "php": "^7.2 || ^8.0"
  5274. },
  5275. "type": "library",
  5276. "extra": {
  5277. "branch-alias": {
  5278. "dev-master": "2.0.x-dev"
  5279. }
  5280. },
  5281. "autoload": {
  5282. "psr-4": {
  5283. "Psr\\Http\\Message\\": "src/"
  5284. }
  5285. },
  5286. "notification-url": "https://packagist.org/downloads/",
  5287. "license": [
  5288. "MIT"
  5289. ],
  5290. "authors": [
  5291. {
  5292. "name": "PHP-FIG",
  5293. "homepage": "https://www.php-fig.org/"
  5294. }
  5295. ],
  5296. "description": "Common interface for HTTP messages",
  5297. "homepage": "https://github.com/php-fig/http-message",
  5298. "keywords": [
  5299. "http",
  5300. "http-message",
  5301. "psr",
  5302. "psr-7",
  5303. "request",
  5304. "response"
  5305. ],
  5306. "support": {
  5307. "source": "https://github.com/php-fig/http-message/tree/2.0"
  5308. },
  5309. "time": "2023-04-04T09:54:51+00:00"
  5310. },
  5311. {
  5312. "name": "psr/log",
  5313. "version": "3.0.2",
  5314. "source": {
  5315. "type": "git",
  5316. "url": "https://github.com/php-fig/log.git",
  5317. "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
  5318. },
  5319. "dist": {
  5320. "type": "zip",
  5321. "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
  5322. "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
  5323. "shasum": ""
  5324. },
  5325. "require": {
  5326. "php": ">=8.0.0"
  5327. },
  5328. "type": "library",
  5329. "extra": {
  5330. "branch-alias": {
  5331. "dev-master": "3.x-dev"
  5332. }
  5333. },
  5334. "autoload": {
  5335. "psr-4": {
  5336. "Psr\\Log\\": "src"
  5337. }
  5338. },
  5339. "notification-url": "https://packagist.org/downloads/",
  5340. "license": [
  5341. "MIT"
  5342. ],
  5343. "authors": [
  5344. {
  5345. "name": "PHP-FIG",
  5346. "homepage": "https://www.php-fig.org/"
  5347. }
  5348. ],
  5349. "description": "Common interface for logging libraries",
  5350. "homepage": "https://github.com/php-fig/log",
  5351. "keywords": [
  5352. "log",
  5353. "psr",
  5354. "psr-3"
  5355. ],
  5356. "support": {
  5357. "source": "https://github.com/php-fig/log/tree/3.0.2"
  5358. },
  5359. "time": "2024-09-11T13:17:53+00:00"
  5360. },
  5361. {
  5362. "name": "psr/simple-cache",
  5363. "version": "3.0.0",
  5364. "source": {
  5365. "type": "git",
  5366. "url": "https://github.com/php-fig/simple-cache.git",
  5367. "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
  5368. },
  5369. "dist": {
  5370. "type": "zip",
  5371. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
  5372. "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
  5373. "shasum": ""
  5374. },
  5375. "require": {
  5376. "php": ">=8.0.0"
  5377. },
  5378. "type": "library",
  5379. "extra": {
  5380. "branch-alias": {
  5381. "dev-master": "3.0.x-dev"
  5382. }
  5383. },
  5384. "autoload": {
  5385. "psr-4": {
  5386. "Psr\\SimpleCache\\": "src/"
  5387. }
  5388. },
  5389. "notification-url": "https://packagist.org/downloads/",
  5390. "license": [
  5391. "MIT"
  5392. ],
  5393. "authors": [
  5394. {
  5395. "name": "PHP-FIG",
  5396. "homepage": "https://www.php-fig.org/"
  5397. }
  5398. ],
  5399. "description": "Common interfaces for simple caching",
  5400. "keywords": [
  5401. "cache",
  5402. "caching",
  5403. "psr",
  5404. "psr-16",
  5405. "simple-cache"
  5406. ],
  5407. "support": {
  5408. "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
  5409. },
  5410. "time": "2021-10-29T13:26:27+00:00"
  5411. },
  5412. {
  5413. "name": "psy/psysh",
  5414. "version": "v0.12.10",
  5415. "source": {
  5416. "type": "git",
  5417. "url": "https://github.com/bobthecow/psysh.git",
  5418. "reference": "6e80abe6f2257121f1eb9a4c55bf29d921025b22"
  5419. },
  5420. "dist": {
  5421. "type": "zip",
  5422. "url": "https://api.github.com/repos/bobthecow/psysh/zipball/6e80abe6f2257121f1eb9a4c55bf29d921025b22",
  5423. "reference": "6e80abe6f2257121f1eb9a4c55bf29d921025b22",
  5424. "shasum": ""
  5425. },
  5426. "require": {
  5427. "ext-json": "*",
  5428. "ext-tokenizer": "*",
  5429. "nikic/php-parser": "^5.0 || ^4.0",
  5430. "php": "^8.0 || ^7.4",
  5431. "symfony/console": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4",
  5432. "symfony/var-dumper": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4"
  5433. },
  5434. "conflict": {
  5435. "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
  5436. },
  5437. "require-dev": {
  5438. "bamarni/composer-bin-plugin": "^1.2"
  5439. },
  5440. "suggest": {
  5441. "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  5442. "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  5443. "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well."
  5444. },
  5445. "bin": [
  5446. "bin/psysh"
  5447. ],
  5448. "type": "library",
  5449. "extra": {
  5450. "bamarni-bin": {
  5451. "bin-links": false,
  5452. "forward-command": false
  5453. },
  5454. "branch-alias": {
  5455. "dev-main": "0.12.x-dev"
  5456. }
  5457. },
  5458. "autoload": {
  5459. "files": [
  5460. "src/functions.php"
  5461. ],
  5462. "psr-4": {
  5463. "Psy\\": "src/"
  5464. }
  5465. },
  5466. "notification-url": "https://packagist.org/downloads/",
  5467. "license": [
  5468. "MIT"
  5469. ],
  5470. "authors": [
  5471. {
  5472. "name": "Justin Hileman",
  5473. "email": "justin@justinhileman.info"
  5474. }
  5475. ],
  5476. "description": "An interactive shell for modern PHP.",
  5477. "homepage": "https://psysh.org",
  5478. "keywords": [
  5479. "REPL",
  5480. "console",
  5481. "interactive",
  5482. "shell"
  5483. ],
  5484. "support": {
  5485. "issues": "https://github.com/bobthecow/psysh/issues",
  5486. "source": "https://github.com/bobthecow/psysh/tree/v0.12.10"
  5487. },
  5488. "time": "2025-08-04T12:39:37+00:00"
  5489. },
  5490. {
  5491. "name": "ralouphie/getallheaders",
  5492. "version": "3.0.3",
  5493. "source": {
  5494. "type": "git",
  5495. "url": "https://github.com/ralouphie/getallheaders.git",
  5496. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  5497. },
  5498. "dist": {
  5499. "type": "zip",
  5500. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  5501. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  5502. "shasum": ""
  5503. },
  5504. "require": {
  5505. "php": ">=5.6"
  5506. },
  5507. "require-dev": {
  5508. "php-coveralls/php-coveralls": "^2.1",
  5509. "phpunit/phpunit": "^5 || ^6.5"
  5510. },
  5511. "type": "library",
  5512. "autoload": {
  5513. "files": [
  5514. "src/getallheaders.php"
  5515. ]
  5516. },
  5517. "notification-url": "https://packagist.org/downloads/",
  5518. "license": [
  5519. "MIT"
  5520. ],
  5521. "authors": [
  5522. {
  5523. "name": "Ralph Khattar",
  5524. "email": "ralph.khattar@gmail.com"
  5525. }
  5526. ],
  5527. "description": "A polyfill for getallheaders.",
  5528. "support": {
  5529. "issues": "https://github.com/ralouphie/getallheaders/issues",
  5530. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  5531. },
  5532. "time": "2019-03-08T08:55:37+00:00"
  5533. },
  5534. {
  5535. "name": "ramsey/collection",
  5536. "version": "2.1.1",
  5537. "source": {
  5538. "type": "git",
  5539. "url": "https://github.com/ramsey/collection.git",
  5540. "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2"
  5541. },
  5542. "dist": {
  5543. "type": "zip",
  5544. "url": "https://api.github.com/repos/ramsey/collection/zipball/344572933ad0181accbf4ba763e85a0306a8c5e2",
  5545. "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2",
  5546. "shasum": ""
  5547. },
  5548. "require": {
  5549. "php": "^8.1"
  5550. },
  5551. "require-dev": {
  5552. "captainhook/plugin-composer": "^5.3",
  5553. "ergebnis/composer-normalize": "^2.45",
  5554. "fakerphp/faker": "^1.24",
  5555. "hamcrest/hamcrest-php": "^2.0",
  5556. "jangregor/phpstan-prophecy": "^2.1",
  5557. "mockery/mockery": "^1.6",
  5558. "php-parallel-lint/php-console-highlighter": "^1.0",
  5559. "php-parallel-lint/php-parallel-lint": "^1.4",
  5560. "phpspec/prophecy-phpunit": "^2.3",
  5561. "phpstan/extension-installer": "^1.4",
  5562. "phpstan/phpstan": "^2.1",
  5563. "phpstan/phpstan-mockery": "^2.0",
  5564. "phpstan/phpstan-phpunit": "^2.0",
  5565. "phpunit/phpunit": "^10.5",
  5566. "ramsey/coding-standard": "^2.3",
  5567. "ramsey/conventional-commits": "^1.6",
  5568. "roave/security-advisories": "dev-latest"
  5569. },
  5570. "type": "library",
  5571. "extra": {
  5572. "captainhook": {
  5573. "force-install": true
  5574. },
  5575. "ramsey/conventional-commits": {
  5576. "configFile": "conventional-commits.json"
  5577. }
  5578. },
  5579. "autoload": {
  5580. "psr-4": {
  5581. "Ramsey\\Collection\\": "src/"
  5582. }
  5583. },
  5584. "notification-url": "https://packagist.org/downloads/",
  5585. "license": [
  5586. "MIT"
  5587. ],
  5588. "authors": [
  5589. {
  5590. "name": "Ben Ramsey",
  5591. "email": "ben@benramsey.com",
  5592. "homepage": "https://benramsey.com"
  5593. }
  5594. ],
  5595. "description": "A PHP library for representing and manipulating collections.",
  5596. "keywords": [
  5597. "array",
  5598. "collection",
  5599. "hash",
  5600. "map",
  5601. "queue",
  5602. "set"
  5603. ],
  5604. "support": {
  5605. "issues": "https://github.com/ramsey/collection/issues",
  5606. "source": "https://github.com/ramsey/collection/tree/2.1.1"
  5607. },
  5608. "time": "2025-03-22T05:38:12+00:00"
  5609. },
  5610. {
  5611. "name": "ramsey/uuid",
  5612. "version": "4.9.0",
  5613. "source": {
  5614. "type": "git",
  5615. "url": "https://github.com/ramsey/uuid.git",
  5616. "reference": "4e0e23cc785f0724a0e838279a9eb03f28b092a0"
  5617. },
  5618. "dist": {
  5619. "type": "zip",
  5620. "url": "https://api.github.com/repos/ramsey/uuid/zipball/4e0e23cc785f0724a0e838279a9eb03f28b092a0",
  5621. "reference": "4e0e23cc785f0724a0e838279a9eb03f28b092a0",
  5622. "shasum": ""
  5623. },
  5624. "require": {
  5625. "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13",
  5626. "php": "^8.0",
  5627. "ramsey/collection": "^1.2 || ^2.0"
  5628. },
  5629. "replace": {
  5630. "rhumsaa/uuid": "self.version"
  5631. },
  5632. "require-dev": {
  5633. "captainhook/captainhook": "^5.25",
  5634. "captainhook/plugin-composer": "^5.3",
  5635. "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
  5636. "ergebnis/composer-normalize": "^2.47",
  5637. "mockery/mockery": "^1.6",
  5638. "paragonie/random-lib": "^2",
  5639. "php-mock/php-mock": "^2.6",
  5640. "php-mock/php-mock-mockery": "^1.5",
  5641. "php-parallel-lint/php-parallel-lint": "^1.4.0",
  5642. "phpbench/phpbench": "^1.2.14",
  5643. "phpstan/extension-installer": "^1.4",
  5644. "phpstan/phpstan": "^2.1",
  5645. "phpstan/phpstan-mockery": "^2.0",
  5646. "phpstan/phpstan-phpunit": "^2.0",
  5647. "phpunit/phpunit": "^9.6",
  5648. "slevomat/coding-standard": "^8.18",
  5649. "squizlabs/php_codesniffer": "^3.13"
  5650. },
  5651. "suggest": {
  5652. "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
  5653. "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
  5654. "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
  5655. "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  5656. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  5657. },
  5658. "type": "library",
  5659. "extra": {
  5660. "captainhook": {
  5661. "force-install": true
  5662. }
  5663. },
  5664. "autoload": {
  5665. "files": [
  5666. "src/functions.php"
  5667. ],
  5668. "psr-4": {
  5669. "Ramsey\\Uuid\\": "src/"
  5670. }
  5671. },
  5672. "notification-url": "https://packagist.org/downloads/",
  5673. "license": [
  5674. "MIT"
  5675. ],
  5676. "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
  5677. "keywords": [
  5678. "guid",
  5679. "identifier",
  5680. "uuid"
  5681. ],
  5682. "support": {
  5683. "issues": "https://github.com/ramsey/uuid/issues",
  5684. "source": "https://github.com/ramsey/uuid/tree/4.9.0"
  5685. },
  5686. "time": "2025-06-25T14:20:11+00:00"
  5687. },
  5688. {
  5689. "name": "spatie/eloquent-sortable",
  5690. "version": "4.5.2",
  5691. "source": {
  5692. "type": "git",
  5693. "url": "https://github.com/spatie/eloquent-sortable.git",
  5694. "reference": "c1c4f3a66cd41eb7458783c8a4c8e5d7924a9f20"
  5695. },
  5696. "dist": {
  5697. "type": "zip",
  5698. "url": "https://api.github.com/repos/spatie/eloquent-sortable/zipball/c1c4f3a66cd41eb7458783c8a4c8e5d7924a9f20",
  5699. "reference": "c1c4f3a66cd41eb7458783c8a4c8e5d7924a9f20",
  5700. "shasum": ""
  5701. },
  5702. "require": {
  5703. "illuminate/database": "^9.31|^10.0|^11.0|^12.0",
  5704. "illuminate/support": "^9.31|^10.0|^11.0|^12.0",
  5705. "nesbot/carbon": "^2.63|^3.0",
  5706. "php": "^8.1",
  5707. "spatie/laravel-package-tools": "^1.9"
  5708. },
  5709. "require-dev": {
  5710. "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
  5711. "phpunit/phpunit": "^9.5|^10.0|^11.5.3"
  5712. },
  5713. "type": "library",
  5714. "extra": {
  5715. "laravel": {
  5716. "providers": [
  5717. "Spatie\\EloquentSortable\\EloquentSortableServiceProvider"
  5718. ]
  5719. }
  5720. },
  5721. "autoload": {
  5722. "psr-4": {
  5723. "Spatie\\EloquentSortable\\": "src/"
  5724. }
  5725. },
  5726. "notification-url": "https://packagist.org/downloads/",
  5727. "license": [
  5728. "MIT"
  5729. ],
  5730. "authors": [
  5731. {
  5732. "name": "Freek Van der Herten",
  5733. "email": "freek@spatie.be"
  5734. }
  5735. ],
  5736. "description": "Sortable behaviour for eloquent models",
  5737. "homepage": "https://github.com/spatie/eloquent-sortable",
  5738. "keywords": [
  5739. "behaviour",
  5740. "eloquent",
  5741. "laravel",
  5742. "model",
  5743. "sort",
  5744. "sortable"
  5745. ],
  5746. "support": {
  5747. "issues": "https://github.com/spatie/eloquent-sortable/issues",
  5748. "source": "https://github.com/spatie/eloquent-sortable/tree/4.5.2"
  5749. },
  5750. "funding": [
  5751. {
  5752. "url": "https://spatie.be/open-source/support-us",
  5753. "type": "custom"
  5754. },
  5755. {
  5756. "url": "https://github.com/spatie",
  5757. "type": "github"
  5758. }
  5759. ],
  5760. "time": "2025-08-25T11:46:57+00:00"
  5761. },
  5762. {
  5763. "name": "spatie/laravel-package-tools",
  5764. "version": "1.92.7",
  5765. "source": {
  5766. "type": "git",
  5767. "url": "https://github.com/spatie/laravel-package-tools.git",
  5768. "reference": "f09a799850b1ed765103a4f0b4355006360c49a5"
  5769. },
  5770. "dist": {
  5771. "type": "zip",
  5772. "url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/f09a799850b1ed765103a4f0b4355006360c49a5",
  5773. "reference": "f09a799850b1ed765103a4f0b4355006360c49a5",
  5774. "shasum": ""
  5775. },
  5776. "require": {
  5777. "illuminate/contracts": "^9.28|^10.0|^11.0|^12.0",
  5778. "php": "^8.0"
  5779. },
  5780. "require-dev": {
  5781. "mockery/mockery": "^1.5",
  5782. "orchestra/testbench": "^7.7|^8.0|^9.0|^10.0",
  5783. "pestphp/pest": "^1.23|^2.1|^3.1",
  5784. "phpunit/php-code-coverage": "^9.0|^10.0|^11.0",
  5785. "phpunit/phpunit": "^9.5.24|^10.5|^11.5",
  5786. "spatie/pest-plugin-test-time": "^1.1|^2.2"
  5787. },
  5788. "type": "library",
  5789. "autoload": {
  5790. "psr-4": {
  5791. "Spatie\\LaravelPackageTools\\": "src"
  5792. }
  5793. },
  5794. "notification-url": "https://packagist.org/downloads/",
  5795. "license": [
  5796. "MIT"
  5797. ],
  5798. "authors": [
  5799. {
  5800. "name": "Freek Van der Herten",
  5801. "email": "freek@spatie.be",
  5802. "role": "Developer"
  5803. }
  5804. ],
  5805. "description": "Tools for creating Laravel packages",
  5806. "homepage": "https://github.com/spatie/laravel-package-tools",
  5807. "keywords": [
  5808. "laravel-package-tools",
  5809. "spatie"
  5810. ],
  5811. "support": {
  5812. "issues": "https://github.com/spatie/laravel-package-tools/issues",
  5813. "source": "https://github.com/spatie/laravel-package-tools/tree/1.92.7"
  5814. },
  5815. "funding": [
  5816. {
  5817. "url": "https://github.com/spatie",
  5818. "type": "github"
  5819. }
  5820. ],
  5821. "time": "2025-07-17T15:46:43+00:00"
  5822. },
  5823. {
  5824. "name": "symfony/clock",
  5825. "version": "v7.3.0",
  5826. "source": {
  5827. "type": "git",
  5828. "url": "https://github.com/symfony/clock.git",
  5829. "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24"
  5830. },
  5831. "dist": {
  5832. "type": "zip",
  5833. "url": "https://api.github.com/repos/symfony/clock/zipball/b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
  5834. "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
  5835. "shasum": ""
  5836. },
  5837. "require": {
  5838. "php": ">=8.2",
  5839. "psr/clock": "^1.0",
  5840. "symfony/polyfill-php83": "^1.28"
  5841. },
  5842. "provide": {
  5843. "psr/clock-implementation": "1.0"
  5844. },
  5845. "type": "library",
  5846. "autoload": {
  5847. "files": [
  5848. "Resources/now.php"
  5849. ],
  5850. "psr-4": {
  5851. "Symfony\\Component\\Clock\\": ""
  5852. },
  5853. "exclude-from-classmap": [
  5854. "/Tests/"
  5855. ]
  5856. },
  5857. "notification-url": "https://packagist.org/downloads/",
  5858. "license": [
  5859. "MIT"
  5860. ],
  5861. "authors": [
  5862. {
  5863. "name": "Nicolas Grekas",
  5864. "email": "p@tchwork.com"
  5865. },
  5866. {
  5867. "name": "Symfony Community",
  5868. "homepage": "https://symfony.com/contributors"
  5869. }
  5870. ],
  5871. "description": "Decouples applications from the system clock",
  5872. "homepage": "https://symfony.com",
  5873. "keywords": [
  5874. "clock",
  5875. "psr20",
  5876. "time"
  5877. ],
  5878. "support": {
  5879. "source": "https://github.com/symfony/clock/tree/v7.3.0"
  5880. },
  5881. "funding": [
  5882. {
  5883. "url": "https://symfony.com/sponsor",
  5884. "type": "custom"
  5885. },
  5886. {
  5887. "url": "https://github.com/fabpot",
  5888. "type": "github"
  5889. },
  5890. {
  5891. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5892. "type": "tidelift"
  5893. }
  5894. ],
  5895. "time": "2024-09-25T14:21:43+00:00"
  5896. },
  5897. {
  5898. "name": "symfony/console",
  5899. "version": "v7.3.2",
  5900. "source": {
  5901. "type": "git",
  5902. "url": "https://github.com/symfony/console.git",
  5903. "reference": "5f360ebc65c55265a74d23d7fe27f957870158a1"
  5904. },
  5905. "dist": {
  5906. "type": "zip",
  5907. "url": "https://api.github.com/repos/symfony/console/zipball/5f360ebc65c55265a74d23d7fe27f957870158a1",
  5908. "reference": "5f360ebc65c55265a74d23d7fe27f957870158a1",
  5909. "shasum": ""
  5910. },
  5911. "require": {
  5912. "php": ">=8.2",
  5913. "symfony/deprecation-contracts": "^2.5|^3",
  5914. "symfony/polyfill-mbstring": "~1.0",
  5915. "symfony/service-contracts": "^2.5|^3",
  5916. "symfony/string": "^7.2"
  5917. },
  5918. "conflict": {
  5919. "symfony/dependency-injection": "<6.4",
  5920. "symfony/dotenv": "<6.4",
  5921. "symfony/event-dispatcher": "<6.4",
  5922. "symfony/lock": "<6.4",
  5923. "symfony/process": "<6.4"
  5924. },
  5925. "provide": {
  5926. "psr/log-implementation": "1.0|2.0|3.0"
  5927. },
  5928. "require-dev": {
  5929. "psr/log": "^1|^2|^3",
  5930. "symfony/config": "^6.4|^7.0",
  5931. "symfony/dependency-injection": "^6.4|^7.0",
  5932. "symfony/event-dispatcher": "^6.4|^7.0",
  5933. "symfony/http-foundation": "^6.4|^7.0",
  5934. "symfony/http-kernel": "^6.4|^7.0",
  5935. "symfony/lock": "^6.4|^7.0",
  5936. "symfony/messenger": "^6.4|^7.0",
  5937. "symfony/process": "^6.4|^7.0",
  5938. "symfony/stopwatch": "^6.4|^7.0",
  5939. "symfony/var-dumper": "^6.4|^7.0"
  5940. },
  5941. "type": "library",
  5942. "autoload": {
  5943. "psr-4": {
  5944. "Symfony\\Component\\Console\\": ""
  5945. },
  5946. "exclude-from-classmap": [
  5947. "/Tests/"
  5948. ]
  5949. },
  5950. "notification-url": "https://packagist.org/downloads/",
  5951. "license": [
  5952. "MIT"
  5953. ],
  5954. "authors": [
  5955. {
  5956. "name": "Fabien Potencier",
  5957. "email": "fabien@symfony.com"
  5958. },
  5959. {
  5960. "name": "Symfony Community",
  5961. "homepage": "https://symfony.com/contributors"
  5962. }
  5963. ],
  5964. "description": "Eases the creation of beautiful and testable command line interfaces",
  5965. "homepage": "https://symfony.com",
  5966. "keywords": [
  5967. "cli",
  5968. "command-line",
  5969. "console",
  5970. "terminal"
  5971. ],
  5972. "support": {
  5973. "source": "https://github.com/symfony/console/tree/v7.3.2"
  5974. },
  5975. "funding": [
  5976. {
  5977. "url": "https://symfony.com/sponsor",
  5978. "type": "custom"
  5979. },
  5980. {
  5981. "url": "https://github.com/fabpot",
  5982. "type": "github"
  5983. },
  5984. {
  5985. "url": "https://github.com/nicolas-grekas",
  5986. "type": "github"
  5987. },
  5988. {
  5989. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5990. "type": "tidelift"
  5991. }
  5992. ],
  5993. "time": "2025-07-30T17:13:41+00:00"
  5994. },
  5995. {
  5996. "name": "symfony/css-selector",
  5997. "version": "v7.3.0",
  5998. "source": {
  5999. "type": "git",
  6000. "url": "https://github.com/symfony/css-selector.git",
  6001. "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2"
  6002. },
  6003. "dist": {
  6004. "type": "zip",
  6005. "url": "https://api.github.com/repos/symfony/css-selector/zipball/601a5ce9aaad7bf10797e3663faefce9e26c24e2",
  6006. "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2",
  6007. "shasum": ""
  6008. },
  6009. "require": {
  6010. "php": ">=8.2"
  6011. },
  6012. "type": "library",
  6013. "autoload": {
  6014. "psr-4": {
  6015. "Symfony\\Component\\CssSelector\\": ""
  6016. },
  6017. "exclude-from-classmap": [
  6018. "/Tests/"
  6019. ]
  6020. },
  6021. "notification-url": "https://packagist.org/downloads/",
  6022. "license": [
  6023. "MIT"
  6024. ],
  6025. "authors": [
  6026. {
  6027. "name": "Fabien Potencier",
  6028. "email": "fabien@symfony.com"
  6029. },
  6030. {
  6031. "name": "Jean-François Simon",
  6032. "email": "jeanfrancois.simon@sensiolabs.com"
  6033. },
  6034. {
  6035. "name": "Symfony Community",
  6036. "homepage": "https://symfony.com/contributors"
  6037. }
  6038. ],
  6039. "description": "Converts CSS selectors to XPath expressions",
  6040. "homepage": "https://symfony.com",
  6041. "support": {
  6042. "source": "https://github.com/symfony/css-selector/tree/v7.3.0"
  6043. },
  6044. "funding": [
  6045. {
  6046. "url": "https://symfony.com/sponsor",
  6047. "type": "custom"
  6048. },
  6049. {
  6050. "url": "https://github.com/fabpot",
  6051. "type": "github"
  6052. },
  6053. {
  6054. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6055. "type": "tidelift"
  6056. }
  6057. ],
  6058. "time": "2024-09-25T14:21:43+00:00"
  6059. },
  6060. {
  6061. "name": "symfony/deprecation-contracts",
  6062. "version": "v3.6.0",
  6063. "source": {
  6064. "type": "git",
  6065. "url": "https://github.com/symfony/deprecation-contracts.git",
  6066. "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
  6067. },
  6068. "dist": {
  6069. "type": "zip",
  6070. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
  6071. "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
  6072. "shasum": ""
  6073. },
  6074. "require": {
  6075. "php": ">=8.1"
  6076. },
  6077. "type": "library",
  6078. "extra": {
  6079. "thanks": {
  6080. "url": "https://github.com/symfony/contracts",
  6081. "name": "symfony/contracts"
  6082. },
  6083. "branch-alias": {
  6084. "dev-main": "3.6-dev"
  6085. }
  6086. },
  6087. "autoload": {
  6088. "files": [
  6089. "function.php"
  6090. ]
  6091. },
  6092. "notification-url": "https://packagist.org/downloads/",
  6093. "license": [
  6094. "MIT"
  6095. ],
  6096. "authors": [
  6097. {
  6098. "name": "Nicolas Grekas",
  6099. "email": "p@tchwork.com"
  6100. },
  6101. {
  6102. "name": "Symfony Community",
  6103. "homepage": "https://symfony.com/contributors"
  6104. }
  6105. ],
  6106. "description": "A generic function and convention to trigger deprecation notices",
  6107. "homepage": "https://symfony.com",
  6108. "support": {
  6109. "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0"
  6110. },
  6111. "funding": [
  6112. {
  6113. "url": "https://symfony.com/sponsor",
  6114. "type": "custom"
  6115. },
  6116. {
  6117. "url": "https://github.com/fabpot",
  6118. "type": "github"
  6119. },
  6120. {
  6121. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6122. "type": "tidelift"
  6123. }
  6124. ],
  6125. "time": "2024-09-25T14:21:43+00:00"
  6126. },
  6127. {
  6128. "name": "symfony/error-handler",
  6129. "version": "v7.3.2",
  6130. "source": {
  6131. "type": "git",
  6132. "url": "https://github.com/symfony/error-handler.git",
  6133. "reference": "0b31a944fcd8759ae294da4d2808cbc53aebd0c3"
  6134. },
  6135. "dist": {
  6136. "type": "zip",
  6137. "url": "https://api.github.com/repos/symfony/error-handler/zipball/0b31a944fcd8759ae294da4d2808cbc53aebd0c3",
  6138. "reference": "0b31a944fcd8759ae294da4d2808cbc53aebd0c3",
  6139. "shasum": ""
  6140. },
  6141. "require": {
  6142. "php": ">=8.2",
  6143. "psr/log": "^1|^2|^3",
  6144. "symfony/var-dumper": "^6.4|^7.0"
  6145. },
  6146. "conflict": {
  6147. "symfony/deprecation-contracts": "<2.5",
  6148. "symfony/http-kernel": "<6.4"
  6149. },
  6150. "require-dev": {
  6151. "symfony/console": "^6.4|^7.0",
  6152. "symfony/deprecation-contracts": "^2.5|^3",
  6153. "symfony/http-kernel": "^6.4|^7.0",
  6154. "symfony/serializer": "^6.4|^7.0",
  6155. "symfony/webpack-encore-bundle": "^1.0|^2.0"
  6156. },
  6157. "bin": [
  6158. "Resources/bin/patch-type-declarations"
  6159. ],
  6160. "type": "library",
  6161. "autoload": {
  6162. "psr-4": {
  6163. "Symfony\\Component\\ErrorHandler\\": ""
  6164. },
  6165. "exclude-from-classmap": [
  6166. "/Tests/"
  6167. ]
  6168. },
  6169. "notification-url": "https://packagist.org/downloads/",
  6170. "license": [
  6171. "MIT"
  6172. ],
  6173. "authors": [
  6174. {
  6175. "name": "Fabien Potencier",
  6176. "email": "fabien@symfony.com"
  6177. },
  6178. {
  6179. "name": "Symfony Community",
  6180. "homepage": "https://symfony.com/contributors"
  6181. }
  6182. ],
  6183. "description": "Provides tools to manage errors and ease debugging PHP code",
  6184. "homepage": "https://symfony.com",
  6185. "support": {
  6186. "source": "https://github.com/symfony/error-handler/tree/v7.3.2"
  6187. },
  6188. "funding": [
  6189. {
  6190. "url": "https://symfony.com/sponsor",
  6191. "type": "custom"
  6192. },
  6193. {
  6194. "url": "https://github.com/fabpot",
  6195. "type": "github"
  6196. },
  6197. {
  6198. "url": "https://github.com/nicolas-grekas",
  6199. "type": "github"
  6200. },
  6201. {
  6202. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6203. "type": "tidelift"
  6204. }
  6205. ],
  6206. "time": "2025-07-07T08:17:57+00:00"
  6207. },
  6208. {
  6209. "name": "symfony/event-dispatcher",
  6210. "version": "v7.3.0",
  6211. "source": {
  6212. "type": "git",
  6213. "url": "https://github.com/symfony/event-dispatcher.git",
  6214. "reference": "497f73ac996a598c92409b44ac43b6690c4f666d"
  6215. },
  6216. "dist": {
  6217. "type": "zip",
  6218. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/497f73ac996a598c92409b44ac43b6690c4f666d",
  6219. "reference": "497f73ac996a598c92409b44ac43b6690c4f666d",
  6220. "shasum": ""
  6221. },
  6222. "require": {
  6223. "php": ">=8.2",
  6224. "symfony/event-dispatcher-contracts": "^2.5|^3"
  6225. },
  6226. "conflict": {
  6227. "symfony/dependency-injection": "<6.4",
  6228. "symfony/service-contracts": "<2.5"
  6229. },
  6230. "provide": {
  6231. "psr/event-dispatcher-implementation": "1.0",
  6232. "symfony/event-dispatcher-implementation": "2.0|3.0"
  6233. },
  6234. "require-dev": {
  6235. "psr/log": "^1|^2|^3",
  6236. "symfony/config": "^6.4|^7.0",
  6237. "symfony/dependency-injection": "^6.4|^7.0",
  6238. "symfony/error-handler": "^6.4|^7.0",
  6239. "symfony/expression-language": "^6.4|^7.0",
  6240. "symfony/http-foundation": "^6.4|^7.0",
  6241. "symfony/service-contracts": "^2.5|^3",
  6242. "symfony/stopwatch": "^6.4|^7.0"
  6243. },
  6244. "type": "library",
  6245. "autoload": {
  6246. "psr-4": {
  6247. "Symfony\\Component\\EventDispatcher\\": ""
  6248. },
  6249. "exclude-from-classmap": [
  6250. "/Tests/"
  6251. ]
  6252. },
  6253. "notification-url": "https://packagist.org/downloads/",
  6254. "license": [
  6255. "MIT"
  6256. ],
  6257. "authors": [
  6258. {
  6259. "name": "Fabien Potencier",
  6260. "email": "fabien@symfony.com"
  6261. },
  6262. {
  6263. "name": "Symfony Community",
  6264. "homepage": "https://symfony.com/contributors"
  6265. }
  6266. ],
  6267. "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
  6268. "homepage": "https://symfony.com",
  6269. "support": {
  6270. "source": "https://github.com/symfony/event-dispatcher/tree/v7.3.0"
  6271. },
  6272. "funding": [
  6273. {
  6274. "url": "https://symfony.com/sponsor",
  6275. "type": "custom"
  6276. },
  6277. {
  6278. "url": "https://github.com/fabpot",
  6279. "type": "github"
  6280. },
  6281. {
  6282. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6283. "type": "tidelift"
  6284. }
  6285. ],
  6286. "time": "2025-04-22T09:11:45+00:00"
  6287. },
  6288. {
  6289. "name": "symfony/event-dispatcher-contracts",
  6290. "version": "v3.6.0",
  6291. "source": {
  6292. "type": "git",
  6293. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  6294. "reference": "59eb412e93815df44f05f342958efa9f46b1e586"
  6295. },
  6296. "dist": {
  6297. "type": "zip",
  6298. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586",
  6299. "reference": "59eb412e93815df44f05f342958efa9f46b1e586",
  6300. "shasum": ""
  6301. },
  6302. "require": {
  6303. "php": ">=8.1",
  6304. "psr/event-dispatcher": "^1"
  6305. },
  6306. "type": "library",
  6307. "extra": {
  6308. "thanks": {
  6309. "url": "https://github.com/symfony/contracts",
  6310. "name": "symfony/contracts"
  6311. },
  6312. "branch-alias": {
  6313. "dev-main": "3.6-dev"
  6314. }
  6315. },
  6316. "autoload": {
  6317. "psr-4": {
  6318. "Symfony\\Contracts\\EventDispatcher\\": ""
  6319. }
  6320. },
  6321. "notification-url": "https://packagist.org/downloads/",
  6322. "license": [
  6323. "MIT"
  6324. ],
  6325. "authors": [
  6326. {
  6327. "name": "Nicolas Grekas",
  6328. "email": "p@tchwork.com"
  6329. },
  6330. {
  6331. "name": "Symfony Community",
  6332. "homepage": "https://symfony.com/contributors"
  6333. }
  6334. ],
  6335. "description": "Generic abstractions related to dispatching event",
  6336. "homepage": "https://symfony.com",
  6337. "keywords": [
  6338. "abstractions",
  6339. "contracts",
  6340. "decoupling",
  6341. "interfaces",
  6342. "interoperability",
  6343. "standards"
  6344. ],
  6345. "support": {
  6346. "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.6.0"
  6347. },
  6348. "funding": [
  6349. {
  6350. "url": "https://symfony.com/sponsor",
  6351. "type": "custom"
  6352. },
  6353. {
  6354. "url": "https://github.com/fabpot",
  6355. "type": "github"
  6356. },
  6357. {
  6358. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6359. "type": "tidelift"
  6360. }
  6361. ],
  6362. "time": "2024-09-25T14:21:43+00:00"
  6363. },
  6364. {
  6365. "name": "symfony/finder",
  6366. "version": "v7.3.2",
  6367. "source": {
  6368. "type": "git",
  6369. "url": "https://github.com/symfony/finder.git",
  6370. "reference": "2a6614966ba1074fa93dae0bc804227422df4dfe"
  6371. },
  6372. "dist": {
  6373. "type": "zip",
  6374. "url": "https://api.github.com/repos/symfony/finder/zipball/2a6614966ba1074fa93dae0bc804227422df4dfe",
  6375. "reference": "2a6614966ba1074fa93dae0bc804227422df4dfe",
  6376. "shasum": ""
  6377. },
  6378. "require": {
  6379. "php": ">=8.2"
  6380. },
  6381. "require-dev": {
  6382. "symfony/filesystem": "^6.4|^7.0"
  6383. },
  6384. "type": "library",
  6385. "autoload": {
  6386. "psr-4": {
  6387. "Symfony\\Component\\Finder\\": ""
  6388. },
  6389. "exclude-from-classmap": [
  6390. "/Tests/"
  6391. ]
  6392. },
  6393. "notification-url": "https://packagist.org/downloads/",
  6394. "license": [
  6395. "MIT"
  6396. ],
  6397. "authors": [
  6398. {
  6399. "name": "Fabien Potencier",
  6400. "email": "fabien@symfony.com"
  6401. },
  6402. {
  6403. "name": "Symfony Community",
  6404. "homepage": "https://symfony.com/contributors"
  6405. }
  6406. ],
  6407. "description": "Finds files and directories via an intuitive fluent interface",
  6408. "homepage": "https://symfony.com",
  6409. "support": {
  6410. "source": "https://github.com/symfony/finder/tree/v7.3.2"
  6411. },
  6412. "funding": [
  6413. {
  6414. "url": "https://symfony.com/sponsor",
  6415. "type": "custom"
  6416. },
  6417. {
  6418. "url": "https://github.com/fabpot",
  6419. "type": "github"
  6420. },
  6421. {
  6422. "url": "https://github.com/nicolas-grekas",
  6423. "type": "github"
  6424. },
  6425. {
  6426. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6427. "type": "tidelift"
  6428. }
  6429. ],
  6430. "time": "2025-07-15T13:41:35+00:00"
  6431. },
  6432. {
  6433. "name": "symfony/http-foundation",
  6434. "version": "v7.3.2",
  6435. "source": {
  6436. "type": "git",
  6437. "url": "https://github.com/symfony/http-foundation.git",
  6438. "reference": "6877c122b3a6cc3695849622720054f6e6fa5fa6"
  6439. },
  6440. "dist": {
  6441. "type": "zip",
  6442. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/6877c122b3a6cc3695849622720054f6e6fa5fa6",
  6443. "reference": "6877c122b3a6cc3695849622720054f6e6fa5fa6",
  6444. "shasum": ""
  6445. },
  6446. "require": {
  6447. "php": ">=8.2",
  6448. "symfony/deprecation-contracts": "^2.5|^3.0",
  6449. "symfony/polyfill-mbstring": "~1.1",
  6450. "symfony/polyfill-php83": "^1.27"
  6451. },
  6452. "conflict": {
  6453. "doctrine/dbal": "<3.6",
  6454. "symfony/cache": "<6.4.12|>=7.0,<7.1.5"
  6455. },
  6456. "require-dev": {
  6457. "doctrine/dbal": "^3.6|^4",
  6458. "predis/predis": "^1.1|^2.0",
  6459. "symfony/cache": "^6.4.12|^7.1.5",
  6460. "symfony/clock": "^6.4|^7.0",
  6461. "symfony/dependency-injection": "^6.4|^7.0",
  6462. "symfony/expression-language": "^6.4|^7.0",
  6463. "symfony/http-kernel": "^6.4|^7.0",
  6464. "symfony/mime": "^6.4|^7.0",
  6465. "symfony/rate-limiter": "^6.4|^7.0"
  6466. },
  6467. "type": "library",
  6468. "autoload": {
  6469. "psr-4": {
  6470. "Symfony\\Component\\HttpFoundation\\": ""
  6471. },
  6472. "exclude-from-classmap": [
  6473. "/Tests/"
  6474. ]
  6475. },
  6476. "notification-url": "https://packagist.org/downloads/",
  6477. "license": [
  6478. "MIT"
  6479. ],
  6480. "authors": [
  6481. {
  6482. "name": "Fabien Potencier",
  6483. "email": "fabien@symfony.com"
  6484. },
  6485. {
  6486. "name": "Symfony Community",
  6487. "homepage": "https://symfony.com/contributors"
  6488. }
  6489. ],
  6490. "description": "Defines an object-oriented layer for the HTTP specification",
  6491. "homepage": "https://symfony.com",
  6492. "support": {
  6493. "source": "https://github.com/symfony/http-foundation/tree/v7.3.2"
  6494. },
  6495. "funding": [
  6496. {
  6497. "url": "https://symfony.com/sponsor",
  6498. "type": "custom"
  6499. },
  6500. {
  6501. "url": "https://github.com/fabpot",
  6502. "type": "github"
  6503. },
  6504. {
  6505. "url": "https://github.com/nicolas-grekas",
  6506. "type": "github"
  6507. },
  6508. {
  6509. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6510. "type": "tidelift"
  6511. }
  6512. ],
  6513. "time": "2025-07-10T08:47:49+00:00"
  6514. },
  6515. {
  6516. "name": "symfony/http-kernel",
  6517. "version": "v7.3.2",
  6518. "source": {
  6519. "type": "git",
  6520. "url": "https://github.com/symfony/http-kernel.git",
  6521. "reference": "6ecc895559ec0097e221ed2fd5eb44d5fede083c"
  6522. },
  6523. "dist": {
  6524. "type": "zip",
  6525. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/6ecc895559ec0097e221ed2fd5eb44d5fede083c",
  6526. "reference": "6ecc895559ec0097e221ed2fd5eb44d5fede083c",
  6527. "shasum": ""
  6528. },
  6529. "require": {
  6530. "php": ">=8.2",
  6531. "psr/log": "^1|^2|^3",
  6532. "symfony/deprecation-contracts": "^2.5|^3",
  6533. "symfony/error-handler": "^6.4|^7.0",
  6534. "symfony/event-dispatcher": "^7.3",
  6535. "symfony/http-foundation": "^7.3",
  6536. "symfony/polyfill-ctype": "^1.8"
  6537. },
  6538. "conflict": {
  6539. "symfony/browser-kit": "<6.4",
  6540. "symfony/cache": "<6.4",
  6541. "symfony/config": "<6.4",
  6542. "symfony/console": "<6.4",
  6543. "symfony/dependency-injection": "<6.4",
  6544. "symfony/doctrine-bridge": "<6.4",
  6545. "symfony/form": "<6.4",
  6546. "symfony/http-client": "<6.4",
  6547. "symfony/http-client-contracts": "<2.5",
  6548. "symfony/mailer": "<6.4",
  6549. "symfony/messenger": "<6.4",
  6550. "symfony/translation": "<6.4",
  6551. "symfony/translation-contracts": "<2.5",
  6552. "symfony/twig-bridge": "<6.4",
  6553. "symfony/validator": "<6.4",
  6554. "symfony/var-dumper": "<6.4",
  6555. "twig/twig": "<3.12"
  6556. },
  6557. "provide": {
  6558. "psr/log-implementation": "1.0|2.0|3.0"
  6559. },
  6560. "require-dev": {
  6561. "psr/cache": "^1.0|^2.0|^3.0",
  6562. "symfony/browser-kit": "^6.4|^7.0",
  6563. "symfony/clock": "^6.4|^7.0",
  6564. "symfony/config": "^6.4|^7.0",
  6565. "symfony/console": "^6.4|^7.0",
  6566. "symfony/css-selector": "^6.4|^7.0",
  6567. "symfony/dependency-injection": "^6.4|^7.0",
  6568. "symfony/dom-crawler": "^6.4|^7.0",
  6569. "symfony/expression-language": "^6.4|^7.0",
  6570. "symfony/finder": "^6.4|^7.0",
  6571. "symfony/http-client-contracts": "^2.5|^3",
  6572. "symfony/process": "^6.4|^7.0",
  6573. "symfony/property-access": "^7.1",
  6574. "symfony/routing": "^6.4|^7.0",
  6575. "symfony/serializer": "^7.1",
  6576. "symfony/stopwatch": "^6.4|^7.0",
  6577. "symfony/translation": "^6.4|^7.0",
  6578. "symfony/translation-contracts": "^2.5|^3",
  6579. "symfony/uid": "^6.4|^7.0",
  6580. "symfony/validator": "^6.4|^7.0",
  6581. "symfony/var-dumper": "^6.4|^7.0",
  6582. "symfony/var-exporter": "^6.4|^7.0",
  6583. "twig/twig": "^3.12"
  6584. },
  6585. "type": "library",
  6586. "autoload": {
  6587. "psr-4": {
  6588. "Symfony\\Component\\HttpKernel\\": ""
  6589. },
  6590. "exclude-from-classmap": [
  6591. "/Tests/"
  6592. ]
  6593. },
  6594. "notification-url": "https://packagist.org/downloads/",
  6595. "license": [
  6596. "MIT"
  6597. ],
  6598. "authors": [
  6599. {
  6600. "name": "Fabien Potencier",
  6601. "email": "fabien@symfony.com"
  6602. },
  6603. {
  6604. "name": "Symfony Community",
  6605. "homepage": "https://symfony.com/contributors"
  6606. }
  6607. ],
  6608. "description": "Provides a structured process for converting a Request into a Response",
  6609. "homepage": "https://symfony.com",
  6610. "support": {
  6611. "source": "https://github.com/symfony/http-kernel/tree/v7.3.2"
  6612. },
  6613. "funding": [
  6614. {
  6615. "url": "https://symfony.com/sponsor",
  6616. "type": "custom"
  6617. },
  6618. {
  6619. "url": "https://github.com/fabpot",
  6620. "type": "github"
  6621. },
  6622. {
  6623. "url": "https://github.com/nicolas-grekas",
  6624. "type": "github"
  6625. },
  6626. {
  6627. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6628. "type": "tidelift"
  6629. }
  6630. ],
  6631. "time": "2025-07-31T10:45:04+00:00"
  6632. },
  6633. {
  6634. "name": "symfony/mailer",
  6635. "version": "v7.3.2",
  6636. "source": {
  6637. "type": "git",
  6638. "url": "https://github.com/symfony/mailer.git",
  6639. "reference": "d43e84d9522345f96ad6283d5dfccc8c1cfc299b"
  6640. },
  6641. "dist": {
  6642. "type": "zip",
  6643. "url": "https://api.github.com/repos/symfony/mailer/zipball/d43e84d9522345f96ad6283d5dfccc8c1cfc299b",
  6644. "reference": "d43e84d9522345f96ad6283d5dfccc8c1cfc299b",
  6645. "shasum": ""
  6646. },
  6647. "require": {
  6648. "egulias/email-validator": "^2.1.10|^3|^4",
  6649. "php": ">=8.2",
  6650. "psr/event-dispatcher": "^1",
  6651. "psr/log": "^1|^2|^3",
  6652. "symfony/event-dispatcher": "^6.4|^7.0",
  6653. "symfony/mime": "^7.2",
  6654. "symfony/service-contracts": "^2.5|^3"
  6655. },
  6656. "conflict": {
  6657. "symfony/http-client-contracts": "<2.5",
  6658. "symfony/http-kernel": "<6.4",
  6659. "symfony/messenger": "<6.4",
  6660. "symfony/mime": "<6.4",
  6661. "symfony/twig-bridge": "<6.4"
  6662. },
  6663. "require-dev": {
  6664. "symfony/console": "^6.4|^7.0",
  6665. "symfony/http-client": "^6.4|^7.0",
  6666. "symfony/messenger": "^6.4|^7.0",
  6667. "symfony/twig-bridge": "^6.4|^7.0"
  6668. },
  6669. "type": "library",
  6670. "autoload": {
  6671. "psr-4": {
  6672. "Symfony\\Component\\Mailer\\": ""
  6673. },
  6674. "exclude-from-classmap": [
  6675. "/Tests/"
  6676. ]
  6677. },
  6678. "notification-url": "https://packagist.org/downloads/",
  6679. "license": [
  6680. "MIT"
  6681. ],
  6682. "authors": [
  6683. {
  6684. "name": "Fabien Potencier",
  6685. "email": "fabien@symfony.com"
  6686. },
  6687. {
  6688. "name": "Symfony Community",
  6689. "homepage": "https://symfony.com/contributors"
  6690. }
  6691. ],
  6692. "description": "Helps sending emails",
  6693. "homepage": "https://symfony.com",
  6694. "support": {
  6695. "source": "https://github.com/symfony/mailer/tree/v7.3.2"
  6696. },
  6697. "funding": [
  6698. {
  6699. "url": "https://symfony.com/sponsor",
  6700. "type": "custom"
  6701. },
  6702. {
  6703. "url": "https://github.com/fabpot",
  6704. "type": "github"
  6705. },
  6706. {
  6707. "url": "https://github.com/nicolas-grekas",
  6708. "type": "github"
  6709. },
  6710. {
  6711. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6712. "type": "tidelift"
  6713. }
  6714. ],
  6715. "time": "2025-07-15T11:36:08+00:00"
  6716. },
  6717. {
  6718. "name": "symfony/mime",
  6719. "version": "v7.3.2",
  6720. "source": {
  6721. "type": "git",
  6722. "url": "https://github.com/symfony/mime.git",
  6723. "reference": "e0a0f859148daf1edf6c60b398eb40bfc96697d1"
  6724. },
  6725. "dist": {
  6726. "type": "zip",
  6727. "url": "https://api.github.com/repos/symfony/mime/zipball/e0a0f859148daf1edf6c60b398eb40bfc96697d1",
  6728. "reference": "e0a0f859148daf1edf6c60b398eb40bfc96697d1",
  6729. "shasum": ""
  6730. },
  6731. "require": {
  6732. "php": ">=8.2",
  6733. "symfony/polyfill-intl-idn": "^1.10",
  6734. "symfony/polyfill-mbstring": "^1.0"
  6735. },
  6736. "conflict": {
  6737. "egulias/email-validator": "~3.0.0",
  6738. "phpdocumentor/reflection-docblock": "<3.2.2",
  6739. "phpdocumentor/type-resolver": "<1.4.0",
  6740. "symfony/mailer": "<6.4",
  6741. "symfony/serializer": "<6.4.3|>7.0,<7.0.3"
  6742. },
  6743. "require-dev": {
  6744. "egulias/email-validator": "^2.1.10|^3.1|^4",
  6745. "league/html-to-markdown": "^5.0",
  6746. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  6747. "symfony/dependency-injection": "^6.4|^7.0",
  6748. "symfony/process": "^6.4|^7.0",
  6749. "symfony/property-access": "^6.4|^7.0",
  6750. "symfony/property-info": "^6.4|^7.0",
  6751. "symfony/serializer": "^6.4.3|^7.0.3"
  6752. },
  6753. "type": "library",
  6754. "autoload": {
  6755. "psr-4": {
  6756. "Symfony\\Component\\Mime\\": ""
  6757. },
  6758. "exclude-from-classmap": [
  6759. "/Tests/"
  6760. ]
  6761. },
  6762. "notification-url": "https://packagist.org/downloads/",
  6763. "license": [
  6764. "MIT"
  6765. ],
  6766. "authors": [
  6767. {
  6768. "name": "Fabien Potencier",
  6769. "email": "fabien@symfony.com"
  6770. },
  6771. {
  6772. "name": "Symfony Community",
  6773. "homepage": "https://symfony.com/contributors"
  6774. }
  6775. ],
  6776. "description": "Allows manipulating MIME messages",
  6777. "homepage": "https://symfony.com",
  6778. "keywords": [
  6779. "mime",
  6780. "mime-type"
  6781. ],
  6782. "support": {
  6783. "source": "https://github.com/symfony/mime/tree/v7.3.2"
  6784. },
  6785. "funding": [
  6786. {
  6787. "url": "https://symfony.com/sponsor",
  6788. "type": "custom"
  6789. },
  6790. {
  6791. "url": "https://github.com/fabpot",
  6792. "type": "github"
  6793. },
  6794. {
  6795. "url": "https://github.com/nicolas-grekas",
  6796. "type": "github"
  6797. },
  6798. {
  6799. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6800. "type": "tidelift"
  6801. }
  6802. ],
  6803. "time": "2025-07-15T13:41:35+00:00"
  6804. },
  6805. {
  6806. "name": "symfony/polyfill-ctype",
  6807. "version": "v1.33.0",
  6808. "source": {
  6809. "type": "git",
  6810. "url": "https://github.com/symfony/polyfill-ctype.git",
  6811. "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
  6812. },
  6813. "dist": {
  6814. "type": "zip",
  6815. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
  6816. "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
  6817. "shasum": ""
  6818. },
  6819. "require": {
  6820. "php": ">=7.2"
  6821. },
  6822. "provide": {
  6823. "ext-ctype": "*"
  6824. },
  6825. "suggest": {
  6826. "ext-ctype": "For best performance"
  6827. },
  6828. "type": "library",
  6829. "extra": {
  6830. "thanks": {
  6831. "url": "https://github.com/symfony/polyfill",
  6832. "name": "symfony/polyfill"
  6833. }
  6834. },
  6835. "autoload": {
  6836. "files": [
  6837. "bootstrap.php"
  6838. ],
  6839. "psr-4": {
  6840. "Symfony\\Polyfill\\Ctype\\": ""
  6841. }
  6842. },
  6843. "notification-url": "https://packagist.org/downloads/",
  6844. "license": [
  6845. "MIT"
  6846. ],
  6847. "authors": [
  6848. {
  6849. "name": "Gert de Pagter",
  6850. "email": "BackEndTea@gmail.com"
  6851. },
  6852. {
  6853. "name": "Symfony Community",
  6854. "homepage": "https://symfony.com/contributors"
  6855. }
  6856. ],
  6857. "description": "Symfony polyfill for ctype functions",
  6858. "homepage": "https://symfony.com",
  6859. "keywords": [
  6860. "compatibility",
  6861. "ctype",
  6862. "polyfill",
  6863. "portable"
  6864. ],
  6865. "support": {
  6866. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0"
  6867. },
  6868. "funding": [
  6869. {
  6870. "url": "https://symfony.com/sponsor",
  6871. "type": "custom"
  6872. },
  6873. {
  6874. "url": "https://github.com/fabpot",
  6875. "type": "github"
  6876. },
  6877. {
  6878. "url": "https://github.com/nicolas-grekas",
  6879. "type": "github"
  6880. },
  6881. {
  6882. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6883. "type": "tidelift"
  6884. }
  6885. ],
  6886. "time": "2024-09-09T11:45:10+00:00"
  6887. },
  6888. {
  6889. "name": "symfony/polyfill-intl-grapheme",
  6890. "version": "v1.33.0",
  6891. "source": {
  6892. "type": "git",
  6893. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  6894. "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70"
  6895. },
  6896. "dist": {
  6897. "type": "zip",
  6898. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70",
  6899. "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70",
  6900. "shasum": ""
  6901. },
  6902. "require": {
  6903. "php": ">=7.2"
  6904. },
  6905. "suggest": {
  6906. "ext-intl": "For best performance"
  6907. },
  6908. "type": "library",
  6909. "extra": {
  6910. "thanks": {
  6911. "url": "https://github.com/symfony/polyfill",
  6912. "name": "symfony/polyfill"
  6913. }
  6914. },
  6915. "autoload": {
  6916. "files": [
  6917. "bootstrap.php"
  6918. ],
  6919. "psr-4": {
  6920. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  6921. }
  6922. },
  6923. "notification-url": "https://packagist.org/downloads/",
  6924. "license": [
  6925. "MIT"
  6926. ],
  6927. "authors": [
  6928. {
  6929. "name": "Nicolas Grekas",
  6930. "email": "p@tchwork.com"
  6931. },
  6932. {
  6933. "name": "Symfony Community",
  6934. "homepage": "https://symfony.com/contributors"
  6935. }
  6936. ],
  6937. "description": "Symfony polyfill for intl's grapheme_* functions",
  6938. "homepage": "https://symfony.com",
  6939. "keywords": [
  6940. "compatibility",
  6941. "grapheme",
  6942. "intl",
  6943. "polyfill",
  6944. "portable",
  6945. "shim"
  6946. ],
  6947. "support": {
  6948. "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.0"
  6949. },
  6950. "funding": [
  6951. {
  6952. "url": "https://symfony.com/sponsor",
  6953. "type": "custom"
  6954. },
  6955. {
  6956. "url": "https://github.com/fabpot",
  6957. "type": "github"
  6958. },
  6959. {
  6960. "url": "https://github.com/nicolas-grekas",
  6961. "type": "github"
  6962. },
  6963. {
  6964. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6965. "type": "tidelift"
  6966. }
  6967. ],
  6968. "time": "2025-06-27T09:58:17+00:00"
  6969. },
  6970. {
  6971. "name": "symfony/polyfill-intl-idn",
  6972. "version": "v1.33.0",
  6973. "source": {
  6974. "type": "git",
  6975. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  6976. "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3"
  6977. },
  6978. "dist": {
  6979. "type": "zip",
  6980. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3",
  6981. "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3",
  6982. "shasum": ""
  6983. },
  6984. "require": {
  6985. "php": ">=7.2",
  6986. "symfony/polyfill-intl-normalizer": "^1.10"
  6987. },
  6988. "suggest": {
  6989. "ext-intl": "For best performance"
  6990. },
  6991. "type": "library",
  6992. "extra": {
  6993. "thanks": {
  6994. "url": "https://github.com/symfony/polyfill",
  6995. "name": "symfony/polyfill"
  6996. }
  6997. },
  6998. "autoload": {
  6999. "files": [
  7000. "bootstrap.php"
  7001. ],
  7002. "psr-4": {
  7003. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  7004. }
  7005. },
  7006. "notification-url": "https://packagist.org/downloads/",
  7007. "license": [
  7008. "MIT"
  7009. ],
  7010. "authors": [
  7011. {
  7012. "name": "Laurent Bassin",
  7013. "email": "laurent@bassin.info"
  7014. },
  7015. {
  7016. "name": "Trevor Rowbotham",
  7017. "email": "trevor.rowbotham@pm.me"
  7018. },
  7019. {
  7020. "name": "Symfony Community",
  7021. "homepage": "https://symfony.com/contributors"
  7022. }
  7023. ],
  7024. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  7025. "homepage": "https://symfony.com",
  7026. "keywords": [
  7027. "compatibility",
  7028. "idn",
  7029. "intl",
  7030. "polyfill",
  7031. "portable",
  7032. "shim"
  7033. ],
  7034. "support": {
  7035. "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.33.0"
  7036. },
  7037. "funding": [
  7038. {
  7039. "url": "https://symfony.com/sponsor",
  7040. "type": "custom"
  7041. },
  7042. {
  7043. "url": "https://github.com/fabpot",
  7044. "type": "github"
  7045. },
  7046. {
  7047. "url": "https://github.com/nicolas-grekas",
  7048. "type": "github"
  7049. },
  7050. {
  7051. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7052. "type": "tidelift"
  7053. }
  7054. ],
  7055. "time": "2024-09-10T14:38:51+00:00"
  7056. },
  7057. {
  7058. "name": "symfony/polyfill-intl-normalizer",
  7059. "version": "v1.33.0",
  7060. "source": {
  7061. "type": "git",
  7062. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  7063. "reference": "3833d7255cc303546435cb650316bff708a1c75c"
  7064. },
  7065. "dist": {
  7066. "type": "zip",
  7067. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
  7068. "reference": "3833d7255cc303546435cb650316bff708a1c75c",
  7069. "shasum": ""
  7070. },
  7071. "require": {
  7072. "php": ">=7.2"
  7073. },
  7074. "suggest": {
  7075. "ext-intl": "For best performance"
  7076. },
  7077. "type": "library",
  7078. "extra": {
  7079. "thanks": {
  7080. "url": "https://github.com/symfony/polyfill",
  7081. "name": "symfony/polyfill"
  7082. }
  7083. },
  7084. "autoload": {
  7085. "files": [
  7086. "bootstrap.php"
  7087. ],
  7088. "psr-4": {
  7089. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  7090. },
  7091. "classmap": [
  7092. "Resources/stubs"
  7093. ]
  7094. },
  7095. "notification-url": "https://packagist.org/downloads/",
  7096. "license": [
  7097. "MIT"
  7098. ],
  7099. "authors": [
  7100. {
  7101. "name": "Nicolas Grekas",
  7102. "email": "p@tchwork.com"
  7103. },
  7104. {
  7105. "name": "Symfony Community",
  7106. "homepage": "https://symfony.com/contributors"
  7107. }
  7108. ],
  7109. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  7110. "homepage": "https://symfony.com",
  7111. "keywords": [
  7112. "compatibility",
  7113. "intl",
  7114. "normalizer",
  7115. "polyfill",
  7116. "portable",
  7117. "shim"
  7118. ],
  7119. "support": {
  7120. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0"
  7121. },
  7122. "funding": [
  7123. {
  7124. "url": "https://symfony.com/sponsor",
  7125. "type": "custom"
  7126. },
  7127. {
  7128. "url": "https://github.com/fabpot",
  7129. "type": "github"
  7130. },
  7131. {
  7132. "url": "https://github.com/nicolas-grekas",
  7133. "type": "github"
  7134. },
  7135. {
  7136. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7137. "type": "tidelift"
  7138. }
  7139. ],
  7140. "time": "2024-09-09T11:45:10+00:00"
  7141. },
  7142. {
  7143. "name": "symfony/polyfill-mbstring",
  7144. "version": "v1.33.0",
  7145. "source": {
  7146. "type": "git",
  7147. "url": "https://github.com/symfony/polyfill-mbstring.git",
  7148. "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
  7149. },
  7150. "dist": {
  7151. "type": "zip",
  7152. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
  7153. "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
  7154. "shasum": ""
  7155. },
  7156. "require": {
  7157. "ext-iconv": "*",
  7158. "php": ">=7.2"
  7159. },
  7160. "provide": {
  7161. "ext-mbstring": "*"
  7162. },
  7163. "suggest": {
  7164. "ext-mbstring": "For best performance"
  7165. },
  7166. "type": "library",
  7167. "extra": {
  7168. "thanks": {
  7169. "url": "https://github.com/symfony/polyfill",
  7170. "name": "symfony/polyfill"
  7171. }
  7172. },
  7173. "autoload": {
  7174. "files": [
  7175. "bootstrap.php"
  7176. ],
  7177. "psr-4": {
  7178. "Symfony\\Polyfill\\Mbstring\\": ""
  7179. }
  7180. },
  7181. "notification-url": "https://packagist.org/downloads/",
  7182. "license": [
  7183. "MIT"
  7184. ],
  7185. "authors": [
  7186. {
  7187. "name": "Nicolas Grekas",
  7188. "email": "p@tchwork.com"
  7189. },
  7190. {
  7191. "name": "Symfony Community",
  7192. "homepage": "https://symfony.com/contributors"
  7193. }
  7194. ],
  7195. "description": "Symfony polyfill for the Mbstring extension",
  7196. "homepage": "https://symfony.com",
  7197. "keywords": [
  7198. "compatibility",
  7199. "mbstring",
  7200. "polyfill",
  7201. "portable",
  7202. "shim"
  7203. ],
  7204. "support": {
  7205. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0"
  7206. },
  7207. "funding": [
  7208. {
  7209. "url": "https://symfony.com/sponsor",
  7210. "type": "custom"
  7211. },
  7212. {
  7213. "url": "https://github.com/fabpot",
  7214. "type": "github"
  7215. },
  7216. {
  7217. "url": "https://github.com/nicolas-grekas",
  7218. "type": "github"
  7219. },
  7220. {
  7221. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7222. "type": "tidelift"
  7223. }
  7224. ],
  7225. "time": "2024-12-23T08:48:59+00:00"
  7226. },
  7227. {
  7228. "name": "symfony/polyfill-php80",
  7229. "version": "v1.33.0",
  7230. "source": {
  7231. "type": "git",
  7232. "url": "https://github.com/symfony/polyfill-php80.git",
  7233. "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
  7234. },
  7235. "dist": {
  7236. "type": "zip",
  7237. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
  7238. "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
  7239. "shasum": ""
  7240. },
  7241. "require": {
  7242. "php": ">=7.2"
  7243. },
  7244. "type": "library",
  7245. "extra": {
  7246. "thanks": {
  7247. "url": "https://github.com/symfony/polyfill",
  7248. "name": "symfony/polyfill"
  7249. }
  7250. },
  7251. "autoload": {
  7252. "files": [
  7253. "bootstrap.php"
  7254. ],
  7255. "psr-4": {
  7256. "Symfony\\Polyfill\\Php80\\": ""
  7257. },
  7258. "classmap": [
  7259. "Resources/stubs"
  7260. ]
  7261. },
  7262. "notification-url": "https://packagist.org/downloads/",
  7263. "license": [
  7264. "MIT"
  7265. ],
  7266. "authors": [
  7267. {
  7268. "name": "Ion Bazan",
  7269. "email": "ion.bazan@gmail.com"
  7270. },
  7271. {
  7272. "name": "Nicolas Grekas",
  7273. "email": "p@tchwork.com"
  7274. },
  7275. {
  7276. "name": "Symfony Community",
  7277. "homepage": "https://symfony.com/contributors"
  7278. }
  7279. ],
  7280. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  7281. "homepage": "https://symfony.com",
  7282. "keywords": [
  7283. "compatibility",
  7284. "polyfill",
  7285. "portable",
  7286. "shim"
  7287. ],
  7288. "support": {
  7289. "source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0"
  7290. },
  7291. "funding": [
  7292. {
  7293. "url": "https://symfony.com/sponsor",
  7294. "type": "custom"
  7295. },
  7296. {
  7297. "url": "https://github.com/fabpot",
  7298. "type": "github"
  7299. },
  7300. {
  7301. "url": "https://github.com/nicolas-grekas",
  7302. "type": "github"
  7303. },
  7304. {
  7305. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7306. "type": "tidelift"
  7307. }
  7308. ],
  7309. "time": "2025-01-02T08:10:11+00:00"
  7310. },
  7311. {
  7312. "name": "symfony/polyfill-php81",
  7313. "version": "v1.33.0",
  7314. "source": {
  7315. "type": "git",
  7316. "url": "https://github.com/symfony/polyfill-php81.git",
  7317. "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c"
  7318. },
  7319. "dist": {
  7320. "type": "zip",
  7321. "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
  7322. "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
  7323. "shasum": ""
  7324. },
  7325. "require": {
  7326. "php": ">=7.2"
  7327. },
  7328. "type": "library",
  7329. "extra": {
  7330. "thanks": {
  7331. "url": "https://github.com/symfony/polyfill",
  7332. "name": "symfony/polyfill"
  7333. }
  7334. },
  7335. "autoload": {
  7336. "files": [
  7337. "bootstrap.php"
  7338. ],
  7339. "psr-4": {
  7340. "Symfony\\Polyfill\\Php81\\": ""
  7341. },
  7342. "classmap": [
  7343. "Resources/stubs"
  7344. ]
  7345. },
  7346. "notification-url": "https://packagist.org/downloads/",
  7347. "license": [
  7348. "MIT"
  7349. ],
  7350. "authors": [
  7351. {
  7352. "name": "Nicolas Grekas",
  7353. "email": "p@tchwork.com"
  7354. },
  7355. {
  7356. "name": "Symfony Community",
  7357. "homepage": "https://symfony.com/contributors"
  7358. }
  7359. ],
  7360. "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
  7361. "homepage": "https://symfony.com",
  7362. "keywords": [
  7363. "compatibility",
  7364. "polyfill",
  7365. "portable",
  7366. "shim"
  7367. ],
  7368. "support": {
  7369. "source": "https://github.com/symfony/polyfill-php81/tree/v1.33.0"
  7370. },
  7371. "funding": [
  7372. {
  7373. "url": "https://symfony.com/sponsor",
  7374. "type": "custom"
  7375. },
  7376. {
  7377. "url": "https://github.com/fabpot",
  7378. "type": "github"
  7379. },
  7380. {
  7381. "url": "https://github.com/nicolas-grekas",
  7382. "type": "github"
  7383. },
  7384. {
  7385. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7386. "type": "tidelift"
  7387. }
  7388. ],
  7389. "time": "2024-09-09T11:45:10+00:00"
  7390. },
  7391. {
  7392. "name": "symfony/polyfill-php83",
  7393. "version": "v1.33.0",
  7394. "source": {
  7395. "type": "git",
  7396. "url": "https://github.com/symfony/polyfill-php83.git",
  7397. "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5"
  7398. },
  7399. "dist": {
  7400. "type": "zip",
  7401. "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/17f6f9a6b1735c0f163024d959f700cfbc5155e5",
  7402. "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5",
  7403. "shasum": ""
  7404. },
  7405. "require": {
  7406. "php": ">=7.2"
  7407. },
  7408. "type": "library",
  7409. "extra": {
  7410. "thanks": {
  7411. "url": "https://github.com/symfony/polyfill",
  7412. "name": "symfony/polyfill"
  7413. }
  7414. },
  7415. "autoload": {
  7416. "files": [
  7417. "bootstrap.php"
  7418. ],
  7419. "psr-4": {
  7420. "Symfony\\Polyfill\\Php83\\": ""
  7421. },
  7422. "classmap": [
  7423. "Resources/stubs"
  7424. ]
  7425. },
  7426. "notification-url": "https://packagist.org/downloads/",
  7427. "license": [
  7428. "MIT"
  7429. ],
  7430. "authors": [
  7431. {
  7432. "name": "Nicolas Grekas",
  7433. "email": "p@tchwork.com"
  7434. },
  7435. {
  7436. "name": "Symfony Community",
  7437. "homepage": "https://symfony.com/contributors"
  7438. }
  7439. ],
  7440. "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
  7441. "homepage": "https://symfony.com",
  7442. "keywords": [
  7443. "compatibility",
  7444. "polyfill",
  7445. "portable",
  7446. "shim"
  7447. ],
  7448. "support": {
  7449. "source": "https://github.com/symfony/polyfill-php83/tree/v1.33.0"
  7450. },
  7451. "funding": [
  7452. {
  7453. "url": "https://symfony.com/sponsor",
  7454. "type": "custom"
  7455. },
  7456. {
  7457. "url": "https://github.com/fabpot",
  7458. "type": "github"
  7459. },
  7460. {
  7461. "url": "https://github.com/nicolas-grekas",
  7462. "type": "github"
  7463. },
  7464. {
  7465. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7466. "type": "tidelift"
  7467. }
  7468. ],
  7469. "time": "2025-07-08T02:45:35+00:00"
  7470. },
  7471. {
  7472. "name": "symfony/polyfill-php84",
  7473. "version": "v1.33.0",
  7474. "source": {
  7475. "type": "git",
  7476. "url": "https://github.com/symfony/polyfill-php84.git",
  7477. "reference": "d8ced4d875142b6a7426000426b8abc631d6b191"
  7478. },
  7479. "dist": {
  7480. "type": "zip",
  7481. "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/d8ced4d875142b6a7426000426b8abc631d6b191",
  7482. "reference": "d8ced4d875142b6a7426000426b8abc631d6b191",
  7483. "shasum": ""
  7484. },
  7485. "require": {
  7486. "php": ">=7.2"
  7487. },
  7488. "type": "library",
  7489. "extra": {
  7490. "thanks": {
  7491. "url": "https://github.com/symfony/polyfill",
  7492. "name": "symfony/polyfill"
  7493. }
  7494. },
  7495. "autoload": {
  7496. "files": [
  7497. "bootstrap.php"
  7498. ],
  7499. "psr-4": {
  7500. "Symfony\\Polyfill\\Php84\\": ""
  7501. },
  7502. "classmap": [
  7503. "Resources/stubs"
  7504. ]
  7505. },
  7506. "notification-url": "https://packagist.org/downloads/",
  7507. "license": [
  7508. "MIT"
  7509. ],
  7510. "authors": [
  7511. {
  7512. "name": "Nicolas Grekas",
  7513. "email": "p@tchwork.com"
  7514. },
  7515. {
  7516. "name": "Symfony Community",
  7517. "homepage": "https://symfony.com/contributors"
  7518. }
  7519. ],
  7520. "description": "Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions",
  7521. "homepage": "https://symfony.com",
  7522. "keywords": [
  7523. "compatibility",
  7524. "polyfill",
  7525. "portable",
  7526. "shim"
  7527. ],
  7528. "support": {
  7529. "source": "https://github.com/symfony/polyfill-php84/tree/v1.33.0"
  7530. },
  7531. "funding": [
  7532. {
  7533. "url": "https://symfony.com/sponsor",
  7534. "type": "custom"
  7535. },
  7536. {
  7537. "url": "https://github.com/fabpot",
  7538. "type": "github"
  7539. },
  7540. {
  7541. "url": "https://github.com/nicolas-grekas",
  7542. "type": "github"
  7543. },
  7544. {
  7545. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7546. "type": "tidelift"
  7547. }
  7548. ],
  7549. "time": "2025-06-24T13:30:11+00:00"
  7550. },
  7551. {
  7552. "name": "symfony/polyfill-php85",
  7553. "version": "v1.33.0",
  7554. "source": {
  7555. "type": "git",
  7556. "url": "https://github.com/symfony/polyfill-php85.git",
  7557. "reference": "d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91"
  7558. },
  7559. "dist": {
  7560. "type": "zip",
  7561. "url": "https://api.github.com/repos/symfony/polyfill-php85/zipball/d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91",
  7562. "reference": "d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91",
  7563. "shasum": ""
  7564. },
  7565. "require": {
  7566. "php": ">=7.2"
  7567. },
  7568. "type": "library",
  7569. "extra": {
  7570. "thanks": {
  7571. "url": "https://github.com/symfony/polyfill",
  7572. "name": "symfony/polyfill"
  7573. }
  7574. },
  7575. "autoload": {
  7576. "files": [
  7577. "bootstrap.php"
  7578. ],
  7579. "psr-4": {
  7580. "Symfony\\Polyfill\\Php85\\": ""
  7581. },
  7582. "classmap": [
  7583. "Resources/stubs"
  7584. ]
  7585. },
  7586. "notification-url": "https://packagist.org/downloads/",
  7587. "license": [
  7588. "MIT"
  7589. ],
  7590. "authors": [
  7591. {
  7592. "name": "Nicolas Grekas",
  7593. "email": "p@tchwork.com"
  7594. },
  7595. {
  7596. "name": "Symfony Community",
  7597. "homepage": "https://symfony.com/contributors"
  7598. }
  7599. ],
  7600. "description": "Symfony polyfill backporting some PHP 8.5+ features to lower PHP versions",
  7601. "homepage": "https://symfony.com",
  7602. "keywords": [
  7603. "compatibility",
  7604. "polyfill",
  7605. "portable",
  7606. "shim"
  7607. ],
  7608. "support": {
  7609. "source": "https://github.com/symfony/polyfill-php85/tree/v1.33.0"
  7610. },
  7611. "funding": [
  7612. {
  7613. "url": "https://symfony.com/sponsor",
  7614. "type": "custom"
  7615. },
  7616. {
  7617. "url": "https://github.com/fabpot",
  7618. "type": "github"
  7619. },
  7620. {
  7621. "url": "https://github.com/nicolas-grekas",
  7622. "type": "github"
  7623. },
  7624. {
  7625. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7626. "type": "tidelift"
  7627. }
  7628. ],
  7629. "time": "2025-06-23T16:12:55+00:00"
  7630. },
  7631. {
  7632. "name": "symfony/polyfill-uuid",
  7633. "version": "v1.33.0",
  7634. "source": {
  7635. "type": "git",
  7636. "url": "https://github.com/symfony/polyfill-uuid.git",
  7637. "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2"
  7638. },
  7639. "dist": {
  7640. "type": "zip",
  7641. "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
  7642. "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
  7643. "shasum": ""
  7644. },
  7645. "require": {
  7646. "php": ">=7.2"
  7647. },
  7648. "provide": {
  7649. "ext-uuid": "*"
  7650. },
  7651. "suggest": {
  7652. "ext-uuid": "For best performance"
  7653. },
  7654. "type": "library",
  7655. "extra": {
  7656. "thanks": {
  7657. "url": "https://github.com/symfony/polyfill",
  7658. "name": "symfony/polyfill"
  7659. }
  7660. },
  7661. "autoload": {
  7662. "files": [
  7663. "bootstrap.php"
  7664. ],
  7665. "psr-4": {
  7666. "Symfony\\Polyfill\\Uuid\\": ""
  7667. }
  7668. },
  7669. "notification-url": "https://packagist.org/downloads/",
  7670. "license": [
  7671. "MIT"
  7672. ],
  7673. "authors": [
  7674. {
  7675. "name": "Grégoire Pineau",
  7676. "email": "lyrixx@lyrixx.info"
  7677. },
  7678. {
  7679. "name": "Symfony Community",
  7680. "homepage": "https://symfony.com/contributors"
  7681. }
  7682. ],
  7683. "description": "Symfony polyfill for uuid functions",
  7684. "homepage": "https://symfony.com",
  7685. "keywords": [
  7686. "compatibility",
  7687. "polyfill",
  7688. "portable",
  7689. "uuid"
  7690. ],
  7691. "support": {
  7692. "source": "https://github.com/symfony/polyfill-uuid/tree/v1.33.0"
  7693. },
  7694. "funding": [
  7695. {
  7696. "url": "https://symfony.com/sponsor",
  7697. "type": "custom"
  7698. },
  7699. {
  7700. "url": "https://github.com/fabpot",
  7701. "type": "github"
  7702. },
  7703. {
  7704. "url": "https://github.com/nicolas-grekas",
  7705. "type": "github"
  7706. },
  7707. {
  7708. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7709. "type": "tidelift"
  7710. }
  7711. ],
  7712. "time": "2024-09-09T11:45:10+00:00"
  7713. },
  7714. {
  7715. "name": "symfony/process",
  7716. "version": "v7.3.0",
  7717. "source": {
  7718. "type": "git",
  7719. "url": "https://github.com/symfony/process.git",
  7720. "reference": "40c295f2deb408d5e9d2d32b8ba1dd61e36f05af"
  7721. },
  7722. "dist": {
  7723. "type": "zip",
  7724. "url": "https://api.github.com/repos/symfony/process/zipball/40c295f2deb408d5e9d2d32b8ba1dd61e36f05af",
  7725. "reference": "40c295f2deb408d5e9d2d32b8ba1dd61e36f05af",
  7726. "shasum": ""
  7727. },
  7728. "require": {
  7729. "php": ">=8.2"
  7730. },
  7731. "type": "library",
  7732. "autoload": {
  7733. "psr-4": {
  7734. "Symfony\\Component\\Process\\": ""
  7735. },
  7736. "exclude-from-classmap": [
  7737. "/Tests/"
  7738. ]
  7739. },
  7740. "notification-url": "https://packagist.org/downloads/",
  7741. "license": [
  7742. "MIT"
  7743. ],
  7744. "authors": [
  7745. {
  7746. "name": "Fabien Potencier",
  7747. "email": "fabien@symfony.com"
  7748. },
  7749. {
  7750. "name": "Symfony Community",
  7751. "homepage": "https://symfony.com/contributors"
  7752. }
  7753. ],
  7754. "description": "Executes commands in sub-processes",
  7755. "homepage": "https://symfony.com",
  7756. "support": {
  7757. "source": "https://github.com/symfony/process/tree/v7.3.0"
  7758. },
  7759. "funding": [
  7760. {
  7761. "url": "https://symfony.com/sponsor",
  7762. "type": "custom"
  7763. },
  7764. {
  7765. "url": "https://github.com/fabpot",
  7766. "type": "github"
  7767. },
  7768. {
  7769. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7770. "type": "tidelift"
  7771. }
  7772. ],
  7773. "time": "2025-04-17T09:11:12+00:00"
  7774. },
  7775. {
  7776. "name": "symfony/routing",
  7777. "version": "v7.3.2",
  7778. "source": {
  7779. "type": "git",
  7780. "url": "https://github.com/symfony/routing.git",
  7781. "reference": "7614b8ca5fa89b9cd233e21b627bfc5774f586e4"
  7782. },
  7783. "dist": {
  7784. "type": "zip",
  7785. "url": "https://api.github.com/repos/symfony/routing/zipball/7614b8ca5fa89b9cd233e21b627bfc5774f586e4",
  7786. "reference": "7614b8ca5fa89b9cd233e21b627bfc5774f586e4",
  7787. "shasum": ""
  7788. },
  7789. "require": {
  7790. "php": ">=8.2",
  7791. "symfony/deprecation-contracts": "^2.5|^3"
  7792. },
  7793. "conflict": {
  7794. "symfony/config": "<6.4",
  7795. "symfony/dependency-injection": "<6.4",
  7796. "symfony/yaml": "<6.4"
  7797. },
  7798. "require-dev": {
  7799. "psr/log": "^1|^2|^3",
  7800. "symfony/config": "^6.4|^7.0",
  7801. "symfony/dependency-injection": "^6.4|^7.0",
  7802. "symfony/expression-language": "^6.4|^7.0",
  7803. "symfony/http-foundation": "^6.4|^7.0",
  7804. "symfony/yaml": "^6.4|^7.0"
  7805. },
  7806. "type": "library",
  7807. "autoload": {
  7808. "psr-4": {
  7809. "Symfony\\Component\\Routing\\": ""
  7810. },
  7811. "exclude-from-classmap": [
  7812. "/Tests/"
  7813. ]
  7814. },
  7815. "notification-url": "https://packagist.org/downloads/",
  7816. "license": [
  7817. "MIT"
  7818. ],
  7819. "authors": [
  7820. {
  7821. "name": "Fabien Potencier",
  7822. "email": "fabien@symfony.com"
  7823. },
  7824. {
  7825. "name": "Symfony Community",
  7826. "homepage": "https://symfony.com/contributors"
  7827. }
  7828. ],
  7829. "description": "Maps an HTTP request to a set of configuration variables",
  7830. "homepage": "https://symfony.com",
  7831. "keywords": [
  7832. "router",
  7833. "routing",
  7834. "uri",
  7835. "url"
  7836. ],
  7837. "support": {
  7838. "source": "https://github.com/symfony/routing/tree/v7.3.2"
  7839. },
  7840. "funding": [
  7841. {
  7842. "url": "https://symfony.com/sponsor",
  7843. "type": "custom"
  7844. },
  7845. {
  7846. "url": "https://github.com/fabpot",
  7847. "type": "github"
  7848. },
  7849. {
  7850. "url": "https://github.com/nicolas-grekas",
  7851. "type": "github"
  7852. },
  7853. {
  7854. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7855. "type": "tidelift"
  7856. }
  7857. ],
  7858. "time": "2025-07-15T11:36:08+00:00"
  7859. },
  7860. {
  7861. "name": "symfony/service-contracts",
  7862. "version": "v3.6.0",
  7863. "source": {
  7864. "type": "git",
  7865. "url": "https://github.com/symfony/service-contracts.git",
  7866. "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4"
  7867. },
  7868. "dist": {
  7869. "type": "zip",
  7870. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
  7871. "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
  7872. "shasum": ""
  7873. },
  7874. "require": {
  7875. "php": ">=8.1",
  7876. "psr/container": "^1.1|^2.0",
  7877. "symfony/deprecation-contracts": "^2.5|^3"
  7878. },
  7879. "conflict": {
  7880. "ext-psr": "<1.1|>=2"
  7881. },
  7882. "type": "library",
  7883. "extra": {
  7884. "thanks": {
  7885. "url": "https://github.com/symfony/contracts",
  7886. "name": "symfony/contracts"
  7887. },
  7888. "branch-alias": {
  7889. "dev-main": "3.6-dev"
  7890. }
  7891. },
  7892. "autoload": {
  7893. "psr-4": {
  7894. "Symfony\\Contracts\\Service\\": ""
  7895. },
  7896. "exclude-from-classmap": [
  7897. "/Test/"
  7898. ]
  7899. },
  7900. "notification-url": "https://packagist.org/downloads/",
  7901. "license": [
  7902. "MIT"
  7903. ],
  7904. "authors": [
  7905. {
  7906. "name": "Nicolas Grekas",
  7907. "email": "p@tchwork.com"
  7908. },
  7909. {
  7910. "name": "Symfony Community",
  7911. "homepage": "https://symfony.com/contributors"
  7912. }
  7913. ],
  7914. "description": "Generic abstractions related to writing services",
  7915. "homepage": "https://symfony.com",
  7916. "keywords": [
  7917. "abstractions",
  7918. "contracts",
  7919. "decoupling",
  7920. "interfaces",
  7921. "interoperability",
  7922. "standards"
  7923. ],
  7924. "support": {
  7925. "source": "https://github.com/symfony/service-contracts/tree/v3.6.0"
  7926. },
  7927. "funding": [
  7928. {
  7929. "url": "https://symfony.com/sponsor",
  7930. "type": "custom"
  7931. },
  7932. {
  7933. "url": "https://github.com/fabpot",
  7934. "type": "github"
  7935. },
  7936. {
  7937. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7938. "type": "tidelift"
  7939. }
  7940. ],
  7941. "time": "2025-04-25T09:37:31+00:00"
  7942. },
  7943. {
  7944. "name": "symfony/string",
  7945. "version": "v7.3.2",
  7946. "source": {
  7947. "type": "git",
  7948. "url": "https://github.com/symfony/string.git",
  7949. "reference": "42f505aff654e62ac7ac2ce21033818297ca89ca"
  7950. },
  7951. "dist": {
  7952. "type": "zip",
  7953. "url": "https://api.github.com/repos/symfony/string/zipball/42f505aff654e62ac7ac2ce21033818297ca89ca",
  7954. "reference": "42f505aff654e62ac7ac2ce21033818297ca89ca",
  7955. "shasum": ""
  7956. },
  7957. "require": {
  7958. "php": ">=8.2",
  7959. "symfony/polyfill-ctype": "~1.8",
  7960. "symfony/polyfill-intl-grapheme": "~1.0",
  7961. "symfony/polyfill-intl-normalizer": "~1.0",
  7962. "symfony/polyfill-mbstring": "~1.0"
  7963. },
  7964. "conflict": {
  7965. "symfony/translation-contracts": "<2.5"
  7966. },
  7967. "require-dev": {
  7968. "symfony/emoji": "^7.1",
  7969. "symfony/error-handler": "^6.4|^7.0",
  7970. "symfony/http-client": "^6.4|^7.0",
  7971. "symfony/intl": "^6.4|^7.0",
  7972. "symfony/translation-contracts": "^2.5|^3.0",
  7973. "symfony/var-exporter": "^6.4|^7.0"
  7974. },
  7975. "type": "library",
  7976. "autoload": {
  7977. "files": [
  7978. "Resources/functions.php"
  7979. ],
  7980. "psr-4": {
  7981. "Symfony\\Component\\String\\": ""
  7982. },
  7983. "exclude-from-classmap": [
  7984. "/Tests/"
  7985. ]
  7986. },
  7987. "notification-url": "https://packagist.org/downloads/",
  7988. "license": [
  7989. "MIT"
  7990. ],
  7991. "authors": [
  7992. {
  7993. "name": "Nicolas Grekas",
  7994. "email": "p@tchwork.com"
  7995. },
  7996. {
  7997. "name": "Symfony Community",
  7998. "homepage": "https://symfony.com/contributors"
  7999. }
  8000. ],
  8001. "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
  8002. "homepage": "https://symfony.com",
  8003. "keywords": [
  8004. "grapheme",
  8005. "i18n",
  8006. "string",
  8007. "unicode",
  8008. "utf-8",
  8009. "utf8"
  8010. ],
  8011. "support": {
  8012. "source": "https://github.com/symfony/string/tree/v7.3.2"
  8013. },
  8014. "funding": [
  8015. {
  8016. "url": "https://symfony.com/sponsor",
  8017. "type": "custom"
  8018. },
  8019. {
  8020. "url": "https://github.com/fabpot",
  8021. "type": "github"
  8022. },
  8023. {
  8024. "url": "https://github.com/nicolas-grekas",
  8025. "type": "github"
  8026. },
  8027. {
  8028. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8029. "type": "tidelift"
  8030. }
  8031. ],
  8032. "time": "2025-07-10T08:47:49+00:00"
  8033. },
  8034. {
  8035. "name": "symfony/translation",
  8036. "version": "v7.3.2",
  8037. "source": {
  8038. "type": "git",
  8039. "url": "https://github.com/symfony/translation.git",
  8040. "reference": "81b48f4daa96272efcce9c7a6c4b58e629df3c90"
  8041. },
  8042. "dist": {
  8043. "type": "zip",
  8044. "url": "https://api.github.com/repos/symfony/translation/zipball/81b48f4daa96272efcce9c7a6c4b58e629df3c90",
  8045. "reference": "81b48f4daa96272efcce9c7a6c4b58e629df3c90",
  8046. "shasum": ""
  8047. },
  8048. "require": {
  8049. "php": ">=8.2",
  8050. "symfony/deprecation-contracts": "^2.5|^3",
  8051. "symfony/polyfill-mbstring": "~1.0",
  8052. "symfony/translation-contracts": "^2.5|^3.0"
  8053. },
  8054. "conflict": {
  8055. "nikic/php-parser": "<5.0",
  8056. "symfony/config": "<6.4",
  8057. "symfony/console": "<6.4",
  8058. "symfony/dependency-injection": "<6.4",
  8059. "symfony/http-client-contracts": "<2.5",
  8060. "symfony/http-kernel": "<6.4",
  8061. "symfony/service-contracts": "<2.5",
  8062. "symfony/twig-bundle": "<6.4",
  8063. "symfony/yaml": "<6.4"
  8064. },
  8065. "provide": {
  8066. "symfony/translation-implementation": "2.3|3.0"
  8067. },
  8068. "require-dev": {
  8069. "nikic/php-parser": "^5.0",
  8070. "psr/log": "^1|^2|^3",
  8071. "symfony/config": "^6.4|^7.0",
  8072. "symfony/console": "^6.4|^7.0",
  8073. "symfony/dependency-injection": "^6.4|^7.0",
  8074. "symfony/finder": "^6.4|^7.0",
  8075. "symfony/http-client-contracts": "^2.5|^3.0",
  8076. "symfony/http-kernel": "^6.4|^7.0",
  8077. "symfony/intl": "^6.4|^7.0",
  8078. "symfony/polyfill-intl-icu": "^1.21",
  8079. "symfony/routing": "^6.4|^7.0",
  8080. "symfony/service-contracts": "^2.5|^3",
  8081. "symfony/yaml": "^6.4|^7.0"
  8082. },
  8083. "type": "library",
  8084. "autoload": {
  8085. "files": [
  8086. "Resources/functions.php"
  8087. ],
  8088. "psr-4": {
  8089. "Symfony\\Component\\Translation\\": ""
  8090. },
  8091. "exclude-from-classmap": [
  8092. "/Tests/"
  8093. ]
  8094. },
  8095. "notification-url": "https://packagist.org/downloads/",
  8096. "license": [
  8097. "MIT"
  8098. ],
  8099. "authors": [
  8100. {
  8101. "name": "Fabien Potencier",
  8102. "email": "fabien@symfony.com"
  8103. },
  8104. {
  8105. "name": "Symfony Community",
  8106. "homepage": "https://symfony.com/contributors"
  8107. }
  8108. ],
  8109. "description": "Provides tools to internationalize your application",
  8110. "homepage": "https://symfony.com",
  8111. "support": {
  8112. "source": "https://github.com/symfony/translation/tree/v7.3.2"
  8113. },
  8114. "funding": [
  8115. {
  8116. "url": "https://symfony.com/sponsor",
  8117. "type": "custom"
  8118. },
  8119. {
  8120. "url": "https://github.com/fabpot",
  8121. "type": "github"
  8122. },
  8123. {
  8124. "url": "https://github.com/nicolas-grekas",
  8125. "type": "github"
  8126. },
  8127. {
  8128. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8129. "type": "tidelift"
  8130. }
  8131. ],
  8132. "time": "2025-07-30T17:31:46+00:00"
  8133. },
  8134. {
  8135. "name": "symfony/translation-contracts",
  8136. "version": "v3.6.0",
  8137. "source": {
  8138. "type": "git",
  8139. "url": "https://github.com/symfony/translation-contracts.git",
  8140. "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d"
  8141. },
  8142. "dist": {
  8143. "type": "zip",
  8144. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/df210c7a2573f1913b2d17cc95f90f53a73d8f7d",
  8145. "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d",
  8146. "shasum": ""
  8147. },
  8148. "require": {
  8149. "php": ">=8.1"
  8150. },
  8151. "type": "library",
  8152. "extra": {
  8153. "thanks": {
  8154. "url": "https://github.com/symfony/contracts",
  8155. "name": "symfony/contracts"
  8156. },
  8157. "branch-alias": {
  8158. "dev-main": "3.6-dev"
  8159. }
  8160. },
  8161. "autoload": {
  8162. "psr-4": {
  8163. "Symfony\\Contracts\\Translation\\": ""
  8164. },
  8165. "exclude-from-classmap": [
  8166. "/Test/"
  8167. ]
  8168. },
  8169. "notification-url": "https://packagist.org/downloads/",
  8170. "license": [
  8171. "MIT"
  8172. ],
  8173. "authors": [
  8174. {
  8175. "name": "Nicolas Grekas",
  8176. "email": "p@tchwork.com"
  8177. },
  8178. {
  8179. "name": "Symfony Community",
  8180. "homepage": "https://symfony.com/contributors"
  8181. }
  8182. ],
  8183. "description": "Generic abstractions related to translation",
  8184. "homepage": "https://symfony.com",
  8185. "keywords": [
  8186. "abstractions",
  8187. "contracts",
  8188. "decoupling",
  8189. "interfaces",
  8190. "interoperability",
  8191. "standards"
  8192. ],
  8193. "support": {
  8194. "source": "https://github.com/symfony/translation-contracts/tree/v3.6.0"
  8195. },
  8196. "funding": [
  8197. {
  8198. "url": "https://symfony.com/sponsor",
  8199. "type": "custom"
  8200. },
  8201. {
  8202. "url": "https://github.com/fabpot",
  8203. "type": "github"
  8204. },
  8205. {
  8206. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8207. "type": "tidelift"
  8208. }
  8209. ],
  8210. "time": "2024-09-27T08:32:26+00:00"
  8211. },
  8212. {
  8213. "name": "symfony/uid",
  8214. "version": "v7.3.1",
  8215. "source": {
  8216. "type": "git",
  8217. "url": "https://github.com/symfony/uid.git",
  8218. "reference": "a69f69f3159b852651a6bf45a9fdd149520525bb"
  8219. },
  8220. "dist": {
  8221. "type": "zip",
  8222. "url": "https://api.github.com/repos/symfony/uid/zipball/a69f69f3159b852651a6bf45a9fdd149520525bb",
  8223. "reference": "a69f69f3159b852651a6bf45a9fdd149520525bb",
  8224. "shasum": ""
  8225. },
  8226. "require": {
  8227. "php": ">=8.2",
  8228. "symfony/polyfill-uuid": "^1.15"
  8229. },
  8230. "require-dev": {
  8231. "symfony/console": "^6.4|^7.0"
  8232. },
  8233. "type": "library",
  8234. "autoload": {
  8235. "psr-4": {
  8236. "Symfony\\Component\\Uid\\": ""
  8237. },
  8238. "exclude-from-classmap": [
  8239. "/Tests/"
  8240. ]
  8241. },
  8242. "notification-url": "https://packagist.org/downloads/",
  8243. "license": [
  8244. "MIT"
  8245. ],
  8246. "authors": [
  8247. {
  8248. "name": "Grégoire Pineau",
  8249. "email": "lyrixx@lyrixx.info"
  8250. },
  8251. {
  8252. "name": "Nicolas Grekas",
  8253. "email": "p@tchwork.com"
  8254. },
  8255. {
  8256. "name": "Symfony Community",
  8257. "homepage": "https://symfony.com/contributors"
  8258. }
  8259. ],
  8260. "description": "Provides an object-oriented API to generate and represent UIDs",
  8261. "homepage": "https://symfony.com",
  8262. "keywords": [
  8263. "UID",
  8264. "ulid",
  8265. "uuid"
  8266. ],
  8267. "support": {
  8268. "source": "https://github.com/symfony/uid/tree/v7.3.1"
  8269. },
  8270. "funding": [
  8271. {
  8272. "url": "https://symfony.com/sponsor",
  8273. "type": "custom"
  8274. },
  8275. {
  8276. "url": "https://github.com/fabpot",
  8277. "type": "github"
  8278. },
  8279. {
  8280. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8281. "type": "tidelift"
  8282. }
  8283. ],
  8284. "time": "2025-06-27T19:55:54+00:00"
  8285. },
  8286. {
  8287. "name": "symfony/var-dumper",
  8288. "version": "v7.3.2",
  8289. "source": {
  8290. "type": "git",
  8291. "url": "https://github.com/symfony/var-dumper.git",
  8292. "reference": "53205bea27450dc5c65377518b3275e126d45e75"
  8293. },
  8294. "dist": {
  8295. "type": "zip",
  8296. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/53205bea27450dc5c65377518b3275e126d45e75",
  8297. "reference": "53205bea27450dc5c65377518b3275e126d45e75",
  8298. "shasum": ""
  8299. },
  8300. "require": {
  8301. "php": ">=8.2",
  8302. "symfony/deprecation-contracts": "^2.5|^3",
  8303. "symfony/polyfill-mbstring": "~1.0"
  8304. },
  8305. "conflict": {
  8306. "symfony/console": "<6.4"
  8307. },
  8308. "require-dev": {
  8309. "symfony/console": "^6.4|^7.0",
  8310. "symfony/http-kernel": "^6.4|^7.0",
  8311. "symfony/process": "^6.4|^7.0",
  8312. "symfony/uid": "^6.4|^7.0",
  8313. "twig/twig": "^3.12"
  8314. },
  8315. "bin": [
  8316. "Resources/bin/var-dump-server"
  8317. ],
  8318. "type": "library",
  8319. "autoload": {
  8320. "files": [
  8321. "Resources/functions/dump.php"
  8322. ],
  8323. "psr-4": {
  8324. "Symfony\\Component\\VarDumper\\": ""
  8325. },
  8326. "exclude-from-classmap": [
  8327. "/Tests/"
  8328. ]
  8329. },
  8330. "notification-url": "https://packagist.org/downloads/",
  8331. "license": [
  8332. "MIT"
  8333. ],
  8334. "authors": [
  8335. {
  8336. "name": "Nicolas Grekas",
  8337. "email": "p@tchwork.com"
  8338. },
  8339. {
  8340. "name": "Symfony Community",
  8341. "homepage": "https://symfony.com/contributors"
  8342. }
  8343. ],
  8344. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  8345. "homepage": "https://symfony.com",
  8346. "keywords": [
  8347. "debug",
  8348. "dump"
  8349. ],
  8350. "support": {
  8351. "source": "https://github.com/symfony/var-dumper/tree/v7.3.2"
  8352. },
  8353. "funding": [
  8354. {
  8355. "url": "https://symfony.com/sponsor",
  8356. "type": "custom"
  8357. },
  8358. {
  8359. "url": "https://github.com/fabpot",
  8360. "type": "github"
  8361. },
  8362. {
  8363. "url": "https://github.com/nicolas-grekas",
  8364. "type": "github"
  8365. },
  8366. {
  8367. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  8368. "type": "tidelift"
  8369. }
  8370. ],
  8371. "time": "2025-07-29T20:02:46+00:00"
  8372. },
  8373. {
  8374. "name": "tijsverkoyen/css-to-inline-styles",
  8375. "version": "v2.3.0",
  8376. "source": {
  8377. "type": "git",
  8378. "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
  8379. "reference": "0d72ac1c00084279c1816675284073c5a337c20d"
  8380. },
  8381. "dist": {
  8382. "type": "zip",
  8383. "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0d72ac1c00084279c1816675284073c5a337c20d",
  8384. "reference": "0d72ac1c00084279c1816675284073c5a337c20d",
  8385. "shasum": ""
  8386. },
  8387. "require": {
  8388. "ext-dom": "*",
  8389. "ext-libxml": "*",
  8390. "php": "^7.4 || ^8.0",
  8391. "symfony/css-selector": "^5.4 || ^6.0 || ^7.0"
  8392. },
  8393. "require-dev": {
  8394. "phpstan/phpstan": "^2.0",
  8395. "phpstan/phpstan-phpunit": "^2.0",
  8396. "phpunit/phpunit": "^8.5.21 || ^9.5.10"
  8397. },
  8398. "type": "library",
  8399. "extra": {
  8400. "branch-alias": {
  8401. "dev-master": "2.x-dev"
  8402. }
  8403. },
  8404. "autoload": {
  8405. "psr-4": {
  8406. "TijsVerkoyen\\CssToInlineStyles\\": "src"
  8407. }
  8408. },
  8409. "notification-url": "https://packagist.org/downloads/",
  8410. "license": [
  8411. "BSD-3-Clause"
  8412. ],
  8413. "authors": [
  8414. {
  8415. "name": "Tijs Verkoyen",
  8416. "email": "css_to_inline_styles@verkoyen.eu",
  8417. "role": "Developer"
  8418. }
  8419. ],
  8420. "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.",
  8421. "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
  8422. "support": {
  8423. "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
  8424. "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.3.0"
  8425. },
  8426. "time": "2024-12-21T16:25:41+00:00"
  8427. },
  8428. {
  8429. "name": "vlucas/phpdotenv",
  8430. "version": "v5.6.2",
  8431. "source": {
  8432. "type": "git",
  8433. "url": "https://github.com/vlucas/phpdotenv.git",
  8434. "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af"
  8435. },
  8436. "dist": {
  8437. "type": "zip",
  8438. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
  8439. "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
  8440. "shasum": ""
  8441. },
  8442. "require": {
  8443. "ext-pcre": "*",
  8444. "graham-campbell/result-type": "^1.1.3",
  8445. "php": "^7.2.5 || ^8.0",
  8446. "phpoption/phpoption": "^1.9.3",
  8447. "symfony/polyfill-ctype": "^1.24",
  8448. "symfony/polyfill-mbstring": "^1.24",
  8449. "symfony/polyfill-php80": "^1.24"
  8450. },
  8451. "require-dev": {
  8452. "bamarni/composer-bin-plugin": "^1.8.2",
  8453. "ext-filter": "*",
  8454. "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
  8455. },
  8456. "suggest": {
  8457. "ext-filter": "Required to use the boolean validator."
  8458. },
  8459. "type": "library",
  8460. "extra": {
  8461. "bamarni-bin": {
  8462. "bin-links": true,
  8463. "forward-command": false
  8464. },
  8465. "branch-alias": {
  8466. "dev-master": "5.6-dev"
  8467. }
  8468. },
  8469. "autoload": {
  8470. "psr-4": {
  8471. "Dotenv\\": "src/"
  8472. }
  8473. },
  8474. "notification-url": "https://packagist.org/downloads/",
  8475. "license": [
  8476. "BSD-3-Clause"
  8477. ],
  8478. "authors": [
  8479. {
  8480. "name": "Graham Campbell",
  8481. "email": "hello@gjcampbell.co.uk",
  8482. "homepage": "https://github.com/GrahamCampbell"
  8483. },
  8484. {
  8485. "name": "Vance Lucas",
  8486. "email": "vance@vancelucas.com",
  8487. "homepage": "https://github.com/vlucas"
  8488. }
  8489. ],
  8490. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  8491. "keywords": [
  8492. "dotenv",
  8493. "env",
  8494. "environment"
  8495. ],
  8496. "support": {
  8497. "issues": "https://github.com/vlucas/phpdotenv/issues",
  8498. "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.2"
  8499. },
  8500. "funding": [
  8501. {
  8502. "url": "https://github.com/GrahamCampbell",
  8503. "type": "github"
  8504. },
  8505. {
  8506. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  8507. "type": "tidelift"
  8508. }
  8509. ],
  8510. "time": "2025-04-30T23:37:27+00:00"
  8511. },
  8512. {
  8513. "name": "voku/portable-ascii",
  8514. "version": "2.0.3",
  8515. "source": {
  8516. "type": "git",
  8517. "url": "https://github.com/voku/portable-ascii.git",
  8518. "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d"
  8519. },
  8520. "dist": {
  8521. "type": "zip",
  8522. "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
  8523. "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
  8524. "shasum": ""
  8525. },
  8526. "require": {
  8527. "php": ">=7.0.0"
  8528. },
  8529. "require-dev": {
  8530. "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
  8531. },
  8532. "suggest": {
  8533. "ext-intl": "Use Intl for transliterator_transliterate() support"
  8534. },
  8535. "type": "library",
  8536. "autoload": {
  8537. "psr-4": {
  8538. "voku\\": "src/voku/"
  8539. }
  8540. },
  8541. "notification-url": "https://packagist.org/downloads/",
  8542. "license": [
  8543. "MIT"
  8544. ],
  8545. "authors": [
  8546. {
  8547. "name": "Lars Moelleken",
  8548. "homepage": "https://www.moelleken.org/"
  8549. }
  8550. ],
  8551. "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
  8552. "homepage": "https://github.com/voku/portable-ascii",
  8553. "keywords": [
  8554. "ascii",
  8555. "clean",
  8556. "php"
  8557. ],
  8558. "support": {
  8559. "issues": "https://github.com/voku/portable-ascii/issues",
  8560. "source": "https://github.com/voku/portable-ascii/tree/2.0.3"
  8561. },
  8562. "funding": [
  8563. {
  8564. "url": "https://www.paypal.me/moelleken",
  8565. "type": "custom"
  8566. },
  8567. {
  8568. "url": "https://github.com/voku",
  8569. "type": "github"
  8570. },
  8571. {
  8572. "url": "https://opencollective.com/portable-ascii",
  8573. "type": "open_collective"
  8574. },
  8575. {
  8576. "url": "https://www.patreon.com/voku",
  8577. "type": "patreon"
  8578. },
  8579. {
  8580. "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
  8581. "type": "tidelift"
  8582. }
  8583. ],
  8584. "time": "2024-11-21T01:49:47+00:00"
  8585. },
  8586. {
  8587. "name": "webmozart/assert",
  8588. "version": "1.11.0",
  8589. "source": {
  8590. "type": "git",
  8591. "url": "https://github.com/webmozarts/assert.git",
  8592. "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
  8593. },
  8594. "dist": {
  8595. "type": "zip",
  8596. "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
  8597. "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
  8598. "shasum": ""
  8599. },
  8600. "require": {
  8601. "ext-ctype": "*",
  8602. "php": "^7.2 || ^8.0"
  8603. },
  8604. "conflict": {
  8605. "phpstan/phpstan": "<0.12.20",
  8606. "vimeo/psalm": "<4.6.1 || 4.6.2"
  8607. },
  8608. "require-dev": {
  8609. "phpunit/phpunit": "^8.5.13"
  8610. },
  8611. "type": "library",
  8612. "extra": {
  8613. "branch-alias": {
  8614. "dev-master": "1.10-dev"
  8615. }
  8616. },
  8617. "autoload": {
  8618. "psr-4": {
  8619. "Webmozart\\Assert\\": "src/"
  8620. }
  8621. },
  8622. "notification-url": "https://packagist.org/downloads/",
  8623. "license": [
  8624. "MIT"
  8625. ],
  8626. "authors": [
  8627. {
  8628. "name": "Bernhard Schussek",
  8629. "email": "bschussek@gmail.com"
  8630. }
  8631. ],
  8632. "description": "Assertions to validate method input/output with nice error messages.",
  8633. "keywords": [
  8634. "assert",
  8635. "check",
  8636. "validate"
  8637. ],
  8638. "support": {
  8639. "issues": "https://github.com/webmozarts/assert/issues",
  8640. "source": "https://github.com/webmozarts/assert/tree/1.11.0"
  8641. },
  8642. "time": "2022-06-03T18:03:27+00:00"
  8643. }
  8644. ],
  8645. "packages-dev": [
  8646. {
  8647. "name": "brianium/paratest",
  8648. "version": "v7.8.4",
  8649. "source": {
  8650. "type": "git",
  8651. "url": "https://github.com/paratestphp/paratest.git",
  8652. "reference": "130a9bf0e269ee5f5b320108f794ad03e275cad4"
  8653. },
  8654. "dist": {
  8655. "type": "zip",
  8656. "url": "https://api.github.com/repos/paratestphp/paratest/zipball/130a9bf0e269ee5f5b320108f794ad03e275cad4",
  8657. "reference": "130a9bf0e269ee5f5b320108f794ad03e275cad4",
  8658. "shasum": ""
  8659. },
  8660. "require": {
  8661. "ext-dom": "*",
  8662. "ext-pcre": "*",
  8663. "ext-reflection": "*",
  8664. "ext-simplexml": "*",
  8665. "fidry/cpu-core-counter": "^1.2.0",
  8666. "jean85/pretty-package-versions": "^2.1.1",
  8667. "php": "~8.2.0 || ~8.3.0 || ~8.4.0",
  8668. "phpunit/php-code-coverage": "^11.0.10",
  8669. "phpunit/php-file-iterator": "^5.1.0",
  8670. "phpunit/php-timer": "^7.0.1",
  8671. "phpunit/phpunit": "^11.5.24",
  8672. "sebastian/environment": "^7.2.1",
  8673. "symfony/console": "^6.4.22 || ^7.3.0",
  8674. "symfony/process": "^6.4.20 || ^7.3.0"
  8675. },
  8676. "require-dev": {
  8677. "doctrine/coding-standard": "^12.0.0",
  8678. "ext-pcov": "*",
  8679. "ext-posix": "*",
  8680. "phpstan/phpstan": "^2.1.17",
  8681. "phpstan/phpstan-deprecation-rules": "^2.0.3",
  8682. "phpstan/phpstan-phpunit": "^2.0.6",
  8683. "phpstan/phpstan-strict-rules": "^2.0.4",
  8684. "squizlabs/php_codesniffer": "^3.13.2",
  8685. "symfony/filesystem": "^6.4.13 || ^7.3.0"
  8686. },
  8687. "bin": [
  8688. "bin/paratest",
  8689. "bin/paratest_for_phpstorm"
  8690. ],
  8691. "type": "library",
  8692. "autoload": {
  8693. "psr-4": {
  8694. "ParaTest\\": [
  8695. "src/"
  8696. ]
  8697. }
  8698. },
  8699. "notification-url": "https://packagist.org/downloads/",
  8700. "license": [
  8701. "MIT"
  8702. ],
  8703. "authors": [
  8704. {
  8705. "name": "Brian Scaturro",
  8706. "email": "scaturrob@gmail.com",
  8707. "role": "Developer"
  8708. },
  8709. {
  8710. "name": "Filippo Tessarotto",
  8711. "email": "zoeslam@gmail.com",
  8712. "role": "Developer"
  8713. }
  8714. ],
  8715. "description": "Parallel testing for PHP",
  8716. "homepage": "https://github.com/paratestphp/paratest",
  8717. "keywords": [
  8718. "concurrent",
  8719. "parallel",
  8720. "phpunit",
  8721. "testing"
  8722. ],
  8723. "support": {
  8724. "issues": "https://github.com/paratestphp/paratest/issues",
  8725. "source": "https://github.com/paratestphp/paratest/tree/v7.8.4"
  8726. },
  8727. "funding": [
  8728. {
  8729. "url": "https://github.com/sponsors/Slamdunk",
  8730. "type": "github"
  8731. },
  8732. {
  8733. "url": "https://paypal.me/filippotessarotto",
  8734. "type": "paypal"
  8735. }
  8736. ],
  8737. "time": "2025-06-23T06:07:21+00:00"
  8738. },
  8739. {
  8740. "name": "fakerphp/faker",
  8741. "version": "v1.24.1",
  8742. "source": {
  8743. "type": "git",
  8744. "url": "https://github.com/FakerPHP/Faker.git",
  8745. "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5"
  8746. },
  8747. "dist": {
  8748. "type": "zip",
  8749. "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
  8750. "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
  8751. "shasum": ""
  8752. },
  8753. "require": {
  8754. "php": "^7.4 || ^8.0",
  8755. "psr/container": "^1.0 || ^2.0",
  8756. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  8757. },
  8758. "conflict": {
  8759. "fzaninotto/faker": "*"
  8760. },
  8761. "require-dev": {
  8762. "bamarni/composer-bin-plugin": "^1.4.1",
  8763. "doctrine/persistence": "^1.3 || ^2.0",
  8764. "ext-intl": "*",
  8765. "phpunit/phpunit": "^9.5.26",
  8766. "symfony/phpunit-bridge": "^5.4.16"
  8767. },
  8768. "suggest": {
  8769. "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
  8770. "ext-curl": "Required by Faker\\Provider\\Image to download images.",
  8771. "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
  8772. "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
  8773. "ext-mbstring": "Required for multibyte Unicode string functionality."
  8774. },
  8775. "type": "library",
  8776. "autoload": {
  8777. "psr-4": {
  8778. "Faker\\": "src/Faker/"
  8779. }
  8780. },
  8781. "notification-url": "https://packagist.org/downloads/",
  8782. "license": [
  8783. "MIT"
  8784. ],
  8785. "authors": [
  8786. {
  8787. "name": "François Zaninotto"
  8788. }
  8789. ],
  8790. "description": "Faker is a PHP library that generates fake data for you.",
  8791. "keywords": [
  8792. "data",
  8793. "faker",
  8794. "fixtures"
  8795. ],
  8796. "support": {
  8797. "issues": "https://github.com/FakerPHP/Faker/issues",
  8798. "source": "https://github.com/FakerPHP/Faker/tree/v1.24.1"
  8799. },
  8800. "time": "2024-11-21T13:46:39+00:00"
  8801. },
  8802. {
  8803. "name": "fidry/cpu-core-counter",
  8804. "version": "1.3.0",
  8805. "source": {
  8806. "type": "git",
  8807. "url": "https://github.com/theofidry/cpu-core-counter.git",
  8808. "reference": "db9508f7b1474469d9d3c53b86f817e344732678"
  8809. },
  8810. "dist": {
  8811. "type": "zip",
  8812. "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/db9508f7b1474469d9d3c53b86f817e344732678",
  8813. "reference": "db9508f7b1474469d9d3c53b86f817e344732678",
  8814. "shasum": ""
  8815. },
  8816. "require": {
  8817. "php": "^7.2 || ^8.0"
  8818. },
  8819. "require-dev": {
  8820. "fidry/makefile": "^0.2.0",
  8821. "fidry/php-cs-fixer-config": "^1.1.2",
  8822. "phpstan/extension-installer": "^1.2.0",
  8823. "phpstan/phpstan": "^2.0",
  8824. "phpstan/phpstan-deprecation-rules": "^2.0.0",
  8825. "phpstan/phpstan-phpunit": "^2.0",
  8826. "phpstan/phpstan-strict-rules": "^2.0",
  8827. "phpunit/phpunit": "^8.5.31 || ^9.5.26",
  8828. "webmozarts/strict-phpunit": "^7.5"
  8829. },
  8830. "type": "library",
  8831. "autoload": {
  8832. "psr-4": {
  8833. "Fidry\\CpuCoreCounter\\": "src/"
  8834. }
  8835. },
  8836. "notification-url": "https://packagist.org/downloads/",
  8837. "license": [
  8838. "MIT"
  8839. ],
  8840. "authors": [
  8841. {
  8842. "name": "Théo FIDRY",
  8843. "email": "theo.fidry@gmail.com"
  8844. }
  8845. ],
  8846. "description": "Tiny utility to get the number of CPU cores.",
  8847. "keywords": [
  8848. "CPU",
  8849. "core"
  8850. ],
  8851. "support": {
  8852. "issues": "https://github.com/theofidry/cpu-core-counter/issues",
  8853. "source": "https://github.com/theofidry/cpu-core-counter/tree/1.3.0"
  8854. },
  8855. "funding": [
  8856. {
  8857. "url": "https://github.com/theofidry",
  8858. "type": "github"
  8859. }
  8860. ],
  8861. "time": "2025-08-14T07:29:31+00:00"
  8862. },
  8863. {
  8864. "name": "filp/whoops",
  8865. "version": "2.18.4",
  8866. "source": {
  8867. "type": "git",
  8868. "url": "https://github.com/filp/whoops.git",
  8869. "reference": "d2102955e48b9fd9ab24280a7ad12ed552752c4d"
  8870. },
  8871. "dist": {
  8872. "type": "zip",
  8873. "url": "https://api.github.com/repos/filp/whoops/zipball/d2102955e48b9fd9ab24280a7ad12ed552752c4d",
  8874. "reference": "d2102955e48b9fd9ab24280a7ad12ed552752c4d",
  8875. "shasum": ""
  8876. },
  8877. "require": {
  8878. "php": "^7.1 || ^8.0",
  8879. "psr/log": "^1.0.1 || ^2.0 || ^3.0"
  8880. },
  8881. "require-dev": {
  8882. "mockery/mockery": "^1.0",
  8883. "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3",
  8884. "symfony/var-dumper": "^4.0 || ^5.0"
  8885. },
  8886. "suggest": {
  8887. "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
  8888. "whoops/soap": "Formats errors as SOAP responses"
  8889. },
  8890. "type": "library",
  8891. "extra": {
  8892. "branch-alias": {
  8893. "dev-master": "2.7-dev"
  8894. }
  8895. },
  8896. "autoload": {
  8897. "psr-4": {
  8898. "Whoops\\": "src/Whoops/"
  8899. }
  8900. },
  8901. "notification-url": "https://packagist.org/downloads/",
  8902. "license": [
  8903. "MIT"
  8904. ],
  8905. "authors": [
  8906. {
  8907. "name": "Filipe Dobreira",
  8908. "homepage": "https://github.com/filp",
  8909. "role": "Developer"
  8910. }
  8911. ],
  8912. "description": "php error handling for cool kids",
  8913. "homepage": "https://filp.github.io/whoops/",
  8914. "keywords": [
  8915. "error",
  8916. "exception",
  8917. "handling",
  8918. "library",
  8919. "throwable",
  8920. "whoops"
  8921. ],
  8922. "support": {
  8923. "issues": "https://github.com/filp/whoops/issues",
  8924. "source": "https://github.com/filp/whoops/tree/2.18.4"
  8925. },
  8926. "funding": [
  8927. {
  8928. "url": "https://github.com/denis-sokolov",
  8929. "type": "github"
  8930. }
  8931. ],
  8932. "time": "2025-08-08T12:00:00+00:00"
  8933. },
  8934. {
  8935. "name": "hamcrest/hamcrest-php",
  8936. "version": "v2.1.1",
  8937. "source": {
  8938. "type": "git",
  8939. "url": "https://github.com/hamcrest/hamcrest-php.git",
  8940. "reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487"
  8941. },
  8942. "dist": {
  8943. "type": "zip",
  8944. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487",
  8945. "reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487",
  8946. "shasum": ""
  8947. },
  8948. "require": {
  8949. "php": "^7.4|^8.0"
  8950. },
  8951. "replace": {
  8952. "cordoval/hamcrest-php": "*",
  8953. "davedevelopment/hamcrest-php": "*",
  8954. "kodova/hamcrest-php": "*"
  8955. },
  8956. "require-dev": {
  8957. "phpunit/php-file-iterator": "^1.4 || ^2.0 || ^3.0",
  8958. "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0 || ^8.0 || ^9.0"
  8959. },
  8960. "type": "library",
  8961. "extra": {
  8962. "branch-alias": {
  8963. "dev-master": "2.1-dev"
  8964. }
  8965. },
  8966. "autoload": {
  8967. "classmap": [
  8968. "hamcrest"
  8969. ]
  8970. },
  8971. "notification-url": "https://packagist.org/downloads/",
  8972. "license": [
  8973. "BSD-3-Clause"
  8974. ],
  8975. "description": "This is the PHP port of Hamcrest Matchers",
  8976. "keywords": [
  8977. "test"
  8978. ],
  8979. "support": {
  8980. "issues": "https://github.com/hamcrest/hamcrest-php/issues",
  8981. "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.1.1"
  8982. },
  8983. "time": "2025-04-30T06:54:44+00:00"
  8984. },
  8985. {
  8986. "name": "jean85/pretty-package-versions",
  8987. "version": "2.1.1",
  8988. "source": {
  8989. "type": "git",
  8990. "url": "https://github.com/Jean85/pretty-package-versions.git",
  8991. "reference": "4d7aa5dab42e2a76d99559706022885de0e18e1a"
  8992. },
  8993. "dist": {
  8994. "type": "zip",
  8995. "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/4d7aa5dab42e2a76d99559706022885de0e18e1a",
  8996. "reference": "4d7aa5dab42e2a76d99559706022885de0e18e1a",
  8997. "shasum": ""
  8998. },
  8999. "require": {
  9000. "composer-runtime-api": "^2.1.0",
  9001. "php": "^7.4|^8.0"
  9002. },
  9003. "require-dev": {
  9004. "friendsofphp/php-cs-fixer": "^3.2",
  9005. "jean85/composer-provided-replaced-stub-package": "^1.0",
  9006. "phpstan/phpstan": "^2.0",
  9007. "phpunit/phpunit": "^7.5|^8.5|^9.6",
  9008. "rector/rector": "^2.0",
  9009. "vimeo/psalm": "^4.3 || ^5.0"
  9010. },
  9011. "type": "library",
  9012. "extra": {
  9013. "branch-alias": {
  9014. "dev-master": "1.x-dev"
  9015. }
  9016. },
  9017. "autoload": {
  9018. "psr-4": {
  9019. "Jean85\\": "src/"
  9020. }
  9021. },
  9022. "notification-url": "https://packagist.org/downloads/",
  9023. "license": [
  9024. "MIT"
  9025. ],
  9026. "authors": [
  9027. {
  9028. "name": "Alessandro Lai",
  9029. "email": "alessandro.lai85@gmail.com"
  9030. }
  9031. ],
  9032. "description": "A library to get pretty versions strings of installed dependencies",
  9033. "keywords": [
  9034. "composer",
  9035. "package",
  9036. "release",
  9037. "versions"
  9038. ],
  9039. "support": {
  9040. "issues": "https://github.com/Jean85/pretty-package-versions/issues",
  9041. "source": "https://github.com/Jean85/pretty-package-versions/tree/2.1.1"
  9042. },
  9043. "time": "2025-03-19T14:43:43+00:00"
  9044. },
  9045. {
  9046. "name": "laravel/pail",
  9047. "version": "v1.2.3",
  9048. "source": {
  9049. "type": "git",
  9050. "url": "https://github.com/laravel/pail.git",
  9051. "reference": "8cc3d575c1f0e57eeb923f366a37528c50d2385a"
  9052. },
  9053. "dist": {
  9054. "type": "zip",
  9055. "url": "https://api.github.com/repos/laravel/pail/zipball/8cc3d575c1f0e57eeb923f366a37528c50d2385a",
  9056. "reference": "8cc3d575c1f0e57eeb923f366a37528c50d2385a",
  9057. "shasum": ""
  9058. },
  9059. "require": {
  9060. "ext-mbstring": "*",
  9061. "illuminate/console": "^10.24|^11.0|^12.0",
  9062. "illuminate/contracts": "^10.24|^11.0|^12.0",
  9063. "illuminate/log": "^10.24|^11.0|^12.0",
  9064. "illuminate/process": "^10.24|^11.0|^12.0",
  9065. "illuminate/support": "^10.24|^11.0|^12.0",
  9066. "nunomaduro/termwind": "^1.15|^2.0",
  9067. "php": "^8.2",
  9068. "symfony/console": "^6.0|^7.0"
  9069. },
  9070. "require-dev": {
  9071. "laravel/framework": "^10.24|^11.0|^12.0",
  9072. "laravel/pint": "^1.13",
  9073. "orchestra/testbench-core": "^8.13|^9.0|^10.0",
  9074. "pestphp/pest": "^2.20|^3.0",
  9075. "pestphp/pest-plugin-type-coverage": "^2.3|^3.0",
  9076. "phpstan/phpstan": "^1.12.27",
  9077. "symfony/var-dumper": "^6.3|^7.0"
  9078. },
  9079. "type": "library",
  9080. "extra": {
  9081. "laravel": {
  9082. "providers": [
  9083. "Laravel\\Pail\\PailServiceProvider"
  9084. ]
  9085. },
  9086. "branch-alias": {
  9087. "dev-main": "1.x-dev"
  9088. }
  9089. },
  9090. "autoload": {
  9091. "psr-4": {
  9092. "Laravel\\Pail\\": "src/"
  9093. }
  9094. },
  9095. "notification-url": "https://packagist.org/downloads/",
  9096. "license": [
  9097. "MIT"
  9098. ],
  9099. "authors": [
  9100. {
  9101. "name": "Taylor Otwell",
  9102. "email": "taylor@laravel.com"
  9103. },
  9104. {
  9105. "name": "Nuno Maduro",
  9106. "email": "enunomaduro@gmail.com"
  9107. }
  9108. ],
  9109. "description": "Easily delve into your Laravel application's log files directly from the command line.",
  9110. "homepage": "https://github.com/laravel/pail",
  9111. "keywords": [
  9112. "dev",
  9113. "laravel",
  9114. "logs",
  9115. "php",
  9116. "tail"
  9117. ],
  9118. "support": {
  9119. "issues": "https://github.com/laravel/pail/issues",
  9120. "source": "https://github.com/laravel/pail"
  9121. },
  9122. "time": "2025-06-05T13:55:57+00:00"
  9123. },
  9124. {
  9125. "name": "laravel/sail",
  9126. "version": "v1.44.0",
  9127. "source": {
  9128. "type": "git",
  9129. "url": "https://github.com/laravel/sail.git",
  9130. "reference": "a09097bd2a8a38e23ac472fa6a6cf5b0d1c1d3fe"
  9131. },
  9132. "dist": {
  9133. "type": "zip",
  9134. "url": "https://api.github.com/repos/laravel/sail/zipball/a09097bd2a8a38e23ac472fa6a6cf5b0d1c1d3fe",
  9135. "reference": "a09097bd2a8a38e23ac472fa6a6cf5b0d1c1d3fe",
  9136. "shasum": ""
  9137. },
  9138. "require": {
  9139. "illuminate/console": "^9.52.16|^10.0|^11.0|^12.0",
  9140. "illuminate/contracts": "^9.52.16|^10.0|^11.0|^12.0",
  9141. "illuminate/support": "^9.52.16|^10.0|^11.0|^12.0",
  9142. "php": "^8.0",
  9143. "symfony/console": "^6.0|^7.0",
  9144. "symfony/yaml": "^6.0|^7.0"
  9145. },
  9146. "require-dev": {
  9147. "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
  9148. "phpstan/phpstan": "^1.10"
  9149. },
  9150. "bin": [
  9151. "bin/sail"
  9152. ],
  9153. "type": "library",
  9154. "extra": {
  9155. "laravel": {
  9156. "providers": [
  9157. "Laravel\\Sail\\SailServiceProvider"
  9158. ]
  9159. }
  9160. },
  9161. "autoload": {
  9162. "psr-4": {
  9163. "Laravel\\Sail\\": "src/"
  9164. }
  9165. },
  9166. "notification-url": "https://packagist.org/downloads/",
  9167. "license": [
  9168. "MIT"
  9169. ],
  9170. "authors": [
  9171. {
  9172. "name": "Taylor Otwell",
  9173. "email": "taylor@laravel.com"
  9174. }
  9175. ],
  9176. "description": "Docker files for running a basic Laravel application.",
  9177. "keywords": [
  9178. "docker",
  9179. "laravel"
  9180. ],
  9181. "support": {
  9182. "issues": "https://github.com/laravel/sail/issues",
  9183. "source": "https://github.com/laravel/sail"
  9184. },
  9185. "time": "2025-07-04T16:17:06+00:00"
  9186. },
  9187. {
  9188. "name": "mockery/mockery",
  9189. "version": "1.6.12",
  9190. "source": {
  9191. "type": "git",
  9192. "url": "https://github.com/mockery/mockery.git",
  9193. "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699"
  9194. },
  9195. "dist": {
  9196. "type": "zip",
  9197. "url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699",
  9198. "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699",
  9199. "shasum": ""
  9200. },
  9201. "require": {
  9202. "hamcrest/hamcrest-php": "^2.0.1",
  9203. "lib-pcre": ">=7.0",
  9204. "php": ">=7.3"
  9205. },
  9206. "conflict": {
  9207. "phpunit/phpunit": "<8.0"
  9208. },
  9209. "require-dev": {
  9210. "phpunit/phpunit": "^8.5 || ^9.6.17",
  9211. "symplify/easy-coding-standard": "^12.1.14"
  9212. },
  9213. "type": "library",
  9214. "autoload": {
  9215. "files": [
  9216. "library/helpers.php",
  9217. "library/Mockery.php"
  9218. ],
  9219. "psr-4": {
  9220. "Mockery\\": "library/Mockery"
  9221. }
  9222. },
  9223. "notification-url": "https://packagist.org/downloads/",
  9224. "license": [
  9225. "BSD-3-Clause"
  9226. ],
  9227. "authors": [
  9228. {
  9229. "name": "Pádraic Brady",
  9230. "email": "padraic.brady@gmail.com",
  9231. "homepage": "https://github.com/padraic",
  9232. "role": "Author"
  9233. },
  9234. {
  9235. "name": "Dave Marshall",
  9236. "email": "dave.marshall@atstsolutions.co.uk",
  9237. "homepage": "https://davedevelopment.co.uk",
  9238. "role": "Developer"
  9239. },
  9240. {
  9241. "name": "Nathanael Esayeas",
  9242. "email": "nathanael.esayeas@protonmail.com",
  9243. "homepage": "https://github.com/ghostwriter",
  9244. "role": "Lead Developer"
  9245. }
  9246. ],
  9247. "description": "Mockery is a simple yet flexible PHP mock object framework",
  9248. "homepage": "https://github.com/mockery/mockery",
  9249. "keywords": [
  9250. "BDD",
  9251. "TDD",
  9252. "library",
  9253. "mock",
  9254. "mock objects",
  9255. "mockery",
  9256. "stub",
  9257. "test",
  9258. "test double",
  9259. "testing"
  9260. ],
  9261. "support": {
  9262. "docs": "https://docs.mockery.io/",
  9263. "issues": "https://github.com/mockery/mockery/issues",
  9264. "rss": "https://github.com/mockery/mockery/releases.atom",
  9265. "security": "https://github.com/mockery/mockery/security/advisories",
  9266. "source": "https://github.com/mockery/mockery"
  9267. },
  9268. "time": "2024-05-16T03:13:13+00:00"
  9269. },
  9270. {
  9271. "name": "myclabs/deep-copy",
  9272. "version": "1.13.4",
  9273. "source": {
  9274. "type": "git",
  9275. "url": "https://github.com/myclabs/DeepCopy.git",
  9276. "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a"
  9277. },
  9278. "dist": {
  9279. "type": "zip",
  9280. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a",
  9281. "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a",
  9282. "shasum": ""
  9283. },
  9284. "require": {
  9285. "php": "^7.1 || ^8.0"
  9286. },
  9287. "conflict": {
  9288. "doctrine/collections": "<1.6.8",
  9289. "doctrine/common": "<2.13.3 || >=3 <3.2.2"
  9290. },
  9291. "require-dev": {
  9292. "doctrine/collections": "^1.6.8",
  9293. "doctrine/common": "^2.13.3 || ^3.2.2",
  9294. "phpspec/prophecy": "^1.10",
  9295. "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
  9296. },
  9297. "type": "library",
  9298. "autoload": {
  9299. "files": [
  9300. "src/DeepCopy/deep_copy.php"
  9301. ],
  9302. "psr-4": {
  9303. "DeepCopy\\": "src/DeepCopy/"
  9304. }
  9305. },
  9306. "notification-url": "https://packagist.org/downloads/",
  9307. "license": [
  9308. "MIT"
  9309. ],
  9310. "description": "Create deep copies (clones) of your objects",
  9311. "keywords": [
  9312. "clone",
  9313. "copy",
  9314. "duplicate",
  9315. "object",
  9316. "object graph"
  9317. ],
  9318. "support": {
  9319. "issues": "https://github.com/myclabs/DeepCopy/issues",
  9320. "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4"
  9321. },
  9322. "funding": [
  9323. {
  9324. "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
  9325. "type": "tidelift"
  9326. }
  9327. ],
  9328. "time": "2025-08-01T08:46:24+00:00"
  9329. },
  9330. {
  9331. "name": "nunomaduro/collision",
  9332. "version": "v8.8.2",
  9333. "source": {
  9334. "type": "git",
  9335. "url": "https://github.com/nunomaduro/collision.git",
  9336. "reference": "60207965f9b7b7a4ce15a0f75d57f9dadb105bdb"
  9337. },
  9338. "dist": {
  9339. "type": "zip",
  9340. "url": "https://api.github.com/repos/nunomaduro/collision/zipball/60207965f9b7b7a4ce15a0f75d57f9dadb105bdb",
  9341. "reference": "60207965f9b7b7a4ce15a0f75d57f9dadb105bdb",
  9342. "shasum": ""
  9343. },
  9344. "require": {
  9345. "filp/whoops": "^2.18.1",
  9346. "nunomaduro/termwind": "^2.3.1",
  9347. "php": "^8.2.0",
  9348. "symfony/console": "^7.3.0"
  9349. },
  9350. "conflict": {
  9351. "laravel/framework": "<11.44.2 || >=13.0.0",
  9352. "phpunit/phpunit": "<11.5.15 || >=13.0.0"
  9353. },
  9354. "require-dev": {
  9355. "brianium/paratest": "^7.8.3",
  9356. "larastan/larastan": "^3.4.2",
  9357. "laravel/framework": "^11.44.2 || ^12.18",
  9358. "laravel/pint": "^1.22.1",
  9359. "laravel/sail": "^1.43.1",
  9360. "laravel/sanctum": "^4.1.1",
  9361. "laravel/tinker": "^2.10.1",
  9362. "orchestra/testbench-core": "^9.12.0 || ^10.4",
  9363. "pestphp/pest": "^3.8.2",
  9364. "sebastian/environment": "^7.2.1 || ^8.0"
  9365. },
  9366. "type": "library",
  9367. "extra": {
  9368. "laravel": {
  9369. "providers": [
  9370. "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
  9371. ]
  9372. },
  9373. "branch-alias": {
  9374. "dev-8.x": "8.x-dev"
  9375. }
  9376. },
  9377. "autoload": {
  9378. "files": [
  9379. "./src/Adapters/Phpunit/Autoload.php"
  9380. ],
  9381. "psr-4": {
  9382. "NunoMaduro\\Collision\\": "src/"
  9383. }
  9384. },
  9385. "notification-url": "https://packagist.org/downloads/",
  9386. "license": [
  9387. "MIT"
  9388. ],
  9389. "authors": [
  9390. {
  9391. "name": "Nuno Maduro",
  9392. "email": "enunomaduro@gmail.com"
  9393. }
  9394. ],
  9395. "description": "Cli error handling for console/command-line PHP applications.",
  9396. "keywords": [
  9397. "artisan",
  9398. "cli",
  9399. "command-line",
  9400. "console",
  9401. "dev",
  9402. "error",
  9403. "handling",
  9404. "laravel",
  9405. "laravel-zero",
  9406. "php",
  9407. "symfony"
  9408. ],
  9409. "support": {
  9410. "issues": "https://github.com/nunomaduro/collision/issues",
  9411. "source": "https://github.com/nunomaduro/collision"
  9412. },
  9413. "funding": [
  9414. {
  9415. "url": "https://www.paypal.com/paypalme/enunomaduro",
  9416. "type": "custom"
  9417. },
  9418. {
  9419. "url": "https://github.com/nunomaduro",
  9420. "type": "github"
  9421. },
  9422. {
  9423. "url": "https://www.patreon.com/nunomaduro",
  9424. "type": "patreon"
  9425. }
  9426. ],
  9427. "time": "2025-06-25T02:12:12+00:00"
  9428. },
  9429. {
  9430. "name": "pestphp/pest",
  9431. "version": "v3.8.4",
  9432. "source": {
  9433. "type": "git",
  9434. "url": "https://github.com/pestphp/pest.git",
  9435. "reference": "72cf695554420e21858cda831d5db193db102574"
  9436. },
  9437. "dist": {
  9438. "type": "zip",
  9439. "url": "https://api.github.com/repos/pestphp/pest/zipball/72cf695554420e21858cda831d5db193db102574",
  9440. "reference": "72cf695554420e21858cda831d5db193db102574",
  9441. "shasum": ""
  9442. },
  9443. "require": {
  9444. "brianium/paratest": "^7.8.4",
  9445. "nunomaduro/collision": "^8.8.2",
  9446. "nunomaduro/termwind": "^2.3.1",
  9447. "pestphp/pest-plugin": "^3.0.0",
  9448. "pestphp/pest-plugin-arch": "^3.1.1",
  9449. "pestphp/pest-plugin-mutate": "^3.0.5",
  9450. "php": "^8.2.0",
  9451. "phpunit/phpunit": "^11.5.33"
  9452. },
  9453. "conflict": {
  9454. "filp/whoops": "<2.16.0",
  9455. "phpunit/phpunit": ">11.5.33",
  9456. "sebastian/exporter": "<6.0.0",
  9457. "webmozart/assert": "<1.11.0"
  9458. },
  9459. "require-dev": {
  9460. "pestphp/pest-dev-tools": "^3.4.0",
  9461. "pestphp/pest-plugin-type-coverage": "^3.6.1",
  9462. "symfony/process": "^7.3.0"
  9463. },
  9464. "bin": [
  9465. "bin/pest"
  9466. ],
  9467. "type": "library",
  9468. "extra": {
  9469. "pest": {
  9470. "plugins": [
  9471. "Pest\\Mutate\\Plugins\\Mutate",
  9472. "Pest\\Plugins\\Configuration",
  9473. "Pest\\Plugins\\Bail",
  9474. "Pest\\Plugins\\Cache",
  9475. "Pest\\Plugins\\Coverage",
  9476. "Pest\\Plugins\\Init",
  9477. "Pest\\Plugins\\Environment",
  9478. "Pest\\Plugins\\Help",
  9479. "Pest\\Plugins\\Memory",
  9480. "Pest\\Plugins\\Only",
  9481. "Pest\\Plugins\\Printer",
  9482. "Pest\\Plugins\\ProcessIsolation",
  9483. "Pest\\Plugins\\Profile",
  9484. "Pest\\Plugins\\Retry",
  9485. "Pest\\Plugins\\Snapshot",
  9486. "Pest\\Plugins\\Verbose",
  9487. "Pest\\Plugins\\Version",
  9488. "Pest\\Plugins\\Parallel"
  9489. ]
  9490. },
  9491. "phpstan": {
  9492. "includes": [
  9493. "extension.neon"
  9494. ]
  9495. }
  9496. },
  9497. "autoload": {
  9498. "files": [
  9499. "src/Functions.php",
  9500. "src/Pest.php"
  9501. ],
  9502. "psr-4": {
  9503. "Pest\\": "src/"
  9504. }
  9505. },
  9506. "notification-url": "https://packagist.org/downloads/",
  9507. "license": [
  9508. "MIT"
  9509. ],
  9510. "authors": [
  9511. {
  9512. "name": "Nuno Maduro",
  9513. "email": "enunomaduro@gmail.com"
  9514. }
  9515. ],
  9516. "description": "The elegant PHP Testing Framework.",
  9517. "keywords": [
  9518. "framework",
  9519. "pest",
  9520. "php",
  9521. "test",
  9522. "testing",
  9523. "unit"
  9524. ],
  9525. "support": {
  9526. "issues": "https://github.com/pestphp/pest/issues",
  9527. "source": "https://github.com/pestphp/pest/tree/v3.8.4"
  9528. },
  9529. "funding": [
  9530. {
  9531. "url": "https://www.paypal.com/paypalme/enunomaduro",
  9532. "type": "custom"
  9533. },
  9534. {
  9535. "url": "https://github.com/nunomaduro",
  9536. "type": "github"
  9537. }
  9538. ],
  9539. "time": "2025-08-20T19:12:42+00:00"
  9540. },
  9541. {
  9542. "name": "pestphp/pest-plugin",
  9543. "version": "v3.0.0",
  9544. "source": {
  9545. "type": "git",
  9546. "url": "https://github.com/pestphp/pest-plugin.git",
  9547. "reference": "e79b26c65bc11c41093b10150c1341cc5cdbea83"
  9548. },
  9549. "dist": {
  9550. "type": "zip",
  9551. "url": "https://api.github.com/repos/pestphp/pest-plugin/zipball/e79b26c65bc11c41093b10150c1341cc5cdbea83",
  9552. "reference": "e79b26c65bc11c41093b10150c1341cc5cdbea83",
  9553. "shasum": ""
  9554. },
  9555. "require": {
  9556. "composer-plugin-api": "^2.0.0",
  9557. "composer-runtime-api": "^2.2.2",
  9558. "php": "^8.2"
  9559. },
  9560. "conflict": {
  9561. "pestphp/pest": "<3.0.0"
  9562. },
  9563. "require-dev": {
  9564. "composer/composer": "^2.7.9",
  9565. "pestphp/pest": "^3.0.0",
  9566. "pestphp/pest-dev-tools": "^3.0.0"
  9567. },
  9568. "type": "composer-plugin",
  9569. "extra": {
  9570. "class": "Pest\\Plugin\\Manager"
  9571. },
  9572. "autoload": {
  9573. "psr-4": {
  9574. "Pest\\Plugin\\": "src/"
  9575. }
  9576. },
  9577. "notification-url": "https://packagist.org/downloads/",
  9578. "license": [
  9579. "MIT"
  9580. ],
  9581. "description": "The Pest plugin manager",
  9582. "keywords": [
  9583. "framework",
  9584. "manager",
  9585. "pest",
  9586. "php",
  9587. "plugin",
  9588. "test",
  9589. "testing",
  9590. "unit"
  9591. ],
  9592. "support": {
  9593. "source": "https://github.com/pestphp/pest-plugin/tree/v3.0.0"
  9594. },
  9595. "funding": [
  9596. {
  9597. "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66BYDWAT92N6L",
  9598. "type": "custom"
  9599. },
  9600. {
  9601. "url": "https://github.com/nunomaduro",
  9602. "type": "github"
  9603. },
  9604. {
  9605. "url": "https://www.patreon.com/nunomaduro",
  9606. "type": "patreon"
  9607. }
  9608. ],
  9609. "time": "2024-09-08T23:21:41+00:00"
  9610. },
  9611. {
  9612. "name": "pestphp/pest-plugin-arch",
  9613. "version": "v3.1.1",
  9614. "source": {
  9615. "type": "git",
  9616. "url": "https://github.com/pestphp/pest-plugin-arch.git",
  9617. "reference": "db7bd9cb1612b223e16618d85475c6f63b9c8daa"
  9618. },
  9619. "dist": {
  9620. "type": "zip",
  9621. "url": "https://api.github.com/repos/pestphp/pest-plugin-arch/zipball/db7bd9cb1612b223e16618d85475c6f63b9c8daa",
  9622. "reference": "db7bd9cb1612b223e16618d85475c6f63b9c8daa",
  9623. "shasum": ""
  9624. },
  9625. "require": {
  9626. "pestphp/pest-plugin": "^3.0.0",
  9627. "php": "^8.2",
  9628. "ta-tikoma/phpunit-architecture-test": "^0.8.4"
  9629. },
  9630. "require-dev": {
  9631. "pestphp/pest": "^3.8.1",
  9632. "pestphp/pest-dev-tools": "^3.4.0"
  9633. },
  9634. "type": "library",
  9635. "extra": {
  9636. "pest": {
  9637. "plugins": [
  9638. "Pest\\Arch\\Plugin"
  9639. ]
  9640. }
  9641. },
  9642. "autoload": {
  9643. "files": [
  9644. "src/Autoload.php"
  9645. ],
  9646. "psr-4": {
  9647. "Pest\\Arch\\": "src/"
  9648. }
  9649. },
  9650. "notification-url": "https://packagist.org/downloads/",
  9651. "license": [
  9652. "MIT"
  9653. ],
  9654. "description": "The Arch plugin for Pest PHP.",
  9655. "keywords": [
  9656. "arch",
  9657. "architecture",
  9658. "framework",
  9659. "pest",
  9660. "php",
  9661. "plugin",
  9662. "test",
  9663. "testing",
  9664. "unit"
  9665. ],
  9666. "support": {
  9667. "source": "https://github.com/pestphp/pest-plugin-arch/tree/v3.1.1"
  9668. },
  9669. "funding": [
  9670. {
  9671. "url": "https://www.paypal.com/paypalme/enunomaduro",
  9672. "type": "custom"
  9673. },
  9674. {
  9675. "url": "https://github.com/nunomaduro",
  9676. "type": "github"
  9677. }
  9678. ],
  9679. "time": "2025-04-16T22:59:48+00:00"
  9680. },
  9681. {
  9682. "name": "pestphp/pest-plugin-laravel",
  9683. "version": "v3.2.0",
  9684. "source": {
  9685. "type": "git",
  9686. "url": "https://github.com/pestphp/pest-plugin-laravel.git",
  9687. "reference": "6801be82fd92b96e82dd72e563e5674b1ce365fc"
  9688. },
  9689. "dist": {
  9690. "type": "zip",
  9691. "url": "https://api.github.com/repos/pestphp/pest-plugin-laravel/zipball/6801be82fd92b96e82dd72e563e5674b1ce365fc",
  9692. "reference": "6801be82fd92b96e82dd72e563e5674b1ce365fc",
  9693. "shasum": ""
  9694. },
  9695. "require": {
  9696. "laravel/framework": "^11.39.1|^12.9.2",
  9697. "pestphp/pest": "^3.8.2",
  9698. "php": "^8.2.0"
  9699. },
  9700. "require-dev": {
  9701. "laravel/dusk": "^8.2.13|dev-develop",
  9702. "orchestra/testbench": "^9.9.0|^10.2.1",
  9703. "pestphp/pest-dev-tools": "^3.4.0"
  9704. },
  9705. "type": "library",
  9706. "extra": {
  9707. "pest": {
  9708. "plugins": [
  9709. "Pest\\Laravel\\Plugin"
  9710. ]
  9711. },
  9712. "laravel": {
  9713. "providers": [
  9714. "Pest\\Laravel\\PestServiceProvider"
  9715. ]
  9716. }
  9717. },
  9718. "autoload": {
  9719. "files": [
  9720. "src/Autoload.php"
  9721. ],
  9722. "psr-4": {
  9723. "Pest\\Laravel\\": "src/"
  9724. }
  9725. },
  9726. "notification-url": "https://packagist.org/downloads/",
  9727. "license": [
  9728. "MIT"
  9729. ],
  9730. "description": "The Pest Laravel Plugin",
  9731. "keywords": [
  9732. "framework",
  9733. "laravel",
  9734. "pest",
  9735. "php",
  9736. "test",
  9737. "testing",
  9738. "unit"
  9739. ],
  9740. "support": {
  9741. "source": "https://github.com/pestphp/pest-plugin-laravel/tree/v3.2.0"
  9742. },
  9743. "funding": [
  9744. {
  9745. "url": "https://www.paypal.com/paypalme/enunomaduro",
  9746. "type": "custom"
  9747. },
  9748. {
  9749. "url": "https://github.com/nunomaduro",
  9750. "type": "github"
  9751. }
  9752. ],
  9753. "time": "2025-04-21T07:40:53+00:00"
  9754. },
  9755. {
  9756. "name": "pestphp/pest-plugin-mutate",
  9757. "version": "v3.0.5",
  9758. "source": {
  9759. "type": "git",
  9760. "url": "https://github.com/pestphp/pest-plugin-mutate.git",
  9761. "reference": "e10dbdc98c9e2f3890095b4fe2144f63a5717e08"
  9762. },
  9763. "dist": {
  9764. "type": "zip",
  9765. "url": "https://api.github.com/repos/pestphp/pest-plugin-mutate/zipball/e10dbdc98c9e2f3890095b4fe2144f63a5717e08",
  9766. "reference": "e10dbdc98c9e2f3890095b4fe2144f63a5717e08",
  9767. "shasum": ""
  9768. },
  9769. "require": {
  9770. "nikic/php-parser": "^5.2.0",
  9771. "pestphp/pest-plugin": "^3.0.0",
  9772. "php": "^8.2",
  9773. "psr/simple-cache": "^3.0.0"
  9774. },
  9775. "require-dev": {
  9776. "pestphp/pest": "^3.0.8",
  9777. "pestphp/pest-dev-tools": "^3.0.0",
  9778. "pestphp/pest-plugin-type-coverage": "^3.0.0"
  9779. },
  9780. "type": "library",
  9781. "autoload": {
  9782. "psr-4": {
  9783. "Pest\\Mutate\\": "src/"
  9784. }
  9785. },
  9786. "notification-url": "https://packagist.org/downloads/",
  9787. "license": [
  9788. "MIT"
  9789. ],
  9790. "authors": [
  9791. {
  9792. "name": "Sandro Gehri",
  9793. "email": "sandrogehri@gmail.com"
  9794. }
  9795. ],
  9796. "description": "Mutates your code to find untested cases",
  9797. "keywords": [
  9798. "framework",
  9799. "mutate",
  9800. "mutation",
  9801. "pest",
  9802. "php",
  9803. "plugin",
  9804. "test",
  9805. "testing",
  9806. "unit"
  9807. ],
  9808. "support": {
  9809. "source": "https://github.com/pestphp/pest-plugin-mutate/tree/v3.0.5"
  9810. },
  9811. "funding": [
  9812. {
  9813. "url": "https://www.paypal.com/paypalme/enunomaduro",
  9814. "type": "custom"
  9815. },
  9816. {
  9817. "url": "https://github.com/gehrisandro",
  9818. "type": "github"
  9819. },
  9820. {
  9821. "url": "https://github.com/nunomaduro",
  9822. "type": "github"
  9823. }
  9824. ],
  9825. "time": "2024-09-22T07:54:40+00:00"
  9826. },
  9827. {
  9828. "name": "phar-io/manifest",
  9829. "version": "2.0.4",
  9830. "source": {
  9831. "type": "git",
  9832. "url": "https://github.com/phar-io/manifest.git",
  9833. "reference": "54750ef60c58e43759730615a392c31c80e23176"
  9834. },
  9835. "dist": {
  9836. "type": "zip",
  9837. "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
  9838. "reference": "54750ef60c58e43759730615a392c31c80e23176",
  9839. "shasum": ""
  9840. },
  9841. "require": {
  9842. "ext-dom": "*",
  9843. "ext-libxml": "*",
  9844. "ext-phar": "*",
  9845. "ext-xmlwriter": "*",
  9846. "phar-io/version": "^3.0.1",
  9847. "php": "^7.2 || ^8.0"
  9848. },
  9849. "type": "library",
  9850. "extra": {
  9851. "branch-alias": {
  9852. "dev-master": "2.0.x-dev"
  9853. }
  9854. },
  9855. "autoload": {
  9856. "classmap": [
  9857. "src/"
  9858. ]
  9859. },
  9860. "notification-url": "https://packagist.org/downloads/",
  9861. "license": [
  9862. "BSD-3-Clause"
  9863. ],
  9864. "authors": [
  9865. {
  9866. "name": "Arne Blankerts",
  9867. "email": "arne@blankerts.de",
  9868. "role": "Developer"
  9869. },
  9870. {
  9871. "name": "Sebastian Heuer",
  9872. "email": "sebastian@phpeople.de",
  9873. "role": "Developer"
  9874. },
  9875. {
  9876. "name": "Sebastian Bergmann",
  9877. "email": "sebastian@phpunit.de",
  9878. "role": "Developer"
  9879. }
  9880. ],
  9881. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  9882. "support": {
  9883. "issues": "https://github.com/phar-io/manifest/issues",
  9884. "source": "https://github.com/phar-io/manifest/tree/2.0.4"
  9885. },
  9886. "funding": [
  9887. {
  9888. "url": "https://github.com/theseer",
  9889. "type": "github"
  9890. }
  9891. ],
  9892. "time": "2024-03-03T12:33:53+00:00"
  9893. },
  9894. {
  9895. "name": "phar-io/version",
  9896. "version": "3.2.1",
  9897. "source": {
  9898. "type": "git",
  9899. "url": "https://github.com/phar-io/version.git",
  9900. "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
  9901. },
  9902. "dist": {
  9903. "type": "zip",
  9904. "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
  9905. "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
  9906. "shasum": ""
  9907. },
  9908. "require": {
  9909. "php": "^7.2 || ^8.0"
  9910. },
  9911. "type": "library",
  9912. "autoload": {
  9913. "classmap": [
  9914. "src/"
  9915. ]
  9916. },
  9917. "notification-url": "https://packagist.org/downloads/",
  9918. "license": [
  9919. "BSD-3-Clause"
  9920. ],
  9921. "authors": [
  9922. {
  9923. "name": "Arne Blankerts",
  9924. "email": "arne@blankerts.de",
  9925. "role": "Developer"
  9926. },
  9927. {
  9928. "name": "Sebastian Heuer",
  9929. "email": "sebastian@phpeople.de",
  9930. "role": "Developer"
  9931. },
  9932. {
  9933. "name": "Sebastian Bergmann",
  9934. "email": "sebastian@phpunit.de",
  9935. "role": "Developer"
  9936. }
  9937. ],
  9938. "description": "Library for handling version information and constraints",
  9939. "support": {
  9940. "issues": "https://github.com/phar-io/version/issues",
  9941. "source": "https://github.com/phar-io/version/tree/3.2.1"
  9942. },
  9943. "time": "2022-02-21T01:04:05+00:00"
  9944. },
  9945. {
  9946. "name": "phpdocumentor/reflection-common",
  9947. "version": "2.2.0",
  9948. "source": {
  9949. "type": "git",
  9950. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  9951. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
  9952. },
  9953. "dist": {
  9954. "type": "zip",
  9955. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  9956. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  9957. "shasum": ""
  9958. },
  9959. "require": {
  9960. "php": "^7.2 || ^8.0"
  9961. },
  9962. "type": "library",
  9963. "extra": {
  9964. "branch-alias": {
  9965. "dev-2.x": "2.x-dev"
  9966. }
  9967. },
  9968. "autoload": {
  9969. "psr-4": {
  9970. "phpDocumentor\\Reflection\\": "src/"
  9971. }
  9972. },
  9973. "notification-url": "https://packagist.org/downloads/",
  9974. "license": [
  9975. "MIT"
  9976. ],
  9977. "authors": [
  9978. {
  9979. "name": "Jaap van Otterdijk",
  9980. "email": "opensource@ijaap.nl"
  9981. }
  9982. ],
  9983. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  9984. "homepage": "http://www.phpdoc.org",
  9985. "keywords": [
  9986. "FQSEN",
  9987. "phpDocumentor",
  9988. "phpdoc",
  9989. "reflection",
  9990. "static analysis"
  9991. ],
  9992. "support": {
  9993. "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
  9994. "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
  9995. },
  9996. "time": "2020-06-27T09:03:43+00:00"
  9997. },
  9998. {
  9999. "name": "phpdocumentor/reflection-docblock",
  10000. "version": "5.6.3",
  10001. "source": {
  10002. "type": "git",
  10003. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  10004. "reference": "94f8051919d1b0369a6bcc7931d679a511c03fe9"
  10005. },
  10006. "dist": {
  10007. "type": "zip",
  10008. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94f8051919d1b0369a6bcc7931d679a511c03fe9",
  10009. "reference": "94f8051919d1b0369a6bcc7931d679a511c03fe9",
  10010. "shasum": ""
  10011. },
  10012. "require": {
  10013. "doctrine/deprecations": "^1.1",
  10014. "ext-filter": "*",
  10015. "php": "^7.4 || ^8.0",
  10016. "phpdocumentor/reflection-common": "^2.2",
  10017. "phpdocumentor/type-resolver": "^1.7",
  10018. "phpstan/phpdoc-parser": "^1.7|^2.0",
  10019. "webmozart/assert": "^1.9.1"
  10020. },
  10021. "require-dev": {
  10022. "mockery/mockery": "~1.3.5 || ~1.6.0",
  10023. "phpstan/extension-installer": "^1.1",
  10024. "phpstan/phpstan": "^1.8",
  10025. "phpstan/phpstan-mockery": "^1.1",
  10026. "phpstan/phpstan-webmozart-assert": "^1.2",
  10027. "phpunit/phpunit": "^9.5",
  10028. "psalm/phar": "^5.26"
  10029. },
  10030. "type": "library",
  10031. "extra": {
  10032. "branch-alias": {
  10033. "dev-master": "5.x-dev"
  10034. }
  10035. },
  10036. "autoload": {
  10037. "psr-4": {
  10038. "phpDocumentor\\Reflection\\": "src"
  10039. }
  10040. },
  10041. "notification-url": "https://packagist.org/downloads/",
  10042. "license": [
  10043. "MIT"
  10044. ],
  10045. "authors": [
  10046. {
  10047. "name": "Mike van Riel",
  10048. "email": "me@mikevanriel.com"
  10049. },
  10050. {
  10051. "name": "Jaap van Otterdijk",
  10052. "email": "opensource@ijaap.nl"
  10053. }
  10054. ],
  10055. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  10056. "support": {
  10057. "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
  10058. "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.3"
  10059. },
  10060. "time": "2025-08-01T19:43:32+00:00"
  10061. },
  10062. {
  10063. "name": "phpdocumentor/type-resolver",
  10064. "version": "1.10.0",
  10065. "source": {
  10066. "type": "git",
  10067. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  10068. "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a"
  10069. },
  10070. "dist": {
  10071. "type": "zip",
  10072. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/679e3ce485b99e84c775d28e2e96fade9a7fb50a",
  10073. "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a",
  10074. "shasum": ""
  10075. },
  10076. "require": {
  10077. "doctrine/deprecations": "^1.0",
  10078. "php": "^7.3 || ^8.0",
  10079. "phpdocumentor/reflection-common": "^2.0",
  10080. "phpstan/phpdoc-parser": "^1.18|^2.0"
  10081. },
  10082. "require-dev": {
  10083. "ext-tokenizer": "*",
  10084. "phpbench/phpbench": "^1.2",
  10085. "phpstan/extension-installer": "^1.1",
  10086. "phpstan/phpstan": "^1.8",
  10087. "phpstan/phpstan-phpunit": "^1.1",
  10088. "phpunit/phpunit": "^9.5",
  10089. "rector/rector": "^0.13.9",
  10090. "vimeo/psalm": "^4.25"
  10091. },
  10092. "type": "library",
  10093. "extra": {
  10094. "branch-alias": {
  10095. "dev-1.x": "1.x-dev"
  10096. }
  10097. },
  10098. "autoload": {
  10099. "psr-4": {
  10100. "phpDocumentor\\Reflection\\": "src"
  10101. }
  10102. },
  10103. "notification-url": "https://packagist.org/downloads/",
  10104. "license": [
  10105. "MIT"
  10106. ],
  10107. "authors": [
  10108. {
  10109. "name": "Mike van Riel",
  10110. "email": "me@mikevanriel.com"
  10111. }
  10112. ],
  10113. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  10114. "support": {
  10115. "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
  10116. "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.10.0"
  10117. },
  10118. "time": "2024-11-09T15:12:26+00:00"
  10119. },
  10120. {
  10121. "name": "phpstan/phpdoc-parser",
  10122. "version": "2.2.0",
  10123. "source": {
  10124. "type": "git",
  10125. "url": "https://github.com/phpstan/phpdoc-parser.git",
  10126. "reference": "b9e61a61e39e02dd90944e9115241c7f7e76bfd8"
  10127. },
  10128. "dist": {
  10129. "type": "zip",
  10130. "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/b9e61a61e39e02dd90944e9115241c7f7e76bfd8",
  10131. "reference": "b9e61a61e39e02dd90944e9115241c7f7e76bfd8",
  10132. "shasum": ""
  10133. },
  10134. "require": {
  10135. "php": "^7.4 || ^8.0"
  10136. },
  10137. "require-dev": {
  10138. "doctrine/annotations": "^2.0",
  10139. "nikic/php-parser": "^5.3.0",
  10140. "php-parallel-lint/php-parallel-lint": "^1.2",
  10141. "phpstan/extension-installer": "^1.0",
  10142. "phpstan/phpstan": "^2.0",
  10143. "phpstan/phpstan-phpunit": "^2.0",
  10144. "phpstan/phpstan-strict-rules": "^2.0",
  10145. "phpunit/phpunit": "^9.6",
  10146. "symfony/process": "^5.2"
  10147. },
  10148. "type": "library",
  10149. "autoload": {
  10150. "psr-4": {
  10151. "PHPStan\\PhpDocParser\\": [
  10152. "src/"
  10153. ]
  10154. }
  10155. },
  10156. "notification-url": "https://packagist.org/downloads/",
  10157. "license": [
  10158. "MIT"
  10159. ],
  10160. "description": "PHPDoc parser with support for nullable, intersection and generic types",
  10161. "support": {
  10162. "issues": "https://github.com/phpstan/phpdoc-parser/issues",
  10163. "source": "https://github.com/phpstan/phpdoc-parser/tree/2.2.0"
  10164. },
  10165. "time": "2025-07-13T07:04:09+00:00"
  10166. },
  10167. {
  10168. "name": "phpunit/php-code-coverage",
  10169. "version": "11.0.10",
  10170. "source": {
  10171. "type": "git",
  10172. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  10173. "reference": "1a800a7446add2d79cc6b3c01c45381810367d76"
  10174. },
  10175. "dist": {
  10176. "type": "zip",
  10177. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/1a800a7446add2d79cc6b3c01c45381810367d76",
  10178. "reference": "1a800a7446add2d79cc6b3c01c45381810367d76",
  10179. "shasum": ""
  10180. },
  10181. "require": {
  10182. "ext-dom": "*",
  10183. "ext-libxml": "*",
  10184. "ext-xmlwriter": "*",
  10185. "nikic/php-parser": "^5.4.0",
  10186. "php": ">=8.2",
  10187. "phpunit/php-file-iterator": "^5.1.0",
  10188. "phpunit/php-text-template": "^4.0.1",
  10189. "sebastian/code-unit-reverse-lookup": "^4.0.1",
  10190. "sebastian/complexity": "^4.0.1",
  10191. "sebastian/environment": "^7.2.0",
  10192. "sebastian/lines-of-code": "^3.0.1",
  10193. "sebastian/version": "^5.0.2",
  10194. "theseer/tokenizer": "^1.2.3"
  10195. },
  10196. "require-dev": {
  10197. "phpunit/phpunit": "^11.5.2"
  10198. },
  10199. "suggest": {
  10200. "ext-pcov": "PHP extension that provides line coverage",
  10201. "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
  10202. },
  10203. "type": "library",
  10204. "extra": {
  10205. "branch-alias": {
  10206. "dev-main": "11.0.x-dev"
  10207. }
  10208. },
  10209. "autoload": {
  10210. "classmap": [
  10211. "src/"
  10212. ]
  10213. },
  10214. "notification-url": "https://packagist.org/downloads/",
  10215. "license": [
  10216. "BSD-3-Clause"
  10217. ],
  10218. "authors": [
  10219. {
  10220. "name": "Sebastian Bergmann",
  10221. "email": "sebastian@phpunit.de",
  10222. "role": "lead"
  10223. }
  10224. ],
  10225. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  10226. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  10227. "keywords": [
  10228. "coverage",
  10229. "testing",
  10230. "xunit"
  10231. ],
  10232. "support": {
  10233. "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
  10234. "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
  10235. "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/show"
  10236. },
  10237. "funding": [
  10238. {
  10239. "url": "https://github.com/sebastianbergmann",
  10240. "type": "github"
  10241. },
  10242. {
  10243. "url": "https://liberapay.com/sebastianbergmann",
  10244. "type": "liberapay"
  10245. },
  10246. {
  10247. "url": "https://thanks.dev/u/gh/sebastianbergmann",
  10248. "type": "thanks_dev"
  10249. },
  10250. {
  10251. "url": "https://tidelift.com/funding/github/packagist/phpunit/php-code-coverage",
  10252. "type": "tidelift"
  10253. }
  10254. ],
  10255. "time": "2025-06-18T08:56:18+00:00"
  10256. },
  10257. {
  10258. "name": "phpunit/php-file-iterator",
  10259. "version": "5.1.0",
  10260. "source": {
  10261. "type": "git",
  10262. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  10263. "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6"
  10264. },
  10265. "dist": {
  10266. "type": "zip",
  10267. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/118cfaaa8bc5aef3287bf315b6060b1174754af6",
  10268. "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6",
  10269. "shasum": ""
  10270. },
  10271. "require": {
  10272. "php": ">=8.2"
  10273. },
  10274. "require-dev": {
  10275. "phpunit/phpunit": "^11.0"
  10276. },
  10277. "type": "library",
  10278. "extra": {
  10279. "branch-alias": {
  10280. "dev-main": "5.0-dev"
  10281. }
  10282. },
  10283. "autoload": {
  10284. "classmap": [
  10285. "src/"
  10286. ]
  10287. },
  10288. "notification-url": "https://packagist.org/downloads/",
  10289. "license": [
  10290. "BSD-3-Clause"
  10291. ],
  10292. "authors": [
  10293. {
  10294. "name": "Sebastian Bergmann",
  10295. "email": "sebastian@phpunit.de",
  10296. "role": "lead"
  10297. }
  10298. ],
  10299. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  10300. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  10301. "keywords": [
  10302. "filesystem",
  10303. "iterator"
  10304. ],
  10305. "support": {
  10306. "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
  10307. "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
  10308. "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.1.0"
  10309. },
  10310. "funding": [
  10311. {
  10312. "url": "https://github.com/sebastianbergmann",
  10313. "type": "github"
  10314. }
  10315. ],
  10316. "time": "2024-08-27T05:02:59+00:00"
  10317. },
  10318. {
  10319. "name": "phpunit/php-invoker",
  10320. "version": "5.0.1",
  10321. "source": {
  10322. "type": "git",
  10323. "url": "https://github.com/sebastianbergmann/php-invoker.git",
  10324. "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2"
  10325. },
  10326. "dist": {
  10327. "type": "zip",
  10328. "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/c1ca3814734c07492b3d4c5f794f4b0995333da2",
  10329. "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2",
  10330. "shasum": ""
  10331. },
  10332. "require": {
  10333. "php": ">=8.2"
  10334. },
  10335. "require-dev": {
  10336. "ext-pcntl": "*",
  10337. "phpunit/phpunit": "^11.0"
  10338. },
  10339. "suggest": {
  10340. "ext-pcntl": "*"
  10341. },
  10342. "type": "library",
  10343. "extra": {
  10344. "branch-alias": {
  10345. "dev-main": "5.0-dev"
  10346. }
  10347. },
  10348. "autoload": {
  10349. "classmap": [
  10350. "src/"
  10351. ]
  10352. },
  10353. "notification-url": "https://packagist.org/downloads/",
  10354. "license": [
  10355. "BSD-3-Clause"
  10356. ],
  10357. "authors": [
  10358. {
  10359. "name": "Sebastian Bergmann",
  10360. "email": "sebastian@phpunit.de",
  10361. "role": "lead"
  10362. }
  10363. ],
  10364. "description": "Invoke callables with a timeout",
  10365. "homepage": "https://github.com/sebastianbergmann/php-invoker/",
  10366. "keywords": [
  10367. "process"
  10368. ],
  10369. "support": {
  10370. "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
  10371. "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
  10372. "source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.1"
  10373. },
  10374. "funding": [
  10375. {
  10376. "url": "https://github.com/sebastianbergmann",
  10377. "type": "github"
  10378. }
  10379. ],
  10380. "time": "2024-07-03T05:07:44+00:00"
  10381. },
  10382. {
  10383. "name": "phpunit/php-text-template",
  10384. "version": "4.0.1",
  10385. "source": {
  10386. "type": "git",
  10387. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  10388. "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964"
  10389. },
  10390. "dist": {
  10391. "type": "zip",
  10392. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
  10393. "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
  10394. "shasum": ""
  10395. },
  10396. "require": {
  10397. "php": ">=8.2"
  10398. },
  10399. "require-dev": {
  10400. "phpunit/phpunit": "^11.0"
  10401. },
  10402. "type": "library",
  10403. "extra": {
  10404. "branch-alias": {
  10405. "dev-main": "4.0-dev"
  10406. }
  10407. },
  10408. "autoload": {
  10409. "classmap": [
  10410. "src/"
  10411. ]
  10412. },
  10413. "notification-url": "https://packagist.org/downloads/",
  10414. "license": [
  10415. "BSD-3-Clause"
  10416. ],
  10417. "authors": [
  10418. {
  10419. "name": "Sebastian Bergmann",
  10420. "email": "sebastian@phpunit.de",
  10421. "role": "lead"
  10422. }
  10423. ],
  10424. "description": "Simple template engine.",
  10425. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  10426. "keywords": [
  10427. "template"
  10428. ],
  10429. "support": {
  10430. "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
  10431. "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
  10432. "source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.1"
  10433. },
  10434. "funding": [
  10435. {
  10436. "url": "https://github.com/sebastianbergmann",
  10437. "type": "github"
  10438. }
  10439. ],
  10440. "time": "2024-07-03T05:08:43+00:00"
  10441. },
  10442. {
  10443. "name": "phpunit/php-timer",
  10444. "version": "7.0.1",
  10445. "source": {
  10446. "type": "git",
  10447. "url": "https://github.com/sebastianbergmann/php-timer.git",
  10448. "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3"
  10449. },
  10450. "dist": {
  10451. "type": "zip",
  10452. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
  10453. "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
  10454. "shasum": ""
  10455. },
  10456. "require": {
  10457. "php": ">=8.2"
  10458. },
  10459. "require-dev": {
  10460. "phpunit/phpunit": "^11.0"
  10461. },
  10462. "type": "library",
  10463. "extra": {
  10464. "branch-alias": {
  10465. "dev-main": "7.0-dev"
  10466. }
  10467. },
  10468. "autoload": {
  10469. "classmap": [
  10470. "src/"
  10471. ]
  10472. },
  10473. "notification-url": "https://packagist.org/downloads/",
  10474. "license": [
  10475. "BSD-3-Clause"
  10476. ],
  10477. "authors": [
  10478. {
  10479. "name": "Sebastian Bergmann",
  10480. "email": "sebastian@phpunit.de",
  10481. "role": "lead"
  10482. }
  10483. ],
  10484. "description": "Utility class for timing",
  10485. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  10486. "keywords": [
  10487. "timer"
  10488. ],
  10489. "support": {
  10490. "issues": "https://github.com/sebastianbergmann/php-timer/issues",
  10491. "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
  10492. "source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.1"
  10493. },
  10494. "funding": [
  10495. {
  10496. "url": "https://github.com/sebastianbergmann",
  10497. "type": "github"
  10498. }
  10499. ],
  10500. "time": "2024-07-03T05:09:35+00:00"
  10501. },
  10502. {
  10503. "name": "phpunit/phpunit",
  10504. "version": "11.5.33",
  10505. "source": {
  10506. "type": "git",
  10507. "url": "https://github.com/sebastianbergmann/phpunit.git",
  10508. "reference": "5965e9ff57546cb9137c0ff6aa78cb7442b05cf6"
  10509. },
  10510. "dist": {
  10511. "type": "zip",
  10512. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5965e9ff57546cb9137c0ff6aa78cb7442b05cf6",
  10513. "reference": "5965e9ff57546cb9137c0ff6aa78cb7442b05cf6",
  10514. "shasum": ""
  10515. },
  10516. "require": {
  10517. "ext-dom": "*",
  10518. "ext-json": "*",
  10519. "ext-libxml": "*",
  10520. "ext-mbstring": "*",
  10521. "ext-xml": "*",
  10522. "ext-xmlwriter": "*",
  10523. "myclabs/deep-copy": "^1.13.4",
  10524. "phar-io/manifest": "^2.0.4",
  10525. "phar-io/version": "^3.2.1",
  10526. "php": ">=8.2",
  10527. "phpunit/php-code-coverage": "^11.0.10",
  10528. "phpunit/php-file-iterator": "^5.1.0",
  10529. "phpunit/php-invoker": "^5.0.1",
  10530. "phpunit/php-text-template": "^4.0.1",
  10531. "phpunit/php-timer": "^7.0.1",
  10532. "sebastian/cli-parser": "^3.0.2",
  10533. "sebastian/code-unit": "^3.0.3",
  10534. "sebastian/comparator": "^6.3.2",
  10535. "sebastian/diff": "^6.0.2",
  10536. "sebastian/environment": "^7.2.1",
  10537. "sebastian/exporter": "^6.3.0",
  10538. "sebastian/global-state": "^7.0.2",
  10539. "sebastian/object-enumerator": "^6.0.1",
  10540. "sebastian/type": "^5.1.3",
  10541. "sebastian/version": "^5.0.2",
  10542. "staabm/side-effects-detector": "^1.0.5"
  10543. },
  10544. "suggest": {
  10545. "ext-soap": "To be able to generate mocks based on WSDL files"
  10546. },
  10547. "bin": [
  10548. "phpunit"
  10549. ],
  10550. "type": "library",
  10551. "extra": {
  10552. "branch-alias": {
  10553. "dev-main": "11.5-dev"
  10554. }
  10555. },
  10556. "autoload": {
  10557. "files": [
  10558. "src/Framework/Assert/Functions.php"
  10559. ],
  10560. "classmap": [
  10561. "src/"
  10562. ]
  10563. },
  10564. "notification-url": "https://packagist.org/downloads/",
  10565. "license": [
  10566. "BSD-3-Clause"
  10567. ],
  10568. "authors": [
  10569. {
  10570. "name": "Sebastian Bergmann",
  10571. "email": "sebastian@phpunit.de",
  10572. "role": "lead"
  10573. }
  10574. ],
  10575. "description": "The PHP Unit Testing framework.",
  10576. "homepage": "https://phpunit.de/",
  10577. "keywords": [
  10578. "phpunit",
  10579. "testing",
  10580. "xunit"
  10581. ],
  10582. "support": {
  10583. "issues": "https://github.com/sebastianbergmann/phpunit/issues",
  10584. "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
  10585. "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.33"
  10586. },
  10587. "funding": [
  10588. {
  10589. "url": "https://phpunit.de/sponsors.html",
  10590. "type": "custom"
  10591. },
  10592. {
  10593. "url": "https://github.com/sebastianbergmann",
  10594. "type": "github"
  10595. },
  10596. {
  10597. "url": "https://liberapay.com/sebastianbergmann",
  10598. "type": "liberapay"
  10599. },
  10600. {
  10601. "url": "https://thanks.dev/u/gh/sebastianbergmann",
  10602. "type": "thanks_dev"
  10603. },
  10604. {
  10605. "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
  10606. "type": "tidelift"
  10607. }
  10608. ],
  10609. "time": "2025-08-16T05:19:02+00:00"
  10610. },
  10611. {
  10612. "name": "sebastian/cli-parser",
  10613. "version": "3.0.2",
  10614. "source": {
  10615. "type": "git",
  10616. "url": "https://github.com/sebastianbergmann/cli-parser.git",
  10617. "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180"
  10618. },
  10619. "dist": {
  10620. "type": "zip",
  10621. "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180",
  10622. "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180",
  10623. "shasum": ""
  10624. },
  10625. "require": {
  10626. "php": ">=8.2"
  10627. },
  10628. "require-dev": {
  10629. "phpunit/phpunit": "^11.0"
  10630. },
  10631. "type": "library",
  10632. "extra": {
  10633. "branch-alias": {
  10634. "dev-main": "3.0-dev"
  10635. }
  10636. },
  10637. "autoload": {
  10638. "classmap": [
  10639. "src/"
  10640. ]
  10641. },
  10642. "notification-url": "https://packagist.org/downloads/",
  10643. "license": [
  10644. "BSD-3-Clause"
  10645. ],
  10646. "authors": [
  10647. {
  10648. "name": "Sebastian Bergmann",
  10649. "email": "sebastian@phpunit.de",
  10650. "role": "lead"
  10651. }
  10652. ],
  10653. "description": "Library for parsing CLI options",
  10654. "homepage": "https://github.com/sebastianbergmann/cli-parser",
  10655. "support": {
  10656. "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
  10657. "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
  10658. "source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.2"
  10659. },
  10660. "funding": [
  10661. {
  10662. "url": "https://github.com/sebastianbergmann",
  10663. "type": "github"
  10664. }
  10665. ],
  10666. "time": "2024-07-03T04:41:36+00:00"
  10667. },
  10668. {
  10669. "name": "sebastian/code-unit",
  10670. "version": "3.0.3",
  10671. "source": {
  10672. "type": "git",
  10673. "url": "https://github.com/sebastianbergmann/code-unit.git",
  10674. "reference": "54391c61e4af8078e5b276ab082b6d3c54c9ad64"
  10675. },
  10676. "dist": {
  10677. "type": "zip",
  10678. "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/54391c61e4af8078e5b276ab082b6d3c54c9ad64",
  10679. "reference": "54391c61e4af8078e5b276ab082b6d3c54c9ad64",
  10680. "shasum": ""
  10681. },
  10682. "require": {
  10683. "php": ">=8.2"
  10684. },
  10685. "require-dev": {
  10686. "phpunit/phpunit": "^11.5"
  10687. },
  10688. "type": "library",
  10689. "extra": {
  10690. "branch-alias": {
  10691. "dev-main": "3.0-dev"
  10692. }
  10693. },
  10694. "autoload": {
  10695. "classmap": [
  10696. "src/"
  10697. ]
  10698. },
  10699. "notification-url": "https://packagist.org/downloads/",
  10700. "license": [
  10701. "BSD-3-Clause"
  10702. ],
  10703. "authors": [
  10704. {
  10705. "name": "Sebastian Bergmann",
  10706. "email": "sebastian@phpunit.de",
  10707. "role": "lead"
  10708. }
  10709. ],
  10710. "description": "Collection of value objects that represent the PHP code units",
  10711. "homepage": "https://github.com/sebastianbergmann/code-unit",
  10712. "support": {
  10713. "issues": "https://github.com/sebastianbergmann/code-unit/issues",
  10714. "security": "https://github.com/sebastianbergmann/code-unit/security/policy",
  10715. "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.3"
  10716. },
  10717. "funding": [
  10718. {
  10719. "url": "https://github.com/sebastianbergmann",
  10720. "type": "github"
  10721. }
  10722. ],
  10723. "time": "2025-03-19T07:56:08+00:00"
  10724. },
  10725. {
  10726. "name": "sebastian/code-unit-reverse-lookup",
  10727. "version": "4.0.1",
  10728. "source": {
  10729. "type": "git",
  10730. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  10731. "reference": "183a9b2632194febd219bb9246eee421dad8d45e"
  10732. },
  10733. "dist": {
  10734. "type": "zip",
  10735. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e",
  10736. "reference": "183a9b2632194febd219bb9246eee421dad8d45e",
  10737. "shasum": ""
  10738. },
  10739. "require": {
  10740. "php": ">=8.2"
  10741. },
  10742. "require-dev": {
  10743. "phpunit/phpunit": "^11.0"
  10744. },
  10745. "type": "library",
  10746. "extra": {
  10747. "branch-alias": {
  10748. "dev-main": "4.0-dev"
  10749. }
  10750. },
  10751. "autoload": {
  10752. "classmap": [
  10753. "src/"
  10754. ]
  10755. },
  10756. "notification-url": "https://packagist.org/downloads/",
  10757. "license": [
  10758. "BSD-3-Clause"
  10759. ],
  10760. "authors": [
  10761. {
  10762. "name": "Sebastian Bergmann",
  10763. "email": "sebastian@phpunit.de"
  10764. }
  10765. ],
  10766. "description": "Looks up which function or method a line of code belongs to",
  10767. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  10768. "support": {
  10769. "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
  10770. "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
  10771. "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.1"
  10772. },
  10773. "funding": [
  10774. {
  10775. "url": "https://github.com/sebastianbergmann",
  10776. "type": "github"
  10777. }
  10778. ],
  10779. "time": "2024-07-03T04:45:54+00:00"
  10780. },
  10781. {
  10782. "name": "sebastian/comparator",
  10783. "version": "6.3.2",
  10784. "source": {
  10785. "type": "git",
  10786. "url": "https://github.com/sebastianbergmann/comparator.git",
  10787. "reference": "85c77556683e6eee4323e4c5468641ca0237e2e8"
  10788. },
  10789. "dist": {
  10790. "type": "zip",
  10791. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/85c77556683e6eee4323e4c5468641ca0237e2e8",
  10792. "reference": "85c77556683e6eee4323e4c5468641ca0237e2e8",
  10793. "shasum": ""
  10794. },
  10795. "require": {
  10796. "ext-dom": "*",
  10797. "ext-mbstring": "*",
  10798. "php": ">=8.2",
  10799. "sebastian/diff": "^6.0",
  10800. "sebastian/exporter": "^6.0"
  10801. },
  10802. "require-dev": {
  10803. "phpunit/phpunit": "^11.4"
  10804. },
  10805. "suggest": {
  10806. "ext-bcmath": "For comparing BcMath\\Number objects"
  10807. },
  10808. "type": "library",
  10809. "extra": {
  10810. "branch-alias": {
  10811. "dev-main": "6.3-dev"
  10812. }
  10813. },
  10814. "autoload": {
  10815. "classmap": [
  10816. "src/"
  10817. ]
  10818. },
  10819. "notification-url": "https://packagist.org/downloads/",
  10820. "license": [
  10821. "BSD-3-Clause"
  10822. ],
  10823. "authors": [
  10824. {
  10825. "name": "Sebastian Bergmann",
  10826. "email": "sebastian@phpunit.de"
  10827. },
  10828. {
  10829. "name": "Jeff Welch",
  10830. "email": "whatthejeff@gmail.com"
  10831. },
  10832. {
  10833. "name": "Volker Dusch",
  10834. "email": "github@wallbash.com"
  10835. },
  10836. {
  10837. "name": "Bernhard Schussek",
  10838. "email": "bschussek@2bepublished.at"
  10839. }
  10840. ],
  10841. "description": "Provides the functionality to compare PHP values for equality",
  10842. "homepage": "https://github.com/sebastianbergmann/comparator",
  10843. "keywords": [
  10844. "comparator",
  10845. "compare",
  10846. "equality"
  10847. ],
  10848. "support": {
  10849. "issues": "https://github.com/sebastianbergmann/comparator/issues",
  10850. "security": "https://github.com/sebastianbergmann/comparator/security/policy",
  10851. "source": "https://github.com/sebastianbergmann/comparator/tree/6.3.2"
  10852. },
  10853. "funding": [
  10854. {
  10855. "url": "https://github.com/sebastianbergmann",
  10856. "type": "github"
  10857. },
  10858. {
  10859. "url": "https://liberapay.com/sebastianbergmann",
  10860. "type": "liberapay"
  10861. },
  10862. {
  10863. "url": "https://thanks.dev/u/gh/sebastianbergmann",
  10864. "type": "thanks_dev"
  10865. },
  10866. {
  10867. "url": "https://tidelift.com/funding/github/packagist/sebastian/comparator",
  10868. "type": "tidelift"
  10869. }
  10870. ],
  10871. "time": "2025-08-10T08:07:46+00:00"
  10872. },
  10873. {
  10874. "name": "sebastian/complexity",
  10875. "version": "4.0.1",
  10876. "source": {
  10877. "type": "git",
  10878. "url": "https://github.com/sebastianbergmann/complexity.git",
  10879. "reference": "ee41d384ab1906c68852636b6de493846e13e5a0"
  10880. },
  10881. "dist": {
  10882. "type": "zip",
  10883. "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0",
  10884. "reference": "ee41d384ab1906c68852636b6de493846e13e5a0",
  10885. "shasum": ""
  10886. },
  10887. "require": {
  10888. "nikic/php-parser": "^5.0",
  10889. "php": ">=8.2"
  10890. },
  10891. "require-dev": {
  10892. "phpunit/phpunit": "^11.0"
  10893. },
  10894. "type": "library",
  10895. "extra": {
  10896. "branch-alias": {
  10897. "dev-main": "4.0-dev"
  10898. }
  10899. },
  10900. "autoload": {
  10901. "classmap": [
  10902. "src/"
  10903. ]
  10904. },
  10905. "notification-url": "https://packagist.org/downloads/",
  10906. "license": [
  10907. "BSD-3-Clause"
  10908. ],
  10909. "authors": [
  10910. {
  10911. "name": "Sebastian Bergmann",
  10912. "email": "sebastian@phpunit.de",
  10913. "role": "lead"
  10914. }
  10915. ],
  10916. "description": "Library for calculating the complexity of PHP code units",
  10917. "homepage": "https://github.com/sebastianbergmann/complexity",
  10918. "support": {
  10919. "issues": "https://github.com/sebastianbergmann/complexity/issues",
  10920. "security": "https://github.com/sebastianbergmann/complexity/security/policy",
  10921. "source": "https://github.com/sebastianbergmann/complexity/tree/4.0.1"
  10922. },
  10923. "funding": [
  10924. {
  10925. "url": "https://github.com/sebastianbergmann",
  10926. "type": "github"
  10927. }
  10928. ],
  10929. "time": "2024-07-03T04:49:50+00:00"
  10930. },
  10931. {
  10932. "name": "sebastian/diff",
  10933. "version": "6.0.2",
  10934. "source": {
  10935. "type": "git",
  10936. "url": "https://github.com/sebastianbergmann/diff.git",
  10937. "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544"
  10938. },
  10939. "dist": {
  10940. "type": "zip",
  10941. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544",
  10942. "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544",
  10943. "shasum": ""
  10944. },
  10945. "require": {
  10946. "php": ">=8.2"
  10947. },
  10948. "require-dev": {
  10949. "phpunit/phpunit": "^11.0",
  10950. "symfony/process": "^4.2 || ^5"
  10951. },
  10952. "type": "library",
  10953. "extra": {
  10954. "branch-alias": {
  10955. "dev-main": "6.0-dev"
  10956. }
  10957. },
  10958. "autoload": {
  10959. "classmap": [
  10960. "src/"
  10961. ]
  10962. },
  10963. "notification-url": "https://packagist.org/downloads/",
  10964. "license": [
  10965. "BSD-3-Clause"
  10966. ],
  10967. "authors": [
  10968. {
  10969. "name": "Sebastian Bergmann",
  10970. "email": "sebastian@phpunit.de"
  10971. },
  10972. {
  10973. "name": "Kore Nordmann",
  10974. "email": "mail@kore-nordmann.de"
  10975. }
  10976. ],
  10977. "description": "Diff implementation",
  10978. "homepage": "https://github.com/sebastianbergmann/diff",
  10979. "keywords": [
  10980. "diff",
  10981. "udiff",
  10982. "unidiff",
  10983. "unified diff"
  10984. ],
  10985. "support": {
  10986. "issues": "https://github.com/sebastianbergmann/diff/issues",
  10987. "security": "https://github.com/sebastianbergmann/diff/security/policy",
  10988. "source": "https://github.com/sebastianbergmann/diff/tree/6.0.2"
  10989. },
  10990. "funding": [
  10991. {
  10992. "url": "https://github.com/sebastianbergmann",
  10993. "type": "github"
  10994. }
  10995. ],
  10996. "time": "2024-07-03T04:53:05+00:00"
  10997. },
  10998. {
  10999. "name": "sebastian/environment",
  11000. "version": "7.2.1",
  11001. "source": {
  11002. "type": "git",
  11003. "url": "https://github.com/sebastianbergmann/environment.git",
  11004. "reference": "a5c75038693ad2e8d4b6c15ba2403532647830c4"
  11005. },
  11006. "dist": {
  11007. "type": "zip",
  11008. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/a5c75038693ad2e8d4b6c15ba2403532647830c4",
  11009. "reference": "a5c75038693ad2e8d4b6c15ba2403532647830c4",
  11010. "shasum": ""
  11011. },
  11012. "require": {
  11013. "php": ">=8.2"
  11014. },
  11015. "require-dev": {
  11016. "phpunit/phpunit": "^11.3"
  11017. },
  11018. "suggest": {
  11019. "ext-posix": "*"
  11020. },
  11021. "type": "library",
  11022. "extra": {
  11023. "branch-alias": {
  11024. "dev-main": "7.2-dev"
  11025. }
  11026. },
  11027. "autoload": {
  11028. "classmap": [
  11029. "src/"
  11030. ]
  11031. },
  11032. "notification-url": "https://packagist.org/downloads/",
  11033. "license": [
  11034. "BSD-3-Clause"
  11035. ],
  11036. "authors": [
  11037. {
  11038. "name": "Sebastian Bergmann",
  11039. "email": "sebastian@phpunit.de"
  11040. }
  11041. ],
  11042. "description": "Provides functionality to handle HHVM/PHP environments",
  11043. "homepage": "https://github.com/sebastianbergmann/environment",
  11044. "keywords": [
  11045. "Xdebug",
  11046. "environment",
  11047. "hhvm"
  11048. ],
  11049. "support": {
  11050. "issues": "https://github.com/sebastianbergmann/environment/issues",
  11051. "security": "https://github.com/sebastianbergmann/environment/security/policy",
  11052. "source": "https://github.com/sebastianbergmann/environment/tree/7.2.1"
  11053. },
  11054. "funding": [
  11055. {
  11056. "url": "https://github.com/sebastianbergmann",
  11057. "type": "github"
  11058. },
  11059. {
  11060. "url": "https://liberapay.com/sebastianbergmann",
  11061. "type": "liberapay"
  11062. },
  11063. {
  11064. "url": "https://thanks.dev/u/gh/sebastianbergmann",
  11065. "type": "thanks_dev"
  11066. },
  11067. {
  11068. "url": "https://tidelift.com/funding/github/packagist/sebastian/environment",
  11069. "type": "tidelift"
  11070. }
  11071. ],
  11072. "time": "2025-05-21T11:55:47+00:00"
  11073. },
  11074. {
  11075. "name": "sebastian/exporter",
  11076. "version": "6.3.0",
  11077. "source": {
  11078. "type": "git",
  11079. "url": "https://github.com/sebastianbergmann/exporter.git",
  11080. "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3"
  11081. },
  11082. "dist": {
  11083. "type": "zip",
  11084. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/3473f61172093b2da7de1fb5782e1f24cc036dc3",
  11085. "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3",
  11086. "shasum": ""
  11087. },
  11088. "require": {
  11089. "ext-mbstring": "*",
  11090. "php": ">=8.2",
  11091. "sebastian/recursion-context": "^6.0"
  11092. },
  11093. "require-dev": {
  11094. "phpunit/phpunit": "^11.3"
  11095. },
  11096. "type": "library",
  11097. "extra": {
  11098. "branch-alias": {
  11099. "dev-main": "6.1-dev"
  11100. }
  11101. },
  11102. "autoload": {
  11103. "classmap": [
  11104. "src/"
  11105. ]
  11106. },
  11107. "notification-url": "https://packagist.org/downloads/",
  11108. "license": [
  11109. "BSD-3-Clause"
  11110. ],
  11111. "authors": [
  11112. {
  11113. "name": "Sebastian Bergmann",
  11114. "email": "sebastian@phpunit.de"
  11115. },
  11116. {
  11117. "name": "Jeff Welch",
  11118. "email": "whatthejeff@gmail.com"
  11119. },
  11120. {
  11121. "name": "Volker Dusch",
  11122. "email": "github@wallbash.com"
  11123. },
  11124. {
  11125. "name": "Adam Harvey",
  11126. "email": "aharvey@php.net"
  11127. },
  11128. {
  11129. "name": "Bernhard Schussek",
  11130. "email": "bschussek@gmail.com"
  11131. }
  11132. ],
  11133. "description": "Provides the functionality to export PHP variables for visualization",
  11134. "homepage": "https://www.github.com/sebastianbergmann/exporter",
  11135. "keywords": [
  11136. "export",
  11137. "exporter"
  11138. ],
  11139. "support": {
  11140. "issues": "https://github.com/sebastianbergmann/exporter/issues",
  11141. "security": "https://github.com/sebastianbergmann/exporter/security/policy",
  11142. "source": "https://github.com/sebastianbergmann/exporter/tree/6.3.0"
  11143. },
  11144. "funding": [
  11145. {
  11146. "url": "https://github.com/sebastianbergmann",
  11147. "type": "github"
  11148. }
  11149. ],
  11150. "time": "2024-12-05T09:17:50+00:00"
  11151. },
  11152. {
  11153. "name": "sebastian/global-state",
  11154. "version": "7.0.2",
  11155. "source": {
  11156. "type": "git",
  11157. "url": "https://github.com/sebastianbergmann/global-state.git",
  11158. "reference": "3be331570a721f9a4b5917f4209773de17f747d7"
  11159. },
  11160. "dist": {
  11161. "type": "zip",
  11162. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7",
  11163. "reference": "3be331570a721f9a4b5917f4209773de17f747d7",
  11164. "shasum": ""
  11165. },
  11166. "require": {
  11167. "php": ">=8.2",
  11168. "sebastian/object-reflector": "^4.0",
  11169. "sebastian/recursion-context": "^6.0"
  11170. },
  11171. "require-dev": {
  11172. "ext-dom": "*",
  11173. "phpunit/phpunit": "^11.0"
  11174. },
  11175. "type": "library",
  11176. "extra": {
  11177. "branch-alias": {
  11178. "dev-main": "7.0-dev"
  11179. }
  11180. },
  11181. "autoload": {
  11182. "classmap": [
  11183. "src/"
  11184. ]
  11185. },
  11186. "notification-url": "https://packagist.org/downloads/",
  11187. "license": [
  11188. "BSD-3-Clause"
  11189. ],
  11190. "authors": [
  11191. {
  11192. "name": "Sebastian Bergmann",
  11193. "email": "sebastian@phpunit.de"
  11194. }
  11195. ],
  11196. "description": "Snapshotting of global state",
  11197. "homepage": "https://www.github.com/sebastianbergmann/global-state",
  11198. "keywords": [
  11199. "global state"
  11200. ],
  11201. "support": {
  11202. "issues": "https://github.com/sebastianbergmann/global-state/issues",
  11203. "security": "https://github.com/sebastianbergmann/global-state/security/policy",
  11204. "source": "https://github.com/sebastianbergmann/global-state/tree/7.0.2"
  11205. },
  11206. "funding": [
  11207. {
  11208. "url": "https://github.com/sebastianbergmann",
  11209. "type": "github"
  11210. }
  11211. ],
  11212. "time": "2024-07-03T04:57:36+00:00"
  11213. },
  11214. {
  11215. "name": "sebastian/lines-of-code",
  11216. "version": "3.0.1",
  11217. "source": {
  11218. "type": "git",
  11219. "url": "https://github.com/sebastianbergmann/lines-of-code.git",
  11220. "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a"
  11221. },
  11222. "dist": {
  11223. "type": "zip",
  11224. "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a",
  11225. "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a",
  11226. "shasum": ""
  11227. },
  11228. "require": {
  11229. "nikic/php-parser": "^5.0",
  11230. "php": ">=8.2"
  11231. },
  11232. "require-dev": {
  11233. "phpunit/phpunit": "^11.0"
  11234. },
  11235. "type": "library",
  11236. "extra": {
  11237. "branch-alias": {
  11238. "dev-main": "3.0-dev"
  11239. }
  11240. },
  11241. "autoload": {
  11242. "classmap": [
  11243. "src/"
  11244. ]
  11245. },
  11246. "notification-url": "https://packagist.org/downloads/",
  11247. "license": [
  11248. "BSD-3-Clause"
  11249. ],
  11250. "authors": [
  11251. {
  11252. "name": "Sebastian Bergmann",
  11253. "email": "sebastian@phpunit.de",
  11254. "role": "lead"
  11255. }
  11256. ],
  11257. "description": "Library for counting the lines of code in PHP source code",
  11258. "homepage": "https://github.com/sebastianbergmann/lines-of-code",
  11259. "support": {
  11260. "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
  11261. "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
  11262. "source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.1"
  11263. },
  11264. "funding": [
  11265. {
  11266. "url": "https://github.com/sebastianbergmann",
  11267. "type": "github"
  11268. }
  11269. ],
  11270. "time": "2024-07-03T04:58:38+00:00"
  11271. },
  11272. {
  11273. "name": "sebastian/object-enumerator",
  11274. "version": "6.0.1",
  11275. "source": {
  11276. "type": "git",
  11277. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  11278. "reference": "f5b498e631a74204185071eb41f33f38d64608aa"
  11279. },
  11280. "dist": {
  11281. "type": "zip",
  11282. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa",
  11283. "reference": "f5b498e631a74204185071eb41f33f38d64608aa",
  11284. "shasum": ""
  11285. },
  11286. "require": {
  11287. "php": ">=8.2",
  11288. "sebastian/object-reflector": "^4.0",
  11289. "sebastian/recursion-context": "^6.0"
  11290. },
  11291. "require-dev": {
  11292. "phpunit/phpunit": "^11.0"
  11293. },
  11294. "type": "library",
  11295. "extra": {
  11296. "branch-alias": {
  11297. "dev-main": "6.0-dev"
  11298. }
  11299. },
  11300. "autoload": {
  11301. "classmap": [
  11302. "src/"
  11303. ]
  11304. },
  11305. "notification-url": "https://packagist.org/downloads/",
  11306. "license": [
  11307. "BSD-3-Clause"
  11308. ],
  11309. "authors": [
  11310. {
  11311. "name": "Sebastian Bergmann",
  11312. "email": "sebastian@phpunit.de"
  11313. }
  11314. ],
  11315. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  11316. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  11317. "support": {
  11318. "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
  11319. "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
  11320. "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.1"
  11321. },
  11322. "funding": [
  11323. {
  11324. "url": "https://github.com/sebastianbergmann",
  11325. "type": "github"
  11326. }
  11327. ],
  11328. "time": "2024-07-03T05:00:13+00:00"
  11329. },
  11330. {
  11331. "name": "sebastian/object-reflector",
  11332. "version": "4.0.1",
  11333. "source": {
  11334. "type": "git",
  11335. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  11336. "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9"
  11337. },
  11338. "dist": {
  11339. "type": "zip",
  11340. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9",
  11341. "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9",
  11342. "shasum": ""
  11343. },
  11344. "require": {
  11345. "php": ">=8.2"
  11346. },
  11347. "require-dev": {
  11348. "phpunit/phpunit": "^11.0"
  11349. },
  11350. "type": "library",
  11351. "extra": {
  11352. "branch-alias": {
  11353. "dev-main": "4.0-dev"
  11354. }
  11355. },
  11356. "autoload": {
  11357. "classmap": [
  11358. "src/"
  11359. ]
  11360. },
  11361. "notification-url": "https://packagist.org/downloads/",
  11362. "license": [
  11363. "BSD-3-Clause"
  11364. ],
  11365. "authors": [
  11366. {
  11367. "name": "Sebastian Bergmann",
  11368. "email": "sebastian@phpunit.de"
  11369. }
  11370. ],
  11371. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  11372. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  11373. "support": {
  11374. "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
  11375. "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
  11376. "source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.1"
  11377. },
  11378. "funding": [
  11379. {
  11380. "url": "https://github.com/sebastianbergmann",
  11381. "type": "github"
  11382. }
  11383. ],
  11384. "time": "2024-07-03T05:01:32+00:00"
  11385. },
  11386. {
  11387. "name": "sebastian/recursion-context",
  11388. "version": "6.0.3",
  11389. "source": {
  11390. "type": "git",
  11391. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  11392. "reference": "f6458abbf32a6c8174f8f26261475dc133b3d9dc"
  11393. },
  11394. "dist": {
  11395. "type": "zip",
  11396. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/f6458abbf32a6c8174f8f26261475dc133b3d9dc",
  11397. "reference": "f6458abbf32a6c8174f8f26261475dc133b3d9dc",
  11398. "shasum": ""
  11399. },
  11400. "require": {
  11401. "php": ">=8.2"
  11402. },
  11403. "require-dev": {
  11404. "phpunit/phpunit": "^11.3"
  11405. },
  11406. "type": "library",
  11407. "extra": {
  11408. "branch-alias": {
  11409. "dev-main": "6.0-dev"
  11410. }
  11411. },
  11412. "autoload": {
  11413. "classmap": [
  11414. "src/"
  11415. ]
  11416. },
  11417. "notification-url": "https://packagist.org/downloads/",
  11418. "license": [
  11419. "BSD-3-Clause"
  11420. ],
  11421. "authors": [
  11422. {
  11423. "name": "Sebastian Bergmann",
  11424. "email": "sebastian@phpunit.de"
  11425. },
  11426. {
  11427. "name": "Jeff Welch",
  11428. "email": "whatthejeff@gmail.com"
  11429. },
  11430. {
  11431. "name": "Adam Harvey",
  11432. "email": "aharvey@php.net"
  11433. }
  11434. ],
  11435. "description": "Provides functionality to recursively process PHP variables",
  11436. "homepage": "https://github.com/sebastianbergmann/recursion-context",
  11437. "support": {
  11438. "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
  11439. "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
  11440. "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.3"
  11441. },
  11442. "funding": [
  11443. {
  11444. "url": "https://github.com/sebastianbergmann",
  11445. "type": "github"
  11446. },
  11447. {
  11448. "url": "https://liberapay.com/sebastianbergmann",
  11449. "type": "liberapay"
  11450. },
  11451. {
  11452. "url": "https://thanks.dev/u/gh/sebastianbergmann",
  11453. "type": "thanks_dev"
  11454. },
  11455. {
  11456. "url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context",
  11457. "type": "tidelift"
  11458. }
  11459. ],
  11460. "time": "2025-08-13T04:42:22+00:00"
  11461. },
  11462. {
  11463. "name": "sebastian/type",
  11464. "version": "5.1.3",
  11465. "source": {
  11466. "type": "git",
  11467. "url": "https://github.com/sebastianbergmann/type.git",
  11468. "reference": "f77d2d4e78738c98d9a68d2596fe5e8fa380f449"
  11469. },
  11470. "dist": {
  11471. "type": "zip",
  11472. "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/f77d2d4e78738c98d9a68d2596fe5e8fa380f449",
  11473. "reference": "f77d2d4e78738c98d9a68d2596fe5e8fa380f449",
  11474. "shasum": ""
  11475. },
  11476. "require": {
  11477. "php": ">=8.2"
  11478. },
  11479. "require-dev": {
  11480. "phpunit/phpunit": "^11.3"
  11481. },
  11482. "type": "library",
  11483. "extra": {
  11484. "branch-alias": {
  11485. "dev-main": "5.1-dev"
  11486. }
  11487. },
  11488. "autoload": {
  11489. "classmap": [
  11490. "src/"
  11491. ]
  11492. },
  11493. "notification-url": "https://packagist.org/downloads/",
  11494. "license": [
  11495. "BSD-3-Clause"
  11496. ],
  11497. "authors": [
  11498. {
  11499. "name": "Sebastian Bergmann",
  11500. "email": "sebastian@phpunit.de",
  11501. "role": "lead"
  11502. }
  11503. ],
  11504. "description": "Collection of value objects that represent the types of the PHP type system",
  11505. "homepage": "https://github.com/sebastianbergmann/type",
  11506. "support": {
  11507. "issues": "https://github.com/sebastianbergmann/type/issues",
  11508. "security": "https://github.com/sebastianbergmann/type/security/policy",
  11509. "source": "https://github.com/sebastianbergmann/type/tree/5.1.3"
  11510. },
  11511. "funding": [
  11512. {
  11513. "url": "https://github.com/sebastianbergmann",
  11514. "type": "github"
  11515. },
  11516. {
  11517. "url": "https://liberapay.com/sebastianbergmann",
  11518. "type": "liberapay"
  11519. },
  11520. {
  11521. "url": "https://thanks.dev/u/gh/sebastianbergmann",
  11522. "type": "thanks_dev"
  11523. },
  11524. {
  11525. "url": "https://tidelift.com/funding/github/packagist/sebastian/type",
  11526. "type": "tidelift"
  11527. }
  11528. ],
  11529. "time": "2025-08-09T06:55:48+00:00"
  11530. },
  11531. {
  11532. "name": "sebastian/version",
  11533. "version": "5.0.2",
  11534. "source": {
  11535. "type": "git",
  11536. "url": "https://github.com/sebastianbergmann/version.git",
  11537. "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874"
  11538. },
  11539. "dist": {
  11540. "type": "zip",
  11541. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c687e3387b99f5b03b6caa64c74b63e2936ff874",
  11542. "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874",
  11543. "shasum": ""
  11544. },
  11545. "require": {
  11546. "php": ">=8.2"
  11547. },
  11548. "type": "library",
  11549. "extra": {
  11550. "branch-alias": {
  11551. "dev-main": "5.0-dev"
  11552. }
  11553. },
  11554. "autoload": {
  11555. "classmap": [
  11556. "src/"
  11557. ]
  11558. },
  11559. "notification-url": "https://packagist.org/downloads/",
  11560. "license": [
  11561. "BSD-3-Clause"
  11562. ],
  11563. "authors": [
  11564. {
  11565. "name": "Sebastian Bergmann",
  11566. "email": "sebastian@phpunit.de",
  11567. "role": "lead"
  11568. }
  11569. ],
  11570. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  11571. "homepage": "https://github.com/sebastianbergmann/version",
  11572. "support": {
  11573. "issues": "https://github.com/sebastianbergmann/version/issues",
  11574. "security": "https://github.com/sebastianbergmann/version/security/policy",
  11575. "source": "https://github.com/sebastianbergmann/version/tree/5.0.2"
  11576. },
  11577. "funding": [
  11578. {
  11579. "url": "https://github.com/sebastianbergmann",
  11580. "type": "github"
  11581. }
  11582. ],
  11583. "time": "2024-10-09T05:16:32+00:00"
  11584. },
  11585. {
  11586. "name": "staabm/side-effects-detector",
  11587. "version": "1.0.5",
  11588. "source": {
  11589. "type": "git",
  11590. "url": "https://github.com/staabm/side-effects-detector.git",
  11591. "reference": "d8334211a140ce329c13726d4a715adbddd0a163"
  11592. },
  11593. "dist": {
  11594. "type": "zip",
  11595. "url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163",
  11596. "reference": "d8334211a140ce329c13726d4a715adbddd0a163",
  11597. "shasum": ""
  11598. },
  11599. "require": {
  11600. "ext-tokenizer": "*",
  11601. "php": "^7.4 || ^8.0"
  11602. },
  11603. "require-dev": {
  11604. "phpstan/extension-installer": "^1.4.3",
  11605. "phpstan/phpstan": "^1.12.6",
  11606. "phpunit/phpunit": "^9.6.21",
  11607. "symfony/var-dumper": "^5.4.43",
  11608. "tomasvotruba/type-coverage": "1.0.0",
  11609. "tomasvotruba/unused-public": "1.0.0"
  11610. },
  11611. "type": "library",
  11612. "autoload": {
  11613. "classmap": [
  11614. "lib/"
  11615. ]
  11616. },
  11617. "notification-url": "https://packagist.org/downloads/",
  11618. "license": [
  11619. "MIT"
  11620. ],
  11621. "description": "A static analysis tool to detect side effects in PHP code",
  11622. "keywords": [
  11623. "static analysis"
  11624. ],
  11625. "support": {
  11626. "issues": "https://github.com/staabm/side-effects-detector/issues",
  11627. "source": "https://github.com/staabm/side-effects-detector/tree/1.0.5"
  11628. },
  11629. "funding": [
  11630. {
  11631. "url": "https://github.com/staabm",
  11632. "type": "github"
  11633. }
  11634. ],
  11635. "time": "2024-10-20T05:08:20+00:00"
  11636. },
  11637. {
  11638. "name": "symfony/yaml",
  11639. "version": "v7.3.2",
  11640. "source": {
  11641. "type": "git",
  11642. "url": "https://github.com/symfony/yaml.git",
  11643. "reference": "b8d7d868da9eb0919e99c8830431ea087d6aae30"
  11644. },
  11645. "dist": {
  11646. "type": "zip",
  11647. "url": "https://api.github.com/repos/symfony/yaml/zipball/b8d7d868da9eb0919e99c8830431ea087d6aae30",
  11648. "reference": "b8d7d868da9eb0919e99c8830431ea087d6aae30",
  11649. "shasum": ""
  11650. },
  11651. "require": {
  11652. "php": ">=8.2",
  11653. "symfony/deprecation-contracts": "^2.5|^3.0",
  11654. "symfony/polyfill-ctype": "^1.8"
  11655. },
  11656. "conflict": {
  11657. "symfony/console": "<6.4"
  11658. },
  11659. "require-dev": {
  11660. "symfony/console": "^6.4|^7.0"
  11661. },
  11662. "bin": [
  11663. "Resources/bin/yaml-lint"
  11664. ],
  11665. "type": "library",
  11666. "autoload": {
  11667. "psr-4": {
  11668. "Symfony\\Component\\Yaml\\": ""
  11669. },
  11670. "exclude-from-classmap": [
  11671. "/Tests/"
  11672. ]
  11673. },
  11674. "notification-url": "https://packagist.org/downloads/",
  11675. "license": [
  11676. "MIT"
  11677. ],
  11678. "authors": [
  11679. {
  11680. "name": "Fabien Potencier",
  11681. "email": "fabien@symfony.com"
  11682. },
  11683. {
  11684. "name": "Symfony Community",
  11685. "homepage": "https://symfony.com/contributors"
  11686. }
  11687. ],
  11688. "description": "Loads and dumps YAML files",
  11689. "homepage": "https://symfony.com",
  11690. "support": {
  11691. "source": "https://github.com/symfony/yaml/tree/v7.3.2"
  11692. },
  11693. "funding": [
  11694. {
  11695. "url": "https://symfony.com/sponsor",
  11696. "type": "custom"
  11697. },
  11698. {
  11699. "url": "https://github.com/fabpot",
  11700. "type": "github"
  11701. },
  11702. {
  11703. "url": "https://github.com/nicolas-grekas",
  11704. "type": "github"
  11705. },
  11706. {
  11707. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  11708. "type": "tidelift"
  11709. }
  11710. ],
  11711. "time": "2025-07-10T08:47:49+00:00"
  11712. },
  11713. {
  11714. "name": "ta-tikoma/phpunit-architecture-test",
  11715. "version": "0.8.5",
  11716. "source": {
  11717. "type": "git",
  11718. "url": "https://github.com/ta-tikoma/phpunit-architecture-test.git",
  11719. "reference": "cf6fb197b676ba716837c886baca842e4db29005"
  11720. },
  11721. "dist": {
  11722. "type": "zip",
  11723. "url": "https://api.github.com/repos/ta-tikoma/phpunit-architecture-test/zipball/cf6fb197b676ba716837c886baca842e4db29005",
  11724. "reference": "cf6fb197b676ba716837c886baca842e4db29005",
  11725. "shasum": ""
  11726. },
  11727. "require": {
  11728. "nikic/php-parser": "^4.18.0 || ^5.0.0",
  11729. "php": "^8.1.0",
  11730. "phpdocumentor/reflection-docblock": "^5.3.0",
  11731. "phpunit/phpunit": "^10.5.5 || ^11.0.0 || ^12.0.0",
  11732. "symfony/finder": "^6.4.0 || ^7.0.0"
  11733. },
  11734. "require-dev": {
  11735. "laravel/pint": "^1.13.7",
  11736. "phpstan/phpstan": "^1.10.52"
  11737. },
  11738. "type": "library",
  11739. "autoload": {
  11740. "psr-4": {
  11741. "PHPUnit\\Architecture\\": "src/"
  11742. }
  11743. },
  11744. "notification-url": "https://packagist.org/downloads/",
  11745. "license": [
  11746. "MIT"
  11747. ],
  11748. "authors": [
  11749. {
  11750. "name": "Ni Shi",
  11751. "email": "futik0ma011@gmail.com"
  11752. },
  11753. {
  11754. "name": "Nuno Maduro",
  11755. "email": "enunomaduro@gmail.com"
  11756. }
  11757. ],
  11758. "description": "Methods for testing application architecture",
  11759. "keywords": [
  11760. "architecture",
  11761. "phpunit",
  11762. "stucture",
  11763. "test",
  11764. "testing"
  11765. ],
  11766. "support": {
  11767. "issues": "https://github.com/ta-tikoma/phpunit-architecture-test/issues",
  11768. "source": "https://github.com/ta-tikoma/phpunit-architecture-test/tree/0.8.5"
  11769. },
  11770. "time": "2025-04-20T20:23:40+00:00"
  11771. },
  11772. {
  11773. "name": "theseer/tokenizer",
  11774. "version": "1.2.3",
  11775. "source": {
  11776. "type": "git",
  11777. "url": "https://github.com/theseer/tokenizer.git",
  11778. "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
  11779. },
  11780. "dist": {
  11781. "type": "zip",
  11782. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
  11783. "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
  11784. "shasum": ""
  11785. },
  11786. "require": {
  11787. "ext-dom": "*",
  11788. "ext-tokenizer": "*",
  11789. "ext-xmlwriter": "*",
  11790. "php": "^7.2 || ^8.0"
  11791. },
  11792. "type": "library",
  11793. "autoload": {
  11794. "classmap": [
  11795. "src/"
  11796. ]
  11797. },
  11798. "notification-url": "https://packagist.org/downloads/",
  11799. "license": [
  11800. "BSD-3-Clause"
  11801. ],
  11802. "authors": [
  11803. {
  11804. "name": "Arne Blankerts",
  11805. "email": "arne@blankerts.de",
  11806. "role": "Developer"
  11807. }
  11808. ],
  11809. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  11810. "support": {
  11811. "issues": "https://github.com/theseer/tokenizer/issues",
  11812. "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
  11813. },
  11814. "funding": [
  11815. {
  11816. "url": "https://github.com/theseer",
  11817. "type": "github"
  11818. }
  11819. ],
  11820. "time": "2024-03-03T12:36:25+00:00"
  11821. }
  11822. ],
  11823. "aliases": [],
  11824. "minimum-stability": "dev",
  11825. "stability-flags": {},
  11826. "prefer-stable": true,
  11827. "prefer-lowest": false,
  11828. "platform": {
  11829. "php": "^8.2"
  11830. },
  11831. "platform-dev": {},
  11832. "plugin-api-version": "2.6.0"
  11833. }