{
    "name": "hakre/xmlreaderiterator",
    "description": "Iterators for PHP XMLReader for ease of parsing",
    "version": "0.1.7",
    "keywords": ["XML", "XMLReader", "Iterator"],
    "homepage": "https://github.com/hakre/XMLReaderIterator",
    "minimum-stability": "stable",
    "license": "AGPL-3.0",
    "authors": [
        {
            "name": "hakre",
            "homepage": "http://hakre.wordpress.com/"
        }
    ],
    "autoload": {
        "files": ["autoload.php"]
    },
    "require-dev": {
        "phpunit/phpunit": "3.7.*"
    }
}
