{
    "packages": [
        {
            "name": "johnbillion/args",
            "version": "0.9.0",
            "version_normalized": "0.9.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/johnbillion/args.git",
                "reference": "a1a3feb05cc9fc3914ed96eeab009259aea326c1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/johnbillion/args/zipball/a1a3feb05cc9fc3914ed96eeab009259aea326c1",
                "reference": "a1a3feb05cc9fc3914ed96eeab009259aea326c1",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4"
            },
            "require-dev": {
                "humanmade/coding-standards": "^1.1",
                "johnbillion/falsey-assertequals-detector": "^3",
                "phpdocumentor/reflection": "~4.0",
                "phpstan/phpstan": "^1.0",
                "phpstan/phpstan-phpunit": "^1.0",
                "phpunit/phpunit": "^9.0",
                "roots/wordpress": "^5.7.0"
            },
            "time": "2021-12-18T21:21:14+00:00",
            "type": "library",
            "extra": {
                "wordpress-install-dir": "vendor/wordpress/wordpress"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Args\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "John Blackbourn",
                    "homepage": "https://johnblackbourn.com/"
                }
            ],
            "description": "I don't want to get into an argument about this.",
            "support": {
                "issues": "https://github.com/johnbillion/args/issues",
                "source": "https://github.com/johnbillion/args/tree/0.9.0"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/johnbillion",
                    "type": "github"
                }
            ],
            "install-path": "../johnbillion/args"
        },
        {
            "name": "johnbillion/extended-cpts",
            "version": "5.0.2",
            "version_normalized": "5.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/johnbillion/extended-cpts.git",
                "reference": "6b208d7b46fb065a4da426ab4502fdf4de0c1446"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/johnbillion/extended-cpts/zipball/6b208d7b46fb065a4da426ab4502fdf4de0c1446",
                "reference": "6b208d7b46fb065a4da426ab4502fdf4de0c1446",
                "shasum": ""
            },
            "require": {
                "johnbillion/args": "^0.9.0",
                "php": ">= 7.4.0"
            },
            "require-dev": {
                "automattic/phpcs-neutron-standard": "1.7.0",
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
                "johnbillion/falsey-assertequals-detector": "*",
                "lucatume/wp-browser": "^3.0",
                "phpcompatibility/phpcompatibility-wp": "^2",
                "phpstan/phpstan": "^1.0",
                "phpstan/phpstan-phpunit": "^1.0",
                "phpunit/phpunit": "^9",
                "roots/wordpress": "^5.8.0",
                "szepeviktor/phpstan-wordpress": "^1.0",
                "vlucas/phpdotenv": "^3",
                "wp-cli/core-command": "^2",
                "wp-cli/db-command": "^2",
                "wp-coding-standards/wpcs": "2.3.0"
            },
            "suggest": {
                "seravo/wp-custom-bulk-actions": "Custom Bulk Actions",
                "wpackagist-plugin/rewrite-testing": "Rewrite Rule Testing"
            },
            "time": "2022-04-30T14:39:50+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "5.0-dev"
                },
                "wordpress-install-dir": "tests/wordpress"
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "functions.php"
                ],
                "psr-4": {
                    "ExtCPTs\\": "src",
                    "ExtCPTs\\Tests\\": "tests/integration"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "John Blackbourn",
                    "homepage": "https://johnblackbourn.com/"
                }
            ],
            "description": "A library which provides extended functionality to WordPress custom post types and taxonomies.",
            "homepage": "https://github.com/johnbillion/extended-cpts/",
            "support": {
                "issues": "https://github.com/johnbillion/extended-cpts/issues",
                "source": "https://github.com/johnbillion/extended-cpts/tree/5.0.2"
            },
            "funding": [
                {
                    "url": "https://github.com/johnbillion",
                    "type": "github"
                }
            ],
            "install-path": "../johnbillion/extended-cpts"
        },
        {
            "name": "laravel/serializable-closure",
            "version": "v1.2.2",
            "version_normalized": "1.2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laravel/serializable-closure.git",
                "reference": "47afb7fae28ed29057fdca37e16a84f90cc62fae"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/47afb7fae28ed29057fdca37e16a84f90cc62fae",
                "reference": "47afb7fae28ed29057fdca37e16a84f90cc62fae",
                "shasum": ""
            },
            "require": {
                "php": "^7.3|^8.0"
            },
            "require-dev": {
                "nesbot/carbon": "^2.61",
                "pestphp/pest": "^1.21.3",
                "phpstan/phpstan": "^1.8.2",
                "symfony/var-dumper": "^5.4.11"
            },
            "time": "2022-09-08T13:45:54+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Laravel\\SerializableClosure\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                },
                {
                    "name": "Nuno Maduro",
                    "email": "nuno@laravel.com"
                }
            ],
            "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
            "keywords": [
                "closure",
                "laravel",
                "serializable"
            ],
            "support": {
                "issues": "https://github.com/laravel/serializable-closure/issues",
                "source": "https://github.com/laravel/serializable-closure"
            },
            "install-path": "../laravel/serializable-closure"
        },
        {
            "name": "moderntribe/square1-container",
            "version": "4.2.0",
            "version_normalized": "4.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/moderntribe/square1-container.git",
                "reference": "9e17bcd5f94ab37928d820be92ea22a6c03dbd16"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/moderntribe/square1-container/zipball/9e17bcd5f94ab37928d820be92ea22a6c03dbd16",
                "reference": "9e17bcd5f94ab37928d820be92ea22a6c03dbd16",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4",
                "php-di/php-di": "^6.0"
            },
            "time": "2022-08-17T21:54:37+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Tribe\\Libs\\Container\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-only"
            ],
            "description": "A dependency injection container wrapper for square one",
            "support": {
                "issues": "https://github.com/moderntribe/square1-container/issues",
                "source": "https://github.com/moderntribe/square1-container/tree/4.2.0"
            },
            "install-path": "../moderntribe/square1-container"
        },
        {
            "name": "php-di/invoker",
            "version": "2.3.3",
            "version_normalized": "2.3.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHP-DI/Invoker.git",
                "reference": "cd6d9f267d1a3474bdddf1be1da079f01b942786"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/cd6d9f267d1a3474bdddf1be1da079f01b942786",
                "reference": "cd6d9f267d1a3474bdddf1be1da079f01b942786",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3",
                "psr/container": "^1.0|^2.0"
            },
            "require-dev": {
                "athletic/athletic": "~0.1.8",
                "mnapoli/hard-mode": "~0.3.0",
                "phpunit/phpunit": "^9.0"
            },
            "time": "2021-12-13T09:22:56+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Invoker\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Generic and extensible callable invoker",
            "homepage": "https://github.com/PHP-DI/Invoker",
            "keywords": [
                "callable",
                "dependency",
                "dependency-injection",
                "injection",
                "invoke",
                "invoker"
            ],
            "support": {
                "issues": "https://github.com/PHP-DI/Invoker/issues",
                "source": "https://github.com/PHP-DI/Invoker/tree/2.3.3"
            },
            "funding": [
                {
                    "url": "https://github.com/mnapoli",
                    "type": "github"
                }
            ],
            "install-path": "../php-di/invoker"
        },
        {
            "name": "php-di/php-di",
            "version": "6.4.0",
            "version_normalized": "6.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHP-DI/PHP-DI.git",
                "reference": "ae0f1b3b03d8b29dff81747063cbfd6276246cc4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/ae0f1b3b03d8b29dff81747063cbfd6276246cc4",
                "reference": "ae0f1b3b03d8b29dff81747063cbfd6276246cc4",
                "shasum": ""
            },
            "require": {
                "laravel/serializable-closure": "^1.0",
                "php": ">=7.4.0",
                "php-di/invoker": "^2.0",
                "php-di/phpdoc-reader": "^2.0.1",
                "psr/container": "^1.0"
            },
            "provide": {
                "psr/container-implementation": "^1.0"
            },
            "require-dev": {
                "doctrine/annotations": "~1.10",
                "friendsofphp/php-cs-fixer": "^2.4",
                "mnapoli/phpunit-easymock": "^1.2",
                "ocramius/proxy-manager": "^2.11.2",
                "phpstan/phpstan": "^0.12",
                "phpunit/phpunit": "^9.5"
            },
            "suggest": {
                "doctrine/annotations": "Install it if you want to use annotations (version ~1.2)",
                "ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~2.0)"
            },
            "time": "2022-04-09T16:46:38+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "DI\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "The dependency injection container for humans",
            "homepage": "https://php-di.org/",
            "keywords": [
                "PSR-11",
                "container",
                "container-interop",
                "dependency injection",
                "di",
                "ioc",
                "psr11"
            ],
            "support": {
                "issues": "https://github.com/PHP-DI/PHP-DI/issues",
                "source": "https://github.com/PHP-DI/PHP-DI/tree/6.4.0"
            },
            "funding": [
                {
                    "url": "https://github.com/mnapoli",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/php-di/php-di",
                    "type": "tidelift"
                }
            ],
            "install-path": "../php-di/php-di"
        },
        {
            "name": "php-di/phpdoc-reader",
            "version": "2.2.1",
            "version_normalized": "2.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHP-DI/PhpDocReader.git",
                "reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/66daff34cbd2627740ffec9469ffbac9f8c8185c",
                "reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "require-dev": {
                "mnapoli/hard-mode": "~0.3.0",
                "phpunit/phpunit": "^8.5|^9.0"
            },
            "time": "2020-10-12T12:39:22+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PhpDocReader\\": "src/PhpDocReader"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)",
            "keywords": [
                "phpdoc",
                "reflection"
            ],
            "support": {
                "issues": "https://github.com/PHP-DI/PhpDocReader/issues",
                "source": "https://github.com/PHP-DI/PhpDocReader/tree/2.2.1"
            },
            "install-path": "../php-di/phpdoc-reader"
        },
        {
            "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"
        },
        {
            "name": "spatie/data-transfer-object",
            "version": "2.8.4",
            "version_normalized": "2.8.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/data-transfer-object.git",
                "reference": "167ebbe56ead65ef23abcfae7b75f932afd496a4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/data-transfer-object/zipball/167ebbe56ead65ef23abcfae7b75f932afd496a4",
                "reference": "167ebbe56ead65ef23abcfae7b75f932afd496a4",
                "shasum": ""
            },
            "require": {
                "php": "^7.4|^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.0"
            },
            "suggest": {
                "phpstan/phpstan": "Take advantage of checkUninitializedProperties with \\Spatie\\DataTransferObject\\PHPstan\\PropertiesAreAlwaysInitializedExtension"
            },
            "time": "2021-12-07T05:41:11+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Spatie\\DataTransferObject\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Brent Roose",
                    "email": "brent@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Data transfer objects with batteries included",
            "homepage": "https://github.com/spatie/data-transfer-object",
            "keywords": [
                "data-transfer-object",
                "spatie"
            ],
            "support": {
                "issues": "https://github.com/spatie/data-transfer-object/issues",
                "source": "https://github.com/spatie/data-transfer-object/tree/2.8.4"
            },
            "funding": [
                {
                    "url": "https://spatie.be/open-source/support-us",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/spatie",
                    "type": "github"
                }
            ],
            "install-path": "../spatie/data-transfer-object"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
