You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
511 B
25 lines
511 B
2 years ago
|
{
|
||
|
"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
|
||
|
}
|
||
|
}
|