{
    "packages": [
        {
            "name": "automattic/jetpack-autoloader",
            "version": "v3.1.3",
            "version_normalized": "3.1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Automattic/jetpack-autoloader.git",
                "reference": "e7e49a4e2f16cb2dfd3e58c478499a60d7d51839"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/e7e49a4e2f16cb2dfd3e58c478499a60d7d51839",
                "reference": "e7e49a4e2f16cb2dfd3e58c478499a60d7d51839",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.1 || ^2.0",
                "php": ">=7.0"
            },
            "require-dev": {
                "automattic/jetpack-changelogger": "^4.2.8",
                "composer/composer": "^1.1 || ^2.0",
                "yoast/phpunit-polyfills": "^1.1.1"
            },
            "time": "2024-11-04T09:23:56+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin",
                "autotagger": true,
                "mirror-repo": "Automattic/jetpack-autoloader",
                "branch-alias": {
                    "dev-trunk": "3.1.x-dev"
                },
                "changelogger": {
                    "link-template": "https://github.com/Automattic/jetpack-autoloader/compare/v${old}...v${new}"
                },
                "version-constants": {
                    "::VERSION": "src/AutoloadGenerator.php"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Automattic\\Jetpack\\Autoloader\\": "src"
                },
                "classmap": [
                    "src/AutoloadGenerator.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Creates a custom autoloader for a plugin or theme.",
            "keywords": [
                "autoload",
                "autoloader",
                "composer",
                "jetpack",
                "plugin",
                "wordpress"
            ],
            "support": {
                "source": "https://github.com/Automattic/jetpack-autoloader/tree/v3.1.3"
            },
            "install-path": "../automattic/jetpack-autoloader"
        },
        {
            "name": "automattic/jetpack-constants",
            "version": "v2.0.5",
            "version_normalized": "2.0.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Automattic/jetpack-constants.git",
                "reference": "0c2644d642b06ae2a31c561f5bfc6f74a4abc8f1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/0c2644d642b06ae2a31c561f5bfc6f74a4abc8f1",
                "reference": "0c2644d642b06ae2a31c561f5bfc6f74a4abc8f1",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0"
            },
            "require-dev": {
                "automattic/jetpack-changelogger": "^4.2.8",
                "brain/monkey": "2.6.1",
                "yoast/phpunit-polyfills": "^1.1.1"
            },
            "suggest": {
                "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
            },
            "time": "2024-11-04T09:23:35+00:00",
            "type": "jetpack-library",
            "extra": {
                "autotagger": true,
                "mirror-repo": "Automattic/jetpack-constants",
                "branch-alias": {
                    "dev-trunk": "2.0.x-dev"
                },
                "changelogger": {
                    "link-template": "https://github.com/Automattic/jetpack-constants/compare/v${old}...v${new}"
                }
            },
            "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/v2.0.5"
            },
            "install-path": "../automattic/jetpack-constants"
        },
        {
            "name": "chillerlan/php-qrcode",
            "version": "5.0.3",
            "version_normalized": "5.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/chillerlan/php-qrcode.git",
                "reference": "42e215640e9ebdd857570c9e4e52245d1ee51de2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/chillerlan/php-qrcode/zipball/42e215640e9ebdd857570c9e4e52245d1ee51de2",
                "reference": "42e215640e9ebdd857570c9e4e52245d1ee51de2",
                "shasum": ""
            },
            "require": {
                "chillerlan/php-settings-container": "^2.1.6 || ^3.2.1",
                "ext-mbstring": "*",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "chillerlan/php-authenticator": "^4.3.1 || ^5.2.1",
                "ext-fileinfo": "*",
                "phan/phan": "^5.4.5",
                "phpcompatibility/php-compatibility": "10.x-dev",
                "phpmd/phpmd": "^2.15",
                "phpunit/phpunit": "^9.6",
                "setasign/fpdf": "^1.8.2",
                "slevomat/coding-standard": "^8.15",
                "squizlabs/php_codesniffer": "^3.11"
            },
            "suggest": {
                "chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps.",
                "setasign/fpdf": "Required to use the QR FPDF output.",
                "simple-icons/simple-icons": "SVG icons that you can use to embed as logos in the QR Code"
            },
            "time": "2024-11-21T16:12:34+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "chillerlan\\QRCode\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT",
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Kazuhiko Arase",
                    "homepage": "https://github.com/kazuhikoarase/qrcode-generator"
                },
                {
                    "name": "ZXing Authors",
                    "homepage": "https://github.com/zxing/zxing"
                },
                {
                    "name": "Ashot Khanamiryan",
                    "homepage": "https://github.com/khanamiryan/php-qrcode-detector-decoder"
                },
                {
                    "name": "Smiley",
                    "email": "smiley@chillerlan.net",
                    "homepage": "https://github.com/codemasher"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/chillerlan/php-qrcode/graphs/contributors"
                }
            ],
            "description": "A QR Code generator and reader with a user-friendly API. PHP 7.4+",
            "homepage": "https://github.com/chillerlan/php-qrcode",
            "keywords": [
                "phpqrcode",
                "qr",
                "qr code",
                "qr-reader",
                "qrcode",
                "qrcode-generator",
                "qrcode-reader"
            ],
            "support": {
                "docs": "https://php-qrcode.readthedocs.io",
                "issues": "https://github.com/chillerlan/php-qrcode/issues",
                "source": "https://github.com/chillerlan/php-qrcode"
            },
            "funding": [
                {
                    "url": "https://ko-fi.com/codemasher",
                    "type": "Ko-Fi"
                }
            ],
            "install-path": "../chillerlan/php-qrcode"
        },
        {
            "name": "chillerlan/php-settings-container",
            "version": "2.1.6",
            "version_normalized": "2.1.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/chillerlan/php-settings-container.git",
                "reference": "5553558bd381fce5108c6d0343c12e488cfec6bb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/chillerlan/php-settings-container/zipball/5553558bd381fce5108c6d0343c12e488cfec6bb",
                "reference": "5553558bd381fce5108c6d0343c12e488cfec6bb",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "phpmd/phpmd": "^2.15",
                "phpstan/phpstan": "^1.11",
                "phpstan/phpstan-deprecation-rules": "^1.2",
                "phpunit/phpunit": "^9.6",
                "squizlabs/php_codesniffer": "^3.10"
            },
            "time": "2024-07-17T01:04:28+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "chillerlan\\Settings\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Smiley",
                    "email": "smiley@chillerlan.net",
                    "homepage": "https://github.com/codemasher"
                }
            ],
            "description": "A container class for immutable settings objects. Not a DI container. PHP 7.4+",
            "homepage": "https://github.com/chillerlan/php-settings-container",
            "keywords": [
                "PHP7",
                "Settings",
                "configuration",
                "container",
                "helper"
            ],
            "support": {
                "issues": "https://github.com/chillerlan/php-settings-container/issues",
                "source": "https://github.com/chillerlan/php-settings-container"
            },
            "funding": [
                {
                    "url": "https://www.paypal.com/donate?hosted_button_id=WLYUNAT9ZTJZ4",
                    "type": "custom"
                },
                {
                    "url": "https://ko-fi.com/codemasher",
                    "type": "ko_fi"
                }
            ],
            "install-path": "../chillerlan/php-settings-container"
        },
        {
            "name": "laravel/serializable-closure",
            "version": "v1.3.7",
            "version_normalized": "1.3.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laravel/serializable-closure.git",
                "reference": "4f48ade902b94323ca3be7646db16209ec76be3d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/4f48ade902b94323ca3be7646db16209ec76be3d",
                "reference": "4f48ade902b94323ca3be7646db16209ec76be3d",
                "shasum": ""
            },
            "require": {
                "php": "^7.3|^8.0"
            },
            "require-dev": {
                "illuminate/support": "^8.0|^9.0|^10.0|^11.0",
                "nesbot/carbon": "^2.61|^3.0",
                "pestphp/pest": "^1.21.3",
                "phpstan/phpstan": "^1.8.2",
                "symfony/var-dumper": "^5.4.11|^6.2.0|^7.0.0"
            },
            "time": "2024-11-14T18:34:49+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Laravel\\SerializableClosure\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                },
                {
                    "name": "Nuno Maduro",
                    "email": "nuno@laravel.com"
                }
            ],
            "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
            "keywords": [
                "closure",
                "laravel",
                "serializable"
            ],
            "support": {
                "issues": "https://github.com/laravel/serializable-closure/issues",
                "source": "https://github.com/laravel/serializable-closure"
            },
            "install-path": "../laravel/serializable-closure"
        },
        {
            "name": "oblak/serbian-validators",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/oblakstudio/serbian-validators-php.git",
                "reference": "dafbd9877950a77dabe4ff6325e0b7e429e853eb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/oblakstudio/serbian-validators-php/zipball/dafbd9877950a77dabe4ff6325e0b7e429e853eb",
                "reference": "dafbd9877950a77dabe4ff6325e0b7e429e853eb",
                "shasum": ""
            },
            "require": {
                "php": ">= 7.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^9"
            },
            "time": "2022-01-24T10:18:59+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/serbian-validator-utils.php",
                    "src/validate-jmbg.php",
                    "src/validate-pib.php",
                    "src/validate-mb.php",
                    "src/validate-bank-account.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-only"
            ],
            "authors": [
                {
                    "name": "Sibin Grasic",
                    "email": "sibin.grasic@oblak.studio"
                }
            ],
            "description": "This Module Has useful functions for validating various serbian numbers",
            "support": {
                "issues": "https://github.com/oblakstudio/serbian-validators-php/issues",
                "source": "https://github.com/oblakstudio/serbian-validators-php/tree/v1.1.1"
            },
            "install-path": "../oblak/serbian-validators"
        },
        {
            "name": "oblak/wp-plugin-installer",
            "version": "v2.1.5",
            "version_normalized": "2.1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/oblakstudio/wp-plugin-installer.git",
                "reference": "699d8f4788d1925d22b2f816f2b8285be09b6354"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/oblakstudio/wp-plugin-installer/zipball/699d8f4788d1925d22b2f816f2b8285be09b6354",
                "reference": "699d8f4788d1925d22b2f816f2b8285be09b6354",
                "shasum": ""
            },
            "require": {
                "automattic/jetpack-constants": "^2",
                "php": ">= 8.0",
                "woocommerce/action-scheduler": "^3.7",
                "x-wp/admin-notice-manager": "^1.0"
            },
            "require-dev": {
                "ergebnis/composer-normalize": "^2.42",
                "oblak/wordpress-coding-standard": "^1",
                "wp-cli/wp-cli": "^2.11"
            },
            "suggest": {
                "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
            },
            "time": "2024-12-26T16:57:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/wppi-as-loader.php"
                ],
                "psr-4": {
                    "Oblak\\WP\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-only"
            ],
            "authors": [
                {
                    "name": "Sibin Grasic",
                    "email": "sibin.grasic@oblak.studio"
                }
            ],
            "description": "Simplifies the installation and activation of WordPress plugins",
            "support": {
                "issues": "https://github.com/oblakstudio/wp-plugin-installer/issues",
                "source": "https://github.com/oblakstudio/wp-plugin-installer/tree/v2.1.5"
            },
            "install-path": "../oblak/wp-plugin-installer"
        },
        {
            "name": "php-di/invoker",
            "version": "2.3.4",
            "version_normalized": "2.3.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHP-DI/Invoker.git",
                "reference": "33234b32dafa8eb69202f950a1fc92055ed76a86"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/33234b32dafa8eb69202f950a1fc92055ed76a86",
                "reference": "33234b32dafa8eb69202f950a1fc92055ed76a86",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3",
                "psr/container": "^1.0|^2.0"
            },
            "require-dev": {
                "athletic/athletic": "~0.1.8",
                "mnapoli/hard-mode": "~0.3.0",
                "phpunit/phpunit": "^9.0"
            },
            "time": "2023-09-08T09:24:21+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Invoker\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Generic and extensible callable invoker",
            "homepage": "https://github.com/PHP-DI/Invoker",
            "keywords": [
                "callable",
                "dependency",
                "dependency-injection",
                "injection",
                "invoke",
                "invoker"
            ],
            "support": {
                "issues": "https://github.com/PHP-DI/Invoker/issues",
                "source": "https://github.com/PHP-DI/Invoker/tree/2.3.4"
            },
            "funding": [
                {
                    "url": "https://github.com/mnapoli",
                    "type": "github"
                }
            ],
            "install-path": "../php-di/invoker"
        },
        {
            "name": "php-di/php-di",
            "version": "7.0.7",
            "version_normalized": "7.0.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHP-DI/PHP-DI.git",
                "reference": "e87435e3c0e8f22977adc5af0d5cdcc467e15cf1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/e87435e3c0e8f22977adc5af0d5cdcc467e15cf1",
                "reference": "e87435e3c0e8f22977adc5af0d5cdcc467e15cf1",
                "shasum": ""
            },
            "require": {
                "laravel/serializable-closure": "^1.0",
                "php": ">=8.0",
                "php-di/invoker": "^2.0",
                "psr/container": "^1.1 || ^2.0"
            },
            "provide": {
                "psr/container-implementation": "^1.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3",
                "friendsofphp/proxy-manager-lts": "^1",
                "mnapoli/phpunit-easymock": "^1.3",
                "phpunit/phpunit": "^9.5",
                "vimeo/psalm": "^4.6"
            },
            "suggest": {
                "friendsofphp/proxy-manager-lts": "Install it if you want to use lazy injection (version ^1)"
            },
            "time": "2024-07-21T15:55:45+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "DI\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "The dependency injection container for humans",
            "homepage": "https://php-di.org/",
            "keywords": [
                "PSR-11",
                "container",
                "container-interop",
                "dependency injection",
                "di",
                "ioc",
                "psr11"
            ],
            "support": {
                "issues": "https://github.com/PHP-DI/PHP-DI/issues",
                "source": "https://github.com/PHP-DI/PHP-DI/tree/7.0.7"
            },
            "funding": [
                {
                    "url": "https://github.com/mnapoli",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/php-di/php-di",
                    "type": "tidelift"
                }
            ],
            "install-path": "../php-di/php-di"
        },
        {
            "name": "psr/container",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.0"
            },
            "time": "2021-11-05T16:47:00+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Container\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common Container Interface (PHP FIG PSR-11)",
            "homepage": "https://github.com/php-fig/container",
            "keywords": [
                "PSR-11",
                "container",
                "container-interface",
                "container-interop",
                "psr"
            ],
            "support": {
                "issues": "https://github.com/php-fig/container/issues",
                "source": "https://github.com/php-fig/container/tree/2.0.2"
            },
            "install-path": "../psr/container"
        },
        {
            "name": "symfony/polyfill-php81",
            "version": "v1.31.0",
            "version_normalized": "1.31.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php81.git",
                "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
                "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php81\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php81/tree/v1.31.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-php81"
        },
        {
            "name": "woocommerce/action-scheduler",
            "version": "3.9.0",
            "version_normalized": "3.9.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/woocommerce/action-scheduler.git",
                "reference": "90b98e6fe97d455679b1d288f050cad8f6f79771"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/90b98e6fe97d455679b1d288f050cad8f6f79771",
                "reference": "90b98e6fe97d455679b1d288f050cad8f6f79771",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.5",
                "woocommerce/woocommerce-sniffs": "0.1.0",
                "wp-cli/wp-cli": "~2.5.0",
                "yoast/phpunit-polyfills": "^2.0"
            },
            "time": "2024-11-15T00:11:39+00:00",
            "type": "wordpress-plugin",
            "extra": {
                "scripts-description": {
                    "test": "Run unit tests",
                    "phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer",
                    "phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-or-later"
            ],
            "description": "Action Scheduler for WordPress and WooCommerce",
            "homepage": "https://actionscheduler.org/",
            "support": {
                "issues": "https://github.com/woocommerce/action-scheduler/issues",
                "source": "https://github.com/woocommerce/action-scheduler/tree/3.9.0"
            },
            "install-path": "../woocommerce/action-scheduler"
        },
        {
            "name": "x-wp/admin-notice-manager",
            "version": "v1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/x-wp/admin-notice-manager.git",
                "reference": "61bfbf90f90117d24af5130bbc80911b1c10f3cc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/x-wp/admin-notice-manager/zipball/61bfbf90f90117d24af5130bbc80911b1c10f3cc",
                "reference": "61bfbf90f90117d24af5130bbc80911b1c10f3cc",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0",
                "x-wp/helper-functions": "^1.16",
                "x-wp/helper-traits": "^1.16"
            },
            "replace": {
                "oblak/admin-notice-manager": "*"
            },
            "require-dev": {
                "oblak/wordpress-coding-standard": "^1",
                "php-stubs/wordpress-stubs": "^6.5",
                "phpstan/extension-installer": "^1.3",
                "phpstan/phpstan": "^1.10",
                "phpstan/phpstan-deprecation-rules": "^1.1",
                "swissspidy/phpstan-no-private": "^0.2.0",
                "szepeviktor/phpstan-wordpress": "^1.3"
            },
            "suggest": {
                "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
            },
            "time": "2024-11-01T13:09:35+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/Functions/xwp-anm-fns.php",
                    "src/Functions/xwp-anm-init.php"
                ],
                "psr-4": {
                    "XWP\\ANM\\": "src/"
                },
                "classmap": [
                    "src/Core/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-only"
            ],
            "authors": [
                {
                    "name": "Sibin Grasic",
                    "email": "i.am@sib.ing"
                }
            ],
            "description": "Simplifies the process of working with admin notices in WordPress.",
            "homepage": "https://extended.wp.rs/docs/packages/admin-notice-manager",
            "keywords": [
                "admin",
                "admin notices",
                "notices",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/x-wp/admin-notice-manager/issues",
                "source": "https://github.com/x-wp/admin-notice-manager/tree/v1.0.1"
            },
            "install-path": "../x-wp/admin-notice-manager"
        },
        {
            "name": "x-wp/asset-loader",
            "version": "v1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/x-wp/asset-loader.git",
                "reference": "f4a445e27fc913c20ab42ac7467b83514b750794"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/x-wp/asset-loader/zipball/f4a445e27fc913c20ab42ac7467b83514b750794",
                "reference": "f4a445e27fc913c20ab42ac7467b83514b750794",
                "shasum": ""
            },
            "require": {
                "automattic/jetpack-constants": "^2.0",
                "php": ">=8.0",
                "x-wp/helper-functions": "^1.18",
                "x-wp/helper-traits": "^1.9"
            },
            "provide": {
                "x-wp/asset-loader-implementation": "1.0"
            },
            "require-dev": {
                "oblak/wordpress-coding-standard": "^1",
                "php-stubs/wordpress-stubs": "^6.5",
                "phpstan/extension-installer": "^1.3",
                "phpstan/phpstan": "^1.10",
                "phpstan/phpstan-deprecation-rules": "^1.1",
                "swissspidy/phpstan-no-private": "^0.2.0",
                "szepeviktor/phpstan-wordpress": "^1.3"
            },
            "suggest": {
                "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
            },
            "time": "2024-11-04T19:51:33+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/Functions/xwp-loader-init.php"
                ],
                "psr-4": {
                    "XWP\\Dependency\\": "src/"
                },
                "classmap": [
                    "src/Core/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-only"
            ],
            "authors": [
                {
                    "name": "Sibin Grasic",
                    "email": "sibin.grasic@oblak.studio"
                }
            ],
            "description": "Simple Asset Loader for WordPress",
            "support": {
                "issues": "https://github.com/x-wp/asset-loader/issues",
                "source": "https://github.com/x-wp/asset-loader/tree/v1.1.1"
            },
            "install-path": "../x-wp/asset-loader"
        },
        {
            "name": "x-wp/di",
            "version": "v1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/x-wp/di.git",
                "reference": "3cea33921ef8cf1cab14a1da88ffe43d168bcce1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/x-wp/di/zipball/3cea33921ef8cf1cab14a1da88ffe43d168bcce1",
                "reference": "3cea33921ef8cf1cab14a1da88ffe43d168bcce1",
                "shasum": ""
            },
            "require": {
                "automattic/jetpack-constants": "^2",
                "php": ">=8.0",
                "php-di/php-di": "^7",
                "symfony/polyfill-php81": "^1.31",
                "x-wp/helper-classes": "^1.13",
                "x-wp/helper-functions": "^1.13"
            },
            "conflict": {
                "oblak/wp-hook-di": "*"
            },
            "provide": {
                "psr/container-implementation": "^1.0",
                "x-wp/di-implementation": "^1.0"
            },
            "replace": {
                "x-wp/hook-invoker": "*"
            },
            "require-dev": {
                "oblak/wordpress-coding-standard": "^1.1",
                "php-stubs/wordpress-stubs": "^6.6",
                "phpstan/extension-installer": "^1.4",
                "phpstan/phpstan": "^1.12",
                "phpstan/phpstan-deprecation-rules": "^1.2",
                "swissspidy/phpstan-no-private": "^0.2",
                "szepeviktor/phpstan-wordpress": "^1.3"
            },
            "suggest": {
                "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
            },
            "time": "2024-11-03T17:43:29+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/Functions/xwp-di-container-fns.php",
                    "src/Functions/xwp-di-helper-fns.php"
                ],
                "psr-4": {
                    "XWP\\DI\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-only"
            ],
            "authors": [
                {
                    "name": "Sibin Grasic",
                    "email": "sibin.grasic@oblak.studio"
                }
            ],
            "description": "Provides standardized way to declare and invoke WordPress hooks",
            "keywords": [
                "actions",
                "extended-wp",
                "filters",
                "hook-manager",
                "hooks",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/x-wp/hook-manager/issues",
                "source": "https://github.com/x-wp/di/tree/v1.0.0"
            },
            "install-path": "../x-wp/di"
        },
        {
            "name": "x-wp/helper-classes",
            "version": "v1.18.1",
            "version_normalized": "1.18.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/x-wp/helper-classes.git",
                "reference": "451dff53964c2fbdf086882c868709e4e36fb1cd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/x-wp/helper-classes/zipball/451dff53964c2fbdf086882c868709e4e36fb1cd",
                "reference": "451dff53964c2fbdf086882c868709e4e36fb1cd",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0",
                "x-wp/helper-traits": "^1"
            },
            "suggest": {
                "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
            },
            "time": "2024-09-23T14:31:15+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "XWP\\Helper\\Classes\\": ""
                },
                "classmap": [
                    "WP/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-only"
            ],
            "authors": [
                {
                    "name": "Sibin Grasic",
                    "email": "sibin.grasic@oblak.studio"
                }
            ],
            "description": "Generic abstraction related to xWP packages",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "extended-wp",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "issues": "https://github.com/x-wp/helper-classes/issues",
                "source": "https://github.com/x-wp/helper-classes/tree/v1.18.1"
            },
            "install-path": "../x-wp/helper-classes"
        },
        {
            "name": "x-wp/helper-functions",
            "version": "v1.18.1",
            "version_normalized": "1.18.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/x-wp/helper-functions.git",
                "reference": "edd258d0b2ad90a78893ffcabf6626cebf56a281"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/x-wp/helper-functions/zipball/edd258d0b2ad90a78893ffcabf6626cebf56a281",
                "reference": "edd258d0b2ad90a78893ffcabf6626cebf56a281",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0"
            },
            "suggest": {
                "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
            },
            "time": "2024-11-04T00:58:34+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "xwp-helper-fns-arr.php",
                    "xwp-helper-fns-num.php",
                    "xwp-helper-fns-req.php",
                    "xwp-helper-fns.php"
                ],
                "psr-4": {
                    "XWP\\Helper\\Functions\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-only"
            ],
            "authors": [
                {
                    "name": "Sibin Grasic",
                    "email": "sibin.grasic@oblak.studio"
                }
            ],
            "description": "Various traits related to xWP packages",
            "keywords": [
                "contracts",
                "decoupling",
                "extended-wp",
                "interfaces",
                "interoperability",
                "standards",
                "traits"
            ],
            "support": {
                "issues": "https://github.com/x-wp/helper-functions/issues",
                "source": "https://github.com/x-wp/helper-functions/tree/v1.18.1"
            },
            "install-path": "../x-wp/helper-functions"
        },
        {
            "name": "x-wp/helper-traits",
            "version": "v1.18.1",
            "version_normalized": "1.18.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/x-wp/helper-traits.git",
                "reference": "0367d136d6ba36e2ae0fe1854584ef760ea7cae9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/x-wp/helper-traits/zipball/0367d136d6ba36e2ae0fe1854584ef760ea7cae9",
                "reference": "0367d136d6ba36e2ae0fe1854584ef760ea7cae9",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0"
            },
            "suggest": {
                "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
            },
            "time": "2024-09-18T12:43:44+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "XWP\\Helper\\Traits\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-only"
            ],
            "authors": [
                {
                    "name": "Sibin Grasic",
                    "email": "sibin.grasic@oblak.studio"
                }
            ],
            "description": "Various traits related to xWP packages",
            "keywords": [
                "contracts",
                "decoupling",
                "extended-wp",
                "interfaces",
                "interoperability",
                "standards",
                "traits"
            ],
            "support": {
                "issues": "https://github.com/x-wp/helper-traits/issues",
                "source": "https://github.com/x-wp/helper-traits/tree/v1.18.1"
            },
            "install-path": "../x-wp/helper-traits"
        },
        {
            "name": "x-wp/helper-woocommerce",
            "version": "v1.18.1",
            "version_normalized": "1.18.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/x-wp/helper-woocommerce.git",
                "reference": "8429f9ed7612fe2e09862548aba8d09b1324177f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/x-wp/helper-woocommerce/zipball/8429f9ed7612fe2e09862548aba8d09b1324177f",
                "reference": "8429f9ed7612fe2e09862548aba8d09b1324177f",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0",
                "x-wp/helper-functions": "^1.13"
            },
            "suggest": {
                "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
            },
            "time": "2024-10-17T20:47:30+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "XWC\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-only"
            ],
            "authors": [
                {
                    "name": "Sibin Grasic",
                    "email": "sibin.grasic@oblak.studio"
                }
            ],
            "description": "Utilities and helpers for WooCommerce",
            "keywords": [
                "abstractions",
                "decoupling",
                "extended-wp",
                "interoperability",
                "woocommerce"
            ],
            "support": {
                "issues": "https://github.com/x-wp/helper-woocommerce/issues",
                "source": "https://github.com/x-wp/helper-woocommerce/tree/v1.18.1"
            },
            "install-path": "../x-wp/helper-woocommerce"
        },
        {
            "name": "x-wp/wc-template-customizer",
            "version": "v1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/x-wp/wc-template-customizer.git",
                "reference": "b38df4993b8fbefe0af0f27f44be4bb853418465"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/x-wp/wc-template-customizer/zipball/b38df4993b8fbefe0af0f27f44be4bb853418465",
                "reference": "b38df4993b8fbefe0af0f27f44be4bb853418465",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0",
                "x-wp/helper-functions": "^1.4"
            },
            "require-dev": {
                "oblak/wordpress-coding-standard": "^1",
                "php-stubs/woocommerce-stubs": "^9.0",
                "php-stubs/wordpress-stubs": "^6.5",
                "phpstan/extension-installer": "^1.3",
                "phpstan/phpstan": "^1.10",
                "phpstan/phpstan-deprecation-rules": "^1.1",
                "swissspidy/phpstan-no-private": "^0.2.0",
                "szepeviktor/phpstan-wordpress": "^1.3"
            },
            "suggest": {
                "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
            },
            "time": "2024-10-20T17:39:43+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "XWC\\Template\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Sibin Grasic",
                    "email": "sibin.grasic@oblak.studio"
                }
            ],
            "support": {
                "issues": "https://github.com/x-wp/wc-template-customizer/issues",
                "source": "https://github.com/x-wp/wc-template-customizer/tree/v1.0.2"
            },
            "install-path": "../x-wp/wc-template-customizer"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
