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.
24 lines
511 B
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 |
|
} |
|
}
|
|
|