You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to create a zf1/zend-extras component that only depends on the really required components (I guess only zf1/zend-view is required...)? This way the complete Zend Framework is not required anymore and we can easily see which parts still need to be migrated.
The text was updated successfully, but these errors were encountered:
The https://github.com/zf1 initiative is a great way to gradually migrate from ZF1 to ZF2, thanks for that effort!
However, it seems the ZendX package has not been isolated as a separate package there yet.
Problem
Because the ZendX package depends on the complete Zend Framework, still the complete Zend Framework is installed.
Is it possible to create a
zf1/zend-extras
component that only depends on the really required components (I guess onlyzf1/zend-view
is required...)? This way the complete Zend Framework is not required anymore and we can easily see which parts still need to be migrated.The text was updated successfully, but these errors were encountered: