Kylob/HTMLUnit

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "bootpress/htmlunit",
    "description": "Enables you to thoroughly test the HTML output of your code.",
    "keywords": ["bootpress", "phpunit", "assertions", "tests", "html", "xml"],
    "license": "MIT",
    "authors": [
        {
            "name": "Kyle Gadd",
            "email": "kyle.gadd@gmail.com"
        }
    ],
    "require": {
        "php": ">=5.4",
        "phpunit/phpunit": "^4.0"
    },
    "require-dev": {
        "friendsofphp/php-cs-fixer": "^1.0",
        "squizlabs/php_codesniffer": "^2.5"
    },
    "autoload": {
        "psr-4": { "BootPress\\HTMLUnit\\": "src" }
    }
}