-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
magento/framework should require zendframework/zend-escaper #3470
Comments
Related internal ticket MAGETWO-31454 |
+1, have encountered this attempting to use the Magento1 to Magento2 migration tool, causes a Fatal with output semi-finished |
@stefandoorn did you happen to have a go-around for this? |
@nickmarx12345678 I was developing a custom module and needed this to run the unit tests standalone. I simply just figured out from the composer.lock of M2 which version was installed/required and required the same dependency in my custom module in the require-dev part to support the tests. Not optional, but it worked :) |
This was fixed in #10114, now
|
[EngCom] Public Pull Requests - GraphQL
When using magento/catalog as a requirement in my separated module, I want to make sure I can still run unit tests without requiring all of Magento. It fails in an error as zend-escaper is required. To rebuild:
In test:
Composer:
Same goes for missing zendframework/zend-stdlib btw.
I think magento/catalog used magento/framework, which should add these dependencies to make sure they are available even if you only install part of the framework.
Error when not requiring these zendframework modules myself:
The text was updated successfully, but these errors were encountered: