-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·30 lines (30 loc) · 861 Bytes
/
Copy pathcomposer.json
File metadata and controls
executable file
·30 lines (30 loc) · 861 Bytes
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
{
"name": "s1syphos/kirby3-dejure",
"description": "Auto-linking legal norms to dejure.org for Kirby v3",
"type": "kirby-plugin",
"license": "MIT",
"version": "1.4.4",
"keywords": ["getkirby", "kirby", "kirby3", "kirby-plugin", "api", "legal", "dejure", "dejure.org"],
"scripts": {
"cs-dry": "php-cs-fixer fix --dry-run --diff",
"cs-fix": "php-cs-fixer fix"
},
"authors": [
{
"name": "Martin Folkers",
"email": "hello@twobrain.io",
"homepage": "https://twobrain.io",
"role": "Project Author"
}
],
"require": {
"getkirby/composer-installer": "^1.1",
"s1syphos/php-dejure": "^1.5.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14"
},
"config": {
"optimize-autoloader": true
}
}