Skip to content

Commit 4860d6a

Browse files
committed
AC-12715::Investigate the laminas composer dependencies upgrading to latest version
1 parent 8374ecb commit 4860d6a

File tree

3 files changed

+46
-24
lines changed

3 files changed

+46
-24
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
"preferred-install": "dist",
1717
"sort-packages": true
1818
},
19+
"repositories": [
20+
{
21+
"type": "vcs",
22+
"url": "git@github.com:magento-gl/magento-coding-standard.git"
23+
}
24+
],
1925
"require": {
2026
"php": "~8.1.0||~8.2.0||~8.3.0",
2127
"ext-bcmath": "*",
@@ -98,7 +104,7 @@
98104
"dg/bypass-finals": "^1.4",
99105
"friendsofphp/php-cs-fixer": "^3.22",
100106
"lusitanian/oauth": "^0.8",
101-
"magento/magento-coding-standard": "*",
107+
"magento/magento-coding-standard": "dev-Hammer_PlatForm_Health_247",
102108
"magento/magento2-functional-testing-framework": "^4.8",
103109
"pdepend/pdepend": "^2.10",
104110
"phpmd/phpmd": "^2.12",

composer.lock

Lines changed: 37 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/tests/static/framework/Magento/PhpStan/Formatters/FilteredErrorFormatter.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ public function formatErrors(AnalysisResult $analysisResult, Output $output): in
7676
$analysisResult->getProjectConfigFile(),
7777
$analysisResult->isResultCacheSaved(),
7878
$analysisResult->getPeakMemoryUsageBytes(),
79-
$analysisResult->isResultCacheUsed()
79+
$analysisResult->isResultCacheUsed(),
80+
$analysisResult->getChangedProjectExtensionFilesOutsideOfAnalysedPaths()
8081
];
8182

8283
$reflectionClass = new \ReflectionClass(AnalysisResult::class);

0 commit comments

Comments
 (0)