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
Remove the useless target-dir setting from the composer config
target-dir was meant to allow using the root of the package as a PSR-4 root and make composer prepend the target dir when installing to make it compatible with PSR-0, before PSR-4 was a reality.
This setting is deprecated in Composer in favor of using PSR-4, and it is not needed anyway when using the classmap autoloading.
0 commit comments