forked from rankmath/seo-by-rank-math
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 714 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 714 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
32
{
"name": "mythemeshop/rank-math",
"description": "A complete seo package",
"keywords": [ "wordpress", "plugin" ],
"homepage": "https://rankmath.com",
"type": "wordpress-plugin",
"license": "GPL-3.0",
"authors": [
{
"name": "Shakeeb Ahmed",
"email": "me@shakeebahmed.com"
}
],
"require": {
"a5hleyrich/wp-background-processing": ">=1.0",
"mythemeshop/wordpress-helpers": ">=1.0.12",
"cmb2/cmb2": "^2.7",
"donatj/phpuseragentparser": "^1.0"
},
"autoload" : {
"psr-4" : {
"RankMath\\": "includes/"
},
"classmap" : [ "includes/" ],
"files": [ "vendor/cmb2/cmb2/init.php", "includes/template-tags.php" ]
},
"config": {
"optimize-autoloader": true
},
"require-dev": {
}
}