Files
le-matelot/local/modules/BackOfficePath/composer.json
2020-01-27 08:56:08 +01:00

12 lines
314 B
JSON

{
"name": "thelia/backofficepath-module",
"type": "thelia-module",
"license": "LGPL-3.0+",
"description": "Customize the BackOffice path of your Thelia (URL to access to the administration panel)",
"require": {
"thelia/installer": "~1.1"
},
"extra": {
"installer-name": "BackOfficePath"
}
}