[
    {
        "name": "league/csv",
        "version": "9.6.2",
        "version_normalized": "9.6.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/csv.git",
            "reference": "f28da6e483bf979bac10e2add384c90ae9983e4e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/csv/zipball/f28da6e483bf979bac10e2add384c90ae9983e4e",
            "reference": "f28da6e483bf979bac10e2add384c90ae9983e4e",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "ext-mbstring": "*",
            "php": ">=7.2.5"
        },
        "require-dev": {
            "ext-curl": "*",
            "ext-dom": "*",
            "friendsofphp/php-cs-fixer": "^2.16",
            "phpstan/phpstan": "^0.12.0",
            "phpstan/phpstan-phpunit": "^0.12.0",
            "phpstan/phpstan-strict-rules": "^0.12.0",
            "phpunit/phpunit": "^8.5"
        },
        "suggest": {
            "ext-dom": "Required to use the XMLConverter and or the HTMLConverter classes",
            "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters"
        },
        "time": "2020-12-10T19:40:30+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": [
            "convert",
            "csv",
            "export",
            "filter",
            "import",
            "read",
            "transform",
            "write"
        ],
        "funding": [
            {
                "url": "https://github.com/sponsors/nyamsprod",
                "type": "github"
            }
        ]
    }
]
