PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 2.1.6
Visualizer – Tables & Charts Manager with Built-in AI Generator v2.1.6
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 +34 -79 3.0.52.1.6 View file →
@@ -1,46 +1,6 @@
1 1 [
2 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": "ae69f3966081f0a7c7c468c00275c411cc0be063"
10 - },
11 - "dist": {
12 - "type": "zip",
13 - "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/ae69f3966081f0a7c7c468c00275c411cc0be063",
14 - "reference": "ae69f3966081f0a7c7c468c00275c411cc0be063",
15 - "shasum": ""
16 - },
17 - "time": "2018-01-04 13:30:43",
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 3 "name": "xrstf/composer-php52",
44 4 "version": "v1.0.20",
45 5 "version_normalized": "1.0.20.0",
46 6 "source": {
@@ -72,63 +32,58 @@
72 32 "MIT"
73 33 ]
74 34 },
75 35 {
76 - "name": "phpoffice/phpexcel",
77 - "version": "1.8.1",
78 - "version_normalized": "1.8.1.0",
36 + "name": "codeinwp/themeisle-sdk",
37 + "version": "dev-master",
38 + "version_normalized": "9999999-dev",
79 39 "source": {
80 40 "type": "git",
81 - "url": "https://github.com/PHPOffice/PHPExcel.git",
82 - "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32"
41 + "url": "https://github.com/Codeinwp/themeisle-sdk.git",
42 + "reference": "baa84a7f47fabed805b7678b5d01775d0d16cc9f"
83 43 },
84 44 "dist": {
85 45 "type": "zip",
86 - "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
87 - "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
46 + "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/baa84a7f47fabed805b7678b5d01775d0d16cc9f",
47 + "reference": "baa84a7f47fabed805b7678b5d01775d0d16cc9f",
88 48 "shasum": ""
89 49 },
90 - "require": {
91 - "ext-xml": "*",
92 - "ext-xmlwriter": "*",
93 - "php": ">=5.2.0"
94 - },
95 - "time": "2015-05-01 07:00:55",
50 + "time": "2017-05-31 11:42:19",
96 51 "type": "library",
97 52 "installation-source": "dist",
98 53 "autoload": {
99 - "psr-0": {
100 - "PHPExcel": "Classes/"
101 - }
54 + "classmap": [
55 + "class-themeisle-sdk-loader.php",
56 + "class-themeisle-sdk-product.php",
57 + "class-themeisle-sdk-logger.php",
58 + "class-themeisle-sdk-licenser.php",
59 + "class-themeisle-sdk-feedback-factory.php",
60 + "class-themeisle-sdk-feedback.php",
61 + "class-themeisle-sdk-feedback-deactivate.php",
62 + "class-themeisle-sdk-feedback-review.php",
63 + "class-themeisle-sdk-notification-manager.php",
64 + "class-themeisle-sdk-widget.php",
65 + "class-themeisle-sdk-widget-dashboard-blog.php",
66 + "class-themeisle-sdk-widgets-factory.php"
67 + ]
102 68 },
103 - "notification-url": "https://packagist.org/downloads/",
104 69 "license": [
105 - "LGPL"
70 + "GPL-2.0+"
106 71 ],
107 72 "authors": [
108 73 {
109 - "name": "Maarten Balliauw",
110 - "homepage": "http://blog.maartenballiauw.be"
111 - },
112 - {
113 - "name": "Mark Baker"
114 - },
115 - {
116 - "name": "Franck Lefevre",
117 - "homepage": "http://blog.rootslabs.net"
118 - },
119 - {
120 - "name": "Erik Tilt"
74 + "name": "ThemeIsle team",
75 + "email": "friends@themeisle.com",
76 + "homepage": "https://themeisle.com"
121 77 }
122 78 ],
123 - "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
124 - "homepage": "http://phpexcel.codeplex.com",
79 + "description": "ThemeIsle SDK ",
80 + "homepage": "https://github.com/Codeinwp/themeisle-sdk",
125 81 "keywords": [
126 - "OpenXML",
127 - "excel",
128 - "php",
129 - "spreadsheet",
130 - "xls",
131 - "xlsx"
132 - ]
82 + "wordpress"
83 + ],
84 + "support": {
85 + "issues": "https://github.com/Codeinwp/themeisle-sdk/issues",
86 + "source": "https://github.com/Codeinwp/themeisle-sdk/tree/master"
87 + }
133 88 }
134 89 ]