From 339d2c0c3df062eee919691740e8d5b4d4b5bc30 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Tue, 28 Mar 2023 01:54:24 +0200 Subject: [PATCH] add lockfile --- composer.lock | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 composer.lock diff --git a/composer.lock b/composer.lock new file mode 100644 index 00000000..d2b67b38 --- /dev/null +++ b/composer.lock @@ -0,0 +1,28 @@ +{ + "_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": "b3c1951928eb81c8bcfcace0c956b376", + "packages": [], + "packages-dev": [], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": { + "php": ">=7.1.0", + "ext-apcu": "*", + "ext-curl": "*", + "ext-intl": "*", + "ext-mbstring": "*", + "ext-openssl": "*", + "ext-xdiff": "*", + "ext-xmlrpc": "*", + "ext-xsl": "*" + }, + "platform-dev": [], + "plugin-api-version": "2.3.0" +} -- 2.38.4