Skip to content

Commit a8500ca

Browse files
Add MonologBundle to require-dev to ensure tests run in CI
1 parent ecea6d6 commit a8500ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mcp-bundle/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"require-dev": {
2525
"phpstan/phpstan": "^2.1",
2626
"phpstan/phpstan-strict-rules": "^2.0",
27-
"phpunit/phpunit": "^11.5"
27+
"phpunit/phpunit": "^11.5",
28+
"symfony/monolog-bundle": "^3.10"
2829
},
2930
"minimum-stability": "dev",
3031
"prefer-stable": true,

0 commit comments

Comments
 (0)