-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 1.01 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
{
"name": "lightspeeddevelopment/lsx-business-directory",
"description": "LSX Business Directory plugin helps you build a directory of business listings on your WordPress website using the LSX Theme and extensions.",
"type": "wordpress-plugin",
"require": {
"php": ">=7.2",
"composer/installers": "^2.0.0",
"cmb2/cmb2": "dev-master"
},
"autoload": {
"files": ["vendor/cmb2/init.php"]
},
"extra": {
"installer-paths": {
"vendor/{$name}/": ["cmb2/cmb2"]
}
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"wp-coding-standards/wpcs": "^3.0",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"wpackagist-plugin/tour-operator": "^1.4.1",
"wpackagist-theme/lsx": "^3.0",
"phpcompatibility/phpcompatibility-wp": "^2.1.0"
},
"repositories":[{
"type":"composer",
"url":"https://wpackagist.org"
}],
"license": "GPL-3.0-or-later",
"prefer-stable": true,
"minimum-stability": "dev"
}