Skip to content
This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Commit 9de9837

Browse files
authored
Extending composer.json
1 parent d7d9e15 commit 9de9837

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

composer.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
{
2+
"name": "s1syphos/kirby-highlight",
3+
"description": "Themeable server-side syntax highlighting for Kirby",
4+
"type": "kirby-plugin",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Martin Folkers",
9+
"homepage": "https://twobrain.io",
10+
"role": "Project Author"
11+
}
12+
],
213
"require": {
314
"scrivo/highlight.php": "9.*"
415
}

0 commit comments

Comments
 (0)