feat: upcoming episodes component

This commit is contained in:
2025-06-12 23:39:06 -05:00
parent 937313fe59
commit 0f16423f66
7 changed files with 210 additions and 82 deletions

View File

@@ -4,7 +4,7 @@
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=8.2",
"php": ">=8.4",
"ext-ctype": "*",
"ext-iconv": "*",
"1tomany/rich-bundle": "^1.8",
@@ -57,6 +57,9 @@
"symfony/flex": true,
"symfony/runtime": true
},
"platform": {
"php": "8.4"
},
"bump-after-update": true,
"sort-packages": true
},