From 65e53c87f0db9df0ef0861f6c1cc34b8cd7c8f72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Tamarelle?= Date: Mon, 3 Mar 2025 14:48:48 +0100 Subject: [PATCH 1/2] Remove suggestion of archived package mongodb/builder Now part of the mongodb/mongodb package --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 64006a47b..411f52c7b 100644 --- a/composer.json +++ b/composer.json @@ -49,8 +49,7 @@ "illuminate/bus": "< 10.37.2" }, "suggest": { - "league/flysystem-gridfs": "Filesystem storage in MongoDB with GridFS", - "mongodb/builder": "Provides a fluent aggregation builder for MongoDB pipelines" + "league/flysystem-gridfs": "Filesystem storage in MongoDB with GridFS" }, "minimum-stability": "dev", "prefer-stable": true, From 534de97ce36ae5ca4693db140b19b0c528e552cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Tamarelle?= Date: Mon, 3 Mar 2025 14:50:06 +0100 Subject: [PATCH 2/2] Update minimum version of ext-mongodb --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 411f52c7b..a6f5470aa 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "license": "MIT", "require": { "php": "^8.1", - "ext-mongodb": "^1.15", + "ext-mongodb": "^1.21", "composer-runtime-api": "^2.0.0", "illuminate/cache": "^10.36|^11|^12", "illuminate/container": "^10.0|^11|^12",