-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sub-dependencies are not processed correctly. #75
Comments
@rilwis Can you perhaps try again with the current |
@coenjacobs I just got a chance to try mozart again and looks like this issue is fixed! Thanks for your library. |
Glad to hear that @rilwis - happy it's serving you well! |
I'm trying to change the namespace for
Twig
and here is mycomposer.json
:And here is the screenshot of the
Dependencies
folder, which looks quite right. Twig and Symfony packages are moved correctly.However, inside the
Dependencies/Symfony/Polyfill/Mbstring/bootstrap.php
file, there's are lines like this:Note the
use
statement here. It should prepended with our configuration in thecomposer.json
, which should beMBViews\Dependencies\Symfony\Polyfill\Mbstring
.Currently, I manual change it, because there're only 2 packages from Symfony need to change. But if there're many packages, the work will be huge.
The text was updated successfully, but these errors were encountered: