xqddd/Notifications

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "xqddd/notifications",
    "description": "PHP Notification classes",
    "license": "MIT",
    "authors": [
        {
            "name": "Andrei Pirjoleanu",
            "email": "andreipirjoleanu@gmail.com",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.4.0",
        "psr/log": "1.*",
        "xqddd/exceptions": "0.*",
        "xqddd/presentable": "1.*"
    },
    "require-dev": {
        "mockery/mockery": "0.9.*"
    },
    "autoload": {
        "psr-4": {
            "Xqddd\\Notifications\\": "src/"
        }
    }
}