graycoreio / magento2-stdlogging

A drop in Magento 2 Module to pump all Magento 2 logs to StdErr instead of files.
MIT License
22 stars 6 forks source link

chore(deps): ignore Magento plugin #24

Closed damienwebdev closed 1 year ago

damienwebdev commented 1 year ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[x] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

magento/framework 103.0.5-p1 requires magento/composer-dependency-version-audit-plugin (~0.1) 

This plugin is worthless for unit test.

Fixes: N/A

What is the new behavior?

We don't need to run Magento plugins in our unit tests, so we disable them.

Does this PR introduce a breaking change?

[ ] Yes
[x] No