From 5f0d8c7cf1583362dd0dea3056949af60c14a685 Mon Sep 17 00:00:00 2001 From: Orlando Cavassani Date: Fri, 11 Aug 2023 16:44:47 -0300 Subject: [PATCH] chore: add mongodb v1.16 on pipeline --- composer.json | 2 +- composer.lock | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index fd754d8..52e7dee 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ ], "require": { "php": "^8.0", - "leroy-merlin-br/mongolid": "v3.5", + "leroy-merlin-br/mongolid": "dev-fix/compose-lock", "illuminate/support": "^9.0 || ^10.0", "illuminate/auth": "^9.0 || ^10.0", "illuminate/queue": "^9.0 || ^10.0" diff --git a/composer.lock b/composer.lock index e13e492..69955d6 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": "f8f4fa5485315b6c10bd567b4ab2309b", + "content-hash": "52c49ba6a0569900ba4915fe5f78875b", "packages": [ { "name": "brick/math", @@ -1408,23 +1408,23 @@ }, { "name": "leroy-merlin-br/mongolid", - "version": "v3.5", + "version": "dev-fix/compose-lock", "source": { "type": "git", "url": "git@github.com:leroy-merlin-br/mongolid.git", - "reference": "47b77c2eb84b7fe21aceb43dc4c9309f74a02d6c" + "reference": "894423a0772d94e93b8f04a126cef876c96ea403" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/leroy-merlin-br/mongolid/zipball/47b77c2eb84b7fe21aceb43dc4c9309f74a02d6c", - "reference": "47b77c2eb84b7fe21aceb43dc4c9309f74a02d6c", + "url": "https://api.github.com/repos/leroy-merlin-br/mongolid/zipball/894423a0772d94e93b8f04a126cef876c96ea403", + "reference": "894423a0772d94e93b8f04a126cef876c96ea403", "shasum": "" }, "require": { "ext-mongodb": "*", "illuminate/container": "^9.0 || ^10.0", "illuminate/support": "^9.0 || ^10.0", - "mongodb/mongodb": "^1.15", + "mongodb/mongodb": "^1.16", "php": "^8.0" }, "require-dev": { @@ -1473,7 +1473,7 @@ "nosql", "odm" ], - "time": "2023-08-11T17:48:21+00:00" + "time": "2023-08-11T20:02:22+00:00" }, { "name": "mongodb/mongodb", @@ -8437,7 +8437,9 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "leroy-merlin-br/mongolid": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": {