{
    "packages": [
        {
            "name": "illuminate/collections",
            "version": "v10.48.28",
            "version_normalized": "10.48.28.0",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/collections.git",
                "reference": "48de3d6bc6aa779112ddcb608a3a96fc975d89d8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/collections/zipball/48de3d6bc6aa779112ddcb608a3a96fc975d89d8",
                "reference": "48de3d6bc6aa779112ddcb608a3a96fc975d89d8",
                "shasum": ""
            },
            "require": {
                "illuminate/conditionable": "^10.0",
                "illuminate/contracts": "^10.0",
                "illuminate/macroable": "^10.0",
                "php": "^8.1"
            },
            "suggest": {
                "symfony/var-dumper": "Required to use the dump method (^6.2)."
            },
            "time": "2024-11-21T14:02:44+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "10.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "helpers.php"
                ],
                "psr-4": {
                    "Illuminate\\Support\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Collections package.",
            "homepage": "https://laravel.com",
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "install-path": "../illuminate/collections"
        },
        {
            "name": "illuminate/conditionable",
            "version": "v10.48.28",
            "version_normalized": "10.48.28.0",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/conditionable.git",
                "reference": "3ee34ac306fafc2a6f19cd7cd68c9af389e432a5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/conditionable/zipball/3ee34ac306fafc2a6f19cd7cd68c9af389e432a5",
                "reference": "3ee34ac306fafc2a6f19cd7cd68c9af389e432a5",
                "shasum": ""
            },
            "require": {
                "php": "^8.0.2"
            },
            "time": "2024-11-21T14:02:44+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "10.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Illuminate\\Support\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Conditionable package.",
            "homepage": "https://laravel.com",
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "install-path": "../illuminate/conditionable"
        },
        {
            "name": "illuminate/config",
            "version": "v10.48.28",
            "version_normalized": "10.48.28.0",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/config.git",
                "reference": "d5e83ceff5c4d5607b1b81763eb4c436911c35da"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/config/zipball/d5e83ceff5c4d5607b1b81763eb4c436911c35da",
                "reference": "d5e83ceff5c4d5607b1b81763eb4c436911c35da",
                "shasum": ""
            },
            "require": {
                "illuminate/collections": "^10.0",
                "illuminate/contracts": "^10.0",
                "php": "^8.1"
            },
            "time": "2022-08-21T15:47:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "10.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Illuminate\\Config\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Config package.",
            "homepage": "https://laravel.com",
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "install-path": "../illuminate/config"
        },
        {
            "name": "illuminate/container",
            "version": "v10.48.28",
            "version_normalized": "10.48.28.0",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/container.git",
                "reference": "ed6253f7dd3a67d468b2cc7a69a657e1f14c7ba3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/container/zipball/ed6253f7dd3a67d468b2cc7a69a657e1f14c7ba3",
                "reference": "ed6253f7dd3a67d468b2cc7a69a657e1f14c7ba3",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "^10.0",
                "php": "^8.1",
                "psr/container": "^1.1.1|^2.0.1"
            },
            "provide": {
                "psr/container-implementation": "1.1|2.0"
            },
            "time": "2024-11-21T14:02:44+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "10.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Illuminate\\Container\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Container package.",
            "homepage": "https://laravel.com",
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "install-path": "../illuminate/container"
        },
        {
            "name": "illuminate/contracts",
            "version": "v10.48.28",
            "version_normalized": "10.48.28.0",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/contracts.git",
                "reference": "f90663a69f926105a70b78060a31f3c64e2d1c74"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/contracts/zipball/f90663a69f926105a70b78060a31f3c64e2d1c74",
                "reference": "f90663a69f926105a70b78060a31f3c64e2d1c74",
                "shasum": ""
            },
            "require": {
                "php": "^8.1",
                "psr/container": "^1.1.1|^2.0.1",
                "psr/simple-cache": "^1.0|^2.0|^3.0"
            },
            "time": "2024-11-21T14:02:44+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "10.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Illuminate\\Contracts\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Contracts package.",
            "homepage": "https://laravel.com",
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "install-path": "../illuminate/contracts"
        },
        {
            "name": "illuminate/macroable",
            "version": "v10.48.28",
            "version_normalized": "10.48.28.0",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/macroable.git",
                "reference": "dff667a46ac37b634dcf68909d9d41e94dc97c27"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/macroable/zipball/dff667a46ac37b634dcf68909d9d41e94dc97c27",
                "reference": "dff667a46ac37b634dcf68909d9d41e94dc97c27",
                "shasum": ""
            },
            "require": {
                "php": "^8.1"
            },
            "time": "2023-06-05T12:46:42+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "10.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Illuminate\\Support\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Macroable package.",
            "homepage": "https://laravel.com",
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "install-path": "../illuminate/macroable"
        },
        {
            "name": "onepix/wordpress-components",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "source": {
                "type": "git",
                "url": "https://github.com/onepixnet/wordpress-components.git",
                "reference": "32fc56efd148961a01c8bba954dfe7ecb9f6c72b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/onepixnet/wordpress-components/zipball/32fc56efd148961a01c8bba954dfe7ecb9f6c72b",
                "reference": "32fc56efd148961a01c8bba954dfe7ecb9f6c72b",
                "shasum": ""
            },
            "require": {
                "onepix/wordpress-contracts": "^0.1.6",
                "php": ">=8.1"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                "humanmade/psalm-plugin-wordpress": "^3.1.2",
                "illuminate/container": "^11.42.1",
                "onepix/wordpress-stubs": "^6.7.1",
                "php-stubs/wordpress-tests-stubs": "^6.7.2",
                "phpunit/phpunit": "^9.6.22",
                "rector/rector": "^2.0.9",
                "squizlabs/php_codesniffer": "^3.11.3",
                "vimeo/psalm": "^5.26.1",
                "wp-coding-standards/wpcs": "^3.1",
                "yoast/phpunit-polyfills": "^3.1.2"
            },
            "time": "2025-03-10T08:24:29+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/helpers.php"
                ],
                "psr-4": {
                    "OnePix\\WordPressComponents\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniel Dubchenko"
                }
            ],
            "description": "Implementation of WordPress contracts, PSR contracts and more useful things",
            "support": {
                "issues": "https://github.com/onepixnet/wordpress-components/issues",
                "source": "https://github.com/onepixnet/wordpress-components/tree/main"
            },
            "install-path": "../onepix/wordpress-components"
        },
        {
            "name": "onepix/wordpress-contracts",
            "version": "0.1.6",
            "version_normalized": "0.1.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/onepixnet/wordpress-contracts.git",
                "reference": "290ff3bfccbc413ad010e0220142d4fc316f5810"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/onepixnet/wordpress-contracts/zipball/290ff3bfccbc413ad010e0220142d4fc316f5810",
                "reference": "290ff3bfccbc413ad010e0220142d4fc316f5810",
                "shasum": ""
            },
            "require": {
                "php": "^8.1"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                "humanmade/psalm-plugin-wordpress": "^3.1",
                "onepix/wordpress-stubs": "^6.7",
                "rector/rector": "^2.0",
                "squizlabs/php_codesniffer": "^3.11",
                "vimeo/psalm": "^5",
                "wp-coding-standards/wpcs": "^3.1"
            },
            "time": "2025-02-19T15:33:29+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "OnePix\\WordPressContracts\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniel Dubchenko"
                }
            ],
            "description": "A set of abstractions for WordPress functions and classes",
            "homepage": "https://github.com/onepixnet/wordpress-contracts",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "issues": "https://github.com/onepixnet/wordpress-contracts/issues",
                "source": "https://github.com/onepixnet/wordpress-contracts/tree/0.1.6"
            },
            "install-path": "../onepix/wordpress-contracts"
        },
        {
            "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": {
                    "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": "psr/log",
            "version": "3.0.2",
            "version_normalized": "3.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
                "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "time": "2024-09-11T13:17:53+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "src"
                }
            },
            "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/3.0.2"
            },
            "install-path": "../psr/log"
        },
        {
            "name": "psr/simple-cache",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/simple-cache.git",
                "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
                "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "time": "2021-10-29T13:26:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\SimpleCache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interfaces for simple caching",
            "keywords": [
                "cache",
                "caching",
                "psr",
                "psr-16",
                "simple-cache"
            ],
            "support": {
                "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
            },
            "install-path": "../psr/simple-cache"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
