{
    "packages": [
        {
            "name": "freemius/wordpress-sdk",
            "version": "2.13.0",
            "version_normalized": "2.13.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Freemius/wordpress-sdk.git",
                "reference": "3cbe98b5bd0b0fb5ca4df97b8088592737ea4375"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Freemius/wordpress-sdk/zipball/3cbe98b5bd0b0fb5ca4df97b8088592737ea4375",
                "reference": "3cbe98b5bd0b0fb5ca4df97b8088592737ea4375",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                "phpcompatibility/php-compatibility": "^9.3",
                "phpcompatibility/phpcompatibility-wp": "^2.1",
                "phpstan/extension-installer": "^1.3",
                "squizlabs/php_codesniffer": "^3.7",
                "szepeviktor/phpstan-wordpress": "^1.3",
                "wp-coding-standards/wpcs": "^2.3"
            },
            "time": "2025-11-11T07:52:08+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "start.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-only"
            ],
            "description": "Freemius WordPress SDK",
            "homepage": "https://freemius.com",
            "keywords": [
                "freemius",
                "plugin",
                "sdk",
                "theme",
                "wordpress",
                "wordpress-plugin",
                "wordpress-theme"
            ],
            "support": {
                "issues": "https://github.com/Freemius/wordpress-sdk/issues",
                "source": "https://github.com/Freemius/wordpress-sdk/tree/2.13.0"
            },
            "install-path": "../freemius/wordpress-sdk"
        },
        {
            "name": "hassankhan/config",
            "version": "3.2.0",
            "version_normalized": "3.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/hassankhan/config.git",
                "reference": "cf63da451c4d226df983017932b9cef1b6d49db5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hassankhan/config/zipball/cf63da451c4d226df983017932b9cef1b6d49db5",
                "reference": "cf63da451c4d226df983017932b9cef1b6d49db5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.5",
                "scrutinizer/ocular": "^1.9",
                "squizlabs/php_codesniffer": "^3.6",
                "symfony/yaml": "^5.4"
            },
            "suggest": {
                "symfony/yaml": "^5.4"
            },
            "time": "2024-12-09T16:20:44+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Noodlehaus\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Hassan Khan",
                    "homepage": "http://hassankhan.me/",
                    "role": "Developer"
                }
            ],
            "description": "Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files",
            "homepage": "http://hassankhan.me/config/",
            "keywords": [
                "config",
                "configuration",
                "ini",
                "json",
                "microphp",
                "unframework",
                "xml",
                "yaml",
                "yml"
            ],
            "support": {
                "issues": "https://github.com/hassankhan/config/issues",
                "source": "https://github.com/hassankhan/config/tree/3.2.0"
            },
            "install-path": "../hassankhan/config"
        },
        {
            "name": "saltus/framework",
            "version": "dev-dev",
            "version_normalized": "dev-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/SaltusDev/saltus-framework.git",
                "reference": "58b59d301573258c56e2b903b7436f75ed12a860"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/SaltusDev/saltus-framework/zipball/58b59d301573258c56e2b903b7436f75ed12a860",
                "reference": "58b59d301573258c56e2b903b7436f75ed12a860",
                "shasum": ""
            },
            "require": {
                "hassankhan/config": "^3.2.0",
                "php": ">=7.2"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                "digitalrevolution/php-codesniffer-baseline": "^1.1.2",
                "php-stubs/woocommerce-stubs": "^9.2",
                "php-stubs/wordpress-stubs": "^6.7",
                "phpcompatibility/phpcompatibility-wp": "*",
                "phpstan/extension-installer": "^1.3",
                "phpunit/phpunit": "^12.0",
                "squizlabs/php_codesniffer": "^3.7",
                "szepeviktor/phpstan-wordpress": "^2.1",
                "wp-coding-standards/wpcs": "^3.1",
                "yoast/phpunit-polyfills": "^4.0"
            },
            "time": "2025-09-23T14:32:55+00:00",
            "type": "project",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Saltus\\WP\\Framework\\": "src/"
                },
                "classmap": [
                    "lib/codestar-framework/"
                ]
            },
            "autoload-dev": {
                "psr-4": {
                    "Saltus\\WP\\Framework\\Tests\\": "tests/"
                }
            },
            "scripts": {
                "test": [
                    "./vendor/bin/phpunit -c phpunit.xml"
                ],
                "phpstan": [
                    "./vendor/bin/phpstan analyse --memory-limit=2G"
                ],
                "phpcs": [
                    "./vendor/bin/phpcs --standard=phpcs.xml"
                ]
            },
            "license": [
                "GPL-3.0-only"
            ],
            "authors": [
                {
                    "name": "Saltus Plugin Framework",
                    "email": "web@saltus.io",
                    "homepage": "https://saltus.io/"
                }
            ],
            "homepage": "https://saltus.io/",
            "keywords": [
                "composer",
                "vagrant",
                "wordpress",
                "wp"
            ],
            "support": {
                "source": "https://github.com/SaltusDev/saltus-framework/tree/dev",
                "issues": "https://github.com/SaltusDev/saltus-framework/issues"
            },
            "install-path": "../saltus/framework"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
