forked from WPoets/awesome-enterprise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
61 lines (60 loc) · 2.34 KB
/
composer.json
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "wpoets/awesome-enterprise",
"license": "GPL-3.0-or-later",
"type": "project",
"description": "The Awesome Enterprise Framework for low code development in PHP",
"keywords": ["WordPress", "Low Code"," Awesome Enterprise","Shortcode"],
"homepage": "https://getawesomestudio.com/",
"authors": [
{
"name": "Vikas Kumar",
"homepage": "https://www.wpoets.com"
},
{
"name": "Amit Singh",
"homepage": "https://www.wpoets.com"
}
],
"support": {
"docs": "https://www.getawesomestudio.com/enterprise-tutorial/"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/WPoets/Simple-MySQLi"
}
],
"require": {
"php": ">=7.0",
"clue/buzz-react": "^2.9",
"ezyang/htmlpurifier": "^4.13",
"hashids/hashids": "^4.0",
"matthiasmullie/minify": "^1.3",
"mobiledetect/mobiledetectlib": "^2.8",
"wikimedia/less.php": "^3.0",
"wpoets/debug-handler": ">=1.0",
"wpoets/simple-mysqli": ">=1.5.6"
},
"extra": {
"installer-types": ["awesome-handler"],
"installer-paths": {
"extra-handlers/{$name}/": ["type:awesome-handler"]
}
},
"config": {
"process-timeout": 600,
"sort-packages": true
},
"suggest": {
"wpoets/communication-handler": "Email, SMS and Push notification API Integration handler for Awesome enterprise",
"wpoets/docx-handler": "Add support for parsing docx file by introducing docx.parse_template shortcode",
"wpoets/facebook-handler": "Facebook API Integration handler for Awesome enterprise",
"wpoets/google-handler": "Google API Integration handler for Awesome enterprise",
"wpoets/linkedin-handler": "LinkedIn API Integration handler for Awesome enterprise",
"wpoets/payments-handler": "Adds support for payment gateway integrations by introducing aw2.pay shortcode",
"wpoets/pdf-handler": "Handler for PDF creation and parsing in Awesome Enterprise",
"wpoets/woocommerce-handler": "Handler for working with WooCommerce products in Awesome Enterprise",
"wpoets/exotel-handler": "Adds support to work with Exotel API within Awesome Enterprise, introduces exotel.* shortcodes"
},
"prefer-stable": true
}