{
    "name": "hanneskod/classtools",
    "description": "Iterate over classes found in filesystem",
    "keywords": ["class iterator", "class minimizer"],
    "homepage": "https://github.com/hanneskod/classtools",
    "type": "library",
    "license": "WTFPL",
    "authors": [
        {
            "name": "Hannes Forsgård",
            "email": "hannes.forsgard@fripost.org"
        }
    ],
    "autoload": {
        "psr-4": {
            "hanneskod\\classtools\\": "src/"
        }
    },
    "require": {
        "php": ">=5.3.0"
    },
    "require-dev": {
        "hanneskod/exemplify": "dev-master@dev",
        "phpunit/phpunit": "*"
    }
}
