Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 4e04e73d authored by Nicolas's avatar Nicolas
Browse files

docs: Add Licence

parent 15ab1665
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ use Magento\Framework\Exception\NoSuchEntityException;
* @category PHP
* @package NicolasBejean\Customer\Helper
* @author Nicolas Béjean <nicolas@bejean.eu>
* @license https://github.com/nicolasbejean/customer/blob/master/licence.txt BSD Licence
* @license https://lab.frogg.it/bejean-developpement/magento-2/modules/customer/-/blob/master/LICENCE GPL3 Licence
* @link https://www.bejean.eu
*/
class SendCustomer extends AbstractHelper
......
LICENCE 0 → 100644
This diff is collapsed.
......@@ -14,7 +14,7 @@ use NicolasBejean\Customer\Helper\SendCustomer;
* @category PHP
* @package NicolasBejean\Customer\Observer
* @author Nicolas Béjean <nicolas@bejean.eu>
* @license https://github.com/nicolasbejean/customer/blob/master/licence.txt BSD Licence
* @license https://lab.frogg.it/bejean-developpement/magento-2/modules/customer/-/blob/master/LICENCE GPL3 Licence
* @link https://www.bejean.eu
*/
class CustomerRegisterSuccess implements ObserverInterface
......
# Customer
Gestion des clients pour Magento 2
Module d'exportation des clients pour Magento 2
## Installation
Lancer dans le terminal la commande suivante pour configurer le chemin du dépot GIT :
`composer config repositories.nicolasbejean-customer vcs git@github.com:nicolasbejean/customer.git`
`composer config repositories.nicolasbejean-customer vcs git@lab.frogg.it:bejean-developpement/magento-2/modules/customer.git`
Ensuite, procéder à l'installation avec la commande :
`composer require nicolasbejean/customer`
## Licence
[![Copyright 2021-2021 Nicolas Béjean](https://www.gnu.org/graphics/gplv3-with-text-136x68.png)](https://choosealicense.com/licenses/gpl-3.0/).
**NicolasBejean_Customer** est créé par Béjean Développement et publié sous la licence [GPL3](https://www.gnu.org/licenses/gpl.html).
{
"name": "nicolasbejean/customer",
"description": "Module pour les clients",
"description": "Module d'exportation des clients pour Magento 2",
"type": "magento2-module",
"version": "1.1.0",
"version": "1.2.0",
"require": {
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "102.0.*",
"magento/module-customer": "102.0.*"
},
"license": [
"OSL-3.0",
"AFL-3.0"
"GPL-3.0-only"
],
"autoload": {
"psr-4": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment