PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.0.10
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.0.10
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 All 149 releases
← All changes | vendor/composer/installed.json +39 -297 3.1.33.0.10 View file →
@@ -5,24 +5,24 @@
5 5 "version_normalized": "9999999-dev",
6 6 "source": {
7 7 "type": "git",
8 8 "url": "https://github.com/Codeinwp/themeisle-sdk.git",
9 - "reference": "cf03ee5b93c6ca66f0c1a4916309f1270fe12319"
9 + "reference": "caa9bf2b2c48c12a0ac745b6e2880c94339a777d"
10 10 },
11 11 "dist": {
12 12 "type": "zip",
13 - "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/cf03ee5b93c6ca66f0c1a4916309f1270fe12319",
14 - "reference": "cf03ee5b93c6ca66f0c1a4916309f1270fe12319",
13 + "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/caa9bf2b2c48c12a0ac745b6e2880c94339a777d",
14 + "reference": "caa9bf2b2c48c12a0ac745b6e2880c94339a777d",
15 15 "shasum": ""
16 16 },
17 - "require-dev": {
18 - "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
19 - "squizlabs/php_codesniffer": "^3.1",
20 - "wp-coding-standards/wpcs": "^1.0.0"
17 + "time": "2018-07-19 07:48:21",
18 + "type": "library",
19 + "installation-source": "dist",
20 + "autoload": {
21 + "files": [
22 + "load.php"
23 + ]
21 24 },
22 - "time": "2019-01-28 12:17:14",
23 - "type": "library",
24 - "installation-source": "source",
25 25 "notification-url": "https://packagist.org/downloads/",
26 26 "license": [
27 27 "GPL-2.0+"
28 28 ],
@@ -32,9 +32,9 @@
32 32 "email": "friends@themeisle.com",
33 33 "homepage": "https://themeisle.com"
34 34 }
35 35 ],
36 - "description": "ThemeIsle SDK.",
36 + "description": "ThemeIsle SDK ",
37 37 "homepage": "https://github.com/Codeinwp/themeisle-sdk",
38 38 "keywords": [
39 39 "wordpress"
40 40 ]
@@ -72,341 +72,86 @@
72 72 "MIT"
73 73 ]
74 74 },
75 75 {
76 - "name": "markbaker/matrix",
77 - "version": "1.1.4",
78 - "version_normalized": "1.1.4.0",
76 + "name": "phpoffice/phpexcel",
77 + "version": "1.8.1",
78 + "version_normalized": "1.8.1.0",
79 79 "source": {
80 80 "type": "git",
81 - "url": "https://github.com/MarkBaker/PHPMatrix.git",
82 - "reference": "6ea97472b5baf12119b4f31f802835b820dd6d64"
81 + "url": "https://github.com/PHPOffice/PHPExcel.git",
82 + "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32"
83 83 },
84 84 "dist": {
85 85 "type": "zip",
86 - "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/6ea97472b5baf12119b4f31f802835b820dd6d64",
87 - "reference": "6ea97472b5baf12119b4f31f802835b820dd6d64",
86 + "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
87 + "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
88 88 "shasum": ""
89 89 },
90 90 "require": {
91 - "php": "^5.6.0|^7.0.0"
92 - },
93 - "require-dev": {
94 - "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3",
95 - "phpcompatibility/php-compatibility": "^8.0",
96 - "phpdocumentor/phpdocumentor": "2.*",
97 - "phploc/phploc": "2.*",
98 - "phpmd/phpmd": "2.*",
99 - "phpunit/phpunit": "^4.8.35|^5.4.0",
100 - "sebastian/phpcpd": "2.*",
101 - "squizlabs/php_codesniffer": "^3.3.0"
102 - },
103 - "time": "2018-11-04 22:12:12",
104 - "type": "library",
105 - "installation-source": "dist",
106 - "autoload": {
107 - "psr-4": {
108 - "Matrix\\": "classes/src/"
109 - },
110 - "files": [
111 - "classes/src/functions/adjoint.php",
112 - "classes/src/functions/antidiagonal.php",
113 - "classes/src/functions/cofactors.php",
114 - "classes/src/functions/determinant.php",
115 - "classes/src/functions/diagonal.php",
116 - "classes/src/functions/identity.php",
117 - "classes/src/functions/inverse.php",
118 - "classes/src/functions/minors.php",
119 - "classes/src/functions/trace.php",
120 - "classes/src/functions/transpose.php",
121 - "classes/src/operations/add.php",
122 - "classes/src/operations/directsum.php",
123 - "classes/src/operations/subtract.php",
124 - "classes/src/operations/multiply.php",
125 - "classes/src/operations/divideby.php",
126 - "classes/src/operations/divideinto.php"
127 - ]
128 - },
129 - "notification-url": "https://packagist.org/downloads/",
130 - "license": [
131 - "MIT"
132 - ],
133 - "authors": [
134 - {
135 - "name": "Mark Baker",
136 - "email": "mark@lange.demon.co.uk"
137 - }
138 - ],
139 - "description": "PHP Class for working with matrices",
140 - "homepage": "https://github.com/MarkBaker/PHPMatrix",
141 - "keywords": [
142 - "mathematics",
143 - "matrix",
144 - "vector"
145 - ]
146 - },
147 - {
148 - "name": "markbaker/complex",
149 - "version": "1.4.7",
150 - "version_normalized": "1.4.7.0",
151 - "source": {
152 - "type": "git",
153 - "url": "https://github.com/MarkBaker/PHPComplex.git",
154 - "reference": "1ea674a8308baf547cbcbd30c5fcd6d301b7c000"
155 - },
156 - "dist": {
157 - "type": "zip",
158 - "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/1ea674a8308baf547cbcbd30c5fcd6d301b7c000",
159 - "reference": "1ea674a8308baf547cbcbd30c5fcd6d301b7c000",
160 - "shasum": ""
161 - },
162 - "require": {
163 - "php": "^5.6.0|^7.0.0"
164 - },
165 - "require-dev": {
166 - "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3",
167 - "phpcompatibility/php-compatibility": "^8.0",
168 - "phpdocumentor/phpdocumentor": "2.*",
169 - "phploc/phploc": "2.*",
170 - "phpmd/phpmd": "2.*",
171 - "phpunit/phpunit": "^4.8.35|^5.4.0",
172 - "sebastian/phpcpd": "2.*",
173 - "squizlabs/php_codesniffer": "^3.3.0"
174 - },
175 - "time": "2018-10-13 23:28:42",
176 - "type": "library",
177 - "installation-source": "dist",
178 - "autoload": {
179 - "psr-4": {
180 - "Complex\\": "classes/src/"
181 - },
182 - "files": [
183 - "classes/src/functions/abs.php",
184 - "classes/src/functions/acos.php",
185 - "classes/src/functions/acosh.php",
186 - "classes/src/functions/acot.php",
187 - "classes/src/functions/acoth.php",
188 - "classes/src/functions/acsc.php",
189 - "classes/src/functions/acsch.php",
190 - "classes/src/functions/argument.php",
191 - "classes/src/functions/asec.php",
192 - "classes/src/functions/asech.php",
193 - "classes/src/functions/asin.php",
194 - "classes/src/functions/asinh.php",
195 - "classes/src/functions/atan.php",
196 - "classes/src/functions/atanh.php",
197 - "classes/src/functions/conjugate.php",
198 - "classes/src/functions/cos.php",
199 - "classes/src/functions/cosh.php",
200 - "classes/src/functions/cot.php",
201 - "classes/src/functions/coth.php",
202 - "classes/src/functions/csc.php",
203 - "classes/src/functions/csch.php",
204 - "classes/src/functions/exp.php",
205 - "classes/src/functions/inverse.php",
206 - "classes/src/functions/ln.php",
207 - "classes/src/functions/log2.php",
208 - "classes/src/functions/log10.php",
209 - "classes/src/functions/negative.php",
210 - "classes/src/functions/pow.php",
211 - "classes/src/functions/rho.php",
212 - "classes/src/functions/sec.php",
213 - "classes/src/functions/sech.php",
214 - "classes/src/functions/sin.php",
215 - "classes/src/functions/sinh.php",
216 - "classes/src/functions/sqrt.php",
217 - "classes/src/functions/tan.php",
218 - "classes/src/functions/tanh.php",
219 - "classes/src/functions/theta.php",
220 - "classes/src/operations/add.php",
221 - "classes/src/operations/subtract.php",
222 - "classes/src/operations/multiply.php",
223 - "classes/src/operations/divideby.php",
224 - "classes/src/operations/divideinto.php"
225 - ]
226 - },
227 - "notification-url": "https://packagist.org/downloads/",
228 - "license": [
229 - "MIT"
230 - ],
231 - "authors": [
232 - {
233 - "name": "Mark Baker",
234 - "email": "mark@lange.demon.co.uk"
235 - }
236 - ],
237 - "description": "PHP Class for working with complex numbers",
238 - "homepage": "https://github.com/MarkBaker/PHPComplex",
239 - "keywords": [
240 - "complex",
241 - "mathematics"
242 - ]
243 - },
244 - {
245 - "name": "psr/simple-cache",
246 - "version": "1.0.1",
247 - "version_normalized": "1.0.1.0",
248 - "source": {
249 - "type": "git",
250 - "url": "https://github.com/php-fig/simple-cache.git",
251 - "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
252 - },
253 - "dist": {
254 - "type": "zip",
255 - "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
256 - "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
257 - "shasum": ""
258 - },
259 - "require": {
260 - "php": ">=5.3.0"
261 - },
262 - "time": "2017-10-23 01:57:42",
263 - "type": "library",
264 - "extra": {
265 - "branch-alias": {
266 - "dev-master": "1.0.x-dev"
267 - }
268 - },
269 - "installation-source": "dist",
270 - "autoload": {
271 - "psr-4": {
272 - "Psr\\SimpleCache\\": "src/"
273 - }
274 - },
275 - "notification-url": "https://packagist.org/downloads/",
276 - "license": [
277 - "MIT"
278 - ],
279 - "authors": [
280 - {
281 - "name": "PHP-FIG",
282 - "homepage": "http://www.php-fig.org/"
283 - }
284 - ],
285 - "description": "Common interfaces for simple caching",
286 - "keywords": [
287 - "cache",
288 - "caching",
289 - "psr",
290 - "psr-16",
291 - "simple-cache"
292 - ]
293 - },
294 - {
295 - "name": "phpoffice/phpspreadsheet",
296 - "version": "1.6.0",
297 - "version_normalized": "1.6.0.0",
298 - "source": {
299 - "type": "git",
300 - "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
301 - "reference": "bf00f0cc5f55c354018f9a9ef15e6e3e1a229051"
302 - },
303 - "dist": {
304 - "type": "zip",
305 - "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/bf00f0cc5f55c354018f9a9ef15e6e3e1a229051",
306 - "reference": "bf00f0cc5f55c354018f9a9ef15e6e3e1a229051",
307 - "shasum": ""
308 - },
309 - "require": {
310 - "ext-ctype": "*",
311 - "ext-dom": "*",
312 - "ext-fileinfo": "*",
313 - "ext-gd": "*",
314 - "ext-iconv": "*",
315 - "ext-libxml": "*",
316 - "ext-mbstring": "*",
317 - "ext-simplexml": "*",
318 91 "ext-xml": "*",
319 - "ext-xmlreader": "*",
320 92 "ext-xmlwriter": "*",
321 - "ext-zip": "*",
322 - "ext-zlib": "*",
323 - "markbaker/complex": "^1.4",
324 - "markbaker/matrix": "^1.1",
325 - "php": "^5.6|^7.0",
326 - "psr/simple-cache": "^1.0"
93 + "php": ">=5.2.0"
327 94 },
328 - "require-dev": {
329 - "doctrine/instantiator": "^1.0.0",
330 - "dompdf/dompdf": "^0.8.0",
331 - "friendsofphp/php-cs-fixer": "@stable",
332 - "jpgraph/jpgraph": "^4.0",
333 - "mpdf/mpdf": "^7.0.0",
334 - "phpcompatibility/php-compatibility": "^8.0",
335 - "phpunit/phpunit": "^5.7",
336 - "squizlabs/php_codesniffer": "^3.3",
337 - "tecnickcom/tcpdf": "^6.2"
338 - },
339 - "suggest": {
340 - "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
341 - "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
342 - "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
343 - "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
344 - },
345 - "time": "2019-01-02 04:42:54",
95 + "time": "2015-05-01 07:00:55",
346 96 "type": "library",
347 97 "installation-source": "dist",
348 98 "autoload": {
349 - "psr-4": {
350 - "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
99 + "psr-0": {
100 + "PHPExcel": "Classes/"
351 101 }
352 102 },
353 103 "notification-url": "https://packagist.org/downloads/",
354 104 "license": [
355 - "LGPL-2.1-or-later"
105 + "LGPL"
356 106 ],
357 107 "authors": [
358 108 {
359 - "name": "Erik Tilt"
109 + "name": "Maarten Balliauw",
110 + "homepage": "http://blog.maartenballiauw.be"
360 111 },
361 112 {
362 - "name": "Adrien Crivelli"
113 + "name": "Mark Baker"
363 114 },
364 115 {
365 - "name": "Maarten Balliauw",
366 - "homepage": "https://blog.maartenballiauw.be"
116 + "name": "Franck Lefevre",
117 + "homepage": "http://blog.rootslabs.net"
367 118 },
368 119 {
369 - "name": "Mark Baker",
370 - "homepage": "https://markbakeruk.net"
371 - },
372 - {
373 - "name": "Franck Lefevre",
374 - "homepage": "https://rootslabs.net"
120 + "name": "Erik Tilt"
375 121 }
376 122 ],
377 - "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
378 - "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
123 + "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
124 + "homepage": "http://phpexcel.codeplex.com",
379 125 "keywords": [
380 126 "OpenXML",
381 127 "excel",
382 - "gnumeric",
383 - "ods",
384 128 "php",
385 129 "spreadsheet",
386 130 "xls",
387 131 "xlsx"
388 - ]
132 + ],
133 + "abandoned": "phpoffice/phpspreadsheet"
389 134 },
390 135 {
391 136 "name": "neitanod/forceutf8",
392 - "version": "v2.0.2",
393 - "version_normalized": "2.0.2.0",
137 + "version": "v2.0.1",
138 + "version_normalized": "2.0.1.0",
394 139 "source": {
395 140 "type": "git",
396 141 "url": "https://github.com/neitanod/forceutf8.git",
397 - "reference": "30980a8ca2787a7730d370eac310b8987eb68229"
142 + "reference": "47c883ab2739e7938a8bb0bfd1c29d48c88858de"
398 143 },
399 144 "dist": {
400 145 "type": "zip",
401 - "url": "https://api.github.com/repos/neitanod/forceutf8/zipball/30980a8ca2787a7730d370eac310b8987eb68229",
402 - "reference": "30980a8ca2787a7730d370eac310b8987eb68229",
146 + "url": "https://api.github.com/repos/neitanod/forceutf8/zipball/47c883ab2739e7938a8bb0bfd1c29d48c88858de",
147 + "reference": "47c883ab2739e7938a8bb0bfd1c29d48c88858de",
403 148 "shasum": ""
404 149 },
405 150 "require": {
406 151 "php": ">=5.3.0"
407 152 },
408 - "time": "2018-10-10 23:03:52",
153 + "time": "2017-05-22 18:50:57",
409 154 "type": "library",
410 155 "installation-source": "dist",
411 156 "autoload": {
412 157 "psr-0": {
@@ -413,11 +158,8 @@
413 158 "ForceUTF8\\": "src/"
414 159 }
415 160 },
416 161 "notification-url": "https://packagist.org/downloads/",
417 - "license": [
418 - "BSD-3-Clause"
419 - ],
420 162 "authors": [
421 163 {
422 164 "name": "Sebastián Grignoli",
423 165 "email": "grignoli@gmail.com"