diff --git a/composer.json b/composer.json index b67ade1..582e2ce 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "ext-curl": "*", "ext-openssl": "*", "ext-sodium": "*", - "testcontainers/testcontainers": "1.0.4" + "testcontainers/testcontainers": "1.0.5" }, "require-dev": { "phpstan/phpstan": "2.1.39", diff --git a/composer.lock b/composer.lock index fa05a8d..c12d650 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": "c0e7b1b1a549336fcacae7933bca7195", + "content-hash": "11f9202bc6e99ebbb6f0c3d4e92fe78a", "packages": [ { "name": "beluga-php/docker-php", @@ -2316,16 +2316,16 @@ }, { "name": "testcontainers/testcontainers", - "version": "1.0.4", + "version": "1.0.5", "source": { "type": "git", "url": "https://github.com/testcontainers/testcontainers-php.git", - "reference": "f78f10d283477cf8d3a7ceee34fb4449d1522f0e" + "reference": "ecdef9b71e852a34d99e7e5e882c3326f68fab63" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/testcontainers/testcontainers-php/zipball/f78f10d283477cf8d3a7ceee34fb4449d1522f0e", - "reference": "f78f10d283477cf8d3a7ceee34fb4449d1522f0e", + "url": "https://api.github.com/repos/testcontainers/testcontainers-php/zipball/ecdef9b71e852a34d99e7e5e882c3326f68fab63", + "reference": "ecdef9b71e852a34d99e7e5e882c3326f68fab63", "shasum": "" }, "require": { @@ -2335,7 +2335,6 @@ }, "require-dev": { "brianium/paratest": "^6.11", - "ext-mongodb": "*", "ext-pdo": "*", "ext-pdo_mysql": "*", "ext-pdo_pgsql": "*", @@ -2346,6 +2345,9 @@ "phpunit/phpunit": "^9.5", "predis/predis": "^3.0 || ^2.0" }, + "suggest": { + "ext-mongodb": "Required for MongoDB container support" + }, "type": "library", "autoload": { "psr-4": { @@ -2369,9 +2371,9 @@ ], "support": { "issues": "https://github.com/testcontainers/testcontainers-php/issues", - "source": "https://github.com/testcontainers/testcontainers-php/tree/1.0.4" + "source": "https://github.com/testcontainers/testcontainers-php/tree/1.0.5" }, - "time": "2025-12-27T08:07:16+00:00" + "time": "2026-03-01T17:27:14+00:00" } ], "packages-dev": [