22 lines
496 B
JSON
Executable File
22 lines
496 B
JSON
Executable File
{
|
|
"name": "thelia/thelia-blocks-module",
|
|
"description": "TheliaBlocks module for Thelia",
|
|
"license": "LGPL-3.0-or-later",
|
|
"type": "thelia-module",
|
|
"require": {
|
|
"thelia/installer": "~1.1",
|
|
"thelia/short-code-module": "^2.0.0|dev-main",
|
|
"thelia/open-api-module": "^2.1.1|dev-main"
|
|
},
|
|
"extra": {
|
|
"installer-name": "TheliaBlocks"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"config": {
|
|
"allow-plugins": {
|
|
"thelia/installer": true
|
|
}
|
|
}
|
|
}
|