docs/guide/migrating-to-v5.md
v5 is mostly a cleanup release with updated dependencies. The main changes are:
TokenAnalyser and the --legacy CLI option have been removednikic/php-parserProcessorInterfaceContext::clone() and Context::detect()\Openapi\Generator::getProcessors() and \Openapi\Generator::setProcessors()For most installations upgrading should not require any changes.
\Openapi\Generator::getProcessors() and \Openapi\Generator::setProcessors()Use getProcessorPipeline() and setProcessorPipeline(new Pipeline(...)) methods instead