Skip to content

Commit

Permalink
A little cleanup of composer.json
Browse files Browse the repository at this point in the history
Removing Jason's email because he is on pause from Cypht these days. It's better folks come to the chatroom.
  • Loading branch information
marclaporte authored May 20, 2024
1 parent 3fcbb23 commit ab8497f
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,31 @@
"name": "cypht-org/cypht",
"type": "project",
"description": "Lightweight Open Source webmail written in PHP and JavaScript",
"keywords": ["php", "webmail", "webmail-client", "imap", "smtp", "news-reader", "rss", "atom", "e-mail", "jmap", "cypht"],
"keywords": [
"php",
"webmail",
"webmail-client",
"imap",
"smtp",
"news-reader",
"rss",
"atom",
"e-mail",
"jmap",
"cypht",
"sieve",
"managesieve"
],
"homepage": "https://cypht.org",
"license": "LGPL-2.1",
"support": {
"email": "[email protected]",
"issues": "https://github.com/cypht-org/cypht/issues",
"chat": "https://gitter.im/cypht-org/community",
"wiki": "https://github.com/cypht-org/cypht/wiki",
"source": "https://github.com/cypht-org/cypht/",
"docs": "https://cypht.org/documentation.html"
},
"authors":[
"authors": [
{
"name": "Jason Munro",
"email": "[email protected]",
Expand Down Expand Up @@ -53,20 +66,20 @@
"ext-gd": "To use 2fa, this needs to be installed for the QR code display",
"ext-memcached": "To use Memcached for caching, this needs to be installed",
"ext-gnupg": "To use the PGP module set, this needs to be installed",
"ext-imagick":"To use 2fa, this needs to be installed for the QR code display"
"ext-imagick": "To use 2fa, this needs to be installed for the QR code display"
},
"config": {
"platform": {
"php": "7.4"
},
"optimize-autoloader": true,
"optimize-autoloader": true,
"allow-plugins": {
"endroid/installer": false
}
},
"scripts": {
"post-update-cmd": "composer suggest",
"post-package-install":"composer suggest",
"post-package-install": "composer suggest",
"post-install-cmd": "composer suggest"
}
}

0 comments on commit ab8497f

Please sign in to comment.