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
which moved the files as expected but the namespace of the library is just EasyPost (which doesn't look like it's conforming to PSR-0 standard anyway, but this doesn't seem to be an issue for other packages, e.g. Pimple) so won't be autoloaded by a PSR-4 autoloader, but shouldn't be a problem if I use a classmap.
Implementing the suggestion in #54 would help with this, i.e. rename the namespace to EasyPost\EasyPost to match the directory structure.
I'd still consider it a bug because there's no time copying files into the root of dep_directory makes sense. And they don't get removed if running mozart compose again, causing an issue then.
Using easypost/easypost-php which has autoloader:
It copies files into Mozart's
dep_directory
that should be moved to expecteddep_directory/EasyPost
.EasyPost's
lib
folder contains two files and a directory calledEasyPost
.Output should be
dep_directory/EasyPost/files.ext
anddep_directory/EasyPost/EasyPost/morefiles.ext
.Output is
dep_directory/files.ext
anddep_directory/EasyPost/morefiles.ext
.The text was updated successfully, but these errors were encountered: