From 58be6f63237654b3ae0c67267a09c5ac2859726f Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Fri, 8 Jul 2022 23:45:03 +0200 Subject: [PATCH] add composer.json --- composer.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..3ee1deb --- /dev/null +++ b/composer.json @@ -0,0 +1,44 @@ +{ + "name": "d3/linkmobility4ordermanager", + "description": "Linkmobility integration for D3 Ordermanager", + "type": "oxideshop-module", + "keywords": [ + "oxid", + "modules", + "eShop", + "d3", + "ordermanager", + "linkmobilty + ], + "authors": [ + { + "name": "D3 Data Development (Inh. Thomas Dartsch)", + "email": "info@shopmodule.com", + "homepage": "https://www.d3data.de", + "role": "Owner" + } + ], + "support": { + "email": "support@shopmodule.com" + }, + "homepage": "https://www.oxidmodule.com/", + "license": [ + "proprietary" + ], + "extra": { + "oxideshop": { + "source-directory": "/src", + "target-directory": "d3/extsearch" + } + }, + "require": { + "php": ">=7.3", + "d3/ordermanager": "^5.0", + "d3/linkmobility4oxid": "^1.0", + }, + "autoload": { + "psr-4": { + "D3\\Linkmobility4Ordermanager\\": "../../../source/modules/d3/linkmobility4ordermanager" + } + } +}