Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

classmap_generator inside metapackage #7587

Open
jeanCarloMachado opened this issue Jun 15, 2015 · 8 comments
Open

classmap_generator inside metapackage #7587

jeanCarloMachado opened this issue Jun 15, 2015 · 8 comments

Comments

@jeanCarloMachado
Copy link
Contributor

I recently upgraded my project to Zend Framework 2.5, so I choose to select only the packages that are necessary for me. Unfortunately the classmap_generator is a requirement and it is contained inside the metapackage zf2 making it a huge dependency. Maybe it could be moved to zend-console or somewhere else.

@gianarb
Copy link
Contributor

gianarb commented Jun 15, 2015

I don't know what is the future of this tool but why this is a requirement? Can you use composer's classmap? :)

@jeanCarloMachado
Copy link
Contributor Author

I'll consider that thanks for the advice. Yet for now I must remain using classmap_generator because all my own modules uses it separately. Anyway it looks an issue in my opinion.

@rohm1
Copy link

rohm1 commented Aug 25, 2015

I have a similar problem with the templatemap generator, I have to load the complete ZF2 to be able to use it. A small repo containing the bin scripts would be nice. Or something else?

@FabianKoestring
Copy link

A small repo containing the bin scripts would be nice. Or something else?

👍

@FabianKoestring
Copy link

Any news on this?

@Ocramius
Copy link
Member

Ocramius commented Sep 8, 2016

Is this still needed, considered composer support?

@weierophinney
Copy link
Member

@rohm1 The template map generator has moved to zend-view already; you can require that package to use it.

The classmap generator should likely move to the zend-loader package, as it's mostly related to that functionality. @FabianKoestring — would you be willing to do so?

@FabianKoestring
Copy link

@weierophinney - yea i will create a pr!

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

No branches or pull requests

6 participants