Skip to content

Commit de1bfc8

Browse files
authored
Create composer.json
1 parent 470d536 commit de1bfc8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

composer.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "rasteiner/k3-whenquery",
3+
"description": "Conditionally show fields and sections. Better.",
4+
"type": "kirby-plugin",
5+
"license": "MIT",
6+
"homepage": "https://getkirby.com/plugins/rasteiner/k3-whenquery",
7+
"version": "0.1.0",
8+
"authors": [
9+
{
10+
"name": "Roman Steiner",
11+
"email": "[email protected]",
12+
"homepage": "https://getkirby.com/plugins/rasteiner"
13+
}
14+
],
15+
"require": {
16+
"getkirby/composer-installer": "^1.2"
17+
},
18+
"extra": {
19+
"installer-name": "k3-whenquery"
20+
}
21+
}

0 commit comments

Comments
 (0)