-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
38 lines (38 loc) · 1.06 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_privileges",
"description": "Configure admin-side user-group privileges",
"keywords": ["textpattern", "plugin"],
"homepage": "https://github.com/gocom/rah_privileges",
"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_privileges/issues",
"source": "https://github.com/gocom/rah_privileges"
},
"require": {
"php": ">=7.2.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
}
}
}