forked from rankmath/seo-by-rank-math
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 930 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
32
33
34
35
36
37
{
"name": "rankmath/seo-by-rank-math",
"description": "Rank Math is the most powerful way to get BEST WordPress SEO tools added to your website.",
"keywords": [ "wordpress", "plugin" ],
"homepage": "https://rankmath.com",
"type": "wordpress-plugin",
"license": "GPL-3.0",
"authors": [
{
"name": "Rank Math",
"email": "[email protected]"
}
],
"require": {
"cmb2/cmb2": "^2.7",
"donatj/phpuseragentparser": "^1.6.1",
"woocommerce/action-scheduler": "^3.4.2",
"a5hleyrich/wp-background-processing": "^1.0.2",
"mythemeshop/wordpress-helpers": "^1.1"
},
"extra": {
"installer-paths": {
"vendor/cmb2/cmb2": ["cmb2/cmb2"]
}
},
"autoload" : {
"classmap" : [ "includes/" ],
"files": [
"vendor/cmb2/cmb2/init.php",
"includes/template-tags.php",
"vendor/woocommerce/action-scheduler/action-scheduler.php"
]
},
"config": {
"optimize-autoloader": true
}
}