composer.lock 25 KB

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