8
0
Bifurcation 0

change folder structure to composer module

Cette révision appartient à :
Daniel Seifert 2020-05-26 15:45:07 +02:00
Parent 4eec91e84b
révision 02a6022bb6
Signé par: DanielS
ID de la clé GPG: 8A7C4C6ED1915C6F
39 fichiers modifiés avec 39 ajouts et 0 suppressions

39
composer.json Fichier normal
Voir le fichier

@ -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"
}
}
}