From e15f116333891d4cfad69f38d62122595939638b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 03:16:53 +0000 Subject: [PATCH] Update dependency mongodb/mongodb to ~1.17.0 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | mongodb/mongodb | 1.16.1 | 1.17.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 111 ++++++++------------------------------------------ 2 files changed, 19 insertions(+), 94 deletions(-) diff --git a/composer.json b/composer.json index bdad6024..3ff8f6bb 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "laminas/laminas-db": "^2.18.0", "laminas/laminas-http": "^2.18", "laminas/laminas-validator": "^2.30.1", - "mongodb/mongodb": "~1.16.0", + "mongodb/mongodb": "~1.17.0", "phpunit/phpunit": "^9.6.13", "psalm/plugin-phpunit": "^0.18.4", "vimeo/psalm": "^5.15" diff --git a/composer.lock b/composer.lock index 367e96f8..6cfae1af 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": "bc863c17f1a066006351f5d4bc39c80e", + "content-hash": "c3f7b72084d5ea31eb3daa0fe19386c9", "packages": [ { "name": "laminas/laminas-eventmanager", @@ -1755,39 +1755,39 @@ }, { "name": "mongodb/mongodb", - "version": "1.16.1", + "version": "1.17.0", "source": { "type": "git", "url": "https://github.com/mongodb/mongo-php-library.git", - "reference": "72d80889eb7567c0da4e7d4ddbdcf66dfea90ac3" + "reference": "9d9c917cf7ff275ed6bd63c596efeb6e49fd0e53" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mongodb/mongo-php-library/zipball/72d80889eb7567c0da4e7d4ddbdcf66dfea90ac3", - "reference": "72d80889eb7567c0da4e7d4ddbdcf66dfea90ac3", + "url": "https://api.github.com/repos/mongodb/mongo-php-library/zipball/9d9c917cf7ff275ed6bd63c596efeb6e49fd0e53", + "reference": "9d9c917cf7ff275ed6bd63c596efeb6e49fd0e53", "shasum": "" }, "require": { "ext-hash": "*", "ext-json": "*", - "ext-mongodb": "^1.16.0", + "ext-mongodb": "^1.17.0", "jean85/pretty-package-versions": "^2.0.1", - "php": "^7.2 || ^8.0", - "symfony/polyfill-php73": "^1.27", + "php": "^7.4 || ^8.0", + "psr/log": "^1.1.4|^2|^3", "symfony/polyfill-php80": "^1.27", "symfony/polyfill-php81": "^1.27" }, "require-dev": { - "doctrine/coding-standard": "^11.1", - "rector/rector": "^0.16.0", + "doctrine/coding-standard": "^12.0", + "rector/rector": "^0.18", "squizlabs/php_codesniffer": "^3.7", "symfony/phpunit-bridge": "^5.2", - "vimeo/psalm": "^4.28" + "vimeo/psalm": "^5.13" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.16.x-dev" + "dev-master": "1.17.x-dev" } }, "autoload": { @@ -1810,6 +1810,10 @@ { "name": "Jeremy Mikola", "email": "jmikola@gmail.com" + }, + { + "name": "Jérôme Tamarelle", + "email": "jerome.tamarelle@mongodb.com" } ], "description": "MongoDB driver library", @@ -1822,9 +1826,9 @@ ], "support": { "issues": "https://github.com/mongodb/mongo-php-library/issues", - "source": "https://github.com/mongodb/mongo-php-library/tree/1.16.1" + "source": "https://github.com/mongodb/mongo-php-library/tree/1.17.0" }, - "time": "2023-09-26T15:44:10+00:00" + "time": "2023-11-15T09:21:50+00:00" }, { "name": "myclabs/deep-copy", @@ -4740,85 +4744,6 @@ ], "time": "2023-07-28T09:04:16+00:00" }, - { - "name": "symfony/polyfill-php73", - "version": "v1.28.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fe2f306d1d9d346a7fee353d0d5012e401e984b5", - "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.28-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php73\\": "" - }, - "classmap": [ - "Resources/stubs" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.28.0" - }, - "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" - } - ], - "time": "2023-01-26T09:26:14+00:00" - }, { "name": "symfony/polyfill-php80", "version": "v1.28.0",