Skip to content

Commit 6321a31

Browse files
committed
AC-15170:Add official support for Symfony 7.4 LTS in Adobe Commerce 2.4.9
1 parent 2f8f382 commit 6321a31

File tree

3 files changed

+25
-24
lines changed

3 files changed

+25
-24
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
"friendsofphp/php-cs-fixer": "^3.22",
101101
"magento/magento-coding-standard": "*",
102102
"magento/magento2-functional-testing-framework": "^5.1",
103-
"pdepend/pdepend": "3.x-dev",
104-
"phpmd/phpmd": "3.x-dev",
103+
"pdepend/pdepend": "^3@dev",
104+
"phpmd/phpmd": "^3@dev",
105105
"phpstan/phpstan": "^1.9",
106106
"phpunit/phpunit": "^10.5",
107107
"symfony/finder": "^7.0"

composer.lock

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

lib/internal/Magento/Framework/Code/Test/Unit/Generator/IoTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ class IoTest extends TestCase
1818
/**#@+
1919
* Source and result class parameters
2020
*/
21-
const GENERATION_DIRECTORY = 'generation_directory';
21+
public const GENERATION_DIRECTORY = 'generation_directory';
2222

23-
const CLASS_NAME = 'class_name';
23+
public const CLASS_NAME = 'class_name';
2424

25-
const CLASS_FILE_NAME = 'class/file/name';
25+
public const CLASS_FILE_NAME = 'class/file/name';
2626

27-
const FILE_CONTENT = "content";
27+
public const FILE_CONTENT = "content";
2828

2929
/**#@-*/
3030

0 commit comments

Comments
 (0)