-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
composer.json
45 lines (45 loc) · 889 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
42
43
44
45
{
"name": "oblik/kirby-link-field",
"description": "Kirby 4 field for all types of links.",
"license": "MIT",
"version": "6.0.2",
"type": "kirby-plugin",
"keywords": [
"kirby",
"kirby-plugin"
],
"authors": [
{
"name": "Oblik Studio",
"email": "[email protected]",
"homepage": "https://oblik.studio/"
},
{
"name": "Hristiyan Dodov",
"email": "[email protected]",
"homepage": "https://dodov.dev/"
}
],
"support": {
"issues": "https://github.com/OblikStudio/kirby-link-field/issues",
"source": "https://github.com/OblikStudio/kirby-link-field"
},
"scripts": {
"test": "phpunit"
},
"require": {
"getkirby/cms": "^4",
"getkirby/composer-installer": "^1.1"
},
"extra": {
"installer-name": "link-field"
},
"config": {
"allow-plugins": {
"getkirby/composer-installer": true
}
},
"require-dev": {
"phpunit/phpunit": "^9.5"
}
}