-
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathcomposer.json
More file actions
22 lines (22 loc) · 611 Bytes
/
composer.json
File metadata and controls
22 lines (22 loc) · 611 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "markshust/magento2-module-pagebuildersourcecode",
"description": "The Page Builder Source Code module adds a Source Code button to the toolbar of the Page Builder WYSIWYG editor.",
"require": {
"php": "^7||^8",
"magento/framework": "^100|^101|^102|^103",
"magento/module-page-builder": "^1||^2"
},
"type": "magento2-module",
"version": "2.0.1",
"license": [
"MIT"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"MarkShust\\PageBuilderSourceCode\\": ""
}
}
}