docs: Add Licence
Showing
- Helper/SendCustomer.php 1 addition, 1 deletionHelper/SendCustomer.php
- LICENCE 675 additions, 0 deletionsLICENCE
- Observer/CustomerRegisterSuccess.php 1 addition, 1 deletionObserver/CustomerRegisterSuccess.php
- README.md 8 additions, 2 deletionsREADME.md
- composer.json 3 additions, 4 deletionscomposer.json
LICENCE
0 → 100644
This diff is collapsed.
{ | ||
"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": { | ||
... | ... |
Please register or sign in to comment