Update composer.json

This commit is contained in:
Yarmo Mackenbach 2020-07-05 15:42:13 +02:00
parent e7f3dccfcf
commit 1810e7b037

View file

@ -1,6 +1,18 @@
{ {
"name": "Keyoxide.org", "name": "Keyoxide.org",
"description": "FOSS solution for making basic cryptography operations accessible to regular humans https://keyoxide.org", "description": "FOSS solution for making basic cryptography operations accessible to regular humans https://keyoxide.org",
"license": "MIT",
"authors": [
{
"name": "Yarmo Mackenbach",
"email": "yarmo@yarmo.eu",
"homepage": "https://yarmo.eu",
"role": "Developer"
}
],
"support": {
"email": "yarmo@keyoxide.org"
},
"require": { "require": {
"altorouter/altorouter": "^2.0", "altorouter/altorouter": "^2.0",
"league/plates": "3.*" "league/plates": "3.*"