Files
immich-gallery/composer.json
2026-03-13 23:33:08 +01:00

14 lines
230 B
JSON

{
"name": "root/www",
"type": "project",
"autoload": {
"psr-4": {
"Root\\Www\\": "src/"
}
},
"require": {
"twig/twig": "^3.23",
"phpmailer/phpmailer": "^7.0"
}
}