PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.11.8
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.11.8
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 +181 -130 3.0.63.11.8 View file →
@@ -1,135 +1,186 @@
1 -[
2 - {
3 - "name": "codeinwp/themeisle-sdk",
4 - "version": "dev-master",
5 - "version_normalized": "9999999-dev",
6 - "source": {
7 - "type": "git",
8 - "url": "https://github.com/Codeinwp/themeisle-sdk.git",
9 - "reference": "9d866559c6090f0e7e70fe3e5a4be8672461a11a"
1 +{
2 + "packages": [
3 + {
4 + "name": "codeinwp/themeisle-sdk",
5 + "version": "3.3.37",
6 + "version_normalized": "3.3.37.0",
7 + "source": {
8 + "type": "git",
9 + "url": "https://github.com/Codeinwp/themeisle-sdk.git",
10 + "reference": "73e9010fb4e30ad8835f00a0df802733f98c4094"
11 + },
12 + "dist": {
13 + "type": "zip",
14 + "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/73e9010fb4e30ad8835f00a0df802733f98c4094",
15 + "reference": "73e9010fb4e30ad8835f00a0df802733f98c4094",
16 + "shasum": ""
17 + },
18 + "require-dev": {
19 + "codeinwp/phpcs-ruleset": "dev-main",
20 + "yoast/phpunit-polyfills": "^2.0"
21 + },
22 + "time": "2024-11-06T14:44:53+00:00",
23 + "type": "library",
24 + "installation-source": "dist",
25 + "notification-url": "https://packagist.org/downloads/",
26 + "license": [
27 + "GPL-2.0+"
28 + ],
29 + "authors": [
30 + {
31 + "name": "ThemeIsle team",
32 + "email": "friends@themeisle.com",
33 + "homepage": "https://themeisle.com"
34 + }
35 + ],
36 + "description": "ThemeIsle SDK",
37 + "homepage": "https://github.com/Codeinwp/themeisle-sdk",
38 + "keywords": [
39 + "wordpress"
40 + ],
41 + "support": {
42 + "issues": "https://github.com/Codeinwp/themeisle-sdk/issues",
43 + "source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.3.37"
44 + },
45 + "install-path": "../codeinwp/themeisle-sdk"
10 46 },
11 - "dist": {
12 - "type": "zip",
13 - "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/9d866559c6090f0e7e70fe3e5a4be8672461a11a",
14 - "reference": "9d866559c6090f0e7e70fe3e5a4be8672461a11a",
15 - "shasum": ""
47 + {
48 + "name": "neitanod/forceutf8",
49 + "version": "v2.0.4",
50 + "version_normalized": "2.0.4.0",
51 + "source": {
52 + "type": "git",
53 + "url": "https://github.com/neitanod/forceutf8.git",
54 + "reference": "c1fbe70bfb5ad41b8ec5785056b0e308b40d4831"
55 + },
56 + "dist": {
57 + "type": "zip",
58 + "url": "https://api.github.com/repos/neitanod/forceutf8/zipball/c1fbe70bfb5ad41b8ec5785056b0e308b40d4831",
59 + "reference": "c1fbe70bfb5ad41b8ec5785056b0e308b40d4831",
60 + "shasum": ""
61 + },
62 + "require": {
63 + "php": ">=5.3.0"
64 + },
65 + "time": "2019-12-10T14:09:14+00:00",
66 + "type": "library",
67 + "installation-source": "dist",
68 + "autoload": {
69 + "psr-0": {
70 + "ForceUTF8\\": "src/"
71 + }
72 + },
73 + "notification-url": "https://packagist.org/downloads/",
74 + "license": [
75 + "BSD-3-Clause"
76 + ],
77 + "authors": [
78 + {
79 + "name": "Sebastián Grignoli",
80 + "email": "grignoli@gmail.com"
81 + }
82 + ],
83 + "description": "PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.",
84 + "homepage": "https://github.com/neitanod/forceutf8",
85 + "support": {
86 + "issues": "https://github.com/neitanod/forceutf8/issues",
87 + "source": "https://github.com/neitanod/forceutf8/tree/master"
88 + },
89 + "install-path": "../neitanod/forceutf8"
16 90 },
17 - "time": "2018-02-16 16:31:29",
18 - "type": "library",
19 - "installation-source": "dist",
20 - "autoload": {
21 - "files": [
22 - "load.php"
23 - ]
24 - },
25 - "notification-url": "https://packagist.org/downloads/",
26 - "license": [
27 - "GPL-2.0+"
28 - ],
29 - "authors": [
30 - {
31 - "name": "ThemeIsle team",
32 - "email": "friends@themeisle.com",
33 - "homepage": "https://themeisle.com"
34 - }
35 - ],
36 - "description": "ThemeIsle SDK ",
37 - "homepage": "https://github.com/Codeinwp/themeisle-sdk",
38 - "keywords": [
39 - "wordpress"
40 - ]
41 - },
42 - {
43 - "name": "xrstf/composer-php52",
44 - "version": "v1.0.20",
45 - "version_normalized": "1.0.20.0",
46 - "source": {
47 - "type": "git",
48 - "url": "https://github.com/composer-php52/composer-php52.git",
49 - "reference": "bd41459d5e27df8d33057842b32377c39e97a5a8"
50 - },
51 - "dist": {
52 - "type": "zip",
53 - "url": "https://api.github.com/repos/composer-php52/composer-php52/zipball/bd41459d5e27df8d33057842b32377c39e97a5a8",
54 - "reference": "bd41459d5e27df8d33057842b32377c39e97a5a8",
55 - "shasum": ""
56 - },
57 - "time": "2016-04-16 21:52:24",
58 - "type": "library",
59 - "extra": {
60 - "branch-alias": {
61 - "dev-default": "1.x-dev"
62 - }
63 - },
64 - "installation-source": "dist",
65 - "autoload": {
66 - "psr-0": {
67 - "xrstf\\Composer52": "lib/"
68 - }
69 - },
70 - "notification-url": "https://packagist.org/downloads/",
71 - "license": [
72 - "MIT"
73 - ]
74 - },
75 - {
76 - "name": "phpoffice/phpexcel",
77 - "version": "1.8.1",
78 - "version_normalized": "1.8.1.0",
79 - "source": {
80 - "type": "git",
81 - "url": "https://github.com/PHPOffice/PHPExcel.git",
82 - "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32"
83 - },
84 - "dist": {
85 - "type": "zip",
86 - "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
87 - "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
88 - "shasum": ""
89 - },
90 - "require": {
91 - "ext-xml": "*",
92 - "ext-xmlwriter": "*",
93 - "php": ">=5.2.0"
94 - },
95 - "time": "2015-05-01 07:00:55",
96 - "type": "library",
97 - "installation-source": "dist",
98 - "autoload": {
99 - "psr-0": {
100 - "PHPExcel": "Classes/"
101 - }
102 - },
103 - "notification-url": "https://packagist.org/downloads/",
104 - "license": [
105 - "LGPL"
106 - ],
107 - "authors": [
108 - {
109 - "name": "Maarten Balliauw",
110 - "homepage": "http://blog.maartenballiauw.be"
91 + {
92 + "name": "openspout/openspout",
93 + "version": "v3.7.4",
94 + "version_normalized": "3.7.4.0",
95 + "source": {
96 + "type": "git",
97 + "url": "https://github.com/openspout/openspout.git",
98 + "reference": "dfbbd53b5edcd486b45a37f6a04fac33073c70f3"
111 99 },
112 - {
113 - "name": "Mark Baker"
100 + "dist": {
101 + "type": "zip",
102 + "url": "https://api.github.com/repos/openspout/openspout/zipball/dfbbd53b5edcd486b45a37f6a04fac33073c70f3",
103 + "reference": "dfbbd53b5edcd486b45a37f6a04fac33073c70f3",
104 + "shasum": ""
114 105 },
115 - {
116 - "name": "Franck Lefevre",
117 - "homepage": "http://blog.rootslabs.net"
106 + "require": {
107 + "ext-dom": "*",
108 + "ext-filter": "*",
109 + "ext-libxml": "*",
110 + "ext-xmlreader": "*",
111 + "ext-zip": "*",
112 + "php": "~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0"
118 113 },
119 - {
120 - "name": "Erik Tilt"
121 - }
122 - ],
123 - "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
124 - "homepage": "http://phpexcel.codeplex.com",
125 - "keywords": [
126 - "OpenXML",
127 - "excel",
128 - "php",
129 - "spreadsheet",
130 - "xls",
131 - "xlsx"
132 - ],
133 - "abandoned": "phpoffice/phpspreadsheet"
134 - }
135 -]
114 + "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"
120 + },
121 + "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)"
124 + },
125 + "time": "2022-03-31T06:15:15+00:00",
126 + "type": "library",
127 + "extra": {
128 + "branch-alias": {
129 + "dev-master": "3.3.x-dev"
130 + }
131 + },
132 + "installation-source": "dist",
133 + "autoload": {
134 + "psr-4": {
135 + "OpenSpout\\": "src/"
136 + }
137 + },
138 + "notification-url": "https://packagist.org/downloads/",
139 + "license": [
140 + "MIT"
141 + ],
142 + "authors": [
143 + {
144 + "name": "Adrien Loison",
145 + "email": "adrien@box.com"
146 + }
147 + ],
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",
150 + "keywords": [
151 + "OOXML",
152 + "csv",
153 + "excel",
154 + "memory",
155 + "odf",
156 + "ods",
157 + "office",
158 + "open",
159 + "php",
160 + "read",
161 + "scale",
162 + "spreadsheet",
163 + "stream",
164 + "write",
165 + "xlsx"
166 + ],
167 + "support": {
168 + "issues": "https://github.com/openspout/openspout/issues",
169 + "source": "https://github.com/openspout/openspout/tree/v3.7.4"
170 + },
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"
182 + }
183 + ],
184 + "dev": false,
185 + "dev-package-names": []
186 +}