thecodingmachine / mouf

The Mouf PHP framework: an open-source PHP framework providing an easy way to download, install, use and reuse components, with a graphical user interface.
MIT License
54 stars 28 forks source link

Why are you committing the composer phar ? #108

Open stof opened 9 years ago

stof commented 9 years ago

This creates issues with IDEs when using PhpStorm to work on Packananlyst for instance, because it finds the class definition for composer files multiple times:

There are ways to make it ignore the phar, but this practice looks weird (and your phar is old btw, as it is from December 2014)