File tree Expand file tree Collapse file tree 1 file changed +12
-14
lines changed
app/code/Magento/NewRelicReporting Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " magento/module-new-relic-reporting" ,
3
3
"description" : " N/A" ,
4
- "type" : " magento2-module" ,
5
- "license" : [
6
- " OSL-3.0" ,
7
- " AFL-3.0"
8
- ],
9
4
"config" : {
10
5
"sort-packages" : true
11
6
},
12
- "version" : " 100.4.1" ,
13
7
"require" : {
14
8
"php" : " ~7.3.0||~7.4.0" ,
15
- "magento/framework" : " 103.0. *" ,
9
+ "magento/framework" : " *" ,
16
10
"magento/magento-composer-installer" : " *" ,
17
- "magento/module-backend" : " 102.0. *" ,
18
- "magento/module-catalog" : " 104.0. *" ,
19
- "magento/module-config" : " 101.2. *" ,
20
- "magento/module-configurable-product" : " 100.4. *" ,
21
- "magento/module-customer" : " 103.0. *" ,
22
- "magento/module-store" : " 101.1. *"
11
+ "magento/module-backend" : " *" ,
12
+ "magento/module-catalog" : " *" ,
13
+ "magento/module-config" : " *" ,
14
+ "magento/module-configurable-product" : " *" ,
15
+ "magento/module-customer" : " *" ,
16
+ "magento/module-store" : " *"
23
17
},
18
+ "type" : " magento2-module" ,
19
+ "license" : [
20
+ " OSL-3.0" ,
21
+ " AFL-3.0"
22
+ ],
24
23
"autoload" : {
25
24
"files" : [
26
25
" registration.php"
30
29
}
31
30
}
32
31
}
33
-
You can’t perform that action at this time.
0 commit comments