From 226afa2ed33a608dbf28fd2fa66a4b7fef8f36cd Mon Sep 17 00:00:00 2001 From: Benjamin Nussbaum Date: Thu, 12 Feb 2026 22:15:34 +0100 Subject: [PATCH] feat(pipeline): enhance color palette support --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index c6f59c8..6f00826 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "ext-simplexml": "*", "ext-zip": "*", "bnussbau/laravel-trmnl-blade": "2.3.*", - "bnussbau/trmnl-pipeline-php": "^0.6.0", + "bnussbau/trmnl-pipeline-php": "0.7.*", "keepsuit/laravel-liquid": "^0.5.2", "laravel/fortify": "^1.30", "laravel/framework": "^12.1", diff --git a/composer.lock b/composer.lock index 2f94f0d..b22316d 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": "a4438c591a5d746f546eab261e9e1efc", + "content-hash": "909d7acdf3f0ace9fb6d20b4de1eeaca", "packages": [ { "name": "aws/aws-crt-php", @@ -298,16 +298,16 @@ }, { "name": "bnussbau/trmnl-pipeline-php", - "version": "0.6.0", + "version": "0.7.0", "source": { "type": "git", "url": "https://github.com/bnussbau/trmnl-pipeline-php.git", - "reference": "228505afa8a39a5033916e9ae5ccbf1733092c1f" + "reference": "da80de2b6456776eeabc1fb95fd42e5f3357d865" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bnussbau/trmnl-pipeline-php/zipball/228505afa8a39a5033916e9ae5ccbf1733092c1f", - "reference": "228505afa8a39a5033916e9ae5ccbf1733092c1f", + "url": "https://api.github.com/repos/bnussbau/trmnl-pipeline-php/zipball/da80de2b6456776eeabc1fb95fd42e5f3357d865", + "reference": "da80de2b6456776eeabc1fb95fd42e5f3357d865", "shasum": "" }, "require": { @@ -349,7 +349,7 @@ ], "support": { "issues": "https://github.com/bnussbau/trmnl-pipeline-php/issues", - "source": "https://github.com/bnussbau/trmnl-pipeline-php/tree/0.6.0" + "source": "https://github.com/bnussbau/trmnl-pipeline-php/tree/0.7.0" }, "funding": [ { @@ -357,7 +357,7 @@ "type": "buy_me_a_coffee" }, { - "url": "https://usetrmnl.com/?ref=laravel-trmnl", + "url": "https://trmnl.com/?ref=laravel-trmnl", "type": "custom" }, { @@ -365,7 +365,7 @@ "type": "github" } ], - "time": "2025-12-02T15:18:51+00:00" + "time": "2026-02-07T22:22:18+00:00" }, { "name": "brick/math",