Files
sterivein/local/modules/RibClient/composer.json
2020-11-19 15:36:28 +01:00

11 lines
201 B
JSON

{
"name": "your-vendor/rib-client-module",
"license": "LGPL-3.0+",
"type": "thelia-module",
"require": {
"thelia/installer": "~1.1"
},
"extra": {
"installer-name": "RibClient"
}
}