{
    "packages": [
        {
            "name": "enshrined/svg-sanitize",
            "version": "0.22.0",
            "version_normalized": "0.22.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/darylldoyle/svg-sanitizer.git",
                "reference": "0afa95ea74be155a7bcd6c6fb60c276c39984500"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/0afa95ea74be155a7bcd6c6fb60c276c39984500",
                "reference": "0afa95ea74be155a7bcd6c6fb60c276c39984500",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.5 || ^8.5"
            },
            "time": "2025-08-12T10:13:48+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "enshrined\\svgSanitize\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Daryll Doyle",
                    "email": "daryll@enshrined.co.uk"
                }
            ],
            "description": "An SVG sanitizer for PHP",
            "support": {
                "issues": "https://github.com/darylldoyle/svg-sanitizer/issues",
                "source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.22.0"
            },
            "install-path": "../enshrined/svg-sanitize"
        },
        {
            "name": "typisttech/imposter",
            "version": "0.6.1",
            "version_normalized": "0.6.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TypistTech/imposter.git",
                "reference": "f52b1a2289d2ea9c660cf9595085d0b11469af83"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TypistTech/imposter/zipball/f52b1a2289d2ea9c660cf9595085d0b11469af83",
                "reference": "f52b1a2289d2ea9c660cf9595085d0b11469af83",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^7.3 || ^8.0"
            },
            "require-dev": {
                "codeception/codeception": "^4.1",
                "codeception/mockery-module": "^0.4.0",
                "codeception/module-asserts": "^1.3",
                "codeception/module-filesystem": "^1.0",
                "squizlabs/php_codesniffer": "^3.5"
            },
            "suggest": {
                "typisttech/imposter-plugin": "Composer plugin to integrate composer and imposter"
            },
            "time": "2020-12-06T22:57:09+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.6.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TypistTech\\Imposter\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Typist Tech",
                    "email": "imposter@typist.tech",
                    "homepage": "https://typist.tech"
                },
                {
                    "name": "Tang Rufus",
                    "email": "tangrufus@gmail.com",
                    "homepage": "https://typist.tech",
                    "role": "Developer"
                }
            ],
            "description": "Wrapping all composer vendor packages inside your own namespace. Intended for WordPress plugins.",
            "homepage": "https://github.com/TypistTech/imposter",
            "keywords": [
                "composer",
                "dependency",
                "monkey-patching",
                "namespace",
                "wordpress"
            ],
            "support": {
                "email": "imposter@typist.tech",
                "issues": "https://github.com/TypistTech/imposter/issues",
                "source": "https://github.com/TypistTech/imposter"
            },
            "funding": [
                {
                    "url": "https://typist.tech/donation/",
                    "type": "custom"
                },
                {
                    "url": "https://www.paypal.me/iAmTangRufus/30usd",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/tangrufus",
                    "type": "github"
                }
            ],
            "install-path": "../typisttech/imposter"
        },
        {
            "name": "typisttech/imposter-plugin",
            "version": "0.6.2",
            "version_normalized": "0.6.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TypistTech/imposter-plugin.git",
                "reference": "15fa3c90aca3b79497f438b9e02a6176498de53c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TypistTech/imposter-plugin/zipball/15fa3c90aca3b79497f438b9e02a6176498de53c",
                "reference": "15fa3c90aca3b79497f438b9e02a6176498de53c",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.1 || ^2.0",
                "php": "^7.3 || ^8.0",
                "typisttech/imposter": "^0.6.1"
            },
            "require-dev": {
                "codeception/codeception": "^4.1",
                "codeception/module-asserts": "^1.3",
                "codeception/module-cli": "^1.1",
                "codeception/module-filesystem": "^1.0",
                "composer/composer": "^1.10.19 || ^2.0",
                "squizlabs/php_codesniffer": "^3.5",
                "typisttech/codeception-composer-project-module": "^0.1.1"
            },
            "time": "2020-12-06T23:41:30+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "TypistTech\\Imposter\\Plugin\\ImposterPlugin",
                "branch-alias": {
                    "dev-master": "0.6.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TypistTech\\Imposter\\Plugin\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Typist Tech",
                    "email": "imposter-plugin@typist.tech",
                    "homepage": "https://www.typist.tech"
                },
                {
                    "name": "Tang Rufus",
                    "email": "tangrufus@gmail.com",
                    "homepage": "https://www.typist.tech",
                    "role": "Developer"
                }
            ],
            "description": "Composer plugin that wraps all composer vendor packages inside your own namespace. Intended for WordPress plugins.",
            "homepage": "https://github.com/TypistTech/imposter-plugin",
            "keywords": [
                "composer",
                "composer-plugin",
                "dependency",
                "monkey-patching",
                "namespace",
                "wordpress"
            ],
            "support": {
                "email": "imposter-plugin@typist.tech",
                "issues": "https://github.com/TypistTech/imposter-plugin/issues",
                "source": "https://github.com/TypistTech/imposter-plugin"
            },
            "funding": [
                {
                    "url": "https://typist.tech/donation/",
                    "type": "custom"
                },
                {
                    "url": "https://www.paypal.me/iAmTangRufus/30usd",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/tangrufus",
                    "type": "github"
                }
            ],
            "install-path": "../typisttech/imposter-plugin"
        },
        {
            "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"
        },
        {
            "name": "yipresser/wp-settings-api-helper",
            "version": "1.1.3.1",
            "version_normalized": "1.1.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/yipresser/wp-settings-api-helper.git",
                "reference": "6f220dac172f61939c2c7bde0c2751d7169288c3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yipresser/wp-settings-api-helper/zipball/6f220dac172f61939c2c7bde0c2751d7169288c3",
                "reference": "6f220dac172f61939c2c7bde0c2751d7169288c3",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2026-04-14T03:33:42+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yipresser\\WpSettingsApiHelper\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Yipresser"
                }
            ],
            "description": "A helper class to simplify WordPress Settings and creation of Settings page in WP plugins.",
            "support": {
                "issues": "https://github.com/yipresser/wp-settings-api-helper/issues",
                "source": "https://github.com/yipresser/wp-settings-api-helper/tree/1.1.3.1"
            },
            "install-path": "../yipresser/wp-settings-api-helper"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
