Skip to content

Commit 638a3b7

Browse files
committed
make plugin composer-ready
1 parent 887701a commit 638a3b7

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

composer.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "egoexpress/known-smallheader",
3+
"type": "known-plugin",
4+
"description": "Replace the white Known header with a smaller version when not logged in",
5+
"version": "0.2",
6+
"homepage": "https://github.com/egoexpress/known-smallheader",
7+
"keywords": [
8+
"known",
9+
"plugin",
10+
"indieweb"
11+
],
12+
"license": "MIT",
13+
"authors": [
14+
{
15+
"name": "Björn Stierand",
16+
"email": "bjoern-github@innovention.de"
17+
}
18+
],
19+
"require": {
20+
"php": ">=7.1",
21+
"composer/installers": "~1.0"
22+
},
23+
"extra": {
24+
"installer-name": "Smallheader"
25+
}
26+
}

plugin.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[Plugin description]
22
name = "Small Header"
3-
version = "0.1"
3+
version = "0.2"
44
url = "https://github.com/egoexpress/known-smallheader"
55
author = "Bjoern Stierand"
66
author_email = "bjoern-known@innovention.de"
77
author_url = "https://bjoern.stierand.org"
88
description = "This plugin replaces the white Known header with a smaller version when not logged in"
99

1010
[requirements]
11-
idno = 0.9.2
11+
idno = 0.9.9

0 commit comments

Comments
 (0)