Skip to content

Commit c133bb6

Browse files
committed
Revert "Updating composer versions for version-setter for 2.4.8-beta2"
This reverts commit 0650e5e.
1 parent 0650e5e commit c133bb6

File tree

20 files changed

+154
-194
lines changed

20 files changed

+154
-194
lines changed
Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
{
22
"name": "magento/module-bundle-sample-data",
33
"description": "N/A",
4+
"require": {
5+
"php": "~8.2.0||~8.3.0||~8.4.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+
},
413
"type": "magento2-module",
514
"license": [
615
"OSL-3.0",
716
"AFL-3.0"
817
],
9-
"version": "100.4.4-beta2",
10-
"require": {
11-
"php": "~8.2.0||~8.3.0||~8.4.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-
},
1918
"autoload": {
2019
"files": [
2120
"registration.php"
@@ -25,4 +24,3 @@
2524
}
2625
}
2726
}
28-
Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
{
22
"name": "magento/module-catalog-rule-sample-data",
33
"description": "N/A",
4+
"require": {
5+
"php": "~8.2.0||~8.3.0||~8.4.0",
6+
"magento/framework": "*",
7+
"magento/module-catalog-rule": "*",
8+
"magento/module-store": "*",
9+
"magento/module-customer": "*",
10+
"magento/module-catalog": "*"
11+
},
412
"type": "magento2-module",
513
"license": [
614
"OSL-3.0",
715
"AFL-3.0"
816
],
9-
"version": "100.4.4-beta2",
10-
"require": {
11-
"php": "~8.2.0||~8.3.0||~8.4.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-
},
1817
"autoload": {
1918
"files": [
2019
"registration.php"
@@ -24,4 +23,3 @@
2423
}
2524
}
2625
}
27-
Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
{
22
"name": "magento/module-catalog-sample-data",
33
"description": "N/A",
4+
"require": {
5+
"php": "~8.2.0||~8.3.0||~8.4.0",
6+
"magento/framework": "*",
7+
"magento/module-store": "*",
8+
"magento/module-eav": "*",
9+
"magento/module-catalog": "*"
10+
},
411
"type": "magento2-module",
512
"license": [
613
"OSL-3.0",
714
"AFL-3.0"
815
],
9-
"version": "100.4.4-beta2",
10-
"require": {
11-
"php": "~8.2.0||~8.3.0||~8.4.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-
},
1716
"autoload": {
1817
"files": [
1918
"registration.php"
@@ -23,4 +22,3 @@
2322
}
2423
}
2524
}
26-
Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
{
22
"name": "magento/module-cms-sample-data",
33
"description": "N/A",
4+
"require": {
5+
"php": "~8.2.0||~8.3.0||~8.4.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+
},
414
"type": "magento2-module",
515
"license": [
616
"OSL-3.0",
717
"AFL-3.0"
818
],
9-
"version": "100.4.4-beta2",
10-
"require": {
11-
"php": "~8.2.0||~8.3.0||~8.4.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-
},
2019
"autoload": {
2120
"files": [
2221
"registration.php"
@@ -26,4 +25,3 @@
2625
}
2726
}
2827
}
29-
Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
{
22
"name": "magento/module-configurable-sample-data",
33
"description": "N/A",
4+
"require": {
5+
"php": "~8.2.0||~8.3.0||~8.4.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+
},
415
"type": "magento2-module",
516
"license": [
617
"OSL-3.0",
718
"AFL-3.0"
819
],
9-
"version": "100.4.4-beta2",
10-
"require": {
11-
"php": "~8.2.0||~8.3.0||~8.4.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-
},
2120
"autoload": {
2221
"files": [
2322
"registration.php"
@@ -27,4 +26,3 @@
2726
}
2827
}
2928
}
30-
Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
{
22
"name": "magento/module-customer-sample-data",
33
"description": "N/A",
4+
"require": {
5+
"php": "~8.2.0||~8.3.0||~8.4.0",
6+
"magento/framework": "*",
7+
"magento/module-customer": "*",
8+
"magento/module-directory": "*",
9+
"magento/module-store": "*"
10+
},
411
"type": "magento2-module",
512
"license": [
613
"OSL-3.0",
714
"AFL-3.0"
815
],
9-
"version": "100.4.4-beta2",
10-
"require": {
11-
"php": "~8.2.0||~8.3.0||~8.4.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-
},
1716
"autoload": {
1817
"files": [
1918
"registration.php"
@@ -23,4 +22,3 @@
2322
}
2423
}
2524
}
26-
Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
{
22
"name": "magento/module-downloadable-sample-data",
33
"description": "N/A",
4+
"require": {
5+
"php": "~8.2.0||~8.3.0||~8.4.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+
},
413
"type": "magento2-module",
514
"license": [
615
"OSL-3.0",
716
"AFL-3.0"
817
],
9-
"version": "100.4.4-beta2",
10-
"require": {
11-
"php": "~8.2.0||~8.3.0||~8.4.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-
},
1918
"autoload": {
2019
"files": [
2120
"registration.php"
@@ -25,4 +24,3 @@
2524
}
2625
}
2726
}
28-
Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
{
22
"name": "magento/module-grouped-product-sample-data",
33
"description": "N/A",
4+
"require": {
5+
"php": "~8.2.0||~8.3.0||~8.4.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+
},
413
"type": "magento2-module",
514
"license": [
615
"OSL-3.0",
716
"AFL-3.0"
817
],
9-
"version": "100.4.4-beta2",
10-
"require": {
11-
"php": "~8.2.0||~8.3.0||~8.4.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-
},
1918
"autoload": {
2019
"files": [
2120
"registration.php"
@@ -25,4 +24,3 @@
2524
}
2625
}
2726
}
28-
Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
{
22
"name": "magento/module-msrp-sample-data",
33
"description": "N/A",
4+
"require": {
5+
"php": "~8.2.0||~8.3.0||~8.4.0",
6+
"magento/framework": "*",
7+
"magento/module-msrp": "*",
8+
"magento/module-customer": "*",
9+
"magento/module-catalog": "*"
10+
},
411
"type": "magento2-module",
512
"license": [
613
"OSL-3.0",
714
"AFL-3.0"
815
],
9-
"version": "100.4.4-beta2",
10-
"require": {
11-
"php": "~8.2.0||~8.3.0||~8.4.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-
},
1716
"autoload": {
1817
"files": [
1918
"registration.php"
@@ -23,4 +22,3 @@
2322
}
2423
}
2524
}
26-
Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
{
22
"name": "magento/module-offline-shipping-sample-data",
33
"description": "N/A",
4+
"require": {
5+
"php": "~8.2.0||~8.3.0||~8.4.0",
6+
"magento/framework": "*",
7+
"magento/module-offline-shipping": "*",
8+
"magento/module-directory": "*",
9+
"magento/module-config": "*",
10+
"magento/module-store": "*"
11+
},
412
"type": "magento2-module",
513
"license": [
614
"OSL-3.0",
715
"AFL-3.0"
816
],
9-
"version": "100.4.4-beta2",
10-
"require": {
11-
"php": "~8.2.0||~8.3.0||~8.4.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-
},
1817
"autoload": {
1918
"files": [
2019
"registration.php"
@@ -24,4 +23,3 @@
2423
}
2524
}
2625
}
27-

0 commit comments

Comments
 (0)