diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-08-13 14:45:28 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-08-13 15:01:02 +0200 |
commit | 6a50c4a3444643462f165c031f5a179161b3c8f1 (patch) | |
tree | d7941bf3bb502bbef6d6d17a7575339986e94827 /apps/sharebymail/composer/composer.lock | |
parent | fa56c13484afa1baf908b93ed5b6990c6a0e9ad6 (diff) | |
download | nextcloud-server-6a50c4a3444643462f165c031f5a179161b3c8f1.tar.gz nextcloud-server-6a50c4a3444643462f165c031f5a179161b3c8f1.zip |
Add missing files for Composer v2
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/sharebymail/composer/composer.lock')
-rw-r--r-- | apps/sharebymail/composer/composer.lock | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/apps/sharebymail/composer/composer.lock b/apps/sharebymail/composer/composer.lock new file mode 100644 index 00000000000..fd0bcbcb753 --- /dev/null +++ b/apps/sharebymail/composer/composer.lock @@ -0,0 +1,18 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", + "This file is @generated automatically" + ], + "content-hash": "d751713988987e9331980363e24189ce", + "packages": [], + "packages-dev": [], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": [], + "platform-dev": [], + "plugin-api-version": "2.1.0" +} |