Skip to content

Commit b69cee3

Browse files
committed
chore: add ext-xdebug to composer.json
1 parent 32a5ccc commit b69cee3

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)