-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing Jason's email because he is on pause from Cypht these days. It's better folks come to the chatroom.
- Loading branch information
1 parent
3fcbb23
commit ab8497f
Showing
1 changed file
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]", | ||
|
@@ -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" | ||
} | ||
} |