tinymce-editor/composer.json

51 lines
1.0 KiB
JSON
Executable File

{
"name": "d3/tinymce-editor",
"description": "TinyMCE 6 Integration for OXID-Shop",
"type": "oxideshop-module",
"homepage": "https://www.o3-shop.com/",
"license": [
"GPL-3.0"
],
"authors": [
{
"name": "Marat Bedoev, bestlife AG",
"email": "hello@mb-dev.pro"
},
{
"name": "O3-Shop",
"email": "info@o3-shop.com"
},
{
"name": "D3 Data Development (Inh. Thomas Dartsch)",
"email": "info@d3data.de"
}
],
"extra": {
"oxideshop": {
"blacklist-filter": [
"composer.json",
"CHANGELOG.md",
"README.md",
".php-cs-fixer.php",
"phpstan.neon"
],
"target-directory": "o3-shop/tinymce-editor"
}
},
"archive": {
"exclude": ["/build"]
},
"require": {
"php": ">=7.4",
"oxid-esales/oxideshop-ce": "^6.3.0",
"d3/oxidservicebridges": "^1.2"
},
"autoload": {
"psr-4": {
"O3\\TinyMCE\\": "../../../source/modules/o3-shop/tinymce-editor"
}
}
}