Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e15fcef

Browse files
author
magento packaging service
committedOct 14, 2020
Magento Release 2.4.0-p1
1 parent 6729b6e commit e15fcef

File tree

319 files changed

+12868
-4800
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

319 files changed

+12868
-4800
lines changed
 
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
{
22
"name": "magento/module-admin-analytics",
33
"description": "N/A",
4+
"type": "magento2-module",
5+
"license": [
6+
"OSL-3.0",
7+
"AFL-3.0"
8+
],
49
"config": {
510
"sort-packages": true
611
},
12+
"version": "100.4.0",
713
"require": {
814
"php": "~7.3.0||~7.4.0",
915
"magento/framework": "103.0.*",
@@ -12,18 +18,13 @@
1218
"magento/module-ui": "101.2.*",
1319
"magento/module-release-notification": "100.4.*"
1420
},
15-
"type": "magento2-module",
16-
"license": [
17-
"OSL-3.0",
18-
"AFL-3.0"
19-
],
2021
"autoload": {
2122
"files": [
2223
"registration.php"
2324
],
2425
"psr-4": {
2526
"Magento\\AdminAnalytics\\": ""
2627
}
27-
},
28-
"version": "100.4.0"
28+
}
2929
}
30+
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
{
22
"name": "magento/module-admin-notification",
33
"description": "N/A",
4+
"type": "magento2-module",
5+
"license": [
6+
"OSL-3.0",
7+
"AFL-3.0"
8+
],
49
"config": {
510
"sort-packages": true
611
},
12+
"version": "100.4.0",
713
"require": {
814
"php": "~7.3.0||~7.4.0",
915
"lib-libxml": "*",
@@ -14,18 +20,13 @@
1420
"magento/module-ui": "101.2.*",
1521
"magento/module-config": "101.2.*"
1622
},
17-
"type": "magento2-module",
18-
"license": [
19-
"OSL-3.0",
20-
"AFL-3.0"
21-
],
2223
"autoload": {
2324
"files": [
2425
"registration.php"
2526
],
2627
"psr-4": {
2728
"Magento\\AdminNotification\\": ""
2829
}
29-
},
30-
"version": "100.4.0"
30+
}
3131
}
32+

0 commit comments

Comments
 (0)
Please sign in to comment.