Skip to content
Snippets Groups Projects
Select Git revision
  • eb77d6cc0294efda005aa361142e7f2bb4f6d68e
  • master default protected
  • main
  • update_github_actions
  • 144_rocky8_support
  • 195-update-pdk-to-300
  • 144-rocky8
  • add_test_github_test_workflow
  • pdk_2.4.0
  • fix_unclosed_let_block_in_defines_client_spec
  • validation_fixes
  • freeradius_3_0_21_config_updates
  • data_types
  • PrepareBuster
  • travis
  • 4.0.1
  • 4.0.0
  • 3.9.2
  • 3.9.1
  • 3.9.0
  • 3.8.2
  • 3.8.1
  • 3.8.0
  • 3.7.0
  • 3.6.0
  • 3.5.0
  • 3.4.3
  • 3.4.2
  • 3.4.1
  • 3.4.0
  • 3.3.0
  • 3.2.0
  • 3.1.0
  • 3.0.0
  • 2.3.1
35 results

init.pp

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    composer.lock 425.04 KiB
    {
        "_readme": [
            "This file locks the dependencies of your project to a known state",
            "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
            "This file is @generated automatically"
        ],
        "content-hash": "fa0ed2f1e2f1580b688987cf47bef05f",
        "packages": [
            {
                "name": "apereo/phpcas",
                "version": "1.5.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/apereo/phpCAS.git",
                    "reference": "d6f5797fb568726f34c8e48741776d81e4a2646b"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/apereo/phpCAS/zipball/d6f5797fb568726f34c8e48741776d81e4a2646b",
                    "reference": "d6f5797fb568726f34c8e48741776d81e4a2646b",
                    "shasum": ""
                },
                "require": {
                    "ext-curl": "*",
                    "ext-dom": "*",
                    "php": ">=7.1.0",
                    "psr/log": "^1.0 || ^2.0 || ^3.0"
                },
                "require-dev": {
                    "monolog/monolog": "^1.0.0 || ^2.0.0",
                    "phpstan/phpstan": "^1.5",
                    "phpunit/phpunit": ">=7.5"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.3.x-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "source/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "Apache-2.0"
                ],
                "authors": [
                    {
                        "name": "Joachim Fritschi",
                        "email": "jfritschi@freenet.de",
                        "homepage": "https://github.com/jfritschi"
                    },
                    {
                        "name": "Adam Franco",
                        "homepage": "https://github.com/adamfranco"
                    },
                    {
                        "name": "Henry Pan",
                        "homepage": "https://github.com/phy25"
                    }
                ],
                "description": "Provides a simple API for authenticating users against a CAS server",
                "homepage": "https://wiki.jasig.org/display/CASC/phpCAS",
                "keywords": [
                    "apereo",
                    "cas",
                    "jasig"
                ],
                "support": {
                    "issues": "https://github.com/apereo/phpCAS/issues",
                    "source": "https://github.com/apereo/phpCAS/tree/1.5.0"
                },
                "time": "2022-05-03T21:12:54+00:00"
            },
            {
                "name": "beberlei/assert",
                "version": "v3.3.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/beberlei/assert.git",
                    "reference": "cb70015c04be1baee6f5f5c953703347c0ac1655"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/beberlei/assert/zipball/cb70015c04be1baee6f5f5c953703347c0ac1655",
                    "reference": "cb70015c04be1baee6f5f5c953703347c0ac1655",
                    "shasum": ""
                },
                "require": {
                    "ext-ctype": "*",
                    "ext-json": "*",
                    "ext-mbstring": "*",
                    "ext-simplexml": "*",
                    "php": "^7.0 || ^8.0"
                },
                "require-dev": {
                    "friendsofphp/php-cs-fixer": "*",
                    "phpstan/phpstan": "*",
                    "phpunit/phpunit": ">=6.0.0",
                    "yoast/phpunit-polyfills": "^0.1.0"
                },
                "suggest": {
                    "ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
                },
                "type": "library",
                "autoload": {
                    "files": [
                        "lib/Assert/functions.php"
                    ],
                    "psr-4": {
                        "Assert\\": "lib/Assert"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-2-Clause"
                ],
                "authors": [
                    {
                        "name": "Benjamin Eberlei",
                        "email": "kontakt@beberlei.de",
                        "role": "Lead Developer"
                    },
                    {
                        "name": "Richard Quadling",
                        "email": "rquadling@gmail.com",
                        "role": "Collaborator"
                    }
                ],
                "description": "Thin assertion library for input validation in business models.",
                "keywords": [
                    "assert",
                    "assertion",
                    "validation"
                ],
                "support": {
                    "issues": "https://github.com/beberlei/assert/issues",
                    "source": "https://github.com/beberlei/assert/tree/v3.3.2"
                },
                "time": "2021-12-16T21:41:27+00:00"
            },
            {
                "name": "brick/varexporter",
                "version": "0.5.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/brick/varexporter.git",
                    "reference": "84b2a7a91f69aa5d079aec5a0a7256ebf2dceb6b"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/brick/varexporter/zipball/84b2a7a91f69aa5d079aec5a0a7256ebf2dceb6b",
                    "reference": "84b2a7a91f69aa5d079aec5a0a7256ebf2dceb6b",
                    "shasum": ""
                },
                "require": {
                    "nikic/php-parser": "^5.0",
                    "php": "^7.4 || ^8.0"
                },
                "require-dev": {
                    "php-coveralls/php-coveralls": "^2.2",
                    "phpunit/phpunit": "^9.3",
                    "psalm/phar": "5.21.1"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Brick\\VarExporter\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "description": "A powerful alternative to var_export(), which can export closures and objects without __set_state()",
                "keywords": [
                    "var_export"
                ],
                "support": {
                    "issues": "https://github.com/brick/varexporter/issues",
                    "source": "https://github.com/brick/varexporter/tree/0.5.0"
                },
                "funding": [
                    {
                        "url": "https://github.com/BenMorel",
                        "type": "github"
                    }
                ],
                "time": "2024-05-10T17:15:19+00:00"
            },
            {
                "name": "cocur/slugify",
                "version": "v3.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/cocur/slugify.git",
                    "reference": "d41701efe58ba2df9cae029c3d21e1518cc6780e"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/cocur/slugify/zipball/d41701efe58ba2df9cae029c3d21e1518cc6780e",
                    "reference": "d41701efe58ba2df9cae029c3d21e1518cc6780e",
                    "shasum": ""
                },
                "require": {
                    "ext-mbstring": "*",
                    "php": ">=5.5.9"
                },
                "require-dev": {
                    "laravel/framework": "~5.1",
                    "latte/latte": "~2.2",
                    "league/container": "^2.2.0",
                    "mikey179/vfsstream": "~1.6",
                    "mockery/mockery": "~0.9",
                    "nette/di": "~2.2",
                    "phpunit/phpunit": "~4.8.36|~5.2",
                    "pimple/pimple": "~1.1",
                    "plumphp/plum": "~0.1",
                    "silex/silex": "~1.3",
                    "symfony/config": "~2.4|~3.0|~4.0",
                    "symfony/dependency-injection": "~2.4|~3.0|~4.0",
                    "symfony/http-kernel": "~2.4|~3.0|~4.0",
                    "twig/twig": "~1.26|~2.0",
                    "zendframework/zend-modulemanager": "~2.2",
                    "zendframework/zend-servicemanager": "~2.2",
                    "zendframework/zend-view": "~2.2"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Cocur\\Slugify\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Ivo Bathke",
                        "email": "ivo.bathke@gmail.com"
                    },
                    {
                        "name": "Florian Eckerstorfer",
                        "email": "florian@eckerstorfer.co",
                        "homepage": "https://florian.ec"
                    }
                ],
                "description": "Converts a string into a slug.",
                "keywords": [
                    "slug",
                    "slugify"
                ],
                "support": {
                    "issues": "https://github.com/cocur/slugify/issues",
                    "source": "https://github.com/cocur/slugify/tree/master"
                },
                "time": "2019-01-31T20:38:55+00:00"
            },
            {
                "name": "doctrine/annotations",
                "version": "1.14.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/annotations.git",
                    "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/annotations/zipball/fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af",
                    "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af",
                    "shasum": ""
                },
                "require": {
                    "doctrine/lexer": "^1 || ^2",
                    "ext-tokenizer": "*",
                    "php": "^7.1 || ^8.0",
                    "psr/cache": "^1 || ^2 || ^3"
                },
                "require-dev": {
                    "doctrine/cache": "^1.11 || ^2.0",
                    "doctrine/coding-standard": "^9 || ^10",
                    "phpstan/phpstan": "~1.4.10 || ^1.8.0",
                    "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                    "symfony/cache": "^4.4 || ^5.4 || ^6",
                    "vimeo/psalm": "^4.10"
                },
                "suggest": {
                    "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@gmail.com"
                    },
                    {
                        "name": "Roman Borschel",
                        "email": "roman@code-factory.org"
                    },
                    {
                        "name": "Benjamin Eberlei",
                        "email": "kontakt@beberlei.de"
                    },
                    {
                        "name": "Jonathan Wage",
                        "email": "jonwage@gmail.com"
                    },
                    {
                        "name": "Johannes Schmitt",
                        "email": "schmittjoh@gmail.com"
                    }
                ],
                "description": "Docblock Annotations Parser",
                "homepage": "https://www.doctrine-project.org/projects/annotations.html",
                "keywords": [
                    "annotations",
                    "docblock",
                    "parser"
                ],
                "support": {
                    "issues": "https://github.com/doctrine/annotations/issues",
                    "source": "https://github.com/doctrine/annotations/tree/1.14.3"
                },
                "time": "2023-02-01T09:20:38+00:00"
            },
            {
                "name": "doctrine/cache",
                "version": "1.13.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/cache.git",
                    "reference": "56cd022adb5514472cb144c087393c1821911d09"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/cache/zipball/56cd022adb5514472cb144c087393c1821911d09",
                    "reference": "56cd022adb5514472cb144c087393c1821911d09",
                    "shasum": ""
                },
                "require": {
                    "php": "~7.1 || ^8.0"
                },
                "conflict": {
                    "doctrine/common": ">2.2,<2.4"
                },
                "require-dev": {
                    "alcaeus/mongo-php-adapter": "^1.1",
                    "cache/integration-tests": "dev-master",
                    "doctrine/coding-standard": "^9",
                    "mongodb/mongodb": "^1.1",
                    "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                    "predis/predis": "~1.0",
                    "psr/cache": "^1.0 || ^2.0 || ^3.0",
                    "symfony/cache": "^4.4 || ^5.4 || ^6",
                    "symfony/var-exporter": "^4.4 || ^5.4 || ^6"
                },
                "suggest": {
                    "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@gmail.com"
                    },
                    {
                        "name": "Roman Borschel",
                        "email": "roman@code-factory.org"
                    },
                    {
                        "name": "Benjamin Eberlei",
                        "email": "kontakt@beberlei.de"
                    },
                    {
                        "name": "Jonathan Wage",
                        "email": "jonwage@gmail.com"
                    },
                    {
                        "name": "Johannes Schmitt",
                        "email": "schmittjoh@gmail.com"
                    }
                ],
                "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
                "homepage": "https://www.doctrine-project.org/projects/cache.html",
                "keywords": [
                    "abstraction",
                    "apcu",
                    "cache",
                    "caching",
                    "couchdb",
                    "memcached",
                    "php",
                    "redis",
                    "xcache"
                ],
                "support": {
                    "issues": "https://github.com/doctrine/cache/issues",
                    "source": "https://github.com/doctrine/cache/tree/1.13.0"
                },
                "funding": [
                    {
                        "url": "https://www.doctrine-project.org/sponsorship.html",
                        "type": "custom"
                    },
                    {
                        "url": "https://www.patreon.com/phpdoctrine",
                        "type": "patreon"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
                        "type": "tidelift"
                    }
                ],
                "time": "2022-05-20T20:06:54+00:00"
            },
            {
                "name": "doctrine/collections",
                "version": "1.8.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/collections.git",
                    "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/collections/zipball/2b44dd4cbca8b5744327de78bafef5945c7e7b5e",
                    "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e",
                    "shasum": ""
                },
                "require": {
                    "doctrine/deprecations": "^0.5.3 || ^1",
                    "php": "^7.1.3 || ^8.0"
                },
                "require-dev": {
                    "doctrine/coding-standard": "^9.0 || ^10.0",
                    "phpstan/phpstan": "^1.4.8",
                    "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5",
                    "vimeo/psalm": "^4.22"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@gmail.com"
                    },
                    {
                        "name": "Roman Borschel",
                        "email": "roman@code-factory.org"
                    },
                    {
                        "name": "Benjamin Eberlei",
                        "email": "kontakt@beberlei.de"
                    },
                    {
                        "name": "Jonathan Wage",
                        "email": "jonwage@gmail.com"
                    },
                    {
                        "name": "Johannes Schmitt",
                        "email": "schmittjoh@gmail.com"
                    }
                ],
                "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
                "homepage": "https://www.doctrine-project.org/projects/collections.html",
                "keywords": [
                    "array",
                    "collections",
                    "iterators",
                    "php"
                ],
                "support": {
                    "issues": "https://github.com/doctrine/collections/issues",
                    "source": "https://github.com/doctrine/collections/tree/1.8.0"
                },
                "time": "2022-09-01T20:12:10+00:00"
            },
            {
                "name": "doctrine/common",
                "version": "3.4.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/common.git",
                    "reference": "0aad4b7ab7ce8c6602dfbb1e1a24581275fb9d1a"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/common/zipball/0aad4b7ab7ce8c6602dfbb1e1a24581275fb9d1a",
                    "reference": "0aad4b7ab7ce8c6602dfbb1e1a24581275fb9d1a",
                    "shasum": ""
                },
                "require": {
                    "doctrine/persistence": "^2.0 || ^3.0",
                    "php": "^7.1 || ^8.0"
                },
                "require-dev": {
                    "doctrine/coding-standard": "^9.0 || ^10.0",
                    "doctrine/collections": "^1",
                    "phpstan/phpstan": "^1.4.1",
                    "phpstan/phpstan-phpunit": "^1",
                    "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0",
                    "squizlabs/php_codesniffer": "^3.0",
                    "symfony/phpunit-bridge": "^6.1",
                    "vimeo/psalm": "^4.4"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Common\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@gmail.com"
                    },
                    {
                        "name": "Roman Borschel",
                        "email": "roman@code-factory.org"
                    },
                    {
                        "name": "Benjamin Eberlei",
                        "email": "kontakt@beberlei.de"
                    },
                    {
                        "name": "Jonathan Wage",
                        "email": "jonwage@gmail.com"
                    },
                    {
                        "name": "Johannes Schmitt",
                        "email": "schmittjoh@gmail.com"
                    },
                    {
                        "name": "Marco Pivetta",
                        "email": "ocramius@gmail.com"
                    }
                ],
                "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more.",
                "homepage": "https://www.doctrine-project.org/projects/common.html",
                "keywords": [
                    "common",
                    "doctrine",
                    "php"
                ],
                "support": {
                    "issues": "https://github.com/doctrine/common/issues",
                    "source": "https://github.com/doctrine/common/tree/3.4.4"
                },
                "funding": [
                    {
                        "url": "https://www.doctrine-project.org/sponsorship.html",
                        "type": "custom"
                    },
                    {
                        "url": "https://www.patreon.com/phpdoctrine",
                        "type": "patreon"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon",
                        "type": "tidelift"
                    }
                ],
                "time": "2024-04-16T13:35:33+00:00"
            },
            {
                "name": "doctrine/dbal",
                "version": "3.8.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/dbal.git",
                    "reference": "b7411825cf7efb7e51f9791dea19d86e43b399a1"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/dbal/zipball/b7411825cf7efb7e51f9791dea19d86e43b399a1",
                    "reference": "b7411825cf7efb7e51f9791dea19d86e43b399a1",
                    "shasum": ""
                },
                "require": {
                    "composer-runtime-api": "^2",
                    "doctrine/cache": "^1.11|^2.0",
                    "doctrine/deprecations": "^0.5.3|^1",
                    "doctrine/event-manager": "^1|^2",
                    "php": "^7.4 || ^8.0",
                    "psr/cache": "^1|^2|^3",
                    "psr/log": "^1|^2|^3"
                },
                "require-dev": {
                    "doctrine/coding-standard": "12.0.0",
                    "fig/log-test": "^1",
                    "jetbrains/phpstorm-stubs": "2023.1",
                    "phpstan/phpstan": "1.11.5",
                    "phpstan/phpstan-strict-rules": "^1.6",
                    "phpunit/phpunit": "9.6.19",
                    "psalm/plugin-phpunit": "0.18.4",
                    "slevomat/coding-standard": "8.13.1",
                    "squizlabs/php_codesniffer": "3.10.1",
                    "symfony/cache": "^5.4|^6.0|^7.0",
                    "symfony/console": "^4.4|^5.4|^6.0|^7.0",
                    "vimeo/psalm": "4.30.0"
                },
                "suggest": {
                    "symfony/console": "For helpful console commands such as SQL execution and import of files."
                },
                "bin": [
                    "bin/doctrine-dbal"
                ],
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Doctrine\\DBAL\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@gmail.com"
                    },
                    {
                        "name": "Roman Borschel",
                        "email": "roman@code-factory.org"
                    },
                    {
                        "name": "Benjamin Eberlei",
                        "email": "kontakt@beberlei.de"
                    },
                    {
                        "name": "Jonathan Wage",
                        "email": "jonwage@gmail.com"
                    }
                ],
                "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
                "homepage": "https://www.doctrine-project.org/projects/dbal.html",
                "keywords": [
                    "abstraction",
                    "database",
                    "db2",
                    "dbal",
                    "mariadb",
                    "mssql",
                    "mysql",
                    "oci8",
                    "oracle",
                    "pdo",
                    "pgsql",
                    "postgresql",
                    "queryobject",
                    "sasql",
                    "sql",
                    "sqlite",
                    "sqlserver",
                    "sqlsrv"
                ],
                "support": {
                    "issues": "https://github.com/doctrine/dbal/issues",
                    "source": "https://github.com/doctrine/dbal/tree/3.8.6"
                },
                "funding": [
                    {
                        "url": "https://www.doctrine-project.org/sponsorship.html",
                        "type": "custom"
                    },
                    {
                        "url": "https://www.patreon.com/phpdoctrine",
                        "type": "patreon"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
                        "type": "tidelift"
                    }
                ],
                "time": "2024-06-19T10:38:17+00:00"
            },
            {
                "name": "doctrine/deprecations",
                "version": "1.1.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/deprecations.git",
                    "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
                    "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1 || ^8.0"
                },
                "require-dev": {
                    "doctrine/coding-standard": "^9",
                    "phpstan/phpstan": "1.4.10 || 1.10.15",
                    "phpstan/phpstan-phpunit": "^1.0",
                    "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                    "psalm/plugin-phpunit": "0.18.4",
                    "psr/log": "^1 || ^2 || ^3",
                    "vimeo/psalm": "4.30.0 || 5.12.0"
                },
                "suggest": {
                    "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
                "homepage": "https://www.doctrine-project.org/",
                "support": {
                    "issues": "https://github.com/doctrine/deprecations/issues",
                    "source": "https://github.com/doctrine/deprecations/tree/1.1.3"
                },
                "time": "2024-01-30T19:34:25+00:00"
            },
            {
                "name": "doctrine/doctrine-laminas-hydrator",
                "version": "3.4.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/doctrine-laminas-hydrator.git",
                    "reference": "3026b89388106f1a4404d1be569e81221b568563"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/doctrine-laminas-hydrator/zipball/3026b89388106f1a4404d1be569e81221b568563",
                    "reference": "3026b89388106f1a4404d1be569e81221b568563",
                    "shasum": ""
                },
                "require": {
                    "doctrine/collections": "^1.8.0 || ^2.0.0",
                    "doctrine/inflector": "^2.0.4",
                    "doctrine/persistence": "^2.5.0 || ^3.0.0",
                    "ext-ctype": "*",
                    "laminas/laminas-hydrator": "^4.13.0",
                    "laminas/laminas-stdlib": "^3.14.0",
                    "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "require-dev": {
                    "doctrine/coding-standard": "^12.0.0",
                    "phpstan/phpstan": "^1.9.2",
                    "phpunit/phpunit": "^9.5.26",
                    "vimeo/psalm": "^5.15.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Laminas\\Hydrator\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "description": "Doctrine hydrators for Laminas applications",
                "keywords": [
                    "doctrine",
                    "hydrator",
                    "laminas"
                ],
                "support": {
                    "issues": "https://github.com/doctrine/doctrine-laminas-hydrator/issues",
                    "rss": "https://github.com/doctrine/doctrine-laminas-hydrator/releases.atom",
                    "source": "https://github.com/doctrine/doctrine-laminas-hydrator"
                },
                "funding": [
                    {
                        "url": "https://www.doctrine-project.org/sponsorship.html",
                        "type": "custom"
                    },
                    {
                        "url": "https://www.patreon.com/phpdoctrine",
                        "type": "patreon"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-laminas-hydrator",
                        "type": "tidelift"
                    }
                ],
                "time": "2023-11-21T16:38:19+00:00"
            },
            {
                "name": "doctrine/doctrine-module",
                "version": "5.3.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/DoctrineModule.git",
                    "reference": "ad346200568aa095c58e2866eb1e2be0e3c3083f"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/DoctrineModule/zipball/ad346200568aa095c58e2866eb1e2be0e3c3083f",
                    "reference": "ad346200568aa095c58e2866eb1e2be0e3c3083f",
                    "shasum": ""
                },
                "require": {
                    "doctrine/annotations": "^1.13.3",
                    "doctrine/cache": "^1.13.0",
                    "doctrine/collections": "^1.8.0",
                    "doctrine/doctrine-laminas-hydrator": "^3.2.0",
                    "doctrine/event-manager": "^1.2.0",
                    "doctrine/inflector": "^2.0.6",
                    "doctrine/persistence": "^2.5.5 || ^3.1.0",
                    "laminas/laminas-authentication": "^2.12.0",
                    "laminas/laminas-cache": "^3.6.0",
                    "laminas/laminas-eventmanager": "^3.5.0",
                    "laminas/laminas-form": "^3.4.1",
                    "laminas/laminas-modulemanager": "^2.12.0",
                    "laminas/laminas-mvc": "^3.3.5",
                    "laminas/laminas-paginator": "^2.13.0",
                    "laminas/laminas-servicemanager": "^3.17.0",
                    "laminas/laminas-stdlib": "^3.13.0",
                    "laminas/laminas-validator": "^2.25.0",
                    "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
                    "psr/container": "^1.1.2",
                    "symfony/console": "^5.4.16 || ^6.2.1"
                },
                "conflict": {
                    "doctrine/orm": "2.12.0"
                },
                "provide": {
                    "laminas/laminas-cache-storage-implementation": "1.0.0"
                },
                "require-dev": {
                    "doctrine/coding-standard": "^9.0.2",
                    "doctrine/mongodb-odm": "^2.4.2",
                    "doctrine/orm": "^2.13.4",
                    "jangregor/phpstan-prophecy": "^1.0.0",
                    "laminas/laminas-cache-storage-adapter-blackhole": "^2.0.0",
                    "laminas/laminas-cache-storage-adapter-memory": "^2.1.0",
                    "laminas/laminas-i18n": "^2.17.0",
                    "laminas/laminas-log": "^2.15.3",
                    "laminas/laminas-serializer": "^2.13.0",
                    "laminas/laminas-session": "^2.13.0",
                    "phpstan/phpstan": "^1.9.2",
                    "phpstan/phpstan-phpunit": "^1.3.0",
                    "phpunit/phpunit": "^9.5.27",
                    "predis/predis": "^1.1.10",
                    "vimeo/psalm": "^5.0"
                },
                "suggest": {
                    "doctrine/data-fixtures": "Data Fixtures if you want to generate test data or bootstrap data for your deployments"
                },
                "bin": [
                    "bin/doctrine-module"
                ],
                "type": "library",
                "extra": {
                    "laminas": {
                        "config-provider": "DoctrineModule\\ConfigProvider",
                        "module": "DoctrineModule"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "DoctrineModule\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Kyle Spraggs",
                        "email": "theman@spiffyjr.me",
                        "homepage": "http://www.spiffyjr.me/"
                    },
                    {
                        "name": "Marco Pivetta",
                        "email": "ocramius@gmail.com",
                        "homepage": "http://marco-pivetta.com/"
                    },
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@hotmail.com"
                    },
                    {
                        "name": "Michaël Gallego",
                        "email": "mic.gallego@gmail.com",
                        "homepage": "http://www.michaelgallego.fr"
                    },
                    {
                        "name": "Tom H Anderson",
                        "email": "tom.h.anderson@gmail.com",
                        "homepage": "https://tomhanderson.com"
                    }
                ],
                "description": "Laminas Module that provides Doctrine basic functionality required for ORM and ODM modules",
                "homepage": "http://www.doctrine-project.org/",
                "keywords": [
                    "doctrine",
                    "laminas",
                    "module"
                ],
                "support": {
                    "issues": "https://github.com/doctrine/DoctrineModule/issues",
                    "source": "https://github.com/doctrine/DoctrineModule/tree/5.3.0"
                },
                "funding": [
                    {
                        "url": "https://www.doctrine-project.org/sponsorship.html",
                        "type": "custom"
                    },
                    {
                        "url": "https://www.patreon.com/phpdoctrine",
                        "type": "patreon"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-module",
                        "type": "tidelift"
                    }
                ],
                "time": "2022-12-12T15:24:40+00:00"
            },
            {
                "name": "doctrine/doctrine-orm-module",
                "version": "5.3.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/DoctrineORMModule.git",
                    "reference": "79715e6ed9939595789b62eb21ed15592493ee3c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/DoctrineORMModule/zipball/79715e6ed9939595789b62eb21ed15592493ee3c",
                    "reference": "79715e6ed9939595789b62eb21ed15592493ee3c",
                    "shasum": ""
                },
                "require": {
                    "doctrine/dbal": "^2.13.7 || ^3.3.2",
                    "doctrine/doctrine-laminas-hydrator": "^3.0.0",
                    "doctrine/doctrine-module": "^5.3.0",
                    "doctrine/event-manager": "^1.1.1",
                    "doctrine/orm": "^2.11.1",
                    "doctrine/persistence": "^2.3.0 || ^3.0.0",
                    "ext-json": "*",
                    "laminas/laminas-eventmanager": "^3.4.0",
                    "laminas/laminas-modulemanager": "^2.11.0",
                    "laminas/laminas-mvc": "^3.3.2",
                    "laminas/laminas-paginator": "^2.12.2",
                    "laminas/laminas-servicemanager": "^3.17.0",
                    "laminas/laminas-stdlib": "^3.7.1",
                    "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0",
                    "psr/container": "^1.1.2",
                    "symfony/console": "^5.4.3 || ^6.0.3"
                },
                "conflict": {
                    "doctrine/migrations": "<3.3"
                },
                "require-dev": {
                    "doctrine/annotations": "^1.13.2",
                    "doctrine/coding-standard": "^9.0.0",
                    "doctrine/data-fixtures": "^1.5.2",
                    "doctrine/migrations": "^3.4.1",
                    "laminas/laminas-developer-tools": "^2.3.0",
                    "laminas/laminas-i18n": "^2.13.0",
                    "laminas/laminas-log": "^2.15.0",
                    "laminas/laminas-serializer": "^2.12.0",
                    "ocramius/proxy-manager": "^2.2.0",
                    "phpstan/phpstan": "^1.4.6",
                    "phpstan/phpstan-phpunit": "^1.0.0",
                    "phpunit/phpunit": "^9.5.13",
                    "squizlabs/php_codesniffer": "^3.6.2",
                    "vimeo/psalm": "^5.4.0"
                },
                "suggest": {
                    "doctrine/migrations": "doctrine migrations if you want to keep your schema definitions versioned",
                    "laminas/laminas-developer-tools": "laminas-developer-tools if you want to profile operations executed by the ORM during development",
                    "laminas/laminas-form": "if you want to use form elements backed by Doctrine"
                },
                "type": "library",
                "extra": {
                    "laminas": {
                        "config-provider": "DoctrineORMModule\\ConfigProvider",
                        "module": "DoctrineORMModule"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "DoctrineORMModule\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Kyle Spraggs",
                        "email": "theman@spiffyjr.me",
                        "homepage": "http://www.spiffyjr.me/"
                    },
                    {
                        "name": "Marco Pivetta",
                        "email": "ocramius@gmail.com",
                        "homepage": "http://marco-pivetta.com/"
                    },
                    {
                        "name": "Evan Coury",
                        "email": "me@evancoury.com",
                        "homepage": "http://blog.evan.pro/"
                    },
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@hotmail.com"
                    },
                    {
                        "name": "Tom H Anderson",
                        "email": "tom.h.anderson@gmail.com"
                    }
                ],
                "description": "Laminas Module that provides Doctrine ORM functionality",
                "homepage": "http://www.doctrine-project.org/",
                "keywords": [
                    "doctrine",
                    "laminas",
                    "module",
                    "orm"
                ],
                "support": {
                    "issues": "https://github.com/doctrine/DoctrineORMModule/issues",
                    "source": "https://github.com/doctrine/DoctrineORMModule/tree/5.3.0"
                },
                "funding": [
                    {
                        "url": "https://www.doctrine-project.org/sponsorship.html",
                        "type": "custom"
                    },
                    {
                        "url": "https://www.patreon.com/phpdoctrine",
                        "type": "patreon"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-orm-module",
                        "type": "tidelift"
                    }
                ],
                "time": "2022-12-23T10:42:13+00:00"
            },
            {
                "name": "doctrine/event-manager",
                "version": "1.2.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/event-manager.git",
                    "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/event-manager/zipball/95aa4cb529f1e96576f3fda9f5705ada4056a520",
                    "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520",
                    "shasum": ""
                },
                "require": {
                    "doctrine/deprecations": "^0.5.3 || ^1",
                    "php": "^7.1 || ^8.0"
                },
                "conflict": {
                    "doctrine/common": "<2.9"
                },
                "require-dev": {
                    "doctrine/coding-standard": "^9 || ^10",
                    "phpstan/phpstan": "~1.4.10 || ^1.8.8",
                    "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                    "vimeo/psalm": "^4.24"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Common\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@gmail.com"
                    },
                    {
                        "name": "Roman Borschel",
                        "email": "roman@code-factory.org"
                    },
                    {
                        "name": "Benjamin Eberlei",
                        "email": "kontakt@beberlei.de"
                    },
                    {
                        "name": "Jonathan Wage",
                        "email": "jonwage@gmail.com"
                    },
                    {
                        "name": "Johannes Schmitt",
                        "email": "schmittjoh@gmail.com"
                    },
                    {
                        "name": "Marco Pivetta",
                        "email": "ocramius@gmail.com"
                    }
                ],
                "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
                "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
                "keywords": [
                    "event",
                    "event dispatcher",
                    "event manager",
                    "event system",
                    "events"
                ],
                "support": {
                    "issues": "https://github.com/doctrine/event-manager/issues",
                    "source": "https://github.com/doctrine/event-manager/tree/1.2.0"
                },
                "funding": [
                    {
                        "url": "https://www.doctrine-project.org/sponsorship.html",
                        "type": "custom"
                    },
                    {
                        "url": "https://www.patreon.com/phpdoctrine",
                        "type": "patreon"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
                        "type": "tidelift"
                    }
                ],
                "time": "2022-10-12T20:51:15+00:00"
            },
            {
                "name": "doctrine/inflector",
                "version": "2.0.10",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/inflector.git",
                    "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc",
                    "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.2 || ^8.0"
                },
                "require-dev": {
                    "doctrine/coding-standard": "^11.0",
                    "phpstan/phpstan": "^1.8",
                    "phpstan/phpstan-phpunit": "^1.1",
                    "phpstan/phpstan-strict-rules": "^1.3",
                    "phpunit/phpunit": "^8.5 || ^9.5",
                    "vimeo/psalm": "^4.25 || ^5.4"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@gmail.com"
                    },
                    {
                        "name": "Roman Borschel",
                        "email": "roman@code-factory.org"
                    },
                    {
                        "name": "Benjamin Eberlei",
                        "email": "kontakt@beberlei.de"
                    },
                    {
                        "name": "Jonathan Wage",
                        "email": "jonwage@gmail.com"
                    },
                    {
                        "name": "Johannes Schmitt",
                        "email": "schmittjoh@gmail.com"
                    }
                ],
                "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
                "homepage": "https://www.doctrine-project.org/projects/inflector.html",
                "keywords": [
                    "inflection",
                    "inflector",
                    "lowercase",
                    "manipulation",
                    "php",
                    "plural",
                    "singular",
                    "strings",
                    "uppercase",
                    "words"
                ],
                "support": {
                    "issues": "https://github.com/doctrine/inflector/issues",
                    "source": "https://github.com/doctrine/inflector/tree/2.0.10"
                },
                "funding": [
                    {
                        "url": "https://www.doctrine-project.org/sponsorship.html",
                        "type": "custom"
                    },
                    {
                        "url": "https://www.patreon.com/phpdoctrine",
                        "type": "patreon"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
                        "type": "tidelift"
                    }
                ],
                "time": "2024-02-18T20:23:39+00:00"
            },
            {
                "name": "doctrine/instantiator",
                "version": "2.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/instantiator.git",
                    "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
                    "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
                    "shasum": ""
                },
                "require": {
                    "php": "^8.1"
                },
                "require-dev": {
                    "doctrine/coding-standard": "^11",
                    "ext-pdo": "*",
                    "ext-phar": "*",
                    "phpbench/phpbench": "^1.2",
                    "phpstan/phpstan": "^1.9.4",
                    "phpstan/phpstan-phpunit": "^1.3",
                    "phpunit/phpunit": "^9.5.27",
                    "vimeo/psalm": "^5.4"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Marco Pivetta",
                        "email": "ocramius@gmail.com",
                        "homepage": "https://ocramius.github.io/"
                    }
                ],
                "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
                "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
                "keywords": [
                    "constructor",
                    "instantiate"
                ],
                "support": {
                    "issues": "https://github.com/doctrine/instantiator/issues",
                    "source": "https://github.com/doctrine/instantiator/tree/2.0.0"
                },
                "funding": [
                    {
                        "url": "https://www.doctrine-project.org/sponsorship.html",
                        "type": "custom"
                    },
                    {
                        "url": "https://www.patreon.com/phpdoctrine",
                        "type": "patreon"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
                        "type": "tidelift"
                    }
                ],
                "time": "2022-12-30T00:23:10+00:00"
            },
            {
                "name": "doctrine/lexer",
                "version": "2.1.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/lexer.git",
                    "reference": "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/lexer/zipball/861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6",
                    "reference": "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6",
                    "shasum": ""
                },
                "require": {
                    "doctrine/deprecations": "^1.0",
                    "php": "^7.1 || ^8.0"
                },
                "require-dev": {
                    "doctrine/coding-standard": "^9 || ^12",
                    "phpstan/phpstan": "^1.3",
                    "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6",
                    "psalm/plugin-phpunit": "^0.18.3",
                    "vimeo/psalm": "^4.11 || ^5.21"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Common\\Lexer\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@gmail.com"
                    },
                    {
                        "name": "Roman Borschel",
                        "email": "roman@code-factory.org"
                    },
                    {
                        "name": "Johannes Schmitt",
                        "email": "schmittjoh@gmail.com"
                    }
                ],
                "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
                "homepage": "https://www.doctrine-project.org/projects/lexer.html",
                "keywords": [
                    "annotations",
                    "docblock",
                    "lexer",
                    "parser",
                    "php"
                ],
                "support": {
                    "issues": "https://github.com/doctrine/lexer/issues",
                    "source": "https://github.com/doctrine/lexer/tree/2.1.1"
                },
                "funding": [
                    {
                        "url": "https://www.doctrine-project.org/sponsorship.html",
                        "type": "custom"
                    },
                    {
                        "url": "https://www.patreon.com/phpdoctrine",
                        "type": "patreon"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
                        "type": "tidelift"
                    }
                ],
                "time": "2024-02-05T11:35:39+00:00"
            },
            {
                "name": "doctrine/orm",
                "version": "2.19.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/orm.git",
                    "reference": "c1bb2ccf4b19c845f91ff7c4c01dc7cbba7f4073"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/orm/zipball/c1bb2ccf4b19c845f91ff7c4c01dc7cbba7f4073",
                    "reference": "c1bb2ccf4b19c845f91ff7c4c01dc7cbba7f4073",
                    "shasum": ""
                },
                "require": {
                    "composer-runtime-api": "^2",
                    "doctrine/cache": "^1.12.1 || ^2.1.1",
                    "doctrine/collections": "^1.5 || ^2.1",
                    "doctrine/common": "^3.0.3",
                    "doctrine/dbal": "^2.13.1 || ^3.2",
                    "doctrine/deprecations": "^0.5.3 || ^1",
                    "doctrine/event-manager": "^1.2 || ^2",
                    "doctrine/inflector": "^1.4 || ^2.0",
                    "doctrine/instantiator": "^1.3 || ^2",
                    "doctrine/lexer": "^2 || ^3",
                    "doctrine/persistence": "^2.4 || ^3",
                    "ext-ctype": "*",
                    "php": "^7.1 || ^8.0",
                    "psr/cache": "^1 || ^2 || ^3",
                    "symfony/console": "^4.2 || ^5.0 || ^6.0 || ^7.0",
                    "symfony/polyfill-php72": "^1.23",
                    "symfony/polyfill-php80": "^1.16"
                },
                "conflict": {
                    "doctrine/annotations": "<1.13 || >= 3.0"
                },
                "require-dev": {
                    "doctrine/annotations": "^1.13 || ^2",
                    "doctrine/coding-standard": "^9.0.2 || ^12.0",
                    "phpbench/phpbench": "^0.16.10 || ^1.0",
                    "phpstan/phpstan": "~1.4.10 || 1.11.1",
                    "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6",
                    "psr/log": "^1 || ^2 || ^3",
                    "squizlabs/php_codesniffer": "3.7.2",
                    "symfony/cache": "^4.4 || ^5.4 || ^6.4 || ^7.0",
                    "symfony/var-exporter": "^4.4 || ^5.4 || ^6.2 || ^7.0",
                    "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
                    "vimeo/psalm": "4.30.0 || 5.24.0"
                },
                "suggest": {
                    "ext-dom": "Provides support for XSD validation for XML mapping files",
                    "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0",
                    "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
                },
                "bin": [
                    "bin/doctrine"
                ],
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Doctrine\\ORM\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@gmail.com"
                    },
                    {
                        "name": "Roman Borschel",
                        "email": "roman@code-factory.org"
                    },
                    {
                        "name": "Benjamin Eberlei",
                        "email": "kontakt@beberlei.de"
                    },
                    {
                        "name": "Jonathan Wage",
                        "email": "jonwage@gmail.com"
                    },
                    {
                        "name": "Marco Pivetta",
                        "email": "ocramius@gmail.com"
                    }
                ],
                "description": "Object-Relational-Mapper for PHP",
                "homepage": "https://www.doctrine-project.org/projects/orm.html",
                "keywords": [
                    "database",
                    "orm"
                ],
                "support": {
                    "issues": "https://github.com/doctrine/orm/issues",
                    "source": "https://github.com/doctrine/orm/tree/2.19.6"
                },
                "time": "2024-06-26T17:24:40+00:00"
            },
            {
                "name": "doctrine/persistence",
                "version": "3.3.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/persistence.git",
                    "reference": "b337726451f5d530df338fc7f68dee8781b49779"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/persistence/zipball/b337726451f5d530df338fc7f68dee8781b49779",
                    "reference": "b337726451f5d530df338fc7f68dee8781b49779",
                    "shasum": ""
                },
                "require": {
                    "doctrine/event-manager": "^1 || ^2",
                    "php": "^7.2 || ^8.0",
                    "psr/cache": "^1.0 || ^2.0 || ^3.0"
                },
                "conflict": {
                    "doctrine/common": "<2.10"
                },
                "require-dev": {
                    "doctrine/coding-standard": "^12",
                    "doctrine/common": "^3.0",
                    "phpstan/phpstan": "1.11.1",
                    "phpstan/phpstan-phpunit": "^1",
                    "phpstan/phpstan-strict-rules": "^1.1",
                    "phpunit/phpunit": "^8.5 || ^9.5",
                    "symfony/cache": "^4.4 || ^5.4 || ^6.0",
                    "vimeo/psalm": "4.30.0 || 5.24.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Persistence\\": "src/Persistence"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@gmail.com"
                    },
                    {
                        "name": "Roman Borschel",
                        "email": "roman@code-factory.org"
                    },
                    {
                        "name": "Benjamin Eberlei",
                        "email": "kontakt@beberlei.de"
                    },
                    {
                        "name": "Jonathan Wage",
                        "email": "jonwage@gmail.com"
                    },
                    {
                        "name": "Johannes Schmitt",
                        "email": "schmittjoh@gmail.com"
                    },
                    {
                        "name": "Marco Pivetta",
                        "email": "ocramius@gmail.com"
                    }
                ],
                "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
                "homepage": "https://www.doctrine-project.org/projects/persistence.html",
                "keywords": [
                    "mapper",
                    "object",
                    "odm",
                    "orm",
                    "persistence"
                ],
                "support": {
                    "issues": "https://github.com/doctrine/persistence/issues",
                    "source": "https://github.com/doctrine/persistence/tree/3.3.3"
                },
                "funding": [
                    {
                        "url": "https://www.doctrine-project.org/sponsorship.html",
                        "type": "custom"
                    },
                    {
                        "url": "https://www.patreon.com/phpdoctrine",
                        "type": "patreon"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
                        "type": "tidelift"
                    }
                ],
                "time": "2024-06-20T10:14:30+00:00"
            },
            {
                "name": "dompdf/dompdf",
                "version": "v0.8.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/dompdf/dompdf.git",
                    "reference": "75f13c700009be21a1965dc2c5b68a8708c22ba2"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/dompdf/dompdf/zipball/75f13c700009be21a1965dc2c5b68a8708c22ba2",
                    "reference": "75f13c700009be21a1965dc2c5b68a8708c22ba2",
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "ext-mbstring": "*",
                    "phenx/php-font-lib": "0.5.*",
                    "phenx/php-svg-lib": "0.3.*",
                    "php": ">=5.4.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.8|^5.5|^6.5",
                    "squizlabs/php_codesniffer": "2.*"
                },
                "suggest": {
                    "ext-gd": "Needed to process images",
                    "ext-gmagick": "Improves image processing performance",
                    "ext-imagick": "Improves image processing performance"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-develop": "0.7-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Dompdf\\": "src/"
                    },
                    "classmap": [
                        "lib/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "LGPL-2.1"
                ],
                "authors": [
                    {
                        "name": "Fabien Ménager",
                        "email": "fabien.menager@gmail.com"
                    },
                    {
                        "name": "Brian Sweeney",
                        "email": "eclecticgeek@gmail.com"
                    },
                    {
                        "name": "Gabriel Bull",
                        "email": "me@gabrielbull.com"
                    }
                ],
                "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
                "homepage": "https://github.com/dompdf/dompdf",
                "support": {
                    "issues": "https://github.com/dompdf/dompdf/issues",
                    "source": "https://github.com/dompdf/dompdf/tree/master"
                },
                "time": "2018-12-14T02:40:31+00:00"
            },
            {
                "name": "egulias/email-validator",
                "version": "3.2.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/egulias/EmailValidator.git",
                    "reference": "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7",
                    "reference": "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7",
                    "shasum": ""
                },
                "require": {
                    "doctrine/lexer": "^1.2|^2",
                    "php": ">=7.2",
                    "symfony/polyfill-intl-idn": "^1.15"
                },
                "require-dev": {
                    "phpunit/phpunit": "^8.5.8|^9.3.3",
                    "vimeo/psalm": "^4"
                },
                "suggest": {
                    "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Egulias\\EmailValidator\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Eduardo Gulias Davis"
                    }
                ],
                "description": "A library for validating emails against several RFCs",
                "homepage": "https://github.com/egulias/EmailValidator",
                "keywords": [
                    "email",
                    "emailvalidation",
                    "emailvalidator",
                    "validation",
                    "validator"
                ],
                "support": {
                    "issues": "https://github.com/egulias/EmailValidator/issues",
                    "source": "https://github.com/egulias/EmailValidator/tree/3.2.6"
                },
                "funding": [
                    {
                        "url": "https://github.com/egulias",
                        "type": "github"
                    }
                ],
                "time": "2023-06-01T07:04:22+00:00"
            },
            {
                "name": "elasticsearch/elasticsearch",
                "version": "v7.17.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/elastic/elasticsearch-php.git",
                    "reference": "2d302233f2bb0926812d82823bb820d405e130fc"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/2d302233f2bb0926812d82823bb820d405e130fc",
                    "reference": "2d302233f2bb0926812d82823bb820d405e130fc",
                    "shasum": ""
                },
                "require": {
                    "ext-json": ">=1.3.7",
                    "ezimuel/ringphp": "^1.1.2",
                    "php": "^7.3 || ^8.0",
                    "psr/log": "^1|^2|^3"
                },
                "require-dev": {
                    "ext-yaml": "*",
                    "ext-zip": "*",
                    "mockery/mockery": "^1.2",
                    "phpstan/phpstan": "^1.10",
                    "phpunit/phpunit": "^9.3",
                    "squizlabs/php_codesniffer": "^3.4",
                    "symfony/finder": "~4.0"
                },
                "suggest": {
                    "ext-curl": "*",
                    "monolog/monolog": "Allows for client-level logging and tracing"
                },
                "type": "library",
                "autoload": {
                    "files": [
                        "src/autoload.php"
                    ],
                    "psr-4": {
                        "Elasticsearch\\": "src/Elasticsearch/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "Apache-2.0",
                    "LGPL-2.1-only"
                ],
                "authors": [
                    {
                        "name": "Zachary Tong"
                    },
                    {
                        "name": "Enrico Zimuel"
                    }
                ],
                "description": "PHP Client for Elasticsearch",
                "keywords": [
                    "client",
                    "elasticsearch",
                    "search"
                ],
                "support": {
                    "issues": "https://github.com/elastic/elasticsearch-php/issues",
                    "source": "https://github.com/elastic/elasticsearch-php/tree/v7.17.2"
                },
                "time": "2023-04-21T15:31:12+00:00"
            },
            {
                "name": "erusev/parsedown",
                "version": "1.7.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/erusev/parsedown.git",
                    "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
                    "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
                    "shasum": ""
                },
                "require": {
                    "ext-mbstring": "*",
                    "php": ">=5.3.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.8.35"
                },
                "type": "library",
                "autoload": {
                    "psr-0": {
                        "Parsedown": ""
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Emanuil Rusev",
                        "email": "hello@erusev.com",
                        "homepage": "http://erusev.com"
                    }
                ],
                "description": "Parser for Markdown.",
                "homepage": "http://parsedown.org",
                "keywords": [
                    "markdown",
                    "parser"
                ],
                "support": {
                    "issues": "https://github.com/erusev/parsedown/issues",
                    "source": "https://github.com/erusev/parsedown/tree/1.7.x"
                },
                "time": "2019-12-30T22:54:17+00:00"
            },
            {
                "name": "ezimuel/guzzlestreams",
                "version": "3.1.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/ezimuel/guzzlestreams.git",
                    "reference": "b4b5a025dfee70d6cd34c780e07330eb93d5b997"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/ezimuel/guzzlestreams/zipball/b4b5a025dfee70d6cd34c780e07330eb93d5b997",
                    "reference": "b4b5a025dfee70d6cd34c780e07330eb93d5b997",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.4.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "~9.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.0-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "GuzzleHttp\\Stream\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Michael Dowling",
                        "email": "mtdowling@gmail.com",
                        "homepage": "https://github.com/mtdowling"
                    }
                ],
                "description": "Fork of guzzle/streams (abandoned) to be used with elasticsearch-php",
                "homepage": "http://guzzlephp.org/",
                "keywords": [
                    "Guzzle",
                    "stream"
                ],
                "support": {
                    "source": "https://github.com/ezimuel/guzzlestreams/tree/3.1.0"
                },
                "time": "2022-10-24T12:58:50+00:00"
            },
            {
                "name": "ezimuel/ringphp",
                "version": "1.2.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/ezimuel/ringphp.git",
                    "reference": "7887fc8488013065f72f977dcb281994f5fde9f4"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/ezimuel/ringphp/zipball/7887fc8488013065f72f977dcb281994f5fde9f4",
                    "reference": "7887fc8488013065f72f977dcb281994f5fde9f4",
                    "shasum": ""
                },
                "require": {
                    "ezimuel/guzzlestreams": "^3.0.1",
                    "php": ">=5.4.0",
                    "react/promise": "~2.0"
                },
                "replace": {
                    "guzzlehttp/ringphp": "self.version"
                },
                "require-dev": {
                    "ext-curl": "*",
                    "phpunit/phpunit": "~9.0"
                },
                "suggest": {
                    "ext-curl": "Guzzle will use specific adapters if cURL is present"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.1-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "GuzzleHttp\\Ring\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Michael Dowling",
                        "email": "mtdowling@gmail.com",
                        "homepage": "https://github.com/mtdowling"
                    }
                ],
                "description": "Fork of guzzle/RingPHP (abandoned) to be used with elasticsearch-php",
                "support": {
                    "source": "https://github.com/ezimuel/ringphp/tree/1.2.2"
                },
                "time": "2022-12-07T11:28:53+00:00"
            },
            {
                "name": "ezyang/htmlpurifier",
                "version": "v4.17.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/ezyang/htmlpurifier.git",
                    "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c",
                    "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c",
                    "shasum": ""
                },
                "require": {
                    "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "require-dev": {
                    "cerdic/css-tidy": "^1.7 || ^2.0",
                    "simpletest/simpletest": "dev-master"
                },
                "suggest": {
                    "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
                    "ext-bcmath": "Used for unit conversion and imagecrash protection",
                    "ext-iconv": "Converts text to and from non-UTF-8 encodings",
                    "ext-tidy": "Used for pretty-printing HTML"
                },
                "type": "library",
                "autoload": {
                    "files": [
                        "library/HTMLPurifier.composer.php"
                    ],
                    "psr-0": {
                        "HTMLPurifier": "library/"
                    },
                    "exclude-from-classmap": [
                        "/library/HTMLPurifier/Language/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "LGPL-2.1-or-later"
                ],
                "authors": [
                    {
                        "name": "Edward Z. Yang",
                        "email": "admin@htmlpurifier.org",
                        "homepage": "http://ezyang.com"
                    }
                ],
                "description": "Standards compliant HTML filter written in PHP",
                "homepage": "http://htmlpurifier.org/",
                "keywords": [
                    "html"
                ],
                "support": {
                    "issues": "https://github.com/ezyang/htmlpurifier/issues",
                    "source": "https://github.com/ezyang/htmlpurifier/tree/v4.17.0"
                },
                "time": "2023-11-17T15:01:25+00:00"
            },
            {
                "name": "fightbulc/moment",
                "version": "1.34",
                "source": {
                    "type": "git",
                    "url": "https://github.com/fightbulc/moment.php.git",
                    "reference": "c813018ff87dfe77353f838908fc644cc5536b50"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/fightbulc/moment.php/zipball/c813018ff87dfe77353f838908fc644cc5536b50",
                    "reference": "c813018ff87dfe77353f838908fc644cc5536b50",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.8.36 || ^5.5 || ^6.5 || ^7.5 || ^9.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Moment\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Tino Ehrich",
                        "email": "tino@bigpun.me",
                        "role": "developer"
                    }
                ],
                "description": "Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js",
                "keywords": [
                    "date",
                    "display",
                    "format",
                    "i18n",
                    "locale",
                    "manipulate",
                    "moment",
                    "parse",
                    "time",
                    "translation",
                    "validate"
                ],
                "support": {
                    "issues": "https://github.com/fightbulc/moment.php/issues",
                    "source": "https://github.com/fightbulc/moment.php/tree/1.34"
                },
                "time": "2023-01-26T21:18:59+00:00"
            },
            {
                "name": "friendsofphp/proxy-manager-lts",
                "version": "v1.0.18",
                "source": {
                    "type": "git",
                    "url": "https://github.com/FriendsOfPHP/proxy-manager-lts.git",
                    "reference": "2c8a6cffc3220e99352ad958fe7cf06bf6f7690f"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/2c8a6cffc3220e99352ad958fe7cf06bf6f7690f",
                    "reference": "2c8a6cffc3220e99352ad958fe7cf06bf6f7690f",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-code": "~3.4.1|^4.0",
                    "php": ">=7.1",
                    "symfony/filesystem": "^4.4.17|^5.0|^6.0|^7.0"
                },
                "conflict": {
                    "laminas/laminas-stdlib": "<3.2.1",
                    "zendframework/zend-stdlib": "<3.2.1"
                },
                "replace": {
                    "ocramius/proxy-manager": "^2.1"
                },
                "require-dev": {
                    "ext-phar": "*",
                    "symfony/phpunit-bridge": "^5.4|^6.0|^7.0"
                },
                "type": "library",
                "extra": {
                    "thanks": {
                        "name": "ocramius/proxy-manager",
                        "url": "https://github.com/Ocramius/ProxyManager"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "ProxyManager\\": "src/ProxyManager"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Marco Pivetta",
                        "email": "ocramius@gmail.com",
                        "homepage": "https://ocramius.github.io/"
                    },
                    {
                        "name": "Nicolas Grekas",
                        "email": "p@tchwork.com"
                    }
                ],
                "description": "Adding support for a wider range of PHP versions to ocramius/proxy-manager",
                "homepage": "https://github.com/FriendsOfPHP/proxy-manager-lts",
                "keywords": [
                    "aop",
                    "lazy loading",
                    "proxy",
                    "proxy pattern",
                    "service proxies"
                ],
                "support": {
                    "issues": "https://github.com/FriendsOfPHP/proxy-manager-lts/issues",
                    "source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.18"
                },
                "funding": [
                    {
                        "url": "https://github.com/Ocramius",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/ocramius/proxy-manager",
                        "type": "tidelift"
                    }
                ],
                "time": "2024-03-20T12:50:41+00:00"
            },
            {
                "name": "graham-campbell/result-type",
                "version": "v1.1.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/GrahamCampbell/Result-Type.git",
                    "reference": "3ba905c11371512af9d9bdd27d99b782216b6945"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945",
                    "reference": "3ba905c11371512af9d9bdd27d99b782216b6945",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.2.5 || ^8.0",
                    "phpoption/phpoption": "^1.9.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "GrahamCampbell\\ResultType\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Graham Campbell",
                        "email": "hello@gjcampbell.co.uk",
                        "homepage": "https://github.com/GrahamCampbell"
                    }
                ],
                "description": "An Implementation Of The Result Type",
                "keywords": [
                    "Graham Campbell",
                    "GrahamCampbell",
                    "Result Type",
                    "Result-Type",
                    "result"
                ],
                "support": {
                    "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
                    "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3"
                },
                "funding": [
                    {
                        "url": "https://github.com/GrahamCampbell",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
                        "type": "tidelift"
                    }
                ],
                "time": "2024-07-20T21:45:45+00:00"
            },
            {
                "name": "guzzlehttp/guzzle",
                "version": "7.8.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/guzzle/guzzle.git",
                    "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
                    "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
                    "shasum": ""
                },
                "require": {
                    "ext-json": "*",
                    "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
                    "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
                    "php": "^7.2.5 || ^8.0",
                    "psr/http-client": "^1.0",
                    "symfony/deprecation-contracts": "^2.2 || ^3.0"
                },
                "provide": {
                    "psr/http-client-implementation": "1.0"
                },
                "require-dev": {
                    "bamarni/composer-bin-plugin": "^1.8.2",
                    "ext-curl": "*",
                    "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
                    "php-http/message-factory": "^1.1",
                    "phpunit/phpunit": "^8.5.36 || ^9.6.15",
                    "psr/log": "^1.1 || ^2.0 || ^3.0"
                },
                "suggest": {
                    "ext-curl": "Required for CURL handler support",
                    "ext-intl": "Required for Internationalized Domain Name (IDN) support",
                    "psr/log": "Required for using the Log middleware"
                },
                "type": "library",
                "extra": {
                    "bamarni-bin": {
                        "bin-links": true,
                        "forward-command": false
                    }
                },
                "autoload": {
                    "files": [
                        "src/functions_include.php"
                    ],
                    "psr-4": {
                        "GuzzleHttp\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Graham Campbell",
                        "email": "hello@gjcampbell.co.uk",
                        "homepage": "https://github.com/GrahamCampbell"
                    },
                    {
                        "name": "Michael Dowling",
                        "email": "mtdowling@gmail.com",
                        "homepage": "https://github.com/mtdowling"
                    },
                    {
                        "name": "Jeremy Lindblom",
                        "email": "jeremeamia@gmail.com",
                        "homepage": "https://github.com/jeremeamia"
                    },
                    {
                        "name": "George Mponos",
                        "email": "gmponos@gmail.com",
                        "homepage": "https://github.com/gmponos"
                    },
                    {
                        "name": "Tobias Nyholm",
                        "email": "tobias.nyholm@gmail.com",
                        "homepage": "https://github.com/Nyholm"
                    },
                    {
                        "name": "Márk Sági-Kazár",
                        "email": "mark.sagikazar@gmail.com",
                        "homepage": "https://github.com/sagikazarmark"
                    },
                    {
                        "name": "Tobias Schultze",
                        "email": "webmaster@tubo-world.de",
                        "homepage": "https://github.com/Tobion"
                    }
                ],
                "description": "Guzzle is a PHP HTTP client library",
                "keywords": [
                    "client",
                    "curl",
                    "framework",
                    "http",
                    "http client",
                    "psr-18",
                    "psr-7",
                    "rest",
                    "web service"
                ],
                "support": {
                    "issues": "https://github.com/guzzle/guzzle/issues",
                    "source": "https://github.com/guzzle/guzzle/tree/7.8.1"
                },
                "funding": [
                    {
                        "url": "https://github.com/GrahamCampbell",
                        "type": "github"
                    },
                    {
                        "url": "https://github.com/Nyholm",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
                        "type": "tidelift"
                    }
                ],
                "time": "2023-12-03T20:35:24+00:00"
            },
            {
                "name": "guzzlehttp/promises",
                "version": "2.0.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/guzzle/promises.git",
                    "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
                    "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.2.5 || ^8.0"
                },
                "require-dev": {
                    "bamarni/composer-bin-plugin": "^1.8.2",
                    "phpunit/phpunit": "^8.5.36 || ^9.6.15"
                },
                "type": "library",
                "extra": {
                    "bamarni-bin": {
                        "bin-links": true,
                        "forward-command": false
                    }
                },
                "autoload": {
                    "psr-4": {
                        "GuzzleHttp\\Promise\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Graham Campbell",
                        "email": "hello@gjcampbell.co.uk",
                        "homepage": "https://github.com/GrahamCampbell"
                    },
                    {
                        "name": "Michael Dowling",
                        "email": "mtdowling@gmail.com",
                        "homepage": "https://github.com/mtdowling"
                    },
                    {
                        "name": "Tobias Nyholm",
                        "email": "tobias.nyholm@gmail.com",
                        "homepage": "https://github.com/Nyholm"
                    },
                    {
                        "name": "Tobias Schultze",
                        "email": "webmaster@tubo-world.de",
                        "homepage": "https://github.com/Tobion"
                    }
                ],
                "description": "Guzzle promises library",
                "keywords": [
                    "promise"
                ],
                "support": {
                    "issues": "https://github.com/guzzle/promises/issues",
                    "source": "https://github.com/guzzle/promises/tree/2.0.2"
                },
                "funding": [
                    {
                        "url": "https://github.com/GrahamCampbell",
                        "type": "github"
                    },
                    {
                        "url": "https://github.com/Nyholm",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
                        "type": "tidelift"
                    }
                ],
                "time": "2023-12-03T20:19:20+00:00"
            },
            {
                "name": "guzzlehttp/psr7",
                "version": "2.6.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/guzzle/psr7.git",
                    "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
                    "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.2.5 || ^8.0",
                    "psr/http-factory": "^1.0",
                    "psr/http-message": "^1.1 || ^2.0",
                    "ralouphie/getallheaders": "^3.0"
                },
                "provide": {
                    "psr/http-factory-implementation": "1.0",
                    "psr/http-message-implementation": "1.0"
                },
                "require-dev": {
                    "bamarni/composer-bin-plugin": "^1.8.2",
                    "http-interop/http-factory-tests": "^0.9",
                    "phpunit/phpunit": "^8.5.36 || ^9.6.15"
                },
                "suggest": {
                    "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
                },
                "type": "library",
                "extra": {
                    "bamarni-bin": {
                        "bin-links": true,
                        "forward-command": false
                    }
                },
                "autoload": {
                    "psr-4": {
                        "GuzzleHttp\\Psr7\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Graham Campbell",
                        "email": "hello@gjcampbell.co.uk",
                        "homepage": "https://github.com/GrahamCampbell"
                    },
                    {
                        "name": "Michael Dowling",
                        "email": "mtdowling@gmail.com",
                        "homepage": "https://github.com/mtdowling"
                    },
                    {
                        "name": "George Mponos",
                        "email": "gmponos@gmail.com",
                        "homepage": "https://github.com/gmponos"
                    },
                    {
                        "name": "Tobias Nyholm",
                        "email": "tobias.nyholm@gmail.com",
                        "homepage": "https://github.com/Nyholm"
                    },
                    {
                        "name": "Márk Sági-Kazár",
                        "email": "mark.sagikazar@gmail.com",
                        "homepage": "https://github.com/sagikazarmark"
                    },
                    {
                        "name": "Tobias Schultze",
                        "email": "webmaster@tubo-world.de",
                        "homepage": "https://github.com/Tobion"
                    },
                    {
                        "name": "Márk Sági-Kazár",
                        "email": "mark.sagikazar@gmail.com",
                        "homepage": "https://sagikazarmark.hu"
                    }
                ],
                "description": "PSR-7 message implementation that also provides common utility methods",
                "keywords": [
                    "http",
                    "message",
                    "psr-7",
                    "request",
                    "response",
                    "stream",
                    "uri",
                    "url"
                ],
                "support": {
                    "issues": "https://github.com/guzzle/psr7/issues",
                    "source": "https://github.com/guzzle/psr7/tree/2.6.2"
                },
                "funding": [
                    {
                        "url": "https://github.com/GrahamCampbell",
                        "type": "github"
                    },
                    {
                        "url": "https://github.com/Nyholm",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
                        "type": "tidelift"
                    }
                ],
                "time": "2023-12-03T20:05:35+00:00"
            },
            {
                "name": "jacksay/php-file-extension",
                "version": "0.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/Jacksay/php-file-extension.git",
                    "reference": "56aa4a38b6561f3a4a1bda025d8396c6d6bbc447"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Jacksay/php-file-extension/zipball/56aa4a38b6561f3a4a1bda025d8396c6d6bbc447",
                    "reference": "56aa4a38b6561f3a4a1bda025d8396c6d6bbc447",
                    "shasum": ""
                },
                "require-dev": {
                    "phpunit/phpunit": "6.*"
                },
                "type": "library",
                "autoload": {
                    "psr-0": {
                        "Jacksay": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "jacksay",
                        "email": "jacksay@jacksay.com"
                    }
                ],
                "description": "Utils for check and get file extension",
                "support": {
                    "issues": "https://github.com/Jacksay/php-file-extension/issues",
                    "source": "https://github.com/Jacksay/php-file-extension/tree/0.0.1"
                },
                "time": "2017-12-11T07:44:49+00:00"
            },
            {
                "name": "laminas/laminas-authentication",
                "version": "2.16.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-authentication.git",
                    "reference": "755b30a37de0f8649bad86dfdc46a0d57cb0d70f"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-authentication/zipball/755b30a37de0f8649bad86dfdc46a0d57cb0d70f",
                    "reference": "755b30a37de0f8649bad86dfdc46a0d57cb0d70f",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-stdlib": "^3.6.0",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "zendframework/zend-authentication": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.4.0",
                    "laminas/laminas-crypt": "^2.6.0 || ^3.10.0",
                    "laminas/laminas-db": "^2.18.0",
                    "laminas/laminas-http": "^2.18.0",
                    "laminas/laminas-ldap": "^2.17",
                    "laminas/laminas-session": "^2.16.0",
                    "laminas/laminas-uri": "^2.10.0",
                    "laminas/laminas-validator": "^2.30.1",
                    "phpunit/phpunit": "^9.6.13",
                    "psalm/plugin-phpunit": "^0.17.0",
                    "squizlabs/php_codesniffer": "^3.7.2",
                    "vimeo/psalm": "^4.30.0"
                },
                "suggest": {
                    "laminas/laminas-crypt": "Laminas\\Crypt component",
                    "laminas/laminas-db": "Laminas\\Db component",
                    "laminas/laminas-http": "Laminas\\Http component",
                    "laminas/laminas-ldap": "Laminas\\Ldap component",
                    "laminas/laminas-session": "Laminas\\Session component",
                    "laminas/laminas-uri": "Laminas\\Uri component",
                    "laminas/laminas-validator": "Laminas\\Validator component"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Laminas\\Authentication\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "provides an API for authentication and includes concrete authentication adapters for common use case scenarios",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "Authentication",
                    "laminas"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-authentication/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-authentication/issues",
                    "rss": "https://github.com/laminas/laminas-authentication/releases.atom",
                    "source": "https://github.com/laminas/laminas-authentication"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2023-11-06T09:32:35+00:00"
            },
            {
                "name": "laminas/laminas-cache",
                "version": "3.12.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-cache.git",
                    "reference": "f99d10dd1f13d5163a924f8561e9dca3d27d8ad2"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-cache/zipball/f99d10dd1f13d5163a924f8561e9dca3d27d8ad2",
                    "reference": "f99d10dd1f13d5163a924f8561e9dca3d27d8ad2",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-cache-storage-implementation": "1.0",
                    "laminas/laminas-eventmanager": "^3.4",
                    "laminas/laminas-servicemanager": "^3.21",
                    "laminas/laminas-stdlib": "^3.6",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
                    "psr/cache": "^1.0",
                    "psr/clock": "^1.0",
                    "psr/simple-cache": "^1.0",
                    "webmozart/assert": "^1.9"
                },
                "conflict": {
                    "stella-maris/clock": "<0.1.7",
                    "symfony/console": "<5.1"
                },
                "provide": {
                    "psr/cache-implementation": "1.0",
                    "psr/simple-cache-implementation": "1.0"
                },
                "require-dev": {
                    "laminas/laminas-cache-storage-adapter-apcu": "^2.4",
                    "laminas/laminas-cache-storage-adapter-blackhole": "^2.3",
                    "laminas/laminas-cache-storage-adapter-filesystem": "^2.3",
                    "laminas/laminas-cache-storage-adapter-memory": "^2.2",
                    "laminas/laminas-cache-storage-adapter-test": "^2.4",
                    "laminas/laminas-cli": "^1.7",
                    "laminas/laminas-coding-standard": "~2.5.0",
                    "laminas/laminas-config-aggregator": "^1.13",
                    "laminas/laminas-feed": "^2.20",
                    "laminas/laminas-serializer": "^2.14",
                    "phpbench/phpbench": "^1.2.7",
                    "phpunit/phpunit": "^9.5.27",
                    "psalm/plugin-phpunit": "^0.18.4",
                    "vimeo/psalm": "^5.4"
                },
                "suggest": {
                    "laminas/laminas-cache-storage-adapter-apcu": "APCu implementation",
                    "laminas/laminas-cache-storage-adapter-blackhole": "Blackhole/Void implementation",
                    "laminas/laminas-cache-storage-adapter-ext-mongodb": "MongoDB implementation",
                    "laminas/laminas-cache-storage-adapter-filesystem": "Filesystem implementation",
                    "laminas/laminas-cache-storage-adapter-memcached": "Memcached implementation",
                    "laminas/laminas-cache-storage-adapter-memory": "Memory implementation",
                    "laminas/laminas-cache-storage-adapter-redis": "Redis implementation",
                    "laminas/laminas-cache-storage-adapter-session": "Session implementation",
                    "laminas/laminas-cli": "The laminas-cli binary can be used to consume commands provided by this component",
                    "laminas/laminas-serializer": "Laminas\\Serializer component"
                },
                "type": "library",
                "extra": {
                    "laminas": {
                        "component": "Laminas\\Cache",
                        "config-provider": "Laminas\\Cache\\ConfigProvider"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Laminas\\Cache\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "cache",
                    "laminas",
                    "psr-16",
                    "psr-6"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-cache/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-cache/issues",
                    "rss": "https://github.com/laminas/laminas-cache/releases.atom",
                    "source": "https://github.com/laminas/laminas-cache"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2024-06-14T13:39:14+00:00"
            },
            {
                "name": "laminas/laminas-cache-storage-adapter-memory",
                "version": "2.3.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-cache-storage-adapter-memory.git",
                    "reference": "d2c357a8b839ceb0e0781d5e9aebe46642dbf0b2"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-memory/zipball/d2c357a8b839ceb0e0781d5e9aebe46642dbf0b2",
                    "reference": "d2c357a8b839ceb0e0781d5e9aebe46642dbf0b2",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-cache": "^3.0",
                    "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "laminas/laminas-servicemanager": "<3.11"
                },
                "provide": {
                    "laminas/laminas-cache-storage-implementation": "1.0"
                },
                "require-dev": {
                    "laminas/laminas-cache-storage-adapter-benchmark": "^1.1.0",
                    "laminas/laminas-cache-storage-adapter-test": "^2.3.0",
                    "laminas/laminas-coding-standard": "~2.5.0",
                    "psalm/plugin-phpunit": "^0.18.0",
                    "vimeo/psalm": "^4.29.0"
                },
                "type": "library",
                "extra": {
                    "laminas": {
                        "config-provider": "Laminas\\Cache\\Storage\\Adapter\\Memory\\ConfigProvider",
                        "module": "Laminas\\Cache\\Storage\\Adapter\\Memory"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Laminas\\Cache\\Storage\\Adapter\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Laminas cache adapter for memory",
                "keywords": [
                    "cache",
                    "laminas"
                ],
                "support": {
                    "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-memory/",
                    "forum": "https://discourse.laminas.dev/",
                    "issues": "https://github.com/laminas/laminas-cache-storage-adapter-memory/issues",
                    "rss": "https://github.com/laminas/laminas-cache-storage-adapter-memory/releases.atom",
                    "source": "https://github.com/laminas/laminas-cache-storage-adapter-memory"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2023-10-18T09:43:33+00:00"
            },
            {
                "name": "laminas/laminas-cache-storage-deprecated-factory",
                "version": "1.2.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-cache-storage-deprecated-factory.git",
                    "reference": "276ffbb6c01400fb071d8f6167650e6112d2de2f"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-cache-storage-deprecated-factory/zipball/276ffbb6c01400fb071d8f6167650e6112d2de2f",
                    "reference": "276ffbb6c01400fb071d8f6167650e6112d2de2f",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-cache": "^3.0",
                    "laminas/laminas-servicemanager": "^3.7",
                    "laminas/laminas-stdlib": "^3.6",
                    "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
                    "webmozart/assert": "^1.10"
                },
                "require-dev": {
                    "laminas/laminas-cache-storage-adapter-apcu": "^2.4",
                    "laminas/laminas-cache-storage-adapter-blackhole": "^2.2",
                    "laminas/laminas-cache-storage-adapter-ext-mongodb": "^2.3",
                    "laminas/laminas-cache-storage-adapter-filesystem": "^2.3",
                    "laminas/laminas-cache-storage-adapter-memcached": "^2.4",
                    "laminas/laminas-cache-storage-adapter-memory": "^2.2",
                    "laminas/laminas-cache-storage-adapter-redis": "^2.5",
                    "laminas/laminas-cache-storage-adapter-session": "^2.3",
                    "laminas/laminas-coding-standard": "2.3",
                    "laminas/laminas-serializer": "^2.14",
                    "phpunit/phpunit": "^9.5.27",
                    "psalm/plugin-phpunit": "^0.18.4",
                    "vimeo/psalm": "^5.4"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Laminas\\Cache\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Temporary storage adapter factory for fluent migration to laminas-cache v3 when working with laminas components which depend on laminas-cache",
                "support": {
                    "issues": "https://github.com/laminas/laminas-cache-storage-deprecated-factory/issues",
                    "source": "https://github.com/laminas/laminas-cache-storage-deprecated-factory/tree/1.2.0"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2024-01-08T14:30:59+00:00"
            },
            {
                "name": "laminas/laminas-code",
                "version": "4.14.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-code.git",
                    "reference": "562e02b7d85cb9142b5116cc76c4c7c162a11a1c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-code/zipball/562e02b7d85cb9142b5116cc76c4c7c162a11a1c",
                    "reference": "562e02b7d85cb9142b5116cc76c4c7c162a11a1c",
                    "shasum": ""
                },
                "require": {
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "require-dev": {
                    "doctrine/annotations": "^2.0.1",
                    "ext-phar": "*",
                    "laminas/laminas-coding-standard": "^2.5.0",
                    "laminas/laminas-stdlib": "^3.17.0",
                    "phpunit/phpunit": "^10.3.3",
                    "psalm/plugin-phpunit": "^0.19.0",
                    "vimeo/psalm": "^5.15.0"
                },
                "suggest": {
                    "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
                    "laminas/laminas-stdlib": "Laminas\\Stdlib component"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Laminas\\Code\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "code",
                    "laminas",
                    "laminasframework"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-code/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-code/issues",
                    "rss": "https://github.com/laminas/laminas-code/releases.atom",
                    "source": "https://github.com/laminas/laminas-code"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2024-06-17T08:50:25+00:00"
            },
            {
                "name": "laminas/laminas-config",
                "version": "3.9.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-config.git",
                    "reference": "e53717277f6c22b1c697a46473b9a5ec9a438efa"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-config/zipball/e53717277f6c22b1c697a46473b9a5ec9a438efa",
                    "reference": "e53717277f6c22b1c697a46473b9a5ec9a438efa",
                    "shasum": ""
                },
                "require": {
                    "ext-json": "*",
                    "laminas/laminas-stdlib": "^3.6",
                    "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
                    "psr/container": "^1.0"
                },
                "conflict": {
                    "container-interop/container-interop": "<1.2.0",
                    "zendframework/zend-config": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.4.0",
                    "laminas/laminas-filter": "~2.23.0",
                    "laminas/laminas-i18n": "~2.19.0",
                    "laminas/laminas-servicemanager": "~3.19.0",
                    "phpunit/phpunit": "~9.5.25"
                },
                "suggest": {
                    "laminas/laminas-filter": "^2.7.2; install if you want to use the Filter processor",
                    "laminas/laminas-i18n": "^2.7.4; install if you want to use the Translator processor",
                    "laminas/laminas-servicemanager": "^2.7.8 || ^3.3; if you need an extensible plugin manager for use with the Config Factory"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Laminas\\Config\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "provides a nested object property based user interface for accessing this configuration data within application code",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "config",
                    "laminas"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-config/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-config/issues",
                    "rss": "https://github.com/laminas/laminas-config/releases.atom",
                    "source": "https://github.com/laminas/laminas-config"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2023-09-19T12:02:54+00:00"
            },
            {
                "name": "laminas/laminas-crypt",
                "version": "3.11.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-crypt.git",
                    "reference": "098fc61a895d1ff5d1c2b861525b4428bf6c3240"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-crypt/zipball/098fc61a895d1ff5d1c2b861525b4428bf6c3240",
                    "reference": "098fc61a895d1ff5d1c2b861525b4428bf6c3240",
                    "shasum": ""
                },
                "require": {
                    "ext-mbstring": "*",
                    "laminas/laminas-math": "^3.4",
                    "laminas/laminas-servicemanager": "^3.11.2",
                    "laminas/laminas-stdlib": "^3.8",
                    "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
                    "psr/container": "^1.1"
                },
                "conflict": {
                    "zendframework/zend-crypt": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.4.0",
                    "phpunit/phpunit": "^9.5.25"
                },
                "suggest": {
                    "ext-openssl": "Required for most features of Laminas\\Crypt"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Laminas\\Crypt\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Strong cryptography tools and password hashing",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "crypt",
                    "laminas"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-crypt/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-crypt/issues",
                    "rss": "https://github.com/laminas/laminas-crypt/releases.atom",
                    "source": "https://github.com/laminas/laminas-crypt"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2023-11-06T23:02:42+00:00"
            },
            {
                "name": "laminas/laminas-db",
                "version": "2.20.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-db.git",
                    "reference": "207b9ee70a8b518913c1fad688d7a64fe89a8b91"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-db/zipball/207b9ee70a8b518913c1fad688d7a64fe89a8b91",
                    "reference": "207b9ee70a8b518913c1fad688d7a64fe89a8b91",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-stdlib": "^3.7.1",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "zendframework/zend-db": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "^2.4.0",
                    "laminas/laminas-eventmanager": "^3.6.0",
                    "laminas/laminas-hydrator": "^4.7",
                    "laminas/laminas-servicemanager": "^3.19.0",
                    "phpunit/phpunit": "^9.5.25"
                },
                "suggest": {
                    "laminas/laminas-eventmanager": "Laminas\\EventManager component",
                    "laminas/laminas-hydrator": "(^3.2 || ^4.3) Laminas\\Hydrator component for using HydratingResultSets",
                    "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
                },
                "type": "library",
                "extra": {
                    "laminas": {
                        "component": "Laminas\\Db",
                        "config-provider": "Laminas\\Db\\ConfigProvider"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Laminas\\Db\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "db",
                    "laminas"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-db/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-db/issues",
                    "rss": "https://github.com/laminas/laminas-db/releases.atom",
                    "source": "https://github.com/laminas/laminas-db"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2024-04-02T01:04:56+00:00"
            },
            {
                "name": "laminas/laminas-escaper",
                "version": "2.13.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-escaper.git",
                    "reference": "af459883f4018d0f8a0c69c7a209daef3bf973ba"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/af459883f4018d0f8a0c69c7a209daef3bf973ba",
                    "reference": "af459883f4018d0f8a0c69c7a209daef3bf973ba",
                    "shasum": ""
                },
                "require": {
                    "ext-ctype": "*",
                    "ext-mbstring": "*",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "zendframework/zend-escaper": "*"
                },
                "require-dev": {
                    "infection/infection": "^0.27.0",
                    "laminas/laminas-coding-standard": "~2.5.0",
                    "maglnet/composer-require-checker": "^3.8.0",
                    "phpunit/phpunit": "^9.6.7",
                    "psalm/plugin-phpunit": "^0.18.4",
                    "vimeo/psalm": "^5.9"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Laminas\\Escaper\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "escaper",
                    "laminas"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-escaper/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-escaper/issues",
                    "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
                    "source": "https://github.com/laminas/laminas-escaper"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2023-10-10T08:35:13+00:00"
            },
            {
                "name": "laminas/laminas-eventmanager",
                "version": "3.13.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-eventmanager.git",
                    "reference": "933d1b5cf03fa4cf3016cebfd0555fa2ba3f2024"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/933d1b5cf03fa4cf3016cebfd0555fa2ba3f2024",
                    "reference": "933d1b5cf03fa4cf3016cebfd0555fa2ba3f2024",
                    "shasum": ""
                },
                "require": {
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "container-interop/container-interop": "<1.2",
                    "zendframework/zend-eventmanager": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.5.0",
                    "laminas/laminas-stdlib": "^3.18",
                    "phpbench/phpbench": "^1.2.15",
                    "phpunit/phpunit": "^10.5.5",
                    "psalm/plugin-phpunit": "^0.18.4",
                    "psr/container": "^1.1.2 || ^2.0.2",
                    "vimeo/psalm": "^5.18"
                },
                "suggest": {
                    "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature",
                    "psr/container": "^1.1.2 || ^2.0.2, to use the lazy listeners feature"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Laminas\\EventManager\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Trigger and listen to events within a PHP application",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "event",
                    "eventmanager",
                    "events",
                    "laminas"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-eventmanager/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-eventmanager/issues",
                    "rss": "https://github.com/laminas/laminas-eventmanager/releases.atom",
                    "source": "https://github.com/laminas/laminas-eventmanager"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2024-06-24T14:01:06+00:00"
            },
            {
                "name": "laminas/laminas-file",
                "version": "2.13.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-file.git",
                    "reference": "54b354bff5dca67af3452b1f73a0ab66e4c4a5e5"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-file/zipball/54b354bff5dca67af3452b1f73a0ab66e4c4a5e5",
                    "reference": "54b354bff5dca67af3452b1f73a0ab66e4c4a5e5",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-stdlib": "^2.7.7 || ^3.15.0",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "zendframework/zend-file": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~1.0.0",
                    "laminas/laminas-filter": "^2.23.2",
                    "laminas/laminas-i18n": "^2.7.4",
                    "laminas/laminas-progressbar": "^2.5.2",
                    "laminas/laminas-servicemanager": "^2.7.8 || ^3.3",
                    "laminas/laminas-session": "^2.8",
                    "laminas/laminas-validator": "^2.10.1",
                    "phpunit/phpunit": "^9.5.10"
                },
                "suggest": {
                    "laminas/laminas-filter": "Laminas\\Filter component",
                    "laminas/laminas-i18n": "Laminas\\I18n component",
                    "laminas/laminas-validator": "Laminas\\Validator component"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Laminas\\File\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Locate PHP classfiles",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "file",
                    "laminas"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-file/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-file/issues",
                    "rss": "https://github.com/laminas/laminas-file/releases.atom",
                    "source": "https://github.com/laminas/laminas-file"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2023-11-21T14:05:55+00:00"
            },
            {
                "name": "laminas/laminas-filter",
                "version": "2.36.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-filter.git",
                    "reference": "307afc21ada0648e84cdcf9e14cd84bd43ee9d13"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-filter/zipball/307afc21ada0648e84cdcf9e14cd84bd43ee9d13",
                    "reference": "307afc21ada0648e84cdcf9e14cd84bd43ee9d13",
                    "shasum": ""
                },
                "require": {
                    "ext-mbstring": "*",
                    "laminas/laminas-servicemanager": "^3.21.0",
                    "laminas/laminas-stdlib": "^3.13.0",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "laminas/laminas-validator": "<2.10.1",
                    "zendframework/zend-filter": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.5.0",
                    "laminas/laminas-crypt": "^3.11",
                    "laminas/laminas-i18n": "^2.26.0",
                    "laminas/laminas-uri": "^2.11",
                    "pear/archive_tar": "^1.5.0",
                    "phpunit/phpunit": "^10.5.20",
                    "psalm/plugin-phpunit": "^0.19.0",
                    "psr/http-factory": "^1.1.0",
                    "vimeo/psalm": "^5.24.0"
                },
                "suggest": {
                    "laminas/laminas-crypt": "Laminas\\Crypt component, for encryption filters",
                    "laminas/laminas-i18n": "Laminas\\I18n component for filters depending on i18n functionality",
                    "laminas/laminas-uri": "Laminas\\Uri component, for the UriNormalize filter",
                    "psr/http-factory-implementation": "psr/http-factory-implementation, for creating file upload instances when consuming PSR-7 in file upload filters"
                },
                "type": "library",
                "extra": {
                    "laminas": {
                        "component": "Laminas\\Filter",
                        "config-provider": "Laminas\\Filter\\ConfigProvider"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Laminas\\Filter\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Programmatically filter and normalize data and files",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "filter",
                    "laminas"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-filter/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-filter/issues",
                    "rss": "https://github.com/laminas/laminas-filter/releases.atom",
                    "source": "https://github.com/laminas/laminas-filter"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2024-06-13T10:31:36+00:00"
            },
            {
                "name": "laminas/laminas-form",
                "version": "3.20.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-form.git",
                    "reference": "a50af078506a46b7bf53a2d6cd30d36a221546b3"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-form/zipball/a50af078506a46b7bf53a2d6cd30d36a221546b3",
                    "reference": "a50af078506a46b7bf53a2d6cd30d36a221546b3",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-hydrator": "^4.13.0",
                    "laminas/laminas-inputfilter": "^2.24.0",
                    "laminas/laminas-stdlib": "^3.16.1",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "doctrine/annotations": "<1.14.0",
                    "laminas/laminas-captcha": "<2.16.0",
                    "laminas/laminas-eventmanager": "<3.10.0",
                    "laminas/laminas-i18n": "<2.21.0",
                    "laminas/laminas-recaptcha": "<3.6.0",
                    "laminas/laminas-servicemanager": "<3.20.0",
                    "laminas/laminas-view": "<2.27.0"
                },
                "require-dev": {
                    "doctrine/annotations": "^1.14.3 || ^2.0.1",
                    "ext-intl": "*",
                    "laminas/laminas-captcha": "^2.17",
                    "laminas/laminas-coding-standard": "^2.5",
                    "laminas/laminas-db": "^2.18",
                    "laminas/laminas-escaper": "^2.13",
                    "laminas/laminas-eventmanager": "^3.12",
                    "laminas/laminas-filter": "^2.33",
                    "laminas/laminas-i18n": "^2.24.1",
                    "laminas/laminas-modulemanager": "^2.15.0",
                    "laminas/laminas-recaptcha": "^3.7",
                    "laminas/laminas-servicemanager": "^3.22.1",
                    "laminas/laminas-session": "^2.17",
                    "laminas/laminas-text": "^2.11.0",
                    "laminas/laminas-validator": "^2.43",
                    "laminas/laminas-view": "^2.32",
                    "phpunit/phpunit": "^10.4.2",
                    "psalm/plugin-phpunit": "^0.19.0",
                    "vimeo/psalm": "^5.16"
                },
                "suggest": {
                    "doctrine/annotations": "^1.14, required to use laminas-form annotations support",
                    "laminas/laminas-captcha": "^2.16, required for using CAPTCHA form elements",
                    "laminas/laminas-eventmanager": "^3.10, reuired for laminas-form annotations support",
                    "laminas/laminas-i18n": "^2.21, required when using laminas-form view helpers",
                    "laminas/laminas-recaptcha": "^3.6, in order to use the ReCaptcha form element",
                    "laminas/laminas-servicemanager": "^3.20, required to use the form factories or provide services",
                    "laminas/laminas-view": "^2.27, required for using the laminas-form view helpers"
                },
                "type": "library",
                "extra": {
                    "laminas": {
                        "component": "Laminas\\Form",
                        "config-provider": "Laminas\\Form\\ConfigProvider"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Laminas\\Form\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Validate and display simple and complex forms, casting forms to business objects and vice versa",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "form",
                    "laminas"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-form/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-form/issues",
                    "rss": "https://github.com/laminas/laminas-form/releases.atom",
                    "source": "https://github.com/laminas/laminas-form"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2024-07-08T06:59:53+00:00"
            },
            {
                "name": "laminas/laminas-http",
                "version": "2.19.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-http.git",
                    "reference": "26dd6d1177e25d970058863c2afed12bb9dbff4d"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-http/zipball/26dd6d1177e25d970058863c2afed12bb9dbff4d",
                    "reference": "26dd6d1177e25d970058863c2afed12bb9dbff4d",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-loader": "^2.10",
                    "laminas/laminas-stdlib": "^3.6",
                    "laminas/laminas-uri": "^2.11",
                    "laminas/laminas-validator": "^2.15",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "zendframework/zend-http": "*"
                },
                "require-dev": {
                    "ext-curl": "*",
                    "laminas/laminas-coding-standard": "~2.4.0",
                    "phpunit/phpunit": "^9.5.25"
                },
                "suggest": {
                    "paragonie/certainty": "For automated management of cacert.pem"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Laminas\\Http\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "http",
                    "http client",
                    "laminas"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-http/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-http/issues",
                    "rss": "https://github.com/laminas/laminas-http/releases.atom",
                    "source": "https://github.com/laminas/laminas-http"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2023-11-02T16:27:41+00:00"
            },
            {
                "name": "laminas/laminas-hydrator",
                "version": "4.15.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-hydrator.git",
                    "reference": "43ccca88313fdcceca37865109dffc69ecd2cf8f"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-hydrator/zipball/43ccca88313fdcceca37865109dffc69ecd2cf8f",
                    "reference": "43ccca88313fdcceca37865109dffc69ecd2cf8f",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-stdlib": "^3.3",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
                    "webmozart/assert": "^1.10"
                },
                "conflict": {
                    "laminas/laminas-servicemanager": "<3.14.0",
                    "zendframework/zend-hydrator": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.5.0",
                    "laminas/laminas-eventmanager": "^3.12",
                    "laminas/laminas-modulemanager": "^2.15.0",
                    "laminas/laminas-serializer": "^2.17.0",
                    "laminas/laminas-servicemanager": "^3.22.1",
                    "phpbench/phpbench": "^1.2.14",
                    "phpunit/phpunit": "^10.4.2",
                    "psalm/plugin-phpunit": "^0.18.4",
                    "vimeo/psalm": "^5.15"
                },
                "suggest": {
                    "laminas/laminas-eventmanager": "^3.2, to support aggregate hydrator usage",
                    "laminas/laminas-serializer": "^2.9, to use the SerializableStrategy",
                    "laminas/laminas-servicemanager": "^3.14, to support hydrator plugin manager usage"
                },
                "type": "library",
                "extra": {
                    "laminas": {
                        "component": "Laminas\\Hydrator",
                        "config-provider": "Laminas\\Hydrator\\ConfigProvider"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Laminas\\Hydrator\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Serialize objects to arrays, and vice versa",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "hydrator",
                    "laminas"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-hydrator/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-hydrator/issues",
                    "rss": "https://github.com/laminas/laminas-hydrator/releases.atom",
                    "source": "https://github.com/laminas/laminas-hydrator"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2023-11-08T11:11:45+00:00"
            },
            {
                "name": "laminas/laminas-i18n",
                "version": "2.27.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-i18n.git",
                    "reference": "419894b3a63c9b6d86edc03947fa32762108d472"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/419894b3a63c9b6d86edc03947fa32762108d472",
                    "reference": "419894b3a63c9b6d86edc03947fa32762108d472",
                    "shasum": ""
                },
                "require": {
                    "ext-intl": "*",
                    "laminas/laminas-servicemanager": "^3.21.0",
                    "laminas/laminas-stdlib": "^3.0",
                    "laminas/laminas-translator": "^1.0",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "laminas/laminas-view": "<2.20.0",
                    "zendframework/zend-i18n": "*"
                },
                "require-dev": {
                    "laminas/laminas-cache": "^3.12.1",
                    "laminas/laminas-cache-storage-adapter-memory": "^2.3.0",
                    "laminas/laminas-cache-storage-deprecated-factory": "^1.2",
                    "laminas/laminas-coding-standard": "~2.5.0",
                    "laminas/laminas-config": "^3.9.0",
                    "laminas/laminas-eventmanager": "^3.13",
                    "laminas/laminas-filter": "^2.34",
                    "laminas/laminas-validator": "^2.49",
                    "laminas/laminas-view": "^2.34",
                    "phpunit/phpunit": "^10.5.11",
                    "psalm/plugin-phpunit": "^0.19.0",
                    "vimeo/psalm": "^5.22.2"
                },
                "suggest": {
                    "laminas/laminas-cache": "You should install this package to cache the translations",
                    "laminas/laminas-config": "You should install this package to use the INI translation format",
                    "laminas/laminas-eventmanager": "You should install this package to use the events in the translator",
                    "laminas/laminas-filter": "You should install this package to use the provided filters",
                    "laminas/laminas-i18n-resources": "This package provides validator and captcha translations",
                    "laminas/laminas-validator": "You should install this package to use the provided validators",
                    "laminas/laminas-view": "You should install this package to use the provided view helpers"
                },
                "type": "library",
                "extra": {
                    "laminas": {
                        "component": "Laminas\\I18n",
                        "config-provider": "Laminas\\I18n\\ConfigProvider"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Laminas\\I18n\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Provide translations for your application, and filter and validate internationalized values",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "i18n",
                    "laminas"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-i18n/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-i18n/issues",
                    "rss": "https://github.com/laminas/laminas-i18n/releases.atom",
                    "source": "https://github.com/laminas/laminas-i18n"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2024-07-02T12:40:13+00:00"
            },
            {
                "name": "laminas/laminas-i18n-resources",
                "version": "2.10.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-i18n-resources.git",
                    "reference": "f8216359ba16aeab1745660fec38aecf05b780e5"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-i18n-resources/zipball/f8216359ba16aeab1745660fec38aecf05b780e5",
                    "reference": "f8216359ba16aeab1745660fec38aecf05b780e5",
                    "shasum": ""
                },
                "require": {
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "zendframework/zend-i18n-resources": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.5.0",
                    "phpunit/phpunit": "^10.4.2",
                    "psalm/plugin-phpunit": "^0.18.4",
                    "vimeo/psalm": "^5.15"
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src/Resources.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Provides validator and captcha translations for laminas-i18n's Translator",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "laminas",
                    "resources",
                    "translations"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-i18n-resources/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-i18n-resources/issues",
                    "rss": "https://github.com/laminas/laminas-i18n-resources/releases.atom",
                    "source": "https://github.com/laminas/laminas-i18n-resources"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2023-11-02T15:57:29+00:00"
            },
            {
                "name": "laminas/laminas-inputfilter",
                "version": "2.30.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-inputfilter.git",
                    "reference": "f07a908df1052f28b18904d3745cdd5b183938c9"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/f07a908df1052f28b18904d3745cdd5b183938c9",
                    "reference": "f07a908df1052f28b18904d3745cdd5b183938c9",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-filter": "^2.19",
                    "laminas/laminas-servicemanager": "^3.21.0",
                    "laminas/laminas-stdlib": "^3.0",
                    "laminas/laminas-validator": "^2.52",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "zendframework/zend-inputfilter": "*"
                },
                "require-dev": {
                    "ext-json": "*",
                    "laminas/laminas-coding-standard": "~2.5.0",
                    "phpunit/phpunit": "^10.5.15",
                    "psalm/plugin-phpunit": "^0.19.0",
                    "psr/http-message": "^2.0",
                    "vimeo/psalm": "^5.23.1",
                    "webmozart/assert": "^1.11"
                },
                "suggest": {
                    "psr/http-message-implementation": "PSR-7 is required if you wish to validate PSR-7 UploadedFileInterface payloads"
                },
                "type": "library",
                "extra": {
                    "laminas": {
                        "component": "Laminas\\InputFilter",
                        "config-provider": "Laminas\\InputFilter\\ConfigProvider"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Laminas\\InputFilter\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "inputfilter",
                    "laminas"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-inputfilter/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-inputfilter/issues",
                    "rss": "https://github.com/laminas/laminas-inputfilter/releases.atom",
                    "source": "https://github.com/laminas/laminas-inputfilter"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2024-04-03T15:14:05+00:00"
            },
            {
                "name": "laminas/laminas-json",
                "version": "3.6.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-json.git",
                    "reference": "53ff787b20b77197f38680c737e8dfffa846b85b"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-json/zipball/53ff787b20b77197f38680c737e8dfffa846b85b",
                    "reference": "53ff787b20b77197f38680c737e8dfffa846b85b",
                    "shasum": ""
                },
                "require": {
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "zendframework/zend-json": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.4.0",
                    "laminas/laminas-stdlib": "^2.7.7 || ^3.8",
                    "phpunit/phpunit": "^9.5.25"
                },
                "suggest": {
                    "laminas/laminas-json-server": "For implementing JSON-RPC servers",
                    "laminas/laminas-xml2json": "For converting XML documents to JSON"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Laminas\\Json\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "json",
                    "laminas"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-json/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-json/issues",
                    "rss": "https://github.com/laminas/laminas-json/releases.atom",
                    "source": "https://github.com/laminas/laminas-json"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2023-10-18T09:54:55+00:00"
            },
            {
                "name": "laminas/laminas-ldap",
                "version": "2.18.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-ldap.git",
                    "reference": "c337026c6c3555d06bcae37e95ffe92cafcea08a"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-ldap/zipball/c337026c6c3555d06bcae37e95ffe92cafcea08a",
                    "reference": "c337026c6c3555d06bcae37e95ffe92cafcea08a",
                    "shasum": ""
                },
                "require": {
                    "ext-ldap": "*",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "zendframework/zend-ldap": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.5.0",
                    "laminas/laminas-config": "^3.8.0",
                    "laminas/laminas-eventmanager": "^3.6.0",
                    "laminas/laminas-stdlib": "^3.15.0",
                    "php-mock/php-mock-phpunit": "^2.6.1",
                    "phpunit/phpunit": "^9.5.26",
                    "psalm/plugin-phpunit": "^0.18.4",
                    "vimeo/psalm": "^5.16"
                },
                "suggest": {
                    "laminas/laminas-eventmanager": "Laminas\\EventManager component"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Laminas\\Ldap\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Provides support for LDAP operations including but not limited to binding, searching and modifying entries in an LDAP directory",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "laminas",
                    "ldap"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-ldap/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-ldap/issues",
                    "rss": "https://github.com/laminas/laminas-ldap/releases.atom",
                    "source": "https://github.com/laminas/laminas-ldap"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2023-12-06T11:19:05+00:00"
            },
            {
                "name": "laminas/laminas-loader",
                "version": "2.10.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-loader.git",
                    "reference": "e6fe952304ef40ce45cd814751ab35d42afdad12"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-loader/zipball/e6fe952304ef40ce45cd814751ab35d42afdad12",
                    "reference": "e6fe952304ef40ce45cd814751ab35d42afdad12",
                    "shasum": ""
                },
                "require": {
                    "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "zendframework/zend-loader": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.4.0",
                    "phpunit/phpunit": "~9.5.25"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Laminas\\Loader\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Autoloading and plugin loading strategies",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "laminas",
                    "loader"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-loader/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-loader/issues",
                    "rss": "https://github.com/laminas/laminas-loader/releases.atom",
                    "source": "https://github.com/laminas/laminas-loader"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2023-10-18T09:58:51+00:00"
            },
            {
                "name": "laminas/laminas-log",
                "version": "2.17.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-log.git",
                    "reference": "f24c4c78d3024bb59610845328d7876d6c797065"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-log/zipball/f24c4c78d3024bb59610845328d7876d6c797065",
                    "reference": "f24c4c78d3024bb59610845328d7876d6c797065",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-servicemanager": "^3.21.0",
                    "laminas/laminas-stdlib": "^3.0",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
                    "psr/log": "^1.1.2"
                },
                "conflict": {
                    "zendframework/zend-log": "*"
                },
                "provide": {
                    "psr/log-implementation": "1.0.0"
                },
                "require-dev": {
                    "ext-dom": "*",
                    "ext-json": "*",
                    "ext-xml": "*",
                    "firephp/firephp-core": "^0.5.3",
                    "laminas/laminas-coding-standard": "~2.3.0",
                    "laminas/laminas-db": "^2.6",
                    "laminas/laminas-escaper": "^2.5",
                    "laminas/laminas-filter": "^2.5",
                    "laminas/laminas-mail": "^2.6.1",
                    "laminas/laminas-validator": "^2.10.1",
                    "mikey179/vfsstream": "^1.6.7",
                    "phpspec/prophecy-phpunit": "^2.0",
                    "phpunit/phpunit": "^9.5.10"
                },
                "suggest": {
                    "ext-mongo": "mongo extension to use Mongo writer",
                    "ext-mongodb": "mongodb extension to use MongoDB writer",
                    "laminas/laminas-db": "Laminas\\Db component to use the database log writer",
                    "laminas/laminas-escaper": "Laminas\\Escaper component, for use in the XML log formatter",
                    "laminas/laminas-mail": "Laminas\\Mail component to use the email log writer",
                    "laminas/laminas-validator": "Laminas\\Validator component to block invalid log messages"
                },
                "type": "library",
                "extra": {
                    "laminas": {
                        "component": "Laminas\\Log",
                        "config-provider": "Laminas\\Log\\ConfigProvider"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Laminas\\Log\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Robust, composite logger with filtering, formatting, and PSR-3 support",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "laminas",
                    "log",
                    "logging"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-log/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-log/issues",
                    "rss": "https://github.com/laminas/laminas-log/releases.atom",
                    "source": "https://github.com/laminas/laminas-log"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2023-12-05T18:27:50+00:00"
            },
            {
                "name": "laminas/laminas-mail",
                "version": "2.25.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-mail.git",
                    "reference": "110e04497395123998220e244cceecb167cc6dda"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-mail/zipball/110e04497395123998220e244cceecb167cc6dda",
                    "reference": "110e04497395123998220e244cceecb167cc6dda",
                    "shasum": ""
                },
                "require": {
                    "ext-iconv": "*",
                    "laminas/laminas-loader": "^2.9.0",
                    "laminas/laminas-mime": "^2.11.0",
                    "laminas/laminas-stdlib": "^3.17.0",
                    "laminas/laminas-validator": "^2.31.0",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
                    "symfony/polyfill-intl-idn": "^1.27.0",
                    "symfony/polyfill-mbstring": "^1.27.0",
                    "webmozart/assert": "^1.11.0"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.5.0",
                    "laminas/laminas-db": "^2.18",
                    "laminas/laminas-servicemanager": "^3.22.1",
                    "phpunit/phpunit": "^10.4.2",
                    "psalm/plugin-phpunit": "^0.18.4",
                    "symfony/process": "^6.3.4",
                    "vimeo/psalm": "^5.15"
                },
                "suggest": {
                    "laminas/laminas-servicemanager": "^3.21 when using SMTP to deliver messages"
                },
                "type": "library",
                "extra": {
                    "laminas": {
                        "component": "Laminas\\Mail",
                        "config-provider": "Laminas\\Mail\\ConfigProvider"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Laminas\\Mail\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "laminas",
                    "mail"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-mail/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-mail/issues",
                    "rss": "https://github.com/laminas/laminas-mail/releases.atom",
                    "source": "https://github.com/laminas/laminas-mail"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2023-11-02T10:32:34+00:00"
            },
            {
                "name": "laminas/laminas-math",
                "version": "3.7.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-math.git",
                    "reference": "3e90445828fd64308de2a600b48c3df051b3b17a"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-math/zipball/3e90445828fd64308de2a600b48c3df051b3b17a",
                    "reference": "3e90445828fd64308de2a600b48c3df051b3b17a",
                    "shasum": ""
                },
                "require": {
                    "ext-mbstring": "*",
                    "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "zendframework/zend-math": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.4.0",
                    "phpunit/phpunit": "~9.5.25"
                },
                "suggest": {
                    "ext-bcmath": "If using the bcmath functionality",
                    "ext-gmp": "If using the gmp functionality"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.2.x-dev",
                        "dev-develop": "3.3.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Laminas\\Math\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Create cryptographically secure pseudo-random numbers, and manage big integers",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "laminas",
                    "math"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-math/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-math/issues",
                    "rss": "https://github.com/laminas/laminas-math/releases.atom",
                    "source": "https://github.com/laminas/laminas-math"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2023-10-18T09:53:37+00:00"
            },
            {
                "name": "laminas/laminas-mime",
                "version": "2.12.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-mime.git",
                    "reference": "08cc544778829b7d68d27a097885bd6e7130135e"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-mime/zipball/08cc544778829b7d68d27a097885bd6e7130135e",
                    "reference": "08cc544778829b7d68d27a097885bd6e7130135e",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-stdlib": "^2.7 || ^3.0",
                    "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "zendframework/zend-mime": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.4.0",
                    "laminas/laminas-mail": "^2.19.0",
                    "phpunit/phpunit": "~9.5.25"
                },
                "suggest": {
                    "laminas/laminas-mail": "Laminas\\Mail component"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Laminas\\Mime\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Create and parse MIME messages and parts",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "laminas",
                    "mime"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-mime/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-mime/issues",
                    "rss": "https://github.com/laminas/laminas-mime/releases.atom",
                    "source": "https://github.com/laminas/laminas-mime"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2023-11-02T16:47:19+00:00"
            },
            {
                "name": "laminas/laminas-modulemanager",
                "version": "2.16.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-modulemanager.git",
                    "reference": "8df7b237d75c04a1bc17b8f7d01eeb601cd7b7e3"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/8df7b237d75c04a1bc17b8f7d01eeb601cd7b7e3",
                    "reference": "8df7b237d75c04a1bc17b8f7d01eeb601cd7b7e3",
                    "shasum": ""
                },
                "require": {
                    "brick/varexporter": "^0.3.2 || ^0.4 || ^0.5",
                    "laminas/laminas-config": "^3.7",
                    "laminas/laminas-eventmanager": "^3.4",
                    "laminas/laminas-stdlib": "^3.6",
                    "php": "~8.1.0 || ~8.2.0|| ~8.3.0",
                    "webimpress/safe-writer": "^1.0.2 || ^2.1"
                },
                "conflict": {
                    "zendframework/zend-modulemanager": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "^2.5",
                    "laminas/laminas-loader": "^2.10",
                    "laminas/laminas-mvc": "^3.6.1",
                    "laminas/laminas-servicemanager": "^3.22.1",
                    "phpunit/phpunit": "^10.4.2",
                    "psalm/plugin-phpunit": "^0.19.0",
                    "vimeo/psalm": "^5.15"
                },
                "suggest": {
                    "laminas/laminas-console": "Laminas\\Console component",
                    "laminas/laminas-loader": "Laminas\\Loader component if you are not using Composer autoloading for your modules",
                    "laminas/laminas-mvc": "Laminas\\Mvc component",
                    "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Laminas\\ModuleManager\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Modular application system for laminas-mvc applications",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "laminas",
                    "modulemanager"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-modulemanager/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-modulemanager/issues",
                    "rss": "https://github.com/laminas/laminas-modulemanager/releases.atom",
                    "source": "https://github.com/laminas/laminas-modulemanager"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2024-06-14T14:44:50+00:00"
            },
            {
                "name": "laminas/laminas-mvc",
                "version": "3.7.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-mvc.git",
                    "reference": "3f65447addf487189000e54dc1525cd952951da4"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-mvc/zipball/3f65447addf487189000e54dc1525cd952951da4",
                    "reference": "3f65447addf487189000e54dc1525cd952951da4",
                    "shasum": ""
                },
                "require": {
                    "container-interop/container-interop": "^1.2",
                    "laminas/laminas-eventmanager": "^3.4",
                    "laminas/laminas-http": "^2.15",
                    "laminas/laminas-modulemanager": "^2.8",
                    "laminas/laminas-router": "^3.11.1",
                    "laminas/laminas-servicemanager": "^3.20.0",
                    "laminas/laminas-stdlib": "^3.6",
                    "laminas/laminas-view": "^2.14",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "zendframework/zend-mvc": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "^2.5.0",
                    "laminas/laminas-json": "^3.6",
                    "phpspec/prophecy": "^1.17.0",
                    "phpspec/prophecy-phpunit": "^2.0.2",
                    "phpunit/phpunit": "^9.6.13",
                    "webmozart/assert": "^1.11"
                },
                "suggest": {
                    "laminas/laminas-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable",
                    "laminas/laminas-log": "^2.9.1  To provide log functionality via LogFilterManager, LogFormatterManager, and LogProcessorManager",
                    "laminas/laminas-mvc-console": "laminas-mvc-console provides the ability to expose laminas-mvc as a console application",
                    "laminas/laminas-mvc-i18n": "laminas-mvc-i18n provides integration with laminas-i18n, including a translation bridge and translatable route segments",
                    "laminas/laminas-mvc-middleware": "To dispatch middleware in your laminas-mvc application",
                    "laminas/laminas-mvc-plugin-fileprg": "To provide Post/Redirect/Get functionality around forms that container file uploads",
                    "laminas/laminas-mvc-plugin-flashmessenger": "To provide flash messaging capabilities between requests",
                    "laminas/laminas-mvc-plugin-identity": "To access the authenticated identity (per laminas-authentication) in controllers",
                    "laminas/laminas-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers",
                    "laminas/laminas-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager",
                    "laminas/laminas-servicemanager-di": "laminas-servicemanager-di provides utilities for integrating laminas-di and laminas-servicemanager in your laminas-mvc application"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Laminas\\Mvc\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "laminas",
                    "mvc"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-mvc/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-mvc/issues",
                    "rss": "https://github.com/laminas/laminas-mvc/releases.atom",
                    "source": "https://github.com/laminas/laminas-mvc"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2023-11-14T09:44:53+00:00"
            },
            {
                "name": "laminas/laminas-mvc-i18n",
                "version": "1.8.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-mvc-i18n.git",
                    "reference": "669a00f36dd9fba8ec95516fe4afde7c4d8b8faa"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-mvc-i18n/zipball/669a00f36dd9fba8ec95516fe4afde7c4d8b8faa",
                    "reference": "669a00f36dd9fba8ec95516fe4afde7c4d8b8faa",
                    "shasum": ""
                },
                "require": {
                    "container-interop/container-interop": "^1.1",
                    "ext-intl": "*",
                    "laminas/laminas-i18n": "^2.13.0",
                    "laminas/laminas-router": "^3.5.0",
                    "laminas/laminas-servicemanager": "^3.15.1",
                    "laminas/laminas-stdlib": "^3.10.1",
                    "laminas/laminas-validator": "^2.19.0",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "laminas/laminas-mvc": "<3.0.0",
                    "phpspec/prophecy": "<1.8.0",
                    "zendframework/zend-mvc-i18n": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.5.0",
                    "phpspec/prophecy-phpunit": "^2.0.2",
                    "phpunit/phpunit": "^9.6.13",
                    "psalm/plugin-phpunit": "^0.18.4",
                    "vimeo/psalm": "^5.15"
                },
                "suggest": {
                    "laminas/laminas-cache": "To enable caching of translation strings"
                },
                "type": "library",
                "extra": {
                    "laminas": {
                        "component": "Laminas\\Mvc\\I18n",
                        "config-provider": "Laminas\\Mvc\\I18n\\ConfigProvider"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Laminas\\Mvc\\I18n\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Integration between laminas-mvc and laminas-i18n",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "i18n",
                    "laminas",
                    "mvc"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-mvc-i18n/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-mvc-i18n/issues",
                    "rss": "https://github.com/laminas/laminas-mvc-i18n/releases.atom",
                    "source": "https://github.com/laminas/laminas-mvc-i18n"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2023-11-06T09:31:01+00:00"
            },
            {
                "name": "laminas/laminas-mvc-plugin-fileprg",
                "version": "1.7.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-mvc-plugin-fileprg.git",
                    "reference": "e81c52b88e961306554cb9d3e6efe7ccbffe4afa"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-fileprg/zipball/e81c52b88e961306554cb9d3e6efe7ccbffe4afa",
                    "reference": "e81c52b88e961306554cb9d3e6efe7ccbffe4afa",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-filter": "^2.13.1",
                    "laminas/laminas-form": "^3.1",
                    "laminas/laminas-inputfilter": "^2.13",
                    "laminas/laminas-mvc": "^3.3",
                    "laminas/laminas-session": "^2.12",
                    "laminas/laminas-stdlib": "^3.6.2",
                    "laminas/laminas-validator": "^2.15.1",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "laminas/laminas-mvc": "<3.0.0",
                    "zendframework/zend-mvc-plugin-fileprg": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.5.0",
                    "phpunit/phpunit": "^10.5",
                    "psalm/plugin-phpunit": "^0.18.4",
                    "vimeo/psalm": "^5.16"
                },
                "type": "library",
                "extra": {
                    "laminas": {
                        "component": "Laminas\\Mvc\\Plugin\\FilePrg"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Laminas\\Mvc\\Plugin\\FilePrg\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Post/Redirect/Get plugin with file upload handling for laminas-mvc controllers",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "laminas",
                    "mvc"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-mvc-plugin-fileprg/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-mvc-plugin-fileprg/issues",
                    "rss": "https://github.com/laminas/laminas-mvc-plugin-fileprg/releases.atom",
                    "source": "https://github.com/laminas/laminas-mvc-plugin-fileprg"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2023-12-01T07:56:54+00:00"
            },
            {
                "name": "laminas/laminas-mvc-plugin-flashmessenger",
                "version": "1.10.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-mvc-plugin-flashmessenger.git",
                    "reference": "852d8c661dfb6492d4ea6d4ab238e72180e82387"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-flashmessenger/zipball/852d8c661dfb6492d4ea6d4ab238e72180e82387",
                    "reference": "852d8c661dfb6492d4ea6d4ab238e72180e82387",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-mvc": "^3.3",
                    "laminas/laminas-session": "^2.12.0",
                    "laminas/laminas-stdlib": "^3.6.4",
                    "laminas/laminas-view": "^2.13.1",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "laminas/laminas-mvc": "<3.0.0",
                    "zendframework/zend-mvc-plugin-flashmessenger": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.5.0",
                    "laminas/laminas-i18n": "^2.19.0",
                    "phpunit/phpunit": "^9.5.26",
                    "psalm/plugin-phpunit": "^0.18.0",
                    "vimeo/psalm": "^5.0.0"
                },
                "type": "library",
                "extra": {
                    "laminas": {
                        "component": "Laminas\\Mvc\\Plugin\\FlashMessenger"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Laminas\\Mvc\\Plugin\\FlashMessenger\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Plugin for creating and exposing flash messages via laminas-mvc controllers",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "laminas",
                    "mvc"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-mvc-plugin-flashmessenger/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-mvc-plugin-flashmessenger/issues",
                    "rss": "https://github.com/laminas/laminas-mvc-plugin-flashmessenger/releases.atom",
                    "source": "https://github.com/laminas/laminas-mvc-plugin-flashmessenger"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2024-01-18T15:07:28+00:00"
            },
            {
                "name": "laminas/laminas-mvc-plugin-identity",
                "version": "1.6.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-mvc-plugin-identity.git",
                    "reference": "f897cd476a575d861179f5a3ee0a868f4d29e836"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-identity/zipball/f897cd476a575d861179f5a3ee0a868f4d29e836",
                    "reference": "f897cd476a575d861179f5a3ee0a868f4d29e836",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-authentication": "^2.11.0",
                    "laminas/laminas-mvc": "^3.3.3",
                    "laminas/laminas-servicemanager": "^3.15.1",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "laminas/laminas-mvc": "<3.0.0",
                    "zendframework/zend-mvc-plugin-identity": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.5.0",
                    "phpunit/phpunit": "^10.5",
                    "psalm/plugin-phpunit": "^0.18.0",
                    "vimeo/psalm": "^5.16"
                },
                "type": "library",
                "extra": {
                    "laminas": {
                        "component": "Laminas\\Mvc\\Plugin\\Identity"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Laminas\\Mvc\\Plugin\\Identity\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Plugin for retrieving the current authenticated identity within laminas-mvc controllers",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "laminas",
                    "mvc"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-mvc-plugin-identity/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-mvc-plugin-identity/issues",
                    "rss": "https://github.com/laminas/laminas-mvc-plugin-identity/releases.atom",
                    "source": "https://github.com/laminas/laminas-mvc-plugin-identity"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2023-12-01T06:53:14+00:00"
            },
            {
                "name": "laminas/laminas-mvc-plugin-prg",
                "version": "1.8.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-mvc-plugin-prg.git",
                    "reference": "b51e7ba892e52c6a80ce8c7dc7f8c429e3937516"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-prg/zipball/b51e7ba892e52c6a80ce8c7dc7f8c429e3937516",
                    "reference": "b51e7ba892e52c6a80ce8c7dc7f8c429e3937516",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-mvc": "^3.3.3",
                    "laminas/laminas-session": "^2.12.1",
                    "laminas/laminas-stdlib": "^3.10.1",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "zendframework/zend-mvc-plugin-prg": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.5.0",
                    "phpunit/phpunit": "^10.4",
                    "psalm/plugin-phpunit": "^0.18.0",
                    "vimeo/psalm": "^5.16"
                },
                "type": "library",
                "extra": {
                    "laminas": {
                        "component": "Laminas\\Mvc\\Plugin\\Prg"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Laminas\\Mvc\\Plugin\\Prg\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Post/Redirect/Get plugin for laminas-mvc controllers",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "laminas",
                    "mvc"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-mvc-plugin-prg/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-mvc-plugin-prg/issues",
                    "rss": "https://github.com/laminas/laminas-mvc-plugin-prg/releases.atom",
                    "source": "https://github.com/laminas/laminas-mvc-plugin-prg"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2023-12-01T06:06:12+00:00"
            },
            {
                "name": "laminas/laminas-navigation",
                "version": "2.19.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-navigation.git",
                    "reference": "2ef88f68066381698b528be7fdd001723458a479"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-navigation/zipball/2ef88f68066381698b528be7fdd001723458a479",
                    "reference": "2ef88f68066381698b528be7fdd001723458a479",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-stdlib": "^2.7 || ^3.0",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "zendframework/zend-navigation": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.5.0",
                    "laminas/laminas-config": "^3.8.0",
                    "laminas/laminas-http": "^2.18",
                    "laminas/laminas-i18n": "^2.21",
                    "laminas/laminas-mvc": "^3.6",
                    "laminas/laminas-permissions-acl": "^2.13",
                    "laminas/laminas-router": "^3.11.1",
                    "laminas/laminas-servicemanager": "^3.20",
                    "laminas/laminas-uri": "^2.10.0",
                    "laminas/laminas-view": "^2.26",
                    "phpunit/phpunit": "^9.5.28",
                    "psalm/plugin-phpunit": "^0.18.4",
                    "vimeo/psalm": "^5.6"
                },
                "suggest": {
                    "laminas/laminas-config": "^3.7, to provide page configuration (optional, as arrays and Traversables are also allowed)",
                    "laminas/laminas-permissions-acl": "^2.9, to provide ACL-based access restrictions to pages",
                    "laminas/laminas-router": "^3.5, to use router-based URI generation with Mvc pages",
                    "laminas/laminas-servicemanager": "^3.16, to use the navigation factories",
                    "laminas/laminas-view": "^2.14, to use the navigation view helpers"
                },
                "type": "library",
                "extra": {
                    "laminas": {
                        "component": "Laminas\\Navigation",
                        "config-provider": "Laminas\\Navigation\\ConfigProvider"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Laminas\\Navigation\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Manage trees of pointers to web pages in order to build navigation systems",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "laminas",
                    "navigation"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-navigation/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-navigation/issues",
                    "rss": "https://github.com/laminas/laminas-navigation/releases.atom",
                    "source": "https://github.com/laminas/laminas-navigation"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2024-01-10T15:11:10+00:00"
            },
            {
                "name": "laminas/laminas-paginator",
                "version": "2.18.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-paginator.git",
                    "reference": "6a03499a899fb8ba650594ddf4b4338d4235252a"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-paginator/zipball/6a03499a899fb8ba650594ddf4b4338d4235252a",
                    "reference": "6a03499a899fb8ba650594ddf4b4338d4235252a",
                    "shasum": ""
                },
                "require": {
                    "ext-json": "*",
                    "laminas/laminas-stdlib": "^3.10.1",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "zendframework/zend-paginator": "*"
                },
                "require-dev": {
                    "laminas/laminas-cache": "^3.9",
                    "laminas/laminas-cache-storage-adapter-memory": "^2.2.0",
                    "laminas/laminas-coding-standard": "^2.4.0",
                    "laminas/laminas-config": "^3.8.0",
                    "laminas/laminas-filter": "^2.30",
                    "laminas/laminas-servicemanager": "^3.22",
                    "laminas/laminas-view": "^2.25",
                    "phpunit/phpunit": "^9.5.27",
                    "psalm/plugin-phpunit": "^0.18.4",
                    "vimeo/psalm": "^5.4"
                },
                "suggest": {
                    "laminas/laminas-cache": "Laminas\\Cache component to support cache features",
                    "laminas/laminas-filter": "Laminas\\Filter component",
                    "laminas/laminas-paginator-adapter-laminasdb": "Provides pagination adapters for Select statements and TableGateway instances",
                    "laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
                    "laminas/laminas-view": "Laminas\\View component"
                },
                "type": "library",
                "extra": {
                    "laminas": {
                        "component": "Laminas\\Paginator",
                        "config-provider": "Laminas\\Paginator\\ConfigProvider"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Laminas\\Paginator\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Paginate collections of data from arbitrary sources",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "laminas",
                    "paginator"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-paginator/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-paginator/issues",
                    "rss": "https://github.com/laminas/laminas-paginator/releases.atom",
                    "source": "https://github.com/laminas/laminas-paginator"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2024-01-11T11:00:36+00:00"
            },
            {
                "name": "laminas/laminas-permissions-acl",
                "version": "2.16.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-permissions-acl.git",
                    "reference": "9f85ee3b1940cd5a1c4151ca16fdb738c162480b"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-permissions-acl/zipball/9f85ee3b1940cd5a1c4151ca16fdb738c162480b",
                    "reference": "9f85ee3b1940cd5a1c4151ca16fdb738c162480b",
                    "shasum": ""
                },
                "require": {
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "laminas/laminas-servicemanager": "<3.0",
                    "zendframework/zend-permissions-acl": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.5.0",
                    "laminas/laminas-servicemanager": "^3.21",
                    "phpbench/phpbench": "^1.2.10",
                    "phpunit/phpunit": "^10.1.3",
                    "psalm/plugin-phpunit": "^0.18.4",
                    "vimeo/psalm": "^5.12"
                },
                "suggest": {
                    "laminas/laminas-servicemanager": "To support Laminas\\Permissions\\Acl\\Assertion\\AssertionManager plugin manager usage"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Laminas\\Permissions\\Acl\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Provides a lightweight and flexible access control list (ACL) implementation for privileges management",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "acl",
                    "laminas"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-permissions-acl/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-permissions-acl/issues",
                    "rss": "https://github.com/laminas/laminas-permissions-acl/releases.atom",
                    "source": "https://github.com/laminas/laminas-permissions-acl"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2023-10-18T07:50:34+00:00"
            },
            {
                "name": "laminas/laminas-router",
                "version": "3.13.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-router.git",
                    "reference": "04e14e757303787c83f79298dbd4483eebacfeb9"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-router/zipball/04e14e757303787c83f79298dbd4483eebacfeb9",
                    "reference": "04e14e757303787c83f79298dbd4483eebacfeb9",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-http": "^2.15",
                    "laminas/laminas-servicemanager": "^3.14.0",
                    "laminas/laminas-stdlib": "^3.10.1",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "zendframework/zend-router": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.5.0",
                    "laminas/laminas-i18n": "^2.26.0",
                    "phpunit/phpunit": "^10.5.11",
                    "psalm/plugin-phpunit": "^0.18.4",
                    "vimeo/psalm": "^5.22.2"
                },
                "suggest": {
                    "laminas/laminas-i18n": "^2.15.0 if defining translatable HTTP path segments"
                },
                "type": "library",
                "extra": {
                    "laminas": {
                        "component": "Laminas\\Router",
                        "config-provider": "Laminas\\Router\\ConfigProvider"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Laminas\\Router\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Flexible routing system for HTTP and console applications",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "laminas",
                    "routing"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-router/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-router/issues",
                    "rss": "https://github.com/laminas/laminas-router/releases.atom",
                    "source": "https://github.com/laminas/laminas-router"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2024-03-05T12:54:05+00:00"
            },
            {
                "name": "laminas/laminas-serializer",
                "version": "2.17.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-serializer.git",
                    "reference": "9641dee4208078ff8dfbcdd74048adb0b3ee517e"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-serializer/zipball/9641dee4208078ff8dfbcdd74048adb0b3ee517e",
                    "reference": "9641dee4208078ff8dfbcdd74048adb0b3ee517e",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-json": "^3.1",
                    "laminas/laminas-stdlib": "^3.2",
                    "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "zendframework/zend-serializer": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.4.0",
                    "laminas/laminas-math": "^3.6",
                    "laminas/laminas-servicemanager": "~3.19.0",
                    "phpunit/phpunit": "~9.6.0"
                },
                "suggest": {
                    "laminas/laminas-math": "(^3.3) To support Python Pickle serialization",
                    "laminas/laminas-servicemanager": "(^3.6) To support plugin manager support"
                },
                "type": "library",
                "extra": {
                    "laminas": {
                        "component": "Laminas\\Serializer",
                        "config-provider": "Laminas\\Serializer\\ConfigProvider"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Laminas\\Serializer\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Serialize and deserialize PHP structures to a variety of representations",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "laminas",
                    "serializer"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-serializer/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-serializer/issues",
                    "rss": "https://github.com/laminas/laminas-serializer/releases.atom",
                    "source": "https://github.com/laminas/laminas-serializer"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2023-10-01T15:38:34+00:00"
            },
            {
                "name": "laminas/laminas-servicemanager",
                "version": "3.22.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-servicemanager.git",
                    "reference": "de98d297d4743956a0558a6d71616979ff779328"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/de98d297d4743956a0558a6d71616979ff779328",
                    "reference": "de98d297d4743956a0558a6d71616979ff779328",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-stdlib": "^3.17",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
                    "psr/container": "^1.0"
                },
                "conflict": {
                    "ext-psr": "*",
                    "laminas/laminas-code": "<4.10.0",
                    "zendframework/zend-code": "<3.3.1",
                    "zendframework/zend-servicemanager": "*"
                },
                "provide": {
                    "psr/container-implementation": "^1.0"
                },
                "replace": {
                    "container-interop/container-interop": "^1.2.0"
                },
                "require-dev": {
                    "composer/package-versions-deprecated": "^1.11.99.5",
                    "friendsofphp/proxy-manager-lts": "^1.0.14",
                    "laminas/laminas-code": "^4.10.0",
                    "laminas/laminas-coding-standard": "~2.5.0",
                    "laminas/laminas-container-config-test": "^0.8",
                    "mikey179/vfsstream": "^1.6.11",
                    "phpbench/phpbench": "^1.2.9",
                    "phpunit/phpunit": "^10.4",
                    "psalm/plugin-phpunit": "^0.18.4",
                    "vimeo/psalm": "^5.8.0"
                },
                "suggest": {
                    "friendsofphp/proxy-manager-lts": "ProxyManager ^2.1.1 to handle lazy initialization of services"
                },
                "bin": [
                    "bin/generate-deps-for-config-factory",
                    "bin/generate-factory-for-class"
                ],
                "type": "library",
                "autoload": {
                    "files": [
                        "src/autoload.php"
                    ],
                    "psr-4": {
                        "Laminas\\ServiceManager\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Factory-Driven Dependency Injection Container",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "PSR-11",
                    "dependency-injection",
                    "di",
                    "dic",
                    "laminas",
                    "service-manager",
                    "servicemanager"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-servicemanager/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-servicemanager/issues",
                    "rss": "https://github.com/laminas/laminas-servicemanager/releases.atom",
                    "source": "https://github.com/laminas/laminas-servicemanager"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2023-10-24T11:19:47+00:00"
            },
            {
                "name": "laminas/laminas-session",
                "version": "2.21.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-session.git",
                    "reference": "b8cd890f7682a255b335c2ca45df9a7cbc58873d"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-session/zipball/b8cd890f7682a255b335c2ca45df9a7cbc58873d",
                    "reference": "b8cd890f7682a255b335c2ca45df9a7cbc58873d",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-eventmanager": "^3.12",
                    "laminas/laminas-servicemanager": "^3.22",
                    "laminas/laminas-stdlib": "^3.18",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "zendframework/zend-session": "*"
                },
                "require-dev": {
                    "ext-xdebug": "*",
                    "laminas/laminas-cache": "^3.12.2",
                    "laminas/laminas-cache-storage-adapter-memory": "^2.3",
                    "laminas/laminas-coding-standard": "~2.5.0",
                    "laminas/laminas-db": "^2.20.0",
                    "laminas/laminas-http": "^2.19",
                    "laminas/laminas-validator": "^2.57.0",
                    "mongodb/mongodb": "~1.17.1",
                    "phpunit/phpunit": "^9.6.19",
                    "psalm/plugin-phpunit": "^0.19.0",
                    "vimeo/psalm": "^5.24.0"
                },
                "suggest": {
                    "laminas/laminas-cache": "Laminas\\Cache component",
                    "laminas/laminas-db": "Laminas\\Db component",
                    "laminas/laminas-http": "Laminas\\Http component",
                    "laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
                    "laminas/laminas-validator": "Laminas\\Validator component",
                    "mongodb/mongodb": "If you want to use the MongoDB session save handler"
                },
                "type": "library",
                "extra": {
                    "laminas": {
                        "component": "Laminas\\Session",
                        "config-provider": "Laminas\\Session\\ConfigProvider"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Laminas\\Session\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Object-oriented interface to PHP sessions and storage",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "laminas",
                    "session"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-session/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-session/issues",
                    "rss": "https://github.com/laminas/laminas-session/releases.atom",
                    "source": "https://github.com/laminas/laminas-session"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2024-06-19T14:36:45+00:00"
            },
            {
                "name": "laminas/laminas-stdlib",
                "version": "3.19.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-stdlib.git",
                    "reference": "6a192dd0882b514e45506f533b833b623b78fff3"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/6a192dd0882b514e45506f533b833b623b78fff3",
                    "reference": "6a192dd0882b514e45506f533b833b623b78fff3",
                    "shasum": ""
                },
                "require": {
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "zendframework/zend-stdlib": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "^2.5",
                    "phpbench/phpbench": "^1.2.15",
                    "phpunit/phpunit": "^10.5.8",
                    "psalm/plugin-phpunit": "^0.18.4",
                    "vimeo/psalm": "^5.20.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Laminas\\Stdlib\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "SPL extensions, array utilities, error handlers, and more",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "laminas",
                    "stdlib"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-stdlib/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-stdlib/issues",
                    "rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
                    "source": "https://github.com/laminas/laminas-stdlib"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2024-01-19T12:39:49+00:00"
            },
            {
                "name": "laminas/laminas-text",
                "version": "2.11.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-text.git",
                    "reference": "d799f3ccb3547e9e6ab313447138bae7009c7cc7"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-text/zipball/d799f3ccb3547e9e6ab313447138bae7009c7cc7",
                    "reference": "d799f3ccb3547e9e6ab313447138bae7009c7cc7",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-servicemanager": "^3.22.0",
                    "laminas/laminas-stdlib": "^3.7.1",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "zendframework/zend-text": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.5.0",
                    "phpunit/phpunit": "^9.5",
                    "psalm/plugin-phpunit": "^0.18.4",
                    "vimeo/psalm": "^5.1"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Laminas\\Text\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Create FIGlets and text-based tables",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "laminas",
                    "text"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-text/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-text/issues",
                    "rss": "https://github.com/laminas/laminas-text/releases.atom",
                    "source": "https://github.com/laminas/laminas-text"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2023-11-07T16:45:45+00:00"
            },
            {
                "name": "laminas/laminas-translator",
                "version": "1.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-translator.git",
                    "reference": "86d176c01a96b0ef205192b776cb69e8d4ca06b1"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-translator/zipball/86d176c01a96b0ef205192b776cb69e8d4ca06b1",
                    "reference": "86d176c01a96b0ef205192b776cb69e8d4ca06b1",
                    "shasum": ""
                },
                "require": {
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.5.0",
                    "vimeo/psalm": "^5.24.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Laminas\\Translator\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Interfaces for the Translator component of laminas-i18n",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "i18n",
                    "laminas"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-i18n/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-translator/issues",
                    "rss": "https://github.com/laminas/laminas-translator/releases.atom",
                    "source": "https://github.com/laminas/laminas-translator"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2024-06-18T15:09:24+00:00"
            },
            {
                "name": "laminas/laminas-uri",
                "version": "2.11.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-uri.git",
                    "reference": "e662c685125061d3115906e5eb30f966842cc226"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-uri/zipball/e662c685125061d3115906e5eb30f966842cc226",
                    "reference": "e662c685125061d3115906e5eb30f966842cc226",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-escaper": "^2.9",
                    "laminas/laminas-validator": "^2.39",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
                },
                "conflict": {
                    "zendframework/zend-uri": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.4.0",
                    "phpunit/phpunit": "^9.5.25"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Laminas\\Uri\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "A component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "laminas",
                    "uri"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-uri/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-uri/issues",
                    "rss": "https://github.com/laminas/laminas-uri/releases.atom",
                    "source": "https://github.com/laminas/laminas-uri"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2023-10-18T09:56:55+00:00"
            },
            {
                "name": "laminas/laminas-validator",
                "version": "2.60.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-validator.git",
                    "reference": "66ab091fc08a8b1e2851eec62dda4bafa977fe9c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-validator/zipball/66ab091fc08a8b1e2851eec62dda4bafa977fe9c",
                    "reference": "66ab091fc08a8b1e2851eec62dda4bafa977fe9c",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-servicemanager": "^3.21.0",
                    "laminas/laminas-stdlib": "^3.13",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
                    "psr/http-message": "^1.0.1 || ^2.0.0"
                },
                "conflict": {
                    "zendframework/zend-validator": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "^2.5",
                    "laminas/laminas-db": "^2.20",
                    "laminas/laminas-filter": "^2.35.2",
                    "laminas/laminas-i18n": "^2.26.0",
                    "laminas/laminas-session": "^2.20",
                    "laminas/laminas-uri": "^2.11.0",
                    "phpunit/phpunit": "^10.5.20",
                    "psalm/plugin-phpunit": "^0.19.0",
                    "psr/http-client": "^1.0.3",
                    "psr/http-factory": "^1.1.0",
                    "vimeo/psalm": "^5.24.0"
                },
                "suggest": {
                    "laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator",
                    "laminas/laminas-filter": "Laminas\\Filter component, required by the Digits validator",
                    "laminas/laminas-i18n": "Laminas\\I18n component to allow translation of validation error messages",
                    "laminas/laminas-i18n-resources": "Translations of validator messages",
                    "laminas/laminas-servicemanager": "Laminas\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
                    "laminas/laminas-session": "Laminas\\Session component, ^2.8; required by the Csrf validator",
                    "laminas/laminas-uri": "Laminas\\Uri component, required by the Uri and Sitemap\\Loc validators",
                    "psr/http-message": "psr/http-message, required when validating PSR-7 UploadedFileInterface instances via the Upload and UploadFile validators"
                },
                "type": "library",
                "extra": {
                    "laminas": {
                        "component": "Laminas\\Validator",
                        "config-provider": "Laminas\\Validator\\ConfigProvider"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Laminas\\Validator\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "laminas",
                    "validator"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-validator/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-validator/issues",
                    "rss": "https://github.com/laminas/laminas-validator/releases.atom",
                    "source": "https://github.com/laminas/laminas-validator"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2024-06-25T20:11:22+00:00"
            },
            {
                "name": "laminas/laminas-view",
                "version": "2.35.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-view.git",
                    "reference": "f597148345dd406fb9d04d391a19c0c33bf71605"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-view/zipball/f597148345dd406fb9d04d391a19c0c33bf71605",
                    "reference": "f597148345dd406fb9d04d391a19c0c33bf71605",
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "ext-filter": "*",
                    "ext-json": "*",
                    "laminas/laminas-escaper": "^2.5",
                    "laminas/laminas-eventmanager": "^3.4",
                    "laminas/laminas-json": "^3.3",
                    "laminas/laminas-servicemanager": "^3.21.0",
                    "laminas/laminas-stdlib": "^3.10.1",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
                    "psr/container": "^1 || ^2"
                },
                "conflict": {
                    "container-interop/container-interop": "<1.2",
                    "laminas/laminas-router": "<3.0.1",
                    "laminas/laminas-session": "<2.12",
                    "zendframework/zend-view": "*"
                },
                "require-dev": {
                    "laminas/laminas-authentication": "^2.16",
                    "laminas/laminas-coding-standard": "~2.5.0",
                    "laminas/laminas-feed": "^2.22",
                    "laminas/laminas-filter": "^2.34",
                    "laminas/laminas-http": "^2.19",
                    "laminas/laminas-i18n": "^2.26.0",
                    "laminas/laminas-modulemanager": "^2.15",
                    "laminas/laminas-mvc": "^3.7.0",
                    "laminas/laminas-mvc-i18n": "^1.8",
                    "laminas/laminas-mvc-plugin-flashmessenger": "^1.10.1",
                    "laminas/laminas-navigation": "^2.19.1",
                    "laminas/laminas-paginator": "^2.18.1",
                    "laminas/laminas-permissions-acl": "^2.16",
                    "laminas/laminas-router": "^3.13.0",
                    "laminas/laminas-uri": "^2.11",
                    "phpunit/phpunit": "^10.5.13",
                    "psalm/plugin-phpunit": "^0.19.0",
                    "vimeo/psalm": "^5.23.1"
                },
                "suggest": {
                    "laminas/laminas-authentication": "Laminas\\Authentication component",
                    "laminas/laminas-feed": "Laminas\\Feed component",
                    "laminas/laminas-filter": "Laminas\\Filter component",
                    "laminas/laminas-http": "Laminas\\Http component",
                    "laminas/laminas-i18n": "Laminas\\I18n component",
                    "laminas/laminas-mvc": "Laminas\\Mvc component",
                    "laminas/laminas-mvc-plugin-flashmessenger": "laminas-mvc-plugin-flashmessenger component, if you want to use the FlashMessenger view helper with laminas-mvc versions 3 and up",
                    "laminas/laminas-navigation": "Laminas\\Navigation component",
                    "laminas/laminas-paginator": "Laminas\\Paginator component",
                    "laminas/laminas-permissions-acl": "Laminas\\Permissions\\Acl component",
                    "laminas/laminas-uri": "Laminas\\Uri component"
                },
                "bin": [
                    "bin/templatemap_generator.php"
                ],
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Laminas\\View\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Flexible view layer supporting and providing multiple view layers, helpers, and more",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "laminas",
                    "view"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-view/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-view/issues",
                    "rss": "https://github.com/laminas/laminas-view/releases.atom",
                    "source": "https://github.com/laminas/laminas-view"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2024-06-04T06:44:31+00:00"
            },
            {
                "name": "maennchen/zipstream-php",
                "version": "3.1.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/maennchen/ZipStream-PHP.git",
                    "reference": "b8174494eda667f7d13876b4a7bfef0f62a7c0d1"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/b8174494eda667f7d13876b4a7bfef0f62a7c0d1",
                    "reference": "b8174494eda667f7d13876b4a7bfef0f62a7c0d1",
                    "shasum": ""
                },
                "require": {
                    "ext-mbstring": "*",
                    "ext-zlib": "*",
                    "php-64bit": "^8.1"
                },
                "require-dev": {
                    "ext-zip": "*",
                    "friendsofphp/php-cs-fixer": "^3.16",
                    "guzzlehttp/guzzle": "^7.5",
                    "mikey179/vfsstream": "^1.6",
                    "php-coveralls/php-coveralls": "^2.5",
                    "phpunit/phpunit": "^10.0",
                    "vimeo/psalm": "^5.0"
                },
                "suggest": {
                    "guzzlehttp/psr7": "^2.4",
                    "psr/http-message": "^2.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "ZipStream\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Paul Duncan",
                        "email": "pabs@pablotron.org"
                    },
                    {
                        "name": "Jonatan Männchen",
                        "email": "jonatan@maennchen.ch"
                    },
                    {
                        "name": "Jesse Donat",
                        "email": "donatj@gmail.com"
                    },
                    {
                        "name": "András Kolesár",
                        "email": "kolesar@kolesar.hu"
                    }
                ],
                "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
                "keywords": [
                    "stream",
                    "zip"
                ],
                "support": {
                    "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
                    "source": "https://github.com/maennchen/ZipStream-PHP/tree/3.1.0"
                },
                "funding": [
                    {
                        "url": "https://github.com/maennchen",
                        "type": "github"
                    },
                    {
                        "url": "https://opencollective.com/zipstream",
                        "type": "open_collective"
                    }
                ],
                "time": "2023-06-21T14:59:35+00:00"
            },
            {
                "name": "markbaker/complex",
                "version": "3.0.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/MarkBaker/PHPComplex.git",
                    "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
                    "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.2 || ^8.0"
                },
                "require-dev": {
                    "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
                    "phpcompatibility/php-compatibility": "^9.3",
                    "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
                    "squizlabs/php_codesniffer": "^3.7"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Complex\\": "classes/src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Mark Baker",
                        "email": "mark@lange.demon.co.uk"
                    }
                ],
                "description": "PHP Class for working with complex numbers",
                "homepage": "https://github.com/MarkBaker/PHPComplex",
                "keywords": [
                    "complex",
                    "mathematics"
                ],
                "support": {
                    "issues": "https://github.com/MarkBaker/PHPComplex/issues",
                    "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
                },
                "time": "2022-12-06T16:21:08+00:00"
            },
            {
                "name": "markbaker/matrix",
                "version": "3.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/MarkBaker/PHPMatrix.git",
                    "reference": "728434227fe21be27ff6d86621a1b13107a2562c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
                    "reference": "728434227fe21be27ff6d86621a1b13107a2562c",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1 || ^8.0"
                },
                "require-dev": {
                    "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
                    "phpcompatibility/php-compatibility": "^9.3",
                    "phpdocumentor/phpdocumentor": "2.*",
                    "phploc/phploc": "^4.0",
                    "phpmd/phpmd": "2.*",
                    "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
                    "sebastian/phpcpd": "^4.0",
                    "squizlabs/php_codesniffer": "^3.7"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Matrix\\": "classes/src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Mark Baker",
                        "email": "mark@demon-angel.eu"
                    }
                ],
                "description": "PHP Class for working with matrices",
                "homepage": "https://github.com/MarkBaker/PHPMatrix",
                "keywords": [
                    "mathematics",
                    "matrix",
                    "vector"
                ],
                "support": {
                    "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
                    "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1"
                },
                "time": "2022-12-02T22:17:43+00:00"
            },
            {
                "name": "monolog/monolog",
                "version": "2.9.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/Seldaek/monolog.git",
                    "reference": "a30bfe2e142720dfa990d0a7e573997f5d884215"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Seldaek/monolog/zipball/a30bfe2e142720dfa990d0a7e573997f5d884215",
                    "reference": "a30bfe2e142720dfa990d0a7e573997f5d884215",
                    "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",
                    "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"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "2.x-dev"
                    }
                },
                "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.9.3"
                },
                "funding": [
                    {
                        "url": "https://github.com/Seldaek",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
                        "type": "tidelift"
                    }
                ],
                "time": "2024-04-12T20:52:51+00:00"
            },
            {
                "name": "mpdf/mpdf",
                "version": "v8.2.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/mpdf/mpdf.git",
                    "reference": "9e3ff91606fed11cd58a130eabaaf60e56fdda88"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/mpdf/mpdf/zipball/9e3ff91606fed11cd58a130eabaaf60e56fdda88",
                    "reference": "9e3ff91606fed11cd58a130eabaaf60e56fdda88",
                    "shasum": ""
                },
                "require": {
                    "ext-gd": "*",
                    "ext-mbstring": "*",
                    "mpdf/psr-http-message-shim": "^1.0 || ^2.0",
                    "mpdf/psr-log-aware-trait": "^2.0 || ^3.0",
                    "myclabs/deep-copy": "^1.7",
                    "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
                    "php": "^5.6 || ^7.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
                    "psr/http-message": "^1.0 || ^2.0",
                    "psr/log": "^1.0 || ^2.0 || ^3.0",
                    "setasign/fpdi": "^2.1"
                },
                "require-dev": {
                    "mockery/mockery": "^1.3.0",
                    "mpdf/qrcode": "^1.1.0",
                    "squizlabs/php_codesniffer": "^3.5.0",
                    "tracy/tracy": "~2.5",
                    "yoast/phpunit-polyfills": "^1.0"
                },
                "suggest": {
                    "ext-bcmath": "Needed for generation of some types of barcodes",
                    "ext-xml": "Needed mainly for SVG manipulation",
                    "ext-zlib": "Needed for compression of embedded resources, such as fonts"
                },
                "type": "library",
                "autoload": {
                    "files": [
                        "src/functions.php"
                    ],
                    "psr-4": {
                        "Mpdf\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "GPL-2.0-only"
                ],
                "authors": [
                    {
                        "name": "Matěj Humpál",
                        "role": "Developer, maintainer"
                    },
                    {
                        "name": "Ian Back",
                        "role": "Developer (retired)"
                    }
                ],
                "description": "PHP library generating PDF files from UTF-8 encoded HTML",
                "homepage": "https://mpdf.github.io",
                "keywords": [
                    "pdf",
                    "php",
                    "utf-8"
                ],
                "support": {
                    "docs": "http://mpdf.github.io",
                    "issues": "https://github.com/mpdf/mpdf/issues",
                    "source": "https://github.com/mpdf/mpdf"
                },
                "funding": [
                    {
                        "url": "https://www.paypal.me/mpdf",
                        "type": "custom"
                    }
                ],
                "time": "2024-06-14T16:06:41+00:00"
            },
            {
                "name": "mpdf/psr-http-message-shim",
                "version": "v2.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/mpdf/psr-http-message-shim.git",
                    "reference": "f25a0153d645e234f9db42e5433b16d9b113920f"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/mpdf/psr-http-message-shim/zipball/f25a0153d645e234f9db42e5433b16d9b113920f",
                    "reference": "f25a0153d645e234f9db42e5433b16d9b113920f",
                    "shasum": ""
                },
                "require": {
                    "psr/http-message": "^2.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Mpdf\\PsrHttpMessageShim\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Mark Dorison",
                        "email": "mark@chromatichq.com"
                    },
                    {
                        "name": "Kristofer Widholm",
                        "email": "kristofer@chromatichq.com"
                    },
                    {
                        "name": "Nigel Cunningham",
                        "email": "nigel.cunningham@technocrat.com.au"
                    }
                ],
                "description": "Shim to allow support of different psr/message versions.",
                "support": {
                    "issues": "https://github.com/mpdf/psr-http-message-shim/issues",
                    "source": "https://github.com/mpdf/psr-http-message-shim/tree/v2.0.1"
                },
                "time": "2023-10-02T14:34:03+00:00"
            },
            {
                "name": "mpdf/psr-log-aware-trait",
                "version": "v2.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/mpdf/psr-log-aware-trait.git",
                    "reference": "7a077416e8f39eb626dee4246e0af99dd9ace275"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/mpdf/psr-log-aware-trait/zipball/7a077416e8f39eb626dee4246e0af99dd9ace275",
                    "reference": "7a077416e8f39eb626dee4246e0af99dd9ace275",
                    "shasum": ""
                },
                "require": {
                    "psr/log": "^1.0 || ^2.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Mpdf\\PsrLogAwareTrait\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Mark Dorison",
                        "email": "mark@chromatichq.com"
                    },
                    {
                        "name": "Kristofer Widholm",
                        "email": "kristofer@chromatichq.com"
                    }
                ],
                "description": "Trait to allow support of different psr/log versions.",
                "support": {
                    "issues": "https://github.com/mpdf/psr-log-aware-trait/issues",
                    "source": "https://github.com/mpdf/psr-log-aware-trait/tree/v2.0.0"
                },
                "time": "2023-05-03T06:18:28+00:00"
            },
            {
                "name": "myclabs/deep-copy",
                "version": "1.12.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/myclabs/DeepCopy.git",
                    "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
                    "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1 || ^8.0"
                },
                "conflict": {
                    "doctrine/collections": "<1.6.8",
                    "doctrine/common": "<2.13.3 || >=3 <3.2.2"
                },
                "require-dev": {
                    "doctrine/collections": "^1.6.8",
                    "doctrine/common": "^2.13.3 || ^3.2.2",
                    "phpspec/prophecy": "^1.10",
                    "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
                },
                "type": "library",
                "autoload": {
                    "files": [
                        "src/DeepCopy/deep_copy.php"
                    ],
                    "psr-4": {
                        "DeepCopy\\": "src/DeepCopy/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "description": "Create deep copies (clones) of your objects",
                "keywords": [
                    "clone",
                    "copy",
                    "duplicate",
                    "object",
                    "object graph"
                ],
                "support": {
                    "issues": "https://github.com/myclabs/DeepCopy/issues",
                    "source": "https://github.com/myclabs/DeepCopy/tree/1.12.0"
                },
                "funding": [
                    {
                        "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
                        "type": "tidelift"
                    }
                ],
                "time": "2024-06-12T14:39:25+00:00"
            },
            {
                "name": "nikic/php-parser",
                "version": "v5.1.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/nikic/PHP-Parser.git",
                    "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/683130c2ff8c2739f4822ff7ac5c873ec529abd1",
                    "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1",
                    "shasum": ""
                },
                "require": {
                    "ext-ctype": "*",
                    "ext-json": "*",
                    "ext-tokenizer": "*",
                    "php": ">=7.4"
                },
                "require-dev": {
                    "ircmaxell/php-yacc": "^0.0.7",
                    "phpunit/phpunit": "^9.0"
                },
                "bin": [
                    "bin/php-parse"
                ],
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "5.0-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "PhpParser\\": "lib/PhpParser"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Nikita Popov"
                    }
                ],
                "description": "A PHP parser written in PHP",
                "keywords": [
                    "parser",
                    "php"
                ],
                "support": {
                    "issues": "https://github.com/nikic/PHP-Parser/issues",
                    "source": "https://github.com/nikic/PHP-Parser/tree/v5.1.0"
                },
                "time": "2024-07-01T20:03:41+00:00"
            },
            {
                "name": "oro/doctrine-extensions",
                "version": "1.3.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/oroinc/doctrine-extensions.git",
                    "reference": "529d239d065eb6843025f901d402379bb551cd75"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/oroinc/doctrine-extensions/zipball/529d239d065eb6843025f901d402379bb551cd75",
                    "reference": "529d239d065eb6843025f901d402379bb551cd75",
                    "shasum": ""
                },
                "require": {
                    "doctrine/orm": ">=2.2.3",
                    "php": ">=5.4.0"
                },
                "require-dev": {
                    "doctrine/common": "<3.0.0",
                    "doctrine/data-fixtures": "^1.0",
                    "doctrine/orm": "<2.5.0",
                    "phpunit/phpunit": "4.*",
                    "squizlabs/php_codesniffer": "2.8.*",
                    "symfony/yaml": "2.*"
                },
                "type": "library",
                "autoload": {
                    "psr-0": {
                        "Oro\\ORM": "src/",
                        "Oro\\DBAL": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Oro, Inc",
                        "homepage": "http://www.orocrm.com"
                    }
                ],
                "description": "Doctrine Extensions for MySQL and PostgreSQL.",
                "homepage": "https://github.com/orocrm/doctrine-extensions/",
                "keywords": [
                    "database",
                    "doctrine",
                    "dql",
                    "function",
                    "mysql",
                    "postgresql",
                    "type"
                ],
                "support": {
                    "issues": "https://github.com/oroinc/doctrine-extensions/issues",
                    "source": "https://github.com/oroinc/doctrine-extensions/tree/1.3.2"
                },
                "time": "2021-09-02T13:33:38+00:00"
            },
            {
                "name": "paragonie/random_compat",
                "version": "v9.99.100",
                "source": {
                    "type": "git",
                    "url": "https://github.com/paragonie/random_compat.git",
                    "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
                    "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
                    "shasum": ""
                },
                "require": {
                    "php": ">= 7"
                },
                "require-dev": {
                    "phpunit/phpunit": "4.*|5.*",
                    "vimeo/psalm": "^1"
                },
                "suggest": {
                    "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
                },
                "type": "library",
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Paragon Initiative Enterprises",
                        "email": "security@paragonie.com",
                        "homepage": "https://paragonie.com"
                    }
                ],
                "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
                "keywords": [
                    "csprng",
                    "polyfill",
                    "pseudorandom",
                    "random"
                ],
                "support": {
                    "email": "info@paragonie.com",
                    "issues": "https://github.com/paragonie/random_compat/issues",
                    "source": "https://github.com/paragonie/random_compat"
                },
                "time": "2020-10-15T08:29:30+00:00"
            },
            {
                "name": "phenx/php-font-lib",
                "version": "0.5.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/dompdf/php-font-lib.git",
                    "reference": "a1681e9793040740a405ac5b189275059e2a9863"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/a1681e9793040740a405ac5b189275059e2a9863",
                    "reference": "a1681e9793040740a405ac5b189275059e2a9863",
                    "shasum": ""
                },
                "require": {
                    "ext-mbstring": "*"
                },
                "require-dev": {
                    "symfony/phpunit-bridge": "^3 || ^4 || ^5 || ^6"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "FontLib\\": "src/FontLib"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "LGPL-2.1-or-later"
                ],
                "authors": [
                    {
                        "name": "Fabien Ménager",
                        "email": "fabien.menager@gmail.com"
                    }
                ],
                "description": "A library to read, parse, export and make subsets of different types of font files.",
                "homepage": "https://github.com/PhenX/php-font-lib",
                "support": {
                    "issues": "https://github.com/dompdf/php-font-lib/issues",
                    "source": "https://github.com/dompdf/php-font-lib/tree/0.5.6"
                },
                "time": "2024-01-29T14:45:26+00:00"
            },
            {
                "name": "phenx/php-svg-lib",
                "version": "0.3.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/PhenX/php-svg-lib.git",
                    "reference": "f627771eb854aa7f45f80add0f23c6c4d67ea0f2"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/f627771eb854aa7f45f80add0f23c6c4d67ea0f2",
                    "reference": "f627771eb854aa7f45f80add0f23c6c4d67ea0f2",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.4 || ^8.0",
                    "sabberworm/php-css-parser": "^8.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.5"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Svg\\": "src/Svg"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "LGPL-3.0"
                ],
                "authors": [
                    {
                        "name": "Fabien Ménager",
                        "email": "fabien.menager@gmail.com"
                    }
                ],
                "description": "A library to read, parse and export to PDF SVG files.",
                "homepage": "https://github.com/PhenX/php-svg-lib",
                "support": {
                    "issues": "https://github.com/PhenX/php-svg-lib/issues",
                    "source": "https://github.com/PhenX/php-svg-lib/tree/0.3.4"
                },
                "time": "2021-10-18T02:13:32+00:00"
            },
            {
                "name": "phpoffice/math",
                "version": "0.1.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/PHPOffice/Math.git",
                    "reference": "f0f8cad98624459c540cdd61d2a174d834471773"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/PHPOffice/Math/zipball/f0f8cad98624459c540cdd61d2a174d834471773",
                    "reference": "f0f8cad98624459c540cdd61d2a174d834471773",
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "ext-xml": "*",
                    "php": "^7.1|^8.0"
                },
                "require-dev": {
                    "phpstan/phpstan": "^0.12.88 || ^1.0.0",
                    "phpunit/phpunit": "^7.0 || ^9.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "PhpOffice\\Math\\": "src/Math/",
                        "Tests\\PhpOffice\\Math\\": "tests/Math/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Progi1984",
                        "homepage": "https://lefevre.dev"
                    }
                ],
                "description": "Math - Manipulate Math Formula",
                "homepage": "https://phpoffice.github.io/Math/",
                "keywords": [
                    "MathML",
                    "officemathml",
                    "php"
                ],
                "support": {
                    "issues": "https://github.com/PHPOffice/Math/issues",
                    "source": "https://github.com/PHPOffice/Math/tree/0.1.0"
                },
                "time": "2023-09-25T12:08:20+00:00"
            },
            {
                "name": "phpoffice/phpspreadsheet",
                "version": "1.29.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
                    "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/fde2ccf55eaef7e86021ff1acce26479160a0fa0",
                    "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0",
                    "shasum": ""
                },
                "require": {
                    "ext-ctype": "*",
                    "ext-dom": "*",
                    "ext-fileinfo": "*",
                    "ext-gd": "*",
                    "ext-iconv": "*",
                    "ext-libxml": "*",
                    "ext-mbstring": "*",
                    "ext-simplexml": "*",
                    "ext-xml": "*",
                    "ext-xmlreader": "*",
                    "ext-xmlwriter": "*",
                    "ext-zip": "*",
                    "ext-zlib": "*",
                    "ezyang/htmlpurifier": "^4.15",
                    "maennchen/zipstream-php": "^2.1 || ^3.0",
                    "markbaker/complex": "^3.0",
                    "markbaker/matrix": "^3.0",
                    "php": "^7.4 || ^8.0",
                    "psr/http-client": "^1.0",
                    "psr/http-factory": "^1.0",
                    "psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
                },
                "require-dev": {
                    "dealerdirect/phpcodesniffer-composer-installer": "dev-main",
                    "dompdf/dompdf": "^1.0 || ^2.0",
                    "friendsofphp/php-cs-fixer": "^3.2",
                    "mitoteam/jpgraph": "^10.3",
                    "mpdf/mpdf": "^8.1.1",
                    "phpcompatibility/php-compatibility": "^9.3",
                    "phpstan/phpstan": "^1.1",
                    "phpstan/phpstan-phpunit": "^1.0",
                    "phpunit/phpunit": "^8.5 || ^9.0 || ^10.0",
                    "squizlabs/php_codesniffer": "^3.7",
                    "tecnickcom/tcpdf": "^6.5"
                },
                "suggest": {
                    "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
                    "ext-intl": "PHP Internationalization Functions",
                    "mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
                    "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
                    "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Maarten Balliauw",
                        "homepage": "https://blog.maartenballiauw.be"
                    },
                    {
                        "name": "Mark Baker",
                        "homepage": "https://markbakeruk.net"
                    },
                    {
                        "name": "Franck Lefevre",
                        "homepage": "https://rootslabs.net"
                    },
                    {
                        "name": "Erik Tilt"
                    },
                    {
                        "name": "Adrien Crivelli"
                    }
                ],
                "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
                "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
                "keywords": [
                    "OpenXML",
                    "excel",
                    "gnumeric",
                    "ods",
                    "php",
                    "spreadsheet",
                    "xls",
                    "xlsx"
                ],
                "support": {
                    "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
                    "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.29.0"
                },
                "time": "2023-06-14T22:48:31+00:00"
            },
            {
                "name": "phpoffice/phpword",
                "version": "1.2.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/PHPOffice/PHPWord.git",
                    "reference": "e76b701ef538cb749641514fcbc31a68078550fa"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/e76b701ef538cb749641514fcbc31a68078550fa",
                    "reference": "e76b701ef538cb749641514fcbc31a68078550fa",
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "ext-json": "*",
                    "ext-xml": "*",
                    "php": "^7.1|^8.0",
                    "phpoffice/math": "^0.1"
                },
                "require-dev": {
                    "dompdf/dompdf": "^2.0",
                    "ext-gd": "*",
                    "ext-libxml": "*",
                    "ext-zip": "*",
                    "friendsofphp/php-cs-fixer": "^3.3",
                    "mpdf/mpdf": "^8.1",
                    "phpmd/phpmd": "^2.13",
                    "phpstan/phpstan-phpunit": "@stable",
                    "phpunit/phpunit": ">=7.0",
                    "symfony/process": "^4.4 || ^5.0",
                    "tecnickcom/tcpdf": "^6.5"
                },
                "suggest": {
                    "dompdf/dompdf": "Allows writing PDF",
                    "ext-gd2": "Allows adding images",
                    "ext-xmlwriter": "Allows writing OOXML and ODF",
                    "ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template",
                    "ext-zip": "Allows writing OOXML and ODF"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "PhpOffice\\PhpWord\\": "src/PhpWord"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "LGPL-3.0"
                ],
                "authors": [
                    {
                        "name": "Mark Baker"
                    },
                    {
                        "name": "Gabriel Bull",
                        "email": "me@gabrielbull.com",
                        "homepage": "http://gabrielbull.com/"
                    },
                    {
                        "name": "Franck Lefevre",
                        "homepage": "https://rootslabs.net/blog/"
                    },
                    {
                        "name": "Ivan Lanin",
                        "homepage": "http://ivan.lanin.org"
                    },
                    {
                        "name": "Roman Syroeshko",
                        "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
                    },
                    {
                        "name": "Antoine de Troostembergh"
                    }
                ],
                "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
                "homepage": "https://phpoffice.github.io/PHPWord/",
                "keywords": [
                    "ISO IEC 29500",
                    "OOXML",
                    "Office Open XML",
                    "OpenDocument",
                    "OpenXML",
                    "PhpOffice",
                    "PhpWord",
                    "Rich Text Format",
                    "WordprocessingML",
                    "doc",
                    "docx",
                    "html",
                    "odf",
                    "odt",
                    "office",
                    "pdf",
                    "php",
                    "reader",
                    "rtf",
                    "template",
                    "template processor",
                    "word",
                    "writer"
                ],
                "support": {
                    "issues": "https://github.com/PHPOffice/PHPWord/issues",
                    "source": "https://github.com/PHPOffice/PHPWord/tree/1.2.0"
                },
                "time": "2023-11-30T11:22:23+00:00"
            },
            {
                "name": "phpoption/phpoption",
                "version": "1.9.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/schmittjoh/php-option.git",
                    "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54",
                    "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.2.5 || ^8.0"
                },
                "require-dev": {
                    "bamarni/composer-bin-plugin": "^1.8.2",
                    "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
                },
                "type": "library",
                "extra": {
                    "bamarni-bin": {
                        "bin-links": true,
                        "forward-command": false
                    },
                    "branch-alias": {
                        "dev-master": "1.9-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "PhpOption\\": "src/PhpOption/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "Apache-2.0"
                ],
                "authors": [
                    {
                        "name": "Johannes M. Schmitt",
                        "email": "schmittjoh@gmail.com",
                        "homepage": "https://github.com/schmittjoh"
                    },
                    {
                        "name": "Graham Campbell",
                        "email": "hello@gjcampbell.co.uk",
                        "homepage": "https://github.com/GrahamCampbell"
                    }
                ],
                "description": "Option Type for PHP",
                "keywords": [
                    "language",
                    "option",
                    "php",
                    "type"
                ],
                "support": {
                    "issues": "https://github.com/schmittjoh/php-option/issues",
                    "source": "https://github.com/schmittjoh/php-option/tree/1.9.3"
                },
                "funding": [
                    {
                        "url": "https://github.com/GrahamCampbell",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
                        "type": "tidelift"
                    }
                ],
                "time": "2024-07-20T21:41:07+00:00"
            },
            {
                "name": "psr/cache",
                "version": "1.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/cache.git",
                    "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
                    "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Psr\\Cache\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "PHP-FIG",
                        "homepage": "http://www.php-fig.org/"
                    }
                ],
                "description": "Common interface for caching libraries",
                "keywords": [
                    "cache",
                    "psr",
                    "psr-6"
                ],
                "support": {
                    "source": "https://github.com/php-fig/cache/tree/master"
                },
                "time": "2016-08-06T20:24:11+00:00"
            },
            {
                "name": "psr/clock",
                "version": "1.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/clock.git",
                    "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
                    "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.0 || ^8.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Psr\\Clock\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "PHP-FIG",
                        "homepage": "https://www.php-fig.org/"
                    }
                ],
                "description": "Common interface for reading the clock.",
                "homepage": "https://github.com/php-fig/clock",
                "keywords": [
                    "clock",
                    "now",
                    "psr",
                    "psr-20",
                    "time"
                ],
                "support": {
                    "issues": "https://github.com/php-fig/clock/issues",
                    "source": "https://github.com/php-fig/clock/tree/1.0.0"
                },
                "time": "2022-11-25T14:36:26+00:00"
            },
            {
                "name": "psr/container",
                "version": "1.1.2",
                "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"
                },
                "type": "library",
                "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"
                },
                "time": "2021-11-05T16:50:12+00:00"
            },
            {
                "name": "psr/http-client",
                "version": "1.0.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/http-client.git",
                    "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
                    "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.0 || ^8.0",
                    "psr/http-message": "^1.0 || ^2.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Psr\\Http\\Client\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "PHP-FIG",
                        "homepage": "https://www.php-fig.org/"
                    }
                ],
                "description": "Common interface for HTTP clients",
                "homepage": "https://github.com/php-fig/http-client",
                "keywords": [
                    "http",
                    "http-client",
                    "psr",
                    "psr-18"
                ],
                "support": {
                    "source": "https://github.com/php-fig/http-client"
                },
                "time": "2023-09-23T14:17:50+00:00"
            },
            {
                "name": "psr/http-factory",
                "version": "1.1.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/http-factory.git",
                    "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
                    "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1",
                    "psr/http-message": "^1.0 || ^2.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Psr\\Http\\Message\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "PHP-FIG",
                        "homepage": "https://www.php-fig.org/"
                    }
                ],
                "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
                "keywords": [
                    "factory",
                    "http",
                    "message",
                    "psr",
                    "psr-17",
                    "psr-7",
                    "request",
                    "response"
                ],
                "support": {
                    "source": "https://github.com/php-fig/http-factory"
                },
                "time": "2024-04-15T12:06:14+00:00"
            },
            {
                "name": "psr/http-message",
                "version": "2.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/http-message.git",
                    "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                    "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.2 || ^8.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Psr\\Http\\Message\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "PHP-FIG",
                        "homepage": "https://www.php-fig.org/"
                    }
                ],
                "description": "Common interface for HTTP messages",
                "homepage": "https://github.com/php-fig/http-message",
                "keywords": [
                    "http",
                    "http-message",
                    "psr",
                    "psr-7",
                    "request",
                    "response"
                ],
                "support": {
                    "source": "https://github.com/php-fig/http-message/tree/2.0"
                },
                "time": "2023-04-04T09:54:51+00:00"
            },
            {
                "name": "psr/log",
                "version": "1.1.4",
                "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"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.1.x-dev"
                    }
                },
                "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"
                },
                "time": "2021-05-03T11:20:27+00:00"
            },
            {
                "name": "psr/simple-cache",
                "version": "1.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/simple-cache.git",
                    "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
                    "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Psr\\SimpleCache\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "PHP-FIG",
                        "homepage": "http://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/master"
                },
                "time": "2017-10-23T01:57:42+00:00"
            },
            {
                "name": "ralouphie/getallheaders",
                "version": "3.0.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/ralouphie/getallheaders.git",
                    "reference": "120b605dfeb996808c31b6477290a714d356e822"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
                    "reference": "120b605dfeb996808c31b6477290a714d356e822",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.6"
                },
                "require-dev": {
                    "php-coveralls/php-coveralls": "^2.1",
                    "phpunit/phpunit": "^5 || ^6.5"
                },
                "type": "library",
                "autoload": {
                    "files": [
                        "src/getallheaders.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Ralph Khattar",
                        "email": "ralph.khattar@gmail.com"
                    }
                ],
                "description": "A polyfill for getallheaders.",
                "support": {
                    "issues": "https://github.com/ralouphie/getallheaders/issues",
                    "source": "https://github.com/ralouphie/getallheaders/tree/develop"
                },
                "time": "2019-03-08T08:55:37+00:00"
            },
            {
                "name": "ramsey/uuid",
                "version": "3.9.7",
                "source": {
                    "type": "git",
                    "url": "https://github.com/ramsey/uuid.git",
                    "reference": "dc75aa439eb4c1b77f5379fd958b3dc0e6014178"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/ramsey/uuid/zipball/dc75aa439eb4c1b77f5379fd958b3dc0e6014178",
                    "reference": "dc75aa439eb4c1b77f5379fd958b3dc0e6014178",
                    "shasum": ""
                },
                "require": {
                    "ext-json": "*",
                    "paragonie/random_compat": "^1 | ^2 | ^9.99.99",
                    "php": "^5.4 | ^7.0 | ^8.0",
                    "symfony/polyfill-ctype": "^1.8"
                },
                "replace": {
                    "rhumsaa/uuid": "self.version"
                },
                "require-dev": {
                    "codeception/aspect-mock": "^1 | ^2",
                    "doctrine/annotations": "^1.2",
                    "goaop/framework": "1.0.0-alpha.2 | ^1 | >=2.1.0 <=2.3.2",
                    "mockery/mockery": "^0.9.11 | ^1",
                    "moontoast/math": "^1.1",
                    "nikic/php-parser": "<=4.5.0",
                    "paragonie/random-lib": "^2",
                    "php-mock/php-mock-phpunit": "^0.3 | ^1.1 | ^2.6",
                    "php-parallel-lint/php-parallel-lint": "^1.3",
                    "phpunit/phpunit": ">=4.8.36 <9.0.0 | >=9.3.0",
                    "squizlabs/php_codesniffer": "^3.5",
                    "yoast/phpunit-polyfills": "^1.0"
                },
                "suggest": {
                    "ext-ctype": "Provides support for PHP Ctype functions",
                    "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
                    "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
                    "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
                    "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
                    "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
                    "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
                    "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
                },
                "type": "library",
                "autoload": {
                    "files": [
                        "src/functions.php"
                    ],
                    "psr-4": {
                        "Ramsey\\Uuid\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Ben Ramsey",
                        "email": "ben@benramsey.com",
                        "homepage": "https://benramsey.com"
                    },
                    {
                        "name": "Marijn Huizendveld",
                        "email": "marijn.huizendveld@gmail.com"
                    },
                    {
                        "name": "Thibaud Fabre",
                        "email": "thibaud@aztech.io"
                    }
                ],
                "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
                "homepage": "https://github.com/ramsey/uuid",
                "keywords": [
                    "guid",
                    "identifier",
                    "uuid"
                ],
                "support": {
                    "issues": "https://github.com/ramsey/uuid/issues",
                    "rss": "https://github.com/ramsey/uuid/releases.atom",
                    "source": "https://github.com/ramsey/uuid",
                    "wiki": "https://github.com/ramsey/uuid/wiki"
                },
                "funding": [
                    {
                        "url": "https://github.com/ramsey",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
                        "type": "tidelift"
                    }
                ],
                "time": "2022-12-19T21:55:10+00:00"
            },
            {
                "name": "react/promise",
                "version": "v2.11.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/reactphp/promise.git",
                    "reference": "1a8460931ea36dc5c76838fec5734d55c88c6831"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/reactphp/promise/zipball/1a8460931ea36dc5c76838fec5734d55c88c6831",
                    "reference": "1a8460931ea36dc5c76838fec5734d55c88c6831",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.4.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
                },
                "type": "library",
                "autoload": {
                    "files": [
                        "src/functions_include.php"
                    ],
                    "psr-4": {
                        "React\\Promise\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Jan Sorgalla",
                        "email": "jsorgalla@gmail.com",
                        "homepage": "https://sorgalla.com/"
                    },
                    {
                        "name": "Christian Lück",
                        "email": "christian@clue.engineering",
                        "homepage": "https://clue.engineering/"
                    },
                    {
                        "name": "Cees-Jan Kiewiet",
                        "email": "reactphp@ceesjankiewiet.nl",
                        "homepage": "https://wyrihaximus.net/"
                    },
                    {
                        "name": "Chris Boden",
                        "email": "cboden@gmail.com",
                        "homepage": "https://cboden.dev/"
                    }
                ],
                "description": "A lightweight implementation of CommonJS Promises/A for PHP",
                "keywords": [
                    "promise",
                    "promises"
                ],
                "support": {
                    "issues": "https://github.com/reactphp/promise/issues",
                    "source": "https://github.com/reactphp/promise/tree/v2.11.0"
                },
                "funding": [
                    {
                        "url": "https://opencollective.com/reactphp",
                        "type": "open_collective"
                    }
                ],
                "time": "2023-11-16T16:16:50+00:00"
            },
            {
                "name": "sabberworm/php-css-parser",
                "version": "v8.6.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/MyIntervals/PHP-CSS-Parser.git",
                    "reference": "d2fb94a9641be84d79c7548c6d39bbebba6e9a70"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/d2fb94a9641be84d79c7548c6d39bbebba6e9a70",
                    "reference": "d2fb94a9641be84d79c7548c6d39bbebba6e9a70",
                    "shasum": ""
                },
                "require": {
                    "ext-iconv": "*",
                    "php": ">=5.6.20"
                },
                "require-dev": {
                    "phpunit/phpunit": "^5.7.27"
                },
                "suggest": {
                    "ext-mbstring": "for parsing UTF-8 CSS"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "9.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Sabberworm\\CSS\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Raphael Schweikert"
                    },
                    {
                        "name": "Oliver Klee",
                        "email": "github@oliverklee.de"
                    },
                    {
                        "name": "Jake Hotson",
                        "email": "jake.github@qzdesign.co.uk"
                    }
                ],
                "description": "Parser for CSS Files written in PHP",
                "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
                "keywords": [
                    "css",
                    "parser",
                    "stylesheet"
                ],
                "support": {
                    "issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues",
                    "source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.6.0"
                },
                "time": "2024-07-01T07:33:21+00:00"
            },
            {
                "name": "setasign/fpdi",
                "version": "v2.6.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/Setasign/FPDI.git",
                    "reference": "a6db878129ec6c7e141316ee71872923e7f1b7ad"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6db878129ec6c7e141316ee71872923e7f1b7ad",
                    "reference": "a6db878129ec6c7e141316ee71872923e7f1b7ad",
                    "shasum": ""
                },
                "require": {
                    "ext-zlib": "*",
                    "php": "^5.6 || ^7.0 || ^8.0"
                },
                "conflict": {
                    "setasign/tfpdf": "<1.31"
                },
                "require-dev": {
                    "phpunit/phpunit": "~5.7",
                    "setasign/fpdf": "~1.8.6",
                    "setasign/tfpdf": "~1.33",
                    "squizlabs/php_codesniffer": "^3.5",
                    "tecnickcom/tcpdf": "~6.2"
                },
                "suggest": {
                    "setasign/fpdf": "FPDI will extend this class but as it is also possible to use TCPDF or tFPDF as an alternative. There's no fixed dependency configured."
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "setasign\\Fpdi\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Jan Slabon",
                        "email": "jan.slabon@setasign.com",
                        "homepage": "https://www.setasign.com"
                    },
                    {
                        "name": "Maximilian Kresse",
                        "email": "maximilian.kresse@setasign.com",
                        "homepage": "https://www.setasign.com"
                    }
                ],
                "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
                "homepage": "https://www.setasign.com/fpdi",
                "keywords": [
                    "fpdf",
                    "fpdi",
                    "pdf"
                ],
                "support": {
                    "issues": "https://github.com/Setasign/FPDI/issues",
                    "source": "https://github.com/Setasign/FPDI/tree/v2.6.0"
                },
                "funding": [
                    {
                        "url": "https://tidelift.com/funding/github/packagist/setasign/fpdi",
                        "type": "tidelift"
                    }
                ],
                "time": "2023-12-11T16:03:32+00:00"
            },
            {
                "name": "swiftmailer/swiftmailer",
                "version": "v6.3.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/swiftmailer/swiftmailer.git",
                    "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8a5d5072dca8f48460fce2f4131fcc495eec654c",
                    "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c",
                    "shasum": ""
                },
                "require": {
                    "egulias/email-validator": "^2.0|^3.1",
                    "php": ">=7.0.0",
                    "symfony/polyfill-iconv": "^1.0",
                    "symfony/polyfill-intl-idn": "^1.10",
                    "symfony/polyfill-mbstring": "^1.0"
                },
                "require-dev": {
                    "mockery/mockery": "^1.0",
                    "symfony/phpunit-bridge": "^4.4|^5.4"
                },
                "suggest": {
                    "ext-intl": "Needed to support internationalized email addresses"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "6.2-dev"
                    }
                },
                "autoload": {
                    "files": [
                        "lib/swift_required.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Chris Corbyn"
                    },
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    }
                ],
                "description": "Swiftmailer, free feature-rich PHP mailer",
                "homepage": "https://swiftmailer.symfony.com",
                "keywords": [
                    "email",
                    "mail",
                    "mailer"
                ],
                "support": {
                    "issues": "https://github.com/swiftmailer/swiftmailer/issues",
                    "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.3.0"
                },
                "funding": [
                    {
                        "url": "https://github.com/fabpot",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer",
                        "type": "tidelift"
                    }
                ],
                "abandoned": "symfony/mailer",
                "time": "2021-10-18T15:26:12+00:00"
            },
            {
                "name": "symfony/config",
                "version": "v7.2.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/config.git",
                    "reference": "7716594aaae91d9141be080240172a92ecca4d44"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/config/zipball/7716594aaae91d9141be080240172a92ecca4d44",
                    "reference": "7716594aaae91d9141be080240172a92ecca4d44",
                    "shasum": ""
                },
                "require": {
                    "php": ">=8.2",
                    "symfony/deprecation-contracts": "^2.5|^3",
                    "symfony/filesystem": "^7.1",
                    "symfony/polyfill-ctype": "~1.8"
                },
                "conflict": {
                    "symfony/finder": "<6.4",
                    "symfony/service-contracts": "<2.5"
                },
                "require-dev": {
                    "symfony/event-dispatcher": "^6.4|^7.0",
                    "symfony/finder": "^6.4|^7.0",
                    "symfony/messenger": "^6.4|^7.0",
                    "symfony/service-contracts": "^2.5|^3",
                    "symfony/yaml": "^6.4|^7.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\Config\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
                "homepage": "https://symfony.com",
                "support": {
                    "source": "https://github.com/symfony/config/tree/v7.2.3"
                },
                "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"
                    }
                ],
                "time": "2025-01-22T12:07:01+00:00"
            },
            {
                "name": "symfony/console",
                "version": "v6.4.9",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/console.git",
                    "reference": "6edb5363ec0c78ad4d48c5128ebf4d083d89d3a9"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/console/zipball/6edb5363ec0c78ad4d48c5128ebf4d083d89d3a9",
                    "reference": "6edb5363ec0c78ad4d48c5128ebf4d083d89d3a9",
                    "shasum": ""
                },
                "require": {
                    "php": ">=8.1",
                    "symfony/deprecation-contracts": "^2.5|^3",
                    "symfony/polyfill-mbstring": "~1.0",
                    "symfony/service-contracts": "^2.5|^3",
                    "symfony/string": "^5.4|^6.0|^7.0"
                },
                "conflict": {
                    "symfony/dependency-injection": "<5.4",
                    "symfony/dotenv": "<5.4",
                    "symfony/event-dispatcher": "<5.4",
                    "symfony/lock": "<5.4",
                    "symfony/process": "<5.4"
                },
                "provide": {
                    "psr/log-implementation": "1.0|2.0|3.0"
                },
                "require-dev": {
                    "psr/log": "^1|^2|^3",
                    "symfony/config": "^5.4|^6.0|^7.0",
                    "symfony/dependency-injection": "^5.4|^6.0|^7.0",
                    "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
                    "symfony/http-foundation": "^6.4|^7.0",
                    "symfony/http-kernel": "^6.4|^7.0",
                    "symfony/lock": "^5.4|^6.0|^7.0",
                    "symfony/messenger": "^5.4|^6.0|^7.0",
                    "symfony/process": "^5.4|^6.0|^7.0",
                    "symfony/stopwatch": "^5.4|^6.0|^7.0",
                    "symfony/var-dumper": "^5.4|^6.0|^7.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\Console\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Eases the creation of beautiful and testable command line interfaces",
                "homepage": "https://symfony.com",
                "keywords": [
                    "cli",
                    "command-line",
                    "console",
                    "terminal"
                ],
                "support": {
                    "source": "https://github.com/symfony/console/tree/v6.4.9"
                },
                "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"
                    }
                ],
                "time": "2024-06-28T09:49:33+00:00"
            },
            {
                "name": "symfony/deprecation-contracts",
                "version": "v3.5.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/deprecation-contracts.git",
                    "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
                    "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
                    "shasum": ""
                },
                "require": {
                    "php": ">=8.1"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "3.5-dev"
                    },
                    "thanks": {
                        "name": "symfony/contracts",
                        "url": "https://github.com/symfony/contracts"
                    }
                },
                "autoload": {
                    "files": [
                        "function.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Nicolas Grekas",
                        "email": "p@tchwork.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "A generic function and convention to trigger deprecation notices",
                "homepage": "https://symfony.com",
                "support": {
                    "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0"
                },
                "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"
                    }
                ],
                "time": "2024-04-18T09:32:20+00:00"
            },
            {
                "name": "symfony/filesystem",
                "version": "v7.1.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/filesystem.git",
                    "reference": "92a91985250c251de9b947a14bb2c9390b1a562c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/filesystem/zipball/92a91985250c251de9b947a14bb2c9390b1a562c",
                    "reference": "92a91985250c251de9b947a14bb2c9390b1a562c",
                    "shasum": ""
                },
                "require": {
                    "php": ">=8.2",
                    "symfony/polyfill-ctype": "~1.8",
                    "symfony/polyfill-mbstring": "~1.8"
                },
                "require-dev": {
                    "symfony/process": "^6.4|^7.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\Filesystem\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Provides basic utilities for the filesystem",
                "homepage": "https://symfony.com",
                "support": {
                    "source": "https://github.com/symfony/filesystem/tree/v7.1.2"
                },
                "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"
                    }
                ],
                "time": "2024-06-28T10:03:55+00:00"
            },
            {
                "name": "symfony/polyfill-ctype",
                "version": "v1.30.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-ctype.git",
                    "reference": "0424dff1c58f028c451efff2045f5d92410bd540"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/0424dff1c58f028c451efff2045f5d92410bd540",
                    "reference": "0424dff1c58f028c451efff2045f5d92410bd540",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1"
                },
                "provide": {
                    "ext-ctype": "*"
                },
                "suggest": {
                    "ext-ctype": "For best performance"
                },
                "type": "library",
                "extra": {
                    "thanks": {
                        "name": "symfony/polyfill",
                        "url": "https://github.com/symfony/polyfill"
                    }
                },
                "autoload": {
                    "files": [
                        "bootstrap.php"
                    ],
                    "psr-4": {
                        "Symfony\\Polyfill\\Ctype\\": ""
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Gert de Pagter",
                        "email": "BackEndTea@gmail.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Symfony polyfill for ctype functions",
                "homepage": "https://symfony.com",
                "keywords": [
                    "compatibility",
                    "ctype",
                    "polyfill",
                    "portable"
                ],
                "support": {
                    "source": "https://github.com/symfony/polyfill-ctype/tree/v1.30.0"
                },
                "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"
                    }
                ],
                "time": "2024-05-31T15:07:36+00:00"
            },
            {
                "name": "symfony/polyfill-iconv",
                "version": "v1.30.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-iconv.git",
                    "reference": "c027e6a3c6aee334663ec21f5852e89738abc805"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c027e6a3c6aee334663ec21f5852e89738abc805",
                    "reference": "c027e6a3c6aee334663ec21f5852e89738abc805",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1"
                },
                "provide": {
                    "ext-iconv": "*"
                },
                "suggest": {
                    "ext-iconv": "For best performance"
                },
                "type": "library",
                "extra": {
                    "thanks": {
                        "name": "symfony/polyfill",
                        "url": "https://github.com/symfony/polyfill"
                    }
                },
                "autoload": {
                    "files": [
                        "bootstrap.php"
                    ],
                    "psr-4": {
                        "Symfony\\Polyfill\\Iconv\\": ""
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Nicolas Grekas",
                        "email": "p@tchwork.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Symfony polyfill for the Iconv extension",
                "homepage": "https://symfony.com",
                "keywords": [
                    "compatibility",
                    "iconv",
                    "polyfill",
                    "portable",
                    "shim"
                ],
                "support": {
                    "source": "https://github.com/symfony/polyfill-iconv/tree/v1.30.0"
                },
                "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"
                    }
                ],
                "time": "2024-05-31T15:07:36+00:00"
            },
            {
                "name": "symfony/polyfill-intl-grapheme",
                "version": "v1.30.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
                    "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/64647a7c30b2283f5d49b874d84a18fc22054b7a",
                    "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1"
                },
                "suggest": {
                    "ext-intl": "For best performance"
                },
                "type": "library",
                "extra": {
                    "thanks": {
                        "name": "symfony/polyfill",
                        "url": "https://github.com/symfony/polyfill"
                    }
                },
                "autoload": {
                    "files": [
                        "bootstrap.php"
                    ],
                    "psr-4": {
                        "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Nicolas Grekas",
                        "email": "p@tchwork.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Symfony polyfill for intl's grapheme_* functions",
                "homepage": "https://symfony.com",
                "keywords": [
                    "compatibility",
                    "grapheme",
                    "intl",
                    "polyfill",
                    "portable",
                    "shim"
                ],
                "support": {
                    "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.30.0"
                },
                "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"
                    }
                ],
                "time": "2024-05-31T15:07:36+00:00"
            },
            {
                "name": "symfony/polyfill-intl-idn",
                "version": "v1.30.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-intl-idn.git",
                    "reference": "a6e83bdeb3c84391d1dfe16f42e40727ce524a5c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a6e83bdeb3c84391d1dfe16f42e40727ce524a5c",
                    "reference": "a6e83bdeb3c84391d1dfe16f42e40727ce524a5c",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1",
                    "symfony/polyfill-intl-normalizer": "^1.10",
                    "symfony/polyfill-php72": "^1.10"
                },
                "suggest": {
                    "ext-intl": "For best performance"
                },
                "type": "library",
                "extra": {
                    "thanks": {
                        "name": "symfony/polyfill",
                        "url": "https://github.com/symfony/polyfill"
                    }
                },
                "autoload": {
                    "files": [
                        "bootstrap.php"
                    ],
                    "psr-4": {
                        "Symfony\\Polyfill\\Intl\\Idn\\": ""
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Laurent Bassin",
                        "email": "laurent@bassin.info"
                    },
                    {
                        "name": "Trevor Rowbotham",
                        "email": "trevor.rowbotham@pm.me"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
                "homepage": "https://symfony.com",
                "keywords": [
                    "compatibility",
                    "idn",
                    "intl",
                    "polyfill",
                    "portable",
                    "shim"
                ],
                "support": {
                    "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.30.0"
                },
                "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"
                    }
                ],
                "time": "2024-05-31T15:07:36+00:00"
            },
            {
                "name": "symfony/polyfill-intl-normalizer",
                "version": "v1.30.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
                    "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/a95281b0be0d9ab48050ebd988b967875cdb9fdb",
                    "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1"
                },
                "suggest": {
                    "ext-intl": "For best performance"
                },
                "type": "library",
                "extra": {
                    "thanks": {
                        "name": "symfony/polyfill",
                        "url": "https://github.com/symfony/polyfill"
                    }
                },
                "autoload": {
                    "files": [
                        "bootstrap.php"
                    ],
                    "psr-4": {
                        "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
                    },
                    "classmap": [
                        "Resources/stubs"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Nicolas Grekas",
                        "email": "p@tchwork.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Symfony polyfill for intl's Normalizer class and related functions",
                "homepage": "https://symfony.com",
                "keywords": [
                    "compatibility",
                    "intl",
                    "normalizer",
                    "polyfill",
                    "portable",
                    "shim"
                ],
                "support": {
                    "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.30.0"
                },
                "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"
                    }
                ],
                "time": "2024-05-31T15:07:36+00:00"
            },
            {
                "name": "symfony/polyfill-mbstring",
                "version": "v1.30.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-mbstring.git",
                    "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fd22ab50000ef01661e2a31d850ebaa297f8e03c",
                    "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1"
                },
                "provide": {
                    "ext-mbstring": "*"
                },
                "suggest": {
                    "ext-mbstring": "For best performance"
                },
                "type": "library",
                "extra": {
                    "thanks": {
                        "name": "symfony/polyfill",
                        "url": "https://github.com/symfony/polyfill"
                    }
                },
                "autoload": {
                    "files": [
                        "bootstrap.php"
                    ],
                    "psr-4": {
                        "Symfony\\Polyfill\\Mbstring\\": ""
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Nicolas Grekas",
                        "email": "p@tchwork.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Symfony polyfill for the Mbstring extension",
                "homepage": "https://symfony.com",
                "keywords": [
                    "compatibility",
                    "mbstring",
                    "polyfill",
                    "portable",
                    "shim"
                ],
                "support": {
                    "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.30.0"
                },
                "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"
                    }
                ],
                "time": "2024-06-19T12:30:46+00:00"
            },
            {
                "name": "symfony/polyfill-php72",
                "version": "v1.30.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-php72.git",
                    "reference": "10112722600777e02d2745716b70c5db4ca70442"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/10112722600777e02d2745716b70c5db4ca70442",
                    "reference": "10112722600777e02d2745716b70c5db4ca70442",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1"
                },
                "type": "library",
                "extra": {
                    "thanks": {
                        "name": "symfony/polyfill",
                        "url": "https://github.com/symfony/polyfill"
                    }
                },
                "autoload": {
                    "files": [
                        "bootstrap.php"
                    ],
                    "psr-4": {
                        "Symfony\\Polyfill\\Php72\\": ""
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Nicolas Grekas",
                        "email": "p@tchwork.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
                "homepage": "https://symfony.com",
                "keywords": [
                    "compatibility",
                    "polyfill",
                    "portable",
                    "shim"
                ],
                "support": {
                    "source": "https://github.com/symfony/polyfill-php72/tree/v1.30.0"
                },
                "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"
                    }
                ],
                "time": "2024-06-19T12:30:46+00:00"
            },
            {
                "name": "symfony/polyfill-php80",
                "version": "v1.30.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-php80.git",
                    "reference": "77fa7995ac1b21ab60769b7323d600a991a90433"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/77fa7995ac1b21ab60769b7323d600a991a90433",
                    "reference": "77fa7995ac1b21ab60769b7323d600a991a90433",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1"
                },
                "type": "library",
                "extra": {
                    "thanks": {
                        "name": "symfony/polyfill",
                        "url": "https://github.com/symfony/polyfill"
                    }
                },
                "autoload": {
                    "files": [
                        "bootstrap.php"
                    ],
                    "psr-4": {
                        "Symfony\\Polyfill\\Php80\\": ""
                    },
                    "classmap": [
                        "Resources/stubs"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Ion Bazan",
                        "email": "ion.bazan@gmail.com"
                    },
                    {
                        "name": "Nicolas Grekas",
                        "email": "p@tchwork.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
                "homepage": "https://symfony.com",
                "keywords": [
                    "compatibility",
                    "polyfill",
                    "portable",
                    "shim"
                ],
                "support": {
                    "source": "https://github.com/symfony/polyfill-php80/tree/v1.30.0"
                },
                "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"
                    }
                ],
                "time": "2024-05-31T15:07:36+00:00"
            },
            {
                "name": "symfony/service-contracts",
                "version": "v3.5.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/service-contracts.git",
                    "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
                    "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
                    "shasum": ""
                },
                "require": {
                    "php": ">=8.1",
                    "psr/container": "^1.1|^2.0",
                    "symfony/deprecation-contracts": "^2.5|^3"
                },
                "conflict": {
                    "ext-psr": "<1.1|>=2"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "3.5-dev"
                    },
                    "thanks": {
                        "name": "symfony/contracts",
                        "url": "https://github.com/symfony/contracts"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Contracts\\Service\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Test/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Nicolas Grekas",
                        "email": "p@tchwork.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Generic abstractions related to writing services",
                "homepage": "https://symfony.com",
                "keywords": [
                    "abstractions",
                    "contracts",
                    "decoupling",
                    "interfaces",
                    "interoperability",
                    "standards"
                ],
                "support": {
                    "source": "https://github.com/symfony/service-contracts/tree/v3.5.0"
                },
                "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"
                    }
                ],
                "time": "2024-04-18T09:32:20+00:00"
            },
            {
                "name": "symfony/string",
                "version": "v7.1.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/string.git",
                    "reference": "14221089ac66cf82e3cf3d1c1da65de305587ff8"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/string/zipball/14221089ac66cf82e3cf3d1c1da65de305587ff8",
                    "reference": "14221089ac66cf82e3cf3d1c1da65de305587ff8",
                    "shasum": ""
                },
                "require": {
                    "php": ">=8.2",
                    "symfony/polyfill-ctype": "~1.8",
                    "symfony/polyfill-intl-grapheme": "~1.0",
                    "symfony/polyfill-intl-normalizer": "~1.0",
                    "symfony/polyfill-mbstring": "~1.0"
                },
                "conflict": {
                    "symfony/translation-contracts": "<2.5"
                },
                "require-dev": {
                    "symfony/emoji": "^7.1",
                    "symfony/error-handler": "^6.4|^7.0",
                    "symfony/http-client": "^6.4|^7.0",
                    "symfony/intl": "^6.4|^7.0",
                    "symfony/translation-contracts": "^2.5|^3.0",
                    "symfony/var-exporter": "^6.4|^7.0"
                },
                "type": "library",
                "autoload": {
                    "files": [
                        "Resources/functions.php"
                    ],
                    "psr-4": {
                        "Symfony\\Component\\String\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Nicolas Grekas",
                        "email": "p@tchwork.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
                "homepage": "https://symfony.com",
                "keywords": [
                    "grapheme",
                    "i18n",
                    "string",
                    "unicode",
                    "utf-8",
                    "utf8"
                ],
                "support": {
                    "source": "https://github.com/symfony/string/tree/v7.1.2"
                },
                "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"
                    }
                ],
                "time": "2024-06-28T09:27:18+00:00"
            },
            {
                "name": "symfony/yaml",
                "version": "v4.4.45",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/yaml.git",
                    "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/yaml/zipball/aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d",
                    "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1.3",
                    "symfony/polyfill-ctype": "~1.8"
                },
                "conflict": {
                    "symfony/console": "<3.4"
                },
                "require-dev": {
                    "symfony/console": "^3.4|^4.0|^5.0"
                },
                "suggest": {
                    "symfony/console": "For validating YAML files using the lint command"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\Yaml\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Loads and dumps YAML files",
                "homepage": "https://symfony.com",
                "support": {
                    "source": "https://github.com/symfony/yaml/tree/v4.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"
                    }
                ],
                "time": "2022-08-02T15:47:23+00:00"
            },
            {
                "name": "unicaen/app",
                "version": "6.1.5",
                "source": {
                    "type": "git",
                    "url": "https://git.unicaen.fr/lib/unicaen/app.git",
                    "reference": "40c9087ba276119f3431a9d79235216cb04ace78"
                },
                "require": {
                    "beberlei/assert": "^3.3",
                    "doctrine/dbal": "^3.7",
                    "doctrine/doctrine-orm-module": "^5.3",
                    "ext-bcmath": "*",
                    "ext-intl": "*",
                    "ext-ldap": "*",
                    "friendsofphp/proxy-manager-lts": "^1.0",
                    "laminas/laminas-config": "^3.9",
                    "laminas/laminas-eventmanager": "^3.10",
                    "laminas/laminas-form": "^3.9",
                    "laminas/laminas-http": "^2.18",
                    "laminas/laminas-i18n": "^2.22",
                    "laminas/laminas-i18n-resources": "^2.9",
                    "laminas/laminas-json": "^3.5",
                    "laminas/laminas-ldap": "^2.17",
                    "laminas/laminas-log": "^2.16",
                    "laminas/laminas-mail": "^2.22",
                    "laminas/laminas-mvc": "^3.6",
                    "laminas/laminas-mvc-i18n": "^1.7",
                    "laminas/laminas-mvc-plugin-fileprg": "^1.6",
                    "laminas/laminas-mvc-plugin-flashmessenger": "^1.9",
                    "laminas/laminas-mvc-plugin-identity": "^1.5",
                    "laminas/laminas-mvc-plugin-prg": "^1.7",
                    "laminas/laminas-navigation": "^2.18",
                    "laminas/laminas-serializer": "^2.16",
                    "laminas/laminas-servicemanager": "^3.20",
                    "laminas/laminas-session": "^2.16",
                    "laminas/laminas-text": "^2.10",
                    "laminas/laminas-view": "^2.27",
                    "mpdf/mpdf": "^8.0"
                },
                "require-dev": {
                    "laminas/laminas-test": "^4.7"
                },
                "bin": [
                    "bin/deploy.sh",
                    "bin/doctrine-module-em"
                ],
                "type": "library",
                "autoload": {
                    "psr-0": {
                        "UnicaenApp": "src/",
                        "UnicaenAppTest": "tests/"
                    },
                    "classmap": [
                        "./Module.php"
                    ]
                },
                "description": "Module de base des applications unicaen",
                "time": "2024-05-28T14:17:20+00:00"
            },
            {
                "name": "unicaen/authentification",
                "version": "6.2.1",
                "source": {
                    "type": "git",
                    "url": "https://git.unicaen.fr/lib/unicaen/authentification.git",
                    "reference": "a706f0f5d02ed746e9727a56cd5e4a903c4b7841"
                },
                "require": {
                    "apereo/phpcas": "1.5.*",
                    "ramsey/uuid": "^3.7",
                    "unicaen/app": ">=6.0",
                    "unicaen/bjy-authorize": "^6.0",
                    "unicaen/utilisateur": "^6.2"
                },
                "require-dev": {
                    "phpunit/phpunit": "^5.6"
                },
                "type": "library",
                "autoload": {
                    "psr-0": {
                        "UnicaenAuthentification": "src/"
                    },
                    "classmap": [
                        "./Module.php"
                    ]
                },
                "description": "Module d'authentification pour les applications Unicaen - Version Laminas",
                "time": "2024-05-23T12:34:11+00:00"
            },
            {
                "name": "unicaen/bjy-authorize",
                "version": "6.1.1",
                "source": {
                    "type": "git",
                    "url": "https://git.unicaen.fr/lib/unicaen/bjy-authorize.git",
                    "reference": "cf85f0fad582ea4d297afc984bda923ffa0ef057"
                },
                "require": {
                    "doctrine/common": "^3.2",
                    "laminas/laminas-cache": "^3.1",
                    "laminas/laminas-cache-storage-adapter-memory": "^2.0",
                    "laminas/laminas-cache-storage-deprecated-factory": "^1.0",
                    "laminas/laminas-eventmanager": "^3.4",
                    "laminas/laminas-http": "^2.15",
                    "laminas/laminas-mvc": "^3.3",
                    "laminas/laminas-permissions-acl": "^2.9",
                    "laminas/laminas-servicemanager": "^3.10",
                    "laminas/laminas-view": "^2.16",
                    "php": "^8.0",
                    "unicaen/zfc-user": "^6.0"
                },
                "require-dev": {
                    "laminas/laminas-developer-tools": "^1.2",
                    "phpunit/phpunit": "^4.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.5-dev"
                    }
                },
                "autoload": {
                    "psr-0": {
                        "BjyAuthorize\\": "src/"
                    }
                },
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Ben Youngblood",
                        "email": "bx.youngblood@gmail.com",
                        "homepage": "http://bjyoungblood.com/",
                        "role": "Developer"
                    },
                    {
                        "name": "Marco Pivetta",
                        "email": "ocramius@gmail.com",
                        "homepage": "http://ocramius.github.com/",
                        "role": "Developer"
                    }
                ],
                "description": "Laminas\\Acl based firewall system for ZF2 dispatch protection",
                "homepage": "https://github.com/bjyoungblood/BjyAuthorize",
                "keywords": [
                    "acl",
                    "zf2",
                    "zfc-user"
                ],
                "time": "2023-12-18T16:19:13+00:00"
            },
            {
                "name": "unicaen/mail",
                "version": "6.1.7",
                "source": {
                    "type": "git",
                    "url": "https://git.unicaen.fr/lib/unicaen/mail.git",
                    "reference": "1e452dd43ab82a350f8d749f6fc565033430d0f2"
                },
                "require": {
                    "unicaen/privilege": "^6"
                },
                "type": "library",
                "autoload": {
                    "psr-0": [],
                    "classmap": [
                        "./Module.php"
                    ]
                },
                "description": "Module d'envoi de mail",
                "time": "2024-07-03T12:56:59+00:00"
            },
            {
                "name": "unicaen/privilege",
                "version": "6.2.0",
                "source": {
                    "type": "git",
                    "url": "https://git.unicaen.fr/lib/unicaen/privilege.git",
                    "reference": "ed4d971002a0a33239fa0b327c856a67439d1741"
                },
                "require": {
                    "unicaen/app": ">=5.0",
                    "unicaen/utilisateur": "^6.2"
                },
                "require-dev": {
                    "phpunit/phpunit": ">=3.7"
                },
                "type": "library",
                "autoload": {
                    "psr-0": {
                        "UnicaenPrivilege": "src/"
                    },
                    "classmap": [
                        "./Module.php"
                    ]
                },
                "description": "Module reprenant la gestion des privileges  - Version laminas",
                "time": "2024-04-05T14:33:37+00:00"
            },
            {
                "name": "unicaen/signature",
                "version": "1.0.6",
                "source": {
                    "type": "git",
                    "url": "https://git.unicaen.fr/lib/unicaen/signature.git",
                    "reference": "9392d8147657e1019c7f1bbc5fa791f19d6397da"
                },
                "require": {
                    "ext-fileinfo": "*",
                    "fightbulc/moment": "^1.30",
                    "monolog/monolog": "^2.0",
                    "symfony/console": "^6.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^10"
                },
                "bin": [
                    "bin/unicaen-signature"
                ],
                "type": "library",
                "autoload": {
                    "psr-0": [],
                    "psr-4": {
                        "UnicaenSignature\\": "src/"
                    },
                    "classmap": [
                        "Module.php"
                    ]
                },
                "autoload-dev": {
                    "psr-4": {
                        "Tests\\": "tests/"
                    }
                },
                "description": "Module de signature électronique",
                "time": "2025-05-19T09:12:26+00:00"
            },
            {
                "name": "unicaen/utilisateur",
                "version": "6.2.0",
                "source": {
                    "type": "git",
                    "url": "https://git.unicaen.fr/lib/unicaen/utilisateur.git",
                    "reference": "fd183cc6f9772a88c133e8b53f1c6d355060f713"
                },
                "require": {
                    "unicaen/app": "^6.1",
                    "unicaen/mail": "^6.1"
                },
                "require-dev": {
                    "phpunit/phpunit": ">=3.7"
                },
                "type": "library",
                "autoload": {
                    "psr-0": {
                        "UnicaenUtilisateur": "src/"
                    },
                    "suggested": {
                        "UnicaenUtilisateurLdapAdaptater": "unicaen/utilisateur-ldap-adapter",
                        "UnicaenUtilisateurOctopusAdaptater": "unicaen/utilisateur-octopus-adapter"
                    },
                    "classmap": [
                        "./Module.php"
                    ]
                },
                "description": "Module reprenant la gestion des utilisateurs, privileges et roles - Version laminas",
                "time": "2024-04-05T14:25:59+00:00"
            },
            {
                "name": "unicaen/zfc-user",
                "version": "6.0.1",
                "source": {
                    "type": "git",
                    "url": "https://git.unicaen.fr/lib/unicaen/zfc-user.git",
                    "reference": "fa0b8b14dd5ac677f0b2aab550de1d4decb61948"
                },
                "require": {
                    "laminas/laminas-authentication": "^2.9",
                    "laminas/laminas-crypt": "^3.6",
                    "laminas/laminas-db": "^2.13",
                    "laminas/laminas-form": "^3.1",
                    "laminas/laminas-http": "^2.15",
                    "laminas/laminas-hydrator": "^4.3",
                    "laminas/laminas-i18n": "^2.13",
                    "laminas/laminas-inputfilter": "^2.13",
                    "laminas/laminas-loader": "^2.8",
                    "laminas/laminas-modulemanager": "^2.11",
                    "laminas/laminas-mvc": "^3.3",
                    "laminas/laminas-mvc-plugin-flashmessenger": "^1.5",
                    "laminas/laminas-mvc-plugin-prg": "^1.5",
                    "laminas/laminas-servicemanager": "^3.10",
                    "laminas/laminas-session": "^2.12",
                    "laminas/laminas-stdlib": "^3.6",
                    "laminas/laminas-validator": "^2.15",
                    "laminas/laminas-view": "^2.16",
                    "php": "^8.0"
                },
                "require-dev": {
                    "laminas/laminas-captcha": "^2.6",
                    "phpmd/phpmd": "1.4.*",
                    "phpunit/phpunit": ">=3.7,<4",
                    "squizlabs/php_codesniffer": "1.4.*"
                },
                "suggest": {
                    "laminas/laminas-captcha": "Laminas\\Captcha if you want to use the captcha component"
                },
                "type": "library",
                "autoload": {
                    "psr-0": {
                        "ZfcUser": "src/"
                    },
                    "classmap": [
                        "./Module.php"
                    ]
                },
                "description": "A generic user registration and authentication module for ZF2. Supports Laminas\\Db and Doctrine2.",
                "time": "2023-12-18T16:14:37+00:00"
            },
            {
                "name": "vlucas/phpdotenv",
                "version": "v5.6.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/vlucas/phpdotenv.git",
                    "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/a59a13791077fe3d44f90e7133eb68e7d22eaff2",
                    "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2",
                    "shasum": ""
                },
                "require": {
                    "ext-pcre": "*",
                    "graham-campbell/result-type": "^1.1.3",
                    "php": "^7.2.5 || ^8.0",
                    "phpoption/phpoption": "^1.9.3",
                    "symfony/polyfill-ctype": "^1.24",
                    "symfony/polyfill-mbstring": "^1.24",
                    "symfony/polyfill-php80": "^1.24"
                },
                "require-dev": {
                    "bamarni/composer-bin-plugin": "^1.8.2",
                    "ext-filter": "*",
                    "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
                },
                "suggest": {
                    "ext-filter": "Required to use the boolean validator."
                },
                "type": "library",
                "extra": {
                    "bamarni-bin": {
                        "bin-links": true,
                        "forward-command": false
                    },
                    "branch-alias": {
                        "dev-master": "5.6-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Dotenv\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Graham Campbell",
                        "email": "hello@gjcampbell.co.uk",
                        "homepage": "https://github.com/GrahamCampbell"
                    },
                    {
                        "name": "Vance Lucas",
                        "email": "vance@vancelucas.com",
                        "homepage": "https://github.com/vlucas"
                    }
                ],
                "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
                "keywords": [
                    "dotenv",
                    "env",
                    "environment"
                ],
                "support": {
                    "issues": "https://github.com/vlucas/phpdotenv/issues",
                    "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.1"
                },
                "funding": [
                    {
                        "url": "https://github.com/GrahamCampbell",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
                        "type": "tidelift"
                    }
                ],
                "time": "2024-07-20T21:52:34+00:00"
            },
            {
                "name": "webimpress/safe-writer",
                "version": "2.2.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/webimpress/safe-writer.git",
                    "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/webimpress/safe-writer/zipball/9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
                    "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.3 || ^8.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.5.4",
                    "vimeo/psalm": "^4.7",
                    "webimpress/coding-standard": "^1.2.2"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.2.x-dev",
                        "dev-develop": "2.3.x-dev",
                        "dev-release-1.0": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Webimpress\\SafeWriter\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-2-Clause"
                ],
                "description": "Tool to write files safely, to avoid race conditions",
                "keywords": [
                    "concurrent write",
                    "file writer",
                    "race condition",
                    "safe writer",
                    "webimpress"
                ],
                "support": {
                    "issues": "https://github.com/webimpress/safe-writer/issues",
                    "source": "https://github.com/webimpress/safe-writer/tree/2.2.0"
                },
                "funding": [
                    {
                        "url": "https://github.com/michalbundyra",
                        "type": "github"
                    }
                ],
                "time": "2021-04-19T16:34:45+00:00"
            },
            {
                "name": "webmozart/assert",
                "version": "1.11.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/webmozarts/assert.git",
                    "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
                    "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
                    "shasum": ""
                },
                "require": {
                    "ext-ctype": "*",
                    "php": "^7.2 || ^8.0"
                },
                "conflict": {
                    "phpstan/phpstan": "<0.12.20",
                    "vimeo/psalm": "<4.6.1 || 4.6.2"
                },
                "require-dev": {
                    "phpunit/phpunit": "^8.5.13"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.10-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Webmozart\\Assert\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Bernhard Schussek",
                        "email": "bschussek@gmail.com"
                    }
                ],
                "description": "Assertions to validate method input/output with nice error messages.",
                "keywords": [
                    "assert",
                    "check",
                    "validate"
                ],
                "support": {
                    "issues": "https://github.com/webmozarts/assert/issues",
                    "source": "https://github.com/webmozarts/assert/tree/1.11.0"
                },
                "time": "2022-06-03T18:03:27+00:00"
            }
        ],
        "packages-dev": [
            {
                "name": "laminas/laminas-developer-tools",
                "version": "2.9.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-developer-tools.git",
                    "reference": "11cda549b80107b807492768743d8814971df171"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-developer-tools/zipball/11cda549b80107b807492768743d8814971df171",
                    "reference": "11cda549b80107b807492768743d8814971df171",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-eventmanager": "^3.4",
                    "laminas/laminas-http": "^2.15",
                    "laminas/laminas-modulemanager": "^2.10",
                    "laminas/laminas-mvc": "^3.1",
                    "laminas/laminas-servicemanager": "^3.3",
                    "laminas/laminas-stdlib": "^3.6",
                    "laminas/laminas-view": "^2.13.1",
                    "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
                    "symfony/var-dumper": "^6.0 || ^7.0"
                },
                "conflict": {
                    "zendframework/zend-developer-tools": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.5.0",
                    "phpunit/phpunit": "^9.5.26",
                    "psalm/plugin-phpunit": "^0.18.4",
                    "vimeo/psalm": "^5.19"
                },
                "suggest": {
                    "aist/aist-git-tools": "Show you information about current GIT repository",
                    "bjyoungblood/bjy-profiler": "Version: dev-master, allows the usage of the (Laminas) Db collector.",
                    "doctrine/doctrine-orm-module": "Profile DoctrineORM queries",
                    "jhuet/zdt-logger-module": "Show you log data from Laminas\\Log",
                    "ocramius/ocra-service-manager": "OcraServiceManager can help you track dependencies within your application.",
                    "san/san-session-toolbar": "SanSessionToolbar can help you see current Laminas\\Session data you're using within your application.",
                    "snapshotpl/api-tools-snap-event-debugger": "ZfSnapEventDebugger can help you debug events from Laminas\\EventManager"
                },
                "type": "library",
                "extra": {
                    "laminas": {
                        "module": "Laminas\\DeveloperTools"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Laminas\\DeveloperTools\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Module for developer and debug tools for use with laminas-mvc applications.",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "debug",
                    "developer",
                    "laminas",
                    "module"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-developer-tools/issues",
                    "rss": "https://github.com/laminas/laminas-developer-tools/releases.atom",
                    "source": "https://github.com/laminas/laminas-developer-tools"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2024-01-18T10:51:15+00:00"
            },
            {
                "name": "phar-io/manifest",
                "version": "2.0.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/phar-io/manifest.git",
                    "reference": "54750ef60c58e43759730615a392c31c80e23176"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
                    "reference": "54750ef60c58e43759730615a392c31c80e23176",
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "ext-libxml": "*",
                    "ext-phar": "*",
                    "ext-xmlwriter": "*",
                    "phar-io/version": "^3.0.1",
                    "php": "^7.2 || ^8.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.0.x-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Arne Blankerts",
                        "email": "arne@blankerts.de",
                        "role": "Developer"
                    },
                    {
                        "name": "Sebastian Heuer",
                        "email": "sebastian@phpeople.de",
                        "role": "Developer"
                    },
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "Developer"
                    }
                ],
                "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
                "support": {
                    "issues": "https://github.com/phar-io/manifest/issues",
                    "source": "https://github.com/phar-io/manifest/tree/2.0.4"
                },
                "funding": [
                    {
                        "url": "https://github.com/theseer",
                        "type": "github"
                    }
                ],
                "time": "2024-03-03T12:33:53+00:00"
            },
            {
                "name": "phar-io/version",
                "version": "3.2.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/phar-io/version.git",
                    "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
                    "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.2 || ^8.0"
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Arne Blankerts",
                        "email": "arne@blankerts.de",
                        "role": "Developer"
                    },
                    {
                        "name": "Sebastian Heuer",
                        "email": "sebastian@phpeople.de",
                        "role": "Developer"
                    },
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "Developer"
                    }
                ],
                "description": "Library for handling version information and constraints",
                "support": {
                    "issues": "https://github.com/phar-io/version/issues",
                    "source": "https://github.com/phar-io/version/tree/3.2.1"
                },
                "time": "2022-02-21T01:04:05+00:00"
            },
            {
                "name": "phpunit/php-code-coverage",
                "version": "11.0.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
                    "reference": "19b6365ab8b59a64438c0c3f4241feeb480c9861"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/19b6365ab8b59a64438c0c3f4241feeb480c9861",
                    "reference": "19b6365ab8b59a64438c0c3f4241feeb480c9861",
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "ext-libxml": "*",
                    "ext-xmlwriter": "*",
                    "nikic/php-parser": "^5.0",
                    "php": ">=8.2",
                    "phpunit/php-file-iterator": "^5.0",
                    "phpunit/php-text-template": "^4.0",
                    "sebastian/code-unit-reverse-lookup": "^4.0",
                    "sebastian/complexity": "^4.0",
                    "sebastian/environment": "^7.0",
                    "sebastian/lines-of-code": "^3.0",
                    "sebastian/version": "^5.0",
                    "theseer/tokenizer": "^1.2.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^11.0"
                },
                "suggest": {
                    "ext-pcov": "PHP extension that provides line coverage",
                    "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "11.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
                "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
                "keywords": [
                    "coverage",
                    "testing",
                    "xunit"
                ],
                "support": {
                    "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
                    "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
                    "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.5"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2024-07-03T05:05:37+00:00"
            },
            {
                "name": "phpunit/php-file-iterator",
                "version": "5.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
                    "reference": "6ed896bf50bbbfe4d504a33ed5886278c78e4a26"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6ed896bf50bbbfe4d504a33ed5886278c78e4a26",
                    "reference": "6ed896bf50bbbfe4d504a33ed5886278c78e4a26",
                    "shasum": ""
                },
                "require": {
                    "php": ">=8.2"
                },
                "require-dev": {
                    "phpunit/phpunit": "^11.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "5.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "FilterIterator implementation that filters files based on a list of suffixes.",
                "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
                "keywords": [
                    "filesystem",
                    "iterator"
                ],
                "support": {
                    "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
                    "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
                    "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.0.1"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2024-07-03T05:06:37+00:00"
            },
            {
                "name": "phpunit/php-invoker",
                "version": "5.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-invoker.git",
                    "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/c1ca3814734c07492b3d4c5f794f4b0995333da2",
                    "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2",
                    "shasum": ""
                },
                "require": {
                    "php": ">=8.2"
                },
                "require-dev": {
                    "ext-pcntl": "*",
                    "phpunit/phpunit": "^11.0"
                },
                "suggest": {
                    "ext-pcntl": "*"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "5.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Invoke callables with a timeout",
                "homepage": "https://github.com/sebastianbergmann/php-invoker/",
                "keywords": [
                    "process"
                ],
                "support": {
                    "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
                    "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
                    "source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.1"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2024-07-03T05:07:44+00:00"
            },
            {
                "name": "phpunit/php-text-template",
                "version": "4.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-text-template.git",
                    "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
                    "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
                    "shasum": ""
                },
                "require": {
                    "php": ">=8.2"
                },
                "require-dev": {
                    "phpunit/phpunit": "^11.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "4.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Simple template engine.",
                "homepage": "https://github.com/sebastianbergmann/php-text-template/",
                "keywords": [
                    "template"
                ],
                "support": {
                    "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
                    "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
                    "source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.1"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2024-07-03T05:08:43+00:00"
            },
            {
                "name": "phpunit/php-timer",
                "version": "7.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-timer.git",
                    "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
                    "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
                    "shasum": ""
                },
                "require": {
                    "php": ">=8.2"
                },
                "require-dev": {
                    "phpunit/phpunit": "^11.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "7.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Utility class for timing",
                "homepage": "https://github.com/sebastianbergmann/php-timer/",
                "keywords": [
                    "timer"
                ],
                "support": {
                    "issues": "https://github.com/sebastianbergmann/php-timer/issues",
                    "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
                    "source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.1"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2024-07-03T05:09:35+00:00"
            },
            {
                "name": "phpunit/phpunit",
                "version": "11.2.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/phpunit.git",
                    "reference": "1dc0fedac703199e8704de085e47dd46bac0dde4"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1dc0fedac703199e8704de085e47dd46bac0dde4",
                    "reference": "1dc0fedac703199e8704de085e47dd46bac0dde4",
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "ext-json": "*",
                    "ext-libxml": "*",
                    "ext-mbstring": "*",
                    "ext-xml": "*",
                    "ext-xmlwriter": "*",
                    "myclabs/deep-copy": "^1.10.1",
                    "phar-io/manifest": "^2.0.3",
                    "phar-io/version": "^3.0.2",
                    "php": ">=8.2",
                    "phpunit/php-code-coverage": "^11.0",
                    "phpunit/php-file-iterator": "^5.0",
                    "phpunit/php-invoker": "^5.0",
                    "phpunit/php-text-template": "^4.0",
                    "phpunit/php-timer": "^7.0",
                    "sebastian/cli-parser": "^3.0",
                    "sebastian/code-unit": "^3.0",
                    "sebastian/comparator": "^6.0",
                    "sebastian/diff": "^6.0",
                    "sebastian/environment": "^7.0",
                    "sebastian/exporter": "^6.1.2",
                    "sebastian/global-state": "^7.0",
                    "sebastian/object-enumerator": "^6.0",
                    "sebastian/type": "^5.0",
                    "sebastian/version": "^5.0"
                },
                "suggest": {
                    "ext-soap": "To be able to generate mocks based on WSDL files"
                },
                "bin": [
                    "phpunit"
                ],
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "11.2-dev"
                    }
                },
                "autoload": {
                    "files": [
                        "src/Framework/Assert/Functions.php"
                    ],
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "The PHP Unit Testing framework.",
                "homepage": "https://phpunit.de/",
                "keywords": [
                    "phpunit",
                    "testing",
                    "xunit"
                ],
                "support": {
                    "issues": "https://github.com/sebastianbergmann/phpunit/issues",
                    "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
                    "source": "https://github.com/sebastianbergmann/phpunit/tree/11.2.6"
                },
                "funding": [
                    {
                        "url": "https://phpunit.de/sponsors.html",
                        "type": "custom"
                    },
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
                        "type": "tidelift"
                    }
                ],
                "time": "2024-07-03T05:51:49+00:00"
            },
            {
                "name": "sebastian/cli-parser",
                "version": "3.0.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/cli-parser.git",
                    "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180",
                    "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180",
                    "shasum": ""
                },
                "require": {
                    "php": ">=8.2"
                },
                "require-dev": {
                    "phpunit/phpunit": "^11.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "3.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Library for parsing CLI options",
                "homepage": "https://github.com/sebastianbergmann/cli-parser",
                "support": {
                    "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
                    "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
                    "source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.2"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2024-07-03T04:41:36+00:00"
            },
            {
                "name": "sebastian/code-unit",
                "version": "3.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/code-unit.git",
                    "reference": "6bb7d09d6623567178cf54126afa9c2310114268"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/6bb7d09d6623567178cf54126afa9c2310114268",
                    "reference": "6bb7d09d6623567178cf54126afa9c2310114268",
                    "shasum": ""
                },
                "require": {
                    "php": ">=8.2"
                },
                "require-dev": {
                    "phpunit/phpunit": "^11.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "3.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Collection of value objects that represent the PHP code units",
                "homepage": "https://github.com/sebastianbergmann/code-unit",
                "support": {
                    "issues": "https://github.com/sebastianbergmann/code-unit/issues",
                    "security": "https://github.com/sebastianbergmann/code-unit/security/policy",
                    "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.1"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2024-07-03T04:44:28+00:00"
            },
            {
                "name": "sebastian/code-unit-reverse-lookup",
                "version": "4.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
                    "reference": "183a9b2632194febd219bb9246eee421dad8d45e"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e",
                    "reference": "183a9b2632194febd219bb9246eee421dad8d45e",
                    "shasum": ""
                },
                "require": {
                    "php": ">=8.2"
                },
                "require-dev": {
                    "phpunit/phpunit": "^11.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "4.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Looks up which function or method a line of code belongs to",
                "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
                "support": {
                    "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
                    "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
                    "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.1"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2024-07-03T04:45:54+00:00"
            },
            {
                "name": "sebastian/comparator",
                "version": "6.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/comparator.git",
                    "reference": "131942b86d3587291067a94f295498ab6ac79c20"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/131942b86d3587291067a94f295498ab6ac79c20",
                    "reference": "131942b86d3587291067a94f295498ab6ac79c20",
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "ext-mbstring": "*",
                    "php": ">=8.2",
                    "sebastian/diff": "^6.0",
                    "sebastian/exporter": "^6.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^11.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "6.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    },
                    {
                        "name": "Jeff Welch",
                        "email": "whatthejeff@gmail.com"
                    },
                    {
                        "name": "Volker Dusch",
                        "email": "github@wallbash.com"
                    },
                    {
                        "name": "Bernhard Schussek",
                        "email": "bschussek@2bepublished.at"
                    }
                ],
                "description": "Provides the functionality to compare PHP values for equality",
                "homepage": "https://github.com/sebastianbergmann/comparator",
                "keywords": [
                    "comparator",
                    "compare",
                    "equality"
                ],
                "support": {
                    "issues": "https://github.com/sebastianbergmann/comparator/issues",
                    "security": "https://github.com/sebastianbergmann/comparator/security/policy",
                    "source": "https://github.com/sebastianbergmann/comparator/tree/6.0.1"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2024-07-03T04:48:07+00:00"
            },
            {
                "name": "sebastian/complexity",
                "version": "4.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/complexity.git",
                    "reference": "ee41d384ab1906c68852636b6de493846e13e5a0"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0",
                    "reference": "ee41d384ab1906c68852636b6de493846e13e5a0",
                    "shasum": ""
                },
                "require": {
                    "nikic/php-parser": "^5.0",
                    "php": ">=8.2"
                },
                "require-dev": {
                    "phpunit/phpunit": "^11.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "4.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Library for calculating the complexity of PHP code units",
                "homepage": "https://github.com/sebastianbergmann/complexity",
                "support": {
                    "issues": "https://github.com/sebastianbergmann/complexity/issues",
                    "security": "https://github.com/sebastianbergmann/complexity/security/policy",
                    "source": "https://github.com/sebastianbergmann/complexity/tree/4.0.1"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2024-07-03T04:49:50+00:00"
            },
            {
                "name": "sebastian/diff",
                "version": "6.0.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/diff.git",
                    "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544",
                    "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544",
                    "shasum": ""
                },
                "require": {
                    "php": ">=8.2"
                },
                "require-dev": {
                    "phpunit/phpunit": "^11.0",
                    "symfony/process": "^4.2 || ^5"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "6.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    },
                    {
                        "name": "Kore Nordmann",
                        "email": "mail@kore-nordmann.de"
                    }
                ],
                "description": "Diff implementation",
                "homepage": "https://github.com/sebastianbergmann/diff",
                "keywords": [
                    "diff",
                    "udiff",
                    "unidiff",
                    "unified diff"
                ],
                "support": {
                    "issues": "https://github.com/sebastianbergmann/diff/issues",
                    "security": "https://github.com/sebastianbergmann/diff/security/policy",
                    "source": "https://github.com/sebastianbergmann/diff/tree/6.0.2"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2024-07-03T04:53:05+00:00"
            },
            {
                "name": "sebastian/environment",
                "version": "7.2.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/environment.git",
                    "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
                    "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
                    "shasum": ""
                },
                "require": {
                    "php": ">=8.2"
                },
                "require-dev": {
                    "phpunit/phpunit": "^11.0"
                },
                "suggest": {
                    "ext-posix": "*"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "7.2-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Provides functionality to handle HHVM/PHP environments",
                "homepage": "https://github.com/sebastianbergmann/environment",
                "keywords": [
                    "Xdebug",
                    "environment",
                    "hhvm"
                ],
                "support": {
                    "issues": "https://github.com/sebastianbergmann/environment/issues",
                    "security": "https://github.com/sebastianbergmann/environment/security/policy",
                    "source": "https://github.com/sebastianbergmann/environment/tree/7.2.0"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2024-07-03T04:54:44+00:00"
            },
            {
                "name": "sebastian/exporter",
                "version": "6.1.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/exporter.git",
                    "reference": "c414673eee9a8f9d51bbf8d61fc9e3ef1e85b20e"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/c414673eee9a8f9d51bbf8d61fc9e3ef1e85b20e",
                    "reference": "c414673eee9a8f9d51bbf8d61fc9e3ef1e85b20e",
                    "shasum": ""
                },
                "require": {
                    "ext-mbstring": "*",
                    "php": ">=8.2",
                    "sebastian/recursion-context": "^6.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^11.2"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "6.1-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    },
                    {
                        "name": "Jeff Welch",
                        "email": "whatthejeff@gmail.com"
                    },
                    {
                        "name": "Volker Dusch",
                        "email": "github@wallbash.com"
                    },
                    {
                        "name": "Adam Harvey",
                        "email": "aharvey@php.net"
                    },
                    {
                        "name": "Bernhard Schussek",
                        "email": "bschussek@gmail.com"
                    }
                ],
                "description": "Provides the functionality to export PHP variables for visualization",
                "homepage": "https://www.github.com/sebastianbergmann/exporter",
                "keywords": [
                    "export",
                    "exporter"
                ],
                "support": {
                    "issues": "https://github.com/sebastianbergmann/exporter/issues",
                    "security": "https://github.com/sebastianbergmann/exporter/security/policy",
                    "source": "https://github.com/sebastianbergmann/exporter/tree/6.1.3"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2024-07-03T04:56:19+00:00"
            },
            {
                "name": "sebastian/global-state",
                "version": "7.0.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/global-state.git",
                    "reference": "3be331570a721f9a4b5917f4209773de17f747d7"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7",
                    "reference": "3be331570a721f9a4b5917f4209773de17f747d7",
                    "shasum": ""
                },
                "require": {
                    "php": ">=8.2",
                    "sebastian/object-reflector": "^4.0",
                    "sebastian/recursion-context": "^6.0"
                },
                "require-dev": {
                    "ext-dom": "*",
                    "phpunit/phpunit": "^11.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "7.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Snapshotting of global state",
                "homepage": "https://www.github.com/sebastianbergmann/global-state",
                "keywords": [
                    "global state"
                ],
                "support": {
                    "issues": "https://github.com/sebastianbergmann/global-state/issues",
                    "security": "https://github.com/sebastianbergmann/global-state/security/policy",
                    "source": "https://github.com/sebastianbergmann/global-state/tree/7.0.2"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2024-07-03T04:57:36+00:00"
            },
            {
                "name": "sebastian/lines-of-code",
                "version": "3.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/lines-of-code.git",
                    "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a",
                    "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a",
                    "shasum": ""
                },
                "require": {
                    "nikic/php-parser": "^5.0",
                    "php": ">=8.2"
                },
                "require-dev": {
                    "phpunit/phpunit": "^11.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "3.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Library for counting the lines of code in PHP source code",
                "homepage": "https://github.com/sebastianbergmann/lines-of-code",
                "support": {
                    "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
                    "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
                    "source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.1"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2024-07-03T04:58:38+00:00"
            },
            {
                "name": "sebastian/object-enumerator",
                "version": "6.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/object-enumerator.git",
                    "reference": "f5b498e631a74204185071eb41f33f38d64608aa"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa",
                    "reference": "f5b498e631a74204185071eb41f33f38d64608aa",
                    "shasum": ""
                },
                "require": {
                    "php": ">=8.2",
                    "sebastian/object-reflector": "^4.0",
                    "sebastian/recursion-context": "^6.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^11.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "6.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Traverses array structures and object graphs to enumerate all referenced objects",
                "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
                "support": {
                    "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
                    "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
                    "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.1"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2024-07-03T05:00:13+00:00"
            },
            {
                "name": "sebastian/object-reflector",
                "version": "4.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/object-reflector.git",
                    "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9",
                    "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9",
                    "shasum": ""
                },
                "require": {
                    "php": ">=8.2"
                },
                "require-dev": {
                    "phpunit/phpunit": "^11.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "4.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Allows reflection of object attributes, including inherited and non-public ones",
                "homepage": "https://github.com/sebastianbergmann/object-reflector/",
                "support": {
                    "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
                    "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
                    "source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.1"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2024-07-03T05:01:32+00:00"
            },
            {
                "name": "sebastian/recursion-context",
                "version": "6.0.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/recursion-context.git",
                    "reference": "694d156164372abbd149a4b85ccda2e4670c0e16"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/694d156164372abbd149a4b85ccda2e4670c0e16",
                    "reference": "694d156164372abbd149a4b85ccda2e4670c0e16",
                    "shasum": ""
                },
                "require": {
                    "php": ">=8.2"
                },
                "require-dev": {
                    "phpunit/phpunit": "^11.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "6.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    },
                    {
                        "name": "Jeff Welch",
                        "email": "whatthejeff@gmail.com"
                    },
                    {
                        "name": "Adam Harvey",
                        "email": "aharvey@php.net"
                    }
                ],
                "description": "Provides functionality to recursively process PHP variables",
                "homepage": "https://github.com/sebastianbergmann/recursion-context",
                "support": {
                    "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
                    "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
                    "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.2"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2024-07-03T05:10:34+00:00"
            },
            {
                "name": "sebastian/type",
                "version": "5.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/type.git",
                    "reference": "fb6a6566f9589e86661291d13eba708cce5eb4aa"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb6a6566f9589e86661291d13eba708cce5eb4aa",
                    "reference": "fb6a6566f9589e86661291d13eba708cce5eb4aa",
                    "shasum": ""
                },
                "require": {
                    "php": ">=8.2"
                },
                "require-dev": {
                    "phpunit/phpunit": "^11.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "5.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Collection of value objects that represent the types of the PHP type system",
                "homepage": "https://github.com/sebastianbergmann/type",
                "support": {
                    "issues": "https://github.com/sebastianbergmann/type/issues",
                    "security": "https://github.com/sebastianbergmann/type/security/policy",
                    "source": "https://github.com/sebastianbergmann/type/tree/5.0.1"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2024-07-03T05:11:49+00:00"
            },
            {
                "name": "sebastian/version",
                "version": "5.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/version.git",
                    "reference": "45c9debb7d039ce9b97de2f749c2cf5832a06ac4"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/45c9debb7d039ce9b97de2f749c2cf5832a06ac4",
                    "reference": "45c9debb7d039ce9b97de2f749c2cf5832a06ac4",
                    "shasum": ""
                },
                "require": {
                    "php": ">=8.2"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "5.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Library that helps with managing the version number of Git-hosted PHP projects",
                "homepage": "https://github.com/sebastianbergmann/version",
                "support": {
                    "issues": "https://github.com/sebastianbergmann/version/issues",
                    "security": "https://github.com/sebastianbergmann/version/security/policy",
                    "source": "https://github.com/sebastianbergmann/version/tree/5.0.1"
                },
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2024-07-03T05:13:08+00:00"
            },
            {
                "name": "squizlabs/php_codesniffer",
                "version": "3.11.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
                    "reference": "ba05f990e79cbe69b9f35c8c1ac8dca7eecc3a10"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/ba05f990e79cbe69b9f35c8c1ac8dca7eecc3a10",
                    "reference": "ba05f990e79cbe69b9f35c8c1ac8dca7eecc3a10",
                    "shasum": ""
                },
                "require": {
                    "ext-simplexml": "*",
                    "ext-tokenizer": "*",
                    "ext-xmlwriter": "*",
                    "php": ">=5.4.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
                },
                "bin": [
                    "bin/phpcbf",
                    "bin/phpcs"
                ],
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.x-dev"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Greg Sherwood",
                        "role": "Former lead"
                    },
                    {
                        "name": "Juliette Reinders Folmer",
                        "role": "Current lead"
                    },
                    {
                        "name": "Contributors",
                        "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
                    }
                ],
                "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
                "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
                "keywords": [
                    "phpcs",
                    "standards",
                    "static analysis"
                ],
                "support": {
                    "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
                    "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
                    "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
                    "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
                },
                "funding": [
                    {
                        "url": "https://github.com/PHPCSStandards",
                        "type": "github"
                    },
                    {
                        "url": "https://github.com/jrfnl",
                        "type": "github"
                    },
                    {
                        "url": "https://opencollective.com/php_codesniffer",
                        "type": "open_collective"
                    },
                    {
                        "url": "https://thanks.dev/phpcsstandards",
                        "type": "thanks_dev"
                    }
                ],
                "time": "2025-01-23T17:04:15+00:00"
            },
            {
                "name": "symfony/var-dumper",
                "version": "v7.1.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/var-dumper.git",
                    "reference": "5857c57c6b4b86524c08cf4f4bc95327270a816d"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/var-dumper/zipball/5857c57c6b4b86524c08cf4f4bc95327270a816d",
                    "reference": "5857c57c6b4b86524c08cf4f4bc95327270a816d",
                    "shasum": ""
                },
                "require": {
                    "php": ">=8.2",
                    "symfony/polyfill-mbstring": "~1.0"
                },
                "conflict": {
                    "symfony/console": "<6.4"
                },
                "require-dev": {
                    "ext-iconv": "*",
                    "symfony/console": "^6.4|^7.0",
                    "symfony/http-kernel": "^6.4|^7.0",
                    "symfony/process": "^6.4|^7.0",
                    "symfony/uid": "^6.4|^7.0",
                    "twig/twig": "^3.0.4"
                },
                "bin": [
                    "Resources/bin/var-dump-server"
                ],
                "type": "library",
                "autoload": {
                    "files": [
                        "Resources/functions/dump.php"
                    ],
                    "psr-4": {
                        "Symfony\\Component\\VarDumper\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Nicolas Grekas",
                        "email": "p@tchwork.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Provides mechanisms for walking through any arbitrary PHP variable",
                "homepage": "https://symfony.com",
                "keywords": [
                    "debug",
                    "dump"
                ],
                "support": {
                    "source": "https://github.com/symfony/var-dumper/tree/v7.1.2"
                },
                "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"
                    }
                ],
                "time": "2024-06-28T08:00:31+00:00"
            },
            {
                "name": "theseer/tokenizer",
                "version": "1.2.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/theseer/tokenizer.git",
                    "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
                    "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "ext-tokenizer": "*",
                    "ext-xmlwriter": "*",
                    "php": "^7.2 || ^8.0"
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Arne Blankerts",
                        "email": "arne@blankerts.de",
                        "role": "Developer"
                    }
                ],
                "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
                "support": {
                    "issues": "https://github.com/theseer/tokenizer/issues",
                    "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
                },
                "funding": [
                    {
                        "url": "https://github.com/theseer",
                        "type": "github"
                    }
                ],
                "time": "2024-03-03T12:36:25+00:00"
            }
        ],
        "aliases": [],
        "minimum-stability": "dev",
        "stability-flags": {
            "squizlabs/php_codesniffer": 0
        },
        "prefer-stable": true,
        "prefer-lowest": false,
        "platform": {
            "php": ">=8.2",
            "ext-gettext": "*",
            "ext-fileinfo": "*",
            "ext-calendar": "*"
        },
        "platform-dev": [],
        "plugin-api-version": "2.2.0"
    }