barbushin/php-imap

View on GitHub
composer-require-checker.config.json

Summary

Maintainability
Test Coverage
{
    "symbol-whitelist" : [
        "null", "true", "false",
        "static", "self", "parent",
        "array", "string", "int", "float", "bool", "iterable", "callable", "void", "object", "mixed", "never",
        "IMAP\\Connection"
    ],
    "php-core-extensions" : [
        "Core",
        "date",
        "pcre",
        "Phar",
        "Reflection",
        "SPL",
        "standard"
    ],
    "scan-files" : []
}