Skip to content

Commit ada29b2

Browse files
author
magento packaging service
committed
Magento Release 2.4.7-p1
1 parent dbf8f9d commit ada29b2

File tree

20 files changed

+194
-154
lines changed

20 files changed

+194
-154
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
{
22
"name": "magento/module-bundle-sample-data",
33
"description": "N/A",
4-
"require": {
5-
"php": "~8.1.0||~8.2.0||~8.3.0",
6-
"magento/framework": "*",
7-
"magento/module-bundle": "*",
8-
"magento/module-catalog-sample-data": "*",
9-
"magento/module-store": "*",
10-
"magento/module-catalog": "*",
11-
"magento/module-eav": "*"
12-
},
134
"type": "magento2-module",
145
"license": [
156
"OSL-3.0",
167
"AFL-3.0"
178
],
9+
"version": "100.4.3",
10+
"require": {
11+
"php": "~8.1.0||~8.2.0||~8.3.0",
12+
"magento/framework": "103.0.*",
13+
"magento/module-bundle": "101.0.*",
14+
"magento/module-catalog-sample-data": "100.4.*",
15+
"magento/module-store": "101.1.*",
16+
"magento/module-catalog": "104.0.*",
17+
"magento/module-eav": "102.1.*"
18+
},
1819
"autoload": {
1920
"files": [
2021
"registration.php"
@@ -24,3 +25,4 @@
2425
}
2526
}
2627
}
28+
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
{
22
"name": "magento/module-catalog-rule-sample-data",
33
"description": "N/A",
4-
"require": {
5-
"php": "~8.1.0||~8.2.0||~8.3.0",
6-
"magento/framework": "*",
7-
"magento/module-catalog-rule": "*",
8-
"magento/module-store": "*",
9-
"magento/module-customer": "*",
10-
"magento/module-catalog": "*"
11-
},
124
"type": "magento2-module",
135
"license": [
146
"OSL-3.0",
157
"AFL-3.0"
168
],
9+
"version": "100.4.3",
10+
"require": {
11+
"php": "~8.1.0||~8.2.0||~8.3.0",
12+
"magento/framework": "103.0.*",
13+
"magento/module-catalog-rule": "101.2.*",
14+
"magento/module-store": "101.1.*",
15+
"magento/module-customer": "103.0.*",
16+
"magento/module-catalog": "104.0.*"
17+
},
1718
"autoload": {
1819
"files": [
1920
"registration.php"
@@ -23,3 +24,4 @@
2324
}
2425
}
2526
}
27+
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
{
22
"name": "magento/module-catalog-sample-data",
33
"description": "N/A",
4-
"require": {
5-
"php": "~8.1.0||~8.2.0||~8.3.0",
6-
"magento/framework": "*",
7-
"magento/module-store": "*",
8-
"magento/module-eav": "*",
9-
"magento/module-catalog": "*"
10-
},
114
"type": "magento2-module",
125
"license": [
136
"OSL-3.0",
147
"AFL-3.0"
158
],
9+
"version": "100.4.3",
10+
"require": {
11+
"php": "~8.1.0||~8.2.0||~8.3.0",
12+
"magento/framework": "103.0.*",
13+
"magento/module-store": "101.1.*",
14+
"magento/module-eav": "102.1.*",
15+
"magento/module-catalog": "104.0.*"
16+
},
1617
"autoload": {
1718
"files": [
1819
"registration.php"
@@ -22,3 +23,4 @@
2223
}
2324
}
2425
}
26+
+12-10
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
{
22
"name": "magento/module-cms-sample-data",
33
"description": "N/A",
4-
"require": {
5-
"php": "~8.1.0||~8.2.0||~8.3.0",
6-
"magento/framework": "*",
7-
"magento/module-cms": "*",
8-
"magento/module-theme-sample-data": "*",
9-
"magento/module-catalog-sample-data": "*",
10-
"magento/module-catalog": "*",
11-
"magento/module-store": "*",
12-
"magento/module-eav": "*"
13-
},
144
"type": "magento2-module",
155
"license": [
166
"OSL-3.0",
177
"AFL-3.0"
188
],
9+
"version": "100.4.3",
10+
"require": {
11+
"php": "~8.1.0||~8.2.0||~8.3.0",
12+
"magento/framework": "103.0.*",
13+
"magento/module-cms": "104.0.*",
14+
"magento/module-theme-sample-data": "100.4.*",
15+
"magento/module-catalog-sample-data": "100.4.*",
16+
"magento/module-catalog": "104.0.*",
17+
"magento/module-store": "101.1.*",
18+
"magento/module-eav": "102.1.*"
19+
},
1920
"autoload": {
2021
"files": [
2122
"registration.php"
@@ -25,3 +26,4 @@
2526
}
2627
}
2728
}
29+
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
{
22
"name": "magento/module-configurable-sample-data",
33
"description": "N/A",
4-
"require": {
5-
"php": "~8.1.0||~8.2.0||~8.3.0",
6-
"magento/framework": "*",
7-
"magento/module-configurable-product": "*",
8-
"magento/module-product-links-sample-data": "*",
9-
"magento/module-indexer": "*",
10-
"magento/module-catalog-sample-data": "*",
11-
"magento/module-import-export": "*",
12-
"magento/module-eav": "*",
13-
"magento/module-catalog": "*"
14-
},
154
"type": "magento2-module",
165
"license": [
176
"OSL-3.0",
187
"AFL-3.0"
198
],
9+
"version": "100.4.3",
10+
"require": {
11+
"php": "~8.1.0||~8.2.0||~8.3.0",
12+
"magento/framework": "103.0.*",
13+
"magento/module-configurable-product": "100.4.*",
14+
"magento/module-product-links-sample-data": "100.4.*",
15+
"magento/module-indexer": "100.4.*",
16+
"magento/module-catalog-sample-data": "100.4.*",
17+
"magento/module-import-export": "101.0.*",
18+
"magento/module-eav": "102.1.*",
19+
"magento/module-catalog": "104.0.*"
20+
},
2021
"autoload": {
2122
"files": [
2223
"registration.php"
@@ -26,3 +27,4 @@
2627
}
2728
}
2829
}
30+
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
{
22
"name": "magento/module-customer-sample-data",
33
"description": "N/A",
4-
"require": {
5-
"php": "~8.1.0||~8.2.0||~8.3.0",
6-
"magento/framework": "*",
7-
"magento/module-customer": "*",
8-
"magento/module-directory": "*",
9-
"magento/module-store": "*"
10-
},
114
"type": "magento2-module",
125
"license": [
136
"OSL-3.0",
147
"AFL-3.0"
158
],
9+
"version": "100.4.3",
10+
"require": {
11+
"php": "~8.1.0||~8.2.0||~8.3.0",
12+
"magento/framework": "103.0.*",
13+
"magento/module-customer": "103.0.*",
14+
"magento/module-directory": "100.4.*",
15+
"magento/module-store": "101.1.*"
16+
},
1617
"autoload": {
1718
"files": [
1819
"registration.php"
@@ -22,3 +23,4 @@
2223
}
2324
}
2425
}
26+
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
{
22
"name": "magento/module-downloadable-sample-data",
33
"description": "N/A",
4-
"require": {
5-
"php": "~8.1.0||~8.2.0||~8.3.0",
6-
"magento/framework": "*",
7-
"magento/module-catalog-sample-data": "*",
8-
"magento/module-downloadable": "*",
9-
"magento/module-store": "*",
10-
"magento/module-eav": "*",
11-
"magento/module-catalog": "*"
12-
},
134
"type": "magento2-module",
145
"license": [
156
"OSL-3.0",
167
"AFL-3.0"
178
],
9+
"version": "100.4.3",
10+
"require": {
11+
"php": "~8.1.0||~8.2.0||~8.3.0",
12+
"magento/framework": "103.0.*",
13+
"magento/module-catalog-sample-data": "100.4.*",
14+
"magento/module-downloadable": "100.4.*",
15+
"magento/module-store": "101.1.*",
16+
"magento/module-eav": "102.1.*",
17+
"magento/module-catalog": "104.0.*"
18+
},
1819
"autoload": {
1920
"files": [
2021
"registration.php"
@@ -24,3 +25,4 @@
2425
}
2526
}
2627
}
28+
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
{
22
"name": "magento/module-grouped-product-sample-data",
33
"description": "N/A",
4-
"require": {
5-
"php": "~8.1.0||~8.2.0||~8.3.0",
6-
"magento/framework": "*",
7-
"magento/module-catalog-sample-data": "*",
8-
"magento/module-grouped-product": "*",
9-
"magento/module-store": "*",
10-
"magento/module-catalog": "*",
11-
"magento/module-eav": "*"
12-
},
134
"type": "magento2-module",
145
"license": [
156
"OSL-3.0",
167
"AFL-3.0"
178
],
9+
"version": "100.4.3",
10+
"require": {
11+
"php": "~8.1.0||~8.2.0||~8.3.0",
12+
"magento/framework": "103.0.*",
13+
"magento/module-catalog-sample-data": "100.4.*",
14+
"magento/module-grouped-product": "100.4.*",
15+
"magento/module-store": "101.1.*",
16+
"magento/module-catalog": "104.0.*",
17+
"magento/module-eav": "102.1.*"
18+
},
1819
"autoload": {
1920
"files": [
2021
"registration.php"
@@ -24,3 +25,4 @@
2425
}
2526
}
2627
}
28+
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
{
22
"name": "magento/module-msrp-sample-data",
33
"description": "N/A",
4-
"require": {
5-
"php": "~8.1.0||~8.2.0||~8.3.0",
6-
"magento/framework": "*",
7-
"magento/module-msrp": "*",
8-
"magento/module-customer": "*",
9-
"magento/module-catalog": "*"
10-
},
114
"type": "magento2-module",
125
"license": [
136
"OSL-3.0",
147
"AFL-3.0"
158
],
9+
"version": "100.4.3",
10+
"require": {
11+
"php": "~8.1.0||~8.2.0||~8.3.0",
12+
"magento/framework": "103.0.*",
13+
"magento/module-msrp": "100.4.*",
14+
"magento/module-customer": "103.0.*",
15+
"magento/module-catalog": "104.0.*"
16+
},
1617
"autoload": {
1718
"files": [
1819
"registration.php"
@@ -22,3 +23,4 @@
2223
}
2324
}
2425
}
26+
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
{
22
"name": "magento/module-offline-shipping-sample-data",
33
"description": "N/A",
4-
"require": {
5-
"php": "~8.1.0||~8.2.0||~8.3.0",
6-
"magento/framework": "*",
7-
"magento/module-offline-shipping": "*",
8-
"magento/module-directory": "*",
9-
"magento/module-config": "*",
10-
"magento/module-store": "*"
11-
},
124
"type": "magento2-module",
135
"license": [
146
"OSL-3.0",
157
"AFL-3.0"
168
],
9+
"version": "100.4.3",
10+
"require": {
11+
"php": "~8.1.0||~8.2.0||~8.3.0",
12+
"magento/framework": "103.0.*",
13+
"magento/module-offline-shipping": "100.4.*",
14+
"magento/module-directory": "100.4.*",
15+
"magento/module-config": "101.2.*",
16+
"magento/module-store": "101.1.*"
17+
},
1718
"autoload": {
1819
"files": [
1920
"registration.php"
@@ -23,3 +24,4 @@
2324
}
2425
}
2526
}
27+
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"name": "magento/module-product-links-sample-data",
33
"description": "N/A",
4-
"require": {
5-
"php": "~8.1.0||~8.2.0||~8.3.0",
6-
"magento/framework": "*",
7-
"magento/module-catalog": "*"
8-
},
94
"type": "magento2-module",
105
"license": [
116
"OSL-3.0",
127
"AFL-3.0"
138
],
9+
"version": "100.4.3",
10+
"require": {
11+
"php": "~8.1.0||~8.2.0||~8.3.0",
12+
"magento/framework": "103.0.*",
13+
"magento/module-catalog": "104.0.*"
14+
},
1415
"autoload": {
1516
"files": [
1617
"registration.php"
@@ -20,3 +21,4 @@
2021
}
2122
}
2223
}
24+

0 commit comments

Comments
 (0)