We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d50ca commit da8b3a7Copy full SHA for da8b3a7
README.md
@@ -15,7 +15,7 @@ This installer ensures that plugins and skins end up in the correct directory:
15
{
16
"name": "<your-vendor-name>/<plugin-name>",
17
"type": "roundcube-plugin",
18
- "license": "GPL-3.0+",
+ "license": "GPL-3.0-or-later",
19
"require": {
20
"roundcube/plugin-installer": ">=0.3.0"
21
}
@@ -26,7 +26,7 @@ This installer ensures that plugins and skins end up in the correct directory:
26
27
"name": "<your-vendor-name>/<skin-name>",
28
"type": "roundcube-skin",
29
30
31
32
0 commit comments