From 4b52c8264c94a915bbc70a15977f18ae52d77eb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 16:16:13 +0800 Subject: [PATCH] Update nunomaduro/termwind requirement from ^1.13 to ^2.0 (#206) Updates the requirements on [nunomaduro/termwind](https://github.com/nunomaduro/termwind) to permit the latest version. - [Release notes](https://github.com/nunomaduro/termwind/releases) - [Changelog](https://github.com/nunomaduro/termwind/blob/2.x/CHANGELOG.md) - [Commits](https://github.com/nunomaduro/termwind/compare/v1.13.0...v2.0.1) --- updated-dependencies: - dependency-name: nunomaduro/termwind dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 78917369..9c894df7 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "phpunit/phpunit": "^10.1", "brainmaestro/composer-git-hooks": "^3.0", "friendsofphp/php-cs-fixer": "^3.2", - "nunomaduro/termwind": "^1.13", + "nunomaduro/termwind": "^2.0", "laravel/pint": "^1.10" }, "bin": ["bin/pinyin"],