{
    "packages": [
        {
            "name": "automattic/jetpack-assets",
            "version": "v4.3.21",
            "version_normalized": "4.3.21.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Automattic/jetpack-assets.git",
                "reference": "1f4e84567a57d4e19ea3f1108286f0f0b6789319"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/1f4e84567a57d4e19ea3f1108286f0f0b6789319",
                "reference": "1f4e84567a57d4e19ea3f1108286f0f0b6789319",
                "shasum": ""
            },
            "require": {
                "automattic/jetpack-constants": "^3.0.8",
                "automattic/jetpack-status": "^6.1.2",
                "php": ">=7.2"
            },
            "require-dev": {
                "automattic/jetpack-changelogger": "^6.0.12",
                "automattic/phpunit-select-config": "^1.0.3",
                "brain/monkey": "^2.6.2",
                "wikimedia/testing-access-wrapper": "^1.0 || ^2.0 || ^3.0",
                "yoast/phpunit-polyfills": "^4.0.0"
            },
            "suggest": {
                "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
            },
            "time": "2026-01-26T07:35:32+00:00",
            "type": "jetpack-library",
            "extra": {
                "autotagger": true,
                "textdomain": "jetpack-assets",
                "mirror-repo": "Automattic/jetpack-assets",
                "branch-alias": {
                    "dev-trunk": "4.3.x-dev"
                },
                "changelogger": {
                    "link-template": "https://github.com/Automattic/jetpack-assets/compare/v${old}...v${new}"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "actions.php"
                ],
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Asset management utilities for Jetpack ecosystem packages",
            "support": {
                "source": "https://github.com/Automattic/jetpack-assets/tree/v4.3.21"
            },
            "install-path": "../../jetpack_vendor/automattic/jetpack-assets"
        },
        {
            "name": "automattic/jetpack-autoloader",
            "version": "v5.0.15",
            "version_normalized": "5.0.15.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Automattic/jetpack-autoloader.git",
                "reference": "d5263d6ffa91dc0d0d39b1df54de1e9bb2091364"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/d5263d6ffa91dc0d0d39b1df54de1e9bb2091364",
                "reference": "d5263d6ffa91dc0d0d39b1df54de1e9bb2091364",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^2.2",
                "php": ">=7.2"
            },
            "require-dev": {
                "automattic/jetpack-changelogger": "^6.0.12",
                "automattic/phpunit-select-config": "^1.0.3",
                "composer/composer": "^2.2",
                "yoast/phpunit-polyfills": "^4.0.0"
            },
            "time": "2025-12-15T11:22:11+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin",
                "autotagger": true,
                "mirror-repo": "Automattic/jetpack-autoloader",
                "branch-alias": {
                    "dev-trunk": "5.0.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/v5.0.15"
            },
            "install-path": "../automattic/jetpack-autoloader"
        },
        {
            "name": "automattic/jetpack-composer-plugin",
            "version": "v4.0.5",
            "version_normalized": "4.0.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Automattic/jetpack-composer-plugin.git",
                "reference": "e0a5ad3a32802ec156cb38c6280e2c12bfc63ffe"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Automattic/jetpack-composer-plugin/zipball/e0a5ad3a32802ec156cb38c6280e2c12bfc63ffe",
                "reference": "e0a5ad3a32802ec156cb38c6280e2c12bfc63ffe",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^2.2",
                "php": ">=7.2"
            },
            "require-dev": {
                "automattic/jetpack-changelogger": "^6.0.5",
                "automattic/phpunit-select-config": "^1.0.3",
                "composer/composer": "^2.2",
                "yoast/phpunit-polyfills": "^4.0.0"
            },
            "time": "2025-04-28T15:12:46+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Automattic\\Jetpack\\Composer\\Plugin",
                "autotagger": true,
                "mirror-repo": "Automattic/jetpack-composer-plugin",
                "branch-alias": {
                    "dev-trunk": "4.0.x-dev"
                },
                "changelogger": {
                    "link-template": "https://github.com/Automattic/jetpack-composer-plugin/compare/v${old}...v${new}"
                },
                "plugin-modifies-install-path": true
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "A custom installer plugin for Composer to move Jetpack packages out of `vendor/` so WordPress's translation infrastructure will find their strings.",
            "keywords": [
                "composer",
                "i18n",
                "jetpack",
                "plugin"
            ],
            "support": {
                "source": "https://github.com/Automattic/jetpack-composer-plugin/tree/v4.0.5"
            },
            "install-path": "../automattic/jetpack-composer-plugin"
        },
        {
            "name": "automattic/jetpack-constants",
            "version": "v3.0.8",
            "version_normalized": "3.0.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Automattic/jetpack-constants.git",
                "reference": "f9bf00ab48956b8326209e7c0baf247a0ed721c4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/f9bf00ab48956b8326209e7c0baf247a0ed721c4",
                "reference": "f9bf00ab48956b8326209e7c0baf247a0ed721c4",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "require-dev": {
                "automattic/jetpack-changelogger": "^6.0.5",
                "automattic/phpunit-select-config": "^1.0.3",
                "brain/monkey": "^2.6.2",
                "yoast/phpunit-polyfills": "^4.0.0"
            },
            "suggest": {
                "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
            },
            "time": "2025-04-28T15:12:45+00:00",
            "type": "jetpack-library",
            "extra": {
                "autotagger": true,
                "mirror-repo": "Automattic/jetpack-constants",
                "branch-alias": {
                    "dev-trunk": "3.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/v3.0.8"
            },
            "install-path": "../../jetpack_vendor/automattic/jetpack-constants"
        },
        {
            "name": "automattic/jetpack-status",
            "version": "v6.1.2",
            "version_normalized": "6.1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Automattic/jetpack-status.git",
                "reference": "1ccaefabcf9f609b2b55e07729ffcca1a749f485"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/1ccaefabcf9f609b2b55e07729ffcca1a749f485",
                "reference": "1ccaefabcf9f609b2b55e07729ffcca1a749f485",
                "shasum": ""
            },
            "require": {
                "automattic/jetpack-constants": "^3.0.8",
                "php": ">=7.2"
            },
            "require-dev": {
                "automattic/jetpack-changelogger": "^6.0.12",
                "automattic/jetpack-connection": "@dev",
                "automattic/jetpack-ip": "^0.4.10",
                "automattic/jetpack-plans": "@dev",
                "automattic/phpunit-select-config": "^1.0.3",
                "brain/monkey": "^2.6.2",
                "yoast/phpunit-polyfills": "^4.0.0"
            },
            "suggest": {
                "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
            },
            "time": "2025-12-15T11:22:14+00:00",
            "type": "jetpack-library",
            "extra": {
                "autotagger": true,
                "mirror-repo": "Automattic/jetpack-status",
                "branch-alias": {
                    "dev-trunk": "6.1.x-dev"
                },
                "changelogger": {
                    "link-template": "https://github.com/Automattic/jetpack-status/compare/v${old}...v${new}"
                },
                "dependencies": {
                    "test-only": [
                        "packages/connection",
                        "packages/plans"
                    ]
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Used to retrieve information about the current status of Jetpack and the site overall.",
            "support": {
                "source": "https://github.com/Automattic/jetpack-status/tree/v6.1.2"
            },
            "install-path": "../../jetpack_vendor/automattic/jetpack-status"
        },
        {
            "name": "automattic/woocommerce",
            "version": "3.1.0",
            "version_normalized": "3.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/woocommerce/wc-api-php.git",
                "reference": "d3b292f04c0b3b21dced691ebad8be073a83b4ad"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/woocommerce/wc-api-php/zipball/d3b292f04c0b3b21dced691ebad8be073a83b4ad",
                "reference": "d3b292f04c0b3b21dced691ebad8be073a83b4ad",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "php": ">= 7.1.0"
            },
            "require-dev": {
                "overtrue/phplint": "7.4.x-dev",
                "phpunit/phpunit": "^8",
                "squizlabs/php_codesniffer": "3.*"
            },
            "time": "2022-03-18T21:46:17+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Automattic\\WooCommerce\\": [
                        "src/WooCommerce"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Claudio Sanches",
                    "email": "claudio.sanches@automattic.com"
                }
            ],
            "description": "A PHP wrapper for the WooCommerce REST API",
            "keywords": [
                "api",
                "woocommerce"
            ],
            "support": {
                "issues": "https://github.com/woocommerce/wc-api-php/issues",
                "source": "https://github.com/woocommerce/wc-api-php/tree/3.1.0"
            },
            "install-path": "../automattic/woocommerce"
        },
        {
            "name": "dompdf/dompdf",
            "version": "v2.0.8",
            "version_normalized": "2.0.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dompdf/dompdf.git",
                "reference": "c20247574601700e1f7c8dab39310fca1964dc52"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dompdf/dompdf/zipball/c20247574601700e1f7c8dab39310fca1964dc52",
                "reference": "c20247574601700e1f7c8dab39310fca1964dc52",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-mbstring": "*",
                "masterminds/html5": "^2.0",
                "phenx/php-font-lib": ">=0.5.4 <1.0.0",
                "phenx/php-svg-lib": ">=0.5.2 <1.0.0",
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "ext-json": "*",
                "ext-zip": "*",
                "mockery/mockery": "^1.3",
                "phpunit/phpunit": "^7.5 || ^8 || ^9",
                "squizlabs/php_codesniffer": "^3.5"
            },
            "suggest": {
                "ext-gd": "Needed to process images",
                "ext-gmagick": "Improves image processing performance",
                "ext-imagick": "Improves image processing performance",
                "ext-zlib": "Needed for pdf stream compression"
            },
            "time": "2024-04-29T13:06:17+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Dompdf\\": "src/"
                },
                "classmap": [
                    "lib/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "The Dompdf Community",
                    "homepage": "https://github.com/dompdf/dompdf/blob/master/AUTHORS.md"
                }
            ],
            "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
            "homepage": "https://github.com/dompdf/dompdf",
            "support": {
                "issues": "https://github.com/dompdf/dompdf/issues",
                "source": "https://github.com/dompdf/dompdf/tree/v2.0.8"
            },
            "install-path": "../dompdf/dompdf"
        },
        {
            "name": "masterminds/html5",
            "version": "2.10.0",
            "version_normalized": "2.10.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Masterminds/html5-php.git",
                "reference": "fcf91eb64359852f00d921887b219479b4f21251"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/fcf91eb64359852f00d921887b219479b4f21251",
                "reference": "fcf91eb64359852f00d921887b219479b4f21251",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9"
            },
            "time": "2025-07-25T09:04:22+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Masterminds\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matt Butcher",
                    "email": "technosophos@gmail.com"
                },
                {
                    "name": "Matt Farina",
                    "email": "matt@mattfarina.com"
                },
                {
                    "name": "Asmir Mustafic",
                    "email": "goetas@gmail.com"
                }
            ],
            "description": "An HTML5 parser and serializer.",
            "homepage": "http://masterminds.github.io/html5-php",
            "keywords": [
                "HTML5",
                "dom",
                "html",
                "parser",
                "querypath",
                "serializer",
                "xml"
            ],
            "support": {
                "issues": "https://github.com/Masterminds/html5-php/issues",
                "source": "https://github.com/Masterminds/html5-php/tree/2.10.0"
            },
            "install-path": "../masterminds/html5"
        },
        {
            "name": "phenx/php-font-lib",
            "version": "0.5.6",
            "version_normalized": "0.5.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dompdf/php-font-lib.git",
                "reference": "a1681e9793040740a405ac5b189275059e2a9863"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/a1681e9793040740a405ac5b189275059e2a9863",
                "reference": "a1681e9793040740a405ac5b189275059e2a9863",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^3 || ^4 || ^5 || ^6"
            },
            "time": "2024-01-29T14:45:26+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "FontLib\\": "src/FontLib"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Fabien Ménager",
                    "email": "fabien.menager@gmail.com"
                }
            ],
            "description": "A library to read, parse, export and make subsets of different types of font files.",
            "homepage": "https://github.com/PhenX/php-font-lib",
            "support": {
                "issues": "https://github.com/dompdf/php-font-lib/issues",
                "source": "https://github.com/dompdf/php-font-lib/tree/0.5.6"
            },
            "install-path": "../phenx/php-font-lib"
        },
        {
            "name": "phenx/php-svg-lib",
            "version": "0.5.4",
            "version_normalized": "0.5.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dompdf/php-svg-lib.git",
                "reference": "46b25da81613a9cf43c83b2a8c2c1bdab27df691"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/46b25da81613a9cf43c83b2a8c2c1bdab27df691",
                "reference": "46b25da81613a9cf43c83b2a8c2c1bdab27df691",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": "^7.1 || ^8.0",
                "sabberworm/php-css-parser": "^8.4"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
            },
            "time": "2024-04-08T12:52:34+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Svg\\": "src/Svg"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Fabien Ménager",
                    "email": "fabien.menager@gmail.com"
                }
            ],
            "description": "A library to read, parse and export to PDF SVG files.",
            "homepage": "https://github.com/PhenX/php-svg-lib",
            "support": {
                "issues": "https://github.com/dompdf/php-svg-lib/issues",
                "source": "https://github.com/dompdf/php-svg-lib/tree/0.5.4"
            },
            "install-path": "../phenx/php-svg-lib"
        },
        {
            "name": "sabberworm/php-css-parser",
            "version": "v8.9.0",
            "version_normalized": "8.9.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/MyIntervals/PHP-CSS-Parser.git",
                "reference": "d8e916507b88e389e26d4ab03c904a082aa66bb9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/d8e916507b88e389e26d4ab03c904a082aa66bb9",
                "reference": "d8e916507b88e389e26d4ab03c904a082aa66bb9",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "php": "^5.6.20 || ^7.0.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "5.7.27 || 6.5.14 || 7.5.20 || 8.5.41",
                "rawr/cross-data-providers": "^2.0.0"
            },
            "suggest": {
                "ext-mbstring": "for parsing UTF-8 CSS"
            },
            "time": "2025-07-11T13:20:48+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "9.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Sabberworm\\CSS\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Raphael Schweikert"
                },
                {
                    "name": "Oliver Klee",
                    "email": "github@oliverklee.de"
                },
                {
                    "name": "Jake Hotson",
                    "email": "jake.github@qzdesign.co.uk"
                }
            ],
            "description": "Parser for CSS Files written in PHP",
            "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
            "keywords": [
                "css",
                "parser",
                "stylesheet"
            ],
            "support": {
                "issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues",
                "source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.9.0"
            },
            "install-path": "../sabberworm/php-css-parser"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
