{
    "packages": [
        {
            "name": "leewillis77/wplisttableexportable",
            "version": "v2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/leewillis77/WpListTableExportable.git",
                "reference": "355646b0f34f4b3b8821374903b6b1c14583b913"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/leewillis77/WpListTableExportable/zipball/355646b0f34f4b3b8821374903b6b1c14583b913",
                "reference": "355646b0f34f4b3b8821374903b6b1c14583b913",
                "shasum": ""
            },
            "time": "2024-01-26T16:14:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "leewillis77\\WpListTableExportable\\": "src/"
                }
            },
            "support": {
                "source": "https://github.com/leewillis77/WpListTableExportable/tree/v2.0.0",
                "issues": "https://github.com/leewillis77/WpListTableExportable/issues"
            },
            "install-path": "../leewillis77/wplisttableexportable"
        },
        {
            "name": "myclabs/deep-copy",
            "version": "1.13.4",
            "version_normalized": "1.13.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/myclabs/DeepCopy.git",
                "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a",
                "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "doctrine/collections": "<1.6.8",
                "doctrine/common": "<2.13.3 || >=3 <3.2.2"
            },
            "require-dev": {
                "doctrine/collections": "^1.6.8",
                "doctrine/common": "^2.13.3 || ^3.2.2",
                "phpspec/prophecy": "^1.10",
                "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
            },
            "time": "2025-08-01T08:46:24+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/DeepCopy/deep_copy.php"
                ],
                "psr-4": {
                    "DeepCopy\\": "src/DeepCopy/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Create deep copies (clones) of your objects",
            "keywords": [
                "clone",
                "copy",
                "duplicate",
                "object",
                "object graph"
            ],
            "support": {
                "issues": "https://github.com/myclabs/DeepCopy/issues",
                "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4"
            },
            "funding": [
                {
                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
                    "type": "tidelift"
                }
            ],
            "install-path": "../myclabs/deep-copy"
        },
        {
            "name": "nahid/jsonq",
            "version": "v6.0.0",
            "version_normalized": "6.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nahid/jsonq.git",
                "reference": "05227383e3d7256b226964234f33fc7bfa36f6c8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nahid/jsonq/zipball/05227383e3d7256b226964234f33fc7bfa36f6c8",
                "reference": "05227383e3d7256b226964234f33fc7bfa36f6c8",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "nahid/qarray": "^2.0",
                "php": ">=5.6"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8 || ^5.0",
                "symfony/var-dumper": "^3.4"
            },
            "time": "2020-08-22T18:45:44+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Nahid\\JsonQ\\": "src/"
                },
                "files": [
                    "helpers/jsonq.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nahid Bin Azhar",
                    "email": "nahid.dns@gmail.com"
                }
            ],
            "description": "JsonQ is a PHP based json data query library",
            "homepage": "https://github.com/nahid/jsonq",
            "keywords": [
                "json",
                "jsonq",
                "query"
            ],
            "funding": [
                {
                    "url": "https://beerpay.io/nahid/jsonq",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/me-shaon",
                    "type": "github"
                }
            ],
            "install-path": "../nahid/jsonq"
        },
        {
            "name": "nahid/qarray",
            "version": "v2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nahid/qarray.git",
                "reference": "1250fdeb5863974fcfcf9dbde2844521423080c4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nahid/qarray/zipball/1250fdeb5863974fcfcf9dbde2844521423080c4",
                "reference": "1250fdeb5863974fcfcf9dbde2844521423080c4",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "myclabs/deep-copy": "^1.8",
                "php": ">=7.4"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.0 || ^6.0",
                "symfony/var-dumper": "^3.4"
            },
            "time": "2024-12-18T12:24:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "helpers/qarray.php"
                ],
                "psr-4": {
                    "Nahid\\QArray\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nahid Bin Azhar",
                    "email": "nahid.dns@gmail.com"
                }
            ],
            "description": "QArray is a PHP abstraction for querying array",
            "homepage": "https://github.com/nahid/qarray",
            "keywords": [
                "array",
                "php",
                "query"
            ],
            "support": {
                "issues": "https://github.com/nahid/qarray/issues",
                "source": "https://github.com/nahid/qarray/tree/v2.1.0"
            },
            "install-path": "../nahid/qarray"
        },
        {
            "name": "paypal/rest-api-sdk-php",
            "version": "1.14.0",
            "version_normalized": "1.14.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/paypal/PayPal-PHP-SDK.git",
                "reference": "72e2f2466975bf128a31e02b15110180f059fc04"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paypal/PayPal-PHP-SDK/zipball/72e2f2466975bf128a31e02b15110180f059fc04",
                "reference": "72e2f2466975bf128a31e02b15110180f059fc04",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "php": ">=5.3.0",
                "psr/log": "^1.0.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35"
            },
            "time": "2019-01-04T20:04:25+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "PayPal": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "PayPal",
                    "homepage": "https://github.com/paypal/rest-api-sdk-php/contributors"
                }
            ],
            "description": "PayPal's PHP SDK for REST APIs",
            "homepage": "http://paypal.github.io/PayPal-PHP-SDK/",
            "keywords": [
                "payments",
                "paypal",
                "rest",
                "sdk"
            ],
            "abandoned": true,
            "install-path": "../paypal/rest-api-sdk-php"
        },
        {
            "name": "psr/log",
            "version": "1.1.4",
            "version_normalized": "1.1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2021-05-03T11:20:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "Psr/Log/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "support": {
                "source": "https://github.com/php-fig/log/tree/1.1.4"
            },
            "install-path": "../psr/log"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
