composer.lock 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561
  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": "eee9fb53826be0db5352d1f22df4cd54",
  8. "packages": [
  9. {
  10. "name": "graham-campbell/result-type",
  11. "version": "v1.1.3",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/GrahamCampbell/Result-Type.git",
  15. "reference": "3ba905c11371512af9d9bdd27d99b782216b6945"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945",
  20. "reference": "3ba905c11371512af9d9bdd27d99b782216b6945",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^7.2.5 || ^8.0",
  25. "phpoption/phpoption": "^1.9.3"
  26. },
  27. "require-dev": {
  28. "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
  29. },
  30. "type": "library",
  31. "autoload": {
  32. "psr-4": {
  33. "GrahamCampbell\\ResultType\\": "src/"
  34. }
  35. },
  36. "notification-url": "https://packagist.org/downloads/",
  37. "license": [
  38. "MIT"
  39. ],
  40. "authors": [
  41. {
  42. "name": "Graham Campbell",
  43. "email": "hello@gjcampbell.co.uk",
  44. "homepage": "https://github.com/GrahamCampbell"
  45. }
  46. ],
  47. "description": "An Implementation Of The Result Type",
  48. "keywords": [
  49. "Graham Campbell",
  50. "GrahamCampbell",
  51. "Result Type",
  52. "Result-Type",
  53. "result"
  54. ],
  55. "support": {
  56. "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
  57. "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3"
  58. },
  59. "funding": [
  60. {
  61. "url": "https://github.com/GrahamCampbell",
  62. "type": "github"
  63. },
  64. {
  65. "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
  66. "type": "tidelift"
  67. }
  68. ],
  69. "time": "2024-07-20T21:45:45+00:00"
  70. },
  71. {
  72. "name": "phpmailer/phpmailer",
  73. "version": "v6.10.0",
  74. "source": {
  75. "type": "git",
  76. "url": "https://github.com/PHPMailer/PHPMailer.git",
  77. "reference": "bf74d75a1fde6beaa34a0ddae2ec5fce0f72a144"
  78. },
  79. "dist": {
  80. "type": "zip",
  81. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/bf74d75a1fde6beaa34a0ddae2ec5fce0f72a144",
  82. "reference": "bf74d75a1fde6beaa34a0ddae2ec5fce0f72a144",
  83. "shasum": ""
  84. },
  85. "require": {
  86. "ext-ctype": "*",
  87. "ext-filter": "*",
  88. "ext-hash": "*",
  89. "php": ">=5.5.0"
  90. },
  91. "require-dev": {
  92. "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
  93. "doctrine/annotations": "^1.2.6 || ^1.13.3",
  94. "php-parallel-lint/php-console-highlighter": "^1.0.0",
  95. "php-parallel-lint/php-parallel-lint": "^1.3.2",
  96. "phpcompatibility/php-compatibility": "^9.3.5",
  97. "roave/security-advisories": "dev-latest",
  98. "squizlabs/php_codesniffer": "^3.7.2",
  99. "yoast/phpunit-polyfills": "^1.0.4"
  100. },
  101. "suggest": {
  102. "decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
  103. "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
  104. "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
  105. "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
  106. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  107. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  108. "psr/log": "For optional PSR-3 debug logging",
  109. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
  110. "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
  111. },
  112. "type": "library",
  113. "autoload": {
  114. "psr-4": {
  115. "PHPMailer\\PHPMailer\\": "src/"
  116. }
  117. },
  118. "notification-url": "https://packagist.org/downloads/",
  119. "license": [
  120. "LGPL-2.1-only"
  121. ],
  122. "authors": [
  123. {
  124. "name": "Marcus Bointon",
  125. "email": "phpmailer@synchromedia.co.uk"
  126. },
  127. {
  128. "name": "Jim Jagielski",
  129. "email": "jimjag@gmail.com"
  130. },
  131. {
  132. "name": "Andy Prevost",
  133. "email": "codeworxtech@users.sourceforge.net"
  134. },
  135. {
  136. "name": "Brent R. Matzelle"
  137. }
  138. ],
  139. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  140. "support": {
  141. "issues": "https://github.com/PHPMailer/PHPMailer/issues",
  142. "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.10.0"
  143. },
  144. "funding": [
  145. {
  146. "url": "https://github.com/Synchro",
  147. "type": "github"
  148. }
  149. ],
  150. "time": "2025-04-24T15:19:31+00:00"
  151. },
  152. {
  153. "name": "phpoption/phpoption",
  154. "version": "1.9.3",
  155. "source": {
  156. "type": "git",
  157. "url": "https://github.com/schmittjoh/php-option.git",
  158. "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54"
  159. },
  160. "dist": {
  161. "type": "zip",
  162. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54",
  163. "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54",
  164. "shasum": ""
  165. },
  166. "require": {
  167. "php": "^7.2.5 || ^8.0"
  168. },
  169. "require-dev": {
  170. "bamarni/composer-bin-plugin": "^1.8.2",
  171. "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
  172. },
  173. "type": "library",
  174. "extra": {
  175. "bamarni-bin": {
  176. "bin-links": true,
  177. "forward-command": false
  178. },
  179. "branch-alias": {
  180. "dev-master": "1.9-dev"
  181. }
  182. },
  183. "autoload": {
  184. "psr-4": {
  185. "PhpOption\\": "src/PhpOption/"
  186. }
  187. },
  188. "notification-url": "https://packagist.org/downloads/",
  189. "license": [
  190. "Apache-2.0"
  191. ],
  192. "authors": [
  193. {
  194. "name": "Johannes M. Schmitt",
  195. "email": "schmittjoh@gmail.com",
  196. "homepage": "https://github.com/schmittjoh"
  197. },
  198. {
  199. "name": "Graham Campbell",
  200. "email": "hello@gjcampbell.co.uk",
  201. "homepage": "https://github.com/GrahamCampbell"
  202. }
  203. ],
  204. "description": "Option Type for PHP",
  205. "keywords": [
  206. "language",
  207. "option",
  208. "php",
  209. "type"
  210. ],
  211. "support": {
  212. "issues": "https://github.com/schmittjoh/php-option/issues",
  213. "source": "https://github.com/schmittjoh/php-option/tree/1.9.3"
  214. },
  215. "funding": [
  216. {
  217. "url": "https://github.com/GrahamCampbell",
  218. "type": "github"
  219. },
  220. {
  221. "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
  222. "type": "tidelift"
  223. }
  224. ],
  225. "time": "2024-07-20T21:41:07+00:00"
  226. },
  227. {
  228. "name": "symfony/polyfill-ctype",
  229. "version": "v1.32.0",
  230. "source": {
  231. "type": "git",
  232. "url": "https://github.com/symfony/polyfill-ctype.git",
  233. "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
  234. },
  235. "dist": {
  236. "type": "zip",
  237. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
  238. "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
  239. "shasum": ""
  240. },
  241. "require": {
  242. "php": ">=7.2"
  243. },
  244. "provide": {
  245. "ext-ctype": "*"
  246. },
  247. "suggest": {
  248. "ext-ctype": "For best performance"
  249. },
  250. "type": "library",
  251. "extra": {
  252. "thanks": {
  253. "url": "https://github.com/symfony/polyfill",
  254. "name": "symfony/polyfill"
  255. }
  256. },
  257. "autoload": {
  258. "files": [
  259. "bootstrap.php"
  260. ],
  261. "psr-4": {
  262. "Symfony\\Polyfill\\Ctype\\": ""
  263. }
  264. },
  265. "notification-url": "https://packagist.org/downloads/",
  266. "license": [
  267. "MIT"
  268. ],
  269. "authors": [
  270. {
  271. "name": "Gert de Pagter",
  272. "email": "BackEndTea@gmail.com"
  273. },
  274. {
  275. "name": "Symfony Community",
  276. "homepage": "https://symfony.com/contributors"
  277. }
  278. ],
  279. "description": "Symfony polyfill for ctype functions",
  280. "homepage": "https://symfony.com",
  281. "keywords": [
  282. "compatibility",
  283. "ctype",
  284. "polyfill",
  285. "portable"
  286. ],
  287. "support": {
  288. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.32.0"
  289. },
  290. "funding": [
  291. {
  292. "url": "https://symfony.com/sponsor",
  293. "type": "custom"
  294. },
  295. {
  296. "url": "https://github.com/fabpot",
  297. "type": "github"
  298. },
  299. {
  300. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  301. "type": "tidelift"
  302. }
  303. ],
  304. "time": "2024-09-09T11:45:10+00:00"
  305. },
  306. {
  307. "name": "symfony/polyfill-mbstring",
  308. "version": "v1.32.0",
  309. "source": {
  310. "type": "git",
  311. "url": "https://github.com/symfony/polyfill-mbstring.git",
  312. "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
  313. },
  314. "dist": {
  315. "type": "zip",
  316. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
  317. "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
  318. "shasum": ""
  319. },
  320. "require": {
  321. "ext-iconv": "*",
  322. "php": ">=7.2"
  323. },
  324. "provide": {
  325. "ext-mbstring": "*"
  326. },
  327. "suggest": {
  328. "ext-mbstring": "For best performance"
  329. },
  330. "type": "library",
  331. "extra": {
  332. "thanks": {
  333. "url": "https://github.com/symfony/polyfill",
  334. "name": "symfony/polyfill"
  335. }
  336. },
  337. "autoload": {
  338. "files": [
  339. "bootstrap.php"
  340. ],
  341. "psr-4": {
  342. "Symfony\\Polyfill\\Mbstring\\": ""
  343. }
  344. },
  345. "notification-url": "https://packagist.org/downloads/",
  346. "license": [
  347. "MIT"
  348. ],
  349. "authors": [
  350. {
  351. "name": "Nicolas Grekas",
  352. "email": "p@tchwork.com"
  353. },
  354. {
  355. "name": "Symfony Community",
  356. "homepage": "https://symfony.com/contributors"
  357. }
  358. ],
  359. "description": "Symfony polyfill for the Mbstring extension",
  360. "homepage": "https://symfony.com",
  361. "keywords": [
  362. "compatibility",
  363. "mbstring",
  364. "polyfill",
  365. "portable",
  366. "shim"
  367. ],
  368. "support": {
  369. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.32.0"
  370. },
  371. "funding": [
  372. {
  373. "url": "https://symfony.com/sponsor",
  374. "type": "custom"
  375. },
  376. {
  377. "url": "https://github.com/fabpot",
  378. "type": "github"
  379. },
  380. {
  381. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  382. "type": "tidelift"
  383. }
  384. ],
  385. "time": "2024-12-23T08:48:59+00:00"
  386. },
  387. {
  388. "name": "symfony/polyfill-php80",
  389. "version": "v1.32.0",
  390. "source": {
  391. "type": "git",
  392. "url": "https://github.com/symfony/polyfill-php80.git",
  393. "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
  394. },
  395. "dist": {
  396. "type": "zip",
  397. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
  398. "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
  399. "shasum": ""
  400. },
  401. "require": {
  402. "php": ">=7.2"
  403. },
  404. "type": "library",
  405. "extra": {
  406. "thanks": {
  407. "url": "https://github.com/symfony/polyfill",
  408. "name": "symfony/polyfill"
  409. }
  410. },
  411. "autoload": {
  412. "files": [
  413. "bootstrap.php"
  414. ],
  415. "psr-4": {
  416. "Symfony\\Polyfill\\Php80\\": ""
  417. },
  418. "classmap": [
  419. "Resources/stubs"
  420. ]
  421. },
  422. "notification-url": "https://packagist.org/downloads/",
  423. "license": [
  424. "MIT"
  425. ],
  426. "authors": [
  427. {
  428. "name": "Ion Bazan",
  429. "email": "ion.bazan@gmail.com"
  430. },
  431. {
  432. "name": "Nicolas Grekas",
  433. "email": "p@tchwork.com"
  434. },
  435. {
  436. "name": "Symfony Community",
  437. "homepage": "https://symfony.com/contributors"
  438. }
  439. ],
  440. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  441. "homepage": "https://symfony.com",
  442. "keywords": [
  443. "compatibility",
  444. "polyfill",
  445. "portable",
  446. "shim"
  447. ],
  448. "support": {
  449. "source": "https://github.com/symfony/polyfill-php80/tree/v1.32.0"
  450. },
  451. "funding": [
  452. {
  453. "url": "https://symfony.com/sponsor",
  454. "type": "custom"
  455. },
  456. {
  457. "url": "https://github.com/fabpot",
  458. "type": "github"
  459. },
  460. {
  461. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  462. "type": "tidelift"
  463. }
  464. ],
  465. "time": "2025-01-02T08:10:11+00:00"
  466. },
  467. {
  468. "name": "vlucas/phpdotenv",
  469. "version": "v5.6.2",
  470. "source": {
  471. "type": "git",
  472. "url": "https://github.com/vlucas/phpdotenv.git",
  473. "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af"
  474. },
  475. "dist": {
  476. "type": "zip",
  477. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
  478. "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
  479. "shasum": ""
  480. },
  481. "require": {
  482. "ext-pcre": "*",
  483. "graham-campbell/result-type": "^1.1.3",
  484. "php": "^7.2.5 || ^8.0",
  485. "phpoption/phpoption": "^1.9.3",
  486. "symfony/polyfill-ctype": "^1.24",
  487. "symfony/polyfill-mbstring": "^1.24",
  488. "symfony/polyfill-php80": "^1.24"
  489. },
  490. "require-dev": {
  491. "bamarni/composer-bin-plugin": "^1.8.2",
  492. "ext-filter": "*",
  493. "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
  494. },
  495. "suggest": {
  496. "ext-filter": "Required to use the boolean validator."
  497. },
  498. "type": "library",
  499. "extra": {
  500. "bamarni-bin": {
  501. "bin-links": true,
  502. "forward-command": false
  503. },
  504. "branch-alias": {
  505. "dev-master": "5.6-dev"
  506. }
  507. },
  508. "autoload": {
  509. "psr-4": {
  510. "Dotenv\\": "src/"
  511. }
  512. },
  513. "notification-url": "https://packagist.org/downloads/",
  514. "license": [
  515. "BSD-3-Clause"
  516. ],
  517. "authors": [
  518. {
  519. "name": "Graham Campbell",
  520. "email": "hello@gjcampbell.co.uk",
  521. "homepage": "https://github.com/GrahamCampbell"
  522. },
  523. {
  524. "name": "Vance Lucas",
  525. "email": "vance@vancelucas.com",
  526. "homepage": "https://github.com/vlucas"
  527. }
  528. ],
  529. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  530. "keywords": [
  531. "dotenv",
  532. "env",
  533. "environment"
  534. ],
  535. "support": {
  536. "issues": "https://github.com/vlucas/phpdotenv/issues",
  537. "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.2"
  538. },
  539. "funding": [
  540. {
  541. "url": "https://github.com/GrahamCampbell",
  542. "type": "github"
  543. },
  544. {
  545. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  546. "type": "tidelift"
  547. }
  548. ],
  549. "time": "2025-04-30T23:37:27+00:00"
  550. }
  551. ],
  552. "packages-dev": [],
  553. "aliases": [],
  554. "minimum-stability": "stable",
  555. "stability-flags": {},
  556. "prefer-stable": false,
  557. "prefer-lowest": false,
  558. "platform": {},
  559. "platform-dev": {},
  560. "plugin-api-version": "2.6.0"
  561. }