{
    "packages": [
        {
            "name": "automattic/jetpack-constants",
            "version": "v1.6.18",
            "version_normalized": "1.6.18.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Automattic/jetpack-constants.git",
                "reference": "22fea671b3c621de63088cd0a2ff129683024023"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/22fea671b3c621de63088cd0a2ff129683024023",
                "reference": "22fea671b3c621de63088cd0a2ff129683024023",
                "shasum": ""
            },
            "require-dev": {
                "automattic/jetpack-changelogger": "^3.2",
                "brain/monkey": "2.6.1",
                "yoast/phpunit-polyfills": "1.0.3"
            },
            "time": "2022-07-26T13:41:20+00:00",
            "type": "jetpack-library",
            "extra": {
                "autotagger": true,
                "mirror-repo": "Automattic/jetpack-constants",
                "changelogger": {
                    "link-template": "https://github.com/Automattic/jetpack-constants/compare/v${old}...v${new}"
                },
                "branch-alias": {
                    "dev-trunk": "1.6.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "A wrapper for defining constants in a more testable way.",
            "support": {
                "source": "https://github.com/Automattic/jetpack-constants/tree/v1.6.18"
            },
            "install-path": "../automattic/jetpack-constants"
        },
        {
            "name": "league/csv",
            "version": "9.8.0",
            "version_normalized": "9.8.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/csv.git",
                "reference": "9d2e0265c5d90f5dd601bc65ff717e05cec19b47"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/csv/zipball/9d2e0265c5d90f5dd601bc65ff717e05cec19b47",
                "reference": "9d2e0265c5d90f5dd601bc65ff717e05cec19b47",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-mbstring": "*",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "ext-curl": "*",
                "ext-dom": "*",
                "friendsofphp/php-cs-fixer": "^v3.4.0",
                "phpstan/phpstan": "^1.3.0",
                "phpstan/phpstan-phpunit": "^1.0.0",
                "phpstan/phpstan-strict-rules": "^1.1.0",
                "phpunit/phpunit": "^9.5.11"
            },
            "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": "2022-01-04T00:13:07+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "9.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "League\\Csv\\": "src"
                }
            },
            "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": "https://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"
                }
            ],
            "install-path": "../league/csv"
        },
        {
            "name": "loureirorg/settings-as-woocommerce",
            "version": "0.0.4",
            "version_normalized": "0.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/loureirorg/settings-as-woocommerce.git",
                "reference": "068a90b1c1b3b9956aa7be4b409632a0f4025b07"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/loureirorg/settings-as-woocommerce/zipball/068a90b1c1b3b9956aa7be4b409632a0f4025b07",
                "reference": "068a90b1c1b3b9956aa7be4b409632a0f4025b07",
                "shasum": ""
            },
            "require": {
                "automattic/jetpack-constants": "^1.1"
            },
            "time": "2020-05-28T17:05:34+00:00",
            "type": "package",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "SettingsAsWoocommerce\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "mit"
            ],
            "authors": [
                {
                    "name": "Daniel Loureiro",
                    "email": "loureiro.rg@gmail.com",
                    "homepage": "https://learnwithdaniel.com"
                }
            ],
            "description": "Create WordPress settings pages for your plugin on WooCommerce style.",
            "support": {
                "issues": "https://github.com/loureirorg/settings-as-woocommerce/issues",
                "source": "https://github.com/loureirorg/settings-as-woocommerce/tree/master"
            },
            "install-path": "../loureirorg/settings-as-woocommerce"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
