Initial Commit
parents
No related branches found
No related tags found
Showing
- .gitignore 32 additions, 0 deletions.gitignore
- CHANGELOG.md 8 additions, 0 deletionsCHANGELOG.md
- README.md 13 additions, 0 deletionsREADME.md
- composer.json 23 additions, 0 deletionscomposer.json
- etc/module.xml 8 additions, 0 deletionsetc/module.xml
- registration.php 9 additions, 0 deletionsregistration.php
.gitignore
0 → 100755
CHANGELOG.md
0 → 100755
README.md
0 → 100755
composer.json
0 → 100755
{ | ||
"name": "nicolasbejean/sales", | ||
"description": "Module pour les ventes", | ||
"type": "magento2-module", | ||
"version": "1.0.0", | ||
"require": { | ||
"php": "~7.1.3||~7.2.0||~7.3.0", | ||
"magento/framework": "102.0.*", | ||
"magento/module-sales": "102.0.*" | ||
}, | ||
"license": [ | ||
"OSL-3.0", | ||
"AFL-3.0" | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"NicolasBejean\\Sales\\": "" | ||
}, | ||
"files": [ | ||
"registration.php" | ||
] | ||
} | ||
} |
etc/module.xml
0 → 100755
registration.php
0 → 100755
Please register or sign in to comment