forked from afbora/kirby-broken-links-checker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 848 Bytes
/
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": "ahmetbora/broken-links-checker",
"description": "Broken links checker for Kirby 3.",
"type": "kirby-plugin",
"version": "1.0.0",
"license": "MIT",
"keywords": [
"kirby",
"kirby-3",
"kirby3-plugin",
"kirby-plugin",
"kirby-broken-links",
"broken-links-checker"
],
"support": {
"email": "[email protected]"
},
"authors": [
{
"name": "Ahmet Bora",
"email": "[email protected]"
}
],
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"allow-plugins": {
"getkirby/composer-installer": true
}
},
"require": {
"php": "^8.0",
"getkirby/composer-installer": "^1.2"
},
"extra": {
"installer-name": "kirby-broken-links-checker"
},
"minimum-stability": "dev",
"prefer-stable": true
}