ekinhbayar/gitamp

View on GitHub
dependency-checker.json

Summary

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