extdn / installer-m2

Universal extension installer for Magento 2, see introductory blog post here
https://fooman.com/blog/introducing-the-extdn-installer-for-magento-2.html
MIT License
24 stars 0 forks source link

Remove some console output #8

Open fooman opened 4 years ago

fooman commented 4 years ago

For a few of the commands (especially the Composer commands) we get quite a bit of output that is creating unnecessary noise. We should be able to filter out what is a.) expected and b.) not important.

For example the Composer warning of using a version specific constraint (as that is what Magento uses).