Création d'un nouveau module PointRetrait

This commit is contained in:
2021-02-25 19:00:59 +01:00
parent a077697e70
commit 948fa1510e
10 changed files with 222 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "your-vendor/point-retrait-module",
"description": "PointRetrait module for Thelia",
"license": "LGPL-3.0-or-later",
"type": "thelia-module",
"require": {
"thelia/installer": "~1.1"
},
"extra": {
"installer-name": "PointRetrait"
}
}