forked from Codeinwp/visualizer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
47 lines (47 loc) · 1.13 KB
/
composer.json
File metadata and controls
47 lines (47 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "codeinwp/visualizer",
"description": "Visualizer charts for WordPress.",
"keywords": [
"wordpress",
"charts",
"visualization"
],
"homepage": "https://themeisle.com/plugins/visualizer/",
"license": "GPL-2.0+",
"authors": [
{
"name": "ThemeIsle Team",
"email": "friends@themeisle.com.com",
"homepage": "https://themeisle.com"
}
],
"type": "wordpress-plugin",
"support": {
"issues": "https://github.com/Codeinwp/visualizer/issues",
"source": "https://github.com/Codeinwp/visualizer"
},
"require": {
"codeinwp/themeisle-sdk": "master",
"xrstf/composer-php52": "^1.0.20",
"PHPOffice/PHPExcel": "^1.8.1",
"neitanod/forceutf8": "~2.0"
},
"autoload": {
"files": [
"vendor/codeinwp/themeisle-sdk/load.php"
]
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"post-install-cmd": [
"xrstf\\Composer52\\Generator::onPostInstallCmd"
],
"post-update-cmd": [
"xrstf\\Composer52\\Generator::onPostInstallCmd"
],
"post-autoload-dump": [
"xrstf\\Composer52\\Generator::onPostInstallCmd"
]
}
}