From f64d5f7c265c53d4253d4e884be801cfb839e847 Mon Sep 17 00:00:00 2001
From: Dorian Merz <merz@ub.uni-leipzig.de>
Date: Fri, 15 Nov 2019 10:58:15 +0100
Subject: [PATCH] refs #16236 [fid_bbi] adapts instance/fid_bbi to new
 composer.json structure

* adds composer.local.2.fid-bbi.json with local requirements
---
 composer.local.2.fid-bbi.json | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 composer.local.2.fid-bbi.json

diff --git a/composer.local.2.fid-bbi.json b/composer.local.2.fid-bbi.json
new file mode 100644
index 00000000000..485ace5f338
--- /dev/null
+++ b/composer.local.2.fid-bbi.json
@@ -0,0 +1,10 @@
+{
+    "autoload": {
+        "psr-4": {
+            "fid_bbi\\": "module/fid_bbi/src"
+        }
+    },
+    "require": {
+        "finc/worldcat-search-module": "^0.0.4"
+    }
+}
\ No newline at end of file
-- 
GitLab