Fullstack Portal Created by the HCMR for the Marine Strategy Framework Directive Program in order to cover demands and aspects considering extendability and maintainability
 
 
 
 
 

24 lines
511 B

{
"name": "hcmr/msfd",
"description": "Marine Strategy Framework Directive portal for HCMR",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Orestis Moresis",
"email": "o.moresis@hcmr.gr"
}
],
"require": {
"altorouter/altorouter": "^2.0",
"vlucas/phpdotenv": "^2.4"
},
"autoload": {
"psr-4": {
"MSFD\\": "src/"
}
},
"config":{
"optimize-autoloader":true
}
}