How to create a Composer plugin
After tinkering around with Symfony4 and Flex I was curious about how Composer plugins work. So I started to check the Composer’s plugin API and the official documentation. The documentation is great and you even have a full example of a plugin but when I wanted to test it……