Skip to content

Commit b419ba6

Browse files
committed
Add upstream history for 2.4.4-p11, 2.4.5-p10, 2.4.6-p8, and 2.4.7-p3
1 parent dc3a790 commit b419ba6

File tree

12 files changed

+2937
-0
lines changed

12 files changed

+2937
-0
lines changed

resource/history/magento/magento2-base/2.4.4-p11.json

Lines changed: 543 additions & 0 deletions
Large diffs are not rendered by default.

resource/history/magento/magento2-base/2.4.5-p10.json

Lines changed: 550 additions & 0 deletions
Large diffs are not rendered by default.

resource/history/magento/magento2-base/2.4.6-p8.json

Lines changed: 569 additions & 0 deletions
Large diffs are not rendered by default.

resource/history/magento/magento2-base/2.4.7-p3.json

Lines changed: 572 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"require": {
3+
"magento/adobe-ims": "2.1.3-p11",
4+
"magento/adobe-stock-integration": "2.1.3-p11",
5+
"magento/google-shopping-ads": "4.0.1",
6+
"magento/inventory-metapackage": "1.2.4-p11",
7+
"magento/page-builder": "1.7.1-p11",
8+
"magento/security-package": "1.1.3-p11",
9+
"paypal/module-braintree": "4.3.0-p9",
10+
"temando/module-shipping": "2.0.0"
11+
}
12+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"require": {
3+
"magento/adobe-stock-integration": "2.1.4-p10",
4+
"magento/google-shopping-ads": "4.0.1",
5+
"magento/inventory-metapackage": "1.2.5-p10",
6+
"magento/page-builder": "1.7.2-p10",
7+
"magento/security-package": "1.1.4-p10",
8+
"paypal/module-braintree": "4.4.0-p10",
9+
"temando/module-shipping": "2.0.0"
10+
}
11+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"require": {
3+
"adobe-commerce/adobe-ims-metapackage": "^2.2",
4+
"magento/adobe-stock-integration": "2.1.5-p8",
5+
"magento/inventory-metapackage": "1.2.6-p8",
6+
"magento/google-shopping-ads": "4.0.1",
7+
"magento/page-builder": "1.7.3-p8",
8+
"magento/security-package": "1.1.5-p8",
9+
"paypal/module-braintree": "4.5.0-p8",
10+
"temando/module-shipping": "2.0.0"
11+
}
12+
}

resource/history/magento/product-community-edition/2.4.7-p3.json

