[
    {
        "name": "league/csv",
        "version": "9.5.0",
        "version_normalized": "9.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/csv.git",
            "reference": "b348d09d0d258a4f068efb50a2510dc63101c213"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/csv/zipball/b348d09d0d258a4f068efb50a2510dc63101c213",
            "reference": "b348d09d0d258a4f068efb50a2510dc63101c213",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-json": "*",
            "ext-mbstring": "*",
            "php": ">=7.0.10"
        },
        "require-dev": {
            "ext-curl": "*",
            "friendsofphp/php-cs-fixer": "^2.12",
            "phpstan/phpstan": "^0.9.2",
            "phpstan/phpstan-phpunit": "^0.9.4",
            "phpstan/phpstan-strict-rules": "^0.9.0",
            "phpunit/phpunit": "^6.0"
        },
        "suggest": {
            "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters"
        },
        "time": "2019-12-15T19:51:41+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "9.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Csv\\": "src"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ignace Nyamagana Butera",
                "email": "nyamsprod@gmail.com",
                "homepage": "https://github.com/nyamsprod/",
                "role": "Developer"
            }
        ],
        "description": "Csv data manipulation made easy in PHP",
        "homepage": "http://csv.thephpleague.com",
        "keywords": [
            "csv",
            "export",
            "filter",
            "import",
            "read",
            "write"
        ]
    }
]
