-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 777 Bytes
/
Copy pathcomposer.json
File metadata and controls
35 lines (35 loc) · 777 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
{
"name": "abelbm/magento2-disablefrontend",
"description": "Disable Frontend in Magento 2.",
"keywords": [
"magento 2",
"disable",
"frontend",
"disable frontend magento 2",
"magento2"
],
"require": {
"php": ">=5.5"
},
"type": "magento2-module",
"version": "1.1.1",
"license": [
"AGPL-3.0"
],
"author": [
{
"name": "Abel Bolanos Martinez",
"email": "abelbmartinez@gmail.com",
"homepage": "http://abelbolanos.blogspot.com/",
"role": "Developer"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Abelbm\\DisableFrontend\\": ""
}
}
}