Lines changed: 326 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
{
2+
"name": "magento/project-community-edition",
3+
"description": "eCommerce Platform for Growth (Community Edition)",
4+
"type": "project",
5+
"license": [
6+
"OSL-3.0",
7+
"AFL-3.0"
8+
],
9+
"config": {
10+
"allow-plugins": {
11+
"dealerdirect/phpcodesniffer-composer-installer": true,
12+
"laminas/laminas-dependency-plugin": true,
13+
"magento/*": true
14+
},
15+
"preferred-install": "dist",
16+
"sort-packages": true
17+
},
18+
"version": "2.4.4-p11",
19+
"require": {
20+
"magento/product-community-edition": "2.4.4-p11",
21+
"magento/composer-dependency-version-audit-plugin": "~0.1",
22+
"magento/composer-root-update-plugin": "~2.0"
23+
},
24+
"autoload": {
25+
"exclude-from-classmap": [
26+
"**/dev/**",
27+
"**/update/**",
28+
"**/Test/**"
29+
],
30+
"files": [
31+
"app/etc/NonComposerComponentRegistration.php"
32+
],
33+
"psr-0": {
34+
"": [
35+
"app/code/",
36+
"generated/code/"
37+
]
38+
},
39+
"psr-4": {
40+
"Magento\\": "app/code/Magento/",
41+
"Magento\\Framework\\": "lib/internal/Magento/Framework/",
42+
"Magento\\Setup\\": "setup/src/Magento/Setup/"
43+
}
44+
},
45+
"require-dev": {
46+
"allure-framework/allure-phpunit": "~1.5.0",
47+
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
48+
"friendsofphp/php-cs-fixer": "~3.3.0",
49+
"lusitanian/oauth": "~0.8.10",
50+
"magento/magento-coding-standard": "*",
51+
"magento/magento2-functional-testing-framework": "^3.7",
52+
"pdepend/pdepend": "~2.10.0",
53+
"phpmd/phpmd": "^2.9.1",
54+
"phpstan/phpstan": "~1.2.0",
55+
"phpunit/phpunit": "~9.5.0",
56+
"sebastian/phpcpd": "^6.0.3",
57+
"squizlabs/php_codesniffer": "~3.6.0",
58+
"symfony/finder": "^5.2"
59+
},
60+
"conflict": {
61+
"gene/bluefoot": "*"
62+
},
63+
"autoload-dev": {
64+
"psr-4": {
65+
"Magento\\PhpStan\\": "dev/tests/static/framework/Magento/PhpStan/",
66+
"Magento\\Sniffs\\": "dev/tests/static/framework/Magento/Sniffs/",
67+
"Magento\\TestFramework\\Inspection\\": "dev/tests/static/framework/Magento/TestFramework/Inspection/",
68+
"Magento\\TestFramework\\Utility\\": "dev/tests/static/framework/Magento/TestFramework/Utility/",
69+
"Magento\\Tools\\": "dev/tools/Magento/Tools/",
70+
"Magento\\Tools\\Sanity\\": "dev/build/publication/sanity/Magento/Tools/Sanity/"
71+
}
72+
},
73+
"minimum-stability": "stable",
74+
"prefer-stable": true,
75+
"repositories": [
76+
{
77+
"type": "composer",
78+
"url": "https://repo.magento.com/"
79+
}
80+
],
81+
"extra": {
82+
"magento-force": "override"
83+
}
84+
}
85+
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
{
2+
"name": "magento/project-community-edition",
3+
"description": "eCommerce Platform for Growth (Community Edition)",
4+
"type": "project",
5+
"license": [
6+
"OSL-3.0",
7+
"AFL-3.0"
8+
],
9+
"config": {
10+
"allow-plugins": {
11+
"dealerdirect/phpcodesniffer-composer-installer": true,
12+
"laminas/laminas-dependency-plugin": true,
13+
"magento/*": true
14+
},
15+
"preferred-install": "dist",
16+
"sort-packages": true
17+
},
18+
"version": "2.4.5-p10",
19+
"require": {
20+
"magento/product-community-edition": "2.4.5-p10",
21+
"magento/composer-root-update-plugin": "~2.0",
22+
"magento/composer-dependency-version-audit-plugin": "~0.1"
23+
},
24+
"autoload": {
25+
"exclude-from-classmap": [
26+
"**/dev/**",
27+
"**/update/**",
28+
"**/Test/**"
29+
],
30+
"files": [
31+
"app/etc/NonComposerComponentRegistration.php"
32+
],
33+
"psr-0": {
34+
"": [
35+
"app/code/",
36+
"generated/code/"
37+
]
38+
},
39+
"psr-4": {
40+
"Magento\\": "app/code/Magento/",
41+
"Magento\\Framework\\": "lib/internal/Magento/Framework/",
42+
"Magento\\Setup\\": "setup/src/Magento/Setup/"
43+
}
44+
},
45+
"require-dev": {
46+
"allure-framework/allure-phpunit": "~1.5.0",
47+
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
48+
"friendsofphp/php-cs-fixer": "~3.4.0",
49+
"lusitanian/oauth": "~0.8.10",
50+
"magento/magento-coding-standard": "*",
51+
"magento/magento2-functional-testing-framework": "^3.7",
52+
"pdepend/pdepend": "~2.10.0",
53+
"phpmd/phpmd": "^2.12.0",
54+
"phpstan/phpstan": "^1.6.8",
55+
"phpunit/phpunit": "~9.5.20",
56+
"sebastian/phpcpd": "^6.0.3",
57+
"squizlabs/php_codesniffer": "~3.6.0",
58+
"symfony/finder": "^5.2"
59+
},
60+
"conflict": {
61+
"gene/bluefoot": "*"
62+
},
63+
"autoload-dev": {
64+
"psr-4": {
65+
"Magento\\PhpStan\\": "dev/tests/static/framework/Magento/PhpStan/",
66+
"Magento\\Sniffs\\": "dev/tests/static/framework/Magento/Sniffs/",
67+
"Magento\\TestFramework\\Inspection\\": "dev/tests/static/framework/Magento/TestFramework/Inspection/",
68+
"Magento\\TestFramework\\Utility\\": "dev/tests/static/framework/Magento/TestFramework/Utility/",
69+
"Magento\\Tools\\": "dev/tools/Magento/Tools/",
70+
"Magento\\Tools\\Sanity\\": "dev/build/publication/sanity/Magento/Tools/Sanity/"
71+
}
72+
},
73+
"minimum-stability": "stable",
74+
"prefer-stable": true,
75+
"repositories": [
76+
{
77+
"type": "composer",
78+
"url": "https://repo.magento.com/"
79+
}
80+
],
81+
"extra": {
82+
"magento-force": "override"
83+
}
84+
}
85+

0 commit comments

Comments
 (0)