mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09:29 -07:00
Fix composer name
This commit is contained in:
parent
39fc871749
commit
480c4e3b05
2 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "Keyoxide.org",
|
"name": "keyoxide/web",
|
||||||
"description": "Easy pgp encryption and distributed identity for all in a fully opensource and privacy-friendly package",
|
"description": "Easy pgp encryption and distributed identity for all in a fully opensource and privacy-friendly package",
|
||||||
"homepage": "https://keyoxide.org",
|
"homepage": "https://keyoxide.org",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
5
composer.lock
generated
5
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "aa4a1e705393f9eee51e91b7634ef095",
|
"content-hash": "4557c18a3227715324f32a473bc9b48f",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "altorouter/altorouter",
|
"name": "altorouter/altorouter",
|
||||||
|
@ -125,5 +125,6 @@
|
||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": [],
|
"platform": [],
|
||||||
"platform-dev": []
|
"platform-dev": [],
|
||||||
|
"plugin-api-version": "1.1.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue