15 lines
310 B
JSON
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/"
|
|
}
|
|
}
|
|
}
|