Files
CMS/composer.json
2025-10-28 13:56:54 +01:00

15 lines
310 B
JSON

{
"name": "cms/portal",
"description": "Customer portal, bug tracker, and light project management platform",
"type": "project",
"require": {
"php": ">=8.2",
"phpmailer/phpmailer": "^6.9"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
}
}