2
0

installed.json 48 KB

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