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
The current composer.jsonautoload directive causes Bitpay's src directory to be used as fallback autoload directory. This behavior is caused because the "key"-value of autoload/psr-4/* is "". See documentation at https://getcomposer.org/doc/04-schema.md#psr-4 (grep on fallback).
You shouldn't use this project as a fallback directory as it degrades performance of the application in which you use this package.
The current
composer.jsonautoloaddirective causes Bitpay'ssrcdirectory to be used as fallback autoload directory. This behavior is caused because the "key"-value ofautoload/psr-4/*is"". See documentation at https://getcomposer.org/doc/04-schema.md#psr-4 (grep on fallback).You shouldn't use this project as a fallback directory as it degrades performance of the application in which you use this package.
Easy to be fixed with this patch: