jacobemerick/archangel

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "jacobemerick/archangel",
    "description": "Another PHP mailing script, this time with method chaining",
    "license": "MIT",
    "authors": [
        {
            "name": "jacobemerick",
            "email": "jpemeric@gmail.com"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "psr/log": "^1.0"
    },
    "require-dev": {
        "codeclimate/php-test-reporter": "dev-master",
        "phpunit/phpunit": "^4.7",
        "symfony/config": "<3.0",
        "symfony/console": "<3.0",
        "symfony/filesystem": "<3.0",
        "symfony/stopwatch": "<3.0",
        "symfony/yaml": "<3.0"
    },
    "autoload": {
        "psr-4": {
            "Jacobemerick\\Archangel\\": "src/"
        }
    },
    "autoload-dev": {
        "files": [
            "tests/function-overrides.php"
        ],
        "psr-4": {
            "Jacobemerick\\Archangel\\": "tests/"
        }
    }
}