composer.lock 46 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313
  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": "e8875f097ccd1fed7b547be480d19d00",
  8. "packages": [
  9. {
  10. "name": "adldap2/adldap2",
  11. "version": "v10.5.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/Adldap2/Adldap2.git",
  15. "reference": "e400eecb7bd7de8ee79aae320b54ad70d37f86b1"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/Adldap2/Adldap2/zipball/e400eecb7bd7de8ee79aae320b54ad70d37f86b1",
  20. "reference": "e400eecb7bd7de8ee79aae320b54ad70d37f86b1",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-json": "*",
  25. "ext-ldap": "*",
  26. "illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
  27. "php": ">=7.0",
  28. "psr/log": "^1.0|^2.0|^3.0",
  29. "psr/simple-cache": "^1.0|^2.0|^3.0",
  30. "tightenco/collect": "^5.0|^6.0|^7.0|^8.0|^9.0"
  31. },
  32. "require-dev": {
  33. "mockery/mockery": "^1.0",
  34. "symfony/phpunit-bridge": "^5.2|^6.0"
  35. },
  36. "suggest": {
  37. "ext-fileinfo": "fileinfo is required when retrieving user encoded thumbnails"
  38. },
  39. "type": "library",
  40. "autoload": {
  41. "psr-4": {
  42. "Adldap\\": "src/"
  43. }
  44. },
  45. "notification-url": "https://packagist.org/downloads/",
  46. "license": [
  47. "MIT"
  48. ],
  49. "authors": [
  50. {
  51. "name": "Steve Bauman",
  52. "email": "steven_bauman@outlook.com",
  53. "role": "Developer"
  54. }
  55. ],
  56. "description": "A PHP LDAP Package for humans.",
  57. "keywords": [
  58. "active directory",
  59. "ad",
  60. "adLDAP",
  61. "adldap2",
  62. "directory",
  63. "ldap",
  64. "windows"
  65. ],
  66. "support": {
  67. "docs": "https://github.com/Adldap2/Adldap2/blob/master/readme.md",
  68. "email": "steven_bauman@outlook.com",
  69. "issues": "https://github.com/Adldap2/Adldap2/issues",
  70. "source": "https://github.com/Adldap2/Adldap2"
  71. },
  72. "abandoned": true,
  73. "time": "2023-02-23T15:00:03+00:00"
  74. },
  75. {
  76. "name": "guzzlehttp/guzzle",
  77. "version": "7.9.1",
  78. "source": {
  79. "type": "git",
  80. "url": "https://github.com/guzzle/guzzle.git",
  81. "reference": "a629e5b69db96eb4939c1b34114130077dd4c6fc"
  82. },
  83. "dist": {
  84. "type": "zip",
  85. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a629e5b69db96eb4939c1b34114130077dd4c6fc",
  86. "reference": "a629e5b69db96eb4939c1b34114130077dd4c6fc",
  87. "shasum": ""
  88. },
  89. "require": {
  90. "ext-json": "*",
  91. "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
  92. "guzzlehttp/psr7": "^2.7.0",
  93. "php": "^7.2.5 || ^8.0",
  94. "psr/http-client": "^1.0",
  95. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  96. },
  97. "provide": {
  98. "psr/http-client-implementation": "1.0"
  99. },
  100. "require-dev": {
  101. "bamarni/composer-bin-plugin": "^1.8.2",
  102. "ext-curl": "*",
  103. "guzzle/client-integration-tests": "3.0.2",
  104. "php-http/message-factory": "^1.1",
  105. "phpunit/phpunit": "^8.5.39 || ^9.6.20",
  106. "psr/log": "^1.1 || ^2.0 || ^3.0"
  107. },
  108. "suggest": {
  109. "ext-curl": "Required for CURL handler support",
  110. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  111. "psr/log": "Required for using the Log middleware"
  112. },
  113. "type": "library",
  114. "extra": {
  115. "bamarni-bin": {
  116. "bin-links": true,
  117. "forward-command": false
  118. }
  119. },
  120. "autoload": {
  121. "files": [
  122. "src/functions_include.php"
  123. ],
  124. "psr-4": {
  125. "GuzzleHttp\\": "src/"
  126. }
  127. },
  128. "notification-url": "https://packagist.org/downloads/",
  129. "license": [
  130. "MIT"
  131. ],
  132. "authors": [
  133. {
  134. "name": "Graham Campbell",
  135. "email": "hello@gjcampbell.co.uk",
  136. "homepage": "https://github.com/GrahamCampbell"
  137. },
  138. {
  139. "name": "Michael Dowling",
  140. "email": "mtdowling@gmail.com",
  141. "homepage": "https://github.com/mtdowling"
  142. },
  143. {
  144. "name": "Jeremy Lindblom",
  145. "email": "jeremeamia@gmail.com",
  146. "homepage": "https://github.com/jeremeamia"
  147. },
  148. {
  149. "name": "George Mponos",
  150. "email": "gmponos@gmail.com",
  151. "homepage": "https://github.com/gmponos"
  152. },
  153. {
  154. "name": "Tobias Nyholm",
  155. "email": "tobias.nyholm@gmail.com",
  156. "homepage": "https://github.com/Nyholm"
  157. },
  158. {
  159. "name": "Márk Sági-Kazár",
  160. "email": "mark.sagikazar@gmail.com",
  161. "homepage": "https://github.com/sagikazarmark"
  162. },
  163. {
  164. "name": "Tobias Schultze",
  165. "email": "webmaster@tubo-world.de",
  166. "homepage": "https://github.com/Tobion"
  167. }
  168. ],
  169. "description": "Guzzle is a PHP HTTP client library",
  170. "keywords": [
  171. "client",
  172. "curl",
  173. "framework",
  174. "http",
  175. "http client",
  176. "psr-18",
  177. "psr-7",
  178. "rest",
  179. "web service"
  180. ],
  181. "support": {
  182. "issues": "https://github.com/guzzle/guzzle/issues",
  183. "source": "https://github.com/guzzle/guzzle/tree/7.9.1"
  184. },
  185. "funding": [
  186. {
  187. "url": "https://github.com/GrahamCampbell",
  188. "type": "github"
  189. },
  190. {
  191. "url": "https://github.com/Nyholm",
  192. "type": "github"
  193. },
  194. {
  195. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
  196. "type": "tidelift"
  197. }
  198. ],
  199. "time": "2024-07-19T16:19:57+00:00"
  200. },
  201. {
  202. "name": "guzzlehttp/promises",
  203. "version": "2.0.3",
  204. "source": {
  205. "type": "git",
  206. "url": "https://github.com/guzzle/promises.git",
  207. "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8"
  208. },
  209. "dist": {
  210. "type": "zip",
  211. "url": "https://api.github.com/repos/guzzle/promises/zipball/6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8",
  212. "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8",
  213. "shasum": ""
  214. },
  215. "require": {
  216. "php": "^7.2.5 || ^8.0"
  217. },
  218. "require-dev": {
  219. "bamarni/composer-bin-plugin": "^1.8.2",
  220. "phpunit/phpunit": "^8.5.39 || ^9.6.20"
  221. },
  222. "type": "library",
  223. "extra": {
  224. "bamarni-bin": {
  225. "bin-links": true,
  226. "forward-command": false
  227. }
  228. },
  229. "autoload": {
  230. "psr-4": {
  231. "GuzzleHttp\\Promise\\": "src/"
  232. }
  233. },
  234. "notification-url": "https://packagist.org/downloads/",
  235. "license": [
  236. "MIT"
  237. ],
  238. "authors": [
  239. {
  240. "name": "Graham Campbell",
  241. "email": "hello@gjcampbell.co.uk",
  242. "homepage": "https://github.com/GrahamCampbell"
  243. },
  244. {
  245. "name": "Michael Dowling",
  246. "email": "mtdowling@gmail.com",
  247. "homepage": "https://github.com/mtdowling"
  248. },
  249. {
  250. "name": "Tobias Nyholm",
  251. "email": "tobias.nyholm@gmail.com",
  252. "homepage": "https://github.com/Nyholm"
  253. },
  254. {
  255. "name": "Tobias Schultze",
  256. "email": "webmaster@tubo-world.de",
  257. "homepage": "https://github.com/Tobion"
  258. }
  259. ],
  260. "description": "Guzzle promises library",
  261. "keywords": [
  262. "promise"
  263. ],
  264. "support": {
  265. "issues": "https://github.com/guzzle/promises/issues",
  266. "source": "https://github.com/guzzle/promises/tree/2.0.3"
  267. },
  268. "funding": [
  269. {
  270. "url": "https://github.com/GrahamCampbell",
  271. "type": "github"
  272. },
  273. {
  274. "url": "https://github.com/Nyholm",
  275. "type": "github"
  276. },
  277. {
  278. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  279. "type": "tidelift"
  280. }
  281. ],
  282. "time": "2024-07-18T10:29:17+00:00"
  283. },
  284. {
  285. "name": "guzzlehttp/psr7",
  286. "version": "2.7.0",
  287. "source": {
  288. "type": "git",
  289. "url": "https://github.com/guzzle/psr7.git",
  290. "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201"
  291. },
  292. "dist": {
  293. "type": "zip",
  294. "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
  295. "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
  296. "shasum": ""
  297. },
  298. "require": {
  299. "php": "^7.2.5 || ^8.0",
  300. "psr/http-factory": "^1.0",
  301. "psr/http-message": "^1.1 || ^2.0",
  302. "ralouphie/getallheaders": "^3.0"
  303. },
  304. "provide": {
  305. "psr/http-factory-implementation": "1.0",
  306. "psr/http-message-implementation": "1.0"
  307. },
  308. "require-dev": {
  309. "bamarni/composer-bin-plugin": "^1.8.2",
  310. "http-interop/http-factory-tests": "0.9.0",
  311. "phpunit/phpunit": "^8.5.39 || ^9.6.20"
  312. },
  313. "suggest": {
  314. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  315. },
  316. "type": "library",
  317. "extra": {
  318. "bamarni-bin": {
  319. "bin-links": true,
  320. "forward-command": false
  321. }
  322. },
  323. "autoload": {
  324. "psr-4": {
  325. "GuzzleHttp\\Psr7\\": "src/"
  326. }
  327. },
  328. "notification-url": "https://packagist.org/downloads/",
  329. "license": [
  330. "MIT"
  331. ],
  332. "authors": [
  333. {
  334. "name": "Graham Campbell",
  335. "email": "hello@gjcampbell.co.uk",
  336. "homepage": "https://github.com/GrahamCampbell"
  337. },
  338. {
  339. "name": "Michael Dowling",
  340. "email": "mtdowling@gmail.com",
  341. "homepage": "https://github.com/mtdowling"
  342. },
  343. {
  344. "name": "George Mponos",
  345. "email": "gmponos@gmail.com",
  346. "homepage": "https://github.com/gmponos"
  347. },
  348. {
  349. "name": "Tobias Nyholm",
  350. "email": "tobias.nyholm@gmail.com",
  351. "homepage": "https://github.com/Nyholm"
  352. },
  353. {
  354. "name": "Márk Sági-Kazár",
  355. "email": "mark.sagikazar@gmail.com",
  356. "homepage": "https://github.com/sagikazarmark"
  357. },
  358. {
  359. "name": "Tobias Schultze",
  360. "email": "webmaster@tubo-world.de",
  361. "homepage": "https://github.com/Tobion"
  362. },
  363. {
  364. "name": "Márk Sági-Kazár",
  365. "email": "mark.sagikazar@gmail.com",
  366. "homepage": "https://sagikazarmark.hu"
  367. }
  368. ],
  369. "description": "PSR-7 message implementation that also provides common utility methods",
  370. "keywords": [
  371. "http",
  372. "message",
  373. "psr-7",
  374. "request",
  375. "response",
  376. "stream",
  377. "uri",
  378. "url"
  379. ],
  380. "support": {
  381. "issues": "https://github.com/guzzle/psr7/issues",
  382. "source": "https://github.com/guzzle/psr7/tree/2.7.0"
  383. },
  384. "funding": [
  385. {
  386. "url": "https://github.com/GrahamCampbell",
  387. "type": "github"
  388. },
  389. {
  390. "url": "https://github.com/Nyholm",
  391. "type": "github"
  392. },
  393. {
  394. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  395. "type": "tidelift"
  396. }
  397. ],
  398. "time": "2024-07-18T11:15:46+00:00"
  399. },
  400. {
  401. "name": "illuminate/contracts",
  402. "version": "v10.48.16",
  403. "source": {
  404. "type": "git",
  405. "url": "https://github.com/illuminate/contracts.git",
  406. "reference": "8d7152c4a1f5d9cf7da3e8b71f23e4556f6138ac"
  407. },
  408. "dist": {
  409. "type": "zip",
  410. "url": "https://api.github.com/repos/illuminate/contracts/zipball/8d7152c4a1f5d9cf7da3e8b71f23e4556f6138ac",
  411. "reference": "8d7152c4a1f5d9cf7da3e8b71f23e4556f6138ac",
  412. "shasum": ""
  413. },
  414. "require": {
  415. "php": "^8.1",
  416. "psr/container": "^1.1.1|^2.0.1",
  417. "psr/simple-cache": "^1.0|^2.0|^3.0"
  418. },
  419. "type": "library",
  420. "extra": {
  421. "branch-alias": {
  422. "dev-master": "10.x-dev"
  423. }
  424. },
  425. "autoload": {
  426. "psr-4": {
  427. "Illuminate\\Contracts\\": ""
  428. }
  429. },
  430. "notification-url": "https://packagist.org/downloads/",
  431. "license": [
  432. "MIT"
  433. ],
  434. "authors": [
  435. {
  436. "name": "Taylor Otwell",
  437. "email": "taylor@laravel.com"
  438. }
  439. ],
  440. "description": "The Illuminate Contracts package.",
  441. "homepage": "https://laravel.com",
  442. "support": {
  443. "issues": "https://github.com/laravel/framework/issues",
  444. "source": "https://github.com/laravel/framework"
  445. },
  446. "time": "2024-01-15T18:52:32+00:00"
  447. },
  448. {
  449. "name": "phpmailer/phpmailer",
  450. "version": "v6.9.1",
  451. "source": {
  452. "type": "git",
  453. "url": "https://github.com/PHPMailer/PHPMailer.git",
  454. "reference": "039de174cd9c17a8389754d3b877a2ed22743e18"
  455. },
  456. "dist": {
  457. "type": "zip",
  458. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/039de174cd9c17a8389754d3b877a2ed22743e18",
  459. "reference": "039de174cd9c17a8389754d3b877a2ed22743e18",
  460. "shasum": ""
  461. },
  462. "require": {
  463. "ext-ctype": "*",
  464. "ext-filter": "*",
  465. "ext-hash": "*",
  466. "php": ">=5.5.0"
  467. },
  468. "require-dev": {
  469. "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
  470. "doctrine/annotations": "^1.2.6 || ^1.13.3",
  471. "php-parallel-lint/php-console-highlighter": "^1.0.0",
  472. "php-parallel-lint/php-parallel-lint": "^1.3.2",
  473. "phpcompatibility/php-compatibility": "^9.3.5",
  474. "roave/security-advisories": "dev-latest",
  475. "squizlabs/php_codesniffer": "^3.7.2",
  476. "yoast/phpunit-polyfills": "^1.0.4"
  477. },
  478. "suggest": {
  479. "decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
  480. "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
  481. "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
  482. "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
  483. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  484. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  485. "psr/log": "For optional PSR-3 debug logging",
  486. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
  487. "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
  488. },
  489. "type": "library",
  490. "autoload": {
  491. "psr-4": {
  492. "PHPMailer\\PHPMailer\\": "src/"
  493. }
  494. },
  495. "notification-url": "https://packagist.org/downloads/",
  496. "license": [
  497. "LGPL-2.1-only"
  498. ],
  499. "authors": [
  500. {
  501. "name": "Marcus Bointon",
  502. "email": "phpmailer@synchromedia.co.uk"
  503. },
  504. {
  505. "name": "Jim Jagielski",
  506. "email": "jimjag@gmail.com"
  507. },
  508. {
  509. "name": "Andy Prevost",
  510. "email": "codeworxtech@users.sourceforge.net"
  511. },
  512. {
  513. "name": "Brent R. Matzelle"
  514. }
  515. ],
  516. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  517. "support": {
  518. "issues": "https://github.com/PHPMailer/PHPMailer/issues",
  519. "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.9.1"
  520. },
  521. "funding": [
  522. {
  523. "url": "https://github.com/Synchro",
  524. "type": "github"
  525. }
  526. ],
  527. "time": "2023-11-25T22:23:28+00:00"
  528. },
  529. {
  530. "name": "psr/container",
  531. "version": "2.0.2",
  532. "source": {
  533. "type": "git",
  534. "url": "https://github.com/php-fig/container.git",
  535. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
  536. },
  537. "dist": {
  538. "type": "zip",
  539. "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  540. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  541. "shasum": ""
  542. },
  543. "require": {
  544. "php": ">=7.4.0"
  545. },
  546. "type": "library",
  547. "extra": {
  548. "branch-alias": {
  549. "dev-master": "2.0.x-dev"
  550. }
  551. },
  552. "autoload": {
  553. "psr-4": {
  554. "Psr\\Container\\": "src/"
  555. }
  556. },
  557. "notification-url": "https://packagist.org/downloads/",
  558. "license": [
  559. "MIT"
  560. ],
  561. "authors": [
  562. {
  563. "name": "PHP-FIG",
  564. "homepage": "https://www.php-fig.org/"
  565. }
  566. ],
  567. "description": "Common Container Interface (PHP FIG PSR-11)",
  568. "homepage": "https://github.com/php-fig/container",
  569. "keywords": [
  570. "PSR-11",
  571. "container",
  572. "container-interface",
  573. "container-interop",
  574. "psr"
  575. ],
  576. "support": {
  577. "issues": "https://github.com/php-fig/container/issues",
  578. "source": "https://github.com/php-fig/container/tree/2.0.2"
  579. },
  580. "time": "2021-11-05T16:47:00+00:00"
  581. },
  582. {
  583. "name": "psr/http-client",
  584. "version": "1.0.3",
  585. "source": {
  586. "type": "git",
  587. "url": "https://github.com/php-fig/http-client.git",
  588. "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
  589. },
  590. "dist": {
  591. "type": "zip",
  592. "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
  593. "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
  594. "shasum": ""
  595. },
  596. "require": {
  597. "php": "^7.0 || ^8.0",
  598. "psr/http-message": "^1.0 || ^2.0"
  599. },
  600. "type": "library",
  601. "extra": {
  602. "branch-alias": {
  603. "dev-master": "1.0.x-dev"
  604. }
  605. },
  606. "autoload": {
  607. "psr-4": {
  608. "Psr\\Http\\Client\\": "src/"
  609. }
  610. },
  611. "notification-url": "https://packagist.org/downloads/",
  612. "license": [
  613. "MIT"
  614. ],
  615. "authors": [
  616. {
  617. "name": "PHP-FIG",
  618. "homepage": "https://www.php-fig.org/"
  619. }
  620. ],
  621. "description": "Common interface for HTTP clients",
  622. "homepage": "https://github.com/php-fig/http-client",
  623. "keywords": [
  624. "http",
  625. "http-client",
  626. "psr",
  627. "psr-18"
  628. ],
  629. "support": {
  630. "source": "https://github.com/php-fig/http-client"
  631. },
  632. "time": "2023-09-23T14:17:50+00:00"
  633. },
  634. {
  635. "name": "psr/http-factory",
  636. "version": "1.1.0",
  637. "source": {
  638. "type": "git",
  639. "url": "https://github.com/php-fig/http-factory.git",
  640. "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
  641. },
  642. "dist": {
  643. "type": "zip",
  644. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
  645. "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
  646. "shasum": ""
  647. },
  648. "require": {
  649. "php": ">=7.1",
  650. "psr/http-message": "^1.0 || ^2.0"
  651. },
  652. "type": "library",
  653. "extra": {
  654. "branch-alias": {
  655. "dev-master": "1.0.x-dev"
  656. }
  657. },
  658. "autoload": {
  659. "psr-4": {
  660. "Psr\\Http\\Message\\": "src/"
  661. }
  662. },
  663. "notification-url": "https://packagist.org/downloads/",
  664. "license": [
  665. "MIT"
  666. ],
  667. "authors": [
  668. {
  669. "name": "PHP-FIG",
  670. "homepage": "https://www.php-fig.org/"
  671. }
  672. ],
  673. "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
  674. "keywords": [
  675. "factory",
  676. "http",
  677. "message",
  678. "psr",
  679. "psr-17",
  680. "psr-7",
  681. "request",
  682. "response"
  683. ],
  684. "support": {
  685. "source": "https://github.com/php-fig/http-factory"
  686. },
  687. "time": "2024-04-15T12:06:14+00:00"
  688. },
  689. {
  690. "name": "psr/http-message",
  691. "version": "2.0",
  692. "source": {
  693. "type": "git",
  694. "url": "https://github.com/php-fig/http-message.git",
  695. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
  696. },
  697. "dist": {
  698. "type": "zip",
  699. "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  700. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  701. "shasum": ""
  702. },
  703. "require": {
  704. "php": "^7.2 || ^8.0"
  705. },
  706. "type": "library",
  707. "extra": {
  708. "branch-alias": {
  709. "dev-master": "2.0.x-dev"
  710. }
  711. },
  712. "autoload": {
  713. "psr-4": {
  714. "Psr\\Http\\Message\\": "src/"
  715. }
  716. },
  717. "notification-url": "https://packagist.org/downloads/",
  718. "license": [
  719. "MIT"
  720. ],
  721. "authors": [
  722. {
  723. "name": "PHP-FIG",
  724. "homepage": "https://www.php-fig.org/"
  725. }
  726. ],
  727. "description": "Common interface for HTTP messages",
  728. "homepage": "https://github.com/php-fig/http-message",
  729. "keywords": [
  730. "http",
  731. "http-message",
  732. "psr",
  733. "psr-7",
  734. "request",
  735. "response"
  736. ],
  737. "support": {
  738. "source": "https://github.com/php-fig/http-message/tree/2.0"
  739. },
  740. "time": "2023-04-04T09:54:51+00:00"
  741. },
  742. {
  743. "name": "psr/log",
  744. "version": "3.0.0",
  745. "source": {
  746. "type": "git",
  747. "url": "https://github.com/php-fig/log.git",
  748. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
  749. },
  750. "dist": {
  751. "type": "zip",
  752. "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
  753. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
  754. "shasum": ""
  755. },
  756. "require": {
  757. "php": ">=8.0.0"
  758. },
  759. "type": "library",
  760. "extra": {
  761. "branch-alias": {
  762. "dev-master": "3.x-dev"
  763. }
  764. },
  765. "autoload": {
  766. "psr-4": {
  767. "Psr\\Log\\": "src"
  768. }
  769. },
  770. "notification-url": "https://packagist.org/downloads/",
  771. "license": [
  772. "MIT"
  773. ],
  774. "authors": [
  775. {
  776. "name": "PHP-FIG",
  777. "homepage": "https://www.php-fig.org/"
  778. }
  779. ],
  780. "description": "Common interface for logging libraries",
  781. "homepage": "https://github.com/php-fig/log",
  782. "keywords": [
  783. "log",
  784. "psr",
  785. "psr-3"
  786. ],
  787. "support": {
  788. "source": "https://github.com/php-fig/log/tree/3.0.0"
  789. },
  790. "time": "2021-07-14T16:46:02+00:00"
  791. },
  792. {
  793. "name": "psr/simple-cache",
  794. "version": "3.0.0",
  795. "source": {
  796. "type": "git",
  797. "url": "https://github.com/php-fig/simple-cache.git",
  798. "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
  799. },
  800. "dist": {
  801. "type": "zip",
  802. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
  803. "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
  804. "shasum": ""
  805. },
  806. "require": {
  807. "php": ">=8.0.0"
  808. },
  809. "type": "library",
  810. "extra": {
  811. "branch-alias": {
  812. "dev-master": "3.0.x-dev"
  813. }
  814. },
  815. "autoload": {
  816. "psr-4": {
  817. "Psr\\SimpleCache\\": "src/"
  818. }
  819. },
  820. "notification-url": "https://packagist.org/downloads/",
  821. "license": [
  822. "MIT"
  823. ],
  824. "authors": [
  825. {
  826. "name": "PHP-FIG",
  827. "homepage": "https://www.php-fig.org/"
  828. }
  829. ],
  830. "description": "Common interfaces for simple caching",
  831. "keywords": [
  832. "cache",
  833. "caching",
  834. "psr",
  835. "psr-16",
  836. "simple-cache"
  837. ],
  838. "support": {
  839. "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
  840. },
  841. "time": "2021-10-29T13:26:27+00:00"
  842. },
  843. {
  844. "name": "ralouphie/getallheaders",
  845. "version": "3.0.3",
  846. "source": {
  847. "type": "git",
  848. "url": "https://github.com/ralouphie/getallheaders.git",
  849. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  850. },
  851. "dist": {
  852. "type": "zip",
  853. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  854. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  855. "shasum": ""
  856. },
  857. "require": {
  858. "php": ">=5.6"
  859. },
  860. "require-dev": {
  861. "php-coveralls/php-coveralls": "^2.1",
  862. "phpunit/phpunit": "^5 || ^6.5"
  863. },
  864. "type": "library",
  865. "autoload": {
  866. "files": [
  867. "src/getallheaders.php"
  868. ]
  869. },
  870. "notification-url": "https://packagist.org/downloads/",
  871. "license": [
  872. "MIT"
  873. ],
  874. "authors": [
  875. {
  876. "name": "Ralph Khattar",
  877. "email": "ralph.khattar@gmail.com"
  878. }
  879. ],
  880. "description": "A polyfill for getallheaders.",
  881. "support": {
  882. "issues": "https://github.com/ralouphie/getallheaders/issues",
  883. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  884. },
  885. "time": "2019-03-08T08:55:37+00:00"
  886. },
  887. {
  888. "name": "spipu/html2pdf",
  889. "version": "v5.2.8",
  890. "source": {
  891. "type": "git",
  892. "url": "https://github.com/spipu/html2pdf.git",
  893. "reference": "6c94dcd48c94c6c73f206629839c1ebd81e8c726"
  894. },
  895. "dist": {
  896. "type": "zip",
  897. "url": "https://api.github.com/repos/spipu/html2pdf/zipball/6c94dcd48c94c6c73f206629839c1ebd81e8c726",
  898. "reference": "6c94dcd48c94c6c73f206629839c1ebd81e8c726",
  899. "shasum": ""
  900. },
  901. "require": {
  902. "ext-gd": "*",
  903. "ext-mbstring": "*",
  904. "php": "^5.6 || ^7.0 || ^8.0",
  905. "tecnickcom/tcpdf": "^6.3"
  906. },
  907. "require-dev": {
  908. "phpunit/phpunit": "^5.0 || ^9.0"
  909. },
  910. "suggest": {
  911. "ext-gd": "Allows to embed images into the PDF",
  912. "fagundes/zff-html2pdf": "if you need to integrate Html2Pdf with Zend Framework 2 (zf2)"
  913. },
  914. "type": "library",
  915. "autoload": {
  916. "psr-4": {
  917. "Spipu\\Html2Pdf\\": "src/"
  918. }
  919. },
  920. "notification-url": "https://packagist.org/downloads/",
  921. "license": [
  922. "OSL-3.0"
  923. ],
  924. "authors": [
  925. {
  926. "name": "Spipu",
  927. "homepage": "https://github.com/spipu",
  928. "role": "Developer"
  929. }
  930. ],
  931. "description": "Html2Pdf is a HTML to PDF converter written in PHP5 (it uses TCPDF). OFFICIAL PACKAGE",
  932. "homepage": "http://html2pdf.fr/",
  933. "keywords": [
  934. "html",
  935. "html2pdf",
  936. "pdf"
  937. ],
  938. "support": {
  939. "issues": "https://github.com/spipu/html2pdf/issues",
  940. "source": "https://github.com/spipu/html2pdf/tree/v5.2.8"
  941. },
  942. "time": "2023-07-18T14:52:59+00:00"
  943. },
  944. {
  945. "name": "symfony/deprecation-contracts",
  946. "version": "v3.5.0",
  947. "source": {
  948. "type": "git",
  949. "url": "https://github.com/symfony/deprecation-contracts.git",
  950. "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
  951. },
  952. "dist": {
  953. "type": "zip",
  954. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
  955. "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
  956. "shasum": ""
  957. },
  958. "require": {
  959. "php": ">=8.1"
  960. },
  961. "type": "library",
  962. "extra": {
  963. "branch-alias": {
  964. "dev-main": "3.5-dev"
  965. },
  966. "thanks": {
  967. "name": "symfony/contracts",
  968. "url": "https://github.com/symfony/contracts"
  969. }
  970. },
  971. "autoload": {
  972. "files": [
  973. "function.php"
  974. ]
  975. },
  976. "notification-url": "https://packagist.org/downloads/",
  977. "license": [
  978. "MIT"
  979. ],
  980. "authors": [
  981. {
  982. "name": "Nicolas Grekas",
  983. "email": "p@tchwork.com"
  984. },
  985. {
  986. "name": "Symfony Community",
  987. "homepage": "https://symfony.com/contributors"
  988. }
  989. ],
  990. "description": "A generic function and convention to trigger deprecation notices",
  991. "homepage": "https://symfony.com",
  992. "support": {
  993. "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0"
  994. },
  995. "funding": [
  996. {
  997. "url": "https://symfony.com/sponsor",
  998. "type": "custom"
  999. },
  1000. {
  1001. "url": "https://github.com/fabpot",
  1002. "type": "github"
  1003. },
  1004. {
  1005. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1006. "type": "tidelift"
  1007. }
  1008. ],
  1009. "time": "2024-04-18T09:32:20+00:00"
  1010. },
  1011. {
  1012. "name": "symfony/polyfill-mbstring",
  1013. "version": "v1.30.0",
  1014. "source": {
  1015. "type": "git",
  1016. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1017. "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c"
  1018. },
  1019. "dist": {
  1020. "type": "zip",
  1021. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fd22ab50000ef01661e2a31d850ebaa297f8e03c",
  1022. "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c",
  1023. "shasum": ""
  1024. },
  1025. "require": {
  1026. "php": ">=7.1"
  1027. },
  1028. "provide": {
  1029. "ext-mbstring": "*"
  1030. },
  1031. "suggest": {
  1032. "ext-mbstring": "For best performance"
  1033. },
  1034. "type": "library",
  1035. "extra": {
  1036. "thanks": {
  1037. "name": "symfony/polyfill",
  1038. "url": "https://github.com/symfony/polyfill"
  1039. }
  1040. },
  1041. "autoload": {
  1042. "files": [
  1043. "bootstrap.php"
  1044. ],
  1045. "psr-4": {
  1046. "Symfony\\Polyfill\\Mbstring\\": ""
  1047. }
  1048. },
  1049. "notification-url": "https://packagist.org/downloads/",
  1050. "license": [
  1051. "MIT"
  1052. ],
  1053. "authors": [
  1054. {
  1055. "name": "Nicolas Grekas",
  1056. "email": "p@tchwork.com"
  1057. },
  1058. {
  1059. "name": "Symfony Community",
  1060. "homepage": "https://symfony.com/contributors"
  1061. }
  1062. ],
  1063. "description": "Symfony polyfill for the Mbstring extension",
  1064. "homepage": "https://symfony.com",
  1065. "keywords": [
  1066. "compatibility",
  1067. "mbstring",
  1068. "polyfill",
  1069. "portable",
  1070. "shim"
  1071. ],
  1072. "support": {
  1073. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.30.0"
  1074. },
  1075. "funding": [
  1076. {
  1077. "url": "https://symfony.com/sponsor",
  1078. "type": "custom"
  1079. },
  1080. {
  1081. "url": "https://github.com/fabpot",
  1082. "type": "github"
  1083. },
  1084. {
  1085. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1086. "type": "tidelift"
  1087. }
  1088. ],
  1089. "time": "2024-06-19T12:30:46+00:00"
  1090. },
  1091. {
  1092. "name": "symfony/var-dumper",
  1093. "version": "v6.4.9",
  1094. "source": {
  1095. "type": "git",
  1096. "url": "https://github.com/symfony/var-dumper.git",
  1097. "reference": "c31566e4ca944271cc8d8ac6887cbf31b8c6a172"
  1098. },
  1099. "dist": {
  1100. "type": "zip",
  1101. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/c31566e4ca944271cc8d8ac6887cbf31b8c6a172",
  1102. "reference": "c31566e4ca944271cc8d8ac6887cbf31b8c6a172",
  1103. "shasum": ""
  1104. },
  1105. "require": {
  1106. "php": ">=8.1",
  1107. "symfony/deprecation-contracts": "^2.5|^3",
  1108. "symfony/polyfill-mbstring": "~1.0"
  1109. },
  1110. "conflict": {
  1111. "symfony/console": "<5.4"
  1112. },
  1113. "require-dev": {
  1114. "ext-iconv": "*",
  1115. "symfony/console": "^5.4|^6.0|^7.0",
  1116. "symfony/error-handler": "^6.3|^7.0",
  1117. "symfony/http-kernel": "^5.4|^6.0|^7.0",
  1118. "symfony/process": "^5.4|^6.0|^7.0",
  1119. "symfony/uid": "^5.4|^6.0|^7.0",
  1120. "twig/twig": "^2.13|^3.0.4"
  1121. },
  1122. "bin": [
  1123. "Resources/bin/var-dump-server"
  1124. ],
  1125. "type": "library",
  1126. "autoload": {
  1127. "files": [
  1128. "Resources/functions/dump.php"
  1129. ],
  1130. "psr-4": {
  1131. "Symfony\\Component\\VarDumper\\": ""
  1132. },
  1133. "exclude-from-classmap": [
  1134. "/Tests/"
  1135. ]
  1136. },
  1137. "notification-url": "https://packagist.org/downloads/",
  1138. "license": [
  1139. "MIT"
  1140. ],
  1141. "authors": [
  1142. {
  1143. "name": "Nicolas Grekas",
  1144. "email": "p@tchwork.com"
  1145. },
  1146. {
  1147. "name": "Symfony Community",
  1148. "homepage": "https://symfony.com/contributors"
  1149. }
  1150. ],
  1151. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  1152. "homepage": "https://symfony.com",
  1153. "keywords": [
  1154. "debug",
  1155. "dump"
  1156. ],
  1157. "support": {
  1158. "source": "https://github.com/symfony/var-dumper/tree/v6.4.9"
  1159. },
  1160. "funding": [
  1161. {
  1162. "url": "https://symfony.com/sponsor",
  1163. "type": "custom"
  1164. },
  1165. {
  1166. "url": "https://github.com/fabpot",
  1167. "type": "github"
  1168. },
  1169. {
  1170. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1171. "type": "tidelift"
  1172. }
  1173. ],
  1174. "time": "2024-06-27T13:23:14+00:00"
  1175. },
  1176. {
  1177. "name": "tecnickcom/tcpdf",
  1178. "version": "6.7.5",
  1179. "source": {
  1180. "type": "git",
  1181. "url": "https://github.com/tecnickcom/TCPDF.git",
  1182. "reference": "951eabf0338ec2522bd0d5d9c79b08a3a3d36b36"
  1183. },
  1184. "dist": {
  1185. "type": "zip",
  1186. "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/951eabf0338ec2522bd0d5d9c79b08a3a3d36b36",
  1187. "reference": "951eabf0338ec2522bd0d5d9c79b08a3a3d36b36",
  1188. "shasum": ""
  1189. },
  1190. "require": {
  1191. "php": ">=5.5.0"
  1192. },
  1193. "type": "library",
  1194. "autoload": {
  1195. "classmap": [
  1196. "config",
  1197. "include",
  1198. "tcpdf.php",
  1199. "tcpdf_parser.php",
  1200. "tcpdf_import.php",
  1201. "tcpdf_barcodes_1d.php",
  1202. "tcpdf_barcodes_2d.php",
  1203. "include/tcpdf_colors.php",
  1204. "include/tcpdf_filters.php",
  1205. "include/tcpdf_font_data.php",
  1206. "include/tcpdf_fonts.php",
  1207. "include/tcpdf_images.php",
  1208. "include/tcpdf_static.php",
  1209. "include/barcodes/datamatrix.php",
  1210. "include/barcodes/pdf417.php",
  1211. "include/barcodes/qrcode.php"
  1212. ]
  1213. },
  1214. "notification-url": "https://packagist.org/downloads/",
  1215. "license": [
  1216. "LGPL-3.0-or-later"
  1217. ],
  1218. "authors": [
  1219. {
  1220. "name": "Nicola Asuni",
  1221. "email": "info@tecnick.com",
  1222. "role": "lead"
  1223. }
  1224. ],
  1225. "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
  1226. "homepage": "http://www.tcpdf.org/",
  1227. "keywords": [
  1228. "PDFD32000-2008",
  1229. "TCPDF",
  1230. "barcodes",
  1231. "datamatrix",
  1232. "pdf",
  1233. "pdf417",
  1234. "qrcode"
  1235. ],
  1236. "support": {
  1237. "issues": "https://github.com/tecnickcom/TCPDF/issues",
  1238. "source": "https://github.com/tecnickcom/TCPDF/tree/6.7.5"
  1239. },
  1240. "funding": [
  1241. {
  1242. "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project",
  1243. "type": "custom"
  1244. }
  1245. ],
  1246. "time": "2024-04-20T17:25:10+00:00"
  1247. },
  1248. {
  1249. "name": "tightenco/collect",
  1250. "version": "v9.52.7",
  1251. "source": {
  1252. "type": "git",
  1253. "url": "https://github.com/tighten/collect.git",
  1254. "reference": "b15143cd11fe01a700fcc449df61adc64452fa6d"
  1255. },
  1256. "dist": {
  1257. "type": "zip",
  1258. "url": "https://api.github.com/repos/tighten/collect/zipball/b15143cd11fe01a700fcc449df61adc64452fa6d",
  1259. "reference": "b15143cd11fe01a700fcc449df61adc64452fa6d",
  1260. "shasum": ""
  1261. },
  1262. "require": {
  1263. "php": "^8.0",
  1264. "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0 || ^6.0"
  1265. },
  1266. "require-dev": {
  1267. "mockery/mockery": "^1.0",
  1268. "nesbot/carbon": "^2.23.0",
  1269. "phpunit/phpunit": "^8.3"
  1270. },
  1271. "type": "library",
  1272. "autoload": {
  1273. "files": [
  1274. "src/Collect/Support/helpers.php",
  1275. "src/Collect/Support/alias.php"
  1276. ],
  1277. "psr-4": {
  1278. "Tightenco\\Collect\\": "src/Collect"
  1279. }
  1280. },
  1281. "notification-url": "https://packagist.org/downloads/",
  1282. "license": [
  1283. "MIT"
  1284. ],
  1285. "authors": [
  1286. {
  1287. "name": "Taylor Otwell",
  1288. "email": "taylorotwell@gmail.com"
  1289. }
  1290. ],
  1291. "description": "Collect - Illuminate Collections as a separate package.",
  1292. "keywords": [
  1293. "collection",
  1294. "laravel"
  1295. ],
  1296. "support": {
  1297. "issues": "https://github.com/tighten/collect/issues",
  1298. "source": "https://github.com/tighten/collect/tree/v9.52.7"
  1299. },
  1300. "abandoned": "illuminate/collections",
  1301. "time": "2023-04-14T21:51:36+00:00"
  1302. }
  1303. ],
  1304. "packages-dev": [],
  1305. "aliases": [],
  1306. "minimum-stability": "stable",
  1307. "stability-flags": [],
  1308. "prefer-stable": false,
  1309. "prefer-lowest": false,
  1310. "platform": [],
  1311. "platform-dev": [],
  1312. "plugin-api-version": "2.3.0"
  1313. }