tinymce-editor/composer.json

46 lines
963 B
JSON
Raw Normal View History

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",
2024-12-03 15:19:48 +01:00
"d3/oxidservicebridges": "^2.1",
"d3/oxid-twig-extensions": "^1.3"
2020-06-09 03:09:43 +02:00
},
2024-12-04 12:04:03 +01:00
"require-dev": {
"phpstan/phpstan": "^2.0"
},
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
}
2024-12-04 12:04:03 +01:00
},
"scripts": {
"phpstan": "./vendor/bin/phpstan analyse -c./vendor/d3/tinymce-editor/phpstan.neon"
2020-06-09 03:09:43 +02:00
}
}