mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09:29 -07:00
Update composer.json
This commit is contained in:
parent
e7f3dccfcf
commit
1810e7b037
1 changed files with 12 additions and 0 deletions
|
@ -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.*"
|
||||||
|
|
Loading…
Reference in a new issue