{
    "name": "thunderer/serializard",
    "description": "Flexible serializer",
    "keywords": ["serializer", "library", "xml", "yaml", "json", "normalizer", "hydrator"],
    "license": "MIT",
    "authors": [{
        "name": "Tomasz Kowalczyk",
        "email": "tomasz@kowalczyk.cc"
    }],
    "require": {
        "php": "^5.5|^7.0",
        "symfony/yaml": ">=2.3"
    },
    "require-dev": {
        "phpunit/phpunit": ">=4.1"
    },
    "autoload": {
        "psr-4": {
            "Thunder\\Serializard\\": "src/",
            "Thunder\\Serializard\\Tests\\": "tests/"
        }
    }
}
