-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
47 lines (47 loc) · 1.41 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
{
"name": "newfold-labs/wp-module-onboarding-data",
"description": "A non-toggleable module containing a standardized interface for interacting with Onboarding data.",
"authors": [
{
"name": "arunshenoy99",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"NewfoldLabs\\WP\\Module\\Onboarding\\Data\\": "includes/"
},
"files": [
"includes/I18n.php"
]
},
"repositories": {
"newfold": {
"type": "composer",
"url": "https://newfold-labs.github.io/satis/",
"only": [
"newfold-labs/*"
]
}
},
"require": {
"newfold-labs/wp-module-installer": "^1.2.0",
"newfold-labs/wp-module-patterns": "^2.6",
"newfold-labs/wp-module-ai": "^1.1.12",
"wp-forge/wp-upgrade-handler": "^1.0",
"mustache/mustache": "^2.14.2",
"newfold-labs/wp-module-data": "^2.6.5",
"newfold-labs/wp-module-performance": "^2.0.1",
"newfold-labs/wp-module-install-checker": "^1.0.3",
"newfold-labs/wp-module-survey": "^1.0.1"
},
"require-dev": {
"newfold-labs/wp-php-standards": "^1.2.4",
"wp-cli/i18n-command": "^2.6.2"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}