Skip to content

Commit e6feb70

Browse files
committed
AC-2841::Resolve the conflicts in composer.lock
2 parents c99b288 + eb792e2 commit e6feb70

File tree

3 files changed

+62
-58
lines changed

3 files changed

+62
-58
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@
9494
"lusitanian/oauth": "~0.8.10",
9595
"magento/magento-coding-standard": "*",
9696
"magento/magento2-functional-testing-framework": "^3.10",
97-
"pdepend/pdepend": "~2.10.0",
98-
"phpmd/phpmd": "^2.12.0",
97+
"pdepend/pdepend": "^2.12",
98+
"phpmd/phpmd": "^2.13",
9999
"phpstan/phpstan": "^1.6.8",
100100
"phpunit/phpunit": "~9.5.20",
101101
"sebastian/phpcpd": "^6.0.3",

composer.lock

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

lib/internal/Magento/Framework/Interception/Test/Unit/Code/Generator/InterceptorTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
use PHPUnit\Framework\MockObject\MockObject;
1919
use PHPUnit\Framework\TestCase;
2020

21+
/**
22+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
23+
*/
2124
class InterceptorTest extends TestCase
2225
{
2326
/**

0 commit comments

Comments
 (0)