Fetch/composer.json

29 lines
594 B
JSON
Raw Normal View History

{
"name": "tedivm/fetch",
"description": "A PHP IMAP Library",
"keywords": ["email","imap","pop3"],
2014-05-21 00:54:40 -07:00
"homepage": "http://github.com/tedious/Fetch",
"type": "library",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Robert Hafner",
"email": "tedivm@tedivm.com"
}
],
"require": {
2014-07-16 13:31:08 +02:00
"php": ">=5.3.0",
"ext-imap": "*"
},
"require-dev": {
2014-05-19 21:52:17 -07:00
"tedivm/dovecottesting": "1.2.3",
2014-09-24 18:45:01 -07:00
"phpunit/phpunit": "4.2.*",
2014-09-24 18:46:49 -07:00
"fabpot/php-cs-fixer": "0.5.*",
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
"psr-0": {"Fetch": "src/"}
}
}