-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
42 lines (42 loc) · 1.01 KB
/
composer.json
File metadata and controls
42 lines (42 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "dondominio/ddnotes",
"description": "Plugin to manage notes within the mailbox. The main advatatge of this plugin is its way of saving this notes, directly on the database.",
"keywords": [
"notes",
"plugin",
"database",
"dondominio",
"dd",
"markdown",
"images",
"pdf",
"html"
],
"homepage": "https://github.com/dondominio/ddnotes",
"license": "LGPL-3.0-only",
"type": "roundcube-plugin",
"version": "1.0.10",
"authors": [
{
"name": "Soluciones Corporativas IP, SL",
"email": "info@scip.es",
"homepage": "https://www.scip.es/",
"role": "Company"
}
],
"repositories": [
{
"type": "composer",
"url": "https://plugins.roundcube.net"
}
],
"require": {
"php": ">= 8.0"
},
"extra": {
"roundcube": {
"min-version": "1.4.11",
"sql-dir": "SQL"
}
}
}