From 4b44e0dccf822f38f173e3ca7d27c789fcd5d4d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 03:36:54 +0000 Subject: [PATCH] Update dependency mongodb/mongodb to ~1.18.0 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | mongodb/mongodb | 1.17.1 | 1.18.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 79 +++++++-------------------------------------------- 2 files changed, 11 insertions(+), 70 deletions(-) diff --git a/composer.json b/composer.json index 5383d564..6bb4be4a 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "laminas/laminas-db": "^2.19.0", "laminas/laminas-http": "^2.19", "laminas/laminas-validator": "^2.49.0", - "mongodb/mongodb": "~1.17.0", + "mongodb/mongodb": "~1.18.0", "phpunit/phpunit": "^9.6.17", "psalm/plugin-phpunit": "^0.19.0", "vimeo/psalm": "^5.22.2" diff --git a/composer.lock b/composer.lock index 82f43847..0d114fb3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "52c6ded2ca3560a66425100263b15133", + "content-hash": "6dd8a0718c7a8e7f8f2aa4b9b3baa255", "packages": [ { "name": "laminas/laminas-eventmanager", @@ -1068,65 +1068,6 @@ ], "time": "2024-02-07T09:43:46+00:00" }, - { - "name": "jean85/pretty-package-versions", - "version": "2.0.6", - "source": { - "type": "git", - "url": "https://github.com/Jean85/pretty-package-versions.git", - "reference": "f9fdd29ad8e6d024f52678b570e5593759b550b4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/f9fdd29ad8e6d024f52678b570e5593759b550b4", - "reference": "f9fdd29ad8e6d024f52678b570e5593759b550b4", - "shasum": "" - }, - "require": { - "composer-runtime-api": "^2.0.0", - "php": "^7.1|^8.0" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "^3.2", - "jean85/composer-provided-replaced-stub-package": "^1.0", - "phpstan/phpstan": "^1.4", - "phpunit/phpunit": "^7.5|^8.5|^9.4", - "vimeo/psalm": "^4.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Jean85\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Alessandro Lai", - "email": "alessandro.lai85@gmail.com" - } - ], - "description": "A library to get pretty versions strings of installed dependencies", - "keywords": [ - "composer", - "package", - "release", - "versions" - ], - "support": { - "issues": "https://github.com/Jean85/pretty-package-versions/issues", - "source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.6" - }, - "time": "2024-03-08T09:58:59+00:00" - }, { "name": "laminas/laminas-cache", "version": "3.12.1", @@ -1749,23 +1690,23 @@ }, { "name": "mongodb/mongodb", - "version": "1.17.1", + "version": "1.18.0", "source": { "type": "git", "url": "https://github.com/mongodb/mongo-php-library.git", - "reference": "01d0840bf0678f519e72dc71b69c8a50a0856c2d" + "reference": "d421c418ef56a96f3dfa6b2828f936df6848ccf9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mongodb/mongo-php-library/zipball/01d0840bf0678f519e72dc71b69c8a50a0856c2d", - "reference": "01d0840bf0678f519e72dc71b69c8a50a0856c2d", + "url": "https://api.github.com/repos/mongodb/mongo-php-library/zipball/d421c418ef56a96f3dfa6b2828f936df6848ccf9", + "reference": "d421c418ef56a96f3dfa6b2828f936df6848ccf9", "shasum": "" }, "require": { + "composer-runtime-api": "^2.0", "ext-hash": "*", "ext-json": "*", - "ext-mongodb": "^1.17.0", - "jean85/pretty-package-versions": "^2.0.1", + "ext-mongodb": "^1.18.0", "php": "^7.4 || ^8.0", "psr/log": "^1.1.4|^2|^3", "symfony/polyfill-php80": "^1.27", @@ -1781,7 +1722,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.17.x-dev" + "dev-master": "1.18.x-dev" } }, "autoload": { @@ -1820,9 +1761,9 @@ ], "support": { "issues": "https://github.com/mongodb/mongo-php-library/issues", - "source": "https://github.com/mongodb/mongo-php-library/tree/1.17.1" + "source": "https://github.com/mongodb/mongo-php-library/tree/1.18.0" }, - "time": "2024-03-14T10:33:11+00:00" + "time": "2024-03-27T17:04:50+00:00" }, { "name": "myclabs/deep-copy",