{
    "packages": [
        {
            "name": "monolog/monolog",
            "version": "2.11.0",
            "version_normalized": "2.11.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/monolog.git",
                "reference": "37308608e599f34a1a4845b16440047ec98a172a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/37308608e599f34a1a4845b16440047ec98a172a",
                "reference": "37308608e599f34a1a4845b16440047ec98a172a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2",
                "psr/log": "^1.0.1 || ^2.0 || ^3.0"
            },
            "provide": {
                "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
            },
            "require-dev": {
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
                "doctrine/couchdb": "~1.0@dev",
                "elasticsearch/elasticsearch": "^7 || ^8",
                "ext-json": "*",
                "graylog2/gelf-php": "^1.4.2 || ^2@dev",
                "guzzlehttp/guzzle": "^7.4",
                "guzzlehttp/psr7": "^2.2",
                "mongodb/mongodb": "^1.8 || ^2.0",
                "php-amqplib/php-amqplib": "~2.4 || ^3",
                "phpspec/prophecy": "^1.15",
                "phpstan/phpstan": "^1.10",
                "phpunit/phpunit": "^8.5.38 || ^9.6.19",
                "predis/predis": "^1.1 || ^2.0",
                "rollbar/rollbar": "^1.3 || ^2 || ^3",
                "ruflin/elastica": "^7",
                "swiftmailer/swiftmailer": "^5.3|^6.0",
                "symfony/mailer": "^5.4 || ^6",
                "symfony/mime": "^5.4 || ^6"
            },
            "suggest": {
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
                "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
                "ext-mbstring": "Allow to work properly with unicode symbols",
                "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
                "ext-openssl": "Required to send log messages using SSL",
                "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
            },
            "time": "2026-01-01T13:05:00+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Monolog\\": "src/Monolog"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "https://seld.be"
                }
            ],
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
            "homepage": "https://github.com/Seldaek/monolog",
            "keywords": [
                "log",
                "logging",
                "psr-3"
            ],
            "support": {
                "issues": "https://github.com/Seldaek/monolog/issues",
                "source": "https://github.com/Seldaek/monolog/tree/2.11.0"
            },
            "funding": [
                {
                    "url": "https://github.com/Seldaek",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
                    "type": "tidelift"
                }
            ],
            "install-path": "../monolog/monolog"
        },
        {
            "name": "psr/container",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2017-02-14T16:28:37+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Container\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://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/master"
            },
            "install-path": "../psr/container"
        },
        {
            "name": "psr/log",
            "version": "1.1.4",
            "version_normalized": "1.1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2021-05-03T11:20:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "Psr/Log/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "support": {
                "source": "https://github.com/php-fig/log/tree/1.1.4"
            },
            "install-path": "../psr/log"
        },
        {
            "name": "wpdesk/ltv-dashboard-widget",
            "version": "1.5.9",
            "version_normalized": "1.5.9.0",
            "source": {
                "type": "git",
                "url": "git@gitlab.wpdesk.dev:wpdesk/library/ltv-dashboard-widget.git",
                "reference": "5f210da5b0ad7bdd17eafaf45e74eb8a2e4b0749"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.wpdesk.dev/api/v4/projects/847/packages/composer/archives/wpdesk/ltv-dashboard-widget.zip?sha=5f210da5b0ad7bdd17eafaf45e74eb8a2e4b0749",
                "reference": "5f210da5b0ad7bdd17eafaf45e74eb8a2e4b0749",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4"
            },
            "require-dev": {
                "10up/wp_mock": "*",
                "mockery/mockery": "*",
                "phpunit/phpunit": "^8",
                "squizlabs/php_codesniffer": "^3.0.2",
                "wimg/php-compatibility": "^8",
                "wp-coding-standards/wpcs": "^0.14.1"
            },
            "type": "library",
            "extra": {
                "po-files": {
                    "pl_PL": "wpdesk-ltv-dashboard-widget-pl_PL.po"
                },
                "text-domain": "wpdesk_ltv_dashboard_widget",
                "translations-folder": "lang"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WPDesk\\Dashboard\\": "src/"
                }
            },
            "scripts": {
                "phpcs": [
                    "phpcs"
                ],
                "phpunit-unit": [
                    "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never"
                ],
                "phpunit-unit-fast": [
                    "phpunit --configuration phpunit-unit.xml --no-coverage"
                ],
                "phpunit-integration": [
                    "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never"
                ],
                "phpunit-integration-fast": [
                    "phpunit --configuration phpunit-integration.xml --no-coverage"
                ]
            },
            "license": [
                "MIT"
            ],
            "description": "Library for displaying ltv widget in WordPress dashboard.",
            "keywords": [
                "admin",
                "notice",
                "wordpress"
            ],
            "install-path": "../wpdesk/ltv-dashboard-widget"
        },
        {
            "name": "wpdesk/wp-builder",
            "version": "2.1.2",
            "version_normalized": "2.1.2.0",
            "source": {
                "type": "git",
                "url": "https://gitlab.wpdesk.dev/wpdesk/wp-builder.git",
                "reference": "66c383153208b478e0fd9d80169001390914a064"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.wpdesk.dev/api/v4/projects/815/packages/composer/archives/wpdesk/wp-builder.zip?sha=66c383153208b478e0fd9d80169001390914a064",
                "reference": "66c383153208b478e0fd9d80169001390914a064",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4 || ^8"
            },
            "require-dev": {
                "10up/wp_mock": "^1",
                "phpunit/phpunit": "^9",
                "wpdesk/phpstan-rules": "^1",
                "wpdesk/wp-code-sniffer": "^1"
            },
            "type": "library",
            "extra": {
                "po-files": {
                    "pl_PL": "pl_PL.po"
                },
                "text-domain": "wpdesk-wp-builder",
                "translations-folder": "lang"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WPDesk\\PluginBuilder\\": "src/"
                },
                "classmap": [
                    "src/Plugin/WithoutNamespace"
                ]
            },
            "archive": {
                "exclude": [
                    "/tests"
                ]
            },
            "scripts": {
                "phpcs": [
                    "phpcs"
                ],
                "phpunit-unit": [
                    "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never"
                ],
                "phpunit-unit-fast": [
                    "phpunit --configuration phpunit-unit.xml --no-coverage"
                ],
                "phpunit-integration": [
                    "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never"
                ],
                "phpunit-integration-fast": [
                    "phpunit --configuration phpunit-integration.xml --no-coverage"
                ]
            },
            "authors": [
                {
                    "name": "Krzysiek",
                    "email": "krzysiek@wpdesk.pl"
                }
            ],
            "install-path": "../wpdesk/wp-builder"
        },
        {
            "name": "wpdesk/wp-forms",
            "version": "3.3.5",
            "version_normalized": "3.3.5.0",
            "source": {
                "type": "git",
                "url": "https://gitlab.wpdesk.dev/wpdesk/wp-forms.git",
                "reference": "1f4fdb2fc9bde7b73c3d5ad85355e64902f0cb94"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.wpdesk.dev/api/v4/projects/757/packages/composer/archives/wpdesk/wp-forms.zip?sha=1f4fdb2fc9bde7b73c3d5ad85355e64902f0cb94",
                "reference": "1f4fdb2fc9bde7b73c3d5ad85355e64902f0cb94",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "php": ">=7.4 || ^8",
                "wpdesk/wp-persistence": "^2.0|^3.0",
                "wpdesk/wp-view": "^2"
            },
            "require-dev": {
                "10up/wp_mock": "*",
                "phpunit/phpunit": "^9",
                "wpdesk/phpstan-rules": "^1",
                "wpdesk/wp-code-sniffer": "^1.2.3"
            },
            "type": "library",
            "extra": {
                "po-files": {
                    "de_DE": "de_DE.po",
                    "pl_PL": "pl_PL.po"
                },
                "text-domain": "wp-forms",
                "translations-folder": "lang"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WPDesk\\Forms\\": "src/"
                }
            },
            "scripts": {
                "phpcs": [
                    "phpcs"
                ],
                "phpcbf": [
                    "phpcbf src"
                ],
                "phpstan": [
                    "php -d memory_limit=1G vendor/bin/phpstan"
                ],
                "phpunit-unit": [
                    "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never"
                ],
                "phpunit-unit-fast": [
                    "phpunit --configuration phpunit-unit.xml --no-coverage"
                ],
                "phpunit-integration": [
                    "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never"
                ],
                "phpunit-integration-fast": [
                    "phpunit --configuration phpunit-integration.xml --no-coverage"
                ]
            },
            "authors": [
                {
                    "name": "Marcin",
                    "email": "marcin@wpdesk.pl"
                },
                {
                    "name": "Krzysiek",
                    "email": "krzysiek@wpdesk.pl"
                },
                {
                    "name": "Piotr Potrebka",
                    "email": "piotr.potrebka@wpdesk.pl"
                }
            ],
            "description": "WP Forms",
            "install-path": "../wpdesk/wp-forms"
        },
        {
            "name": "wpdesk/wp-logs",
            "version": "1.13.2",
            "version_normalized": "1.13.2.0",
            "source": {
                "type": "git",
                "url": "https://gitlab.wpdesk.dev/wpdesk/wp-logs.git",
                "reference": "606f00bc8cab463fc702bcbe1f0ace16b6e66263"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.wpdesk.dev/api/v4/projects/798/packages/composer/archives/wpdesk/wp-logs.zip?sha=606f00bc8cab463fc702bcbe1f0ace16b6e66263",
                "reference": "606f00bc8cab463fc702bcbe1f0ace16b6e66263",
                "shasum": ""
            },
            "require": {
                "monolog/monolog": "^2.9.1",
                "php": ">=7.4|^8",
                "psr/log": "^1",
                "wpdesk/wp-notice": "^3.0"
            },
            "require-dev": {
                "10up/wp_mock": "^1.0",
                "phpunit/phpunit": "^5|^6|^7|^8|^9",
                "squizlabs/php_codesniffer": "^3.0.2",
                "wpdesk/wp-code-sniffer": "^1.2.3"
            },
            "type": "library",
            "extra": {
                "po-files": {
                    "de_DE": "de_DE.po",
                    "en_AU": "en_AU.po",
                    "en_CA": "en_CA.po",
                    "en_GB": "en_GB.po",
                    "es_ES": "es_ES.po",
                    "pl_PL": "pl_PL.po"
                },
                "text-domain": "wp-logs",
                "translations-folder": "lang"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WPDesk\\Logger\\": "src/"
                }
            },
            "scripts": {
                "phpunit-unit": [
                    "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never"
                ],
                "phpunit-unit-fast": [
                    "phpunit --configuration phpunit-unit.xml --no-coverage"
                ],
                "phpunit-integration": [
                    "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never"
                ],
                "phpunit-integration-fast": [
                    "phpunit --configuration phpunit-integration.xml --no-coverage"
                ]
            },
            "authors": [
                {
                    "name": "Krzysiek",
                    "email": "krzysiek@wpdesk.pl"
                }
            ],
            "install-path": "../wpdesk/wp-logs"
        },
        {
            "name": "wpdesk/wp-notice",
            "version": "3.2.4",
            "version_normalized": "3.2.4.0",
            "source": {
                "type": "git",
                "url": "https://gitlab.wpdesk.dev/wpdesk/wp-notice.git",
                "reference": "d01635f1a36769a3fbcbad78af824e7f633a1e45"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.wpdesk.dev/api/v4/projects/801/packages/composer/archives/wpdesk/wp-notice.zip?sha=d01635f1a36769a3fbcbad78af824e7f633a1e45",
                "reference": "d01635f1a36769a3fbcbad78af824e7f633a1e45",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.8",
                "wpdesk/wp-builder": "^1.0|^2.0"
            },
            "require-dev": {
                "10up/wp_mock": "*",
                "mockery/mockery": "*",
                "squizlabs/php_codesniffer": "^3.0.2",
                "wimg/php-compatibility": "^8",
                "wp-coding-standards/wpcs": "^0.14.1",
                "wpdesk/wp-codeception": "^2.7"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/WPDesk/notice-functions.php"
                ],
                "psr-4": {
                    "WPDesk\\Notice\\": "src/WPDesk/Notice/"
                }
            },
            "scripts": {
                "phpcs": [
                    "phpcs"
                ],
                "phpunit-unit": [
                    "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never"
                ],
                "phpunit-unit-fast": [
                    "phpunit --configuration phpunit-unit.xml --no-coverage"
                ],
                "phpunit-integration": [
                    "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never"
                ],
                "phpunit-integration-fast": [
                    "phpunit --configuration phpunit-integration.xml --no-coverage"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "grola",
                    "email": "grola@wpdesk.net"
                }
            ],
            "description": "Library for displaying Wordpress notices.",
            "homepage": "https://gitlab.com/wpdesk/wp-notice",
            "keywords": [
                "admin",
                "notice",
                "wordpress"
            ],
            "install-path": "../wpdesk/wp-notice"
        },
        {
            "name": "wpdesk/wp-persistence",
            "version": "3.0.2",
            "version_normalized": "3.0.2.0",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/wpdesk/library/wp-persistence.git",
                "reference": "8c12bdafcc128d78977fcb5dee60c859cf5263cb"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/wpdesk%2Flibrary%2Fwp-persistence/repository/archive.zip?sha=8c12bdafcc128d78977fcb5dee60c859cf5263cb",
                "reference": "8c12bdafcc128d78977fcb5dee60c859cf5263cb",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0",
                "psr/container": "~1.0.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6",
                "squizlabs/php_codesniffer": "^3.0.2",
                "wimg/php-compatibility": "^8",
                "wp-coding-standards/wpcs": "^0.14.1",
                "wpdesk/wp-wpdesk-composer": "^2.6"
            },
            "time": "2022-04-09T12:21:54+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WPDesk\\Persistence\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "authors": [
                {
                    "name": "Krzysiek",
                    "email": "krzysiek@wpdesk.pl"
                }
            ],
            "support": {
                "issues": "https://gitlab.com/wpdesk/library/wp-persistence/-/issues",
                "source": "https://gitlab.com/wpdesk/library/wp-persistence/-/tree/3.0.2"
            },
            "install-path": "../wpdesk/wp-persistence"
        },
        {
            "name": "wpdesk/wp-view",
            "version": "2.1.3",
            "version_normalized": "2.1.3.0",
            "source": {
                "type": "git",
                "url": "https://gitlab.wpdesk.dev/wpdesk/wp-view",
                "reference": "cc24257506d2d084ca4db1b34238154228759cef"
            },
            "require": {
                "php": ">=7.4 | ^8"
            },
            "require-dev": {
                "10up/wp_mock": "*",
                "mockery/mockery": "*",
                "phpunit/phpunit": "^7||^8||^9",
                "wpdesk/phpstan-rules": "^1.1",
                "wpdesk/wp-code-sniffer": "^1"
            },
            "time": "2026-01-07T11:28:32+00:00",
            "type": "library",
            "installation-source": "source",
            "autoload": {
                "psr-4": {
                    "WPDesk\\View\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "WP Desk",
                    "role": "Owner"
                },
                {
                    "name": "Krzysiek",
                    "email": "krzysiek@wpdesk.pl"
                }
            ],
            "install-path": "../wpdesk/wp-view"
        },
        {
            "name": "wpdesk/wp-wpdesk-helper-override",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/wpdesk/wp-wpdesk-helper-override.git",
                "reference": "77844fc71da7ebb7645f10f0fc15f5294fed8542"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-wpdesk-helper-override/repository/archive.zip?sha=77844fc71da7ebb7645f10f0fc15f5294fed8542",
                "reference": "77844fc71da7ebb7645f10f0fc15f5294fed8542",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "phpunit/phpunit": "<7"
            },
            "time": "2019-08-13T07:33:46+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "authors": [
                {
                    "name": "Krzysiek",
                    "email": "krzysiek@wpdesk.pl"
                }
            ],
            "install-path": "../wpdesk/wp-wpdesk-helper-override"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
