Closed
Description
Preconditions (*)
"magento/product-enterprise-edition": "2.3.5-p1"
Steps to reproduce (*)
install project
find "Zend" in path ./vendor/magento/*
Expected result (*)
find nothing or only backward compatibility reference for \Zend*
Actual result (*)
find 1116 results with concrete reference for uninstalled vendros \Zend\*
example
vendor/magento/framework/Console/GenerationDirectoryAccess.php
use Zend\ServiceManager\ServiceManager;
but this class is does't exist.