ohseesoftware/caddy-config-php

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "ohseesoftware/caddy-config-php",
    "description": "Caddy v2 API helper library.",
    "type": "library",
    "require": {
        "guzzlehttp/guzzle": "^6.4"
    },
    "require-dev": {
        "squizlabs/php_codesniffer": "*",
        "phpunit/phpunit": "^8.4",
        "php-coveralls/php-coveralls": "^2.2"
    },
    "license": "MIT",
    "authors": [
        {
            "name": "Owen Conti",
            "email": "owen@ohseemedia.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "OhSeeSoftware\\CaddyConfig\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    }
}