-
Notifications
You must be signed in to change notification settings - Fork 15
Remove deprecated class map generator documentation #19
Remove deprecated class map generator documentation #19
Conversation
@weierophinney @michalbundyra |
Honestly, this entire package can likely be deprecated. The only places it is used anywhere within ZF are:
In short: I don't know that we need to deprecate anything; it's more likely that we'll abandon it after the move to Laminas, in favor of inlining those facilities into the packages that use them currently. |
And there is already a pull request to drop zend-loader: zendframework/zend-modulemanager#78 😃
Okay, that's the information we need here. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only two minor changes are needed.
(We refuse all other adjustments here, like missing array example for ClassMapAutoloader
or a separate migration section.)
Thanks, @arueckauer! |
…map-generator Remove deprecated class map generator documentation
This PR removes the documentation of the ZF 2 script
bin/classmap_generator.php
, which never was part of this component.Instead the usage of Composer for autoloading is suggested and a reference to the migration guide added.