composer.lock 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701
  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": "b9c6b1152c5773dec5213f50c41a6862",
  8. "packages": [
  9. {
  10. "name": "codeigniter4/framework",
  11. "version": "v4.2.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/codeigniter4/framework.git",
  15. "reference": "f65a2cff3a572c58c8ab9c8f61bdba904362b549"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/codeigniter4/framework/zipball/f65a2cff3a572c58c8ab9c8f61bdba904362b549",
  20. "reference": "f65a2cff3a572c58c8ab9c8f61bdba904362b549",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-curl": "*",
  25. "ext-intl": "*",
  26. "ext-json": "*",
  27. "ext-mbstring": "*",
  28. "kint-php/kint": "^4.1.1",
  29. "laminas/laminas-escaper": "^2.9",
  30. "php": "^7.4 || ^8.0",
  31. "psr/log": "^1.1"
  32. },
  33. "require-dev": {
  34. "codeigniter/coding-standard": "^1.1",
  35. "fakerphp/faker": "^1.9",
  36. "friendsofphp/php-cs-fixer": "3.6.*",
  37. "mikey179/vfsstream": "^1.6",
  38. "nexusphp/cs-config": "^3.3",
  39. "phpunit/phpunit": "^9.1",
  40. "predis/predis": "^1.1 || ^2.0"
  41. },
  42. "suggest": {
  43. "ext-fileinfo": "Improves mime type detection for files"
  44. },
  45. "type": "project",
  46. "autoload": {
  47. "psr-4": {
  48. "CodeIgniter\\": "system/"
  49. },
  50. "exclude-from-classmap": [
  51. "**/Database/Migrations/**"
  52. ]
  53. },
  54. "notification-url": "https://packagist.org/downloads/",
  55. "license": [
  56. "MIT"
  57. ],
  58. "description": "The CodeIgniter framework v4",
  59. "homepage": "https://codeigniter.com",
  60. "support": {
  61. "forum": "http://forum.codeigniter.com/",
  62. "slack": "https://codeigniterchat.slack.com",
  63. "source": "https://github.com/codeigniter4/CodeIgniter4"
  64. },
  65. "time": "2022-06-16T13:53:25+00:00"
  66. },
  67. {
  68. "name": "dompdf/dompdf",
  69. "version": "v1.2.2",
  70. "source": {
  71. "type": "git",
  72. "url": "https://github.com/dompdf/dompdf.git",
  73. "reference": "5031045d9640b38cfc14aac9667470df09c9e090"
  74. },
  75. "dist": {
  76. "type": "zip",
  77. "url": "https://api.github.com/repos/dompdf/dompdf/zipball/5031045d9640b38cfc14aac9667470df09c9e090",
  78. "reference": "5031045d9640b38cfc14aac9667470df09c9e090",
  79. "shasum": ""
  80. },
  81. "require": {
  82. "ext-dom": "*",
  83. "ext-mbstring": "*",
  84. "phenx/php-font-lib": "^0.5.4",
  85. "phenx/php-svg-lib": "^0.3.3 || ^0.4.0",
  86. "php": "^7.1 || ^8.0"
  87. },
  88. "require-dev": {
  89. "ext-json": "*",
  90. "ext-zip": "*",
  91. "mockery/mockery": "^1.3",
  92. "phpunit/phpunit": "^7.5 || ^8 || ^9",
  93. "squizlabs/php_codesniffer": "^3.5"
  94. },
  95. "suggest": {
  96. "ext-gd": "Needed to process images",
  97. "ext-gmagick": "Improves image processing performance",
  98. "ext-imagick": "Improves image processing performance",
  99. "ext-zlib": "Needed for pdf stream compression"
  100. },
  101. "type": "library",
  102. "autoload": {
  103. "psr-4": {
  104. "Dompdf\\": "src/"
  105. },
  106. "classmap": [
  107. "lib/"
  108. ]
  109. },
  110. "notification-url": "https://packagist.org/downloads/",
  111. "license": [
  112. "LGPL-2.1"
  113. ],
  114. "authors": [
  115. {
  116. "name": "Fabien Ménager",
  117. "email": "fabien.menager@gmail.com"
  118. },
  119. {
  120. "name": "Brian Sweeney",
  121. "email": "eclecticgeek@gmail.com"
  122. },
  123. {
  124. "name": "Gabriel Bull",
  125. "email": "me@gabrielbull.com"
  126. }
  127. ],
  128. "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
  129. "homepage": "https://github.com/dompdf/dompdf",
  130. "support": {
  131. "issues": "https://github.com/dompdf/dompdf/issues",
  132. "source": "https://github.com/dompdf/dompdf/tree/v1.2.2"
  133. },
  134. "time": "2022-04-27T13:50:54+00:00"
  135. },
  136. {
  137. "name": "kint-php/kint",
  138. "version": "4.1.3",
  139. "source": {
  140. "type": "git",
  141. "url": "https://github.com/kint-php/kint.git",
  142. "reference": "055630e77a9ae625968ade09addb0bd57ce1f4b3"
  143. },
  144. "dist": {
  145. "type": "zip",
  146. "url": "https://api.github.com/repos/kint-php/kint/zipball/055630e77a9ae625968ade09addb0bd57ce1f4b3",
  147. "reference": "055630e77a9ae625968ade09addb0bd57ce1f4b3",
  148. "shasum": ""
  149. },
  150. "require": {
  151. "php": ">=5.6"
  152. },
  153. "require-dev": {
  154. "friendsofphp/php-cs-fixer": "^3.0",
  155. "phpspec/prophecy-phpunit": "^2",
  156. "phpunit/phpunit": "^9.0",
  157. "seld/phar-utils": "^1.0",
  158. "symfony/finder": "^3.0 || ^4.0 || ^5.0",
  159. "vimeo/psalm": "^4.0"
  160. },
  161. "suggest": {
  162. "kint-php/kint-helpers": "Provides extra helper functions",
  163. "kint-php/kint-twig": "Provides d() and s() functions in twig templates"
  164. },
  165. "type": "library",
  166. "autoload": {
  167. "files": [
  168. "init.php"
  169. ],
  170. "psr-4": {
  171. "Kint\\": "src/"
  172. }
  173. },
  174. "notification-url": "https://packagist.org/downloads/",
  175. "license": [
  176. "MIT"
  177. ],
  178. "authors": [
  179. {
  180. "name": "Jonathan Vollebregt",
  181. "homepage": "https://github.com/jnvsor"
  182. },
  183. {
  184. "name": "Contributors",
  185. "homepage": "https://github.com/kint-php/kint/graphs/contributors"
  186. }
  187. ],
  188. "description": "Kint - debugging tool for PHP developers",
  189. "homepage": "https://kint-php.github.io/kint/",
  190. "keywords": [
  191. "debug",
  192. "kint",
  193. "php"
  194. ],
  195. "support": {
  196. "issues": "https://github.com/kint-php/kint/issues",
  197. "source": "https://github.com/kint-php/kint/tree/4.1.3"
  198. },
  199. "time": "2022-07-12T15:40:11+00:00"
  200. },
  201. {
  202. "name": "laminas/laminas-escaper",
  203. "version": "2.10.0",
  204. "source": {
  205. "type": "git",
  206. "url": "https://github.com/laminas/laminas-escaper.git",
  207. "reference": "58af67282db37d24e584a837a94ee55b9c7552be"
  208. },
  209. "dist": {
  210. "type": "zip",
  211. "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/58af67282db37d24e584a837a94ee55b9c7552be",
  212. "reference": "58af67282db37d24e584a837a94ee55b9c7552be",
  213. "shasum": ""
  214. },
  215. "require": {
  216. "ext-ctype": "*",
  217. "ext-mbstring": "*",
  218. "php": "^7.4 || ~8.0.0 || ~8.1.0"
  219. },
  220. "conflict": {
  221. "zendframework/zend-escaper": "*"
  222. },
  223. "require-dev": {
  224. "infection/infection": "^0.26.6",
  225. "laminas/laminas-coding-standard": "~2.3.0",
  226. "maglnet/composer-require-checker": "^3.8.0",
  227. "phpunit/phpunit": "^9.5.18",
  228. "psalm/plugin-phpunit": "^0.16.1",
  229. "vimeo/psalm": "^4.22.0"
  230. },
  231. "type": "library",
  232. "autoload": {
  233. "psr-4": {
  234. "Laminas\\Escaper\\": "src/"
  235. }
  236. },
  237. "notification-url": "https://packagist.org/downloads/",
  238. "license": [
  239. "BSD-3-Clause"
  240. ],
  241. "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
  242. "homepage": "https://laminas.dev",
  243. "keywords": [
  244. "escaper",
  245. "laminas"
  246. ],
  247. "support": {
  248. "chat": "https://laminas.dev/chat",
  249. "docs": "https://docs.laminas.dev/laminas-escaper/",
  250. "forum": "https://discourse.laminas.dev",
  251. "issues": "https://github.com/laminas/laminas-escaper/issues",
  252. "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
  253. "source": "https://github.com/laminas/laminas-escaper"
  254. },
  255. "funding": [
  256. {
  257. "url": "https://funding.communitybridge.org/projects/laminas-project",
  258. "type": "community_bridge"
  259. }
  260. ],
  261. "time": "2022-03-08T20:15:36+00:00"
  262. },
  263. {
  264. "name": "phenx/php-font-lib",
  265. "version": "0.5.4",
  266. "source": {
  267. "type": "git",
  268. "url": "https://github.com/dompdf/php-font-lib.git",
  269. "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4"
  270. },
  271. "dist": {
  272. "type": "zip",
  273. "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/dd448ad1ce34c63d09baccd05415e361300c35b4",
  274. "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4",
  275. "shasum": ""
  276. },
  277. "require": {
  278. "ext-mbstring": "*"
  279. },
  280. "require-dev": {
  281. "symfony/phpunit-bridge": "^3 || ^4 || ^5"
  282. },
  283. "type": "library",
  284. "autoload": {
  285. "psr-4": {
  286. "FontLib\\": "src/FontLib"
  287. }
  288. },
  289. "notification-url": "https://packagist.org/downloads/",
  290. "license": [
  291. "LGPL-3.0"
  292. ],
  293. "authors": [
  294. {
  295. "name": "Fabien Ménager",
  296. "email": "fabien.menager@gmail.com"
  297. }
  298. ],
  299. "description": "A library to read, parse, export and make subsets of different types of font files.",
  300. "homepage": "https://github.com/PhenX/php-font-lib",
  301. "support": {
  302. "issues": "https://github.com/dompdf/php-font-lib/issues",
  303. "source": "https://github.com/dompdf/php-font-lib/tree/0.5.4"
  304. },
  305. "time": "2021-12-17T19:44:54+00:00"
  306. },
  307. {
  308. "name": "phenx/php-svg-lib",
  309. "version": "0.3.4",
  310. "source": {
  311. "type": "git",
  312. "url": "https://github.com/PhenX/php-svg-lib.git",
  313. "reference": "f627771eb854aa7f45f80add0f23c6c4d67ea0f2"
  314. },
  315. "dist": {
  316. "type": "zip",
  317. "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/f627771eb854aa7f45f80add0f23c6c4d67ea0f2",
  318. "reference": "f627771eb854aa7f45f80add0f23c6c4d67ea0f2",
  319. "shasum": ""
  320. },
  321. "require": {
  322. "php": "^7.4 || ^8.0",
  323. "sabberworm/php-css-parser": "^8.3"
  324. },
  325. "require-dev": {
  326. "phpunit/phpunit": "^9.5"
  327. },
  328. "type": "library",
  329. "autoload": {
  330. "psr-4": {
  331. "Svg\\": "src/Svg"
  332. }
  333. },
  334. "notification-url": "https://packagist.org/downloads/",
  335. "license": [
  336. "LGPL-3.0"
  337. ],
  338. "authors": [
  339. {
  340. "name": "Fabien Ménager",
  341. "email": "fabien.menager@gmail.com"
  342. }
  343. ],
  344. "description": "A library to read, parse and export to PDF SVG files.",
  345. "homepage": "https://github.com/PhenX/php-svg-lib",
  346. "support": {
  347. "issues": "https://github.com/PhenX/php-svg-lib/issues",
  348. "source": "https://github.com/PhenX/php-svg-lib/tree/0.3.4"
  349. },
  350. "time": "2021-10-18T02:13:32+00:00"
  351. },
  352. {
  353. "name": "psr/log",
  354. "version": "1.1.4",
  355. "source": {
  356. "type": "git",
  357. "url": "https://github.com/php-fig/log.git",
  358. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  359. },
  360. "dist": {
  361. "type": "zip",
  362. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  363. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  364. "shasum": ""
  365. },
  366. "require": {
  367. "php": ">=5.3.0"
  368. },
  369. "type": "library",
  370. "extra": {
  371. "branch-alias": {
  372. "dev-master": "1.1.x-dev"
  373. }
  374. },
  375. "autoload": {
  376. "psr-4": {
  377. "Psr\\Log\\": "Psr/Log/"
  378. }
  379. },
  380. "notification-url": "https://packagist.org/downloads/",
  381. "license": [
  382. "MIT"
  383. ],
  384. "authors": [
  385. {
  386. "name": "PHP-FIG",
  387. "homepage": "https://www.php-fig.org/"
  388. }
  389. ],
  390. "description": "Common interface for logging libraries",
  391. "homepage": "https://github.com/php-fig/log",
  392. "keywords": [
  393. "log",
  394. "psr",
  395. "psr-3"
  396. ],
  397. "support": {
  398. "source": "https://github.com/php-fig/log/tree/1.1.4"
  399. },
  400. "time": "2021-05-03T11:20:27+00:00"
  401. },
  402. {
  403. "name": "sabberworm/php-css-parser",
  404. "version": "8.3.1",
  405. "source": {
  406. "type": "git",
  407. "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
  408. "reference": "d217848e1396ef962fb1997cf3e2421acba7f796"
  409. },
  410. "dist": {
  411. "type": "zip",
  412. "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/d217848e1396ef962fb1997cf3e2421acba7f796",
  413. "reference": "d217848e1396ef962fb1997cf3e2421acba7f796",
  414. "shasum": ""
  415. },
  416. "require": {
  417. "php": ">=5.3.2"
  418. },
  419. "require-dev": {
  420. "codacy/coverage": "^1.4",
  421. "phpunit/phpunit": "~4.8"
  422. },
  423. "type": "library",
  424. "autoload": {
  425. "psr-0": {
  426. "Sabberworm\\CSS": "lib/"
  427. }
  428. },
  429. "notification-url": "https://packagist.org/downloads/",
  430. "license": [
  431. "MIT"
  432. ],
  433. "authors": [
  434. {
  435. "name": "Raphael Schweikert"
  436. }
  437. ],
  438. "description": "Parser for CSS Files written in PHP",
  439. "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
  440. "keywords": [
  441. "css",
  442. "parser",
  443. "stylesheet"
  444. ],
  445. "support": {
  446. "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
  447. "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.3.1"
  448. },
  449. "time": "2020-06-01T09:10:00+00:00"
  450. },
  451. {
  452. "name": "tecnickcom/tcpdf",
  453. "version": "6.4.4",
  454. "source": {
  455. "type": "git",
  456. "url": "https://github.com/tecnickcom/TCPDF.git",
  457. "reference": "42cd0f9786af7e5db4fcedaa66f717b0d0032320"
  458. },
  459. "dist": {
  460. "type": "zip",
  461. "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/42cd0f9786af7e5db4fcedaa66f717b0d0032320",
  462. "reference": "42cd0f9786af7e5db4fcedaa66f717b0d0032320",
  463. "shasum": ""
  464. },
  465. "require": {
  466. "php": ">=5.3.0"
  467. },
  468. "type": "library",
  469. "autoload": {
  470. "classmap": [
  471. "config",
  472. "include",
  473. "tcpdf.php",
  474. "tcpdf_parser.php",
  475. "tcpdf_import.php",
  476. "tcpdf_barcodes_1d.php",
  477. "tcpdf_barcodes_2d.php",
  478. "include/tcpdf_colors.php",
  479. "include/tcpdf_filters.php",
  480. "include/tcpdf_font_data.php",
  481. "include/tcpdf_fonts.php",
  482. "include/tcpdf_images.php",
  483. "include/tcpdf_static.php",
  484. "include/barcodes/datamatrix.php",
  485. "include/barcodes/pdf417.php",
  486. "include/barcodes/qrcode.php"
  487. ]
  488. },
  489. "notification-url": "https://packagist.org/downloads/",
  490. "license": [
  491. "LGPL-3.0-only"
  492. ],
  493. "authors": [
  494. {
  495. "name": "Nicola Asuni",
  496. "email": "info@tecnick.com",
  497. "role": "lead"
  498. }
  499. ],
  500. "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
  501. "homepage": "http://www.tcpdf.org/",
  502. "keywords": [
  503. "PDFD32000-2008",
  504. "TCPDF",
  505. "barcodes",
  506. "datamatrix",
  507. "pdf",
  508. "pdf417",
  509. "qrcode"
  510. ],
  511. "support": {
  512. "issues": "https://github.com/tecnickcom/TCPDF/issues",
  513. "source": "https://github.com/tecnickcom/TCPDF/tree/6.4.4"
  514. },
  515. "funding": [
  516. {
  517. "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project",
  518. "type": "custom"
  519. }
  520. ],
  521. "time": "2021-12-31T08:39:24+00:00"
  522. },
  523. {
  524. "name": "twbs/bootstrap",
  525. "version": "v4.6.2",
  526. "source": {
  527. "type": "git",
  528. "url": "https://github.com/twbs/bootstrap.git",
  529. "reference": "e5643aaa89eb67327a5b4abe7db976f0ea276b70"
  530. },
  531. "dist": {
  532. "type": "zip",
  533. "url": "https://api.github.com/repos/twbs/bootstrap/zipball/e5643aaa89eb67327a5b4abe7db976f0ea276b70",
  534. "reference": "e5643aaa89eb67327a5b4abe7db976f0ea276b70",
  535. "shasum": ""
  536. },
  537. "replace": {
  538. "twitter/bootstrap": "self.version"
  539. },
  540. "type": "library",
  541. "extra": {
  542. "branch-alias": {
  543. "dev-master": "3.3.x-dev"
  544. }
  545. },
  546. "notification-url": "https://packagist.org/downloads/",
  547. "license": [
  548. "MIT"
  549. ],
  550. "authors": [
  551. {
  552. "name": "Mark Otto",
  553. "email": "markdotto@gmail.com"
  554. },
  555. {
  556. "name": "Jacob Thornton",
  557. "email": "jacobthornton@gmail.com"
  558. }
  559. ],
  560. "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  561. "homepage": "https://getbootstrap.com/",
  562. "keywords": [
  563. "JS",
  564. "css",
  565. "framework",
  566. "front-end",
  567. "mobile-first",
  568. "responsive",
  569. "sass",
  570. "web"
  571. ],
  572. "support": {
  573. "issues": "https://github.com/twbs/bootstrap/issues",
  574. "source": "https://github.com/twbs/bootstrap/tree/v4.6.2"
  575. },
  576. "time": "2022-07-19T15:13:44+00:00"
  577. }
  578. ],
  579. "packages-dev": [
  580. {
  581. "name": "fzaninotto/faker",
  582. "version": "dev-master",
  583. "source": {
  584. "type": "git",
  585. "url": "https://github.com/fzaninotto/Faker.git",
  586. "reference": "5ffe7db6c80f441f150fc88008d64e64af66634b"
  587. },
  588. "dist": {
  589. "type": "zip",
  590. "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/5ffe7db6c80f441f150fc88008d64e64af66634b",
  591. "reference": "5ffe7db6c80f441f150fc88008d64e64af66634b",
  592. "shasum": ""
  593. },
  594. "require": {
  595. "php": "^5.3.3 || ^7.0 || ^8.0"
  596. },
  597. "require-dev": {
  598. "ext-intl": "*",
  599. "phpunit/phpunit": "^4.8.35 || ^5.7",
  600. "squizlabs/php_codesniffer": "^2.9.2"
  601. },
  602. "default-branch": true,
  603. "type": "library",
  604. "extra": {
  605. "branch-alias": {
  606. "dev-master": "1.9-dev"
  607. }
  608. },
  609. "autoload": {
  610. "psr-4": {
  611. "Faker\\": "src/Faker/"
  612. }
  613. },
  614. "notification-url": "https://packagist.org/downloads/",
  615. "license": [
  616. "MIT"
  617. ],
  618. "authors": [
  619. {
  620. "name": "François Zaninotto"
  621. }
  622. ],
  623. "description": "Faker is a PHP library that generates fake data for you.",
  624. "keywords": [
  625. "data",
  626. "faker",
  627. "fixtures"
  628. ],
  629. "support": {
  630. "issues": "https://github.com/fzaninotto/Faker/issues",
  631. "source": "https://github.com/fzaninotto/Faker/tree/master"
  632. },
  633. "abandoned": true,
  634. "time": "2020-12-11T09:59:14+00:00"
  635. },
  636. {
  637. "name": "mikey179/vfsstream",
  638. "version": "v1.6.11",
  639. "source": {
  640. "type": "git",
  641. "url": "https://github.com/bovigo/vfsStream.git",
  642. "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f"
  643. },
  644. "dist": {
  645. "type": "zip",
  646. "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f",
  647. "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f",
  648. "shasum": ""
  649. },
  650. "require": {
  651. "php": ">=5.3.0"
  652. },
  653. "require-dev": {
  654. "phpunit/phpunit": "^4.5|^5.0"
  655. },
  656. "type": "library",
  657. "extra": {
  658. "branch-alias": {
  659. "dev-master": "1.6.x-dev"
  660. }
  661. },
  662. "autoload": {
  663. "psr-0": {
  664. "org\\bovigo\\vfs\\": "src/main/php"
  665. }
  666. },
  667. "notification-url": "https://packagist.org/downloads/",
  668. "license": [
  669. "BSD-3-Clause"
  670. ],
  671. "authors": [
  672. {
  673. "name": "Frank Kleine",
  674. "homepage": "http://frankkleine.de/",
  675. "role": "Developer"
  676. }
  677. ],
  678. "description": "Virtual file system to mock the real file system in unit tests.",
  679. "homepage": "http://vfs.bovigo.org/",
  680. "support": {
  681. "issues": "https://github.com/bovigo/vfsStream/issues",
  682. "source": "https://github.com/bovigo/vfsStream/tree/master",
  683. "wiki": "https://github.com/bovigo/vfsStream/wiki"
  684. },
  685. "time": "2022-02-23T02:02:42+00:00"
  686. }
  687. ],
  688. "aliases": [],
  689. "minimum-stability": "stable",
  690. "stability-flags": {
  691. "fzaninotto/faker": 20
  692. },
  693. "prefer-stable": false,
  694. "prefer-lowest": false,
  695. "platform": {
  696. "php": ">=7.2"
  697. },
  698. "platform-dev": [],
  699. "plugin-api-version": "2.1.0"
  700. }