{
    "packages": [
        {
            "name": "laravel\/serializable-closure",
            "version": "v1.3.7",
            "version_normalized": "1.3.7.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/laravel\/serializable-closure.git",
                "reference": "4f48ade902b94323ca3be7646db16209ec76be3d"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/laravel\/serializable-closure\/zipball\/4f48ade902b94323ca3be7646db16209ec76be3d",
                "reference": "4f48ade902b94323ca3be7646db16209ec76be3d",
                "shasum": ""
            },
            "require": {
                "php": "^7.3|^8.0"
            },
            "require-dev": {
                "illuminate\/support": "^8.0|^9.0|^10.0|^11.0",
                "nesbot\/carbon": "^2.61|^3.0",
                "pestphp\/pest": "^1.21.3",
                "phpstan\/phpstan": "^1.8.2",
                "symfony\/var-dumper": "^5.4.11|^6.2.0|^7.0.0"
            },
            "time": "2024-11-14T18:34:49+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "AC\\Vendor\\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": "php-di\/invoker",
            "version": "2.3.7",
            "version_normalized": "2.3.7.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/PHP-DI\/Invoker.git",
                "reference": "3c1ddfdef181431fbc4be83378f6d036d59e81e1"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/PHP-DI\/Invoker\/zipball\/3c1ddfdef181431fbc4be83378f6d036d59e81e1",
                "reference": "3c1ddfdef181431fbc4be83378f6d036d59e81e1",
                "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 || ^10 || ^11 || ^12"
            },
            "time": "2025-08-30T10:22:22+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "AC\\Vendor\\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.7"
            },
            "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": {
                    "AC\\Vendor\\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": {
                    "AC\\Vendor\\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": {
                    "AC\\Vendor\\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": []
}