tinymce-editor/composer.json

46 lines
927 B
JSON
Raw Normal View History

2020-06-09 03:09:43 +02:00
{
2023-04-02 23:00:41 +02:00
"name": "o3-shop/tinymce-editor",
2023-04-10 23:27:20 +02:00
"description": "TinyMCE 6 Integration for O3-Shop",
2020-06-09 03:09:43 +02:00
"type": "oxideshop-module",
2023-04-02 23:00:41 +02:00
"homepage": "https://www.o3-shop.com/",
2020-06-09 03:09:43 +02:00
"license": [
"GPL-3.0"
],
"authors": [
{
2023-04-02 23:00:41 +02:00
"name": "Marat Bedoev, bestlife AG",
2020-06-09 03:09:43 +02:00
"email": "hello@mb-dev.pro"
2023-04-02 23:00:41 +02:00
},
{
"name": "O3-Shop",
"email": "info@o3-shop.com"
2020-06-09 03:09:43 +02:00
}
],
"extra": {
"oxideshop": {
2023-04-03 00:03:09 +02:00
"blacklist-filter": [
"composer.json",
2023-04-10 23:27:20 +02:00
"CHANGELOG.md",
"README.md",
".php-cs-fixer.php",
"phpstan.neon"
2023-04-03 00:03:09 +02:00
],
2023-04-02 23:00:41 +02:00
"target-directory": "o3-shop/tinymce-editor"
2020-06-09 03:09:43 +02:00
}
},
"archive": {
"exclude": ["/build"]
},
"require": {
2023-04-10 23:27:20 +02:00
"php": ">=7.4",
2023-04-23 23:14:50 +02:00
"o3-shop/shop-ce": "^1.2 || dev-dev_b-1.2"
2020-06-09 03:09:43 +02:00
},
"autoload": {
"psr-4": {
2023-04-02 23:49:41 +02:00
"O3\\TinyMCE\\": "../../../source/modules/o3-shop/tinymce-editor"
2020-06-09 03:09:43 +02:00
}
}
}