tinymce-editor/composer.json

51 lignes
1.0 KiB
JSON
Brut Lien permanent Vue normale Historique

2020-06-09 03:09:43 +02:00
{
"name": "d3/tinymce-editor",
"description": "TinyMCE 6 Integration for OXID-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"
},
{
"name": "D3 Data Development (Inh. Thomas Dartsch)",
"email": "info@d3data.de"
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",
"oxid-esales/oxideshop-ce": "^6.3.0",
"d3/oxidservicebridges": "^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
}
}
}