-
Notifications
You must be signed in to change notification settings - Fork 24
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
Trying to install it from composer and getting error Conclusion: remove laminas/laminas-http 2.15.0 #37
Comments
did you sort this out ?? |
@Watch3ruk nope haven't found time yet. |
This has been patched in the |
i can make the changes but how to make magento use my fork ? all the "google" solutions didn't help . |
Merge this snippet into your {
"repositories": {
"upward": {
"type": "github",
"url": "[email protected]:<your-org-or-username>/upward-php.git"
}
},
"require": {
"magento/upward": "dev-<branch-with-patch> as 1.1.6"
}
} |
Thanks , that worked . "repositories": [
|
should not , as this fixes the issue . {
} |
I am using the Enterprise Edition 2.4.3 and getting some issue while replacing composer.json file. Can you confirm if same json should work for Enterprise Edition ? |
Magento 2.4.2
Trying to make venia work and cant install the module-upward-connector
After running
composer require magento/module-upward-connector
getting this error.If I run
composer require magento/module-upward-connector 1.2.0
How can I overcome this issue.
The text was updated successfully, but these errors were encountered: