{
    "name": "ddeboer/data-import",
    "description": "Import data from, and export data to, a range of file formats and media",
    "keywords": [ "data", "import", "export", "csv", "excel", "doctrine" ],
    "license": "MIT",
    "authors": [
        {
            "name": "David de Boer",
            "email": "david@ddeboer.nl"
        },
        {
            "name": "The community",
            "homepage": "https://github.com/ddeboer/data-import/graphs/contributors"
        }
    ],
    "support": {
        "issues": "https://github.com/ddeboer/data-import/issues",
        "source": "https://github.com/ddeboer/data-import"
    },
    "require": {
        "php": ">=5.3.0",
        "psr/log": "~1.0"
    },
    "require-dev": {
        "ext-iconv": "*",
        "ext-mbstring": "*",
        "ext-sqlite3": "*",
        "symfony/property-access": "*",
        "phpoffice/phpexcel": "*",
        "doctrine/dbal": "*",
        "doctrine/orm": "*",
        "symfony/console": "~2.5.0",
        "symfony/validator": "~2.3.0"
    },
    "suggest": {
        "ext-iconv": "For the CharsetValueConverter",
        "ext-mbstring": "For the CharsetValueConverter",
        "symfony/validator": "to use the ValidatorFilter",
        "doctrine/dbal": "If you want to use the DbalReader",
        "phpoffice/phpexcel": "If you want to use the ExcelReader",
        "symfony/console": "If you want to use the ConsoleProgressWriter",
        "symfony/property-access": "If you want to use the ObjectConverter"
    },
    "autoload": {
        "psr-0": { "Ddeboer\\DataImport": "src" }
    }
}
