{
    "packages": [
        {
            "name": "jwadhams/json-logic-php",
            "version": "1.5.1",
            "version_normalized": "1.5.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/jwadhams/json-logic-php.git",
                "reference": "060aab5ad36ae1fdd74d3006131b197ca777fa48"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jwadhams/json-logic-php/zipball/060aab5ad36ae1fdd74d3006131b197ca777fa48",
                "reference": "060aab5ad36ae1fdd74d3006131b197ca777fa48",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3.3"
            },
            "time": "2024-07-09T15:20:54+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "JWadhams": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jeremy Wadhams",
                    "email": "jwadhams@dealerinspire.com"
                }
            ],
            "description": "Build rules with complex comparisons and boolean operators, serialized as JSON, and execute them in PHP",
            "support": {
                "issues": "https://github.com/jwadhams/json-logic-php/issues",
                "source": "https://github.com/jwadhams/json-logic-php/tree/1.5.1"
            },
            "install-path": "../jwadhams/json-logic-php"
        },
        {
            "name": "publishpress/instance-protection",
            "version": "v1.0.3",
            "version_normalized": "1.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/publishpress/library-instance-protection.git",
                "reference": "6a4e7038c95fac43264b1d61a5cdae2b1e3cc4ee"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/publishpress/library-instance-protection/zipball/6a4e7038c95fac43264b1d61a5cdae2b1e3cc4ee",
                "reference": "6a4e7038c95fac43264b1d61a5cdae2b1e3cc4ee",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6.20"
            },
            "time": "2022-10-28T16:14:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "PublishPress",
                    "email": "help@publishpress.com"
                }
            ],
            "description": "Library for protecting WordPress plugins to run twice.",
            "homepage": "http://publishpress.com/",
            "keywords": [
                "wordpress plugin"
            ],
            "support": {
                "issues": "https://github.com/publishpress/library-instance-protection/issues",
                "source": "https://github.com/publishpress/library-instance-protection/tree/v1.0.3"
            },
            "install-path": "../publishpress/instance-protection"
        },
        {
            "name": "publishpress/pimple-pimple",
            "version": "3.5.0.10",
            "version_normalized": "3.5.0.10",
            "source": {
                "type": "git",
                "url": "https://github.com/publishpress/library-pimple-pimple.git",
                "reference": "f2784f4b1ccaf195b373a46a74cf3742e7c9f826"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/publishpress/library-pimple-pimple/zipball/f2784f4b1ccaf195b373a46a74cf3742e7c9f826",
                "reference": "f2784f4b1ccaf195b373a46a74cf3742e7c9f826",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "publishpress/psr-container": "^2.0.1.10"
            },
            "require-dev": {
                "brianhenryie/strauss": "^0.14.0",
                "codeception/module-asserts": "^1.0",
                "codeception/module-cli": "^1.0",
                "codeception/module-db": "^1.0",
                "codeception/module-filesystem": "^1.0",
                "codeception/module-phpbrowser": "^1.0",
                "codeception/module-webdriver": "^1.0",
                "codeception/util-universalframework": "^1.0",
                "lucatume/wp-browser": "^3.1",
                "pimple/pimple": "3.5.0",
                "publishpress/codeception-extension-extended-copier": "^1.0",
                "publishpress/version-loader-generator": "^1.0"
            },
            "time": "2023-05-30T18:41:10+00:00",
            "type": "library",
            "extra": {
                "strauss": {
                    "packages": [
                        "pimple/pimple",
                        "psr/container"
                    ],
                    "include_author": "true",
                    "classmap_output": "true",
                    "classmap_prefix": "PublishPress_",
                    "constant_prefix": "PUBLISHPRESS_",
                    "namespace_prefix": "PublishPress\\",
                    "target_directory": "lib",
                    "exclude_from_copy": {
                        "packages": [],
                        "namespaces": [],
                        "file_patterns": []
                    },
                    "override_autoload": [],
                    "delete_vendor_files": true,
                    "exclude_from_prefix": {
                        "packages": [],
                        "namespaces": [],
                        "file_patterns": []
                    },
                    "delete_vendor_packages": true,
                    "namespace_replacement_patterns": []
                },
                "generator": {
                    "lib-class-test": "class_exists('PublishPress\\Pimple\\Container')",
                    "action-register-priority": "-200",
                    "action-initialize-priority": "-185"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib/include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "PublishPress",
                    "email": "help@publishpress.com"
                }
            ],
            "description": "Pimple, a simple Dependency Injection Container, prefixed for PublishPress",
            "homepage": "https://github.com/silexphp/Pimple/",
            "keywords": [
                "container",
                "dependency injection",
                "publishpress"
            ],
            "support": {
                "issues": "https://github.com/publishpress/library-pimple-pimple/issues",
                "source": "https://github.com/publishpress/library-pimple-pimple/tree/3.5.0.10"
            },
            "install-path": "../publishpress/pimple-pimple"
        },
        {
            "name": "publishpress/psr-container",
            "version": "2.0.2.1",
            "version_normalized": "2.0.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/publishpress/library-psr-container.git",
                "reference": "773a2510aa39a7f0ad5d5dfc78878abb939f5704"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/publishpress/library-psr-container/zipball/773a2510aa39a7f0ad5d5dfc78878abb939f5704",
                "reference": "773a2510aa39a7f0ad5d5dfc78878abb939f5704",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5"
            },
            "require-dev": {
                "brianhenryie/strauss": "^0.14.0",
                "codeception/module-asserts": "^1.0",
                "codeception/module-cli": "^1.0",
                "codeception/module-db": "^1.0",
                "codeception/module-filesystem": "^1.0",
                "codeception/module-phpbrowser": "^1.0",
                "codeception/module-webdriver": "^1.0",
                "codeception/util-universalframework": "^1.0",
                "lucatume/wp-browser": "^3.1",
                "psr/container": "2.0.2",
                "publishpress/codeception-extension-extended-copier": "^1.0",
                "publishpress/version-loader-generator": "^1.0"
            },
            "time": "2025-12-09T15:18:16+00:00",
            "type": "library",
            "extra": {
                "strauss": {
                    "packages": [
                        "psr/container"
                    ],
                    "include_author": "true",
                    "classmap_output": "true",
                    "classmap_prefix": "PublishPress_",
                    "constant_prefix": "PUBLISHPRESS_",
                    "namespace_prefix": "PublishPress\\",
                    "target_directory": "lib",
                    "exclude_from_copy": {
                        "packages": [],
                        "namespaces": [],
                        "file_patterns": []
                    },
                    "override_autoload": [],
                    "delete_vendor_files": true,
                    "exclude_from_prefix": {
                        "packages": [],
                        "namespaces": [],
                        "file_patterns": []
                    },
                    "delete_vendor_packages": true,
                    "namespace_replacement_patterns": []
                },
                "generator": {
                    "lib-class-test": "interface_exists('PublishPress\\Psr\\Container\\ContainerInterface')",
                    "action-register-priority": "-200",
                    "action-initialize-priority": "-190"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib/include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                },
                {
                    "name": "PublishPress",
                    "email": "help@publishpress.com"
                }
            ],
            "description": "Common Container Interface (PHP FIG PSR-11), prefixed for PublishPress plugins",
            "homepage": "https://github.com/php-fig/container",
            "keywords": [
                "PSR-11",
                "container",
                "container-interface",
                "container-interop",
                "psr",
                "publishpress"
            ],
            "support": {
                "issues": "https://github.com/publishpress/library-psr-container/issues",
                "source": "https://github.com/publishpress/library-psr-container/tree/2.0.2.1"
            },
            "install-path": "../publishpress/psr-container"
        },
        {
            "name": "publishpress/wordpress-banners",
            "version": "v1.3.1",
            "version_normalized": "1.3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/publishpress/library-wordpress-banners.git",
                "reference": "bcb5f9f00973d53e2db027f9a05c059f18743fae"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/publishpress/library-wordpress-banners/zipball/bcb5f9f00973d53e2db027f9a05c059f18743fae",
                "reference": "bcb5f9f00973d53e2db027f9a05c059f18743fae",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6.20"
            },
            "time": "2022-08-15T18:07:23+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "BannersMain.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "PublishPress",
                    "email": "help@publishpress.com"
                }
            ],
            "description": "Display banners in admin pages of PublishPress Plugins.",
            "homepage": "http://publishpress.com/",
            "support": {
                "issues": "https://github.com/publishpress/library-wordpress-banners/issues",
                "source": "https://github.com/publishpress/library-wordpress-banners/tree/v1.3.1"
            },
            "install-path": "../publishpress/wordpress-banners"
        },
        {
            "name": "publishpress/wordpress-reviews",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/publishpress/library-wordpress-reviews.git",
                "reference": "6d1cf428aef5fc5f72c9368fbd7ce1f14d956503"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/publishpress/library-wordpress-reviews/zipball/6d1cf428aef5fc5f72c9368fbd7ce1f14d956503",
                "reference": "6d1cf428aef5fc5f72c9368fbd7ce1f14d956503",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "require-dev": {
                "automattic/vipwpcs": "^3",
                "brain/monkey": "^2.6",
                "friendsofphp/php-cs-fixer": "^3.49",
                "overtrue/phplint": "^9.1",
                "phpcompatibility/php-compatibility": "^9.3",
                "phpstan/phpstan": "^1.10",
                "phpunit/phpunit": "^8.5 || ^9.0",
                "publishpress/publishpress-phpcs-standards": "dev-main",
                "publishpress/translations": "^1.0.0",
                "squizlabs/php_codesniffer": "^3.8",
                "szepeviktor/phpstan-wordpress": "^1.3",
                "wp-coding-standards/wpcs": "^3"
            },
            "time": "2026-01-12T14:05:27+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "ReviewsController.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "PublishPress",
                    "email": "help@publishpress.com"
                },
                {
                    "name": "Daniel Iser",
                    "homepage": "https://github.com/danieliser/WP-Product-In-Dash-Review-Requests"
                }
            ],
            "description": "Library for showing a five-star review banner.",
            "homepage": "http://publishpress.com/",
            "keywords": [
                "review",
                "reviews",
                "wordpress plugin"
            ],
            "support": {
                "issues": "https://github.com/publishpress/library-wordpress-reviews/issues",
                "source": "https://github.com/publishpress/library-wordpress-reviews/tree/1.2.0"
            },
            "install-path": "../publishpress/wordpress-reviews"
        },
        {
            "name": "publishpress/wordpress-version-notices",
            "version": "2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/publishpress/library-wordpress-version-notices.git",
                "reference": "174b2a35e40dfb7ff0426cc16dc8ed0888be2169"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/publishpress/library-wordpress-version-notices/zipball/174b2a35e40dfb7ff0426cc16dc8ed0888be2169",
                "reference": "174b2a35e40dfb7ff0426cc16dc8ed0888be2169",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "publishpress/pimple-pimple": "^3.5.0.0",
                "publishpress/psr-container": "^2.0.1.0"
            },
            "require-dev": {
                "automattic/vipwpcs": "^3",
                "codeception/module-asserts": "^1.0",
                "codeception/module-cli": "^1.0",
                "codeception/module-db": "^1.0",
                "codeception/module-filesystem": "^1.0",
                "codeception/module-phpbrowser": "^1.0",
                "codeception/module-rest": "^1.3",
                "codeception/module-webdriver": "^1.0",
                "codeception/util-universalframework": "^1.0",
                "composer/composer": "^2.7",
                "friendsofphp/php-cs-fixer": "^3.49",
                "lucatume/wp-browser": "^3",
                "overtrue/phplint": "^2.1",
                "phpcompatibility/php-compatibility": "^9.3",
                "phpstan/phpstan": "^1.10",
                "publishpress/publishpress-phpcs-standards": "dev-main",
                "publishpress/translations": "^1.0.0",
                "publishpress/version-loader-generator": "^1.0",
                "squizlabs/php_codesniffer": "^3.8",
                "szepeviktor/phpstan-wordpress": "^1.3",
                "wp-coding-standards/wpcs": "^3"
            },
            "time": "2025-12-08T23:56:36+00:00",
            "type": "library",
            "extra": {
                "generator": {
                    "src-dir": "src",
                    "lib-class-test": "class_exists('PublishPress\\WordpressVersionNotices\\ServicesProvider')",
                    "action-register-priority": "-190",
                    "action-initialize-priority": "-150"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "PublishPress",
                    "email": "help@publishpress.com",
                    "homepage": "https://publishpress.com",
                    "role": "Developer"
                }
            ],
            "description": "Library for displaying version notices for Pro plugins in WordPress.",
            "support": {
                "issues": "https://github.com/publishpress/library-wordpress-version-notices/issues",
                "source": "https://github.com/publishpress/library-wordpress-version-notices/tree/2.2.0"
            },
            "install-path": "../publishpress/wordpress-version-notices"
        },
        {
            "name": "woocommerce/action-scheduler",
            "version": "3.9.3",
            "version_normalized": "3.9.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/woocommerce/action-scheduler.git",
                "reference": "c58cdbab17651303d406cd3b22cf9d75c71c986c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/c58cdbab17651303d406cd3b22cf9d75c71c986c",
                "reference": "c58cdbab17651303d406cd3b22cf9d75c71c986c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.5",
                "woocommerce/woocommerce-sniffs": "0.1.0",
                "wp-cli/wp-cli": "~2.5.0",
                "yoast/phpunit-polyfills": "^2.0"
            },
            "time": "2025-07-15T09:32:30+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.3"
            },
            "install-path": "../woocommerce/action-scheduler"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
