Skip to content

Commit 7b7db5f

Browse files
authored
Merge pull request #6807 from kenjis/add-composer-suggest-xdebug
chore: add ext-xdebug to composer.json suggest
2 parents 32a5ccc + b69cee3 commit 7b7db5f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

admin/framework/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"ext-redis": "If you use Cache class RedisHandler",
3939
"ext-dom": "If you use TestResponse",
4040
"ext-libxml": "If you use TestResponse",
41+
"ext-xdebug": "If you use CIUnitTestCase::assertHeaderEmitted()",
4142
"ext-fileinfo": "Improves mime type detection for files",
4243
"ext-readline": "Improves CLI::input() usability"
4344
},

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"ext-redis": "If you use Cache class RedisHandler",
4444
"ext-dom": "If you use TestResponse",
4545
"ext-libxml": "If you use TestResponse",
46+
"ext-xdebug": "If you use CIUnitTestCase::assertHeaderEmitted()",
4647
"ext-fileinfo": "Improves mime type detection for files",
4748
"ext-readline": "Improves CLI::input() usability"
4849
},

0 commit comments

Comments
 (0)