{
    "name": "rhumsaa/array_column",
    "description": "Provides functionality for array_column() to projects using PHP earlier than version 5.5.",
    "type": "library",
    "keywords": ["array", "column", "array_column"],
    "homepage": "https://github.com/ramsey/array_column",
    "license": "MIT",
    "authors": [
        {
            "name": "Ben Ramsey",
            "homepage": "http://benramsey.com"
        }
    ],
    "support": {
        "issues": "https://github.com/ramsey/array_column/issues",
        "source": "https://github.com/ramsey/array_column"
    },
    "autoload": {
        "files": ["src/array_column.php"]
    }
}
