installed.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. [
  2. {
  3. "name": "markbaker/complex",
  4. "version": "1.4.7",
  5. "version_normalized": "1.4.7.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/MarkBaker/PHPComplex.git",
  9. "reference": "1ea674a8308baf547cbcbd30c5fcd6d301b7c000"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/1ea674a8308baf547cbcbd30c5fcd6d301b7c000",
  14. "reference": "1ea674a8308baf547cbcbd30c5fcd6d301b7c000",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": "^5.6.0|^7.0.0"
  19. },
  20. "require-dev": {
  21. "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3",
  22. "phpcompatibility/php-compatibility": "^8.0",
  23. "phpdocumentor/phpdocumentor": "2.*",
  24. "phploc/phploc": "2.*",
  25. "phpmd/phpmd": "2.*",
  26. "phpunit/phpunit": "^4.8.35|^5.4.0",
  27. "sebastian/phpcpd": "2.*",
  28. "squizlabs/php_codesniffer": "^3.3.0"
  29. },
  30. "time": "2018-10-13T23:28:42+00:00",
  31. "type": "library",
  32. "installation-source": "dist",
  33. "autoload": {
  34. "psr-4": {
  35. "Complex\\": "classes/src/"
  36. },
  37. "files": [
  38. "classes/src/functions/abs.php",
  39. "classes/src/functions/acos.php",
  40. "classes/src/functions/acosh.php",
  41. "classes/src/functions/acot.php",
  42. "classes/src/functions/acoth.php",
  43. "classes/src/functions/acsc.php",
  44. "classes/src/functions/acsch.php",
  45. "classes/src/functions/argument.php",
  46. "classes/src/functions/asec.php",
  47. "classes/src/functions/asech.php",
  48. "classes/src/functions/asin.php",
  49. "classes/src/functions/asinh.php",
  50. "classes/src/functions/atan.php",
  51. "classes/src/functions/atanh.php",
  52. "classes/src/functions/conjugate.php",
  53. "classes/src/functions/cos.php",
  54. "classes/src/functions/cosh.php",
  55. "classes/src/functions/cot.php",
  56. "classes/src/functions/coth.php",
  57. "classes/src/functions/csc.php",
  58. "classes/src/functions/csch.php",
  59. "classes/src/functions/exp.php",
  60. "classes/src/functions/inverse.php",
  61. "classes/src/functions/ln.php",
  62. "classes/src/functions/log2.php",
  63. "classes/src/functions/log10.php",
  64. "classes/src/functions/negative.php",
  65. "classes/src/functions/pow.php",
  66. "classes/src/functions/rho.php",
  67. "classes/src/functions/sec.php",
  68. "classes/src/functions/sech.php",
  69. "classes/src/functions/sin.php",
  70. "classes/src/functions/sinh.php",
  71. "classes/src/functions/sqrt.php",
  72. "classes/src/functions/tan.php",
  73. "classes/src/functions/tanh.php",
  74. "classes/src/functions/theta.php",
  75. "classes/src/operations/add.php",
  76. "classes/src/operations/subtract.php",
  77. "classes/src/operations/multiply.php",
  78. "classes/src/operations/divideby.php",
  79. "classes/src/operations/divideinto.php"
  80. ]
  81. },
  82. "notification-url": "https://packagist.org/downloads/",
  83. "license": [
  84. "MIT"
  85. ],
  86. "authors": [
  87. {
  88. "name": "Mark Baker",
  89. "email": "mark@lange.demon.co.uk"
  90. }
  91. ],
  92. "description": "PHP Class for working with complex numbers",
  93. "homepage": "https://github.com/MarkBaker/PHPComplex",
  94. "keywords": [
  95. "complex",
  96. "mathematics"
  97. ]
  98. },
  99. {
  100. "name": "markbaker/matrix",
  101. "version": "1.1.4",
  102. "version_normalized": "1.1.4.0",
  103. "source": {
  104. "type": "git",
  105. "url": "https://github.com/MarkBaker/PHPMatrix.git",
  106. "reference": "6ea97472b5baf12119b4f31f802835b820dd6d64"
  107. },
  108. "dist": {
  109. "type": "zip",
  110. "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/6ea97472b5baf12119b4f31f802835b820dd6d64",
  111. "reference": "6ea97472b5baf12119b4f31f802835b820dd6d64",
  112. "shasum": ""
  113. },
  114. "require": {
  115. "php": "^5.6.0|^7.0.0"
  116. },
  117. "require-dev": {
  118. "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3",
  119. "phpcompatibility/php-compatibility": "^8.0",
  120. "phpdocumentor/phpdocumentor": "2.*",
  121. "phploc/phploc": "2.*",
  122. "phpmd/phpmd": "2.*",
  123. "phpunit/phpunit": "^4.8.35|^5.4.0",
  124. "sebastian/phpcpd": "2.*",
  125. "squizlabs/php_codesniffer": "^3.3.0"
  126. },
  127. "time": "2018-11-04T22:12:12+00:00",
  128. "type": "library",
  129. "installation-source": "dist",
  130. "autoload": {
  131. "psr-4": {
  132. "Matrix\\": "classes/src/"
  133. },
  134. "files": [
  135. "classes/src/functions/adjoint.php",
  136. "classes/src/functions/antidiagonal.php",
  137. "classes/src/functions/cofactors.php",
  138. "classes/src/functions/determinant.php",
  139. "classes/src/functions/diagonal.php",
  140. "classes/src/functions/identity.php",
  141. "classes/src/functions/inverse.php",
  142. "classes/src/functions/minors.php",
  143. "classes/src/functions/trace.php",
  144. "classes/src/functions/transpose.php",
  145. "classes/src/operations/add.php",
  146. "classes/src/operations/directsum.php",
  147. "classes/src/operations/subtract.php",
  148. "classes/src/operations/multiply.php",
  149. "classes/src/operations/divideby.php",
  150. "classes/src/operations/divideinto.php"
  151. ]
  152. },
  153. "notification-url": "https://packagist.org/downloads/",
  154. "license": [
  155. "MIT"
  156. ],
  157. "authors": [
  158. {
  159. "name": "Mark Baker",
  160. "email": "mark@lange.demon.co.uk"
  161. }
  162. ],
  163. "description": "PHP Class for working with matrices",
  164. "homepage": "https://github.com/MarkBaker/PHPMatrix",
  165. "keywords": [
  166. "mathematics",
  167. "matrix",
  168. "vector"
  169. ]
  170. },
  171. {
  172. "name": "phpoffice/phpspreadsheet",
  173. "version": "1.7.0",
  174. "version_normalized": "1.7.0.0",
  175. "source": {
  176. "type": "git",
  177. "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
  178. "reference": "84e09df79855ed3da84e2eab6850eb7741d8cbda"
  179. },
  180. "dist": {
  181. "type": "zip",
  182. "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/84e09df79855ed3da84e2eab6850eb7741d8cbda",
  183. "reference": "84e09df79855ed3da84e2eab6850eb7741d8cbda",
  184. "shasum": ""
  185. },
  186. "require": {
  187. "ext-ctype": "*",
  188. "ext-dom": "*",
  189. "ext-fileinfo": "*",
  190. "ext-gd": "*",
  191. "ext-iconv": "*",
  192. "ext-libxml": "*",
  193. "ext-mbstring": "*",
  194. "ext-simplexml": "*",
  195. "ext-xml": "*",
  196. "ext-xmlreader": "*",
  197. "ext-xmlwriter": "*",
  198. "ext-zip": "*",
  199. "ext-zlib": "*",
  200. "markbaker/complex": "^1.4",
  201. "markbaker/matrix": "^1.1",
  202. "php": "^5.6|^7.0",
  203. "psr/simple-cache": "^1.0"
  204. },
  205. "require-dev": {
  206. "doctrine/instantiator": "^1.0.0",
  207. "dompdf/dompdf": "^0.8.0",
  208. "friendsofphp/php-cs-fixer": "@stable",
  209. "jpgraph/jpgraph": "^4.0",
  210. "mpdf/mpdf": "^7.0.0",
  211. "phpcompatibility/php-compatibility": "^8.0",
  212. "phpunit/phpunit": "^5.7",
  213. "squizlabs/php_codesniffer": "^3.3",
  214. "tecnickcom/tcpdf": "^6.2"
  215. },
  216. "suggest": {
  217. "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
  218. "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
  219. "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
  220. "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
  221. },
  222. "time": "2019-05-26T02:50:36+00:00",
  223. "type": "library",
  224. "installation-source": "dist",
  225. "autoload": {
  226. "psr-4": {
  227. "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
  228. }
  229. },
  230. "notification-url": "https://packagist.org/downloads/",
  231. "license": [
  232. "LGPL-2.1-or-later"
  233. ],
  234. "authors": [
  235. {
  236. "name": "Erik Tilt"
  237. },
  238. {
  239. "name": "Adrien Crivelli"
  240. },
  241. {
  242. "name": "Maarten Balliauw",
  243. "homepage": "https://blog.maartenballiauw.be"
  244. },
  245. {
  246. "name": "Mark Baker",
  247. "homepage": "https://markbakeruk.net"
  248. },
  249. {
  250. "name": "Franck Lefevre",
  251. "homepage": "https://rootslabs.net"
  252. }
  253. ],
  254. "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  255. "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
  256. "keywords": [
  257. "OpenXML",
  258. "excel",
  259. "gnumeric",
  260. "ods",
  261. "php",
  262. "spreadsheet",
  263. "xls",
  264. "xlsx"
  265. ]
  266. },
  267. {
  268. "name": "psr/simple-cache",
  269. "version": "1.0.1",
  270. "version_normalized": "1.0.1.0",
  271. "source": {
  272. "type": "git",
  273. "url": "https://github.com/php-fig/simple-cache.git",
  274. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  275. },
  276. "dist": {
  277. "type": "zip",
  278. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  279. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  280. "shasum": ""
  281. },
  282. "require": {
  283. "php": ">=5.3.0"
  284. },
  285. "time": "2017-10-23T01:57:42+00:00",
  286. "type": "library",
  287. "extra": {
  288. "branch-alias": {
  289. "dev-master": "1.0.x-dev"
  290. }
  291. },
  292. "installation-source": "dist",
  293. "autoload": {
  294. "psr-4": {
  295. "Psr\\SimpleCache\\": "src/"
  296. }
  297. },
  298. "notification-url": "https://packagist.org/downloads/",
  299. "license": [
  300. "MIT"
  301. ],
  302. "authors": [
  303. {
  304. "name": "PHP-FIG",
  305. "homepage": "http://www.php-fig.org/"
  306. }
  307. ],
  308. "description": "Common interfaces for simple caching",
  309. "keywords": [
  310. "cache",
  311. "caching",
  312. "psr",
  313. "psr-16",
  314. "simple-cache"
  315. ]
  316. }
  317. ]