-
Notifications
You must be signed in to change notification settings - Fork 63
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
Missing version for component hybridauth/hybridauth #5
Comments
Hybridauth hasn't released 3.0 stable yet. You should add the following to your (root) composer.json: "minimum-stability": "alpha",
"prefer-stable": true |
See here for more info: |
I might consider removing this dependency altogether, if people don't use social login. |
And actually, let's keep this issue open for now, until that situation changes. |
And I've actually just tested it with 2.10.0 and it still works., looks like we can downgrade without making any changes in the code. So I've done just that: 0f51323 Have fun! |
Good morning Dan, Thank you, We will give it a try on our project. Have a nice day, Ilan PARMENTIER |
@mageho I noticed a couple more issues with 2.0, and I don't really want to fix them as a stable release of hybridauth 3.0 is coming closer. For now you can install 1.3.2 using in your root composer.json: minimum-stability: "beta",
prefer-stable: true |
Hi danslo, thank you for the help. |
Won't be reverting to v2, I'm more likely to split it out into a separate module (and add it as suggestion, not hard dependency) instead. Not sure when to have time for it though. |
"For now you can install 1.3.2 using in your root composer.json:" Were is this file located? |
already found it. |
When I install it the following error appears |
Did you try the workaround in this thread? :) |
I was kind of lost, could I first solve to solve? |
My version of Magento is 2.2.1, is this module compatible? |
Yes, I linked the solution to your problem. |
It yourself I managed to install its very good interface, so that I'm having a problem either add a street number buzzer, how can I proceed? |
I'm not sure what you're asking, can you explain in more detail? :) And maybe make a separate issue if it's not related to this one. |
@danslo Recommending everyone to set their entire Magento with a minimum stability of I would recommend to do instead: composer require hybridauth/hybridauth:^3.0@dev
composer require rubic/magento2-module-clean-checkout This way only |
You're absolutely right. To be honest, I didn't think Hybridauth would take such a long time to tag a stable release. The first 3.0 beta released on Apr 14, 2017... That's more than 1.5 years ago. I wonder how many people even use the Social Login functionality in this module... and if it's worth the effort to switch to another library (or even back to 2.x). I'll update the README to link to your answer instead. |
Good night I'm having problems after I installed the module the following error occurs: [2018-10-09 02:48:47] main.CRITICAL: Notice: Undefined index: label in /var/www/html/vendor/magento/framework/Data/Form/Element/Select.php on line 68 [] [] Can anyone help me with this? |
@danslo is Clean Checkout for Magento 2 is compatible with Magento 2.3.0? |
Good evening,
At first, let me thank you for your work.
I have tried to download your extension by composer but the installation failed due to a missing version of the component hybridauth/hybridauth.
Efectly, in your module's composer.json, you referenced the version 3.0 or as I far as I know only 3.0.0-beta1 , or 3.0-dev are available.
Could you take a look and get back to me.
Thank you,
Ilan PARMENTIER
The text was updated successfully, but these errors were encountered: