Fetch/composer.json
Robert Hafner 56dc838df9 Updated to dovecottesting 1.2
This lets us simplify our test script by not having to care about
different ip addresses.
2014-02-27 00:12:28 -08:00

24 lines
462 B
JSON

{
"name": "tedivm/fetch",
"description": "A PHP IMAP Library",
"keywords": ["email","imap","pop3"],
"homepage": "http://github.com/tedivm/Fetch",
"type": "library",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Robert Hafner",
"email": "tedivm@tedivm.com"
}
],
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"tedivm/dovecottesting": "~1.2"
},
"autoload": {
"psr-0": {"Fetch": "src/"}
}
}