From a503052ae71ae7b413a29ea24ddded7b0996b38f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 12:03:46 +0000 Subject: [PATCH] Update flagsmith/flagsmith-php-client requirement || ^5.0.0 Updates the requirements on [flagsmith/flagsmith-php-client](https://github.com/Flagsmith/flagsmith-php-client) to permit the latest version. Updates `flagsmith/flagsmith-php-client` to 5.0.0 - [Release notes](https://github.com/Flagsmith/flagsmith-php-client/releases) - [Changelog](https://github.com/Flagsmith/flagsmith-php-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/Flagsmith/flagsmith-php-client/compare/v4.4.0...v5.0.0) --- updated-dependencies: - dependency-name: flagsmith/flagsmith-php-client dependency-version: 5.0.0 dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d3d5530..fd719ca 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "require": { "php": "^8.2", "laravel/framework": "^10.44.0 || ^11.0 || ^12.0", - "flagsmith/flagsmith-php-client": "^4.4.0" + "flagsmith/flagsmith-php-client": "^4.4.0 || ^5.0.0" }, "extra": { "laravel": {