Closed benmajor closed 7 years ago
I have no idea, I do not actively maintain Composer packages, I only focus on the tarballs. Do you recommend a change?
Well it may be largely academic for a lot of projects, but using use-as
may have some advantages, especially when a project requires its own namespace.
Feel free to send a pull request for the README, I'm looking forward to it ;) To be honest I never use Composer.
Is there a specific reason the Readme suggests the use of
class_alias()
when installing RB via Composer, as opposed to theuse
statement? For example, the following works just as well:As far as I can tell, there is no requirement for back-scoping of
R
in this instance.