{
    "packages": [
        {
            "name": "wpsyntex/polylang",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/polylang/polylang.git",
                "reference": "86992faee7a54a4b542fa390367d66d1120734d5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/polylang/polylang/zipball/86992faee7a54a4b542fa390367d66d1120734d5",
                "reference": "86992faee7a54a4b542fa390367d66d1120734d5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4"
            },
            "require-dev": {
                "automattic/vipwpcs": "*",
                "dealerdirect/phpcodesniffer-composer-installer": "*",
                "phpcompatibility/phpcompatibility-wp": "^3",
                "rector/rector": "^2",
                "wp-coding-standards/wpcs": "^3",
                "wpsyntex/object-cache-annihilator": "dev-master",
                "wpsyntex/polylang-phpstan": "^2.0",
                "wpsyntex/wp-phpunit": "dev-master",
                "yoast/wp-test-utils": "^1.0.0"
            },
            "time": "2026-03-19T10:41:31+00:00",
            "default-branch": true,
            "type": "wordpress-plugin",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Syntex\\Polylang\\Script\\": "bin/"
                },
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-or-later"
            ],
            "description": "Making WordPress multilingual.",
            "homepage": "https://polylang.pro",
            "support": {
                "issues": "https://github.com/polylang/polylang/issues",
                "source": "https://github.com/polylang/polylang/tree/master"
            },
            "install-path": "../wpsyntex/polylang"
        },
        {
            "name": "wpsyntex/updater",
            "version": "1.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "git@github.com:polylang/updater.git",
                "reference": "116ba24b44bc5661991385df372480e07c4a6d5a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/polylang/updater/zipball/116ba24b44bc5661991385df372480e07c4a6d5a",
                "reference": "116ba24b44bc5661991385df372480e07c4a6d5a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "require-dev": {
                "automattic/vipwpcs": "*",
                "composer/composer": "*",
                "dealerdirect/phpcodesniffer-composer-installer": "*",
                "phpcompatibility/phpcompatibility-wp": "*",
                "rector/rector": "^1.1",
                "wp-coding-standards/wpcs": "*",
                "wpsyntex/polylang-phpstan": "^1.2",
                "wpsyntex/polylang-stubs": "dev-master",
                "wpsyntex/wp-phpunit": "dev-master",
                "yoast/wp-test-utils": "^1.0.0"
            },
            "time": "2026-02-12T16:15:20+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Syntex\\Lib\\": "lib/"
                }
            },
            "autoload-dev": {
                "classmap": [
                    "tests/phpunit"
                ],
                "psr-4": {
                    "UPDATER_NAMESPACE\\": "src/"
                }
            },
            "scripts": {
                "install-suite": [
                    "bash vendor/wpsyntex/wp-phpunit/bin/install-wp-suite.sh"
                ],
                "install-suite-with-db": [
                    "bash vendor/wpsyntex/wp-phpunit/bin/install-wp-suite.sh latest true"
                ],
                "install-tests": [
                    "@install-suite"
                ],
                "install-tests-with-db": [
                    "@install-suite-with-db"
                ],
                "test": [
                    "vendor/bin/phpunit"
                ],
                "cs": [
                    "vendor/bin/phpcs"
                ],
                "stan": [
                    "vendor/bin/phpstan analyze --memory-limit=512M"
                ],
                "rector-dry": [
                    "vendor/bin/rector process --dry-run"
                ],
                "lint": [
                    "@cs",
                    "@stan",
                    "@rector-dry"
                ],
                "rector": [
                    "vendor/bin/rector process"
                ]
            },
            "license": [
                "GPL-3.0-or-later"
            ],
            "description": "Library to manage licenses and update plugins and translations",
            "homepage": "https://polylang.pro",
            "support": {
                "source": "https://github.com/polylang/updater/tree/1.0"
            },
            "install-path": "../wpsyntex/updater"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
