Skip to content

Commit bd398d6

Browse files
committed
[Task] Insert default description automatically in composer.json
1 parent 5c664e3 commit bd398d6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

templates/module/composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
{
22
"name": "${vendorname}/magento2-module-${modulename}",
3-
"description": "${description}",
3+
"description": "${Vendorname} Magento2 module ${Modulename}",
44
"require": {
55
"php": "~7.0.0"
66
},
77
"type": "magento2-module",
8-
"license": [
9-
"OSL-3.0",
10-
"AFL-3.0"
11-
],
128
"autoload": {
139
"files": [
1410
"registration.php"

0 commit comments

Comments
 (0)