TomWright/PHPConfig

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "tomwright/php-config",
    "description": "A simple class to make configs easy.",
    "authors": [
        {
            "name": "Tom Wright",
            "email": "contact@tomwright.me"
        }
    ],
    "require": {
        "phpunit/phpunit": "*",
        "tomwright/json": "^1.0"
    },
    "autoload": {
        "psr-4": {
            "TomWright\\PHPConfig\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "TomWright\\PHPConfig\\Tests\\": "tests/"
        }
    }
}