Closed JoyceBabu closed 4 years ago
@JoyceBabu Try to run the composer scoper
command.
@JoyceBabu Try to run the
composer scoper
command.
composer scoper
creates the namespaced vendor classes including PSR\*
to dependencies\vendor\vendor\psr
.
The new namespace was PluginName\Vendor\Psr
, and not PluginName\Dependencies
.
Oh, okay. This is just garbage. I'll remove it in the next release.
Autoload section of
composer.json
has the following entryBut isn't PSR dependencies loaded from
PluginName\Vendor
? I couldn't find any instances wherePluginName\Dependencies
is defined.