diff options
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..c6f6310 --- /dev/null +++ b/composer.lock @@ -0,0 +1,47 @@ +{ + "_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": "5402a4c52a05baa8de485a52ec6532cc", + "packages": [ + { + "name": "dweipert/gemini-foundation", + "version": "dev-main", + "source": { + "type": "git", + "url": "https://git.dweipert.de/gemini-foundation", + "reference": "bc4d0071d7a0726e08b44795ff29cc1d0262dfe4" + }, + "default-branch": true, + "type": "library", + "autoload": { + "psr-4": { + "GeminiFoundation\\": "src/" + }, + "files": [ + "src/functions.php" + ] + }, + "authors": [ + { + "name": "Daniel Weipert", + "email": "code@drogueronin.de" + } + ], + "time": "2023-11-13T12:15:40+00:00" + } + ], + "packages-dev": [], + "aliases": [], + "minimum-stability": "dev", + "stability-flags": { + "dweipert/gemini-foundation": 20 + }, + "prefer-stable": false, + "prefer-lowest": false, + "platform": [], + "platform-dev": [], + "plugin-api-version": "2.6.0" +} |