-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
53 lines (53 loc) · 1.36 KB
/
composer.json
File metadata and controls
53 lines (53 loc) · 1.36 KB
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
44
45
46
47
48
49
50
51
52
53
{
"name": "joomla-bible-study/proclaim-jsitemap-plugin",
"type": "joomla-plugin",
"description": "JSitemap Professional external plugin for the Proclaim Joomla component. Indexes studies, series, and teachers for sitemap generation.",
"keywords": [
"joomla",
"jsitemap",
"sitemap",
"proclaim",
"bible"
],
"homepage": "https://github.com/Joomla-Bible-Study/proclaim_jsitemap_plugin",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Tom Fuller",
"email": "info@christianwebministries.org",
"homepage": "https://www.christianwebministries.org",
"role": "Tech Writer & Developer"
},
{
"name": "Brent Cordis",
"email": "info@christianwebministries.org",
"homepage": "https://www.christianwebministries.org",
"role": "Lead Developer"
}
],
"version": "1.1.0",
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"platform": {
"php": "8.3.0"
},
"allow-plugins": {}
},
"support": {
"issues": "https://github.com/Joomla-Bible-Study/proclaim_jsitemap_plugin/issues",
"docs": "https://www.christianwebministries.org/docs"
},
"require": {
"php": "^8.3.0",
"ext-zip": "*",
"ext-simplexml": "*"
},
"require-dev": {
"phpunit/phpunit": "^11.0"
},
"scripts": {
"build": "php build/build.php",
"test": "phpunit"
}
}