{
    "packages": [
        {
            "name": "adbario\/php-dot-notation",
            "version": "3.5.0",
            "version_normalized": "3.5.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/adbario\/php-dot-notation.git",
                "reference": "aa09db5a7a365a8d2d8dd7edfa3cd501d1a8acb0"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/adbario\/php-dot-notation\/zipball\/aa09db5a7a365a8d2d8dd7edfa3cd501d1a8acb0",
                "reference": "aa09db5a7a365a8d2d8dd7edfa3cd501d1a8acb0",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "phpstan\/phpstan": "^2.1",
                "phpunit\/phpunit": "^9.5",
                "squizlabs\/php_codesniffer": "^3.7"
            },
            "time": "2026-04-04T04:29:49+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/helpers.php"
                ],
                "psr-4": {
                    "SFFV\\Adbar\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Riku S\u00e4rkinen",
                    "email": "riku@adbar.io"
                }
            ],
            "description": "PHP dot notation access to arrays",
            "homepage": "https:\/\/github.com\/adbario\/php-dot-notation",
            "keywords": [
                "ArrayAccess",
                "dotnotation"
            ],
            "support": {
                "issues": "https:\/\/github.com\/adbario\/php-dot-notation\/issues",
                "source": "https:\/\/github.com\/adbario\/php-dot-notation\/tree\/3.5.0"
            },
            "install-path": "..\/adbario\/php-dot-notation"
        },
        {
            "name": "jaybizzle\/crawler-detect",
            "version": "v1.4.1",
            "version_normalized": "1.4.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/JayBizzle\/Crawler-Detect.git",
                "reference": "770e00e5bcd35054871a6f790f380123cc3b8b0c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/JayBizzle\/Crawler-Detect\/zipball\/770e00e5bcd35054871a6f790f380123cc3b8b0c",
                "reference": "770e00e5bcd35054871a6f790f380123cc3b8b0c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "require-dev": {
                "phpunit\/phpunit": "^8.5.52|^9.4"
            },
            "time": "2026-07-10T14:15:38+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "SFFV\\Jaybizzle\\CrawlerDetect\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mark Beech",
                    "email": "m@rkbee.ch",
                    "role": "Developer"
                }
            ],
            "description": "CrawlerDetect is a PHP class for detecting bots\/crawlers\/spiders via the user agent",
            "homepage": "https:\/\/github.com\/JayBizzle\/Crawler-Detect\/",
            "keywords": [
                "crawler",
                "crawler detect",
                "crawler detector",
                "crawlerdetect",
                "php crawler detect"
            ],
            "support": {
                "issues": "https:\/\/github.com\/JayBizzle\/Crawler-Detect\/issues",
                "source": "https:\/\/github.com\/JayBizzle\/Crawler-Detect\/tree\/v1.4.1"
            },
            "install-path": "..\/jaybizzle\/crawler-detect"
        },
        {
            "name": "pimple\/pimple",
            "version": "v3.6.2",
            "version_normalized": "3.6.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/silexphp\/Pimple.git",
                "reference": "8cfe7f74ac22a433d303914eba9ea4c2a834edce"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/silexphp\/Pimple\/zipball\/8cfe7f74ac22a433d303914eba9ea4c2a834edce",
                "reference": "8cfe7f74ac22a433d303914eba9ea4c2a834edce",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr\/container": "^1.1 || ^2.0"
            },
            "require-dev": {
                "phpunit\/phpunit": "*"
            },
            "time": "2026-02-26T08:23:44+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "SFFV\\Pimple\\": "src\/Pimple\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Pimple, a simple Dependency Injection Container",
            "homepage": "https:\/\/pimple.symfony.com",
            "keywords": [
                "container",
                "dependency injection"
            ],
            "support": {
                "source": "https:\/\/github.com\/silexphp\/Pimple\/tree\/v3.6.2"
            },
            "install-path": "..\/pimple\/pimple"
        },
        {
            "name": "psr\/container",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/container.git",
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/container\/zipball\/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.0"
            },
            "time": "2021-11-05T16:47:00+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "SFFV\\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\/2.0.2"
            },
            "install-path": "..\/psr\/container"
        },
        {
            "name": "symfony\/polyfill-uuid",
            "version": "v1.37.0",
            "version_normalized": "1.37.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-uuid.git",
                "reference": "26dfec253c4cf3e51b541b52ddf7e42cb0908e94"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-uuid\/zipball\/26dfec253c4cf3e51b541b52ddf7e42cb0908e94",
                "reference": "26dfec253c4cf3e51b541b52ddf7e42cb0908e94",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "provide": {
                "ext-uuid": "*"
            },
            "suggest": {
                "ext-uuid": "For best performance"
            },
            "time": "2026-04-10T16:19:22+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/polyfill",
                    "name": "symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "SFFV\\Symfony\\Polyfill\\Uuid\\": ""
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gr\u00e9goire Pineau",
                    "email": "lyrixx@lyrixx.info"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Symfony polyfill for uuid functions",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "uuid"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/polyfill-uuid\/tree\/v1.37.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-uuid"
        },
        {
            "name": "symfony\/uid",
            "version": "v5.4.45",
            "version_normalized": "5.4.45.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/uid.git",
                "reference": "512de7894f93ad63a7d5e33f590a83e054f571bc"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/uid\/zipball\/512de7894f93ad63a7d5e33f590a83e054f571bc",
                "reference": "512de7894f93ad63a7d5e33f590a83e054f571bc",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/polyfill-uuid": "^1.15"
            },
            "require-dev": {
                "symfony\/console": "^4.4|^5.0|^6.0"
            },
            "time": "2024-09-25T14:11:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "SFFV\\Symfony\\Component\\Uid\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gr\u00e9goire Pineau",
                    "email": "lyrixx@lyrixx.info"
                },
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Provides an object-oriented API to generate and represent UIDs",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "UID",
                "ulid",
                "uuid"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/uid\/tree\/v5.4.45"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/uid"
        },
        {
            "name": "syntatis\/codex",
            "version": "v0.3.1",
            "version_normalized": "0.3.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/syntatis\/codex.git",
                "reference": "1078c19421f37300aeeabfce5f9e39197c82d5e8"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/syntatis\/codex\/zipball\/1078c19421f37300aeeabfce5f9e39197c82d5e8",
                "reference": "1078c19421f37300aeeabfce5f9e39197c82d5e8",
                "shasum": ""
            },
            "require": {
                "adbario\/php-dot-notation": "^3.3",
                "php": "^7.4 || ^8.0",
                "pimple\/pimple": "^3.5"
            },
            "require-dev": {
                "dealerdirect\/phpcodesniffer-composer-installer": "^1.1",
                "phpcompatibility\/php-compatibility": "^9.3",
                "phpstan\/extension-installer": "^1.4",
                "phpstan\/phpstan": "^2.1",
                "phpstan\/phpstan-phpunit": "^2.0",
                "phpstan\/phpstan-strict-rules": "^2.0",
                "phpunit\/phpunit": "^9.6",
                "roots\/wordpress": "^6.8",
                "symfony\/var-dumper": "^5.4",
                "syntatis\/coding-standard": "^2.0",
                "szepeviktor\/phpstan-wordpress": "^2.0",
                "wp-phpunit\/wp-phpunit": "^6.8",
                "yoast\/phpunit-polyfills": "^4.0"
            },
            "time": "2025-08-09T15:28:07+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "SFFV\\Codex\\": "app\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Thoriq Firdaus",
                    "email": "2067467+tfirdaus@users.noreply.github.com",
                    "homepage": "https:\/\/github.com\/tfirdaus",
                    "role": "Developer"
                }
            ],
            "description": "Helpers, facades, and service container for WordPress\u00ae extensions",
            "homepage": "https:\/\/github.com\/syntatis\/codex",
            "keywords": [
                "extensions",
                "facades",
                "framework",
                "functions",
                "helpers",
                "service-container",
                "wordpress"
            ],
            "support": {
                "issues": "https:\/\/github.com\/syntatis\/codex\/issues",
                "source": "https:\/\/github.com\/syntatis\/codex\/tree\/v0.3.1"
            },
            "install-path": "..\/syntatis\/codex"
        },
        {
            "name": "syntatis\/codex-settings-provider",
            "version": "v0.3.0",
            "version_normalized": "0.3.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/syntatis\/codex-settings-provider.git",
                "reference": "604409f7affc4351f2324d08e60cff96e2967f19"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/syntatis\/codex-settings-provider\/zipball\/604409f7affc4351f2324d08e60cff96e2967f19",
                "reference": "604409f7affc4351f2324d08e60cff96e2967f19",
                "shasum": ""
            },
            "require": {
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "dealerdirect\/phpcodesniffer-composer-installer": "^1.0",
                "phpcompatibility\/php-compatibility": "^9.3",
                "phpstan\/extension-installer": "^1.4",
                "phpstan\/phpstan": "^1.12",
                "phpstan\/phpstan-phpunit": "^1.4",
                "phpstan\/phpstan-strict-rules": "^1.6",
                "phpunit\/phpunit": "^9.6",
                "roots\/wordpress": "^6.8",
                "symfony\/var-dumper": "^5.4",
                "syntatis\/codex": "^0.3",
                "syntatis\/coding-standard": "^2.0",
                "szepeviktor\/phpstan-wordpress": "^1.3",
                "wp-phpunit\/wp-phpunit": "^6.8",
                "yoast\/phpunit-polyfills": "^4.0"
            },
            "time": "2025-05-11T16:20:57+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "inc\/utils.php"
                ],
                "psr-4": {
                    "SFFV\\Codex\\Settings\\": "app\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Thoriq Firdaus",
                    "homepage": "https:\/\/github.com\/tfirdaus"
                }
            ],
            "description": "Codex service provider for WordPress\u00ae Settings API",
            "keywords": [
                "codex",
                "plugin",
                "rest-api",
                "service-provider",
                "setting",
                "wordpress"
            ],
            "support": {
                "issues": "https:\/\/github.com\/syntatis\/codex-settings-provider\/issues",
                "source": "https:\/\/github.com\/syntatis\/codex-settings-provider\/tree\/v0.3.0"
            },
            "install-path": "..\/syntatis\/codex-settings-provider"
        }
    ],
    "dev": false,
    "dev-package-names": []
}