tinymce-editor/composer.json

50 lines
1.2 KiB
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": {
2024-12-04 14:41:56 +01:00
"phpstan/phpstan": "^2.0",
"friendsofphp/php-cs-fixer": "^3.64.0"
2024-12-04 12:04:03 +01:00
},
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": {
2024-12-04 14:41:56 +01:00
"php-cs-fixer_audit": "./vendor/bin/php-cs-fixer list-files --config=./vendor/d3/tinymce-editor/.php-cs-fixer.php",
"php-cs-fixer_fix": "./vendor/bin/php-cs-fixer fix --config=./vendor/d3/tinymce-editor/.php-cs-fixer.php",
2024-12-04 12:04:03 +01:00
"phpstan": "./vendor/bin/phpstan analyse -c./vendor/d3/tinymce-editor/phpstan.neon"
2020-06-09 03:09:43 +02:00
}
}