change folder structure to composer module

This commit is contained in:
Daniel Seifert 2020-05-26 15:45:07 +02:00
parent 4eec91e84b
commit 02a6022bb6
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
39 changed files with 39 additions and 0 deletions

39
composer.json Normal file
View File

@ -0,0 +1,39 @@
{
"name": "d3/pdfdocuments",
"description": "PDF-Dokumentgenerator",
"type": "oxideshop-module",
"keywords": [
"oxid",
"modules",
"eShop",
"d3",
"PDF"
],
"authors": [
{
"name": "D3 Data Development (Inh. Thomas Dartsch)",
"email": "info@shopmodule.com",
"homepage": "http://www.d3data.de",
"role": "Owner"
}
],
"homepage": "https://www.oxidmodule.com/",
"license": [
"proprietary"
],
"extra": {
"oxideshop": {
"blacklist-filter": [
"composer.json"
],
"target-directory": "d3/pdfdocuments"
}
},
"require": {
},
"autoload": {
"psr-4": {
"D3\\PdfDocuments\\": "../../../source/modules/d3/pdfdocuments"
}
}
}