composer.lock

{
    "_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": "cbb4590d10ed778536462daf1622abd3",
    "packages": [
        {
            "name": "league/csv",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/csv.git",
                "reference": "3af83d548cf854ef08fe42956758d64eb2ccd178"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/csv/zipball/3af83d548cf854ef08fe42956758d64eb2ccd178",
                "reference": "3af83d548cf854ef08fe42956758d64eb2ccd178",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-mbstring": "*",
                "php": "^7.3 || ^8.0"
            },
            "require-dev": {
                "ext-curl": "*",
                "ext-dom": "*",
                "friendsofphp/php-cs-fixer": "^2.19",
                "phpstan/phpstan": "^0.12.92",
                "phpstan/phpstan-phpunit": "^0.12.21",
                "phpstan/phpstan-strict-rules": "^0.12.10",
                "phpunit/phpunit": "^9.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"
            },
            "default-branch": true,
            "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": [
                "convert",
                "csv",
                "export",
                "filter",
                "import",
                "read",
                "transform",
                "write"
            ],
            "support": {
                "docs": "https://csv.thephpleague.com",
                "issues": "https://github.com/thephpleague/csv/issues",
                "rss": "https://github.com/thephpleague/csv/releases.atom",
                "source": "https://github.com/thephpleague/csv"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/nyamsprod",
                    "type": "github"
                }
            ],
            "time": "2021-07-22T22:03:03+00:00"
        },
        {
            "name": "taeluf/json-to-mysql",
            "version": "v1.0.x-dev",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/taeluf/php/json-to-mysql.git",
                "reference": "01ab1dfd53c8bb188f6c59eb21e48334fe28016e"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fjson-to-mysql/repository/archive.zip?sha=01ab1dfd53c8bb188f6c59eb21e48334fe28016e",
                "reference": "01ab1dfd53c8bb188f6c59eb21e48334fe28016e",
                "shasum": ""
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "classmap": [
                    "code"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "support": {
                "issues": "https://gitlab.com/api/v4/projects/21859835/issues"
            },
            "time": "2021-09-06T18:50:57+00:00"
        }
    ],
    "packages-dev": [
        {
            "name": "taeluf/better-regex",
            "version": "dev-v0.3-candidate",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/taeluf/php/better-regex.git",
                "reference": "756d2d1e06297d6b4c8987153a6b2032f135e92b"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fbetter-regex/repository/archive.zip?sha=756d2d1e06297d6b4c8987153a6b2032f135e92b",
                "reference": "756d2d1e06297d6b4c8987153a6b2032f135e92b",
                "shasum": ""
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "classmap": [
                    "code"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "support": {
                "issues": "https://gitlab.com/api/v4/projects/23207428/issues"
            },
            "time": "2021-04-24T16:13:46+00:00"
        },
        {
            "name": "taeluf/code-scrawl",
            "version": "v0.3.x-dev",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/taeluf/php/CodeScrawl.git",
                "reference": "1cdb0577945929bb60066af37c65fd5ef0d69cb2"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2FCodeScrawl/repository/archive.zip?sha=1cdb0577945929bb60066af37c65fd5ef0d69cb2",
                "reference": "1cdb0577945929bb60066af37c65fd5ef0d69cb2",
                "shasum": ""
            },
            "require": {
                "taeluf/better-regex": "dev-v0.3-candidate",
                "taeluf/lexer": "v0.6.x-dev"
            },
            "require-dev": {
                "taeluf/tester": "v0.2.x-dev"
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "classmap": [
                    "code"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A documentation generation framework with some built-in extensions for exporting comments and code, and importing into markdown. ",
            "support": {
                "issues": "https://gitlab.com/api/v4/projects/23167681/issues"
            },
            "time": "2021-09-06T16:49:36+00:00"
        },
        {
            "name": "taeluf/lexer",
            "version": "v0.6.x-dev",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/taeluf/php/lexer.git",
                "reference": "0ddc8dfc8c58ff551bea97962687c96eab0f861f"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Flexer/repository/archive.zip?sha=0ddc8dfc8c58ff551bea97962687c96eab0f861f",
                "reference": "0ddc8dfc8c58ff551bea97962687c96eab0f861f",
                "shasum": ""
            },
            "require-dev": {
                "taeluf/code-scrawl": "v0.2.x-dev",
                "taeluf/tester": "v0.2.x-dev"
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "classmap": [
                    "code"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A declarative lexer seamlessly hooking into php functions, building ASTs for multiple languages.",
            "support": {
                "issues": "https://gitlab.com/api/v4/projects/24825489/issues"
            },
            "time": "2021-07-17T16:22:32+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "dev",
    "stability-flags": {
        "taeluf/json-to-mysql": 20,
        "league/csv": 20,
        "taeluf/code-scrawl": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": [],
    "plugin-api-version": "2.1.0"
}