-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 1.26 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
40
41
{
"name": "fundevogel/kirby3-gnupg",
"description": "Add information about PGP public keys on upload in Kirby v3",
"type": "kirby-plugin",
"license": "MIT",
"version": "1.1.1",
"keywords": ["getkirby", "kirby", "kirby3", "kirby-plugin", "pgp", "openpgp", "gpg", "gnupg", "encryption", "public-key-encryption", "cryptography", "public-key-cryptography", "rsa", "dsa", "elgamal", "ecc"],
"scripts": {
"lint": "pint --verbose",
"test": "phpunit"
},
"authors": [
{
"name": "Kinder- und Jugendbuchhandlung Fundevogel",
"email": "[email protected]",
"homepage": "https://fundevogel.de",
"role": "Maintainer"
},
{
"name": "Martin Folkers",
"email": "[email protected]",
"homepage": "https://twobrain.io",
"role": "Developer"
}
],
"require": {
"getkirby/composer-installer": "^1.2"
},
"require-dev": {
"laravel/pint": "^1.1",
"phpunit/phpunit": "^9.0"
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"allow-plugins": {
"getkirby/composer-installer": true
}
}
}