forked from AyeCode/geodirectory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 846 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 846 Bytes
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": "ayecode/geodirectory",
"type": "project",
"description": "GeoDirectory is the fastest growing Directory plugin for WordPress",
"keywords": ["directory", "business-directory"],
"homepage": "https://wpgeodirectory.com/",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "AyeCode Ltd",
"email": "contact@ayecode.io",
"homepage": "https://ayecode.io/",
"role": "Developer"
}
],
"require": {
"php": ">=5.6",
"ayecode/wp-font-awesome-settings": "^1",
"ayecode/wp-super-duper": "^1.0",
"ayecode/wp-deactivation-survey": "^1.0",
"ayecode/wp-country-database": "^1.0",
"ayecode/ayecode-connect-helper": "^1.0",
"ayecode/wp-ayecode-ui": "^0.2"
},
"minimum-stability": "dev",
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}