Skip to content
Snippets Groups Projects
composer.lock 249 KiB
Newer Older
  • Learn to ignore specific revisions
  •                 "doctrine/persistence": "^2 || ^3",
                    "doctrine/sql-formatter": "^1.0",
                    "ext-pdo_sqlite": "*",
                    "phpstan/phpstan": "^1.5",
                    "phpstan/phpstan-deprecation-rules": "^1",
                    "phpstan/phpstan-phpunit": "^1.1",
                    "phpstan/phpstan-strict-rules": "^1.1",
                    "phpstan/phpstan-symfony": "^1.1",
    
                    "symfony/cache": "^4.4 || ^5.4 || ^6.0",
                    "symfony/process": "^4.4 || ^5.4 || ^6.0",
                    "symfony/yaml": "^4.4 || ^5.4 || ^6.0"
                },
                "suggest": {
                    "doctrine/sql-formatter": "Allows to generate formatted SQL with the diff command.",
                    "symfony/yaml": "Allows the use of yaml for migration configuration files."
                },
                "bin": [
                    "bin/doctrine-migrations"
                ],
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Benjamin Eberlei",
                        "email": "kontakt@beberlei.de"
                    },
                    {
                        "name": "Jonathan Wage",
                        "email": "jonwage@gmail.com"
                    },
                    {
                        "name": "Michael Simonson",
                        "email": "contact@mikesimonson.com"
                    }
                ],
                "description": "PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.",
                "homepage": "https://www.doctrine-project.org/projects/migrations.html",
                "keywords": [
                    "database",
                    "dbal",
                    "migrations"
                ],
                "support": {
                    "issues": "https://github.com/doctrine/migrations/issues",
    
                    "source": "https://github.com/doctrine/migrations/tree/3.6.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%2Fmigrations",
                        "type": "tidelift"
                    }
                ],
    
                "time": "2023-02-15T18:49:46+00:00"
    
            },
            {
                "name": "doctrine/orm",
    
                "version": "2.16.2",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/orm.git",
    
                    "reference": "17500f56eaa930f5cd14d765bc2cd851c7d37cc0"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/doctrine/orm/zipball/17500f56eaa930f5cd14d765bc2cd851c7d37cc0",
                    "reference": "17500f56eaa930f5cd14d765bc2cd851c7d37cc0",
    
                    "shasum": ""
                },
                "require": {
                    "composer-runtime-api": "^2",
                    "doctrine/cache": "^1.12.1 || ^2.1.1",
    
                    "doctrine/collections": "^1.5 || ^2.1",
    
                    "doctrine/common": "^3.0.3",
                    "doctrine/dbal": "^2.13.1 || ^3.2",
                    "doctrine/deprecations": "^0.5.3 || ^1",
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "doctrine/event-manager": "^1.2 || ^2",
    
                    "doctrine/inflector": "^1.4 || ^2.0",
    
                    "doctrine/instantiator": "^1.3 || ^2",
                    "doctrine/lexer": "^2",
    
                    "doctrine/persistence": "^2.4 || ^3",
                    "ext-ctype": "*",
                    "php": "^7.1 || ^8.0",
                    "psr/cache": "^1 || ^2 || ^3",
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "symfony/console": "^4.2 || ^5.0 || ^6.0",
    
                    "symfony/polyfill-php72": "^1.23",
                    "symfony/polyfill-php80": "^1.16"
                },
                "conflict": {
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "doctrine/annotations": "<1.13 || >= 3.0"
    
                },
                "require-dev": {
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "doctrine/annotations": "^1.13 || ^2",
    
                    "doctrine/coding-standard": "^9.0.2 || ^12.0",
    
                    "phpbench/phpbench": "^0.16.10 || ^1.0",
    
                    "phpstan/phpstan": "~1.4.10 || 1.10.28",
    
                    "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6",
    
                    "psr/log": "^1 || ^2 || ^3",
    
                    "squizlabs/php_codesniffer": "3.7.2",
    
                    "symfony/cache": "^4.4 || ^5.4 || ^6.0",
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "symfony/var-exporter": "^4.4 || ^5.4 || ^6.2",
    
                    "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
    
                    "vimeo/psalm": "4.30.0 || 5.14.1"
    
                },
                "suggest": {
                    "ext-dom": "Provides support for XSD validation for XML mapping files",
                    "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0",
                    "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
                },
                "bin": [
                    "bin/doctrine"
                ],
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Doctrine\\ORM\\": "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.16.2"
    
                "time": "2023-08-27T18:21:56+00:00"
    
            },
            {
                "name": "doctrine/persistence",
    
                "version": "3.2.0",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/persistence.git",
    
                    "reference": "63fee8c33bef740db6730eb2a750cd3da6495603"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/doctrine/persistence/zipball/63fee8c33bef740db6730eb2a750cd3da6495603",
                    "reference": "63fee8c33bef740db6730eb2a750cd3da6495603",
    
                    "shasum": ""
                },
                "require": {
                    "doctrine/event-manager": "^1 || ^2",
                    "php": "^7.2 || ^8.0",
                    "psr/cache": "^1.0 || ^2.0 || ^3.0"
                },
                "conflict": {
                    "doctrine/common": "<2.10"
                },
                "require-dev": {
                    "composer/package-versions-deprecated": "^1.11",
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "doctrine/coding-standard": "^11",
    
                    "doctrine/common": "^3.0",
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "phpstan/phpstan": "1.9.4",
    
                    "phpstan/phpstan-phpunit": "^1",
                    "phpstan/phpstan-strict-rules": "^1.1",
                    "phpunit/phpunit": "^8.5 || ^9.5",
                    "symfony/cache": "^4.4 || ^5.4 || ^6.0",
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "vimeo/psalm": "4.30.0 || 5.3.0"
    
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Persistence\\": "src/Persistence"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@gmail.com"
                    },
                    {
                        "name": "Roman Borschel",
                        "email": "roman@code-factory.org"
                    },
                    {
                        "name": "Benjamin Eberlei",
                        "email": "kontakt@beberlei.de"
                    },
                    {
                        "name": "Jonathan Wage",
                        "email": "jonwage@gmail.com"
                    },
                    {
                        "name": "Johannes Schmitt",
                        "email": "schmittjoh@gmail.com"
                    },
                    {
                        "name": "Marco Pivetta",
                        "email": "ocramius@gmail.com"
                    }
                ],
                "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
                "homepage": "https://www.doctrine-project.org/projects/persistence.html",
                "keywords": [
                    "mapper",
                    "object",
                    "odm",
                    "orm",
                    "persistence"
                ],
                "support": {
                    "issues": "https://github.com/doctrine/persistence/issues",
    
                    "source": "https://github.com/doctrine/persistence/tree/3.2.0"
    
                },
                "funding": [
                    {
                        "url": "https://www.doctrine-project.org/sponsorship.html",
                        "type": "custom"
                    },
                    {
                        "url": "https://www.patreon.com/phpdoctrine",
                        "type": "patreon"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
                        "type": "tidelift"
                    }
                ],
    
                "time": "2023-05-17T18:32:04+00:00"
    
            },
            {
                "name": "doctrine/sql-formatter",
                "version": "1.1.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/sql-formatter.git",
                    "reference": "25a06c7bf4c6b8218f47928654252863ffc890a5"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/25a06c7bf4c6b8218f47928654252863ffc890a5",
                    "reference": "25a06c7bf4c6b8218f47928654252863ffc890a5",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1 || ^8.0"
                },
                "require-dev": {
                    "bamarni/composer-bin-plugin": "^1.4"
                },
                "bin": [
                    "bin/sql-formatter"
                ],
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Doctrine\\SqlFormatter\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Jeremy Dorn",
                        "email": "jeremy@jeremydorn.com",
                        "homepage": "https://jeremydorn.com/"
                    }
                ],
                "description": "a PHP SQL highlighting library",
                "homepage": "https://github.com/doctrine/sql-formatter/",
                "keywords": [
                    "highlight",
                    "sql"
                ],
                "support": {
                    "issues": "https://github.com/doctrine/sql-formatter/issues",
                    "source": "https://github.com/doctrine/sql-formatter/tree/1.1.3"
                },
                "time": "2022-05-23T21:33:49+00:00"
            },
            {
                "name": "friendsofphp/proxy-manager-lts",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/FriendsOfPHP/proxy-manager-lts.git",
    
                    "reference": "ecadbdc9052e4ad08c60c8a02268712e50427f7c"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/ecadbdc9052e4ad08c60c8a02268712e50427f7c",
                    "reference": "ecadbdc9052e4ad08c60c8a02268712e50427f7c",
    
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-code": "~3.4.1|^4.0",
                    "php": ">=7.1",
    
                    "symfony/filesystem": "^4.4.17|^5.0|^6.0|^7.0"
    
                },
                "conflict": {
                    "laminas/laminas-stdlib": "<3.2.1",
                    "zendframework/zend-stdlib": "<3.2.1"
                },
                "replace": {
                    "ocramius/proxy-manager": "^2.1"
                },
                "require-dev": {
                    "ext-phar": "*",
    
                    "symfony/phpunit-bridge": "^5.4|^6.0|^7.0"
    
                },
                "type": "library",
                "extra": {
                    "thanks": {
                        "name": "ocramius/proxy-manager",
                        "url": "https://github.com/Ocramius/ProxyManager"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "ProxyManager\\": "src/ProxyManager"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Marco Pivetta",
                        "email": "ocramius@gmail.com",
                        "homepage": "https://ocramius.github.io/"
                    },
                    {
                        "name": "Nicolas Grekas",
                        "email": "p@tchwork.com"
                    }
                ],
                "description": "Adding support for a wider range of PHP versions to ocramius/proxy-manager",
                "homepage": "https://github.com/FriendsOfPHP/proxy-manager-lts",
                "keywords": [
                    "aop",
                    "lazy loading",
                    "proxy",
                    "proxy pattern",
                    "service proxies"
                ],
                "support": {
                    "issues": "https://github.com/FriendsOfPHP/proxy-manager-lts/issues",
    
                    "source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.16"
    
                },
                "funding": [
                    {
                        "url": "https://github.com/Ocramius",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/ocramius/proxy-manager",
                        "type": "tidelift"
                    }
                ],
    
                "time": "2023-05-24T07:17:17+00:00"
    
            {
                "name": "knplabs/knp-components",
    
    Jonas Leder's avatar
    Jonas Leder committed
                "version": "v4.1.0",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/KnpLabs/knp-components.git",
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "reference": "6b6efa81ee894e325744bf785d50dc962937b1f2"
    
                },
                "dist": {
                    "type": "zip",
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/6b6efa81ee894e325744bf785d50dc962937b1f2",
                    "reference": "6b6efa81ee894e325744bf785d50dc962937b1f2",
    
                    "shasum": ""
                },
                "require": {
                    "php": "^8.0",
                    "symfony/event-dispatcher-contracts": "^3.0"
                },
                "conflict": {
                    "doctrine/dbal": "<2.10"
                },
                "require-dev": {
                    "doctrine/mongodb-odm": "^2.4",
                    "doctrine/orm": "^2.12",
                    "doctrine/phpcr-odm": "^1.6",
                    "ext-pdo_sqlite": "*",
                    "jackalope/jackalope-doctrine-dbal": "^1.8",
                    "phpunit/phpunit": "^9.5",
                    "propel/propel1": "^1.7",
                    "ruflin/elastica": "^7.0",
                    "solarium/solarium": "^6.0",
                    "symfony/http-foundation": "^5.4 || ^6.0",
                    "symfony/http-kernel": "^5.4 || ^6.0",
                    "symfony/property-access": "^5.4 || ^6.0"
                },
                "suggest": {
                    "doctrine/common": "to allow usage pagination with Doctrine ArrayCollection",
                    "doctrine/mongodb-odm": "to allow usage pagination with Doctrine ODM MongoDB",
                    "doctrine/orm": "to allow usage pagination with Doctrine ORM",
                    "doctrine/phpcr-odm": "to allow usage pagination with Doctrine ODM PHPCR",
                    "propel/propel1": "to allow usage pagination with Propel ORM",
                    "ruflin/elastica": "to allow usage pagination with ElasticSearch Client",
                    "solarium/solarium": "to allow usage pagination with Solarium Client",
                    "symfony/http-foundation": "to retrieve arguments from Request",
                    "symfony/property-access": "to allow sorting arrays"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "4.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Knp\\Component\\": "src/Knp/Component"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "KnpLabs Team",
                        "homepage": "https://knplabs.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://github.com/KnpLabs/knp-components/contributors"
                    }
                ],
                "description": "Knplabs component library",
                "homepage": "http://github.com/KnpLabs/knp-components",
                "keywords": [
                    "components",
                    "knp",
                    "knplabs",
                    "pager",
                    "paginator"
                ],
                "support": {
                    "issues": "https://github.com/KnpLabs/knp-components/issues",
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "source": "https://github.com/KnpLabs/knp-components/tree/v4.1.0"
    
    Jonas Leder's avatar
    Jonas Leder committed
                "time": "2022-12-19T09:36:54+00:00"
    
            },
            {
                "name": "knplabs/knp-paginator-bundle",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/KnpLabs/KnpPaginatorBundle.git",
    
                    "reference": "8da698f0856b1d9c9c02dcacbfc382c5c9440c80"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/KnpLabs/KnpPaginatorBundle/zipball/8da698f0856b1d9c9c02dcacbfc382c5c9440c80",
                    "reference": "8da698f0856b1d9c9c02dcacbfc382c5c9440c80",
    
                    "shasum": ""
                },
                "require": {
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "knplabs/knp-components": "^4.1",
    
                    "php": "^8.0",
                    "symfony/config": "^6.0",
                    "symfony/dependency-injection": "^6.0",
                    "symfony/event-dispatcher": "^6.0",
                    "symfony/http-foundation": "^6.0",
                    "symfony/http-kernel": "^6.0",
                    "symfony/routing": "^6.0",
                    "symfony/translation": "^6.0",
                    "twig/twig": "^3.0"
                },
                "require-dev": {
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "phpstan/phpstan": "^1.9",
    
                    "phpunit/phpunit": "^9.5",
                    "symfony/expression-language": "^6.0",
                    "symfony/templating": "^6.0"
                },
                "type": "symfony-bundle",
                "extra": {
                    "branch-alias": {
                        "dev-master": "5.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Knp\\Bundle\\PaginatorBundle\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "KnpLabs Team",
    
    Jonas Leder's avatar
    Jonas Leder committed
                        "homepage": "https://knplabs.com"
    
                    },
                    {
                        "name": "Symfony Community",
    
    Jonas Leder's avatar
    Jonas Leder committed
                        "homepage": "https://github.com/KnpLabs/KnpPaginatorBundle/contributors"
    
                    }
                ],
                "description": "Paginator bundle for Symfony to automate pagination and simplify sorting and other features",
    
    Jonas Leder's avatar
    Jonas Leder committed
                "homepage": "https://github.com/KnpLabs/KnpPaginatorBundle",
    
                "keywords": [
                    "bundle",
                    "knp",
                    "knplabs",
                    "pager",
                    "pagination",
                    "paginator",
                    "symfony"
                ],
                "support": {
                    "issues": "https://github.com/KnpLabs/KnpPaginatorBundle/issues",
    
                    "source": "https://github.com/KnpLabs/KnpPaginatorBundle/tree/v6.2.0"
    
                "time": "2023-03-25T06:51:40+00:00"
    
            {
                "name": "laminas/laminas-code",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-code.git",
    
                    "reference": "169123b3ede20a9193480c53de2a8194f8c073ec"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/laminas/laminas-code/zipball/169123b3ede20a9193480c53de2a8194f8c073ec",
                    "reference": "169123b3ede20a9193480c53de2a8194f8c073ec",
    
                    "shasum": ""
                },
                "require": {
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "php": "~8.1.0 || ~8.2.0"
    
                },
                "require-dev": {
    
                    "doctrine/annotations": "^2.0.0",
    
                    "ext-phar": "*",
                    "laminas/laminas-coding-standard": "^2.3.0",
                    "laminas/laminas-stdlib": "^3.6.1",
    
                    "phpunit/phpunit": "^10.0.9",
                    "psalm/plugin-phpunit": "^0.18.4",
                    "vimeo/psalm": "^5.7.1"
    
                },
                "suggest": {
                    "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
                    "laminas/laminas-stdlib": "Laminas\\Stdlib component"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Laminas\\Code\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "code",
                    "laminas",
                    "laminasframework"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-code/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-code/issues",
                    "rss": "https://github.com/laminas/laminas-code/releases.atom",
                    "source": "https://github.com/laminas/laminas-code"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
    
                "time": "2023-05-14T12:05:38+00:00"
    
    Jonas Leder's avatar
    Jonas Leder committed
            {
                "name": "paragonie/constant_time_encoding",
                "version": "v2.6.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/paragonie/constant_time_encoding.git",
                    "reference": "58c3f47f650c94ec05a151692652a868995d2938"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
                    "reference": "58c3f47f650c94ec05a151692652a868995d2938",
                    "shasum": ""
                },
                "require": {
                    "php": "^7|^8"
                },
                "require-dev": {
                    "phpunit/phpunit": "^6|^7|^8|^9",
                    "vimeo/psalm": "^1|^2|^3|^4"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "ParagonIE\\ConstantTime\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Paragon Initiative Enterprises",
                        "email": "security@paragonie.com",
                        "homepage": "https://paragonie.com",
                        "role": "Maintainer"
                    },
                    {
                        "name": "Steve 'Sc00bz' Thomas",
                        "email": "steve@tobtu.com",
                        "homepage": "https://www.tobtu.com",
                        "role": "Original Developer"
                    }
                ],
                "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
                "keywords": [
                    "base16",
                    "base32",
                    "base32_decode",
                    "base32_encode",
                    "base64",
                    "base64_decode",
                    "base64_encode",
                    "bin2hex",
                    "encoding",
                    "hex",
                    "hex2bin",
                    "rfc4648"
                ],
                "support": {
                    "email": "info@paragonie.com",
                    "issues": "https://github.com/paragonie/constant_time_encoding/issues",
                    "source": "https://github.com/paragonie/constant_time_encoding"
                },
                "time": "2022-06-14T06:56:20+00:00"
            },
    
            {
                "name": "psr/cache",
                "version": "3.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/cache.git",
                    "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
                    "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
                    "shasum": ""
                },
                "require": {
                    "php": ">=8.0.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": "https://www.php-fig.org/"
                    }
                ],
                "description": "Common interface for caching libraries",
                "keywords": [
                    "cache",
                    "psr",
                    "psr-6"
                ],
                "support": {
                    "source": "https://github.com/php-fig/cache/tree/3.0.0"
                },
                "time": "2021-02-03T23:26:27+00:00"
            },
    
    Renovate Bot's avatar
    Renovate Bot committed
            {
                "name": "psr/clock",
                "version": "1.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/clock.git",
                    "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
                    "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.0 || ^8.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Psr\\Clock\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "PHP-FIG",
                        "homepage": "https://www.php-fig.org/"
                    }
                ],
                "description": "Common interface for reading the clock.",
                "homepage": "https://github.com/php-fig/clock",
                "keywords": [
                    "clock",
                    "now",
                    "psr",
                    "psr-20",
                    "time"
                ],
                "support": {
                    "issues": "https://github.com/php-fig/clock/issues",
                    "source": "https://github.com/php-fig/clock/tree/1.0.0"
                },
                "time": "2022-11-25T14:36:26+00:00"
            },
    
            {
                "name": "psr/container",
                "version": "2.0.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/container.git",
                    "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
                    "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.4.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Psr\\Container\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "PHP-FIG",
                        "homepage": "https://www.php-fig.org/"
                    }
                ],
                "description": "Common Container Interface (PHP FIG PSR-11)",
                "homepage": "https://github.com/php-fig/container",
                "keywords": [
                    "PSR-11",
                    "container",
                    "container-interface",
                    "container-interop",
                    "psr"
                ],
                "support": {
                    "issues": "https://github.com/php-fig/container/issues",
                    "source": "https://github.com/php-fig/container/tree/2.0.2"
                },
                "time": "2021-11-05T16:47:00+00:00"
            },
            {
                "name": "psr/event-dispatcher",
                "version": "1.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/event-dispatcher.git",
                    "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
                    "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.2.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Psr\\EventDispatcher\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "PHP-FIG",
                        "homepage": "http://www.php-fig.org/"
                    }
                ],
                "description": "Standard interfaces for event handling.",
                "keywords": [
                    "events",
                    "psr",
                    "psr-14"
                ],
                "support": {
                    "issues": "https://github.com/php-fig/event-dispatcher/issues",
                    "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
                },
                "time": "2019-01-08T18:20:26+00:00"
            },
            {
                "name": "psr/log",
                "version": "3.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/log.git",
                    "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
                    "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
                    "shasum": ""
                },
                "require": {
                    "php": ">=8.0.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Psr\\Log\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "PHP-FIG",
                        "homepage": "https://www.php-fig.org/"
                    }
                ],
                "description": "Common interface for logging libraries",
                "homepage": "https://github.com/php-fig/log",
                "keywords": [
                    "log",
                    "psr",
                    "psr-3"
                ],
                "support": {
                    "source": "https://github.com/php-fig/log/tree/3.0.0"
                },
                "time": "2021-07-14T16:46:02+00:00"
            },
    
    Jonas Leder's avatar
    Jonas Leder committed
            {
                "name": "scheb/2fa-bundle",
    
    Jonas Leder's avatar
    Jonas Leder committed
                "version": "v6.6.0",
    
    Jonas Leder's avatar
    Jonas Leder committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/scheb/2fa-bundle.git",
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "reference": "4f8e9e87f90cf50c72b0857ea2b88453cf1d2446"
    
    Jonas Leder's avatar
    Jonas Leder committed
                },
                "dist": {
                    "type": "zip",
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "url": "https://api.github.com/repos/scheb/2fa-bundle/zipball/4f8e9e87f90cf50c72b0857ea2b88453cf1d2446",
                    "reference": "4f8e9e87f90cf50c72b0857ea2b88453cf1d2446",
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "shasum": ""
                },
                "require": {
                    "ext-json": "*",
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "symfony/config": "^5.4 || ^6.0",
                    "symfony/dependency-injection": "^5.4 || ^6.0",
                    "symfony/event-dispatcher": "^5.4 || ^6.0",
                    "symfony/framework-bundle": "^5.4 || ^6.0",
                    "symfony/http-foundation": "^5.4 || ^6.0",
                    "symfony/http-kernel": "^5.4 || ^6.0",
                    "symfony/property-access": "^5.4 || ^6.0",
                    "symfony/security-bundle": "^5.4 || ^6.0",
                    "symfony/twig-bundle": "^5.4 || ^6.0"
                },
                "conflict": {
                    "scheb/two-factor-bundle": "*"
                },
                "suggest": {
                    "scheb/2fa-backup-code": "Emergency codes when you have no access to other methods",
                    "scheb/2fa-email": "Send codes by email",
                    "scheb/2fa-google-authenticator": "Google Authenticator support",
                    "scheb/2fa-totp": "Temporary one-time password (TOTP) support (Google Authenticator compatible)",
                    "scheb/2fa-trusted-device": "Trusted devices support"
                },
                "type": "symfony-bundle",
                "autoload": {
                    "psr-4": {
                        "Scheb\\TwoFactorBundle\\": ""
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Christian Scheb",
                        "email": "me@christianscheb.de"
                    }
                ],
                "description": "A generic interface to implement two-factor authentication in Symfony applications",
                "homepage": "https://github.com/scheb/2fa",
                "keywords": [