tinymce-editor/composer.json

44 lines
851 B
JSON
Executable File

{
"name": "o3-shop/tinymce-editor",
"version": "1.0",
"description": "TinyMCE 5 Integration for O3-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"
}
],
"extra": {
"oxideshop": {
"blacklist-filter": [
"composer.json",
"README.md"
],
"target-directory": "o3-shop/tinymce-editor"
}
},
"archive": {
"exclude": ["/build"]
},
"require": {
"php": ">=7.0",
"o3-shop/shop-ce": "^1.0"
},
"autoload": {
"psr-4": {
"O3\\TinyMCE\\": "../../../source/modules/o3-shop/tinymce-editor"
}
}
}