installed.json 4.5 KB

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