File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 6666 "language" : " php" ,
6767 "path" : " ./snippets/module/registration.json"
6868 },
69+ {
70+ "language" : " json" ,
71+ "path" : " ./snippets/module/composer.json"
72+ },
6973 {
7074 "language" : " xml" ,
7175 "path" : " ./snippets/events.json"
Original file line number Diff line number Diff line change 1+ {
2+ "Composer" : {
3+ "prefix" : " m2.module.composer" ,
4+ "body" : [
5+ " {" ,
6+ " \t\" name\" : \" ${1:vendor}\/ module-${2:module}\" ," ,
7+ " \t\" description\" : \" N\/ A\" ," ,
8+ " \t\" require\" : {" ,
9+ " \t\t\" magento\/ framework\" : \" *\" " ,
10+ " \t }," ,
11+ " \t\" type\" : \" magento2-module\" ," ,
12+ " \t\" version\" : \" 0.1.0\" ," ,
13+ " \t\" license\" : [" ,
14+ " \t\t\" OSL-3.0\" " ,
15+ " \t ]," ,
16+ " \t\" autoload\" : {" ,
17+ " \t\t\" files\" : [" ,
18+ " \t\t\t\" registration.php\" " ,
19+ " \t\t ]," ,
20+ " \t\t\" psr-4\" : {" ,
21+ " \t\t\t\" ${3:Vendor}\\\\\\\\ ${4:Module}\\\\\\\" : \"\" " ,
22+ " \t\t }" ,
23+ " \t }" ,
24+ " }"
25+ ],
26+ "description" : " Magento 2 composer file"
27+ }
28+ }
You can’t perform that action at this time.
0 commit comments