{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "e161c2ad1c2eeba31c092b193912f79a",
    "packages": [
        {
            "name": "league/csv",
            "version": "9.5.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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "9.x-dev"
                }
            },
            "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"
            ],
            "time": "2019-12-15T19:51:41+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}
