Skip to content

Commit 9d3ac1c

Browse files
committed
Remove records that can be programatically determined from the history 2.4.7-p3 project composer.json file
1 parent f0bd454 commit 9d3ac1c

File tree

1 file changed

+2
-80
lines changed

1 file changed

+2
-80
lines changed
Lines changed: 2 additions & 80 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-p3",
202
"require": {
21-
"magento/product-community-edition": "2.4.7-p3",
22-
"magento/composer-root-update-plugin": "^2.0.4",
23-
"magento/composer-dependency-version-audit-plugin": "~0.1"
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"
3+
"magento/composer-dependency-version-audit-plugin": "~0.1",
4+
"magento/composer-root-update-plugin": "^2.0.4"
825
}
836
}
84-

0 commit comments

Comments
 (0)