composer.lock 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "722ab4e7432f9d435c34f722defe0b80",
  8. "packages": [
  9. {
  10. "name": "phpoffice/phpspreadsheet",
  11. "version": "1.1.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
  15. "reference": "a2771e562e3a17c0d512d2009e38fd628beece90"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/a2771e562e3a17c0d512d2009e38fd628beece90",
  20. "reference": "a2771e562e3a17c0d512d2009e38fd628beece90",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-ctype": "*",
  25. "ext-dom": "*",
  26. "ext-gd": "*",
  27. "ext-iconv": "*",
  28. "ext-libxml": "*",
  29. "ext-mbstring": "*",
  30. "ext-simplexml": "*",
  31. "ext-xml": "*",
  32. "ext-xmlreader": "*",
  33. "ext-xmlwriter": "*",
  34. "ext-zip": "*",
  35. "ext-zlib": "*",
  36. "php": "^5.6|^7.0",
  37. "psr/simple-cache": "^1.0"
  38. },
  39. "require-dev": {
  40. "dompdf/dompdf": "^0.8.0",
  41. "friendsofphp/php-cs-fixer": "@stable",
  42. "jpgraph/jpgraph": "^4.0",
  43. "mpdf/mpdf": "^7.0.0",
  44. "phpunit/phpunit": "^5.7",
  45. "squizlabs/php_codesniffer": "^2.7",
  46. "tecnickcom/tcpdf": "^6.2"
  47. },
  48. "suggest": {
  49. "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
  50. "ext-dom": "Option to read and write HTML files",
  51. "ext-gd": "Required for exact column width autocalculation",
  52. "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
  53. "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
  54. "tecnick.com/tcpdf": "Option for rendering PDF with PDF Writer"
  55. },
  56. "type": "library",
  57. "autoload": {
  58. "psr-4": {
  59. "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
  60. }
  61. },
  62. "notification-url": "https://packagist.org/downloads/",
  63. "license": [
  64. "LGPL-2.1"
  65. ],
  66. "authors": [
  67. {
  68. "name": "Maarten Balliauw",
  69. "homepage": "http://blog.maartenballiauw.be"
  70. },
  71. {
  72. "name": "Erik Tilt"
  73. },
  74. {
  75. "name": "Franck Lefevre",
  76. "homepage": "http://rootslabs.net"
  77. },
  78. {
  79. "name": "Mark Baker",
  80. "homepage": "http://markbakeruk.net"
  81. }
  82. ],
  83. "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  84. "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
  85. "keywords": [
  86. "OpenXML",
  87. "excel",
  88. "gnumeric",
  89. "ods",
  90. "php",
  91. "spreadsheet",
  92. "xls",
  93. "xlsx"
  94. ],
  95. "time": "2018-01-28T12:37:15+00:00"
  96. },
  97. {
  98. "name": "psr/simple-cache",
  99. "version": "1.0.0",
  100. "source": {
  101. "type": "git",
  102. "url": "https://github.com/php-fig/simple-cache.git",
  103. "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24"
  104. },
  105. "dist": {
  106. "type": "zip",
  107. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24",
  108. "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24",
  109. "shasum": ""
  110. },
  111. "require": {
  112. "php": ">=5.3.0"
  113. },
  114. "type": "library",
  115. "extra": {
  116. "branch-alias": {
  117. "dev-master": "1.0.x-dev"
  118. }
  119. },
  120. "autoload": {
  121. "psr-4": {
  122. "Psr\\SimpleCache\\": "src/"
  123. }
  124. },
  125. "notification-url": "https://packagist.org/downloads/",
  126. "license": [
  127. "MIT"
  128. ],
  129. "authors": [
  130. {
  131. "name": "PHP-FIG",
  132. "homepage": "http://www.php-fig.org/"
  133. }
  134. ],
  135. "description": "Common interfaces for simple caching",
  136. "keywords": [
  137. "cache",
  138. "caching",
  139. "psr",
  140. "psr-16",
  141. "simple-cache"
  142. ],
  143. "time": "2017-01-02T13:31:39+00:00"
  144. }
  145. ],
  146. "packages-dev": [],
  147. "aliases": [],
  148. "minimum-stability": "stable",
  149. "stability-flags": [],
  150. "prefer-stable": false,
  151. "prefer-lowest": false,
  152. "platform": [],
  153. "platform-dev": []
  154. }