feat: stores user's media preferences

This commit is contained in:
2025-04-29 16:17:40 -05:00
parent 0225bead60
commit c3eaf109e3
15 changed files with 429 additions and 31 deletions

55
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": "1b5e4263ced36558032c50f1d8f7f4fb",
"content-hash": "e0322cfec0023bee458190f38b4cab8c",
"packages": [
{
"name": "1tomany/data-uri",
@@ -122,6 +122,59 @@
},
"time": "2025-04-14T20:49:47+00:00"
},
{
"name": "aimeos/map",
"version": "3.12.0",
"source": {
"type": "git",
"url": "https://github.com/aimeos/map.git",
"reference": "3cb4aff05a92cc47a45a7488094b945370b83381"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aimeos/map/zipball/3cb4aff05a92cc47a45a7488094b945370b83381",
"reference": "3cb4aff05a92cc47a45a7488094b945370b83381",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"ext-pcre": "*",
"php": "^7.1||^8.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "~2.0",
"phpunit/phpunit": "~7.0||~8.0||~9.0",
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"autoload": {
"files": [
"src/function.php"
],
"psr-4": {
"Aimeos\\": "src/"
},
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Easy and elegant handling of PHP arrays as array-like collection objects similar to jQuery and Laravel Collections",
"keywords": [
"array",
"collection",
"map",
"php"
],
"support": {
"issues": "https://github.com/aimeos/map/issues",
"source": "https://github.com/aimeos/map/tree/3.12.0"
},
"time": "2025-03-05T09:16:18+00:00"
},
{
"name": "composer/semver",
"version": "3.4.3",