DjThossi/Ensure

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "djthossi/ensure",
    "description": "Some PHP Traits for ensuring values",
    "minimum-stability": "stable",
    "license": "MIT",
    "authors": [
        {
            "name": "Sebastian Thoss",
            "email": "dj_thossi@web.de",
            "homepage": "http://www.sebastianthoss.de"
        }
    ],
    "autoload": {
        "psr-4": {
            "DjThossi\\": "src/DjThossi",
            "Unit\\": "tests/Unit"
        }
    },
    "config": {
        "bin-dir": "bin"
    },
    "require": {
        "php": ">=5.4"
    },
    "require-dev": {
        "phpunit/phpunit": "~5.7"
    }
}