8
0
tinymce-editor/composer.json

39 Zeilen
755 B
JSON

2020-06-09 03:09:43 +02:00
{
"name": "d3/tinymce-editor",
2024-12-03 12:07:24 +01:00
"description": "TinyMCE 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
}
],
"archive": {
"exclude": ["/build"]
},
"require": {
2024-12-03 12:07:24 +01:00
"php": "^8.0",
"oxid-esales/oxideshop-ce": "7.0 - 7.2",
"d3/oxidservicebridges": "^2.1"
2020-06-09 03:09:43 +02:00
},
"autoload": {
"psr-4": {
2024-12-03 12:07:24 +01:00
"O3\\TinyMCE\\": "./"
2020-06-09 03:09:43 +02:00
}
}
}