-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
39 lines (39 loc) · 1.07 KB
/
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
38
39
{
"name": "rah/rah_sitemap",
"description": "XML sitemap plugin for Textpattern CMS",
"keywords": ["textpattern", "plugin"],
"homepage": "https://github.com/gocom/rah_sitemap",
"license": "GPL-2.0",
"type": "textpattern-plugin",
"authors": [
{
"name": "Jukka Svahn",
"homepage": "https://github.com/gocom",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/gocom/rah_sitemap/issues",
"source": "https://github.com/gocom/rah_sitemap"
},
"require": {
"php": ">=7.4",
"ext-zlib": "*",
"textpattern/lock": ">=4.8.8",
"textpattern/installer": "*"
},
"require-dev": {
"rah/mtxpc": "^0.9.0",
"squizlabs/php_codesniffer": "3.*"
},
"scripts": {
"lint": "./vendor/bin/phpcs",
"lint-fix": "./vendor/bin/phpcbf",
"compile": "mtxpc --outdir=dist/ -c . && mtxpc --outdir=dist/ ."
},
"config": {
"allow-plugins": {
"textpattern/installer": true
}
}
}