Skip to content

Commit f5e2b82

Browse files
authored
Fixed some json files about 2.4.4-p12, 2.4.5-p11, 2.4.6-p9, 2.4.7-p4 (#201)
1 parent 9a58101 commit f5e2b82

File tree

8 files changed

+51
-1593
lines changed

8 files changed

+51
-1593
lines changed

resource/history/magento/product-community-edition/2.4.4-p12.json

Lines changed: 10 additions & 312 deletions
Large diffs are not rendered by default.

resource/history/magento/product-community-edition/2.4.5-p11.json

Lines changed: 9 additions & 308 deletions
Large diffs are not rendered by default.

resource/history/magento/product-community-edition/2.4.6-p9.json

Lines changed: 10 additions & 316 deletions
Large diffs are not rendered by default.

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

Lines changed: 6 additions & 324 deletions
Large diffs are not rendered by default.
Lines changed: 4 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,6 @@
11
{
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-p12",
19-
"require": {
20-
"magento/product-community-edition": "2.4.4-p12",
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.4.0"
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-
}
2+
"require": {
3+
"magento/composer-dependency-version-audit-plugin": "~0.1",
4+
"magento/composer-root-update-plugin": "~2.0"
5+
}
846
}
85-
Lines changed: 4 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,6 @@
11
{
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-p11",
19-
"require": {
20-
"magento/product-community-edition": "2.4.5-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.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.4.0"
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-
}
2+
"require": {
3+
"magento/composer-dependency-version-audit-plugin": "~0.1",
4+
"magento/composer-root-update-plugin": "~2.0"
5+
}
846
}
85-
Lines changed: 4 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -1,87 +1,6 @@
11
{
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-
"php-http/discovery": true
15-
},
16-
"preferred-install": "dist",
17-
"sort-packages": true
18-
},
19-
"version": "2.4.6-p9",
20-
"require": {
21-
"magento/product-community-edition": "2.4.6-p9",
22-
"magento/composer-dependency-version-audit-plugin": "~0.1",
23-
"magento/composer-root-update-plugin": "~2.0"
24-
},
25-
"autoload": {
26-
"exclude-from-classmap": [
27-
"**/dev/**",
28-
"**/update/**",
29-
"**/Test/**"
30-
],
31-
"files": [
32-
"app/etc/NonComposerComponentRegistration.php"
33-
],
34-
"psr-0": {
35-
"": [
36-
"app/code/",
37-
"generated/code/"
38-
]
39-
},
40-
"psr-4": {
41-
"Magento\\": "app/code/Magento/",
42-
"Magento\\Framework\\": "lib/internal/Magento/Framework/",
43-
"Magento\\Setup\\": "setup/src/Magento/Setup/"
44-
}
45-
},
46-
"require-dev": {
47-
"allure-framework/allure-phpunit": "^2",
48-
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
49-
"dg/bypass-finals": "^1.4",
50-
"friendsofphp/php-cs-fixer": "^3.8",
51-
"lusitanian/oauth": "^0.8",
52-
"magento/magento-coding-standard": "*",
53-
"magento/magento2-functional-testing-framework": "^4.3.1",
54-
"pdepend/pdepend": "^2.10",
55-
"phpmd/phpmd": "^2.12",
56-
"phpstan/phpstan": "^1.9",
57-
"phpunit/phpunit": "^9.5",
58-
"sebastian/comparator": "<=4.0.6",
59-
"sebastian/phpcpd": "^6.0",
60-
"symfony/finder": "^5.4"
61-
},
62-
"conflict": {
63-
"gene/bluefoot": "*"
64-
},
65-
"autoload-dev": {
66-
"psr-4": {
67-
"Magento\\PhpStan\\": "dev/tests/static/framework/Magento/PhpStan/",
68-
"Magento\\Sniffs\\": "dev/tests/static/framework/Magento/Sniffs/",
69-
"Magento\\TestFramework\\Inspection\\": "dev/tests/static/framework/Magento/TestFramework/Inspection/",
70-
"Magento\\TestFramework\\Utility\\": "dev/tests/static/framework/Magento/TestFramework/Utility/",
71-
"Magento\\Tools\\": "dev/tools/Magento/Tools/",
72-
"Magento\\Tools\\Sanity\\": "dev/build/publication/sanity/Magento/Tools/Sanity/"
73-
}
74-
},
75-
"minimum-stability": "stable",
76-
"prefer-stable": true,
77-
"repositories": [
78-
{
79-
"type": "composer",
80-
"url": "https://repo.magento.com/"
81-
}
82-
],
83-
"extra": {
84-
"magento-force": "override"
85-
}
2+
"require": {
3+
"magento/composer-dependency-version-audit-plugin": "~0.1",
4+
"magento/composer-root-update-plugin": "~2.0"
5+
}
866
}
87-
Lines changed: 4 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -1,84 +1,6 @@
11
{
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-
"php-http/discovery": true
15-
},
16-
"preferred-install": "dist",
17-
"sort-packages": true
18-
},
19-
"version": "2.4.7-p4",
20-
"require": {
21-
"magento/product-community-edition": "2.4.7-p4",
22-
"magento/composer-dependency-version-audit-plugin": "~0.1",
23-
"magento/composer-root-update-plugin": "^2.0.4"
24-
},
25-
"autoload": {
26-
"exclude-from-classmap": [
27-
"**/dev/**",
28-
"**/update/**",
29-
"**/Test/**"
30-
],
31-
"files": [
32-
"app/etc/NonComposerComponentRegistration.php"
33-
],
34-
"psr-0": {
35-
"": [
36-
"app/code/",
37-
"generated/code/"
38-
]
39-
},
40-
"psr-4": {
41-
"Magento\\Setup\\": "setup/src/Magento/Setup/"
42-
}
43-
},
44-
"require-dev": {
45-
"allure-framework/allure-phpunit": "^2",
46-
"dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.0",
47-
"dg/bypass-finals": "^1.4",
48-
"friendsofphp/php-cs-fixer": "^3.22",
49-
"lusitanian/oauth": "^0.8",
50-
"magento/magento-coding-standard": "*",
51-
"magento/magento2-functional-testing-framework": "^4.7",
52-
"pdepend/pdepend": "^2.10",
53-
"phpmd/phpmd": "^2.12",
54-
"phpstan/phpstan": "^1.9",
55-
"phpunit/phpunit": "^9.5",
56-
"sebastian/phpcpd": "^6.0",
57-
"symfony/finder": "^6.4"
58-
},
59-
"conflict": {
60-
"gene/bluefoot": "*"
61-
},
62-
"autoload-dev": {
63-
"psr-4": {
64-
"Magento\\PhpStan\\": "dev/tests/static/framework/Magento/PhpStan/",
65-
"Magento\\Sniffs\\": "dev/tests/static/framework/Magento/Sniffs/",
66-
"Magento\\TestFramework\\Inspection\\": "dev/tests/static/framework/Magento/TestFramework/Inspection/",
67-
"Magento\\TestFramework\\Utility\\": "dev/tests/static/framework/Magento/TestFramework/Utility/",
68-
"Magento\\Tools\\": "dev/tools/Magento/Tools/",
69-
"Magento\\Tools\\Sanity\\": "dev/build/publication/sanity/Magento/Tools/Sanity/"
70-
}
71-
},
72-
"minimum-stability": "stable",
73-
"prefer-stable": true,
74-
"repositories": [
75-
{
76-
"type": "composer",
77-
"url": "https://repo.magento.com/"
78-
}
79-
],
80-
"extra": {
81-
"magento-force": "override"
82-
}
2+
"require": {
3+
"magento/composer-dependency-version-audit-plugin": "~0.1",
4+
"magento/composer-root-update-plugin": "^2.0.4"
5+
}
836
}
84-

0 commit comments

Comments
 (0)