-
Notifications
You must be signed in to change notification settings - Fork 155
vfsStream is not copied to lib directory #128
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
Comments
did you use the https://github.com/magento-hackathon/Magento-PSR-0-Autoloader modul and configured it for the composer autoloader? I will let this issue open, till a feature is finished to automate this scenario |
i added:
doesn't work... |
do you mean also to add local.xml configuration? |
the psr0autoloader does not load composer autoloading by default |
ok, it works, but the error is not solved, |
there is nothing defined yet for non magento modules. Per default in any case "no", but I planed a feature to whitelist packages for copy into lib. Anyway, simple adding them there would not bring much, as they dont follow the magento autoloading schema |
would be solved by #93 |
magento is installed to webroot sub directory,
here is my composer.json:
I need to run this command to fix it:
vfsStream is used for https://github.com/EcomDev/EcomDev_PHPUnit
The text was updated successfully, but these errors were encountered: