feat: media result page

This commit is contained in:
2025-04-21 11:30:18 -05:00
parent fb4b7dc71e
commit 77907601f8
24 changed files with 844 additions and 19 deletions

93
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": "52ea99b6f072a3dba10316c24060b886",
"content-hash": "e8c968ee6b83d42fa44746ec5e4d303d",
"packages": [
{
"name": "1tomany/data-uri",
@@ -251,6 +251,50 @@
},
"time": "2025-04-07T20:06:18+00:00"
},
{
"name": "nihilarr/parse-torrent-name",
"version": "v0.0.1",
"source": {
"type": "git",
"url": "https://gitlab.com/nihilarr/parse-torrent-name.git",
"reference": "0d8ddb6c91b33845d2e26677304ea91f69c90319"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/nihilarr%2Fparse-torrent-name/repository/archive.zip?sha=0d8ddb6c91b33845d2e26677304ea91f69c90319",
"reference": "0d8ddb6c91b33845d2e26677304ea91f69c90319",
"shasum": ""
},
"require": {
"php": ">=5.3.24"
},
"type": "library",
"autoload": {
"psr-4": {
"Nihilarr\\": "PTN/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Drew Smith",
"homepage": "https://www.nihilarr.com"
}
],
"description": "Extract media information from torrent-like filename",
"homepage": "https://gitlab.com/nihilarr/parse-torrent-name",
"keywords": [
"library",
"parse",
"parser",
"ptn",
"torrent"
],
"time": "2018-04-23T01:48:14+00:00"
},
{
"name": "nyholm/psr7",
"version": "1.8.2",
@@ -519,6 +563,53 @@
},
"time": "2021-05-22T15:57:08+00:00"
},
{
"name": "p3k/emoji-detector",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/aaronpk/emoji-detector-php.git",
"reference": "dce4638e215622181d272f08145a3f97b735b1c7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aaronpk/emoji-detector-php/zipball/dce4638e215622181d272f08145a3f97b735b1c7",
"reference": "dce4638e215622181d272f08145a3f97b735b1c7",
"shasum": ""
},
"require": {
"ext-intl": "*",
"ext-mbstring": "*",
"php": ">=7.4"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
},
"type": "library",
"autoload": {
"files": [
"src/Emoji.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Parecki",
"email": "aaron@parecki.com",
"homepage": "https://aaronparecki.com/"
}
],
"description": "Detect and return all emoji found in a string",
"homepage": "https://github.com/aaronpk/emoji-detector-php",
"support": {
"issues": "https://github.com/aaronpk/emoji-detector-php/issues",
"source": "https://github.com/aaronpk/emoji-detector-php/tree/1.2.0"
},
"time": "2024-02-19T18:29:05+00:00"
},
{
"name": "php-http/discovery",
"version": "1.20.0",