{
    "name": "cjstroud/classnames-php",
    "description": "A simple PHP utility for conditionally joining classNames together",
    "require-dev": {
        "phpunit/phpunit": "^6.1"
    },
    "license": "MIT",
    "autoload": {
        "files": [
            "src/ClassNames.php"
        ]
    },
    "authors": [
        {
            "name": "Chris Stroud",
            "email": "chris.stroud00@gmail.com"
        }
    ],
    "require": {}
}
