Skip to content
Snippets Groups Projects
composer.lock 238 KiB
Newer Older
  • Learn to ignore specific revisions
  •             "require": {
                    "composer-runtime-api": "^2",
    
                    "doctrine/collections": "^2.2",
    
                    "doctrine/dbal": "^3.8.2 || ^4",
    
                    "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": "^3",
    
                    "doctrine/persistence": "^3.3.1",
    
                    "ext-ctype": "*",
    
                    "php": "^8.1",
    
                    "psr/cache": "^1 || ^2 || ^3",
    
                    "symfony/console": "^5.4 || ^6.0 || ^7.0",
    
                    "symfony/var-exporter": "^6.3.9 || ^7.0"
    
                },
                "require-dev": {
    
                    "doctrine/coding-standard": "^12.0",
                    "phpbench/phpbench": "^1.0",
    
                    "phpstan/phpstan": "1.11.1",
    
                    "phpunit/phpunit": "^10.4.0",
    
                    "psr/log": "^1 || ^2 || ^3",
    
                    "squizlabs/php_codesniffer": "3.7.2",
    
                    "symfony/cache": "^5.4 || ^6.2 || ^7.0",
    
                    "vimeo/psalm": "5.24.0"
    
                },
                "suggest": {
                    "ext-dom": "Provides support for XSD validation for XML mapping files",
    
                    "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0"
    
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
    
                        "Doctrine\\ORM\\": "src"
    
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@gmail.com"
                    },
                    {
                        "name": "Roman Borschel",
                        "email": "roman@code-factory.org"
                    },
                    {
                        "name": "Benjamin Eberlei",
                        "email": "kontakt@beberlei.de"
                    },
                    {
                        "name": "Jonathan Wage",
                        "email": "jonwage@gmail.com"
                    },
                    {
                        "name": "Marco Pivetta",
                        "email": "ocramius@gmail.com"
                    }
                ],
                "description": "Object-Relational-Mapper for PHP",
                "homepage": "https://www.doctrine-project.org/projects/orm.html",
                "keywords": [
                    "database",
                    "orm"
                ],
                "support": {
                    "issues": "https://github.com/doctrine/orm/issues",
    
                    "source": "https://github.com/doctrine/orm/tree/3.2.2"
    
                "time": "2024-08-23T10:03:52+00:00"
    
            },
            {
                "name": "doctrine/persistence",
    
                "version": "3.3.3",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/persistence.git",
    
                    "reference": "b337726451f5d530df338fc7f68dee8781b49779"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/doctrine/persistence/zipball/b337726451f5d530df338fc7f68dee8781b49779",
                    "reference": "b337726451f5d530df338fc7f68dee8781b49779",
    
                    "shasum": ""
                },
                "require": {
                    "doctrine/event-manager": "^1 || ^2",
                    "php": "^7.2 || ^8.0",
                    "psr/cache": "^1.0 || ^2.0 || ^3.0"
                },
                "conflict": {
                    "doctrine/common": "<2.10"
                },
                "require-dev": {
    
                    "doctrine/coding-standard": "^12",
    
                    "doctrine/common": "^3.0",
    
                    "phpstan/phpstan": "1.11.1",
    
                    "phpstan/phpstan-phpunit": "^1",
                    "phpstan/phpstan-strict-rules": "^1.1",
                    "phpunit/phpunit": "^8.5 || ^9.5",
                    "symfony/cache": "^4.4 || ^5.4 || ^6.0",
    
                    "vimeo/psalm": "4.30.0 || 5.24.0"
    
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Persistence\\": "src/Persistence"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@gmail.com"
                    },
                    {
                        "name": "Roman Borschel",
                        "email": "roman@code-factory.org"
                    },
                    {
                        "name": "Benjamin Eberlei",
                        "email": "kontakt@beberlei.de"
                    },
                    {
                        "name": "Jonathan Wage",
                        "email": "jonwage@gmail.com"
                    },
                    {
                        "name": "Johannes Schmitt",
                        "email": "schmittjoh@gmail.com"
                    },
                    {
                        "name": "Marco Pivetta",
                        "email": "ocramius@gmail.com"
                    }
                ],
                "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
                "homepage": "https://www.doctrine-project.org/projects/persistence.html",
                "keywords": [
                    "mapper",
                    "object",
                    "odm",
                    "orm",
                    "persistence"
                ],
                "support": {
                    "issues": "https://github.com/doctrine/persistence/issues",
    
                    "source": "https://github.com/doctrine/persistence/tree/3.3.3"
    
                },
                "funding": [
                    {
                        "url": "https://www.doctrine-project.org/sponsorship.html",
                        "type": "custom"
                    },
                    {
                        "url": "https://www.patreon.com/phpdoctrine",
                        "type": "patreon"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
                        "type": "tidelift"
                    }
                ],
    
                "time": "2024-06-20T10:14:30+00:00"
    
            },
            {
                "name": "doctrine/sql-formatter",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/sql-formatter.git",
    
                    "reference": "7f83911cc5eba870de7ebb11283972483f7e2891"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/7f83911cc5eba870de7ebb11283972483f7e2891",
                    "reference": "7f83911cc5eba870de7ebb11283972483f7e2891",
    
                    "shasum": ""
                },
                "require": {
    
                },
                "require-dev": {
    
                    "doctrine/coding-standard": "^12",
                    "phpstan/phpstan": "^1.10",
                    "phpunit/phpunit": "^10.5",
                    "vimeo/psalm": "^5.24"
    
                },
                "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.4.1"
    
                "time": "2024-08-05T20:32:22+00:00"
    
            {
                "name": "knplabs/knp-components",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/KnpLabs/knp-components.git",
    
                    "reference": "ac704489426b090ea0e7ff4d1dd06e26baa49ee7"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/ac704489426b090ea0e7ff4d1dd06e26baa49ee7",
                    "reference": "ac704489426b090ea0e7ff4d1dd06e26baa49ee7",
    
                    "shasum": ""
                },
                "require": {
                    "php": "^8.0",
                    "symfony/event-dispatcher-contracts": "^3.0"
                },
                "conflict": {
    
                },
                "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 || ^7.0",
                    "symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
                    "symfony/property-access": "^5.4 || ^6.0 || ^7.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": "https://github.com/KnpLabs/knp-components",
    
                "keywords": [
                    "components",
                    "knp",
                    "knplabs",
                    "pager",
                    "paginator"
                ],
                "support": {
                    "issues": "https://github.com/KnpLabs/knp-components/issues",
    
                    "source": "https://github.com/KnpLabs/knp-components/tree/v4.3.0"
    
                "time": "2023-10-16T09:30:16+00:00"
    
            },
            {
                "name": "knplabs/knp-paginator-bundle",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/KnpLabs/KnpPaginatorBundle.git",
    
                    "reference": "f51fe26df07a08c1b3f272474401ef8a008b190c"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/KnpLabs/KnpPaginatorBundle/zipball/f51fe26df07a08c1b3f272474401ef8a008b190c",
                    "reference": "f51fe26df07a08c1b3f272474401ef8a008b190c",
    
                    "shasum": ""
                },
                "require": {
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "knplabs/knp-components": "^4.1",
    
                    "php": "^8.1",
                    "symfony/config": "^6.3 || ^7.0",
                    "symfony/dependency-injection": "^6.3 || ^7.0",
                    "symfony/event-dispatcher": "^6.3 || ^7.0",
                    "symfony/http-foundation": "^6.3 || ^7.0",
                    "symfony/http-kernel": "^6.3 || ^7.0",
                    "symfony/routing": "^6.3 || ^7.0",
                    "symfony/translation": "^6.3 || ^7.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.3 || ^7.0",
                    "symfony/templating": "^6.3 || ^7.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.3.0"
    
                "time": "2023-11-19T08:15:37+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",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/log.git",
    
                    "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
                    "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
    
                    "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.2"
    
                "time": "2024-09-11T13:17:53+00:00"
    
    Jonas Leder's avatar
    Jonas Leder committed
            {
                "name": "scheb/2fa-bundle",
    
    Jonas Leder's avatar
    Jonas Leder committed
                "version": "v7.0.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": "ec492571cf6017107910a1968a6f8f827dd74b77"
    
    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/ec492571cf6017107910a1968a6f8f827dd74b77",
                    "reference": "ec492571cf6017107910a1968a6f8f827dd74b77",
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "shasum": ""
                },
                "require": {
                    "ext-json": "*",
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "php": "~8.2.0 || ~8.3.0",
                    "symfony/config": "^6.4 || ^7.0",
                    "symfony/dependency-injection": "^6.4 || ^7.0",
                    "symfony/event-dispatcher": "^6.4 || ^7.0",
                    "symfony/framework-bundle": "^6.4 || ^7.0",
                    "symfony/http-foundation": "^6.4 || ^7.0",
                    "symfony/http-kernel": "^6.4 || ^7.0",
                    "symfony/property-access": "^6.4 || ^7.0",
                    "symfony/security-bundle": "^6.4 || ^7.0",
                    "symfony/twig-bundle": "^6.4 || ^7.0"
    
    Jonas Leder's avatar
    Jonas Leder committed
                },
                "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": [
                    "2fa",
                    "Authentication",
                    "symfony",
                    "two-factor",
                    "two-step"
                ],
                "support": {
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "source": "https://github.com/scheb/2fa-bundle/tree/v7.0.0"
    
    Jonas Leder's avatar
    Jonas Leder committed
                "time": "2023-12-03T16:24:13+00:00"
    
    Jonas Leder's avatar
    Jonas Leder committed
            },
            {
                "name": "scheb/2fa-google-authenticator",
    
    Jonas Leder's avatar
    Jonas Leder committed
                "version": "v7.0.0",
    
    Jonas Leder's avatar
    Jonas Leder committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/scheb/2fa-google-authenticator.git",
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "reference": "34cf210e293dec5c20fd61a7b7c199c2cac471af"
    
    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-google-authenticator/zipball/34cf210e293dec5c20fd61a7b7c199c2cac471af",
                    "reference": "34cf210e293dec5c20fd61a7b7c199c2cac471af",
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "shasum": ""
                },
                "require": {
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "php": "~8.2.0 || ~8.3.0",
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "scheb/2fa-bundle": "self.version",
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "spomky-labs/otphp": "^11.0"
    
    Jonas Leder's avatar
    Jonas Leder committed
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Scheb\\TwoFactorBundle\\": ""
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Christian Scheb",
                        "email": "me@christianscheb.de"
                    }
                ],
                "description": "Extends scheb/2fa-bundle with two-factor authentication using Google Authenticator",
                "homepage": "https://github.com/scheb/2fa",
                "keywords": [
                    "2fa",
                    "Authentication",
                    "google-authenticator",
                    "symfony",
                    "two-factor",
                    "two-step"
                ],
                "support": {
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "source": "https://github.com/scheb/2fa-google-authenticator/tree/v7.0.0"
    
    Jonas Leder's avatar
    Jonas Leder committed
                "time": "2023-12-03T16:24:13+00:00"
    
    Jonas Leder's avatar
    Jonas Leder committed
            },
            {
                "name": "spomky-labs/otphp",
    
    Jonas Leder's avatar
    Jonas Leder committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/Spomky-Labs/otphp.git",
    
                    "reference": "9a1569038bb1c8e98040b14b8bcbba54f25e7795"
    
    Jonas Leder's avatar
    Jonas Leder committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/9a1569038bb1c8e98040b14b8bcbba54f25e7795",
                    "reference": "9a1569038bb1c8e98040b14b8bcbba54f25e7795",
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "shasum": ""
                },
                "require": {
                    "ext-mbstring": "*",
                    "paragonie/constant_time_encoding": "^2.0",
                    "php": "^8.1"
                },
                "require-dev": {
                    "ekino/phpstan-banned-code": "^1.0",
                    "infection/infection": "^0.26",
                    "php-parallel-lint/php-parallel-lint": "^1.3",
                    "phpstan/phpstan": "^1.0",
                    "phpstan/phpstan-deprecation-rules": "^1.0",
                    "phpstan/phpstan-phpunit": "^1.0",
                    "phpstan/phpstan-strict-rules": "^1.0",
                    "phpunit/phpunit": "^9.5.26",
                    "qossmic/deptrac-shim": "^1.0",
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "symfony/phpunit-bridge": "^6.1",
                    "symplify/easy-coding-standard": "^11.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "OTPHP\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Florent Morselli",
                        "homepage": "https://github.com/Spomky"
                    },
                    {
                        "name": "All contributors",
                        "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
                    }
                ],
                "description": "A PHP library for generating one time passwords according to RFC 4226 (HOTP Algorithm) and the RFC 6238 (TOTP Algorithm) and compatible with Google Authenticator",
                "homepage": "https://github.com/Spomky-Labs/otphp",
                "keywords": [
                    "FreeOTP",
                    "RFC 4226",
                    "RFC 6238",
                    "google authenticator",
                    "hotp",
                    "otp",
                    "totp"
                ],
                "support": {
                    "issues": "https://github.com/Spomky-Labs/otphp/issues",
    
                    "source": "https://github.com/Spomky-Labs/otphp/tree/11.2.0"
    
    Jonas Leder's avatar
    Jonas Leder committed
                },
                "funding": [
                    {
                        "url": "https://github.com/Spomky",
                        "type": "github"
                    },
                    {
                        "url": "https://www.patreon.com/FlorentMorselli",
                        "type": "patreon"
                    }
                ],
    
                "time": "2023-03-16T19:16:25+00:00"
    
    Jonas Leder's avatar
    Jonas Leder committed
            {
                "name": "symfony/asset",
    
    Jonas Leder's avatar
    Jonas Leder committed
                "version": "v7.0.0",
    
    Jonas Leder's avatar
    Jonas Leder committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/asset.git",
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "reference": "82cd3961bc7fc1b3c3f85e8f2b9a287a1dfd6f2f"
    
    Jonas Leder's avatar
    Jonas Leder committed
                },
                "dist": {
                    "type": "zip",
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "url": "https://api.github.com/repos/symfony/asset/zipball/82cd3961bc7fc1b3c3f85e8f2b9a287a1dfd6f2f",
                    "reference": "82cd3961bc7fc1b3c3f85e8f2b9a287a1dfd6f2f",
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "shasum": ""
                },
                "require": {
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "php": ">=8.2"
    
    Jonas Leder's avatar
    Jonas Leder committed
                },
                "conflict": {
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "symfony/http-foundation": "<6.4"
    
    Jonas Leder's avatar
    Jonas Leder committed
                },
                "require-dev": {
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "symfony/http-client": "^6.4|^7.0",
                    "symfony/http-foundation": "^6.4|^7.0",
                    "symfony/http-kernel": "^6.4|^7.0"
    
    Jonas Leder's avatar
    Jonas Leder committed
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\Asset\\": ""
                    },
                    "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": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
                "homepage": "https://symfony.com",
                "support": {
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "source": "https://github.com/symfony/asset/tree/v7.0.0"
    
    Jonas Leder's avatar
    Jonas Leder committed
                },
                "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"
                    }
                ],
    
    Jonas Leder's avatar
    Jonas Leder committed
                "time": "2023-10-31T17:59:56+00:00"
    
    Jonas Leder's avatar
    Jonas Leder committed
            },
    
            {
                "name": "symfony/cache",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/cache.git",
    
                    "reference": "b61e464d7687bb7e8f677d5031c632bf3820df18"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/symfony/cache/zipball/b61e464d7687bb7e8f677d5031c632bf3820df18",
                    "reference": "b61e464d7687bb7e8f677d5031c632bf3820df18",
    
                    "shasum": ""
                },
                "require": {
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "php": ">=8.2",
    
                    "psr/cache": "^2.0|^3.0",
                    "psr/log": "^1.1|^2|^3",
    
    Renovate Bot's avatar
    Renovate Bot committed
                    "symfony/cache-contracts": "^2.5|^3",
    
                    "symfony/deprecation-contracts": "^2.5|^3.0",
    
    Renovate Bot's avatar
    Renovate Bot committed
                    "symfony/service-contracts": "^2.5|^3",
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "symfony/var-exporter": "^6.4|^7.0"
    
                },
                "conflict": {
    
    Jonas Leder's avatar
    Jonas Leder committed
                    "doctrine/dbal": "<3.6",
                    "symfony/dependency-injection": "<6.4",
                    "symfony/http-kernel": "<6.4",
                    "symfony/var-dumper": "<6.4"
    
                },
                "provide": {
                    "psr/cache-implementation": "2.0|3.0",