Merge pull request 'chore(deps): update dependency mongodb/mongodb to v2.2.0' (#19) from renovate/mongodb-mongodb-2.x-lockfile into main
All checks were successful
Renovate / renovate (push) Successful in 1m14s

Reviewed-on: #19
This commit was merged in pull request #19.
This commit is contained in:
2026-02-14 17:58:53 +00:00

20
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "3a6ee5c003626fd0ec13825d38672531", "content-hash": "f4c3986a904d734acd6e21fb4214b0f7",
"packages": [ "packages": [
{ {
"name": "laravel/serializable-closure", "name": "laravel/serializable-closure",
@@ -69,21 +69,21 @@
}, },
{ {
"name": "mongodb/mongodb", "name": "mongodb/mongodb",
"version": "2.1.2", "version": "2.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mongodb/mongo-php-library.git", "url": "https://github.com/mongodb/mongo-php-library.git",
"reference": "0a2472ba9cbb932f7e43a8770aedb2fc30612a67" "reference": "bbb13f969e37e047fd822527543df55fdc1c9298"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mongodb/mongo-php-library/zipball/0a2472ba9cbb932f7e43a8770aedb2fc30612a67", "url": "https://api.github.com/repos/mongodb/mongo-php-library/zipball/bbb13f969e37e047fd822527543df55fdc1c9298",
"reference": "0a2472ba9cbb932f7e43a8770aedb2fc30612a67", "reference": "bbb13f969e37e047fd822527543df55fdc1c9298",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"composer-runtime-api": "^2.0", "composer-runtime-api": "^2.0",
"ext-mongodb": "^2.1", "ext-mongodb": "^2.2",
"php": "^8.1", "php": "^8.1",
"psr/log": "^1.1.4|^2|^3", "psr/log": "^1.1.4|^2|^3",
"symfony/polyfill-php85": "^1.32" "symfony/polyfill-php85": "^1.32"
@@ -94,9 +94,9 @@
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^12.0", "doctrine/coding-standard": "^12.0",
"phpunit/phpunit": "^10.5.35", "phpunit/phpunit": "^10.5.35",
"rector/rector": "^2.1.4", "rector/rector": "^2.3.4",
"squizlabs/php_codesniffer": "^3.7", "squizlabs/php_codesniffer": "^3.7",
"vimeo/psalm": "6.5.*" "vimeo/psalm": "~6.14.2"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@@ -140,9 +140,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/mongodb/mongo-php-library/issues", "issues": "https://github.com/mongodb/mongo-php-library/issues",
"source": "https://github.com/mongodb/mongo-php-library/tree/2.1.2" "source": "https://github.com/mongodb/mongo-php-library/tree/2.2.0"
}, },
"time": "2025-10-06T12:12:40+00:00" "time": "2026-02-11T11:39:56+00:00"
}, },
{ {
"name": "paragonie/constant_time_encoding", "name": "paragonie/constant_time_encoding",