-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
38 lines (38 loc) · 1.05 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
{
"name": "rah/rah_flat",
"description": "Textpattern CMS templates as flat files",
"keywords": ["textpattern", "plugin", "flat", "template"],
"homepage": "https://github.com/gocom/rah_flat",
"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_flat/issues",
"source": "https://github.com/gocom/rah_flat"
},
"require": {
"php": ">=5.6.0",
"textpattern/lock": ">=4.7.0",
"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
}
}
}