-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (43 loc) · 1.27 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
{
"name": "wordland/wordland",
"description": "The real estate plugin for WordPress",
"type": "project",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Puleeno Nguyen",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"jankx/asset": "*",
"jankx/template": "*",
"jankx/wordpress-specs": "*",
"jankx/post-layout": "*",
"ramphor/facades": "dev-master",
"ramphor/fields": "dev-master",
"ramphor/human-friendly-numbers": "dev-master",
"ramphor/locations": "dev-master",
"ramphor/user-profile": "dev-master",
"ramphor/wallery": "^1.6.0",
"puleeno/schema-org": "dev-master",
"ramphor/post-views": "^0.5",
"ramphor/plugin-core": "dev-master",
"ramphor/wordpress-posts-collection": "dev-master",
"ramphor/embrati": "^0.5",
"geoip2/geoip2": "~2.0",
"phayes/geophp": "1.2",
"ramphor/optimize-database": "dev-master",
"puleeno/pomnipay": "dev-master"
},
"autoload": {
"psr-4": {
"": "includes/"
},
"files": [
"./includes/wordland-functions.php",
"./includes/WordLand.php"
]
}
}