Skip to content
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

add feature to deply packages without own definition #93

Open
Flyingmana opened this issue Apr 23, 2014 · 6 comments
Open

add feature to deply packages without own definition #93

Flyingmana opened this issue Apr 23, 2014 · 6 comments
Assignees
Milestone

Comments

@Flyingmana
Copy link
Member

No description provided.

@Flyingmana Flyingmana self-assigned this Apr 23, 2014
@Flyingmana Flyingmana added this to the Version 3.0.0 milestone Nov 14, 2014
@razbakov
Copy link

razbakov commented Jun 9, 2015

is it for those which are not "type": "magento-module"?

@Flyingmana
Copy link
Member Author

yes, I planned kind of a whiteliste for package names, so they the installer handles them ans they were magento-modules. I wonder if there would be needed much more at all, as we already have the magento-map-overwrite

@razbakov
Copy link

razbakov commented Jun 9, 2015

i mean all non-magento modules should be just moved to lib folder

@Flyingmana
Copy link
Member Author

that would cause problem with people, who have a working composer setup.
Also nearly non php package would match the magento autoloading, causing possible odd sideeffects if accidentily a file path there matches the autoloading pattern.

@razbakov
Copy link

razbakov commented Jun 9, 2015

|- webroot
|  |- lib
|- vendor
|- composer.json

for example i want to use https://github.com/symfony/Process.
the problem is that only content of webroot folder should be synced to production.

how would you solve it?

@Flyingmana
Copy link
Member Author

I see, thats what I build the libraryDeploy for, it copys typical composer packages into a separate directory (so no conflict with autoloading) and creates a autoload map for it. Its not documented yet and also not finalized for working automagically.
And also its not intended for magento modules, which is why we have this Issue here :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants