{
    "packages": [
        {
            "name": "brainstormforce/astra-notices",
            "version": "1.1.14",
            "version_normalized": "1.1.14.0",
            "source": {
                "type": "git",
                "url": "https://github.com/brainstormforce/astra-notices.git",
                "reference": "0b28968693e979a3a7920bc527d1d56e9b7953f5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/brainstormforce/astra-notices/zipball/0b28968693e979a3a7920bc527d1d56e9b7953f5",
                "reference": "0b28968693e979a3a7920bc527d1d56e9b7953f5",
                "shasum": ""
            },
            "require": {
                "composer/installers": "^2.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
                "phpcompatibility/phpcompatibility-wp": "2.1.4",
                "phpunit/phpunit": "^9.0",
                "roots/wordpress": "^6.0",
                "wp-cli/dist-archive-command": "^2.0",
                "wp-coding-standards/wpcs": "^3.0",
                "wp-phpunit/wp-phpunit": "^6.0",
                "yoast/phpunit-polyfills": "^1.0"
            },
            "time": "2025-03-17T06:09:37+00:00",
            "type": "wordpress-plugin",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Brainstorm Force",
                    "email": "hello@bsf.io"
                }
            ],
            "description": "Easily create admin notices",
            "support": {
                "issues": "https://github.com/brainstormforce/astra-notices/issues",
                "source": "https://github.com/brainstormforce/astra-notices/tree/1.1.14"
            },
            "install-path": "../brainstormforce/astra-notices"
        },
        {
            "name": "brainstormforce/bsf-analytics",
            "version": "1.1.17",
            "version_normalized": "1.1.17.0",
            "source": {
                "type": "git",
                "url": "git@github.com:brainstormforce/bsf-analytics.git",
                "reference": "283ad3198224d671ab427c1fbd3ff894480e628e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/brainstormforce/bsf-analytics/zipball/283ad3198224d671ab427c1fbd3ff894480e628e",
                "reference": "283ad3198224d671ab427c1fbd3ff894480e628e",
                "shasum": ""
            },
            "require-dev": {
                "brainmaestro/composer-git-hooks": "^2.6",
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                "phpcompatibility/phpcompatibility-wp": "2.1.0",
                "wp-coding-standards/wpcs": "2.2.1"
            },
            "time": "2026-01-29T06:12:17+00:00",
            "type": "wordpress-plugin",
            "extra": {
                "hooks": {
                    "pre-commit": [
                        "echo committing as $(git config user.name)",
                        "sh bin/block-commits-with-merge-conflict.sh"
                    ]
                }
            },
            "installation-source": "dist",
            "scripts": {
                "format": [
                    "phpcbf --standard=phpcs.xml.dist --report-summary --report-source"
                ],
                "lint": [
                    "phpcs --standard=phpcs.xml.dist --report-summary --report-source"
                ],
                "post-install-cmd": [
                    "vendor/bin/cghooks add --ignore-lock"
                ],
                "post-update-cmd": [
                    "vendor/bin/cghooks update"
                ]
            },
            "description": "Library to gather non sensitive analytics data to enhance bsf products.",
            "support": {
                "source": "https://github.com/brainstormforce/bsf-analytics/tree/1.1.17",
                "issues": "https://github.com/brainstormforce/bsf-analytics/issues"
            },
            "install-path": "../../inc/lib/bsf-analytics"
        },
        {
            "name": "brainstormforce/nps-survey",
            "version": "1.0.21",
            "version_normalized": "1.0.21.0",
            "source": {
                "type": "git",
                "url": "git@github.com:brainstormforce/nps-survey.git",
                "reference": "5a20f0a05e3ecd11a611e49ff27145932a924a52"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/brainstormforce/nps-survey/zipball/5a20f0a05e3ecd11a611e49ff27145932a924a52",
                "reference": "5a20f0a05e3ecd11a611e49ff27145932a924a52",
                "shasum": ""
            },
            "require-dev": {
                "automattic/vipwpcs": "^2.3",
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
                "nunomaduro/phpinsights": "^2.10",
                "php-stubs/generator": "^0.8.2",
                "php-stubs/wordpress-stubs": "^6.1",
                "phpcompatibility/php-compatibility": "^9.3",
                "phpstan/phpstan": "^1.9",
                "squizlabs/php_codesniffer": "^3.5",
                "szepeviktor/phpstan-wordpress": "^1.1",
                "wp-coding-standards/wpcs": "^2.2"
            },
            "time": "2026-03-24T05:29:05+00:00",
            "type": "wordpress-plugin",
            "installation-source": "dist",
            "scripts": {
                "format": [
                    "vendor/bin/phpcbf"
                ],
                "lint": [
                    "vendor/bin/phpcs"
                ],
                "test": [
                    "vendor/bin/phpunit"
                ],
                "phpstan": [
                    "vendor/bin/phpstan --memory-limit=2048M analyse"
                ],
                "insights": [
                    "./vendor/bin/phpinsights analyse -v --no-interaction"
                ],
                "insights:fix": [
                    "./vendor/bin/phpinsights analyse --fix --no-interaction"
                ],
                "gen-stubs": [
                    "vendor/bin/generate-stubs artifact/phpstan/nps-survey/ --out=tests/php/stubs/nps-survey-stubs.php && rm -rf artifact/phpstan"
                ],
                "update-stubs": [
                    "rm -f tests/php/stubs/nps-survey-stubs.php && bash bin/build-folder-phpstan.sh && composer gen-stubs"
                ]
            },
            "description": "NPS Survey Plugin",
            "support": {
                "source": "https://github.com/brainstormforce/nps-survey/tree/1.0.21",
                "issues": "https://github.com/brainstormforce/nps-survey/issues"
            },
            "install-path": "../../inc/lib/nps-survey"
        },
        {
            "name": "composer/installers",
            "version": "v2.3.0",
            "version_normalized": "2.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/installers.git",
                "reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/installers/zipball/12fb2dfe5e16183de69e784a7b84046c43d97e8e",
                "reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0",
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "composer/composer": "^1.10.27 || ^2.7",
                "composer/semver": "^1.7.2 || ^3.4.0",
                "phpstan/phpstan": "^1.11",
                "phpstan/phpstan-phpunit": "^1",
                "symfony/phpunit-bridge": "^7.1.1",
                "symfony/process": "^5 || ^6 || ^7"
            },
            "time": "2024-06-24T20:46:46+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Composer\\Installers\\Plugin",
                "branch-alias": {
                    "dev-main": "2.x-dev"
                },
                "plugin-modifies-install-path": true
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Composer\\Installers\\": "src/Composer/Installers"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kyle Robinson Young",
                    "email": "kyle@dontkry.com",
                    "homepage": "https://github.com/shama"
                }
            ],
            "description": "A multi-framework Composer library installer",
            "homepage": "https://composer.github.io/installers/",
            "keywords": [
                "Dolibarr",
                "Eliasis",
                "Hurad",
                "ImageCMS",
                "Kanboard",
                "Lan Management System",
                "MODX Evo",
                "MantisBT",
                "Mautic",
                "Maya",
                "OXID",
                "Plentymarkets",
                "Porto",
                "RadPHP",
                "SMF",
                "Starbug",
                "Thelia",
                "Whmcs",
                "WolfCMS",
                "agl",
                "annotatecms",
                "attogram",
                "bitrix",
                "cakephp",
                "chef",
                "cockpit",
                "codeigniter",
                "concrete5",
                "concreteCMS",
                "croogo",
                "dokuwiki",
                "drupal",
                "eZ Platform",
                "elgg",
                "expressionengine",
                "fuelphp",
                "grav",
                "installer",
                "itop",
                "known",
                "kohana",
                "laravel",
                "lavalite",
                "lithium",
                "magento",
                "majima",
                "mako",
                "matomo",
                "mediawiki",
                "miaoxing",
                "modulework",
                "modx",
                "moodle",
                "osclass",
                "pantheon",
                "phpbb",
                "piwik",
                "ppi",
                "processwire",
                "puppet",
                "pxcms",
                "reindex",
                "roundcube",
                "shopware",
                "silverstripe",
                "sydes",
                "sylius",
                "tastyigniter",
                "wordpress",
                "yawik",
                "zend",
                "zikula"
            ],
            "support": {
                "issues": "https://github.com/composer/installers/issues",
                "source": "https://github.com/composer/installers/tree/v2.3.0"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "install-path": "./installers"
        },
        {
            "name": "level-2/dice",
            "version": "4.0.4",
            "version_normalized": "4.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Level-2/Dice.git",
                "reference": "e04c98d96bcc932a917b2b7e7944887e4839056a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Level-2/Dice/zipball/e04c98d96bcc932a917b2b7e7944887e4839056a",
                "reference": "e04c98d96bcc932a917b2b7e7944887e4839056a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.5"
            },
            "time": "2022-03-28T21:20:23+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Dice\\": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Tom Butler",
                    "email": "tom@r.je"
                }
            ],
            "description": "A minimalist Dependency injection container (DIC) for PHP. Please note: 3.0+ is only compatible with PHP 7.0. The 2.0 branch is compatbile with PHP 5.6.",
            "homepage": "http://r.je/dice.html",
            "keywords": [
                "dependency injection",
                "dependency injection container",
                "di",
                "ioc"
            ],
            "support": {
                "issues": "https://github.com/Level-2/Dice/issues",
                "source": "https://github.com/Level-2/Dice/tree/4.0.4"
            },
            "install-path": "../level-2/dice"
        },
        {
            "name": "mundschenk-at/check-wp-requirements",
            "version": "v2.1.1",
            "version_normalized": "2.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mundschenk-at/check-wp-requirements.git",
                "reference": "7f7452fb86ce3f3208c926bd3ffd8f7e2a0b45d7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mundschenk-at/check-wp-requirements/zipball/7f7452fb86ce3f3208c926bd3ffd8f7e2a0b45d7",
                "reference": "7f7452fb86ce3f3208c926bd3ffd8f7e2a0b45d7",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.0"
            },
            "require-dev": {
                "brain/monkey": "^2.2",
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                "mikey179/vfsstream": "~1",
                "phpcompatibility/php-compatibility": "^9.0",
                "phpstan/extension-installer": "^1.2",
                "phpstan/phpstan": "^2",
                "phpstan/phpstan-mockery": "^2.0",
                "phpstan/phpstan-phpunit": "^2",
                "phpunit/phpunit": "5.*||6.*||7.*||8.*||9.*",
                "shish/safe": "^2",
                "squizlabs/php_codesniffer": "^3.4",
                "szepeviktor/phpstan-wordpress": "^2.0.0-rc.2",
                "wp-coding-standards/wpcs": "^3",
                "yoast/phpunit-polyfills": "1.*||2.*||3.*"
            },
            "time": "2025-02-23T15:44:17+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Peter Putzer",
                    "email": "github@mundschenk.at",
                    "homepage": "https://code.mundschenk.at",
                    "role": "Developer"
                }
            ],
            "description": "A class to allow WordPress plugins to check certain runtime requirements before activation.",
            "support": {
                "issues": "https://github.com/mundschenk-at/check-wp-requirements/issues",
                "source": "https://github.com/mundschenk-at/check-wp-requirements/tree/v2.1.1"
            },
            "install-path": "../mundschenk-at/check-wp-requirements"
        },
        {
            "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"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
