{
    "name": "jabranr/csv-parser",
    "type": "library",
    "version": "2.0.1",
    "description": "Parse CSV data from a file, stream or string",
    "keywords": ["csv", "php", "parser"],
    "homepage": "https://github.com/jabranr/csv-parser",
    "license": "MIT License",
    "authors": [
        {
            "name": "Jabran Rafique",
            "email": " [email protected]",
            "homepage": "http://jabran.me"
        }
    ],
    "require": {
        "php": ">=5.3.0"
    },
    "autoload": {
        "psr-4": {
            "": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "": "test/"
        }
    },
    "ignore": [
        "**/.*",
        "test",
        "tests"
    ]
} 
  |