-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
31 lines (31 loc) · 944 Bytes
/
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
{
"name": "osdxp/osdxp-dashboard",
"type": "wordpress-plugin",
"description": "An Augmentation of WordPress, creating a task-oriented Digital Experience Platform environment.",
"keywords": ["wordpress", "plugin", "dxp", "osdxp", "dashboard", "enterprise", "productivity"],
"license": "GPL-2.0-only",
"support": {
"email": "[email protected]",
"issues": "https://github.com/osDXP/osdxp-dashboard/issues",
"docs": "https://osdxp.github.io/docs",
"chat": "https://osdxp.slack.com"
},
"authors": [
{
"name": "osDXP",
"email": "[email protected]",
"homepage": "https://osdxp.org/"
}
],
"require": {
"yahnis-elsts/plugin-update-checker": "^4.8.0",
"composer/installers": "^1.0",
"php": ">=7.2.0"
},
"suggest": {
"squizlabs/php_codesniffer": "Use phpcs with the included ruleset to lint your php files."
},
"autoload": {
"classmap": ["includes/"]
}
}