Skip to content
Snippets Groups Projects
Select Git revision
  • 1da2648ca8177d91fd11d48f8c0b5ac092df14cb
  • master default protected
  • b24
  • ll-workflow
  • alc-scindage-donnees-pj
  • FJ_LL_Tbl_Contrat
  • alc-docker-node
  • ll-apiplatform
  • php84
  • ll-rgpd
  • b23
  • alc-filtre-type-intervenant
  • ll-sans-mdb5
  • formules-ancienne-infra
  • ll-formules
  • alc-intervenant-dmep
  • ll-suppr-v_vol-s
  • b20
  • ll-postgresql
  • b23.0.1
  • b22
  • 24.8
  • 24.7
  • 24.6
  • 24.5
  • 24.4
  • 24.3
  • 24.2
  • 24.1
  • 24.0
  • 23.15
  • 24.0-beta19
  • 24.0-beta18
  • 24.0-beta17
  • 24.0-beta16
  • 24.0-beta15
  • 24.0-beta14
  • 24.0-beta13
  • 23.14
  • 24.0-beta12
  • 24.0-beta11
41 results

NumeroINSEEValidator.php

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    composer.lock 249.54 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": "ac02f1cddb50ce7e8e7a8c6c8771490c",
        "packages": [
            {
                "name": "beberlei/assert",
                "version": "v2.9.9",
                "source": {
                    "type": "git",
                    "url": "https://github.com/beberlei/assert.git",
                    "reference": "124317de301b7c91d5fce34c98bba2c6925bec95"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/beberlei/assert/zipball/124317de301b7c91d5fce34c98bba2c6925bec95",
                    "reference": "124317de301b7c91d5fce34c98bba2c6925bec95",
                    "shasum": ""
                },
                "require": {
                    "ext-mbstring": "*",
                    "php": ">=5.3"
                },
                "require-dev": {
                    "friendsofphp/php-cs-fixer": "^2.1.1",
                    "phpunit/phpunit": "^4.8.35|^5.7"
                },
                "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/v2.9.9"
                },
                "time": "2019-05-28T15:27:37+00:00"
            },
            {
                "name": "brick/varexporter",
                "version": "0.3.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/brick/varexporter.git",
                    "reference": "05241f28dfcba2b51b11e2d750e296316ebbe518"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/brick/varexporter/zipball/05241f28dfcba2b51b11e2d750e296316ebbe518",
                    "reference": "05241f28dfcba2b51b11e2d750e296316ebbe518",
                    "shasum": ""
                },
                "require": {
                    "nikic/php-parser": "^4.0",
                    "php": "^7.2 || ^8.0"
                },
                "require-dev": {
                    "php-coveralls/php-coveralls": "^2.2",
                    "phpunit/phpunit": "^8.5 || ^9.0",
                    "vimeo/psalm": "4.4.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.3.5"
                },
                "time": "2021-02-10T13:53:07+00:00"
            },
            {
                "name": "composer/package-versions-deprecated",
                "version": "1.11.99.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/composer/package-versions-deprecated.git",
                    "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d",
                    "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d",
                    "shasum": ""
                },
                "require": {
                    "composer-plugin-api": "^1.1.0 || ^2.0",
                    "php": "^7 || ^8"
                },
                "replace": {
                    "ocramius/package-versions": "1.11.99"
                },
                "require-dev": {
                    "composer/composer": "^1.9.3 || ^2.0@dev",
                    "ext-zip": "^1.13",
                    "phpunit/phpunit": "^6.5 || ^7"
                },
                "type": "composer-plugin",
                "extra": {
                    "class": "PackageVersions\\Installer",
                    "branch-alias": {
                        "dev-master": "1.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "PackageVersions\\": "src/PackageVersions"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Marco Pivetta",
                        "email": "ocramius@gmail.com"
                    },
                    {
                        "name": "Jordi Boggiano",
                        "email": "j.boggiano@seld.be"
                    }
                ],
                "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
                "support": {
                    "issues": "https://github.com/composer/package-versions-deprecated/issues",
                    "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.5"
                },
                "funding": [
                    {
                        "url": "https://packagist.com",
                        "type": "custom"
                    },
                    {
                        "url": "https://github.com/composer",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                        "type": "tidelift"
                    }
                ],
                "time": "2022-01-17T14:14:24+00:00"
            },
            {
                "name": "container-interop/container-interop",
                "version": "1.2.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/container-interop/container-interop.git",
                    "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
                    "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
                    "shasum": ""
                },
                "require": {
                    "psr/container": "^1.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Interop\\Container\\": "src/Interop/Container/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
                "homepage": "https://github.com/container-interop/container-interop",
                "support": {
                    "issues": "https://github.com/container-interop/container-interop/issues",
                    "source": "https://github.com/container-interop/container-interop/tree/master"
                },
                "abandoned": "psr/container",
                "time": "2017-02-14T19:40:03+00:00"
            },
            {
                "name": "doctrine/annotations",
                "version": "1.13.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/annotations.git",
                    "reference": "5b668aef16090008790395c02c893b1ba13f7e08"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08",
                    "reference": "5b668aef16090008790395c02c893b1ba13f7e08",
                    "shasum": ""
                },
                "require": {
                    "doctrine/lexer": "1.*",
                    "ext-tokenizer": "*",
                    "php": "^7.1 || ^8.0",
                    "psr/cache": "^1 || ^2 || ^3"
                },
                "require-dev": {
                    "doctrine/cache": "^1.11 || ^2.0",
                    "doctrine/coding-standard": "^6.0 || ^8.1",
                    "phpstan/phpstan": "^0.12.20",
                    "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
                    "symfony/cache": "^4.4 || ^5.2"
                },
                "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.13.2"
                },
                "time": "2021-08-05T19:00:23+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.6.8",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/collections.git",
                    "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/collections/zipball/1958a744696c6bb3bb0d28db2611dc11610e78af",
                    "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1.3 || ^8.0"
                },
                "require-dev": {
                    "doctrine/coding-standard": "^9.0",
                    "phpstan/phpstan": "^0.12",
                    "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5",
                    "vimeo/psalm": "^4.2.1"
                },
                "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.6.8"
                },
                "time": "2021-08-10T18:51:53+00:00"
            },
            {
                "name": "doctrine/common",
                "version": "3.3.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/common.git",
                    "reference": "c824e95d4c83b7102d8bc60595445a6f7d540f96"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/common/zipball/c824e95d4c83b7102d8bc60595445a6f7d540f96",
                    "reference": "c824e95d4c83b7102d8bc60595445a6f7d540f96",
                    "shasum": ""
                },
                "require": {
                    "doctrine/persistence": "^2.0 || ^3.0",
                    "php": "^7.1 || ^8.0"
                },
                "require-dev": {
                    "doctrine/coding-standard": "^9.0",
                    "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": "^4.0.5",
                    "vimeo/psalm": "^4.4"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Common\\": "lib/Doctrine/Common"
                    }
                },
                "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.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%2Fcommon",
                        "type": "tidelift"
                    }
                ],
                "time": "2022-02-05T18:28:51+00:00"
            },
            {
                "name": "doctrine/dbal",
                "version": "3.3.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/dbal.git",
                    "reference": "9e7f76dd1cde81c62574fdffa5a9c655c847ad21"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/dbal/zipball/9e7f76dd1cde81c62574fdffa5a9c655c847ad21",
                    "reference": "9e7f76dd1cde81c62574fdffa5a9c655c847ad21",
                    "shasum": ""
                },
                "require": {
                    "composer-runtime-api": "^2",
                    "doctrine/cache": "^1.11|^2.0",
                    "doctrine/deprecations": "^0.5.3|^1",
                    "doctrine/event-manager": "^1.0",
                    "php": "^7.3 || ^8.0",
                    "psr/cache": "^1|^2|^3",
                    "psr/log": "^1|^2|^3"
                },
                "require-dev": {
                    "doctrine/coding-standard": "9.0.0",
                    "jetbrains/phpstorm-stubs": "2022.1",
                    "phpstan/phpstan": "1.6.3",
                    "phpstan/phpstan-strict-rules": "^1.2",
                    "phpunit/phpunit": "9.5.20",
                    "psalm/plugin-phpunit": "0.16.1",
                    "squizlabs/php_codesniffer": "3.6.2",
                    "symfony/cache": "^5.2|^6.0",
                    "symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0",
                    "vimeo/psalm": "4.23.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.3.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": "2022-05-02T17:21:01+00:00"
            },
            {
                "name": "doctrine/deprecations",
                "version": "v1.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/deprecations.git",
                    "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
                    "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1|^8.0"
                },
                "require-dev": {
                    "doctrine/coding-standard": "^9",
                    "phpunit/phpunit": "^7.5|^8.5|^9.5",
                    "psr/log": "^1|^2|^3"
                },
                "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/v1.0.0"
                },
                "time": "2022-05-02T15:47:09+00:00"
            },
            {
                "name": "doctrine/doctrine-laminas-hydrator",
                "version": "2.2.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/doctrine-laminas-hydrator.git",
                    "reference": "f35233ffdac1798a57be2f772ff8383e81ac3739"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/doctrine-laminas-hydrator/zipball/f35233ffdac1798a57be2f772ff8383e81ac3739",
                    "reference": "f35233ffdac1798a57be2f772ff8383e81ac3739",
                    "shasum": ""
                },
                "require": {
                    "doctrine/collections": "^1.6.8",
                    "doctrine/inflector": "^1.4.4 || ^2.0.3",
                    "doctrine/persistence": "^1.3.8 || ^2.2.2",
                    "ext-ctype": "*",
                    "laminas/laminas-hydrator": "^3.2.1 || ^4.3.1",
                    "laminas/laminas-stdlib": "^3.6.0",
                    "php": "^7.3 || ~8.0.0 || ~8.1.0"
                },
                "require-dev": {
                    "doctrine/coding-standard": "^9.0.0",
                    "jangregor/phpstan-prophecy": "^0.8.1",
                    "phpspec/prophecy-phpunit": "^2.0.1",
                    "phpstan/phpstan": "^0.12.99",
                    "phpunit/phpunit": "^9.5.10",
                    "vimeo/psalm": "^4.10.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",
                    "zf"
                ],
                "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": "2021-11-05T11:31:20+00:00"
            },
            {
                "name": "doctrine/doctrine-module",
                "version": "4.4.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/DoctrineModule.git",
                    "reference": "8e47008bad04f1081f027eb6956f0a9440b152f6"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/DoctrineModule/zipball/8e47008bad04f1081f027eb6956f0a9440b152f6",
                    "reference": "8e47008bad04f1081f027eb6956f0a9440b152f6",
                    "shasum": ""
                },
                "require": {
                    "container-interop/container-interop": "^1.2.0",
                    "doctrine/annotations": "^1.13.2",
                    "doctrine/cache": "^1.12.1",
                    "doctrine/collections": "^1.6.8",
                    "doctrine/doctrine-laminas-hydrator": "^2.2.0",
                    "doctrine/event-manager": "^1.1.1",
                    "doctrine/inflector": "^2.0.3",
                    "doctrine/persistence": "^2.2.2",
                    "laminas/laminas-authentication": "^2.8.0",
                    "laminas/laminas-cache": "^2.13.0 || ^3.1.2",
                    "laminas/laminas-eventmanager": "^3.4.0",
                    "laminas/laminas-form": "^2.17.0 || ^3.0.1",
                    "laminas/laminas-modulemanager": "^2.11.0",
                    "laminas/laminas-mvc": "^3.3.0",
                    "laminas/laminas-paginator": "^2.11.0",
                    "laminas/laminas-servicemanager": "^3.7.0",
                    "laminas/laminas-stdlib": "^3.6.0",
                    "laminas/laminas-validator": "^2.15.0",
                    "php": "^7.3 || ~8.0.0 || ~8.1.0",
                    "symfony/console": "^5.3.7 || ^6.0.0"
                },
                "conflict": {
                    "doctrine/orm": "2.12.0"
                },
                "provide": {
                    "laminas/laminas-cache-storage-implementation": "1.0"
                },
                "require-dev": {
                    "doctrine/coding-standard": "^9.0.0",
                    "doctrine/orm": "^2.10.5",
                    "jangregor/phpstan-prophecy": "^1.0.0",
                    "laminas/laminas-cache-storage-adapter-blackhole": "^1.2.1 || ^2.0.0",
                    "laminas/laminas-cache-storage-adapter-memory": "^1.0.1 || ^2.0.0",
                    "laminas/laminas-i18n": "^2.11.3",
                    "laminas/laminas-log": "^2.13.1",
                    "laminas/laminas-mvc-console": "^1.3.0",
                    "laminas/laminas-serializer": "^2.11.0",
                    "laminas/laminas-session": "^2.12.0",
                    "laminas/laminas-test": "^3.8.0",
                    "phpspec/prophecy-phpunit": "^2.0.1",
                    "phpstan/phpstan": "^1.1.2",
                    "phpstan/phpstan-phpunit": "^1.0.0",
                    "phpunit/phpunit": "^9.5.10",
                    "predis/predis": "^1.1.9",
                    "vimeo/psalm": "^4.11.2"
                },
                "suggest": {
                    "doctrine/data-fixtures": "Data Fixtures if you want to generate test data or bootstrap data for your deployments",
                    "laminas/laminas-mvc-console": "^1.1.11 if you want to use the Laminas console libraries"
                },
                "bin": [
                    "bin/doctrine-module"
                ],
                "type": "library",
                "extra": {
                    "laminas": {
                        "config-provider": "DoctrineModule\\ConfigProvider",
                        "module": "DoctrineModule"
                    }
                },
                "autoload": {
                    "files": [
                        "autoload/polyfill-form-elements.php"
                    ],
                    "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/4.4.2"
                },
                "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-04-23T14:01:35+00:00"
            },
            {
                "name": "doctrine/doctrine-orm-module",
                "version": "4.2.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/DoctrineORMModule.git",
                    "reference": "19b568dfbe633d0644a3627722d4216a05828a89"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/DoctrineORMModule/zipball/19b568dfbe633d0644a3627722d4216a05828a89",
                    "reference": "19b568dfbe633d0644a3627722d4216a05828a89",
                    "shasum": ""
                },
                "require": {
                    "container-interop/container-interop": "^1.2.0",
                    "doctrine/dbal": "^2.13.4 || ^3.1.3",
                    "doctrine/doctrine-laminas-hydrator": "^2.2.1",
                    "doctrine/doctrine-module": "^4.2.2",
                    "doctrine/event-manager": "^1.1.1",
                    "doctrine/orm": "^2.11.1",
                    "doctrine/persistence": "^2.2.2",
                    "ext-json": "*",
                    "laminas/laminas-eventmanager": "^3.4.0",
                    "laminas/laminas-modulemanager": "^2.11.0",
                    "laminas/laminas-mvc": "^3.3.0",
                    "laminas/laminas-paginator": "^2.11.0",
                    "laminas/laminas-servicemanager": "^3.7.0",
                    "laminas/laminas-stdlib": "^3.6.1",
                    "php": "^7.3 || ~8.0.0 || ~8.1.0",
                    "symfony/console": "^5.3.0 || ^6.0.0"
                },
                "conflict": {
                    "doctrine/migrations": "<3.3"
                },
                "require-dev": {
                    "doctrine/annotations": "^1.13.2",
                    "doctrine/coding-standard": "^9.0.0",
                    "doctrine/data-fixtures": "^1.5.1",
                    "doctrine/migrations": "^3.3.0",
                    "laminas/laminas-developer-tools": "^2.2.0",
                    "laminas/laminas-i18n": "^2.11.3",
                    "laminas/laminas-log": "^2.13.1",
                    "laminas/laminas-serializer": "^2.11.0",
                    "ocramius/proxy-manager": "^2.2.0",
                    "phpstan/phpstan": "^1.2.0",
                    "phpstan/phpstan-phpunit": "^1.0",
                    "phpunit/phpunit": "^9.5.10",
                    "squizlabs/php_codesniffer": "^3.6.1",
                    "vimeo/psalm": "^4.13.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/4.2.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%2Fdoctrine-orm-module",
                        "type": "tidelift"
                    }
                ],
                "time": "2022-02-04T19:40:50+00:00"
            },
            {
                "name": "doctrine/event-manager",
                "version": "1.1.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/event-manager.git",
                    "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
                    "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1 || ^8.0"
                },
                "conflict": {
                    "doctrine/common": "<2.9@dev"
                },
                "require-dev": {
                    "doctrine/coding-standard": "^6.0",
                    "phpunit/phpunit": "^7.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Common\\": "lib/Doctrine/Common"
                    }
                },
                "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.1.x"
                },
                "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": "2020-05-29T18:28:51+00:00"
            },
            {
                "name": "doctrine/inflector",
                "version": "2.0.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/inflector.git",
                    "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/inflector/zipball/8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",
                    "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.2 || ^8.0"
                },
                "require-dev": {
                    "doctrine/coding-standard": "^8.2",
                    "phpstan/phpstan": "^0.12",
                    "phpstan/phpstan-phpunit": "^0.12",
                    "phpstan/phpstan-strict-rules": "^0.12",
                    "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
                    "vimeo/psalm": "^4.10"
                },
                "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.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%2Finflector",
                        "type": "tidelift"
                    }
                ],
                "time": "2021-10-22T20:16:43+00:00"
            },
            {
                "name": "doctrine/instantiator",
                "version": "1.4.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/instantiator.git",
                    "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
                    "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1 || ^8.0"
                },
                "require-dev": {
                    "doctrine/coding-standard": "^9",
                    "ext-pdo": "*",
                    "ext-phar": "*",
                    "phpbench/phpbench": "^0.16 || ^1",
                    "phpstan/phpstan": "^1.4",
                    "phpstan/phpstan-phpunit": "^1",
                    "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                    "vimeo/psalm": "^4.22"
                },
                "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/1.4.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%2Finstantiator",
                        "type": "tidelift"
                    }
                ],
                "time": "2022-03-03T08:28:38+00:00"
            },
            {
                "name": "doctrine/lexer",
                "version": "1.2.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/lexer.git",
                    "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
                    "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1 || ^8.0"
                },
                "require-dev": {
                    "doctrine/coding-standard": "^9.0",
                    "phpstan/phpstan": "^1.3",
                    "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                    "vimeo/psalm": "^4.11"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
                    }
                },
                "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/1.2.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%2Flexer",
                        "type": "tidelift"
                    }
                ],
                "time": "2022-02-28T11:07:21+00:00"
            },
            {
                "name": "doctrine/orm",
                "version": "2.12.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/orm.git",
                    "reference": "8291a7f09b12d14783ed6537b4586583d155869e"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/orm/zipball/8291a7f09b12d14783ed6537b4586583d155869e",
                    "reference": "8291a7f09b12d14783ed6537b4586583d155869e",
                    "shasum": ""
                },
                "require": {
                    "composer-runtime-api": "^2",
                    "doctrine/cache": "^1.12.1 || ^2.1.1",
                    "doctrine/collections": "^1.5",
                    "doctrine/common": "^3.0.3",
                    "doctrine/dbal": "^2.13.1 || ^3.2",
                    "doctrine/deprecations": "^0.5.3 || ^1",
                    "doctrine/event-manager": "^1.1",
                    "doctrine/inflector": "^1.4 || ^2.0",
                    "doctrine/instantiator": "^1.3",
                    "doctrine/lexer": "^1.2.3",
                    "doctrine/persistence": "^2.4 || ^3",
                    "ext-ctype": "*",
                    "php": "^7.1 || ^8.0",
                    "psr/cache": "^1 || ^2 || ^3",
                    "symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0",
                    "symfony/polyfill-php72": "^1.23",
                    "symfony/polyfill-php80": "^1.16"
                },
                "conflict": {
                    "doctrine/annotations": "<1.13 || >= 2.0"
                },
                "require-dev": {
                    "doctrine/annotations": "^1.13",
                    "doctrine/coding-standard": "^9.0",
                    "phpbench/phpbench": "^0.16.10 || ^1.0",
                    "phpstan/phpstan": "~1.4.10 || 1.6.3",
                    "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                    "psr/log": "^1 || ^2 || ^3",
                    "squizlabs/php_codesniffer": "3.6.2",
                    "symfony/cache": "^4.4 || ^5.4 || ^6.0",
                    "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
                    "vimeo/psalm": "4.23.0"
                },
                "suggest": {
                    "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\\": "lib/Doctrine/ORM"
                    }
                },
                "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.12.2"
                },
                "time": "2022-05-02T19:10:07+00:00"
            },
            {
                "name": "doctrine/persistence",
                "version": "2.5.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/persistence.git",
                    "reference": "d7edf274b6d35ad82328e223439cc2bb2f92bd9e"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/persistence/zipball/d7edf274b6d35ad82328e223439cc2bb2f92bd9e",
                    "reference": "d7edf274b6d35ad82328e223439cc2bb2f92bd9e",
                    "shasum": ""
                },
                "require": {
                    "doctrine/cache": "^1.11 || ^2.0",
                    "doctrine/collections": "^1.0",
                    "doctrine/deprecations": "^0.5.3 || ^1",
                    "doctrine/event-manager": "^1.0",
                    "php": "^7.1 || ^8.0",
                    "psr/cache": "^1.0 || ^2.0 || ^3.0"
                },
                "conflict": {
                    "doctrine/annotations": "<1.0 || >=2.0",
                    "doctrine/common": "<2.10"
                },
                "require-dev": {
                    "composer/package-versions-deprecated": "^1.11",
                    "doctrine/annotations": "^1.0",
                    "doctrine/coding-standard": "^9.0",
                    "doctrine/common": "^3.0",
                    "phpstan/phpstan": "~1.4.10 || 1.5.0",
                    "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.5",
                    "symfony/cache": "^4.4 || ^5.4 || ^6.0",
                    "vimeo/psalm": "4.22.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Common\\": "src/Common",
                        "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://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/2.5.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": "2022-05-03T09:16:53+00:00"
            },
            {
                "name": "laminas/laminas-authentication",
                "version": "2.10.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-authentication.git",
                    "reference": "7308db03e11147fbf567b5004ac428bdaba267f9"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-authentication/zipball/7308db03e11147fbf567b5004ac428bdaba267f9",
                    "reference": "7308db03e11147fbf567b5004ac428bdaba267f9",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-stdlib": "^3.2.1",
                    "php": "^7.3 || ~8.0.0 || ~8.1.0"
                },
                "conflict": {
                    "zendframework/zend-authentication": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~1.0.0",
                    "laminas/laminas-crypt": "^2.6 || ^3.2.1",
                    "laminas/laminas-db": "^2.13",
                    "laminas/laminas-http": "^2.15.0",
                    "laminas/laminas-ldap": "^2.12",
                    "laminas/laminas-session": "^2.12",
                    "laminas/laminas-uri": "^2.5.2",
                    "laminas/laminas-validator": "^2.10.1",
                    "phpunit/phpunit": "^9.3",
                    "psalm/plugin-phpunit": "^0.15.1",
                    "squizlabs/php_codesniffer": "^2.9.2 || ^3.6",
                    "vimeo/psalm": "^4.6"
                },
                "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": "2022-03-09T23:07:57+00:00"
            },
            {
                "name": "laminas/laminas-cache",
                "version": "3.1.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-cache.git",
                    "reference": "dfd5a66f6ea4b1979231560eb75b615c7aafe0e6"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-cache/zipball/dfd5a66f6ea4b1979231560eb75b615c7aafe0e6",
                    "reference": "dfd5a66f6ea4b1979231560eb75b615c7aafe0e6",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-cache-storage-implementation": "1.0",
                    "laminas/laminas-eventmanager": "^3.4",
                    "laminas/laminas-servicemanager": "^3.7",
                    "laminas/laminas-stdlib": "^3.6",
                    "php": "^7.3 || ~8.0.0 || ~8.1.0",
                    "psr/cache": "^1.0",
                    "psr/simple-cache": "^1.0",
                    "webmozart/assert": "^1.9"
                },
                "conflict": {
                    "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.0",
                    "laminas/laminas-cache-storage-adapter-blackhole": "^2.0",
                    "laminas/laminas-cache-storage-adapter-filesystem": "^2.0",
                    "laminas/laminas-cache-storage-adapter-memory": "^2.0",
                    "laminas/laminas-cache-storage-adapter-test": "^2.0",
                    "laminas/laminas-cli": "^1.0",
                    "laminas/laminas-coding-standard": "~2.2.0",
                    "laminas/laminas-config-aggregator": "^1.5",
                    "laminas/laminas-feed": "^2.14",
                    "laminas/laminas-serializer": "^2.6",
                    "phpbench/phpbench": "^1.0",
                    "phpunit/phpunit": "^9.5",
                    "psalm/plugin-phpunit": "^0.16.1",
                    "vimeo/psalm": "^4.9"
                },
                "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": "2022-03-24T09:32:54+00:00"
            },
            {
                "name": "laminas/laminas-code",
                "version": "3.5.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-code.git",
                    "reference": "b549b70c0bb6e935d497f84f750c82653326ac77"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-code/zipball/b549b70c0bb6e935d497f84f750c82653326ac77",
                    "reference": "b549b70c0bb6e935d497f84f750c82653326ac77",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-eventmanager": "^3.3",
                    "laminas/laminas-zendframework-bridge": "^1.1",
                    "php": "^7.3 || ~8.0.0"
                },
                "conflict": {
                    "phpspec/prophecy": "<1.9.0"
                },
                "replace": {
                    "zendframework/zend-code": "^3.4.1"
                },
                "require-dev": {
                    "doctrine/annotations": "^1.10.4",
                    "ext-phar": "*",
                    "laminas/laminas-coding-standard": "^1.0.0",
                    "laminas/laminas-stdlib": "^3.3.0",
                    "phpunit/phpunit": "^9.4.2"
                },
                "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"
                ],
                "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": "2020-11-30T20:16:31+00:00"
            },
            {
                "name": "laminas/laminas-config",
                "version": "3.7.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-config.git",
                    "reference": "e43d13dcfc273d4392812eb395ce636f73f34dfd"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-config/zipball/e43d13dcfc273d4392812eb395ce636f73f34dfd",
                    "reference": "e43d13dcfc273d4392812eb395ce636f73f34dfd",
                    "shasum": ""
                },
                "require": {
                    "ext-json": "*",
                    "laminas/laminas-stdlib": "^3.6",
                    "php": "^7.3 || ~8.0.0 || ~8.1.0",
                    "psr/container": "^1.0"
                },
                "conflict": {
                    "container-interop/container-interop": "<1.2.0",
                    "zendframework/zend-config": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~1.0.0",
                    "laminas/laminas-filter": "^2.7.2",
                    "laminas/laminas-i18n": "^2.10.3",
                    "laminas/laminas-servicemanager": "^3.7",
                    "phpunit/phpunit": "^9.5.5"
                },
                "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": "2021-10-01T16:07:46+00:00"
            },
            {
                "name": "laminas/laminas-console",
                "version": "2.8.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-console.git",
                    "reference": "478a6ceac3e31fb38d6314088abda8b239ee23a5"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-console/zipball/478a6ceac3e31fb38d6314088abda8b239ee23a5",
                    "reference": "478a6ceac3e31fb38d6314088abda8b239ee23a5",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-stdlib": "^3.2.1",
                    "laminas/laminas-zendframework-bridge": "^1.0",
                    "php": "^5.6 || ^7.0"
                },
                "replace": {
                    "zendframework/zend-console": "self.version"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~1.0.0",
                    "laminas/laminas-filter": "^2.7.2",
                    "laminas/laminas-json": "^2.6 || ^3.0",
                    "laminas/laminas-validator": "^2.10.1",
                    "phpunit/phpunit": "^5.7.23 || ^6.4.3"
                },
                "suggest": {
                    "laminas/laminas-filter": "To support DefaultRouteMatcher usage",
                    "laminas/laminas-validator": "To support DefaultRouteMatcher usage"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.8.x-dev",
                        "dev-develop": "2.9.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Laminas\\Console\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Build console applications using getopt syntax or routing, complete with prompts",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "console",
                    "laminas"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-console/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-console/issues",
                    "rss": "https://github.com/laminas/laminas-console/releases.atom",
                    "source": "https://github.com/laminas/laminas-console"
                },
                "abandoned": "laminas/laminas-cli",
                "time": "2019-12-31T16:31:45+00:00"
            },
            {
                "name": "laminas/laminas-dependency-plugin",
                "version": "2.2.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-dependency-plugin.git",
                    "reference": "73cfb63ddca9d6bfedad5e0a038f6d55063975a3"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-dependency-plugin/zipball/73cfb63ddca9d6bfedad5e0a038f6d55063975a3",
                    "reference": "73cfb63ddca9d6bfedad5e0a038f6d55063975a3",
                    "shasum": ""
                },
                "require": {
                    "composer-plugin-api": "^1.1 || ^2.0",
                    "php": "^7.3 || ~8.0.0 || ~8.1.0"
                },
                "require-dev": {
                    "composer/composer": "^1.9 || ^2.0",
                    "laminas/laminas-coding-standard": "^2.2.1",
                    "mikey179/vfsstream": "^1.6.10@alpha",
                    "phpunit/phpunit": "^9.5.5",
                    "psalm/plugin-phpunit": "^0.15.1",
                    "roave/security-advisories": "dev-master",
                    "vimeo/psalm": "^4.5"
                },
                "type": "composer-plugin",
                "extra": {
                    "class": "Laminas\\DependencyPlugin\\DependencyRewriterPluginDelegator"
                },
                "autoload": {
                    "psr-4": {
                        "Laminas\\DependencyPlugin\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Replace zendframework and zfcampus packages with their Laminas Project equivalents.",
                "support": {
                    "issues": "https://github.com/laminas/laminas-dependency-plugin/issues",
                    "source": "https://github.com/laminas/laminas-dependency-plugin/tree/2.2.0"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2021-09-08T17:51:35+00:00"
            },
            {
                "name": "laminas/laminas-escaper",
                "version": "2.9.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-escaper.git",
                    "reference": "891ad70986729e20ed2e86355fcf93c9dc238a5f"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/891ad70986729e20ed2e86355fcf93c9dc238a5f",
                    "reference": "891ad70986729e20ed2e86355fcf93c9dc238a5f",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.3 || ~8.0.0 || ~8.1.0"
                },
                "conflict": {
                    "zendframework/zend-escaper": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.3.0",
                    "phpunit/phpunit": "^9.3",
                    "psalm/plugin-phpunit": "^0.12.2",
                    "vimeo/psalm": "^3.16"
                },
                "suggest": {
                    "ext-iconv": "*",
                    "ext-mbstring": "*"
                },
                "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": "2021-09-02T17:10:53+00:00"
            },
            {
                "name": "laminas/laminas-eventmanager",
                "version": "3.4.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-eventmanager.git",
                    "reference": "a93fd278c97b2d41ebbce5ba048a24e3e6f580ba"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/a93fd278c97b2d41ebbce5ba048a24e3e6f580ba",
                    "reference": "a93fd278c97b2d41ebbce5ba048a24e3e6f580ba",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.3 || ~8.0.0 || ~8.1.0"
                },
                "conflict": {
                    "zendframework/zend-eventmanager": "*"
                },
                "require-dev": {
                    "container-interop/container-interop": "^1.1",
                    "laminas/laminas-coding-standard": "~2.2.1",
                    "laminas/laminas-stdlib": "^3.6",
                    "phpbench/phpbench": "^1.1",
                    "phpspec/prophecy-phpunit": "^2.0",
                    "phpunit/phpunit": "^9.5.5"
                },
                "suggest": {
                    "container-interop/container-interop": "^1.1, to use the lazy listeners feature",
                    "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain 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": "2021-09-07T22:35:32+00:00"
            },
            {
                "name": "laminas/laminas-filter",
                "version": "2.12.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-filter.git",
                    "reference": "0fc5dcd27dc22dba1a2544123684c67768fc5f88"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-filter/zipball/0fc5dcd27dc22dba1a2544123684c67768fc5f88",
                    "reference": "0fc5dcd27dc22dba1a2544123684c67768fc5f88",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-stdlib": "^3.3",
                    "laminas/laminas-zendframework-bridge": "^1.0",
                    "php": "^7.3 || ~8.0.0"
                },
                "conflict": {
                    "laminas/laminas-validator": "<2.10.1"
                },
                "replace": {
                    "zendframework/zend-filter": "^2.9.2"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~1.0.0",
                    "laminas/laminas-crypt": "^3.2.1",
                    "laminas/laminas-servicemanager": "^3.3",
                    "laminas/laminas-uri": "^2.6",
                    "pear/archive_tar": "^1.4.3",
                    "phpspec/prophecy-phpunit": "^2.0",
                    "phpunit/phpunit": "^9.3",
                    "psalm/plugin-phpunit": "^0.15.1",
                    "psr/http-factory": "^1.0",
                    "vimeo/psalm": "^4.6"
                },
                "suggest": {
                    "laminas/laminas-crypt": "Laminas\\Crypt component, for encryption filters",
                    "laminas/laminas-i18n": "Laminas\\I18n component for filters depending on i18n functionality",
                    "laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for using the filter chain 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": "2021-10-24T21:01:15+00:00"
            },
            {
                "name": "laminas/laminas-form",
                "version": "2.17.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-form.git",
                    "reference": "af231c26209fa0684af9e934e8ee5c085eb14cd0"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-form/zipball/af231c26209fa0684af9e934e8ee5c085eb14cd0",
                    "reference": "af231c26209fa0684af9e934e8ee5c085eb14cd0",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-hydrator": "^3.2 || ^4.0",
                    "laminas/laminas-inputfilter": "^2.10",
                    "laminas/laminas-stdlib": "^3.3",
                    "laminas/laminas-zendframework-bridge": "^1.1",
                    "php": "^7.3 || ~8.0.0"
                },
                "conflict": {
                    "laminas/laminas-code": "<3.5.0 || >=4.0.0"
                },
                "replace": {
                    "zendframework/zend-form": "^2.14.3"
                },
                "require-dev": {
                    "doctrine/annotations": "^1.10.4",
                    "laminas/laminas-cache": "^2.9.0",
                    "laminas/laminas-captcha": "^2.9.0",
                    "laminas/laminas-code": "^3.5.0",
                    "laminas/laminas-coding-standard": "^1.0.0",
                    "laminas/laminas-escaper": "^2.6.1",
                    "laminas/laminas-eventmanager": "^3.3.0",
                    "laminas/laminas-filter": "^2.9.4",
                    "laminas/laminas-i18n": "^2.10.3",
                    "laminas/laminas-recaptcha": "^3.2.0",
                    "laminas/laminas-servicemanager": "^3.4.1",
                    "laminas/laminas-session": "^2.9.3",
                    "laminas/laminas-text": "^2.7.1",
                    "laminas/laminas-validator": "^2.13.4",
                    "laminas/laminas-view": "^2.11.4",
                    "phpspec/prophecy-phpunit": "^2.0",
                    "phpunit/phpunit": "^9.4.2",
                    "psalm/plugin-phpunit": "^0.15.1",
                    "vimeo/psalm": "^4.7"
                },
                "suggest": {
                    "laminas/laminas-captcha": "^2.9, required for using CAPTCHA form elements",
                    "laminas/laminas-code": "^3.5, required to use laminas-form annotations support",
                    "laminas/laminas-eventmanager": "^3.3, reuired for laminas-form annotations support",
                    "laminas/laminas-i18n": "^2.10, required when using laminas-form view helpers",
                    "laminas/laminas-recaptcha": "^3.2, in order to use the ReCaptcha form element",
                    "laminas/laminas-servicemanager": "^3.4.1, required to use the form factories or provide services",
                    "laminas/laminas-view": "^2.11.4, 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": "2022-02-01T07:18:59+00:00"
            },
            {
                "name": "laminas/laminas-http",
                "version": "2.15.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-http.git",
                    "reference": "261f079c3dffcf6f123484db43c40e44c4bf1c79"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-http/zipball/261f079c3dffcf6f123484db43c40e44c4bf1c79",
                    "reference": "261f079c3dffcf6f123484db43c40e44c4bf1c79",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-loader": "^2.8",
                    "laminas/laminas-stdlib": "^3.6",
                    "laminas/laminas-uri": "^2.9.1",
                    "laminas/laminas-validator": "^2.15",
                    "php": "^7.3 || ~8.0.0 || ~8.1.0"
                },
                "conflict": {
                    "zendframework/zend-http": "*"
                },
                "require-dev": {
                    "ext-curl": "*",
                    "laminas/laminas-coding-standard": "~2.2.1",
                    "phpunit/phpunit": "^9.5.5"
                },
                "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": "2021-12-03T10:17:11+00:00"
            },
            {
                "name": "laminas/laminas-hydrator",
                "version": "4.3.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-hydrator.git",
                    "reference": "cc5ea6b42d318dbac872d94e8dca2d3013a37ab5"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-hydrator/zipball/cc5ea6b42d318dbac872d94e8dca2d3013a37ab5",
                    "reference": "cc5ea6b42d318dbac872d94e8dca2d3013a37ab5",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-stdlib": "^3.3",
                    "php": "^7.3 || ~8.0.0 || ~8.1.0",
                    "webmozart/assert": "^1.10"
                },
                "conflict": {
                    "zendframework/zend-hydrator": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.3.0",
                    "laminas/laminas-eventmanager": "^3.2.1",
                    "laminas/laminas-modulemanager": "^2.8",
                    "laminas/laminas-serializer": "^2.9",
                    "laminas/laminas-servicemanager": "^3.3.2",
                    "phpbench/phpbench": "^1.0",
                    "phpunit/phpunit": "~9.5.5",
                    "psalm/plugin-phpunit": "^0.16.1",
                    "psr/cache": "1.0.1",
                    "vimeo/psalm": "^4.8.1"
                },
                "suggest": {
                    "laminas/laminas-eventmanager": "^3.2, to support aggregate hydrator usage",
                    "laminas/laminas-serializer": "^2.9, to use the SerializableStrategy",
                    "laminas/laminas-servicemanager": "^3.3, 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": "2021-09-09T09:55:00+00:00"
            },
            {
                "name": "laminas/laminas-i18n",
                "version": "2.13.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-i18n.git",
                    "reference": "b3a55d05818ed37ed18e76c103727e95e32cf591"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/b3a55d05818ed37ed18e76c103727e95e32cf591",
                    "reference": "b3a55d05818ed37ed18e76c103727e95e32cf591",
                    "shasum": ""
                },
                "require": {
                    "ext-intl": "*",
                    "laminas/laminas-stdlib": "^2.7 || ^3.0",
                    "php": "^7.3 || ~8.0.0 || ~8.1.0"
                },
                "conflict": {
                    "phpspec/prophecy": "<1.9.0",
                    "zendframework/zend-i18n": "*"
                },
                "require-dev": {
                    "laminas/laminas-cache": "^3.1.2",
                    "laminas/laminas-cache-storage-adapter-memory": "^2.0.0",
                    "laminas/laminas-cache-storage-deprecated-factory": "^1.0.0",
                    "laminas/laminas-coding-standard": "~1.0.0",
                    "laminas/laminas-config": "^3.4.0",
                    "laminas/laminas-eventmanager": "^3.4.0",
                    "laminas/laminas-filter": "^2.10.0",
                    "laminas/laminas-servicemanager": "^3.7.0",
                    "laminas/laminas-validator": "^2.14.0",
                    "laminas/laminas-view": "^2.12.0",
                    "phpunit/phpunit": "^9.3"
                },
                "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-servicemanager": "You should install this package to use the translator",
                    "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": "2021-12-06T00:44:40+00:00"
            },
            {
                "name": "laminas/laminas-i18n-resources",
                "version": "2.8.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-i18n-resources.git",
                    "reference": "7d7062849064bb89e7cdd7193c43ef95e95fbe4b"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-i18n-resources/zipball/7d7062849064bb89e7cdd7193c43ef95e95fbe4b",
                    "reference": "7d7062849064bb89e7cdd7193c43ef95e95fbe4b",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.3 || ~8.0.0 || ~8.1.0"
                },
                "conflict": {
                    "zendframework/zend-i18n-resources": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~1.0.0",
                    "phpunit/phpunit": "^9.5"
                },
                "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": "2021-09-14T04:16:52+00:00"
            },
            {
                "name": "laminas/laminas-inputfilter",
                "version": "2.12.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-inputfilter.git",
                    "reference": "461a7a27b70bd440f925a31221b7a5348cd0d0fd"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/461a7a27b70bd440f925a31221b7a5348cd0d0fd",
                    "reference": "461a7a27b70bd440f925a31221b7a5348cd0d0fd",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-filter": "^2.9.1",
                    "laminas/laminas-servicemanager": "^3.3.1",
                    "laminas/laminas-stdlib": "^3.0",
                    "laminas/laminas-validator": "^2.11",
                    "laminas/laminas-zendframework-bridge": "^1.0",
                    "php": "^7.3 || ~8.0.0"
                },
                "replace": {
                    "zendframework/zend-inputfilter": "^2.10.1"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~1.0.0",
                    "laminas/laminas-db": "^2.12",
                    "phpspec/prophecy-phpunit": "^2.0",
                    "phpunit/phpunit": "^9.4.2",
                    "psalm/plugin-phpunit": "^0.15.1",
                    "psr/http-message": "^1.0",
                    "vimeo/psalm": "^4.6"
                },
                "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": "2021-11-27T14:17:43+00:00"
            },
            {
                "name": "laminas/laminas-json",
                "version": "3.3.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-json.git",
                    "reference": "9a0ce9f330b7d11e70c4acb44d67e8c4f03f437f"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-json/zipball/9a0ce9f330b7d11e70c4acb44d67e8c4f03f437f",
                    "reference": "9a0ce9f330b7d11e70c4acb44d67e8c4f03f437f",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.3 || ~8.0.0 || ~8.1.0"
                },
                "conflict": {
                    "zendframework/zend-json": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.2.1",
                    "laminas/laminas-stdlib": "^2.7.7 || ^3.1",
                    "phpunit/phpunit": "^9.3"
                },
                "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": "2021-09-02T18:02:31+00:00"
            },
            {
                "name": "laminas/laminas-ldap",
                "version": "2.13.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-ldap.git",
                    "reference": "308f7749b12e2c14e91f51ddca4e2296fafe2367"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-ldap/zipball/308f7749b12e2c14e91f51ddca4e2296fafe2367",
                    "reference": "308f7749b12e2c14e91f51ddca4e2296fafe2367",
                    "shasum": ""
                },
                "require": {
                    "ext-ldap": "*",
                    "php": "^7.3 || ~8.0.0 || ~8.1.0"
                },
                "conflict": {
                    "zendframework/zend-ldap": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~1.0.0",
                    "laminas/laminas-config": "^3.7.0",
                    "laminas/laminas-eventmanager": "^3.3",
                    "laminas/laminas-stdlib": "^3.3",
                    "php-mock/php-mock-phpunit": "^2.6",
                    "phpunit/phpunit": "^9.5.8",
                    "psalm/plugin-phpunit": "^0.16.1",
                    "vimeo/psalm": "^4.13.1"
                },
                "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": "2022-03-19T15:18:53+00:00"
            },
            {
                "name": "laminas/laminas-loader",
                "version": "2.8.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-loader.git",
                    "reference": "d0589ec9dd48365fd95ad10d1c906efd7711c16b"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-loader/zipball/d0589ec9dd48365fd95ad10d1c906efd7711c16b",
                    "reference": "d0589ec9dd48365fd95ad10d1c906efd7711c16b",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.3 || ~8.0.0 || ~8.1.0"
                },
                "conflict": {
                    "zendframework/zend-loader": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.2.1",
                    "phpunit/phpunit": "^9.3"
                },
                "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": "2021-09-02T18:30:53+00:00"
            },
            {
                "name": "laminas/laminas-log",
                "version": "2.14.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-log.git",
                    "reference": "39f3dcbd77fd0d84b190ff1332f5d3d28d56527e"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-log/zipball/39f3dcbd77fd0d84b190ff1332f5d3d28d56527e",
                    "reference": "39f3dcbd77fd0d84b190ff1332f5d3d28d56527e",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-servicemanager": "^3.3.0",
                    "laminas/laminas-stdlib": "^3.0",
                    "php": "^7.3 || ~8.0.0",
                    "psr/log": "^1.1.2"
                },
                "conflict": {
                    "zendframework/zend-log": "*"
                },
                "provide": {
                    "psr/log-implementation": "1.0.0"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~1.0.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.4.1"
                },
                "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": "2021-12-03T10:30:27+00:00"
            },
            {
                "name": "laminas/laminas-mail",
                "version": "2.16.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-mail.git",
                    "reference": "1ee1a384b96c8af29ecad9b3a7adc27a150ebc49"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-mail/zipball/1ee1a384b96c8af29ecad9b3a7adc27a150ebc49",
                    "reference": "1ee1a384b96c8af29ecad9b3a7adc27a150ebc49",
                    "shasum": ""
                },
                "require": {
                    "ext-iconv": "*",
                    "laminas/laminas-loader": "^2.8",
                    "laminas/laminas-mime": "^2.9.1",
                    "laminas/laminas-stdlib": "^3.6",
                    "laminas/laminas-validator": "^2.15",
                    "php": "^7.3 || ~8.0.0 || ~8.1.0",
                    "symfony/polyfill-intl-idn": "^1.24.0",
                    "symfony/polyfill-mbstring": "^1.12.0",
                    "webmozart/assert": "^1.10"
                },
                "conflict": {
                    "zendframework/zend-mail": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~1.0.0",
                    "laminas/laminas-crypt": "^2.6 || ^3.4",
                    "laminas/laminas-db": "^2.13.3",
                    "laminas/laminas-servicemanager": "^3.7",
                    "phpunit/phpunit": "^9.5.5",
                    "psalm/plugin-phpunit": "^0.15.1",
                    "symfony/process": "^5.3.7",
                    "vimeo/psalm": "^4.7"
                },
                "suggest": {
                    "laminas/laminas-crypt": "Crammd5 support in SMTP Auth",
                    "laminas/laminas-servicemanager": "^2.7.10 || ^3.3.1 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": "2022-02-23T21:08:17+00:00"
            },
            {
                "name": "laminas/laminas-mime",
                "version": "2.9.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-mime.git",
                    "reference": "72d21a1b4bb7086d4a4d7058c0abca180b209184"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-mime/zipball/72d21a1b4bb7086d4a4d7058c0abca180b209184",
                    "reference": "72d21a1b4bb7086d4a4d7058c0abca180b209184",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-stdlib": "^2.7 || ^3.0",
                    "php": "^7.3 || ~8.0.0 || ~8.1.0"
                },
                "conflict": {
                    "zendframework/zend-mime": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.2.1",
                    "laminas/laminas-mail": "^2.12",
                    "phpunit/phpunit": "^9.3"
                },
                "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": "2021-09-20T21:19:24+00:00"
            },
            {
                "name": "laminas/laminas-modulemanager",
                "version": "2.11.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-modulemanager.git",
                    "reference": "6acf5991d10b0b38a2edb08729ed48981b2a5dad"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/6acf5991d10b0b38a2edb08729ed48981b2a5dad",
                    "reference": "6acf5991d10b0b38a2edb08729ed48981b2a5dad",
                    "shasum": ""
                },
                "require": {
                    "brick/varexporter": "^0.3.2",
                    "laminas/laminas-config": "^3.7",
                    "laminas/laminas-eventmanager": "^3.4",
                    "laminas/laminas-stdlib": "^3.6",
                    "php": "^7.3 || ~8.0.0 || ~8.1.0",
                    "webimpress/safe-writer": "^1.0.2 || ^2.1"
                },
                "conflict": {
                    "zendframework/zend-modulemanager": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "^2.3",
                    "laminas/laminas-loader": "^2.8",
                    "laminas/laminas-mvc": "^3.1.1",
                    "laminas/laminas-servicemanager": "^3.7",
                    "phpunit/phpunit": "^9.5.5"
                },
                "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": "2021-10-13T17:05:17+00:00"
            },
            {
                "name": "laminas/laminas-mvc",
                "version": "3.3.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-mvc.git",
                    "reference": "7ff2bfbe64048aa83c6d1c7edcbab849123f0150"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-mvc/zipball/7ff2bfbe64048aa83c6d1c7edcbab849123f0150",
                    "reference": "7ff2bfbe64048aa83c6d1c7edcbab849123f0150",
                    "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.5",
                    "laminas/laminas-servicemanager": "^3.7",
                    "laminas/laminas-stdlib": "^3.6",
                    "laminas/laminas-view": "^2.14",
                    "php": "^7.3 || ~8.0.0 || ~8.1.0"
                },
                "conflict": {
                    "zendframework/zend-mvc": "*"
                },
                "require-dev": {
                    "http-interop/http-middleware": "^0.4.1",
                    "laminas/laminas-coding-standard": "^1.0.0",
                    "laminas/laminas-json": "^3.3",
                    "laminas/laminas-psr7bridge": "^1.0",
                    "laminas/laminas-stratigility": ">=2.0.1 <2.2",
                    "phpspec/prophecy-phpunit": "^2.0",
                    "phpunit/phpunit": "^9.5.5"
                },
                "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": "2022-02-21T20:21:58+00:00"
            },
            {
                "name": "laminas/laminas-mvc-console",
                "version": "1.3.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-mvc-console.git",
                    "reference": "90338c7b61a5fa8445c0a41925a4ae351459fa79"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-mvc-console/zipball/90338c7b61a5fa8445c0a41925a4ae351459fa79",
                    "reference": "90338c7b61a5fa8445c0a41925a4ae351459fa79",
                    "shasum": ""
                },
                "require": {
                    "container-interop/container-interop": "^1.1",
                    "laminas/laminas-console": "^2.6",
                    "laminas/laminas-eventmanager": "^3.3",
                    "laminas/laminas-modulemanager": "^2.7.1",
                    "laminas/laminas-mvc": "^3.0.3",
                    "laminas/laminas-router": "^3.0",
                    "laminas/laminas-servicemanager": "^3.3",
                    "laminas/laminas-stdlib": "^3.3",
                    "laminas/laminas-text": "^2.6",
                    "laminas/laminas-view": "^2.11.3",
                    "laminas/laminas-zendframework-bridge": "^1.0",
                    "php": "^7.3 || ~8.0.0"
                },
                "conflict": {
                    "laminas/laminas-mvc": "<3.0.0"
                },
                "replace": {
                    "zendframework/zend-mvc-console": "^1.2.0"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~1.0.0",
                    "laminas/laminas-filter": "^2.6.1",
                    "phpspec/prophecy": "^1.12.0",
                    "phpspec/prophecy-phpunit": "^2.0",
                    "phpunit/phpunit": "^9.3"
                },
                "suggest": {
                    "laminas/laminas-filter": "^2.6.1, to filter rendered results"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.2.x-dev",
                        "dev-develop": "1.3.x-dev"
                    },
                    "laminas": {
                        "component": "Laminas\\Mvc\\Console"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Laminas\\Mvc\\Console\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Integration between laminas-mvc and laminas-console",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "console",
                    "laminas",
                    "mvc"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-mvc-console/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-mvc-console/issues",
                    "rss": "https://github.com/laminas/laminas-mvc-console/releases.atom",
                    "source": "https://github.com/laminas/laminas-mvc-console"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "abandoned": "laminas/laminas-cli",
                "time": "2020-12-28T09:19:48+00:00"
            },
            {
                "name": "laminas/laminas-mvc-i18n",
                "version": "1.3.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-mvc-i18n.git",
                    "reference": "3f6c81d839507dee8bbf74a09a9bfc65ecd3bb88"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-mvc-i18n/zipball/3f6c81d839507dee8bbf74a09a9bfc65ecd3bb88",
                    "reference": "3f6c81d839507dee8bbf74a09a9bfc65ecd3bb88",
                    "shasum": ""
                },
                "require": {
                    "container-interop/container-interop": "^1.1",
                    "laminas/laminas-i18n": "^2.11",
                    "laminas/laminas-router": "^3.0",
                    "laminas/laminas-servicemanager": "^3.6",
                    "laminas/laminas-stdlib": "^3.3",
                    "laminas/laminas-validator": "^2.14",
                    "php": "^7.3 || ~8.0.0 || ~8.1.0"
                },
                "conflict": {
                    "laminas/laminas-mvc": "<3.0.0",
                    "phpspec/prophecy": "<1.8.0",
                    "zendframework/zend-mvc-i18n": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~1.0.0",
                    "phpspec/prophecy-phpunit": "^2.0",
                    "phpunit/phpunit": "^9.5",
                    "psalm/plugin-phpunit": "^0.15.1",
                    "vimeo/psalm": "^4.7"
                },
                "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": "2022-02-25T14:13:55+00:00"
            },
            {
                "name": "laminas/laminas-mvc-plugin-fileprg",
                "version": "1.2.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-mvc-plugin-fileprg.git",
                    "reference": "2d6a64bf916b3f5f26a062b9c62d06af26ee483f"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-fileprg/zipball/2d6a64bf916b3f5f26a062b9c62d06af26ee483f",
                    "reference": "2d6a64bf916b3f5f26a062b9c62d06af26ee483f",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-filter": "^2.6.1",
                    "laminas/laminas-form": "^2.7",
                    "laminas/laminas-inputfilter": "^2.8.1",
                    "laminas/laminas-mvc": "^3.0",
                    "laminas/laminas-session": "^2.8.5",
                    "laminas/laminas-stdlib": "^3.3",
                    "laminas/laminas-validator": "^2.6",
                    "laminas/laminas-zendframework-bridge": "^1.0",
                    "php": "^7.3 || ~8.0.0"
                },
                "conflict": {
                    "laminas/laminas-mvc": "<3.0.0"
                },
                "replace": {
                    "zendframework/zend-mvc-plugin-fileprg": "^1.1.0"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~1.0.0",
                    "phpunit/phpunit": "^9.3"
                },
                "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": "2021-04-13T15:22:13+00:00"
            },
            {
                "name": "laminas/laminas-mvc-plugin-flashmessenger",
                "version": "1.6.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-mvc-plugin-flashmessenger.git",
                    "reference": "043f6d6e2d3ab61b7c4976c413286621b7205a52"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-flashmessenger/zipball/043f6d6e2d3ab61b7c4976c413286621b7205a52",
                    "reference": "043f6d6e2d3ab61b7c4976c413286621b7205a52",
                    "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": "^7.3 || ~8.0.0 || ~8.1.0"
                },
                "conflict": {
                    "laminas/laminas-mvc": "<3.0.0",
                    "zendframework/zend-mvc-plugin-flashmessenger": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~1.0.0",
                    "laminas/laminas-i18n": "^2.13.0",
                    "phpunit/phpunit": "^9.5.4"
                },
                "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": "2022-01-09T20:55:33+00:00"
            },
            {
                "name": "laminas/laminas-mvc-plugin-identity",
                "version": "1.3.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-mvc-plugin-identity.git",
                    "reference": "d22e7fb74f0395828df5cd42ed55d23a98569ed1"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-identity/zipball/d22e7fb74f0395828df5cd42ed55d23a98569ed1",
                    "reference": "d22e7fb74f0395828df5cd42ed55d23a98569ed1",
                    "shasum": ""
                },
                "require": {
                    "container-interop/container-interop": "^1.1",
                    "laminas/laminas-authentication": "^2.5.3",
                    "laminas/laminas-mvc": "^3.0",
                    "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
                    "php": "^7.3 || ~8.0.0 || ~8.1.0"
                },
                "conflict": {
                    "laminas/laminas-mvc": "<3.0.0",
                    "zendframework/zend-mvc-plugin-identity": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~1.0.0",
                    "phpspec/prophecy-phpunit": "^2.0",
                    "phpunit/phpunit": "^9.5"
                },
                "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": "2021-09-14T04:13:35+00:00"
            },
            {
                "name": "laminas/laminas-mvc-plugin-prg",
                "version": "1.5.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-mvc-plugin-prg.git",
                    "reference": "f35eb80cbe8c0e1a5d8966e3b0a24fbaeb902f56"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-prg/zipball/f35eb80cbe8c0e1a5d8966e3b0a24fbaeb902f56",
                    "reference": "f35eb80cbe8c0e1a5d8966e3b0a24fbaeb902f56",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-mvc": "^3.0",
                    "laminas/laminas-session": "^2.8.5",
                    "laminas/laminas-stdlib": "^3.3.0",
                    "php": "^7.3 || ~8.0.0 || ~8.1.0"
                },
                "conflict": {
                    "zendframework/zend-mvc-plugin-prg": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~1.0.0",
                    "phpunit/phpunit": "^9.3"
                },
                "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": "2021-12-15T12:48:38+00:00"
            },
            {
                "name": "laminas/laminas-navigation",
                "version": "2.13.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-navigation.git",
                    "reference": "1d29047b49ea978756e6f10921ec3e96f5bc6147"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-navigation/zipball/1d29047b49ea978756e6f10921ec3e96f5bc6147",
                    "reference": "1d29047b49ea978756e6f10921ec3e96f5bc6147",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-stdlib": "^2.7 || ^3.0",
                    "php": "^7.3 || ~8.0.0"
                },
                "conflict": {
                    "zendframework/zend-navigation": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~1.0.0",
                    "laminas/laminas-config": "^2.6 || ^3.1",
                    "laminas/laminas-console": "^2.6",
                    "laminas/laminas-http": "^2.6",
                    "laminas/laminas-i18n": "^2.7.3",
                    "laminas/laminas-log": "^2.9.1",
                    "laminas/laminas-mvc": "^2.7.9 || ^3.0.4",
                    "laminas/laminas-permissions-acl": "^2.6",
                    "laminas/laminas-router": "^3.0.2",
                    "laminas/laminas-servicemanager": "^3.2.1",
                    "laminas/laminas-uri": "^2.5.2",
                    "laminas/laminas-view": "^2.9",
                    "phpspec/prophecy-phpunit": "^2.0",
                    "phpunit/phpunit": "^9.4.1"
                },
                "suggest": {
                    "laminas/laminas-config": "^2.6 || ^3.1, to provide page configuration (optional, as arrays and Traversables are also allowed)",
                    "laminas/laminas-permissions-acl": "^2.6, to provide ACL-based access restrictions to pages",
                    "laminas/laminas-router": "^3.0, to use router-based URI generation with Mvc pages",
                    "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3, to use the navigation factories",
                    "laminas/laminas-view": "^2.8.1, 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": "2021-12-06T01:40:32+00:00"
            },
            {
                "name": "laminas/laminas-paginator",
                "version": "2.11.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-paginator.git",
                    "reference": "7f00d5fdecd1b4f67c8e84e6f6d57bbabda4b7d8"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-paginator/zipball/7f00d5fdecd1b4f67c8e84e6f6d57bbabda4b7d8",
                    "reference": "7f00d5fdecd1b4f67c8e84e6f6d57bbabda4b7d8",
                    "shasum": ""
                },
                "require": {
                    "ext-json": "*",
                    "laminas/laminas-stdlib": "^3.6.0",
                    "php": "^7.3 || ~8.0.0 || ~8.1.0"
                },
                "conflict": {
                    "zendframework/zend-paginator": "*"
                },
                "require-dev": {
                    "laminas/laminas-cache": "^2.13.0",
                    "laminas/laminas-coding-standard": "~2.1.4",
                    "laminas/laminas-config": "^2.6.0",
                    "laminas/laminas-filter": "^2.11.1",
                    "laminas/laminas-servicemanager": "^3.7.0",
                    "laminas/laminas-view": "^2.14.1",
                    "phpunit/phpunit": "^9.5.10",
                    "psalm/plugin-phpunit": "^0.15.1",
                    "vimeo/psalm": "^4.10.0"
                },
                "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": "2021-10-14T15:59:50+00:00"
            },
            {
                "name": "laminas/laminas-router",
                "version": "3.5.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-router.git",
                    "reference": "44759e71620030c93d99e40b394fe9fff8f0beda"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-router/zipball/44759e71620030c93d99e40b394fe9fff8f0beda",
                    "reference": "44759e71620030c93d99e40b394fe9fff8f0beda",
                    "shasum": ""
                },
                "require": {
                    "container-interop/container-interop": "^1.2",
                    "laminas/laminas-http": "^2.15",
                    "laminas/laminas-servicemanager": "^3.7",
                    "laminas/laminas-stdlib": "^3.6",
                    "php": "^7.3 || ~8.0.0 || ~8.1.0"
                },
                "conflict": {
                    "zendframework/zend-router": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.2.1",
                    "laminas/laminas-i18n": "^2.7.4",
                    "phpunit/phpunit": "^9.5.5",
                    "psalm/plugin-phpunit": "^0.15.1",
                    "vimeo/psalm": "^4.7"
                },
                "suggest": {
                    "laminas/laminas-i18n": "^2.7.4, 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": "2021-10-13T16:02:43+00:00"
            },
            {
                "name": "laminas/laminas-serializer",
                "version": "2.12.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-serializer.git",
                    "reference": "2826fd71f202569c169456a4b84297da9ff630cd"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-serializer/zipball/2826fd71f202569c169456a4b84297da9ff630cd",
                    "reference": "2826fd71f202569c169456a4b84297da9ff630cd",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-json": "^3.1",
                    "laminas/laminas-stdlib": "^3.2",
                    "php": "^7.3 || ~8.0.0 || ~8.1.0"
                },
                "conflict": {
                    "zendframework/zend-serializer": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.3.0",
                    "laminas/laminas-math": "^3.3",
                    "laminas/laminas-servicemanager": "^3.6",
                    "phpunit/phpunit": "^9.3"
                },
                "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": "2021-12-06T04:52:05+00:00"
            },
            {
                "name": "laminas/laminas-servicemanager",
                "version": "3.7.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-servicemanager.git",
                    "reference": "2b0aee477fdbd3191af7c302b93dbc5fda0626f4"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/2b0aee477fdbd3191af7c302b93dbc5fda0626f4",
                    "reference": "2b0aee477fdbd3191af7c302b93dbc5fda0626f4",
                    "shasum": ""
                },
                "require": {
                    "container-interop/container-interop": "^1.2",
                    "laminas/laminas-stdlib": "^3.2.1",
                    "laminas/laminas-zendframework-bridge": "^1.0",
                    "php": "^7.3 || ~8.0.0",
                    "psr/container": "^1.0"
                },
                "conflict": {
                    "laminas/laminas-code": "<3.3.1",
                    "zendframework/zend-code": "<3.3.1"
                },
                "provide": {
                    "container-interop/container-interop-implementation": "^1.2",
                    "psr/container-implementation": "^1.0"
                },
                "replace": {
                    "zendframework/zend-servicemanager": "^3.4.0"
                },
                "require-dev": {
                    "composer/package-versions-deprecated": "^1.0",
                    "laminas/laminas-coding-standard": "~2.2.0",
                    "laminas/laminas-container-config-test": "^0.3",
                    "laminas/laminas-dependency-plugin": "^2.1.2",
                    "mikey179/vfsstream": "^1.6.8",
                    "ocramius/proxy-manager": "^2.2.3",
                    "phpbench/phpbench": "^1.0.4",
                    "phpspec/prophecy-phpunit": "^2.0",
                    "phpunit/phpunit": "^9.4",
                    "psalm/plugin-phpunit": "^0.16.1",
                    "vimeo/psalm": "^4.8"
                },
                "suggest": {
                    "ocramius/proxy-manager": "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": {
                    "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": "2021-07-24T19:33:07+00:00"
            },
            {
                "name": "laminas/laminas-session",
                "version": "2.12.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-session.git",
                    "reference": "888c6a344e9a4c9f34ab6e09346640eac9be3fcf"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-session/zipball/888c6a344e9a4c9f34ab6e09346640eac9be3fcf",
                    "reference": "888c6a344e9a4c9f34ab6e09346640eac9be3fcf",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-eventmanager": "^3.4",
                    "laminas/laminas-stdlib": "^3.6",
                    "php": "^7.3 || ~8.0.0 || ~8.1.0"
                },
                "conflict": {
                    "zendframework/zend-session": "*"
                },
                "require-dev": {
                    "container-interop/container-interop": "^1.1",
                    "laminas/laminas-cache": "3.0.x-dev",
                    "laminas/laminas-cache-storage-adapter-memory": "2.0.x-dev",
                    "laminas/laminas-coding-standard": "~2.2.1",
                    "laminas/laminas-db": "^2.13.4",
                    "laminas/laminas-http": "^2.15",
                    "laminas/laminas-servicemanager": "^3.7",
                    "laminas/laminas-validator": "^2.15",
                    "mongodb/mongodb": "v1.9.x-dev",
                    "php-mock/php-mock-phpunit": "^1.1.2 || ^2.0",
                    "phpspec/prophecy-phpunit": "^2.0",
                    "phpunit/phpunit": "^9.5.9"
                },
                "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": "2022-02-15T16:38:29+00:00"
            },
            {
                "name": "laminas/laminas-stdlib",
                "version": "3.10.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-stdlib.git",
                    "reference": "449c0405e182bfe77702604a474668fbb63e9907"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/449c0405e182bfe77702604a474668fbb63e9907",
                    "reference": "449c0405e182bfe77702604a474668fbb63e9907",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.3 || ~8.0.0 || ~8.1.0"
                },
                "conflict": {
                    "zendframework/zend-stdlib": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.3.0",
                    "phpbench/phpbench": "^1.0",
                    "phpunit/phpunit": "^9.3.7",
                    "psalm/plugin-phpunit": "^0.16.0",
                    "vimeo/psalm": "^4.7"
                },
                "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": "2022-06-09T08:43:49+00:00"
            },
            {
                "name": "laminas/laminas-text",
                "version": "2.9.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-text.git",
                    "reference": "8879e75d03e09b0d6787e6680cfa255afd4645a7"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-text/zipball/8879e75d03e09b0d6787e6680cfa255afd4645a7",
                    "reference": "8879e75d03e09b0d6787e6680cfa255afd4645a7",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-servicemanager": "^3.4",
                    "laminas/laminas-stdlib": "^3.6",
                    "php": "^7.3 || ~8.0.0 || ~8.1.0"
                },
                "conflict": {
                    "zendframework/zend-text": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~1.0.0",
                    "phpunit/phpunit": "^9.3"
                },
                "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": "2021-09-02T16:50:53+00:00"
            },
            {
                "name": "laminas/laminas-uri",
                "version": "2.9.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-uri.git",
                    "reference": "7e837dc15c8fd3949df7d1213246fd7c8640032b"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-uri/zipball/7e837dc15c8fd3949df7d1213246fd7c8640032b",
                    "reference": "7e837dc15c8fd3949df7d1213246fd7c8640032b",
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-escaper": "^2.9",
                    "laminas/laminas-validator": "^2.15",
                    "php": "^7.3 || ~8.0.0 || ~8.1.0"
                },
                "conflict": {
                    "zendframework/zend-uri": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.2.1",
                    "phpunit/phpunit": "^9.5.5"
                },
                "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": "2021-09-09T18:37:15+00:00"
            },
            {
                "name": "laminas/laminas-validator",
                "version": "2.18.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-validator.git",
                    "reference": "dd9d10602048c561730d8bdb0ae589cd8ba11a82"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-validator/zipball/dd9d10602048c561730d8bdb0ae589cd8ba11a82",
                    "reference": "dd9d10602048c561730d8bdb0ae589cd8ba11a82",
                    "shasum": ""
                },
                "require": {
                    "container-interop/container-interop": "^1.1",
                    "laminas/laminas-stdlib": "^3.10",
                    "php": "^7.3 || ~8.0.0 || ~8.1.0"
                },
                "conflict": {
                    "zendframework/zend-validator": "*"
                },
                "require-dev": {
                    "laminas/laminas-cache": "^2.6.1",
                    "laminas/laminas-coding-standard": "~2.2.1",
                    "laminas/laminas-db": "^2.7",
                    "laminas/laminas-filter": "^2.6",
                    "laminas/laminas-http": "^2.14.2",
                    "laminas/laminas-i18n": "^2.6",
                    "laminas/laminas-math": "^2.6",
                    "laminas/laminas-servicemanager": "^2.7.11 || ^3.0.3",
                    "laminas/laminas-session": "^2.8",
                    "laminas/laminas-uri": "^2.7",
                    "phpspec/prophecy-phpunit": "^2.0",
                    "phpunit/phpunit": "^9.5.5",
                    "psalm/plugin-phpunit": "^0.15.0",
                    "psr/http-client": "^1.0",
                    "psr/http-factory": "^1.0",
                    "psr/http-message": "^1.0",
                    "vimeo/psalm": "^4.3"
                },
                "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-math": "Laminas\\Math component, required by the Csrf validator",
                    "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": "2022-06-09T11:13:14+00:00"
            },
            {
                "name": "laminas/laminas-view",
                "version": "2.16.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-view.git",
                    "reference": "cc803ea899e6ca35670b3f21f0b74e93053f2c86"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-view/zipball/cc803ea899e6ca35670b3f21f0b74e93053f2c86",
                    "reference": "cc803ea899e6ca35670b3f21f0b74e93053f2c86",
                    "shasum": ""
                },
                "require": {
                    "ext-json": "*",
                    "laminas/laminas-eventmanager": "^3.4",
                    "laminas/laminas-json": "^2.6.1 || ^3.3",
                    "laminas/laminas-stdlib": "^3.6",
                    "php": "^7.3 || ~8.0.0 || ~8.1.0"
                },
                "conflict": {
                    "container-interop/container-interop": "<1.2",
                    "laminas/laminas-router": "<3.0.1",
                    "laminas/laminas-servicemanager": "<3.3",
                    "zendframework/zend-view": "*"
                },
                "require-dev": {
                    "ext-dom": "*",
                    "laminas/laminas-authentication": "^2.5",
                    "laminas/laminas-cache": "^2.6.1",
                    "laminas/laminas-coding-standard": "~1.0.0",
                    "laminas/laminas-console": "^2.6",
                    "laminas/laminas-escaper": "^2.5",
                    "laminas/laminas-feed": "^2.15",
                    "laminas/laminas-filter": "^2.6.1",
                    "laminas/laminas-http": "^2.15",
                    "laminas/laminas-i18n": "^2.6",
                    "laminas/laminas-modulemanager": "^2.7.1",
                    "laminas/laminas-mvc": "^2.7.14 || ^3.0",
                    "laminas/laminas-mvc-i18n": "^1.1",
                    "laminas/laminas-mvc-plugin-flashmessenger": "^1.2",
                    "laminas/laminas-navigation": "^2.8.1",
                    "laminas/laminas-paginator": "^2.5",
                    "laminas/laminas-permissions-acl": "^2.6",
                    "laminas/laminas-router": "^3.0.1",
                    "laminas/laminas-servicemanager": "^3.4",
                    "laminas/laminas-session": "^2.12",
                    "laminas/laminas-uri": "^2.5",
                    "phpspec/prophecy": "^1.12",
                    "phpspec/prophecy-phpunit": "^2.0",
                    "phpunit/phpunit": "^9.5.5",
                    "psalm/plugin-phpunit": "^0.16.1",
                    "vimeo/psalm": "^4.10"
                },
                "suggest": {
                    "laminas/laminas-authentication": "Laminas\\Authentication component",
                    "laminas/laminas-escaper": "Laminas\\Escaper 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-servicemanager": "Laminas\\ServiceManager 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": "2021-12-30T12:32:07+00:00"
            },
            {
                "name": "laminas/laminas-zendframework-bridge",
                "version": "1.4.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
                    "reference": "88bf037259869891afce6504cacc4f8a07b24d0f"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/88bf037259869891afce6504cacc4f8a07b24d0f",
                    "reference": "88bf037259869891afce6504cacc4f8a07b24d0f",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.3 || ~8.0.0 || ~8.1.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.3",
                    "psalm/plugin-phpunit": "^0.15.1",
                    "squizlabs/php_codesniffer": "^3.5",
                    "vimeo/psalm": "^4.6"
                },
                "type": "library",
                "extra": {
                    "laminas": {
                        "module": "Laminas\\ZendFrameworkBridge"
                    }
                },
                "autoload": {
                    "files": [
                        "src/autoload.php"
                    ],
                    "psr-4": {
                        "Laminas\\ZendFrameworkBridge\\": "src//"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Alias legacy ZF class names to Laminas Project equivalents.",
                "keywords": [
                    "ZendFramework",
                    "autoloading",
                    "laminas",
                    "zf"
                ],
                "support": {
                    "forum": "https://discourse.laminas.dev/",
                    "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
                    "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
                    "source": "https://github.com/laminas/laminas-zendframework-bridge"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2021-12-21T14:34:37+00:00"
            },
            {
                "name": "mpdf/mpdf",
                "version": "v8.1.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/mpdf/mpdf.git",
                    "reference": "e511e89a66bdb066e3fbf352f00f4734d5064cbf"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/mpdf/mpdf/zipball/e511e89a66bdb066e3fbf352f00f4734d5064cbf",
                    "reference": "e511e89a66bdb066e3fbf352f00f4734d5064cbf",
                    "shasum": ""
                },
                "require": {
                    "ext-gd": "*",
                    "ext-mbstring": "*",
                    "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",
                    "php-http/message-factory": "^1.0",
                    "psr/http-message": "^1.0",
                    "psr/log": "^1.0 || ^2.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.4",
                    "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": {
                    "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": "2022-04-18T11:50:28+00:00"
            },
            {
                "name": "myclabs/deep-copy",
                "version": "1.11.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/myclabs/DeepCopy.git",
                    "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
                    "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
                    "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",
                    "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.11.0"
                },
                "funding": [
                    {
                        "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
                        "type": "tidelift"
                    }
                ],
                "time": "2022-03-03T13:19:32+00:00"
            },
            {
                "name": "nikic/php-parser",
                "version": "v4.14.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/nikic/PHP-Parser.git",
                    "reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/34bea19b6e03d8153165d8f30bba4c3be86184c1",
                    "reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1",
                    "shasum": ""
                },
                "require": {
                    "ext-tokenizer": "*",
                    "php": ">=7.0"
                },
                "require-dev": {
                    "ircmaxell/php-yacc": "^0.0.7",
                    "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
                },
                "bin": [
                    "bin/php-parse"
                ],
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "4.9-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/v4.14.0"
                },
                "time": "2022-05-31T20:59:12+00:00"
            },
            {
                "name": "ocramius/proxy-manager",
                "version": "2.2.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/Ocramius/ProxyManager.git",
                    "reference": "2d7cd2a79cd3ade90c46211baae1b88d47683917"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/2d7cd2a79cd3ade90c46211baae1b88d47683917",
                    "reference": "2d7cd2a79cd3ade90c46211baae1b88d47683917",
                    "shasum": ""
                },
                "require": {
                    "ocramius/package-versions": "^1.1.3",
                    "php": "^7.2.0",
                    "zendframework/zend-code": "^3.3.0"
                },
                "require-dev": {
                    "couscous/couscous": "^1.6.1",
                    "ext-phar": "*",
                    "humbug/humbug": "1.0.0-RC.0@RC",
                    "nikic/php-parser": "^3.1.1",
                    "padraic/phpunit-accelerator": "dev-master@DEV",
                    "phpbench/phpbench": "^0.12.2",
                    "phpstan/phpstan": "dev-master#856eb10a81c1d27c701a83f167dc870fd8f4236a as 0.9.999",
                    "phpstan/phpstan-phpunit": "dev-master#5629c0a1f4a9c417cb1077cf6693ad9753895761",
                    "phpunit/phpunit": "^6.4.3",
                    "squizlabs/php_codesniffer": "^2.9.1"
                },
                "suggest": {
                    "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
                    "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
                    "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
                    "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-0": {
                        "ProxyManager\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Marco Pivetta",
                        "email": "ocramius@gmail.com",
                        "homepage": "http://ocramius.github.io/"
                    }
                ],
                "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
                "homepage": "https://github.com/Ocramius/ProxyManager",
                "keywords": [
                    "aop",
                    "lazy loading",
                    "proxy",
                    "proxy pattern",
                    "service proxies"
                ],
                "support": {
                    "issues": "https://github.com/Ocramius/ProxyManager/issues",
                    "source": "https://github.com/Ocramius/ProxyManager/tree/2.2.4"
                },
                "funding": [
                    {
                        "url": "https://github.com/Ocramius",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/ocramius/proxy-manager",
                        "type": "tidelift"
                    }
                ],
                "time": "2022-03-05T18:15:28+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": "php-http/message-factory",
                "version": "v1.0.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-http/message-factory.git",
                    "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
                    "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.4",
                    "psr/http-message": "^1.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Http\\Message\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Márk Sági-Kazár",
                        "email": "mark.sagikazar@gmail.com"
                    }
                ],
                "description": "Factory interfaces for PSR-7 HTTP Message",
                "homepage": "http://php-http.org",
                "keywords": [
                    "factory",
                    "http",
                    "message",
                    "stream",
                    "uri"
                ],
                "support": {
                    "issues": "https://github.com/php-http/message-factory/issues",
                    "source": "https://github.com/php-http/message-factory/tree/master"
                },
                "time": "2015-12-19T14:08:53+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/container",
                "version": "1.1.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/container.git",
                    "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
                    "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.2.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.1"
                },
                "time": "2021-03-05T17:36:06+00:00"
            },
            {
                "name": "psr/http-message",
                "version": "1.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/http-message.git",
                    "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
                    "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.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": "http://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/master"
                },
                "time": "2016-08-06T14:39: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": "setasign/fpdi",
                "version": "v2.3.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/Setasign/FPDI.git",
                    "reference": "6231e315f73e4f62d72b73f3d6d78ff0eed93c31"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Setasign/FPDI/zipball/6231e315f73e4f62d72b73f3d6d78ff0eed93c31",
                    "reference": "6231e315f73e4f62d72b73f3d6d78ff0eed93c31",
                    "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",
                    "setasign/tfpdf": "1.31",
                    "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.3.6"
                },
                "funding": [
                    {
                        "url": "https://tidelift.com/funding/github/packagist/setasign/fpdi",
                        "type": "tidelift"
                    }
                ],
                "time": "2021-02-11T11:37:01+00:00"
            },
            {
                "name": "symfony/console",
                "version": "v5.4.9",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/console.git",
                    "reference": "829d5d1bf60b2efeb0887b7436873becc71a45eb"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/console/zipball/829d5d1bf60b2efeb0887b7436873becc71a45eb",
                    "reference": "829d5d1bf60b2efeb0887b7436873becc71a45eb",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.2.5",
                    "symfony/deprecation-contracts": "^2.1|^3",
                    "symfony/polyfill-mbstring": "~1.0",
                    "symfony/polyfill-php73": "^1.9",
                    "symfony/polyfill-php80": "^1.16",
                    "symfony/service-contracts": "^1.1|^2|^3",
                    "symfony/string": "^5.1|^6.0"
                },
                "conflict": {
                    "psr/log": ">=3",
                    "symfony/dependency-injection": "<4.4",
                    "symfony/dotenv": "<5.1",
                    "symfony/event-dispatcher": "<4.4",
                    "symfony/lock": "<4.4",
                    "symfony/process": "<4.4"
                },
                "provide": {
                    "psr/log-implementation": "1.0|2.0"
                },
                "require-dev": {
                    "psr/log": "^1|^2",
                    "symfony/config": "^4.4|^5.0|^6.0",
                    "symfony/dependency-injection": "^4.4|^5.0|^6.0",
                    "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
                    "symfony/lock": "^4.4|^5.0|^6.0",
                    "symfony/process": "^4.4|^5.0|^6.0",
                    "symfony/var-dumper": "^4.4|^5.0|^6.0"
                },
                "suggest": {
                    "psr/log": "For using the console logger",
                    "symfony/event-dispatcher": "",
                    "symfony/lock": "",
                    "symfony/process": ""
                },
                "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/v5.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": "2022-05-18T06:17:34+00:00"
            },
            {
                "name": "symfony/deprecation-contracts",
                "version": "v2.5.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/deprecation-contracts.git",
                    "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
                    "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "2.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/v2.5.1"
                },
                "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-01-02T09:53:40+00:00"
            },
            {
                "name": "symfony/polyfill-ctype",
                "version": "v1.26.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-ctype.git",
                    "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
                    "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1"
                },
                "provide": {
                    "ext-ctype": "*"
                },
                "suggest": {
                    "ext-ctype": "For best performance"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "1.26-dev"
                    },
                    "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.26.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": "2022-05-24T11:49:31+00:00"
            },
            {
                "name": "symfony/polyfill-intl-grapheme",
                "version": "v1.26.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
                    "reference": "433d05519ce6990bf3530fba6957499d327395c2"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2",
                    "reference": "433d05519ce6990bf3530fba6957499d327395c2",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1"
                },
                "suggest": {
                    "ext-intl": "For best performance"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "1.26-dev"
                    },
                    "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.26.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": "2022-05-24T11:49:31+00:00"
            },
            {
                "name": "symfony/polyfill-intl-idn",
                "version": "v1.26.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-intl-idn.git",
                    "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
                    "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
                    "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": {
                    "branch-alias": {
                        "dev-main": "1.26-dev"
                    },
                    "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.26.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": "2022-05-24T11:49:31+00:00"
            },
            {
                "name": "symfony/polyfill-intl-normalizer",
                "version": "v1.26.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
                    "reference": "219aa369ceff116e673852dce47c3a41794c14bd"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd",
                    "reference": "219aa369ceff116e673852dce47c3a41794c14bd",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1"
                },
                "suggest": {
                    "ext-intl": "For best performance"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "1.26-dev"
                    },
                    "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.26.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": "2022-05-24T11:49:31+00:00"
            },
            {
                "name": "symfony/polyfill-mbstring",
                "version": "v1.26.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-mbstring.git",
                    "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
                    "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1"
                },
                "provide": {
                    "ext-mbstring": "*"
                },
                "suggest": {
                    "ext-mbstring": "For best performance"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "1.26-dev"
                    },
                    "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.26.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": "2022-05-24T11:49:31+00:00"
            },
            {
                "name": "symfony/polyfill-php72",
                "version": "v1.26.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-php72.git",
                    "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2",
                    "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "1.26-dev"
                    },
                    "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.26.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": "2022-05-24T11:49:31+00:00"
            },
            {
                "name": "symfony/polyfill-php73",
                "version": "v1.26.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-php73.git",
                    "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85",
                    "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "1.26-dev"
                    },
                    "thanks": {
                        "name": "symfony/polyfill",
                        "url": "https://github.com/symfony/polyfill"
                    }
                },
                "autoload": {
                    "files": [
                        "bootstrap.php"
                    ],
                    "psr-4": {
                        "Symfony\\Polyfill\\Php73\\": ""
                    },
                    "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 backporting some PHP 7.3+ features to lower PHP versions",
                "homepage": "https://symfony.com",
                "keywords": [
                    "compatibility",
                    "polyfill",
                    "portable",
                    "shim"
                ],
                "support": {
                    "source": "https://github.com/symfony/polyfill-php73/tree/v1.26.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": "2022-05-24T11:49:31+00:00"
            },
            {
                "name": "symfony/polyfill-php80",
                "version": "v1.26.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-php80.git",
                    "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
                    "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "1.26-dev"
                    },
                    "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.26.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": "2022-05-10T07:21:04+00:00"
            },
            {
                "name": "symfony/service-contracts",
                "version": "v2.5.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/service-contracts.git",
                    "reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/service-contracts/zipball/24d9dc654b83e91aa59f9d167b131bc3b5bea24c",
                    "reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.2.5",
                    "psr/container": "^1.1",
                    "symfony/deprecation-contracts": "^2.1|^3"
                },
                "conflict": {
                    "ext-psr": "<1.1|>=2"
                },
                "suggest": {
                    "symfony/service-implementation": ""
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "2.5-dev"
                    },
                    "thanks": {
                        "name": "symfony/contracts",
                        "url": "https://github.com/symfony/contracts"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Contracts\\Service\\": ""
                    }
                },
                "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/v2.5.1"
                },
                "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-03-13T20:07:29+00:00"
            },
            {
                "name": "symfony/string",
                "version": "v5.4.9",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/string.git",
                    "reference": "985e6a9703ef5ce32ba617c9c7d97873bb7b2a99"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/string/zipball/985e6a9703ef5ce32ba617c9c7d97873bb7b2a99",
                    "reference": "985e6a9703ef5ce32ba617c9c7d97873bb7b2a99",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.2.5",
                    "symfony/polyfill-ctype": "~1.8",
                    "symfony/polyfill-intl-grapheme": "~1.0",
                    "symfony/polyfill-intl-normalizer": "~1.0",
                    "symfony/polyfill-mbstring": "~1.0",
                    "symfony/polyfill-php80": "~1.15"
                },
                "conflict": {
                    "symfony/translation-contracts": ">=3.0"
                },
                "require-dev": {
                    "symfony/error-handler": "^4.4|^5.0|^6.0",
                    "symfony/http-client": "^4.4|^5.0|^6.0",
                    "symfony/translation-contracts": "^1.1|^2",
                    "symfony/var-exporter": "^4.4|^5.0|^6.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/v5.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": "2022-04-19T10:40:37+00:00"
            },
            {
                "name": "unicaen/app",
                "version": "4.0.0",
                "source": {
                    "type": "git",
                    "url": "https://git.unicaen.fr/lib/unicaen/app.git",
                    "reference": "8e86b7ed64351e7a4005293ead0b6698df3f4a95"
                },
                "require": {
                    "beberlei/assert": "^2.9",
                    "doctrine/doctrine-laminas-hydrator": "^2.0",
                    "doctrine/doctrine-orm-module": "^4.0",
                    "ext-bcmath": "*",
                    "ext-intl": "*",
                    "ext-ldap": "*",
                    "laminas/laminas-config": "^3.2",
                    "laminas/laminas-console": "^2.8",
                    "laminas/laminas-dependency-plugin": "^2.1",
                    "laminas/laminas-eventmanager": "^3.2",
                    "laminas/laminas-form": "^2.17",
                    "laminas/laminas-http": "^2.10",
                    "laminas/laminas-i18n": "^2.9",
                    "laminas/laminas-i18n-resources": "^2.6",
                    "laminas/laminas-json": "^3.2",
                    "laminas/laminas-ldap": "^2.10",
                    "laminas/laminas-log": "^2.10",
                    "laminas/laminas-mail": "^2.10",
                    "laminas/laminas-mvc": "^3.1",
                    "laminas/laminas-mvc-console": "^1.2",
                    "laminas/laminas-mvc-i18n": "^1.1",
                    "laminas/laminas-mvc-plugin-fileprg": "^1.2",
                    "laminas/laminas-mvc-plugin-flashmessenger": "^1.1",
                    "laminas/laminas-mvc-plugin-identity": "^1.1",
                    "laminas/laminas-mvc-plugin-prg": "*",
                    "laminas/laminas-navigation": "^2.9",
                    "laminas/laminas-serializer": "^2.9",
                    "laminas/laminas-servicemanager": "^3.4",
                    "laminas/laminas-session": "^2.8",
                    "laminas/laminas-view": "^2.11",
                    "mpdf/mpdf": "^7.1 || ^8.0",
                    "ocramius/proxy-manager": "^2.0",
                    "php": ">=5.6 || >=7.0"
                },
                "require-dev": {
                    "laminas/laminas-test": "^3.2",
                    "phpunit/phpunit": "^5.6"
                },
                "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": "2021-11-30T10:13:11+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": [],
        "aliases": [],
        "minimum-stability": "stable",
        "stability-flags": [],
        "prefer-stable": false,
        "prefer-lowest": false,
        "platform": [],
        "platform-dev": [],
        "plugin-api-version": "2.3.0"
    }