1
0
mirror of https://github.com/Saiyan/rc-unread_favicon.git synced 2026-02-14 00:28:38 +01:00
This commit is contained in:
2016-05-24 10:55:44 +02:00
parent 7833afec1f
commit 31a0666fdb
4 changed files with 65 additions and 0 deletions

14
composer.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "saiyan/unread_favicon",
"type": "roundcube-plugin",
"license": "MIT",
"repositories": [
{
"type": "composer",
"url": "https://plugins.roundcube.net"
}
],
"require": {
"roundcube/plugin-installer": ">=0.1.3"
}
}