installed.json 4.5 KB

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