PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.5.1
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.5.1
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 +282 -87 4.0.33.5.1 View file →
@@ -1,26 +1,26 @@
1 1 {
2 2 "packages": [
3 3 {
4 4 "name": "codeinwp/themeisle-sdk",
5 - "version": "3.3.52",
6 - "version_normalized": "3.3.52.0",
5 + "version": "dev-master",
6 + "version_normalized": "dev-master",
7 7 "source": {
8 8 "type": "git",
9 9 "url": "https://github.com/Codeinwp/themeisle-sdk.git",
10 - "reference": "d1ae68cbd4f84934b4d982e9eeff317b9f4c814a"
10 + "reference": "aeef3f159c1b35451d87672b6984ccde36c0d21d"
11 11 },
12 12 "dist": {
13 13 "type": "zip",
14 - "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/d1ae68cbd4f84934b4d982e9eeff317b9f4c814a",
15 - "reference": "d1ae68cbd4f84934b4d982e9eeff317b9f4c814a",
14 + "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/aeef3f159c1b35451d87672b6984ccde36c0d21d",
15 + "reference": "aeef3f159c1b35451d87672b6984ccde36c0d21d",
16 16 "shasum": ""
17 17 },
18 18 "require-dev": {
19 - "codeinwp/phpcs-ruleset": "dev-main",
20 - "yoast/phpunit-polyfills": "^4.0"
19 + "codeinwp/phpcs-ruleset": "dev-main"
21 20 },
22 - "time": "2026-05-14T19:43:56+00:00",
21 + "time": "2021-03-30T09:16:29+00:00",
22 + "default-branch": true,
23 23 "type": "library",
24 24 "installation-source": "dist",
25 25 "notification-url": "https://packagist.org/downloads/",
26 26 "license": [
@@ -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 ],
@@ -39,13 +39,191 @@
39 39 "wordpress"
40 40 ],
41 41 "support": {
42 42 "issues": "https://github.com/Codeinwp/themeisle-sdk/issues",
43 - "source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.3.52"
43 + "source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.2.20"
44 44 },
45 45 "install-path": "../codeinwp/themeisle-sdk"
46 46 },
47 47 {
48 + "name": "markbaker/complex",
49 + "version": "1.5.0",
50 + "version_normalized": "1.5.0.0",
51 + "source": {
52 + "type": "git",
53 + "url": "https://github.com/MarkBaker/PHPComplex.git",
54 + "reference": "c3131244e29c08d44fefb49e0dd35021e9e39dd2"
55 + },
56 + "dist": {
57 + "type": "zip",
58 + "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/c3131244e29c08d44fefb49e0dd35021e9e39dd2",
59 + "reference": "c3131244e29c08d44fefb49e0dd35021e9e39dd2",
60 + "shasum": ""
61 + },
62 + "require": {
63 + "php": "^5.6.0|^7.0"
64 + },
65 + "require-dev": {
66 + "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
67 + "phpcompatibility/php-compatibility": "^9.0",
68 + "phpdocumentor/phpdocumentor": "2.*",
69 + "phploc/phploc": "^4.0|^5.0|^6.0|^7.0",
70 + "phpmd/phpmd": "2.*",
71 + "phpunit/phpunit": "^4.8.35|^5.0|^6.0|^7.0",
72 + "sebastian/phpcpd": "2.*",
73 + "squizlabs/php_codesniffer": "^3.4.0"
74 + },
75 + "time": "2020-08-26T19:47:57+00:00",
76 + "type": "library",
77 + "installation-source": "dist",
78 + "autoload": {
79 + "psr-4": {
80 + "Complex\\": "classes/src/"
81 + },
82 + "files": [
83 + "classes/src/functions/abs.php",
84 + "classes/src/functions/acos.php",
85 + "classes/src/functions/acosh.php",
86 + "classes/src/functions/acot.php",
87 + "classes/src/functions/acoth.php",
88 + "classes/src/functions/acsc.php",
89 + "classes/src/functions/acsch.php",
90 + "classes/src/functions/argument.php",
91 + "classes/src/functions/asec.php",
92 + "classes/src/functions/asech.php",
93 + "classes/src/functions/asin.php",
94 + "classes/src/functions/asinh.php",
95 + "classes/src/functions/atan.php",
96 + "classes/src/functions/atanh.php",
97 + "classes/src/functions/conjugate.php",
98 + "classes/src/functions/cos.php",
99 + "classes/src/functions/cosh.php",
100 + "classes/src/functions/cot.php",
101 + "classes/src/functions/coth.php",
102 + "classes/src/functions/csc.php",
103 + "classes/src/functions/csch.php",
104 + "classes/src/functions/exp.php",
105 + "classes/src/functions/inverse.php",
106 + "classes/src/functions/ln.php",
107 + "classes/src/functions/log2.php",
108 + "classes/src/functions/log10.php",
109 + "classes/src/functions/negative.php",
110 + "classes/src/functions/pow.php",
111 + "classes/src/functions/rho.php",
112 + "classes/src/functions/sec.php",
113 + "classes/src/functions/sech.php",
114 + "classes/src/functions/sin.php",
115 + "classes/src/functions/sinh.php",
116 + "classes/src/functions/sqrt.php",
117 + "classes/src/functions/tan.php",
118 + "classes/src/functions/tanh.php",
119 + "classes/src/functions/theta.php",
120 + "classes/src/operations/add.php",
121 + "classes/src/operations/subtract.php",
122 + "classes/src/operations/multiply.php",
123 + "classes/src/operations/divideby.php",
124 + "classes/src/operations/divideinto.php"
125 + ]
126 + },
127 + "notification-url": "https://packagist.org/downloads/",
128 + "license": [
129 + "MIT"
130 + ],
131 + "authors": [
132 + {
133 + "name": "Mark Baker",
134 + "email": "mark@lange.demon.co.uk"
135 + }
136 + ],
137 + "description": "PHP Class for working with complex numbers",
138 + "homepage": "https://github.com/MarkBaker/PHPComplex",
139 + "keywords": [
140 + "complex",
141 + "mathematics"
142 + ],
143 + "support": {
144 + "issues": "https://github.com/MarkBaker/PHPComplex/issues",
145 + "source": "https://github.com/MarkBaker/PHPComplex/tree/1.5.0"
146 + },
147 + "install-path": "../markbaker/complex"
148 + },
149 + {
150 + "name": "markbaker/matrix",
151 + "version": "1.2.3",
152 + "version_normalized": "1.2.3.0",
153 + "source": {
154 + "type": "git",
155 + "url": "https://github.com/MarkBaker/PHPMatrix.git",
156 + "reference": "44bb1ab01811116f01fe216ab37d921dccc6c10d"
157 + },
158 + "dist": {
159 + "type": "zip",
160 + "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/44bb1ab01811116f01fe216ab37d921dccc6c10d",
161 + "reference": "44bb1ab01811116f01fe216ab37d921dccc6c10d",
162 + "shasum": ""
163 + },
164 + "require": {
165 + "php": "^5.6.0|^7.0.0"
166 + },
167 + "require-dev": {
168 + "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
169 + "phpcompatibility/php-compatibility": "dev-master",
170 + "phploc/phploc": "^4",
171 + "phpmd/phpmd": "dev-master",
172 + "phpunit/phpunit": "^5.7|^6.0|7.0",
173 + "sebastian/phpcpd": "^3.0",
174 + "squizlabs/php_codesniffer": "^3.0@dev"
175 + },
176 + "time": "2021-01-26T14:36:01+00:00",
177 + "type": "library",
178 + "installation-source": "dist",
179 + "autoload": {
180 + "psr-4": {
181 + "Matrix\\": "classes/src/"
182 + },
183 + "files": [
184 + "classes/src/Functions/adjoint.php",
185 + "classes/src/Functions/antidiagonal.php",
186 + "classes/src/Functions/cofactors.php",
187 + "classes/src/Functions/determinant.php",
188 + "classes/src/Functions/diagonal.php",
189 + "classes/src/Functions/identity.php",
190 + "classes/src/Functions/inverse.php",
191 + "classes/src/Functions/minors.php",
192 + "classes/src/Functions/trace.php",
193 + "classes/src/Functions/transpose.php",
194 + "classes/src/Operations/add.php",
195 + "classes/src/Operations/directsum.php",
196 + "classes/src/Operations/subtract.php",
197 + "classes/src/Operations/multiply.php",
198 + "classes/src/Operations/divideby.php",
199 + "classes/src/Operations/divideinto.php"
200 + ]
201 + },
202 + "notification-url": "https://packagist.org/downloads/",
203 + "license": [
204 + "MIT"
205 + ],
206 + "authors": [
207 + {
208 + "name": "Mark Baker",
209 + "email": "mark@lange.demon.co.uk"
210 + }
211 + ],
212 + "description": "PHP Class for working with matrices",
213 + "homepage": "https://github.com/MarkBaker/PHPMatrix",
214 + "keywords": [
215 + "mathematics",
216 + "matrix",
217 + "vector"
218 + ],
219 + "support": {
220 + "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
221 + "source": "https://github.com/MarkBaker/PHPMatrix/tree/1.2.3"
222 + },
223 + "install-path": "../markbaker/matrix"
224 + },
225 + {
48 226 "name": "neitanod/forceutf8",
49 227 "version": "v2.0.4",
50 228 "version_normalized": "2.0.4.0",
51 229 "source": {
@@ -88,144 +266,161 @@
88 266 },
89 267 "install-path": "../neitanod/forceutf8"
90 268 },
91 269 {
92 - "name": "openspout/openspout",
93 - "version": "v3.7.4",
94 - "version_normalized": "3.7.4.0",
270 + "name": "phpoffice/phpspreadsheet",
271 + "version": "1.8.2",
272 + "version_normalized": "1.8.2.0",
95 273 "source": {
96 274 "type": "git",
97 - "url": "https://github.com/openspout/openspout.git",
98 - "reference": "dfbbd53b5edcd486b45a37f6a04fac33073c70f3"
275 + "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
276 + "reference": "0c1346a1956347590b7db09533966307d20cb7cc"
99 277 },
100 278 "dist": {
101 279 "type": "zip",
102 - "url": "https://api.github.com/repos/openspout/openspout/zipball/dfbbd53b5edcd486b45a37f6a04fac33073c70f3",
103 - "reference": "dfbbd53b5edcd486b45a37f6a04fac33073c70f3",
280 + "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/0c1346a1956347590b7db09533966307d20cb7cc",
281 + "reference": "0c1346a1956347590b7db09533966307d20cb7cc",
104 282 "shasum": ""
105 283 },
106 284 "require": {
285 + "ext-ctype": "*",
107 286 "ext-dom": "*",
108 - "ext-filter": "*",
287 + "ext-fileinfo": "*",
288 + "ext-gd": "*",
289 + "ext-iconv": "*",
109 290 "ext-libxml": "*",
291 + "ext-mbstring": "*",
292 + "ext-simplexml": "*",
293 + "ext-xml": "*",
110 294 "ext-xmlreader": "*",
295 + "ext-xmlwriter": "*",
111 296 "ext-zip": "*",
112 - "php": "~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0"
297 + "ext-zlib": "*",
298 + "markbaker/complex": "^1.4",
299 + "markbaker/matrix": "^1.1",
300 + "php": "^5.6|^7.0",
301 + "psr/simple-cache": "^1.0"
113 302 },
114 303 "require-dev": {
115 - "ext-zlib": "*",
116 - "friendsofphp/php-cs-fixer": "^3.4",
117 - "phpstan/phpstan": "^1.4",
118 - "phpstan/phpstan-phpunit": "^1.0",
119 - "phpunit/phpunit": "^9.5"
304 + "doctrine/instantiator": "^1.0.0",
305 + "dompdf/dompdf": "^0.8.0",
306 + "friendsofphp/php-cs-fixer": "@stable",
307 + "jpgraph/jpgraph": "^4.0",
308 + "mpdf/mpdf": "^7.0.0",
309 + "phpcompatibility/php-compatibility": "^8.0",
310 + "phpunit/phpunit": "^5.7",
311 + "squizlabs/php_codesniffer": "^3.3",
312 + "tecnickcom/tcpdf": "^6.2"
120 313 },
121 314 "suggest": {
122 - "ext-iconv": "To handle non UTF-8 CSV files (if \"php-intl\" is not already installed or is too limited)",
123 - "ext-intl": "To handle non UTF-8 CSV files (if \"iconv\" is not already installed)"
315 + "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
316 + "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
317 + "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
318 + "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
124 319 },
125 - "time": "2022-03-31T06:15:15+00:00",
320 + "time": "2019-07-08T21:21:25+00:00",
126 321 "type": "library",
127 - "extra": {
128 - "branch-alias": {
129 - "dev-master": "3.3.x-dev"
130 - }
131 - },
132 322 "installation-source": "dist",
133 323 "autoload": {
134 324 "psr-4": {
135 - "OpenSpout\\": "src/"
325 + "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
136 326 }
137 327 },
138 328 "notification-url": "https://packagist.org/downloads/",
139 329 "license": [
140 - "MIT"
330 + "LGPL-2.1-or-later"
141 331 ],
142 332 "authors": [
143 333 {
144 - "name": "Adrien Loison",
145 - "email": "adrien@box.com"
334 + "name": "Erik Tilt"
335 + },
336 + {
337 + "name": "Adrien Crivelli"
338 + },
339 + {
340 + "name": "Maarten Balliauw",
341 + "homepage": "https://blog.maartenballiauw.be"
342 + },
343 + {
344 + "name": "Mark Baker",
345 + "homepage": "https://markbakeruk.net"
346 + },
347 + {
348 + "name": "Franck Lefevre",
349 + "homepage": "https://rootslabs.net"
146 350 }
147 351 ],
148 - "description": "PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way",
149 - "homepage": "https://github.com/openspout/openspout",
352 + "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
353 + "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
150 354 "keywords": [
151 - "OOXML",
152 - "csv",
355 + "OpenXML",
153 356 "excel",
154 - "memory",
155 - "odf",
357 + "gnumeric",
156 358 "ods",
157 - "office",
158 - "open",
159 359 "php",
160 - "read",
161 - "scale",
162 360 "spreadsheet",
163 - "stream",
164 - "write",
361 + "xls",
165 362 "xlsx"
166 363 ],
167 364 "support": {
168 - "issues": "https://github.com/openspout/openspout/issues",
169 - "source": "https://github.com/openspout/openspout/tree/v3.7.4"
365 + "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
366 + "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.8.2"
170 367 },
171 - "funding": [
172 - {
173 - "url": "https://paypal.me/filippotessarotto",
174 - "type": "custom"
175 - },
176 - {
177 - "url": "https://github.com/Slamdunk",
178 - "type": "github"
179 - }
180 - ],
181 - "install-path": "../openspout/openspout"
368 + "install-path": "../phpoffice/phpspreadsheet"
182 369 },
183 370 {
184 - "name": "woocommerce/action-scheduler",
185 - "version": "3.9.3",
186 - "version_normalized": "3.9.3.0",
371 + "name": "psr/simple-cache",
372 + "version": "1.0.1",
373 + "version_normalized": "1.0.1.0",
187 374 "source": {
188 375 "type": "git",
189 - "url": "https://github.com/woocommerce/action-scheduler.git",
190 - "reference": "c58cdbab17651303d406cd3b22cf9d75c71c986c"
376 + "url": "https://github.com/php-fig/simple-cache.git",
377 + "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
191 378 },
192 379 "dist": {
193 380 "type": "zip",
194 - "url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/c58cdbab17651303d406cd3b22cf9d75c71c986c",
195 - "reference": "c58cdbab17651303d406cd3b22cf9d75c71c986c",
381 + "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
382 + "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
196 383 "shasum": ""
197 384 },
198 385 "require": {
199 - "php": ">=7.2"
386 + "php": ">=5.3.0"
200 387 },
201 - "require-dev": {
202 - "phpunit/phpunit": "^8.5",
203 - "woocommerce/woocommerce-sniffs": "0.1.0",
204 - "wp-cli/wp-cli": "~2.5.0",
205 - "yoast/phpunit-polyfills": "^2.0"
206 - },
207 - "time": "2025-07-15T09:32:30+00:00",
208 - "type": "wordpress-plugin",
388 + "time": "2017-10-23T01:57:42+00:00",
389 + "type": "library",
209 390 "extra": {
210 - "scripts-description": {
211 - "test": "Run unit tests",
212 - "phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer",
213 - "phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier"
391 + "branch-alias": {
392 + "dev-master": "1.0.x-dev"
214 393 }
215 394 },
216 395 "installation-source": "dist",
396 + "autoload": {
397 + "psr-4": {
398 + "Psr\\SimpleCache\\": "src/"
399 + }
400 + },
217 401 "notification-url": "https://packagist.org/downloads/",
218 402 "license": [
219 - "GPL-3.0-or-later"
403 + "MIT"
220 404 ],
221 - "description": "Action Scheduler for WordPress and WooCommerce",
222 - "homepage": "https://actionscheduler.org/",
405 + "authors": [
406 + {
407 + "name": "PHP-FIG",
408 + "homepage": "http://www.php-fig.org/"
409 + }
410 + ],
411 + "description": "Common interfaces for simple caching",
412 + "keywords": [
413 + "cache",
414 + "caching",
415 + "psr",
416 + "psr-16",
417 + "simple-cache"
418 + ],
223 419 "support": {
224 - "issues": "https://github.com/woocommerce/action-scheduler/issues",
225 - "source": "https://github.com/woocommerce/action-scheduler/tree/3.9.3"
420 + "source": "https://github.com/php-fig/simple-cache/tree/master"
226 421 },
227 - "install-path": "../woocommerce/action-scheduler"
422 + "install-path": "../psr/simple-cache"
228 423 }
229 424 ],
230 425 "dev": false,
231 426 "dev-package-names": []