commit 58be6f63237654b3ae0c67267a09c5ac2859726f Author: Daniel Seifert Date: Fri Jul 8 23:45:03 2022 +0200 add 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" + } + } +}