-
Notifications
You must be signed in to change notification settings - Fork 11
/
composer.json
32 lines (32 loc) · 900 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
{
"name": "bwp/google-xml-sitemaps",
"type": "wordpress-plugin",
"description": "WordPress plugin that helps generate XML Sitemaps for your website/blog. This plugin comes with support for sitemap index, multisite WordPress and Google News sitemap. It also provides a powerful and flexible system for any customization need.",
"homepage": "http://betterwp.net",
"license": "GPLv3",
"repositories": [
{
"type": "git",
"url": "https://github.com/kminh/bwp-framework"
}
],
"authors": [
{
"name": "Khang Minh",
"email": "[email protected]"
}
],
"require": {
"kminh/bwp-framework": "3.4.*@dev"
},
"autoload": {
"classmap": [
"src/"
]
},
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
}
}