feat(#29): mashup

* update templates to be more responsive
This commit is contained in:
Benjamin Nussbaum 2025-06-06 23:06:31 +02:00
parent ed9d03d0b8
commit 56638b26e8
28 changed files with 1067 additions and 346 deletions

39
composer.lock generated
View file

@ -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": "abffc30d88cd79c676be64cb30b8cfb1",
"content-hash": "63075a49e79059d81034658d332d9dd8",
"packages": [
{
"name": "aws/aws-crt-php",
@ -62,16 +62,16 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.343.24",
"version": "3.344.2",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "5308e15ca92655906d04d5945613ab9046b4f79f"
"reference": "3a6aaaea75f4605f89aa57ad63b9a077bf01e1e5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/5308e15ca92655906d04d5945613ab9046b4f79f",
"reference": "5308e15ca92655906d04d5945613ab9046b4f79f",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/3a6aaaea75f4605f89aa57ad63b9a077bf01e1e5",
"reference": "3a6aaaea75f4605f89aa57ad63b9a077bf01e1e5",
"shasum": ""
},
"require": {
@ -153,22 +153,22 @@
"support": {
"forum": "https://github.com/aws/aws-sdk-php/discussions",
"issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.343.24"
"source": "https://github.com/aws/aws-sdk-php/tree/3.344.2"
},
"time": "2025-06-03T18:04:18+00:00"
"time": "2025-06-06T18:14:42+00:00"
},
{
"name": "bnussbau/laravel-trmnl-blade",
"version": "1.0.0",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/bnussbau/laravel-trmnl-blade.git",
"reference": "9e23a83c2dbb33286d0940c5282eaa8b142cd218"
"reference": "f57a7e2f855d882364e9ce2bb1a239b9387cdd75"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bnussbau/laravel-trmnl-blade/zipball/9e23a83c2dbb33286d0940c5282eaa8b142cd218",
"reference": "9e23a83c2dbb33286d0940c5282eaa8b142cd218",
"url": "https://api.github.com/repos/bnussbau/laravel-trmnl-blade/zipball/f57a7e2f855d882364e9ce2bb1a239b9387cdd75",
"reference": "f57a7e2f855d882364e9ce2bb1a239b9387cdd75",
"shasum": ""
},
"require": {
@ -223,7 +223,7 @@
],
"support": {
"issues": "https://github.com/bnussbau/laravel-trmnl-blade/issues",
"source": "https://github.com/bnussbau/laravel-trmnl-blade/tree/1.0.0"
"source": "https://github.com/bnussbau/laravel-trmnl-blade/tree/1.1.0"
},
"funding": [
{
@ -235,7 +235,7 @@
"type": "custom"
}
],
"time": "2025-06-04T15:52:22+00:00"
"time": "2025-06-10T13:05:01+00:00"
},
{
"name": "brick/math",
@ -7571,16 +7571,16 @@
},
{
"name": "laravel/pail",
"version": "v1.2.2",
"version": "v1.2.3",
"source": {
"type": "git",
"url": "https://github.com/laravel/pail.git",
"reference": "f31f4980f52be17c4667f3eafe034e6826787db2"
"reference": "8cc3d575c1f0e57eeb923f366a37528c50d2385a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/pail/zipball/f31f4980f52be17c4667f3eafe034e6826787db2",
"reference": "f31f4980f52be17c4667f3eafe034e6826787db2",
"url": "https://api.github.com/repos/laravel/pail/zipball/8cc3d575c1f0e57eeb923f366a37528c50d2385a",
"reference": "8cc3d575c1f0e57eeb923f366a37528c50d2385a",
"shasum": ""
},
"require": {
@ -7600,7 +7600,7 @@
"orchestra/testbench-core": "^8.13|^9.0|^10.0",
"pestphp/pest": "^2.20|^3.0",
"pestphp/pest-plugin-type-coverage": "^2.3|^3.0",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan": "^1.12.27",
"symfony/var-dumper": "^6.3|^7.0"
},
"type": "library",
@ -7636,6 +7636,7 @@
"description": "Easily delve into your Laravel application's log files directly from the command line.",
"homepage": "https://github.com/laravel/pail",
"keywords": [
"dev",
"laravel",
"logs",
"php",
@ -7645,7 +7646,7 @@
"issues": "https://github.com/laravel/pail/issues",
"source": "https://github.com/laravel/pail"
},
"time": "2025-01-28T15:15:15+00:00"
"time": "2025-06-05T13:55:57+00:00"
},
{
"name": "laravel/pint",