composer.lock 50 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384
  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": "e867f8c2bdc25e7f4f8aebad5508a7e1",
  8. "packages": [
  9. {
  10. "name": "bramus/ansi-php",
  11. "version": "3.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/bramus/ansi-php.git",
  15. "reference": "f581b2fd322177e5fabd67af240811838c1c8fbc"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/bramus/ansi-php/zipball/f581b2fd322177e5fabd67af240811838c1c8fbc",
  20. "reference": "f581b2fd322177e5fabd67af240811838c1c8fbc",
  21. "shasum": "",
  22. "mirrors": [
  23. {
  24. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  25. "preferred": true
  26. }
  27. ]
  28. },
  29. "require": {
  30. "php": ">=5.4.0"
  31. },
  32. "require-dev": {
  33. "phpunit/phpunit": "~4.0"
  34. },
  35. "type": "library",
  36. "autoload": {
  37. "psr-4": {
  38. "Bramus\\Ansi\\": "src/"
  39. }
  40. },
  41. "notification-url": "https://packagist.org/downloads/",
  42. "license": [
  43. "MIT"
  44. ],
  45. "authors": [
  46. {
  47. "name": "Bramus Van Damme",
  48. "email": "[email protected]",
  49. "homepage": "https://www.bram.us/"
  50. }
  51. ],
  52. "description": "ANSI Control Functions and ANSI Control Sequences (Colors, Erasing, etc.) for PHP CLI Apps",
  53. "support": {
  54. "issues": "https://github.com/bramus/ansi-php/issues",
  55. "source": "https://github.com/bramus/ansi-php/tree/3.1"
  56. },
  57. "time": "2021-10-28T10:45:05+00:00"
  58. },
  59. {
  60. "name": "bramus/monolog-colored-line-formatter",
  61. "version": "2.0.3",
  62. "source": {
  63. "type": "git",
  64. "url": "https://github.com/bramus/monolog-colored-line-formatter.git",
  65. "reference": "6bff15eee00afe2690642535b0f1541f10852c2b"
  66. },
  67. "dist": {
  68. "type": "zip",
  69. "url": "https://api.github.com/repos/bramus/monolog-colored-line-formatter/zipball/6bff15eee00afe2690642535b0f1541f10852c2b",
  70. "reference": "6bff15eee00afe2690642535b0f1541f10852c2b",
  71. "shasum": "",
  72. "mirrors": [
  73. {
  74. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  75. "preferred": true
  76. }
  77. ]
  78. },
  79. "require": {
  80. "bramus/ansi-php": "~3.0",
  81. "php": ">=5.4.0"
  82. },
  83. "require-dev": {
  84. "monolog/monolog": "~1.0",
  85. "phpunit/phpunit": "~4.0"
  86. },
  87. "type": "library",
  88. "autoload": {
  89. "psr-4": {
  90. "Bramus\\Monolog\\": "src/"
  91. }
  92. },
  93. "notification-url": "https://packagist.org/downloads/",
  94. "license": [
  95. "MIT"
  96. ],
  97. "authors": [
  98. {
  99. "name": "Bramus Van Damme",
  100. "email": "[email protected]",
  101. "homepage": "https://www.bram.us/"
  102. }
  103. ],
  104. "description": "Colored Line Formatter for Monolog",
  105. "support": {
  106. "issues": "https://github.com/bramus/monolog-colored-line-formatter/issues",
  107. "source": "https://github.com/bramus/monolog-colored-line-formatter/tree/master"
  108. },
  109. "time": "2015-01-07T22:12:35+00:00"
  110. },
  111. {
  112. "name": "guzzlehttp/guzzle",
  113. "version": "7.4.1",
  114. "source": {
  115. "type": "git",
  116. "url": "https://github.com/guzzle/guzzle.git",
  117. "reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79"
  118. },
  119. "dist": {
  120. "type": "zip",
  121. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ee0a041b1760e6a53d2a39c8c34115adc2af2c79",
  122. "reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79",
  123. "shasum": "",
  124. "mirrors": [
  125. {
  126. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  127. "preferred": true
  128. }
  129. ]
  130. },
  131. "require": {
  132. "ext-json": "*",
  133. "guzzlehttp/promises": "^1.5",
  134. "guzzlehttp/psr7": "^1.8.3 || ^2.1",
  135. "php": "^7.2.5 || ^8.0",
  136. "psr/http-client": "^1.0",
  137. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  138. },
  139. "provide": {
  140. "psr/http-client-implementation": "1.0"
  141. },
  142. "require-dev": {
  143. "bamarni/composer-bin-plugin": "^1.4.1",
  144. "ext-curl": "*",
  145. "php-http/client-integration-tests": "^3.0",
  146. "phpunit/phpunit": "^8.5.5 || ^9.3.5",
  147. "psr/log": "^1.1 || ^2.0 || ^3.0"
  148. },
  149. "suggest": {
  150. "ext-curl": "Required for CURL handler support",
  151. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  152. "psr/log": "Required for using the Log middleware"
  153. },
  154. "type": "library",
  155. "extra": {
  156. "branch-alias": {
  157. "dev-master": "7.4-dev"
  158. }
  159. },
  160. "autoload": {
  161. "psr-4": {
  162. "GuzzleHttp\\": "src/"
  163. },
  164. "files": [
  165. "src/functions_include.php"
  166. ]
  167. },
  168. "notification-url": "https://packagist.org/downloads/",
  169. "license": [
  170. "MIT"
  171. ],
  172. "authors": [
  173. {
  174. "name": "Graham Campbell",
  175. "email": "[email protected]",
  176. "homepage": "https://github.com/GrahamCampbell"
  177. },
  178. {
  179. "name": "Michael Dowling",
  180. "email": "[email protected]",
  181. "homepage": "https://github.com/mtdowling"
  182. },
  183. {
  184. "name": "Jeremy Lindblom",
  185. "email": "[email protected]",
  186. "homepage": "https://github.com/jeremeamia"
  187. },
  188. {
  189. "name": "George Mponos",
  190. "email": "[email protected]",
  191. "homepage": "https://github.com/gmponos"
  192. },
  193. {
  194. "name": "Tobias Nyholm",
  195. "email": "[email protected]",
  196. "homepage": "https://github.com/Nyholm"
  197. },
  198. {
  199. "name": "Márk Sági-Kazár",
  200. "email": "[email protected]",
  201. "homepage": "https://github.com/sagikazarmark"
  202. },
  203. {
  204. "name": "Tobias Schultze",
  205. "email": "[email protected]",
  206. "homepage": "https://github.com/Tobion"
  207. }
  208. ],
  209. "description": "Guzzle is a PHP HTTP client library",
  210. "keywords": [
  211. "client",
  212. "curl",
  213. "framework",
  214. "http",
  215. "http client",
  216. "psr-18",
  217. "psr-7",
  218. "rest",
  219. "web service"
  220. ],
  221. "support": {
  222. "issues": "https://github.com/guzzle/guzzle/issues",
  223. "source": "https://github.com/guzzle/guzzle/tree/7.4.1"
  224. },
  225. "funding": [
  226. {
  227. "url": "https://github.com/GrahamCampbell",
  228. "type": "github"
  229. },
  230. {
  231. "url": "https://github.com/Nyholm",
  232. "type": "github"
  233. },
  234. {
  235. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
  236. "type": "tidelift"
  237. }
  238. ],
  239. "time": "2021-12-06T18:43:05+00:00"
  240. },
  241. {
  242. "name": "guzzlehttp/promises",
  243. "version": "1.5.1",
  244. "source": {
  245. "type": "git",
  246. "url": "https://github.com/guzzle/promises.git",
  247. "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
  248. },
  249. "dist": {
  250. "type": "zip",
  251. "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
  252. "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
  253. "shasum": "",
  254. "mirrors": [
  255. {
  256. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  257. "preferred": true
  258. }
  259. ]
  260. },
  261. "require": {
  262. "php": ">=5.5"
  263. },
  264. "require-dev": {
  265. "symfony/phpunit-bridge": "^4.4 || ^5.1"
  266. },
  267. "type": "library",
  268. "extra": {
  269. "branch-alias": {
  270. "dev-master": "1.5-dev"
  271. }
  272. },
  273. "autoload": {
  274. "psr-4": {
  275. "GuzzleHttp\\Promise\\": "src/"
  276. },
  277. "files": [
  278. "src/functions_include.php"
  279. ]
  280. },
  281. "notification-url": "https://packagist.org/downloads/",
  282. "license": [
  283. "MIT"
  284. ],
  285. "authors": [
  286. {
  287. "name": "Graham Campbell",
  288. "email": "[email protected]",
  289. "homepage": "https://github.com/GrahamCampbell"
  290. },
  291. {
  292. "name": "Michael Dowling",
  293. "email": "[email protected]",
  294. "homepage": "https://github.com/mtdowling"
  295. },
  296. {
  297. "name": "Tobias Nyholm",
  298. "email": "[email protected]",
  299. "homepage": "https://github.com/Nyholm"
  300. },
  301. {
  302. "name": "Tobias Schultze",
  303. "email": "[email protected]",
  304. "homepage": "https://github.com/Tobion"
  305. }
  306. ],
  307. "description": "Guzzle promises library",
  308. "keywords": [
  309. "promise"
  310. ],
  311. "support": {
  312. "issues": "https://github.com/guzzle/promises/issues",
  313. "source": "https://github.com/guzzle/promises/tree/1.5.1"
  314. },
  315. "funding": [
  316. {
  317. "url": "https://github.com/GrahamCampbell",
  318. "type": "github"
  319. },
  320. {
  321. "url": "https://github.com/Nyholm",
  322. "type": "github"
  323. },
  324. {
  325. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  326. "type": "tidelift"
  327. }
  328. ],
  329. "time": "2021-10-22T20:56:57+00:00"
  330. },
  331. {
  332. "name": "guzzlehttp/psr7",
  333. "version": "2.1.0",
  334. "source": {
  335. "type": "git",
  336. "url": "https://github.com/guzzle/psr7.git",
  337. "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72"
  338. },
  339. "dist": {
  340. "type": "zip",
  341. "url": "https://api.github.com/repos/guzzle/psr7/zipball/089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
  342. "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
  343. "shasum": "",
  344. "mirrors": [
  345. {
  346. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  347. "preferred": true
  348. }
  349. ]
  350. },
  351. "require": {
  352. "php": "^7.2.5 || ^8.0",
  353. "psr/http-factory": "^1.0",
  354. "psr/http-message": "^1.0",
  355. "ralouphie/getallheaders": "^3.0"
  356. },
  357. "provide": {
  358. "psr/http-factory-implementation": "1.0",
  359. "psr/http-message-implementation": "1.0"
  360. },
  361. "require-dev": {
  362. "bamarni/composer-bin-plugin": "^1.4.1",
  363. "http-interop/http-factory-tests": "^0.9",
  364. "phpunit/phpunit": "^8.5.8 || ^9.3.10"
  365. },
  366. "suggest": {
  367. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  368. },
  369. "type": "library",
  370. "extra": {
  371. "branch-alias": {
  372. "dev-master": "2.1-dev"
  373. }
  374. },
  375. "autoload": {
  376. "psr-4": {
  377. "GuzzleHttp\\Psr7\\": "src/"
  378. }
  379. },
  380. "notification-url": "https://packagist.org/downloads/",
  381. "license": [
  382. "MIT"
  383. ],
  384. "authors": [
  385. {
  386. "name": "Graham Campbell",
  387. "email": "[email protected]",
  388. "homepage": "https://github.com/GrahamCampbell"
  389. },
  390. {
  391. "name": "Michael Dowling",
  392. "email": "[email protected]",
  393. "homepage": "https://github.com/mtdowling"
  394. },
  395. {
  396. "name": "George Mponos",
  397. "email": "[email protected]",
  398. "homepage": "https://github.com/gmponos"
  399. },
  400. {
  401. "name": "Tobias Nyholm",
  402. "email": "[email protected]",
  403. "homepage": "https://github.com/Nyholm"
  404. },
  405. {
  406. "name": "Márk Sági-Kazár",
  407. "email": "[email protected]",
  408. "homepage": "https://github.com/sagikazarmark"
  409. },
  410. {
  411. "name": "Tobias Schultze",
  412. "email": "[email protected]",
  413. "homepage": "https://github.com/Tobion"
  414. },
  415. {
  416. "name": "Márk Sági-Kazár",
  417. "email": "[email protected]",
  418. "homepage": "https://sagikazarmark.hu"
  419. }
  420. ],
  421. "description": "PSR-7 message implementation that also provides common utility methods",
  422. "keywords": [
  423. "http",
  424. "message",
  425. "psr-7",
  426. "request",
  427. "response",
  428. "stream",
  429. "uri",
  430. "url"
  431. ],
  432. "support": {
  433. "issues": "https://github.com/guzzle/psr7/issues",
  434. "source": "https://github.com/guzzle/psr7/tree/2.1.0"
  435. },
  436. "funding": [
  437. {
  438. "url": "https://github.com/GrahamCampbell",
  439. "type": "github"
  440. },
  441. {
  442. "url": "https://github.com/Nyholm",
  443. "type": "github"
  444. },
  445. {
  446. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  447. "type": "tidelift"
  448. }
  449. ],
  450. "time": "2021-10-06T17:43:30+00:00"
  451. },
  452. {
  453. "name": "kevinlebrun/colors.php",
  454. "version": "1.0.3",
  455. "source": {
  456. "type": "git",
  457. "url": "https://github.com/kevinlebrun/colors.php.git",
  458. "reference": "cdda5eee41314b87cd5a8bb91b1ffc7c0210e673"
  459. },
  460. "dist": {
  461. "type": "zip",
  462. "url": "https://api.github.com/repos/kevinlebrun/colors.php/zipball/cdda5eee41314b87cd5a8bb91b1ffc7c0210e673",
  463. "reference": "cdda5eee41314b87cd5a8bb91b1ffc7c0210e673",
  464. "shasum": "",
  465. "mirrors": [
  466. {
  467. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  468. "preferred": true
  469. }
  470. ]
  471. },
  472. "require": {
  473. "php": ">=5.3.0"
  474. },
  475. "require-dev": {
  476. "phpunit/phpunit": "3.7.*",
  477. "satooshi/php-coveralls": "1.0.*",
  478. "squizlabs/php_codesniffer": "1.*"
  479. },
  480. "type": "library",
  481. "autoload": {
  482. "psr-0": {
  483. "Colors": "src/"
  484. }
  485. },
  486. "notification-url": "https://packagist.org/downloads/",
  487. "license": [
  488. "MIT"
  489. ],
  490. "authors": [
  491. {
  492. "name": "Kevin Le Brun",
  493. "email": "[email protected]",
  494. "homepage": "http://kevinlebrun.fr",
  495. "role": "developer"
  496. }
  497. ],
  498. "description": "Colors for PHP CLI scripts",
  499. "homepage": "https://github.com/kevinlebrun/colors.php",
  500. "keywords": [
  501. "cli",
  502. "color",
  503. "colors",
  504. "console",
  505. "shell"
  506. ],
  507. "support": {
  508. "issues": "https://github.com/kevinlebrun/colors.php/issues",
  509. "source": "https://github.com/kevinlebrun/colors.php/tree/master"
  510. },
  511. "time": "2018-05-30T08:34:23+00:00"
  512. },
  513. {
  514. "name": "monolog/monolog",
  515. "version": "1.26.1",
  516. "source": {
  517. "type": "git",
  518. "url": "https://github.com/Seldaek/monolog.git",
  519. "reference": "c6b00f05152ae2c9b04a448f99c7590beb6042f5"
  520. },
  521. "dist": {
  522. "type": "zip",
  523. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c6b00f05152ae2c9b04a448f99c7590beb6042f5",
  524. "reference": "c6b00f05152ae2c9b04a448f99c7590beb6042f5",
  525. "shasum": "",
  526. "mirrors": [
  527. {
  528. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  529. "preferred": true
  530. }
  531. ]
  532. },
  533. "require": {
  534. "php": ">=5.3.0",
  535. "psr/log": "~1.0"
  536. },
  537. "provide": {
  538. "psr/log-implementation": "1.0.0"
  539. },
  540. "require-dev": {
  541. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  542. "doctrine/couchdb": "~1.0@dev",
  543. "graylog2/gelf-php": "~1.0",
  544. "php-amqplib/php-amqplib": "~2.4",
  545. "php-console/php-console": "^3.1.3",
  546. "phpstan/phpstan": "^0.12.59",
  547. "phpunit/phpunit": "~4.5",
  548. "ruflin/elastica": ">=0.90 <3.0",
  549. "sentry/sentry": "^0.13",
  550. "swiftmailer/swiftmailer": "^5.3|^6.0"
  551. },
  552. "suggest": {
  553. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  554. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  555. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  556. "ext-mongo": "Allow sending log messages to a MongoDB server",
  557. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  558. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  559. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  560. "php-console/php-console": "Allow sending log messages to Google Chrome",
  561. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  562. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  563. "sentry/sentry": "Allow sending log messages to a Sentry server"
  564. },
  565. "type": "library",
  566. "autoload": {
  567. "psr-4": {
  568. "Monolog\\": "src/Monolog"
  569. }
  570. },
  571. "notification-url": "https://packagist.org/downloads/",
  572. "license": [
  573. "MIT"
  574. ],
  575. "authors": [
  576. {
  577. "name": "Jordi Boggiano",
  578. "email": "[email protected]",
  579. "homepage": "http://seld.be"
  580. }
  581. ],
  582. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  583. "homepage": "http://github.com/Seldaek/monolog",
  584. "keywords": [
  585. "log",
  586. "logging",
  587. "psr-3"
  588. ],
  589. "support": {
  590. "issues": "https://github.com/Seldaek/monolog/issues",
  591. "source": "https://github.com/Seldaek/monolog/tree/1.26.1"
  592. },
  593. "funding": [
  594. {
  595. "url": "https://github.com/Seldaek",
  596. "type": "github"
  597. },
  598. {
  599. "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
  600. "type": "tidelift"
  601. }
  602. ],
  603. "time": "2021-05-28T08:32:12+00:00"
  604. },
  605. {
  606. "name": "phpmailer/phpmailer",
  607. "version": "v6.5.3",
  608. "source": {
  609. "type": "git",
  610. "url": "https://github.com/PHPMailer/PHPMailer.git",
  611. "reference": "baeb7cde6b60b1286912690ab0693c7789a31e71"
  612. },
  613. "dist": {
  614. "type": "zip",
  615. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/baeb7cde6b60b1286912690ab0693c7789a31e71",
  616. "reference": "baeb7cde6b60b1286912690ab0693c7789a31e71",
  617. "shasum": "",
  618. "mirrors": [
  619. {
  620. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  621. "preferred": true
  622. }
  623. ]
  624. },
  625. "require": {
  626. "ext-ctype": "*",
  627. "ext-filter": "*",
  628. "ext-hash": "*",
  629. "php": ">=5.5.0"
  630. },
  631. "require-dev": {
  632. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  633. "doctrine/annotations": "^1.2",
  634. "php-parallel-lint/php-console-highlighter": "^0.5.0",
  635. "php-parallel-lint/php-parallel-lint": "^1.3",
  636. "phpcompatibility/php-compatibility": "^9.3.5",
  637. "roave/security-advisories": "dev-latest",
  638. "squizlabs/php_codesniffer": "^3.6.0",
  639. "yoast/phpunit-polyfills": "^1.0.0"
  640. },
  641. "suggest": {
  642. "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
  643. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  644. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  645. "psr/log": "For optional PSR-3 debug logging",
  646. "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
  647. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
  648. },
  649. "type": "library",
  650. "autoload": {
  651. "psr-4": {
  652. "PHPMailer\\PHPMailer\\": "src/"
  653. }
  654. },
  655. "notification-url": "https://packagist.org/downloads/",
  656. "license": [
  657. "LGPL-2.1-only"
  658. ],
  659. "authors": [
  660. {
  661. "name": "Marcus Bointon",
  662. "email": "[email protected]"
  663. },
  664. {
  665. "name": "Jim Jagielski",
  666. "email": "[email protected]"
  667. },
  668. {
  669. "name": "Andy Prevost",
  670. "email": "[email protected]"
  671. },
  672. {
  673. "name": "Brent R. Matzelle"
  674. }
  675. ],
  676. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  677. "support": {
  678. "issues": "https://github.com/PHPMailer/PHPMailer/issues",
  679. "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.5.3"
  680. },
  681. "funding": [
  682. {
  683. "url": "https://github.com/Synchro",
  684. "type": "github"
  685. }
  686. ],
  687. "time": "2021-11-25T16:34:11+00:00"
  688. },
  689. {
  690. "name": "phpoption/phpoption",
  691. "version": "1.8.1",
  692. "source": {
  693. "type": "git",
  694. "url": "https://github.com/schmittjoh/php-option.git",
  695. "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15"
  696. },
  697. "dist": {
  698. "type": "zip",
  699. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
  700. "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
  701. "shasum": "",
  702. "mirrors": [
  703. {
  704. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  705. "preferred": true
  706. }
  707. ]
  708. },
  709. "require": {
  710. "php": "^7.0 || ^8.0"
  711. },
  712. "require-dev": {
  713. "bamarni/composer-bin-plugin": "^1.4.1",
  714. "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
  715. },
  716. "type": "library",
  717. "extra": {
  718. "branch-alias": {
  719. "dev-master": "1.8-dev"
  720. }
  721. },
  722. "autoload": {
  723. "psr-4": {
  724. "PhpOption\\": "src/PhpOption/"
  725. }
  726. },
  727. "notification-url": "https://packagist.org/downloads/",
  728. "license": [
  729. "Apache-2.0"
  730. ],
  731. "authors": [
  732. {
  733. "name": "Johannes M. Schmitt",
  734. "email": "[email protected]",
  735. "homepage": "https://github.com/schmittjoh"
  736. },
  737. {
  738. "name": "Graham Campbell",
  739. "email": "[email protected]",
  740. "homepage": "https://github.com/GrahamCampbell"
  741. }
  742. ],
  743. "description": "Option Type for PHP",
  744. "keywords": [
  745. "language",
  746. "option",
  747. "php",
  748. "type"
  749. ],
  750. "support": {
  751. "issues": "https://github.com/schmittjoh/php-option/issues",
  752. "source": "https://github.com/schmittjoh/php-option/tree/1.8.1"
  753. },
  754. "funding": [
  755. {
  756. "url": "https://github.com/GrahamCampbell",
  757. "type": "github"
  758. },
  759. {
  760. "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
  761. "type": "tidelift"
  762. }
  763. ],
  764. "time": "2021-12-04T23:24:31+00:00"
  765. },
  766. {
  767. "name": "predis/predis",
  768. "version": "v1.1.10",
  769. "source": {
  770. "type": "git",
  771. "url": "https://github.com/predis/predis.git",
  772. "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e"
  773. },
  774. "dist": {
  775. "type": "zip",
  776. "url": "https://api.github.com/repos/predis/predis/zipball/a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e",
  777. "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e",
  778. "shasum": "",
  779. "mirrors": [
  780. {
  781. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  782. "preferred": true
  783. }
  784. ]
  785. },
  786. "require": {
  787. "php": ">=5.3.9"
  788. },
  789. "require-dev": {
  790. "phpunit/phpunit": "~4.8"
  791. },
  792. "suggest": {
  793. "ext-curl": "Allows access to Webdis when paired with phpiredis",
  794. "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
  795. },
  796. "type": "library",
  797. "autoload": {
  798. "psr-4": {
  799. "Predis\\": "src/"
  800. }
  801. },
  802. "notification-url": "https://packagist.org/downloads/",
  803. "license": [
  804. "MIT"
  805. ],
  806. "authors": [
  807. {
  808. "name": "Daniele Alessandri",
  809. "email": "[email protected]",
  810. "homepage": "http://clorophilla.net",
  811. "role": "Creator & Maintainer"
  812. },
  813. {
  814. "name": "Till Krüss",
  815. "homepage": "https://till.im",
  816. "role": "Maintainer"
  817. }
  818. ],
  819. "description": "Flexible and feature-complete Redis client for PHP and HHVM",
  820. "homepage": "http://github.com/predis/predis",
  821. "keywords": [
  822. "nosql",
  823. "predis",
  824. "redis"
  825. ],
  826. "support": {
  827. "issues": "https://github.com/predis/predis/issues",
  828. "source": "https://github.com/predis/predis/tree/v1.1.10"
  829. },
  830. "funding": [
  831. {
  832. "url": "https://github.com/sponsors/tillkruss",
  833. "type": "github"
  834. }
  835. ],
  836. "time": "2022-01-05T17:46:08+00:00"
  837. },
  838. {
  839. "name": "psr/http-client",
  840. "version": "1.0.1",
  841. "source": {
  842. "type": "git",
  843. "url": "https://github.com/php-fig/http-client.git",
  844. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  845. },
  846. "dist": {
  847. "type": "zip",
  848. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  849. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  850. "shasum": "",
  851. "mirrors": [
  852. {
  853. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  854. "preferred": true
  855. }
  856. ]
  857. },
  858. "require": {
  859. "php": "^7.0 || ^8.0",
  860. "psr/http-message": "^1.0"
  861. },
  862. "type": "library",
  863. "extra": {
  864. "branch-alias": {
  865. "dev-master": "1.0.x-dev"
  866. }
  867. },
  868. "autoload": {
  869. "psr-4": {
  870. "Psr\\Http\\Client\\": "src/"
  871. }
  872. },
  873. "notification-url": "https://packagist.org/downloads/",
  874. "license": [
  875. "MIT"
  876. ],
  877. "authors": [
  878. {
  879. "name": "PHP-FIG",
  880. "homepage": "http://www.php-fig.org/"
  881. }
  882. ],
  883. "description": "Common interface for HTTP clients",
  884. "homepage": "https://github.com/php-fig/http-client",
  885. "keywords": [
  886. "http",
  887. "http-client",
  888. "psr",
  889. "psr-18"
  890. ],
  891. "support": {
  892. "source": "https://github.com/php-fig/http-client/tree/master"
  893. },
  894. "time": "2020-06-29T06:28:15+00:00"
  895. },
  896. {
  897. "name": "psr/http-factory",
  898. "version": "1.0.1",
  899. "source": {
  900. "type": "git",
  901. "url": "https://github.com/php-fig/http-factory.git",
  902. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
  903. },
  904. "dist": {
  905. "type": "zip",
  906. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  907. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  908. "shasum": "",
  909. "mirrors": [
  910. {
  911. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  912. "preferred": true
  913. }
  914. ]
  915. },
  916. "require": {
  917. "php": ">=7.0.0",
  918. "psr/http-message": "^1.0"
  919. },
  920. "type": "library",
  921. "extra": {
  922. "branch-alias": {
  923. "dev-master": "1.0.x-dev"
  924. }
  925. },
  926. "autoload": {
  927. "psr-4": {
  928. "Psr\\Http\\Message\\": "src/"
  929. }
  930. },
  931. "notification-url": "https://packagist.org/downloads/",
  932. "license": [
  933. "MIT"
  934. ],
  935. "authors": [
  936. {
  937. "name": "PHP-FIG",
  938. "homepage": "http://www.php-fig.org/"
  939. }
  940. ],
  941. "description": "Common interfaces for PSR-7 HTTP message factories",
  942. "keywords": [
  943. "factory",
  944. "http",
  945. "message",
  946. "psr",
  947. "psr-17",
  948. "psr-7",
  949. "request",
  950. "response"
  951. ],
  952. "support": {
  953. "source": "https://github.com/php-fig/http-factory/tree/master"
  954. },
  955. "time": "2019-04-30T12:38:16+00:00"
  956. },
  957. {
  958. "name": "psr/http-message",
  959. "version": "1.0.1",
  960. "source": {
  961. "type": "git",
  962. "url": "https://github.com/php-fig/http-message.git",
  963. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  964. },
  965. "dist": {
  966. "type": "zip",
  967. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  968. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  969. "shasum": "",
  970. "mirrors": [
  971. {
  972. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  973. "preferred": true
  974. }
  975. ]
  976. },
  977. "require": {
  978. "php": ">=5.3.0"
  979. },
  980. "type": "library",
  981. "extra": {
  982. "branch-alias": {
  983. "dev-master": "1.0.x-dev"
  984. }
  985. },
  986. "autoload": {
  987. "psr-4": {
  988. "Psr\\Http\\Message\\": "src/"
  989. }
  990. },
  991. "notification-url": "https://packagist.org/downloads/",
  992. "license": [
  993. "MIT"
  994. ],
  995. "authors": [
  996. {
  997. "name": "PHP-FIG",
  998. "homepage": "http://www.php-fig.org/"
  999. }
  1000. ],
  1001. "description": "Common interface for HTTP messages",
  1002. "homepage": "https://github.com/php-fig/http-message",
  1003. "keywords": [
  1004. "http",
  1005. "http-message",
  1006. "psr",
  1007. "psr-7",
  1008. "request",
  1009. "response"
  1010. ],
  1011. "support": {
  1012. "source": "https://github.com/php-fig/http-message/tree/master"
  1013. },
  1014. "time": "2016-08-06T14:39:51+00:00"
  1015. },
  1016. {
  1017. "name": "psr/log",
  1018. "version": "1.1.4",
  1019. "source": {
  1020. "type": "git",
  1021. "url": "https://github.com/php-fig/log.git",
  1022. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  1023. },
  1024. "dist": {
  1025. "type": "zip",
  1026. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  1027. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  1028. "shasum": "",
  1029. "mirrors": [
  1030. {
  1031. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1032. "preferred": true
  1033. }
  1034. ]
  1035. },
  1036. "require": {
  1037. "php": ">=5.3.0"
  1038. },
  1039. "type": "library",
  1040. "extra": {
  1041. "branch-alias": {
  1042. "dev-master": "1.1.x-dev"
  1043. }
  1044. },
  1045. "autoload": {
  1046. "psr-4": {
  1047. "Psr\\Log\\": "Psr/Log/"
  1048. }
  1049. },
  1050. "notification-url": "https://packagist.org/downloads/",
  1051. "license": [
  1052. "MIT"
  1053. ],
  1054. "authors": [
  1055. {
  1056. "name": "PHP-FIG",
  1057. "homepage": "https://www.php-fig.org/"
  1058. }
  1059. ],
  1060. "description": "Common interface for logging libraries",
  1061. "homepage": "https://github.com/php-fig/log",
  1062. "keywords": [
  1063. "log",
  1064. "psr",
  1065. "psr-3"
  1066. ],
  1067. "support": {
  1068. "source": "https://github.com/php-fig/log/tree/1.1.4"
  1069. },
  1070. "time": "2021-05-03T11:20:27+00:00"
  1071. },
  1072. {
  1073. "name": "ralouphie/getallheaders",
  1074. "version": "3.0.3",
  1075. "source": {
  1076. "type": "git",
  1077. "url": "https://github.com/ralouphie/getallheaders.git",
  1078. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  1079. },
  1080. "dist": {
  1081. "type": "zip",
  1082. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  1083. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  1084. "shasum": "",
  1085. "mirrors": [
  1086. {
  1087. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1088. "preferred": true
  1089. }
  1090. ]
  1091. },
  1092. "require": {
  1093. "php": ">=5.6"
  1094. },
  1095. "require-dev": {
  1096. "php-coveralls/php-coveralls": "^2.1",
  1097. "phpunit/phpunit": "^5 || ^6.5"
  1098. },
  1099. "type": "library",
  1100. "autoload": {
  1101. "files": [
  1102. "src/getallheaders.php"
  1103. ]
  1104. },
  1105. "notification-url": "https://packagist.org/downloads/",
  1106. "license": [
  1107. "MIT"
  1108. ],
  1109. "authors": [
  1110. {
  1111. "name": "Ralph Khattar",
  1112. "email": "[email protected]"
  1113. }
  1114. ],
  1115. "description": "A polyfill for getallheaders.",
  1116. "support": {
  1117. "issues": "https://github.com/ralouphie/getallheaders/issues",
  1118. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  1119. },
  1120. "time": "2019-03-08T08:55:37+00:00"
  1121. },
  1122. {
  1123. "name": "symfony/deprecation-contracts",
  1124. "version": "v3.0.0",
  1125. "source": {
  1126. "type": "git",
  1127. "url": "https://github.com/symfony/deprecation-contracts.git",
  1128. "reference": "c726b64c1ccfe2896cb7df2e1331c357ad1c8ced"
  1129. },
  1130. "dist": {
  1131. "type": "zip",
  1132. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/c726b64c1ccfe2896cb7df2e1331c357ad1c8ced",
  1133. "reference": "c726b64c1ccfe2896cb7df2e1331c357ad1c8ced",
  1134. "shasum": "",
  1135. "mirrors": [
  1136. {
  1137. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1138. "preferred": true
  1139. }
  1140. ]
  1141. },
  1142. "require": {
  1143. "php": ">=8.0.2"
  1144. },
  1145. "type": "library",
  1146. "extra": {
  1147. "branch-alias": {
  1148. "dev-main": "3.0-dev"
  1149. },
  1150. "thanks": {
  1151. "name": "symfony/contracts",
  1152. "url": "https://github.com/symfony/contracts"
  1153. }
  1154. },
  1155. "autoload": {
  1156. "files": [
  1157. "function.php"
  1158. ]
  1159. },
  1160. "notification-url": "https://packagist.org/downloads/",
  1161. "license": [
  1162. "MIT"
  1163. ],
  1164. "authors": [
  1165. {
  1166. "name": "Nicolas Grekas",
  1167. "email": "[email protected]"
  1168. },
  1169. {
  1170. "name": "Symfony Community",
  1171. "homepage": "https://symfony.com/contributors"
  1172. }
  1173. ],
  1174. "description": "A generic function and convention to trigger deprecation notices",
  1175. "homepage": "https://symfony.com",
  1176. "support": {
  1177. "source": "https://github.com/symfony/deprecation-contracts/tree/v3.0.0"
  1178. },
  1179. "funding": [
  1180. {
  1181. "url": "https://symfony.com/sponsor",
  1182. "type": "custom"
  1183. },
  1184. {
  1185. "url": "https://github.com/fabpot",
  1186. "type": "github"
  1187. },
  1188. {
  1189. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1190. "type": "tidelift"
  1191. }
  1192. ],
  1193. "time": "2021-11-01T23:48:49+00:00"
  1194. },
  1195. {
  1196. "name": "symfony/polyfill-ctype",
  1197. "version": "v1.24.0",
  1198. "source": {
  1199. "type": "git",
  1200. "url": "https://github.com/symfony/polyfill-ctype.git",
  1201. "reference": "30885182c981ab175d4d034db0f6f469898070ab"
  1202. },
  1203. "dist": {
  1204. "type": "zip",
  1205. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
  1206. "reference": "30885182c981ab175d4d034db0f6f469898070ab",
  1207. "shasum": "",
  1208. "mirrors": [
  1209. {
  1210. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1211. "preferred": true
  1212. }
  1213. ]
  1214. },
  1215. "require": {
  1216. "php": ">=7.1"
  1217. },
  1218. "provide": {
  1219. "ext-ctype": "*"
  1220. },
  1221. "suggest": {
  1222. "ext-ctype": "For best performance"
  1223. },
  1224. "type": "library",
  1225. "extra": {
  1226. "branch-alias": {
  1227. "dev-main": "1.23-dev"
  1228. },
  1229. "thanks": {
  1230. "name": "symfony/polyfill",
  1231. "url": "https://github.com/symfony/polyfill"
  1232. }
  1233. },
  1234. "autoload": {
  1235. "psr-4": {
  1236. "Symfony\\Polyfill\\Ctype\\": ""
  1237. },
  1238. "files": [
  1239. "bootstrap.php"
  1240. ]
  1241. },
  1242. "notification-url": "https://packagist.org/downloads/",
  1243. "license": [
  1244. "MIT"
  1245. ],
  1246. "authors": [
  1247. {
  1248. "name": "Gert de Pagter",
  1249. "email": "[email protected]"
  1250. },
  1251. {
  1252. "name": "Symfony Community",
  1253. "homepage": "https://symfony.com/contributors"
  1254. }
  1255. ],
  1256. "description": "Symfony polyfill for ctype functions",
  1257. "homepage": "https://symfony.com",
  1258. "keywords": [
  1259. "compatibility",
  1260. "ctype",
  1261. "polyfill",
  1262. "portable"
  1263. ],
  1264. "support": {
  1265. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0"
  1266. },
  1267. "funding": [
  1268. {
  1269. "url": "https://symfony.com/sponsor",
  1270. "type": "custom"
  1271. },
  1272. {
  1273. "url": "https://github.com/fabpot",
  1274. "type": "github"
  1275. },
  1276. {
  1277. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1278. "type": "tidelift"
  1279. }
  1280. ],
  1281. "time": "2021-10-20T20:35:02+00:00"
  1282. },
  1283. {
  1284. "name": "vlucas/phpdotenv",
  1285. "version": "v3.6.10",
  1286. "source": {
  1287. "type": "git",
  1288. "url": "https://github.com/vlucas/phpdotenv.git",
  1289. "reference": "5b547cdb25825f10251370f57ba5d9d924e6f68e"
  1290. },
  1291. "dist": {
  1292. "type": "zip",
  1293. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/5b547cdb25825f10251370f57ba5d9d924e6f68e",
  1294. "reference": "5b547cdb25825f10251370f57ba5d9d924e6f68e",
  1295. "shasum": "",
  1296. "mirrors": [
  1297. {
  1298. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1299. "preferred": true
  1300. }
  1301. ]
  1302. },
  1303. "require": {
  1304. "php": "^5.4 || ^7.0 || ^8.0",
  1305. "phpoption/phpoption": "^1.5.2",
  1306. "symfony/polyfill-ctype": "^1.17"
  1307. },
  1308. "require-dev": {
  1309. "ext-filter": "*",
  1310. "ext-pcre": "*",
  1311. "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.21"
  1312. },
  1313. "suggest": {
  1314. "ext-filter": "Required to use the boolean validator.",
  1315. "ext-pcre": "Required to use most of the library."
  1316. },
  1317. "type": "library",
  1318. "extra": {
  1319. "branch-alias": {
  1320. "dev-master": "3.6-dev"
  1321. }
  1322. },
  1323. "autoload": {
  1324. "psr-4": {
  1325. "Dotenv\\": "src/"
  1326. }
  1327. },
  1328. "notification-url": "https://packagist.org/downloads/",
  1329. "license": [
  1330. "BSD-3-Clause"
  1331. ],
  1332. "authors": [
  1333. {
  1334. "name": "Graham Campbell",
  1335. "email": "[email protected]",
  1336. "homepage": "https://github.com/GrahamCampbell"
  1337. },
  1338. {
  1339. "name": "Vance Lucas",
  1340. "email": "[email protected]",
  1341. "homepage": "https://github.com/vlucas"
  1342. }
  1343. ],
  1344. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  1345. "keywords": [
  1346. "dotenv",
  1347. "env",
  1348. "environment"
  1349. ],
  1350. "support": {
  1351. "issues": "https://github.com/vlucas/phpdotenv/issues",
  1352. "source": "https://github.com/vlucas/phpdotenv/tree/v3.6.10"
  1353. },
  1354. "funding": [
  1355. {
  1356. "url": "https://github.com/GrahamCampbell",
  1357. "type": "github"
  1358. },
  1359. {
  1360. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  1361. "type": "tidelift"
  1362. }
  1363. ],
  1364. "time": "2021-12-12T23:02:06+00:00"
  1365. }
  1366. ],
  1367. "packages-dev": [],
  1368. "aliases": [],
  1369. "minimum-stability": "stable",
  1370. "stability-flags": [],
  1371. "prefer-stable": false,
  1372. "prefer-lowest": false,
  1373. "platform": {
  1374. "php": ">=7.3",
  1375. "ext-curl": "*",
  1376. "ext-openssl": "*",
  1377. "ext-json": "*",
  1378. "ext-bcmath": "*",
  1379. "ext-pdo": "*",
  1380. "ext-mbstring": "*"
  1381. },
  1382. "platform-dev": [],
  1383. "plugin-api-version": "2.1.0"
  1384. }