{
    "name": "compedgesolutions/epip",
    "description": "Echo Prayer Integration Project - standalone multi-tenant relay between church prayer forms and the Echo Prayer API",
    "type": "project",
    "license": "proprietary",
    "require": {
        "php": ">=8.1",
        "compedgesolutions/spam-shield": "^1.0"
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "ssh://git@git.compedgesolutions.us:2222/CompEdgeSolutions/spam-shield.git",
            "no-api": true
        }
    ],
    "autoload": {
        "psr-4": {
            "Epip\\": "src/"
        }
    },
    "config": {
        "optimize-autoloader": true
    }
}
