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
I think we can mark the 2.x milestone for this issue and it can let us know that it will be the psr-4 compliant autoloader since the package version is 2.x.
As title, it seems that this class still uses the
classmap
approach to load theBrowser
class incomposer.json
.I think we can consider using the
PSR-4
autoloader and the advantages are as follows:PSR-4
approach will have the namespace and it can avoid the class name collision.Once this issue is accepted, I can help this issue :).
The text was updated successfully, but these errors were encountered: