Files
Malawi-Stock-Exchange-API/composer.json
Kwesi Banson Jnr 592a161ee6 Initial commit
2026-04-08 05:53:02 +00:00

15 lines
287 B
JSON

{
"name": "click-mobile/mse-api",
"description": "Api service for the main application",
"type": "project",
"require": {
"php": ">=7.4",
"vlucas/phpdotenv": "^5.5"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
}
}