summaryrefslogtreecommitdiff
path: root/pkgs/0001-add-lockfile.patch
blob: a8cd3ce3ecfb87292978172354da5121c34cbdff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
From 339d2c0c3df062eee919691740e8d5b4d4b5bc30 Mon Sep 17 00:00:00 2001
From: stuebinm <stuebinm@disroot.org>
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