composer.lock 355 ko
Newer Older
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "symfony/cache": "^5.4 || ^6.0 || ^7.0",
                "symfony/process": "^5.4 || ^6.0 || ^7.0",
                "symfony/yaml": "^5.4 || ^6.0 || ^7.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."
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "bin": [
                "bin/doctrine-migrations"
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "type": "library",
            "autoload": {
                "psr-4": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "Doctrine\\Migrations\\": "src"
                }
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Michael Simonson",
                    "email": "contact@mikesimonson.com"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "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",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "keywords": [
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "database",
                "dbal",
                "migrations"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            ],
            "support": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "issues": "https://github.com/doctrine/migrations/issues",
                "source": "https://github.com/doctrine/migrations/tree/3.8.2"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "funding": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "url": "https://www.doctrine-project.org/sponsorship.html",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "type": "custom"
                },
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fmigrations",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "type": "tidelift"
                }
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "time": "2024-10-10T21:35:27+00:00"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "name": "doctrine/orm",
            "version": "3.3.2",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "source": {
                "type": "git",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://github.com/doctrine/orm.git",
                "reference": "c9557c588b3a70ed93caff069d0aa75737f25609"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "dist": {
                "type": "zip",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://api.github.com/repos/doctrine/orm/zipball/c9557c588b3a70ed93caff069d0aa75737f25609",
                "reference": "c9557c588b3a70ed93caff069d0aa75737f25609",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "shasum": ""
            },
            "require": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "composer-runtime-api": "^2",
                "doctrine/collections": "^2.2",
                "doctrine/dbal": "^3.8.2 || ^4",
                "doctrine/deprecations": "^0.5.3 || ^1",
                "doctrine/event-manager": "^1.2 || ^2",
                "doctrine/inflector": "^1.4 || ^2.0",
                "doctrine/instantiator": "^1.3 || ^2",
                "doctrine/lexer": "^3",
                "doctrine/persistence": "^3.3.1 || ^4",
                "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"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "require-dev": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "doctrine/coding-standard": "^12.0",
                "phpbench/phpbench": "^1.0",
                "phpdocumentor/guides-cli": "^1.4",
                "phpstan/extension-installer": "^1.4",
                "phpstan/phpstan": "2.0.3",
                "phpstan/phpstan-deprecation-rules": "^2",
                "phpunit/phpunit": "^10.4.0",
                "psr/log": "^1 || ^2 || ^3",
                "squizlabs/php_codesniffer": "3.7.2",
                "symfony/cache": "^5.4 || ^6.2 || ^7.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"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "type": "library",
            "autoload": {
                "psr-4": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "Doctrine\\ORM\\": "src"
                }
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "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.3.2"
            },
            "time": "2025-02-04T19:43:15+00:00"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "name": "doctrine/persistence",
            "version": "3.4.0",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "source": {
                "type": "git",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://github.com/doctrine/persistence.git",
                "reference": "0ea965320cec355dba75031c1b23d4c78362e3ff"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "dist": {
                "type": "zip",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://api.github.com/repos/doctrine/persistence/zipball/0ea965320cec355dba75031c1b23d4c78362e3ff",
                "reference": "0ea965320cec355dba75031c1b23d4c78362e3ff",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "shasum": ""
            },
            "require": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "doctrine/event-manager": "^1 || ^2",
                "php": "^7.2 || ^8.0",
                "psr/cache": "^1.0 || ^2.0 || ^3.0"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "conflict": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "doctrine/common": "<2.10"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "require-dev": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "doctrine/coding-standard": "^12",
                "doctrine/common": "^3.0",
                "phpstan/phpstan": "1.12.7",
                "phpstan/phpstan-phpunit": "^1",
                "phpstan/phpstan-strict-rules": "^1.1",
                "phpunit/phpunit": "^8.5.38 || ^9.5",
                "symfony/cache": "^4.4 || ^5.4 || ^6.0 || ^7.0"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "type": "library",
            "autoload": {
                "psr-4": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "Doctrine\\Persistence\\": "src/Persistence"
                }
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "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"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "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"
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "support": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "issues": "https://github.com/doctrine/persistence/issues",
                "source": "https://github.com/doctrine/persistence/tree/3.4.0"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "funding": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "url": "https://www.doctrine-project.org/sponsorship.html",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "type": "custom"
                },
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "type": "tidelift"
                }
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "time": "2024-10-30T19:48:12+00:00"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "name": "doctrine/sql-formatter",
            "version": "1.5.2",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "source": {
                "type": "git",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://github.com/doctrine/sql-formatter.git",
                "reference": "d6d00aba6fd2957fe5216fe2b7673e9985db20c8"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "dist": {
                "type": "zip",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/d6d00aba6fd2957fe5216fe2b7673e9985db20c8",
                "reference": "d6d00aba6fd2957fe5216fe2b7673e9985db20c8",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "shasum": ""
            },
            "require": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "php": "^8.1"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "require-dev": {
                "doctrine/coding-standard": "^12",
                "ergebnis/phpunit-slow-test-detector": "^2.14",
                "phpstan/phpstan": "^1.10",
                "phpunit/phpunit": "^10.5"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "bin": [
                "bin/sql-formatter"
            ],
            "type": "library",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "autoload": {
                "psr-4": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "Doctrine\\SqlFormatter\\": "src"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Jeremy Dorn",
                    "email": "jeremy@jeremydorn.com",
                    "homepage": "https://jeremydorn.com/"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "description": "a PHP SQL highlighting library",
            "homepage": "https://github.com/doctrine/sql-formatter/",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "keywords": [
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "highlight",
                "sql"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            ],
            "support": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "issues": "https://github.com/doctrine/sql-formatter/issues",
                "source": "https://github.com/doctrine/sql-formatter/tree/1.5.2"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "time": "2025-01-24T11:45:48+00:00"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "name": "egulias/email-validator",
            "version": "4.0.3",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "source": {
                "type": "git",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://github.com/egulias/EmailValidator.git",
                "reference": "b115554301161fa21467629f1e1391c1936de517"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "dist": {
                "type": "zip",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/b115554301161fa21467629f1e1391c1936de517",
                "reference": "b115554301161fa21467629f1e1391c1936de517",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "shasum": ""
            },
            "require": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "doctrine/lexer": "^2.0 || ^3.0",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "php": ">=8.1",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "symfony/polyfill-intl-idn": "^1.26"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "require-dev": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "phpunit/phpunit": "^10.2",
                "vimeo/psalm": "^5.12"
            },
            "suggest": {
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "type": "library",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0.x-dev"
                }
            },
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "autoload": {
                "psr-4": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "Egulias\\EmailValidator\\": "src"
                }
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Eduardo Gulias Davis"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "description": "A library for validating emails against several RFCs",
            "homepage": "https://github.com/egulias/EmailValidator",
            "keywords": [
                "email",
                "emailvalidation",
                "emailvalidator",
                "validation",
                "validator"
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "support": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "issues": "https://github.com/egulias/EmailValidator/issues",
                "source": "https://github.com/egulias/EmailValidator/tree/4.0.3"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "funding": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "url": "https://github.com/egulias",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "type": "github"
                }
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "time": "2024-12-27T00:36:43+00:00"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "name": "monolog/monolog",
            "version": "3.8.1",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "source": {
                "type": "git",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://github.com/Seldaek/monolog.git",
                "reference": "aef6ee73a77a66e404dd6540934a9ef1b3c855b4"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "dist": {
                "type": "zip",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/aef6ee73a77a66e404dd6540934a9ef1b3c855b4",
                "reference": "aef6ee73a77a66e404dd6540934a9ef1b3c855b4",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "shasum": ""
            },
            "require": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "php": ">=8.1",
                "psr/log": "^2.0 || ^3.0"
            },
            "provide": {
                "psr/log-implementation": "3.0.0"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "require-dev": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "aws/aws-sdk-php": "^3.0",
                "doctrine/couchdb": "~1.0@dev",
                "elasticsearch/elasticsearch": "^7 || ^8",
                "ext-json": "*",
                "graylog2/gelf-php": "^1.4.2 || ^2.0",
                "guzzlehttp/guzzle": "^7.4.5",
                "guzzlehttp/psr7": "^2.2",
                "mongodb/mongodb": "^1.8",
                "php-amqplib/php-amqplib": "~2.4 || ^3",
                "php-console/php-console": "^3.1.8",
                "phpstan/phpstan": "^2",
                "phpstan/phpstan-deprecation-rules": "^2",
                "phpstan/phpstan-strict-rules": "^2",
                "phpunit/phpunit": "^10.5.17 || ^11.0.7",
                "predis/predis": "^1.1 || ^2",
                "rollbar/rollbar": "^4.0",
                "ruflin/elastica": "^7 || ^8",
                "symfony/mailer": "^5.4 || ^6",
                "symfony/mime": "^5.4 || ^6"
            },
            "suggest": {
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
                "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
                "ext-mbstring": "Allow to work properly with unicode symbols",
                "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
                "ext-openssl": "Required to send log messages using SSL",
                "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "type": "library",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "extra": {
                "branch-alias": {
                    "dev-main": "3.x-dev"
                }
            },
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "autoload": {
                "psr-4": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "Monolog\\": "src/Monolog"
                }
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "https://seld.be"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
            "homepage": "https://github.com/Seldaek/monolog",
            "keywords": [
                "log",
                "logging",
                "psr-3"
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "support": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "issues": "https://github.com/Seldaek/monolog/issues",
                "source": "https://github.com/Seldaek/monolog/tree/3.8.1"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "funding": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "url": "https://github.com/Seldaek",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "type": "github"
                },
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "type": "tidelift"
                }
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "time": "2024-12-05T17:15:07+00:00"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "name": "phpdocumentor/reflection-common",
            "version": "2.2.0",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "source": {
                "type": "git",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "dist": {
                "type": "zip",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "shasum": ""
            },
            "require": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "php": "^7.2 || ^8.0"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "type": "library",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "extra": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "branch-alias": {
                    "dev-2.x": "2.x-dev"
                }
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "autoload": {
                "psr-4": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "phpDocumentor\\Reflection\\": "src/"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Jaap van Otterdijk",
                    "email": "opensource@ijaap.nl"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
            "homepage": "http://www.phpdoc.org",
            "keywords": [
                "FQSEN",
                "phpDocumentor",
                "phpdoc",
                "reflection",
                "static analysis"
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "support": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
                "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "time": "2020-06-27T09:03:43+00:00"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "name": "phpdocumentor/reflection-docblock",
            "version": "5.6.1",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "source": {
                "type": "git",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
                "reference": "e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "dist": {
                "type": "zip",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8",
                "reference": "e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "shasum": ""
            },
            "require": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "doctrine/deprecations": "^1.1",
                "ext-filter": "*",
                "php": "^7.4 || ^8.0",
                "phpdocumentor/reflection-common": "^2.2",
                "phpdocumentor/type-resolver": "^1.7",
                "phpstan/phpdoc-parser": "^1.7|^2.0",
                "webmozart/assert": "^1.9.1"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "require-dev": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "mockery/mockery": "~1.3.5 || ~1.6.0",
                "phpstan/extension-installer": "^1.1",
                "phpstan/phpstan": "^1.8",
                "phpstan/phpstan-mockery": "^1.1",
                "phpstan/phpstan-webmozart-assert": "^1.2",
                "phpunit/phpunit": "^9.5",
                "psalm/phar": "^5.26"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.x-dev"
                }
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "autoload": {
                "psr-4": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "phpDocumentor\\Reflection\\": "src"
                }
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Jaap van Otterdijk",
                    "email": "opensource@ijaap.nl"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "support": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
                "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.1"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "time": "2024-12-07T09:39:29+00:00"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "name": "phpdocumentor/type-resolver",
            "version": "1.10.0",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "source": {
                "type": "git",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
                "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "dist": {
                "type": "zip",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/679e3ce485b99e84c775d28e2e96fade9a7fb50a",
                "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "shasum": ""
            },
            "require": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "doctrine/deprecations": "^1.0",
                "php": "^7.3 || ^8.0",
                "phpdocumentor/reflection-common": "^2.0",
                "phpstan/phpdoc-parser": "^1.18|^2.0"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "require-dev": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "ext-tokenizer": "*",
                "phpbench/phpbench": "^1.2",
                "phpstan/extension-installer": "^1.1",
                "phpstan/phpstan": "^1.8",
                "phpstan/phpstan-phpunit": "^1.1",
                "phpunit/phpunit": "^9.5",
                "rector/rector": "^0.13.9",
                "vimeo/psalm": "^4.25"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "type": "library",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                }
            },
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "autoload": {
                "psr-4": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "phpDocumentor\\Reflection\\": "src"
                }
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "support": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
                "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.10.0"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "time": "2024-11-09T15:12:26+00:00"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "name": "phpstan/phpdoc-parser",
            "version": "2.1.0",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "source": {
                "type": "git",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://github.com/phpstan/phpdoc-parser.git",
                "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "dist": {
                "type": "zip",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/9b30d6fd026b2c132b3985ce6b23bec09ab3aa68",
                "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "shasum": ""
            },
            "require": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "php": "^7.4 || ^8.0"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000
            "require-dev": {
                "doctrine/annotations": "^2.0",
                "nikic/php-parser": "^5.3.0",
                "php-parallel-lint/php-parallel-lint": "^1.2",
                "phpstan/extension-installer": "^1.0",
                "phpstan/phpstan": "^2.0",
                "phpstan/phpstan-phpunit": "^2.0",
                "phpstan/phpstan-strict-rules": "^2.0",
                "phpunit/phpunit": "^9.6",
                "symfony/process": "^5.2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PHPStan\\PhpDocParser\\": [
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "PHPDoc parser with support for nullable, intersection and generic types",
            "support": {
                "issues": "https://github.com/phpstan/phpdoc-parser/issues",
                "source": "https://github.com/phpstan/phpdoc-parser/tree/2.1.0"
            },
            "time": "2025-02-19T13:28:12+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"
        },
        {
            "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/link",
            "version": "2.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/link.git",
                "reference": "84b159194ecfd7eaa472280213976e96415433f7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/link/zipball/84b159194ecfd7eaa472280213976e96415433f7",
                "reference": "84b159194ecfd7eaa472280213976e96415433f7",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "suggest": {
                "fig/link-util": "Provides some useful PSR-13 utilities"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Link\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interfaces for HTTP links",
            "homepage": "https://github.com/php-fig/link",
            "keywords": [
                "http",
                "http-link",
                "link",
                "psr",
                "psr-13",
                "rest"
            ],
            "support": {
                "source": "https://github.com/php-fig/link/tree/2.0.1"
            },
            "time": "2021-03-11T23:00:27+00:00"
        },
        {
            "name": "psr/log",
            "version": "3.0.2",
            "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"