Files
faveo/vendor/tedivm/fetch/composer.json
Manish Verma 57efc24003 email-configuration-bug-fix-patch
Installed "tedivm/fetch": "0.6.*" package to configure email fetcing.
2016-11-04 11:15:57 +05:30

29 lines
594 B
JSON

{
"name": "tedivm/fetch",
"description": "A PHP IMAP Library",
"keywords": ["email","imap","pop3"],
"homepage": "http://github.com/tedious/Fetch",
"type": "library",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Robert Hafner",
"email": "tedivm@tedivm.com"
}
],
"require": {
"php": ">=5.3.0",
"ext-imap": "*"
},
"require-dev": {
"tedivm/dovecottesting": "1.2.3",
"phpunit/phpunit": "4.2.*",
"fabpot/php-cs-fixer": "0.5.*",
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
"psr-0": {"Fetch": "src/"}
}
}