installed.json 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607
  1. {
  2. "packages": [
  3. {
  4. "name": "phpmailer/phpmailer",
  5. "version": "v6.11.1",
  6. "version_normalized": "6.11.1.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/PHPMailer/PHPMailer.git",
  10. "reference": "d9e3b36b47f04b497a0164c5a20f92acb4593284"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/d9e3b36b47f04b497a0164c5a20f92acb4593284",
  15. "reference": "d9e3b36b47f04b497a0164c5a20f92acb4593284",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "ext-ctype": "*",
  20. "ext-filter": "*",
  21. "ext-hash": "*",
  22. "php": ">=5.5.0"
  23. },
  24. "require-dev": {
  25. "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
  26. "doctrine/annotations": "^1.2.6 || ^1.13.3",
  27. "php-parallel-lint/php-console-highlighter": "^1.0.0",
  28. "php-parallel-lint/php-parallel-lint": "^1.3.2",
  29. "phpcompatibility/php-compatibility": "^9.3.5",
  30. "roave/security-advisories": "dev-latest",
  31. "squizlabs/php_codesniffer": "^3.7.2",
  32. "yoast/phpunit-polyfills": "^1.0.4"
  33. },
  34. "suggest": {
  35. "decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
  36. "ext-imap": "Needed to support advanced email address parsing according to RFC822",
  37. "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
  38. "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
  39. "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
  40. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  41. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  42. "psr/log": "For optional PSR-3 debug logging",
  43. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
  44. "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
  45. },
  46. "time": "2025-09-30T11:54:53+00:00",
  47. "type": "library",
  48. "installation-source": "dist",
  49. "autoload": {
  50. "psr-4": {
  51. "PHPMailer\\PHPMailer\\": "src/"
  52. }
  53. },
  54. "notification-url": "https://packagist.org/downloads/",
  55. "license": [
  56. "LGPL-2.1-only"
  57. ],
  58. "authors": [
  59. {
  60. "name": "Marcus Bointon",
  61. "email": "phpmailer@synchromedia.co.uk"
  62. },
  63. {
  64. "name": "Jim Jagielski",
  65. "email": "jimjag@gmail.com"
  66. },
  67. {
  68. "name": "Andy Prevost",
  69. "email": "codeworxtech@users.sourceforge.net"
  70. },
  71. {
  72. "name": "Brent R. Matzelle"
  73. }
  74. ],
  75. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  76. "support": {
  77. "issues": "https://github.com/PHPMailer/PHPMailer/issues",
  78. "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.11.1"
  79. },
  80. "funding": [
  81. {
  82. "url": "https://github.com/Synchro",
  83. "type": "github"
  84. }
  85. ],
  86. "install-path": "../phpmailer/phpmailer"
  87. },
  88. {
  89. "name": "psr/log",
  90. "version": "3.0.2",
  91. "version_normalized": "3.0.2.0",
  92. "source": {
  93. "type": "git",
  94. "url": "https://github.com/php-fig/log.git",
  95. "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
  96. },
  97. "dist": {
  98. "type": "zip",
  99. "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
  100. "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
  101. "shasum": ""
  102. },
  103. "require": {
  104. "php": ">=8.0.0"
  105. },
  106. "time": "2024-09-11T13:17:53+00:00",
  107. "type": "library",
  108. "extra": {
  109. "branch-alias": {
  110. "dev-master": "3.x-dev"
  111. }
  112. },
  113. "installation-source": "dist",
  114. "autoload": {
  115. "psr-4": {
  116. "Psr\\Log\\": "src"
  117. }
  118. },
  119. "notification-url": "https://packagist.org/downloads/",
  120. "license": [
  121. "MIT"
  122. ],
  123. "authors": [
  124. {
  125. "name": "PHP-FIG",
  126. "homepage": "https://www.php-fig.org/"
  127. }
  128. ],
  129. "description": "Common interface for logging libraries",
  130. "homepage": "https://github.com/php-fig/log",
  131. "keywords": [
  132. "log",
  133. "psr",
  134. "psr-3"
  135. ],
  136. "support": {
  137. "source": "https://github.com/php-fig/log/tree/3.0.2"
  138. },
  139. "install-path": "../psr/log"
  140. },
  141. {
  142. "name": "sabre/dav",
  143. "version": "4.6.0",
  144. "version_normalized": "4.6.0.0",
  145. "source": {
  146. "type": "git",
  147. "url": "https://github.com/sabre-io/dav.git",
  148. "reference": "554145304b4a026477d130928d16e626939b0b2a"
  149. },
  150. "dist": {
  151. "type": "zip",
  152. "url": "https://api.github.com/repos/sabre-io/dav/zipball/554145304b4a026477d130928d16e626939b0b2a",
  153. "reference": "554145304b4a026477d130928d16e626939b0b2a",
  154. "shasum": ""
  155. },
  156. "require": {
  157. "ext-ctype": "*",
  158. "ext-date": "*",
  159. "ext-dom": "*",
  160. "ext-iconv": "*",
  161. "ext-json": "*",
  162. "ext-mbstring": "*",
  163. "ext-pcre": "*",
  164. "ext-simplexml": "*",
  165. "ext-spl": "*",
  166. "lib-libxml": ">=2.7.0",
  167. "php": "^7.1.0 || ^8.0",
  168. "psr/log": "^1.0 || ^2.0 || ^3.0",
  169. "sabre/event": "^5.0",
  170. "sabre/http": "^5.0.5",
  171. "sabre/uri": "^2.0",
  172. "sabre/vobject": "^4.2.1",
  173. "sabre/xml": "^2.0.1"
  174. },
  175. "require-dev": {
  176. "friendsofphp/php-cs-fixer": "^2.19",
  177. "monolog/monolog": "^1.27 || ^2.0",
  178. "phpstan/phpstan": "^0.12 || ^1.0",
  179. "phpstan/phpstan-phpunit": "^1.0",
  180. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6"
  181. },
  182. "suggest": {
  183. "ext-curl": "*",
  184. "ext-imap": "*",
  185. "ext-pdo": "*"
  186. },
  187. "time": "2023-12-11T13:01:23+00:00",
  188. "bin": [
  189. "bin/sabredav",
  190. "bin/naturalselection"
  191. ],
  192. "type": "library",
  193. "installation-source": "dist",
  194. "autoload": {
  195. "psr-4": {
  196. "Sabre\\": "lib/"
  197. }
  198. },
  199. "notification-url": "https://packagist.org/downloads/",
  200. "license": [
  201. "BSD-3-Clause"
  202. ],
  203. "authors": [
  204. {
  205. "name": "Evert Pot",
  206. "email": "me@evertpot.com",
  207. "homepage": "http://evertpot.com/",
  208. "role": "Developer"
  209. }
  210. ],
  211. "description": "WebDAV Framework for PHP",
  212. "homepage": "http://sabre.io/",
  213. "keywords": [
  214. "CalDAV",
  215. "CardDAV",
  216. "WebDAV",
  217. "framework",
  218. "iCalendar"
  219. ],
  220. "support": {
  221. "forum": "https://groups.google.com/group/sabredav-discuss",
  222. "issues": "https://github.com/sabre-io/dav/issues",
  223. "source": "https://github.com/fruux/sabre-dav"
  224. },
  225. "install-path": "../sabre/dav"
  226. },
  227. {
  228. "name": "sabre/event",
  229. "version": "5.1.7",
  230. "version_normalized": "5.1.7.0",
  231. "source": {
  232. "type": "git",
  233. "url": "https://github.com/sabre-io/event.git",
  234. "reference": "86d57e305c272898ba3c28e9bd3d65d5464587c2"
  235. },
  236. "dist": {
  237. "type": "zip",
  238. "url": "https://api.github.com/repos/sabre-io/event/zipball/86d57e305c272898ba3c28e9bd3d65d5464587c2",
  239. "reference": "86d57e305c272898ba3c28e9bd3d65d5464587c2",
  240. "shasum": ""
  241. },
  242. "require": {
  243. "php": "^7.1 || ^8.0"
  244. },
  245. "require-dev": {
  246. "friendsofphp/php-cs-fixer": "~2.17.1||^3.63",
  247. "phpstan/phpstan": "^0.12",
  248. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6"
  249. },
  250. "time": "2024-08-27T11:23:05+00:00",
  251. "type": "library",
  252. "installation-source": "dist",
  253. "autoload": {
  254. "files": [
  255. "lib/coroutine.php",
  256. "lib/Loop/functions.php",
  257. "lib/Promise/functions.php"
  258. ],
  259. "psr-4": {
  260. "Sabre\\Event\\": "lib/"
  261. }
  262. },
  263. "notification-url": "https://packagist.org/downloads/",
  264. "license": [
  265. "BSD-3-Clause"
  266. ],
  267. "authors": [
  268. {
  269. "name": "Evert Pot",
  270. "email": "me@evertpot.com",
  271. "homepage": "http://evertpot.com/",
  272. "role": "Developer"
  273. }
  274. ],
  275. "description": "sabre/event is a library for lightweight event-based programming",
  276. "homepage": "http://sabre.io/event/",
  277. "keywords": [
  278. "EventEmitter",
  279. "async",
  280. "coroutine",
  281. "eventloop",
  282. "events",
  283. "hooks",
  284. "plugin",
  285. "promise",
  286. "reactor",
  287. "signal"
  288. ],
  289. "support": {
  290. "forum": "https://groups.google.com/group/sabredav-discuss",
  291. "issues": "https://github.com/sabre-io/event/issues",
  292. "source": "https://github.com/fruux/sabre-event"
  293. },
  294. "install-path": "../sabre/event"
  295. },
  296. {
  297. "name": "sabre/http",
  298. "version": "5.1.12",
  299. "version_normalized": "5.1.12.0",
  300. "source": {
  301. "type": "git",
  302. "url": "https://github.com/sabre-io/http.git",
  303. "reference": "dedff73f3995578bc942fa4c8484190cac14f139"
  304. },
  305. "dist": {
  306. "type": "zip",
  307. "url": "https://api.github.com/repos/sabre-io/http/zipball/dedff73f3995578bc942fa4c8484190cac14f139",
  308. "reference": "dedff73f3995578bc942fa4c8484190cac14f139",
  309. "shasum": ""
  310. },
  311. "require": {
  312. "ext-ctype": "*",
  313. "ext-curl": "*",
  314. "ext-mbstring": "*",
  315. "php": "^7.1 || ^8.0",
  316. "sabre/event": ">=4.0 <6.0",
  317. "sabre/uri": "^2.0"
  318. },
  319. "require-dev": {
  320. "friendsofphp/php-cs-fixer": "~2.17.1||^3.63",
  321. "phpstan/phpstan": "^0.12",
  322. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6"
  323. },
  324. "suggest": {
  325. "ext-curl": " to make http requests with the Client class"
  326. },
  327. "time": "2024-08-27T16:07:41+00:00",
  328. "type": "library",
  329. "installation-source": "dist",
  330. "autoload": {
  331. "files": [
  332. "lib/functions.php"
  333. ],
  334. "psr-4": {
  335. "Sabre\\HTTP\\": "lib/"
  336. }
  337. },
  338. "notification-url": "https://packagist.org/downloads/",
  339. "license": [
  340. "BSD-3-Clause"
  341. ],
  342. "authors": [
  343. {
  344. "name": "Evert Pot",
  345. "email": "me@evertpot.com",
  346. "homepage": "http://evertpot.com/",
  347. "role": "Developer"
  348. }
  349. ],
  350. "description": "The sabre/http library provides utilities for dealing with http requests and responses. ",
  351. "homepage": "https://github.com/fruux/sabre-http",
  352. "keywords": [
  353. "http"
  354. ],
  355. "support": {
  356. "forum": "https://groups.google.com/group/sabredav-discuss",
  357. "issues": "https://github.com/sabre-io/http/issues",
  358. "source": "https://github.com/fruux/sabre-http"
  359. },
  360. "install-path": "../sabre/http"
  361. },
  362. {
  363. "name": "sabre/uri",
  364. "version": "2.3.4",
  365. "version_normalized": "2.3.4.0",
  366. "source": {
  367. "type": "git",
  368. "url": "https://github.com/sabre-io/uri.git",
  369. "reference": "b76524c22de90d80ca73143680a8e77b1266c291"
  370. },
  371. "dist": {
  372. "type": "zip",
  373. "url": "https://api.github.com/repos/sabre-io/uri/zipball/b76524c22de90d80ca73143680a8e77b1266c291",
  374. "reference": "b76524c22de90d80ca73143680a8e77b1266c291",
  375. "shasum": ""
  376. },
  377. "require": {
  378. "php": "^7.4 || ^8.0"
  379. },
  380. "require-dev": {
  381. "friendsofphp/php-cs-fixer": "^3.63",
  382. "phpstan/extension-installer": "^1.4",
  383. "phpstan/phpstan": "^1.12",
  384. "phpstan/phpstan-phpunit": "^1.4",
  385. "phpstan/phpstan-strict-rules": "^1.6",
  386. "phpunit/phpunit": "^9.6"
  387. },
  388. "time": "2024-08-27T12:18:16+00:00",
  389. "type": "library",
  390. "installation-source": "dist",
  391. "autoload": {
  392. "files": [
  393. "lib/functions.php"
  394. ],
  395. "psr-4": {
  396. "Sabre\\Uri\\": "lib/"
  397. }
  398. },
  399. "notification-url": "https://packagist.org/downloads/",
  400. "license": [
  401. "BSD-3-Clause"
  402. ],
  403. "authors": [
  404. {
  405. "name": "Evert Pot",
  406. "email": "me@evertpot.com",
  407. "homepage": "http://evertpot.com/",
  408. "role": "Developer"
  409. }
  410. ],
  411. "description": "Functions for making sense out of URIs.",
  412. "homepage": "http://sabre.io/uri/",
  413. "keywords": [
  414. "rfc3986",
  415. "uri",
  416. "url"
  417. ],
  418. "support": {
  419. "forum": "https://groups.google.com/group/sabredav-discuss",
  420. "issues": "https://github.com/sabre-io/uri/issues",
  421. "source": "https://github.com/fruux/sabre-uri"
  422. },
  423. "install-path": "../sabre/uri"
  424. },
  425. {
  426. "name": "sabre/vobject",
  427. "version": "4.5.7",
  428. "version_normalized": "4.5.7.0",
  429. "source": {
  430. "type": "git",
  431. "url": "https://github.com/sabre-io/vobject.git",
  432. "reference": "ff22611a53782e90c97be0d0bc4a5f98a5c0a12c"
  433. },
  434. "dist": {
  435. "type": "zip",
  436. "url": "https://api.github.com/repos/sabre-io/vobject/zipball/ff22611a53782e90c97be0d0bc4a5f98a5c0a12c",
  437. "reference": "ff22611a53782e90c97be0d0bc4a5f98a5c0a12c",
  438. "shasum": ""
  439. },
  440. "require": {
  441. "ext-mbstring": "*",
  442. "php": "^7.1 || ^8.0",
  443. "sabre/xml": "^2.1 || ^3.0 || ^4.0"
  444. },
  445. "require-dev": {
  446. "friendsofphp/php-cs-fixer": "~2.17.1",
  447. "phpstan/phpstan": "^0.12 || ^1.12 || ^2.0",
  448. "phpunit/php-invoker": "^2.0 || ^3.1",
  449. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6"
  450. },
  451. "suggest": {
  452. "hoa/bench": "If you would like to run the benchmark scripts"
  453. },
  454. "time": "2025-04-17T09:22:48+00:00",
  455. "bin": [
  456. "bin/vobject",
  457. "bin/generate_vcards"
  458. ],
  459. "type": "library",
  460. "extra": {
  461. "branch-alias": {
  462. "dev-master": "4.0.x-dev"
  463. }
  464. },
  465. "installation-source": "dist",
  466. "autoload": {
  467. "psr-4": {
  468. "Sabre\\VObject\\": "lib/"
  469. }
  470. },
  471. "notification-url": "https://packagist.org/downloads/",
  472. "license": [
  473. "BSD-3-Clause"
  474. ],
  475. "authors": [
  476. {
  477. "name": "Evert Pot",
  478. "email": "me@evertpot.com",
  479. "homepage": "http://evertpot.com/",
  480. "role": "Developer"
  481. },
  482. {
  483. "name": "Dominik Tobschall",
  484. "email": "dominik@fruux.com",
  485. "homepage": "http://tobschall.de/",
  486. "role": "Developer"
  487. },
  488. {
  489. "name": "Ivan Enderlin",
  490. "email": "ivan.enderlin@hoa-project.net",
  491. "homepage": "http://mnt.io/",
  492. "role": "Developer"
  493. }
  494. ],
  495. "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
  496. "homepage": "http://sabre.io/vobject/",
  497. "keywords": [
  498. "availability",
  499. "freebusy",
  500. "iCalendar",
  501. "ical",
  502. "ics",
  503. "jCal",
  504. "jCard",
  505. "recurrence",
  506. "rfc2425",
  507. "rfc2426",
  508. "rfc2739",
  509. "rfc4770",
  510. "rfc5545",
  511. "rfc5546",
  512. "rfc6321",
  513. "rfc6350",
  514. "rfc6351",
  515. "rfc6474",
  516. "rfc6638",
  517. "rfc6715",
  518. "rfc6868",
  519. "vCalendar",
  520. "vCard",
  521. "vcf",
  522. "xCal",
  523. "xCard"
  524. ],
  525. "support": {
  526. "forum": "https://groups.google.com/group/sabredav-discuss",
  527. "issues": "https://github.com/sabre-io/vobject/issues",
  528. "source": "https://github.com/fruux/sabre-vobject"
  529. },
  530. "install-path": "../sabre/vobject"
  531. },
  532. {
  533. "name": "sabre/xml",
  534. "version": "2.2.11",
  535. "version_normalized": "2.2.11.0",
  536. "source": {
  537. "type": "git",
  538. "url": "https://github.com/sabre-io/xml.git",
  539. "reference": "01a7927842abf3e10df3d9c2d9b0cc9d813a3fcc"
  540. },
  541. "dist": {
  542. "type": "zip",
  543. "url": "https://api.github.com/repos/sabre-io/xml/zipball/01a7927842abf3e10df3d9c2d9b0cc9d813a3fcc",
  544. "reference": "01a7927842abf3e10df3d9c2d9b0cc9d813a3fcc",
  545. "shasum": ""
  546. },
  547. "require": {
  548. "ext-dom": "*",
  549. "ext-xmlreader": "*",
  550. "ext-xmlwriter": "*",
  551. "lib-libxml": ">=2.6.20",
  552. "php": "^7.1 || ^8.0",
  553. "sabre/uri": ">=1.0,<3.0.0"
  554. },
  555. "require-dev": {
  556. "friendsofphp/php-cs-fixer": "~2.17.1||3.63.2",
  557. "phpstan/phpstan": "^0.12",
  558. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6"
  559. },
  560. "time": "2024-09-06T07:37:46+00:00",
  561. "type": "library",
  562. "installation-source": "dist",
  563. "autoload": {
  564. "files": [
  565. "lib/Deserializer/functions.php",
  566. "lib/Serializer/functions.php"
  567. ],
  568. "psr-4": {
  569. "Sabre\\Xml\\": "lib/"
  570. }
  571. },
  572. "notification-url": "https://packagist.org/downloads/",
  573. "license": [
  574. "BSD-3-Clause"
  575. ],
  576. "authors": [
  577. {
  578. "name": "Evert Pot",
  579. "email": "me@evertpot.com",
  580. "homepage": "http://evertpot.com/",
  581. "role": "Developer"
  582. },
  583. {
  584. "name": "Markus Staab",
  585. "email": "markus.staab@redaxo.de",
  586. "role": "Developer"
  587. }
  588. ],
  589. "description": "sabre/xml is an XML library that you may not hate.",
  590. "homepage": "https://sabre.io/xml/",
  591. "keywords": [
  592. "XMLReader",
  593. "XMLWriter",
  594. "dom",
  595. "xml"
  596. ],
  597. "support": {
  598. "forum": "https://groups.google.com/group/sabredav-discuss",
  599. "issues": "https://github.com/sabre-io/xml/issues",
  600. "source": "https://github.com/fruux/sabre-xml"
  601. },
  602. "install-path": "../sabre/xml"
  603. }
  604. ],
  605. "dev": true,
  606. "dev-package-names": []
  607. }