Skip to content

Commit 5a9d272

Browse files
committed
Reset composer.json
1 parent 3c0db52 commit 5a9d272

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed
Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
{
22
"name": "magento/module-new-relic-reporting",
33
"description": "N/A",
4-
"type": "magento2-module",
5-
"license": [
6-
"OSL-3.0",
7-
"AFL-3.0"
8-
],
94
"config": {
105
"sort-packages": true
116
},
12-
"version": "100.4.1",
137
"require": {
148
"php": "~7.3.0||~7.4.0",
15-
"magento/framework": "103.0.*",
9+
"magento/framework": "*",
1610
"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": "*"
2317
},
18+
"type": "magento2-module",
19+
"license": [
20+
"OSL-3.0",
21+
"AFL-3.0"
22+
],
2423
"autoload": {
2524
"files": [
2625
"registration.php"
@@ -30,4 +29,3 @@
3029
}
3130
}
3231
}
33-

0 commit comments

Comments
 (0)