From 1588a1a7971b7720359f4b6fb312b2e71392aa56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 00:22:46 +0000 Subject: [PATCH] Update spatie/color requirement from ^1.5 to ^2.0 Updates the requirements on [spatie/color](https://github.com/spatie/color) to permit the latest version. - [Release notes](https://github.com/spatie/color/releases) - [Changelog](https://github.com/spatie/color/blob/main/CHANGELOG.md) - [Commits](https://github.com/spatie/color/compare/1.5.0...v2.0.0) --- updated-dependencies: - dependency-name: spatie/color dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7788665..41be96a 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": "^8.2", "illuminate/contracts": "^10.0||^11.0", - "spatie/color": "^1.5", + "spatie/color": "^2.0", "spatie/laravel-package-tools": "^1.16" }, "require-dev": {