{
    "packages": [
        {
            "name": "goodwp/admin",
            "version": "0.7.0",
            "version_normalized": "0.7.0.0",
            "source": {
                "type": "git",
                "url": "git@github.com:goodwp/admin.git",
                "reference": "0bde4f6f3925f050e447b11477f9330798cd1c83"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/goodwp/admin/zipball/0bde4f6f3925f050e447b11477f9330798cd1c83",
                "reference": "0bde4f6f3925f050e447b11477f9330798cd1c83",
                "shasum": ""
            },
            "require": {
                "goodwp/common": " ~0.8.0",
                "php": "^8.1"
            },
            "require-dev": {
                "automattic/vipwpcs": "^3.0",
                "johnbillion/wp-compat": "^1.0",
                "phpcompatibility/phpcompatibility-wp": "^2.1",
                "phpstan/phpstan": "^2.1",
                "roots/wordpress-no-content": "^6.6",
                "squizlabs/php_codesniffer": "^3.11",
                "szepeviktor/phpstan-wordpress": "^2.0",
                "wp-coding-standards/wpcs": "^3.1"
            },
            "time": "2025-03-21T10:57:17+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GoodWP\\Admin\\": "lib/"
                }
            },
            "archive": {
                "exclude": [
                    "/example"
                ]
            },
            "scripts": {
                "lint": [
                    "find . -name '*.php' -not -path './vendor/*' -exec php -l '{}' \\;"
                ],
                "phpcs": [
                    "phpcs -s --standard=phpcs.xml"
                ],
                "phpcbf": [
                    "phpcbf --standard=phpcs.xml"
                ],
                "phpstan": [
                    "phpstan analyze"
                ]
            },
            "license": [
                "GPLv3 or later"
            ],
            "authors": [
                {
                    "name": "GoodWP",
                    "email": "info@goodwp.io"
                }
            ],
            "description": "Admin library for GoodWP WordPress plugins",
            "support": {
                "source": "https://github.com/goodwp/admin/tree/v0.7.0",
                "issues": "https://github.com/goodwp/admin/issues"
            },
            "install-path": "../goodwp/admin"
        },
        {
            "name": "goodwp/common",
            "version": "0.8.0",
            "version_normalized": "0.8.0.0",
            "source": {
                "type": "git",
                "url": "git@github.com:goodwp/common.git",
                "reference": "0829380a8f40eb96fdc3a6fc9116b89cc82e131e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/goodwp/common/zipball/0829380a8f40eb96fdc3a6fc9116b89cc82e131e",
                "reference": "0829380a8f40eb96fdc3a6fc9116b89cc82e131e",
                "shasum": ""
            },
            "require": {
                "lucatume/di52": "^3.3",
                "php": "^8.1"
            },
            "require-dev": {
                "automattic/vipwpcs": "^3.0",
                "johnbillion/wp-compat": "^1.0",
                "phpcompatibility/phpcompatibility-wp": "^2.1",
                "phpstan/phpstan": "^2.1",
                "roots/wordpress-no-content": "^6.6",
                "squizlabs/php_codesniffer": "^3.11",
                "szepeviktor/phpstan-wordpress": "^2.0",
                "wp-coding-standards/wpcs": "^3.1"
            },
            "time": "2025-03-21T10:52:36+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GoodWP\\Common\\": "lib/"
                },
                "files": []
            },
            "archive": {
                "exclude": [
                    "/example"
                ]
            },
            "scripts": {
                "lint": [
                    "find . -name '*.php' -not -path './vendor/*' -exec php -l '{}' \\;"
                ],
                "phpcs": [
                    "phpcs -s --standard=phpcs.xml"
                ],
                "phpcbf": [
                    "phpcbf --standard=phpcs.xml"
                ],
                "phpstan": [
                    "phpstan analyze"
                ]
            },
            "license": [
                "GPL-v3-or-later"
            ],
            "authors": [
                {
                    "name": "GoodWP",
                    "email": "info@goodwp.io"
                }
            ],
            "description": "Common library for GoodWP WordPress plugins",
            "support": {
                "source": "https://github.com/goodwp/common/tree/v0.8.0",
                "issues": "https://github.com/goodwp/common/issues"
            },
            "install-path": "../goodwp/common"
        },
        {
            "name": "lucatume/di52",
            "version": "3.3.7",
            "version_normalized": "3.3.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/lucatume/di52.git",
                "reference": "76c0c2ad0422ce595e2e38138456f3475888e32c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/lucatume/di52/zipball/76c0c2ad0422ce595e2e38138456f3475888e32c",
                "reference": "76c0c2ad0422ce595e2e38138456f3475888e32c",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=5.6",
                "psr/container": "^1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "<10.0"
            },
            "time": "2024-04-26T14:46:26+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "lucatume\\DI52\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "Luca Tumedei",
                    "email": "luca@theaveragedev.com"
                }
            ],
            "description": "A PHP 5.6 compatible dependency injection container.",
            "support": {
                "issues": "https://github.com/lucatume/di52/issues",
                "source": "https://github.com/lucatume/di52/tree/3.3.7"
            },
            "install-path": "../lucatume/di52"
        },
        {
            "name": "psr/container",
            "version": "1.1.2",
            "version_normalized": "1.1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.0"
            },
            "time": "2021-11-05T16:50:12+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Container\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common Container Interface (PHP FIG PSR-11)",
            "homepage": "https://github.com/php-fig/container",
            "keywords": [
                "PSR-11",
                "container",
                "container-interface",
                "container-interop",
                "psr"
            ],
            "support": {
                "issues": "https://github.com/php-fig/container/issues",
                "source": "https://github.com/php-fig/container/tree/1.1.2"
            },
            "install-path": "../psr/container"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
