-
Notifications
You must be signed in to change notification settings - Fork 8
/
composer.json
24 lines (24 loc) · 923 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
{
"name": "brookinsconsulting/bcgooglesitemaps",
"description": "eZ Publish Legacy extension which provides a simple set of cron job cli scripts to generate sitemaps. Great for smart developers!",
"type": "ezpublish-legacy-extension",
"keywords": [ "eZ Publish", "eZ Publish Legacy", "eZ Publish Platform", "sitemap", "generator", "extension", "datatype" ],
"homepage": "https://github.com/brookinsconsulting/bcgooglesitemaps",
"license": "GPL-2.0+",
"authors": [
{
"name" : "Brookins Consulting",
"homepage": "http://brookinsconsulting.com",
"email": "info@brookinsconsulting.com",
"role": "Developer"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.0.0",
"se7enxweb/ezpublish-legacy-installer": "*"
},
"extra": {
"ezpublish-legacy-extension-name": "bcgooglesitemaps"
}
}