Thruio/JsonPrettyPrinter

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "thru.io/json-pretty-printer",
    "description": "A simple, well-tested JSON pretty printer and related stuff",
    "license": "GPL V2",
    "authors": [
        {
            "name": "Matthew Baggett",
            "email": "matthew@baggett.me"
        }
    ],
    "require": {},
    "require-dev": {
        "phpunit/phpunit": "*",
        "codeclimate/php-test-reporter": "dev-master",
        "squizlabs/php_codesniffer": "*"
    },

    "autoload": {
        "psr-4": {"Thru\\JsonPrettyPrinter\\": "src/"}
    },
    "autoload-dev": {
        "psr-4": { "Thru\\JsonPrettyPrinter\\Tests\\": "tests/" }
    }
}