mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-03-14 12:23:33 +00:00
feat(pipeline): enhance color palette support
Some checks failed
tests / ci (push) Has been cancelled
Some checks failed
tests / ci (push) Has been cancelled
This commit is contained in:
parent
cb46636452
commit
226afa2ed3
2 changed files with 9 additions and 9 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
"ext-simplexml": "*",
|
"ext-simplexml": "*",
|
||||||
"ext-zip": "*",
|
"ext-zip": "*",
|
||||||
"bnussbau/laravel-trmnl-blade": "2.3.*",
|
"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",
|
"keepsuit/laravel-liquid": "^0.5.2",
|
||||||
"laravel/fortify": "^1.30",
|
"laravel/fortify": "^1.30",
|
||||||
"laravel/framework": "^12.1",
|
"laravel/framework": "^12.1",
|
||||||
|
|
|
||||||
16
composer.lock
generated
16
composer.lock
generated
|
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "a4438c591a5d746f546eab261e9e1efc",
|
"content-hash": "909d7acdf3f0ace9fb6d20b4de1eeaca",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "aws/aws-crt-php",
|
"name": "aws/aws-crt-php",
|
||||||
|
|
@ -298,16 +298,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "bnussbau/trmnl-pipeline-php",
|
"name": "bnussbau/trmnl-pipeline-php",
|
||||||
"version": "0.6.0",
|
"version": "0.7.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/bnussbau/trmnl-pipeline-php.git",
|
"url": "https://github.com/bnussbau/trmnl-pipeline-php.git",
|
||||||
"reference": "228505afa8a39a5033916e9ae5ccbf1733092c1f"
|
"reference": "da80de2b6456776eeabc1fb95fd42e5f3357d865"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/bnussbau/trmnl-pipeline-php/zipball/228505afa8a39a5033916e9ae5ccbf1733092c1f",
|
"url": "https://api.github.com/repos/bnussbau/trmnl-pipeline-php/zipball/da80de2b6456776eeabc1fb95fd42e5f3357d865",
|
||||||
"reference": "228505afa8a39a5033916e9ae5ccbf1733092c1f",
|
"reference": "da80de2b6456776eeabc1fb95fd42e5f3357d865",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
@ -349,7 +349,7 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/bnussbau/trmnl-pipeline-php/issues",
|
"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": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
|
@ -357,7 +357,7 @@
|
||||||
"type": "buy_me_a_coffee"
|
"type": "buy_me_a_coffee"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"url": "https://usetrmnl.com/?ref=laravel-trmnl",
|
"url": "https://trmnl.com/?ref=laravel-trmnl",
|
||||||
"type": "custom"
|
"type": "custom"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-12-02T15:18:51+00:00"
|
"time": "2026-02-07T22:22:18+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "brick/math",
|
"name": "brick/math",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue