Skip to content

Commit d67e6a0

Browse files
committed
add composer.json for rc plugin repository
1 parent f11258d commit d67e6a0

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

composer.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "kitist/html5_notifier",
3+
"type": "roundcube-plugin",
4+
"description": "Desktop Notifications for Roundcube",
5+
"keywords": ["notification","desktop","mail"],
6+
"homepage": "https://github.com/kitist/html5_notifier",
7+
"license": "GPL-3.0+",
8+
"authors": [
9+
{
10+
"name": "Tilman Stremlau",
11+
"email": "[email protected]",
12+
"homepage": "http://stremlau.net",
13+
"role": "Developer"
14+
}
15+
],
16+
"repositories": [
17+
{
18+
"type": "composer",
19+
"url": "http://plugins.roundcube.net"
20+
}
21+
],
22+
"require": {
23+
"php": ">=5.3.0",
24+
"roundcube/plugin-installer": ">=0.1.3"
25+
},
26+
"extra": {
27+
"roundcube": {
28+
"min-version": "0.8.0"
29+
}
30+
}
31+
}

0 commit comments

Comments
 (0)