-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 888 Bytes
/
Copy pathcomposer.json
File metadata and controls
38 lines (38 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "samjuk/m2-module-example-banner",
"description": "Adds a example banner below the header displaying the current time",
"type": "magento2-module",
"version": "1.0.0",
"license": [
"MIT"
],
"autoload": {
"psr-4": {
"SamJUK\\ExampleBanner\\": ""
},
"files": [
"registration.php"
]
},
"homepage": "https://github.com/SamJUK/m2-module-example-banner",
"authors": [
{
"name": "Sam James",
"email": "sam@samdjames.uk",
"homepage": "https://www.samdjames.uk"
}
],
"keywords": [
"magento2",
"magento 2",
"magento2-module",
"adobe-commerce",
"extension",
"deployment",
"ci-cd",
"smoke-test",
"example",
"banner",
"open-source"
]
}