You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
in vendor/composer/composer where composer got installed as a dependency
in vendor/mouf/mouf/composer.phar because PhpStorm is smart enough to analyze phars
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)
The text was updated successfully, but these errors were encountered:
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:
vendor/composer/composer
where composer got installed as a dependencyvendor/mouf/mouf/composer.phar
because PhpStorm is smart enough to analyze pharsThere 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)
The text was updated successfully, but these errors were encountered: