disposable-mailbox-2/composer.json
Aravindo Wingeier 567459626d
Feature/new layout (#59)
* go minimal!
* cleanup style
* more whitespace, more awesome
* done with new layout. Moved buttons inside message, to avoid problems with <a> containing another <a> (which is invalid).
* added support for local date. and updated libs.
* new layout
2018-06-24 19:31:04 +02:00

11 lines
212 B
JSON

{
"require": {
"php-imap/php-imap": "~2.0",
"gnugat/PronounceableWord": "*",
"ezyang/htmlpurifier": "^4.9",
"fightbulc/moment": "*"
},
"config": {
"vendor-dir": "src/backend-libs"
}
}